/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/* line 9, ../sass/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../sass/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 41, ../sass/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 53, ../sass/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 63, ../sass/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 74, ../sass/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 85, ../sass/bootstrap/_normalize.scss */
a {
  background: transparent;
}

/* line 94, ../sass/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 105, ../sass/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 114, ../sass/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 122, ../sass/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 131, ../sass/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 140, ../sass/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 149, ../sass/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 158, ../sass/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 165, ../sass/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 169, ../sass/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 180, ../sass/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 188, ../sass/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 199, ../sass/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 207, ../sass/bootstrap/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 217, ../sass/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 228, ../sass/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 252, ../sass/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 262, ../sass/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 274, ../sass/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 289, ../sass/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 299, ../sass/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 308, ../sass/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 318, ../sass/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 331, ../sass/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 343, ../sass/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 353, ../sass/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 367, ../sass/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 375, ../sass/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 386, ../sass/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 395, ../sass/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 404, ../sass/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 415, ../sass/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, ../sass/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

@media print {
  /* line 8, ../sass/bootstrap/_print.scss */
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  /* line 16, ../sass/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 20, ../sass/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 24, ../sass/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 30, ../sass/bootstrap/_print.scss */
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 35, ../sass/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 40, ../sass/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 45, ../sass/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 49, ../sass/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 55, ../sass/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 61, ../sass/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 67, ../sass/bootstrap/_print.scss */
  select {
    background: #fff !important;
  }

  /* line 72, ../sass/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 77, ../sass/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 83, ../sass/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 87, ../sass/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 91, ../sass/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }

  /* line 96, ../sass/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* line 11, ../sass/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 15, ../sass/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../sass/bootstrap/_scaffolding.scss */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 27, ../sass/bootstrap/_scaffolding.scss */
body {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.42857;
  color: #575756;
  background-color: white;
}

/* line 39, ../sass/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../sass/bootstrap/_scaffolding.scss */
a {
  color: #4e97d1;
  text-decoration: none;
}
/* line 53, ../sass/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #76afdc;
  text-decoration: underline;
}
/* line 58, ../sass/bootstrap/_scaffolding.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../sass/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../sass/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../sass/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, ../sass/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 0;
}

/* line 93, ../sass/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, ../sass/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../sass/bootstrap/_scaffolding.scss */
hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, ../sass/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 10, ../sass/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
/* line 17, ../sass/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

/* line 26, ../sass/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}
/* line 31, ../sass/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 37, ../sass/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
/* line 42, ../sass/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, ../sass/bootstrap/_type.scss */
h1, .h1 {
  font-size: 39px;
}

/* line 48, ../sass/bootstrap/_type.scss */
h2, .h2 {
  font-size: 32px;
}

/* line 49, ../sass/bootstrap/_type.scss */
h3, .h3 {
  font-size: 26px;
}

/* line 50, ../sass/bootstrap/_type.scss */
h4, .h4 {
  font-size: 19px;
}

/* line 51, ../sass/bootstrap/_type.scss */
h5, .h5 {
  font-size: 15px;
}

/* line 52, ../sass/bootstrap/_type.scss */
h6, .h6 {
  font-size: 13px;
}

/* line 58, ../sass/bootstrap/_type.scss */
p {
  margin: 0 0 10.5px;
}

/* line 62, ../sass/bootstrap/_type.scss */
.lead {
  margin-bottom: 21px;
  font-size: 17px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, ../sass/bootstrap/_type.scss */
  .lead {
    font-size: 22.5px;
  }
}

/* line 79, ../sass/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 82, ../sass/bootstrap/_type.scss */
cite {
  font-style: normal;
}

/* line 85, ../sass/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 86, ../sass/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 87, ../sass/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 88, ../sass/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 91, ../sass/bootstrap/_type.scss */
.text-muted {
  color: #999999;
}

/* line 605, ../sass/bootstrap/_mixins.scss */
.text-primary {
  color: #4e97d1;
}

/* line 608, ../sass/bootstrap/_mixins.scss */
a.text-primary:hover {
  color: #317ebb;
}

/* line 605, ../sass/bootstrap/_mixins.scss */
.text-success {
  color: #3c763d;
}

/* line 608, ../sass/bootstrap/_mixins.scss */
a.text-success:hover {
  color: #2b542c;
}

/* line 605, ../sass/bootstrap/_mixins.scss */
.text-info {
  color: #31708f;
}

/* line 608, ../sass/bootstrap/_mixins.scss */
a.text-info:hover {
  color: #245269;
}

/* line 605, ../sass/bootstrap/_mixins.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 608, ../sass/bootstrap/_mixins.scss */
a.text-warning:hover {
  color: #66512c;
}

/* line 605, ../sass/bootstrap/_mixins.scss */
.text-danger {
  color: #a94442;
}

/* line 608, ../sass/bootstrap/_mixins.scss */
a.text-danger:hover {
  color: #843534;
}

/* line 108, ../sass/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 593, ../sass/bootstrap/_mixins.scss */
.bg-primary {
  background-color: #4e97d1;
}

/* line 596, ../sass/bootstrap/_mixins.scss */
a.bg-primary:hover {
  background-color: #317ebb;
}

/* line 593, ../sass/bootstrap/_mixins.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 596, ../sass/bootstrap/_mixins.scss */
a.bg-success:hover {
  background-color: #c1e2b3;
}

/* line 593, ../sass/bootstrap/_mixins.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 596, ../sass/bootstrap/_mixins.scss */
a.bg-info:hover {
  background-color: #afd9ee;
}

/* line 593, ../sass/bootstrap/_mixins.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 596, ../sass/bootstrap/_mixins.scss */
a.bg-warning:hover {
  background-color: #f7ecb5;
}

/* line 593, ../sass/bootstrap/_mixins.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 596, ../sass/bootstrap/_mixins.scss */
a.bg-danger:hover {
  background-color: #e4b9b9;
}

/* line 127, ../sass/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #eeeeee;
}

/* line 139, ../sass/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
/* line 143, ../sass/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 151, ../sass/bootstrap/_type.scss */
.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 157, ../sass/bootstrap/_type.scss */
.list-inline {
  margin-left: -5px;
}
/* line 161, ../sass/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 169, ../sass/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 21px;
}

/* line 174, ../sass/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.42857;
}

/* line 177, ../sass/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 180, ../sass/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 191, ../sass/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 198, ../sass/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
  /* line 21, ../sass/bootstrap/_mixins.scss */
  .dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  /* line 25, ../sass/bootstrap/_mixins.scss */
  .dl-horizontal dd:after {
    clear: both;
  }
}
/* line 211, ../sass/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

/* line 215, ../sass/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 221, ../sass/bootstrap/_type.scss */
blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 18.75px;
  border-left: 5px solid #eeeeee;
}
/* line 230, ../sass/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 239, ../sass/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #999999;
}
/* line 245, ../sass/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 255, ../sass/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
/* line 266, ../sass/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
/* line 267, ../sass/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 275, ../sass/bootstrap/_type.scss */
blockquote:before,
blockquote:after {
  content: "";
}

/* line 280, ../sass/bootstrap/_type.scss */
address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.42857;
}

/* line 10, ../sass/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
/* line 21, ../sass/bootstrap/_mixins.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 25, ../sass/bootstrap/_mixins.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, ../sass/bootstrap/_grid.scss */
  .container {
    width: 95%;
  }
}
@media (min-width: 992px) {
  /* line 10, ../sass/bootstrap/_grid.scss */
  .container {
    width: 95%;
  }
}
@media (min-width: 1200px) {
  /* line 10, ../sass/bootstrap/_grid.scss */
  .container {
    width: 1200px;
  }
}

/* line 30, ../sass/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
/* line 21, ../sass/bootstrap/_mixins.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 25, ../sass/bootstrap/_mixins.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../sass/bootstrap/_grid.scss */
.row {
  margin-left: 0px;
  margin-right: 0px;
}
/* line 21, ../sass/bootstrap/_mixins.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 25, ../sass/bootstrap/_mixins.scss */
.row:after {
  clear: both;
}

/* line 798, ../sass/bootstrap/_mixins.scss */
.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: 0px;
  padding-right: 0px;
}

/* line 817, ../sass/bootstrap/_mixins.scss */
.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;
}

/* line 825, ../sass/bootstrap/_mixins.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 825, ../sass/bootstrap/_mixins.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 825, ../sass/bootstrap/_mixins.scss */
.col-xs-3 {
  width: 25%;
}

/* line 825, ../sass/bootstrap/_mixins.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 825, ../sass/bootstrap/_mixins.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 825, ../sass/bootstrap/_mixins.scss */
.col-xs-6 {
  width: 50%;
}

/* line 825, ../sass/bootstrap/_mixins.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 825, ../sass/bootstrap/_mixins.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 825, ../sass/bootstrap/_mixins.scss */
.col-xs-9 {
  width: 75%;
}

/* line 825, ../sass/bootstrap/_mixins.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 825, ../sass/bootstrap/_mixins.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 825, ../sass/bootstrap/_mixins.scss */
.col-xs-12 {
  width: 100%;
}

/* line 835, ../sass/bootstrap/_mixins.scss */
.col-xs-pull-0 {
  right: 0%;
}

/* line 835, ../sass/bootstrap/_mixins.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 835, ../sass/bootstrap/_mixins.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 835, ../sass/bootstrap/_mixins.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 835, ../sass/bootstrap/_mixins.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 835, ../sass/bootstrap/_mixins.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 835, ../sass/bootstrap/_mixins.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 835, ../sass/bootstrap/_mixins.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 835, ../sass/bootstrap/_mixins.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 835, ../sass/bootstrap/_mixins.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 835, ../sass/bootstrap/_mixins.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 835, ../sass/bootstrap/_mixins.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 835, ../sass/bootstrap/_mixins.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 830, ../sass/bootstrap/_mixins.scss */
.col-xs-push-0 {
  left: 0%;
}

/* line 830, ../sass/bootstrap/_mixins.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 830, ../sass/bootstrap/_mixins.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 830, ../sass/bootstrap/_mixins.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 830, ../sass/bootstrap/_mixins.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 830, ../sass/bootstrap/_mixins.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 830, ../sass/bootstrap/_mixins.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 830, ../sass/bootstrap/_mixins.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 830, ../sass/bootstrap/_mixins.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 830, ../sass/bootstrap/_mixins.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 830, ../sass/bootstrap/_mixins.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 830, ../sass/bootstrap/_mixins.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 830, ../sass/bootstrap/_mixins.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 840, ../sass/bootstrap/_mixins.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 840, ../sass/bootstrap/_mixins.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 840, ../sass/bootstrap/_mixins.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 840, ../sass/bootstrap/_mixins.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 840, ../sass/bootstrap/_mixins.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 840, ../sass/bootstrap/_mixins.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 840, ../sass/bootstrap/_mixins.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 840, ../sass/bootstrap/_mixins.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 840, ../sass/bootstrap/_mixins.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 840, ../sass/bootstrap/_mixins.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 840, ../sass/bootstrap/_mixins.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 840, ../sass/bootstrap/_mixins.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 840, ../sass/bootstrap/_mixins.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 817, ../sass/bootstrap/_mixins.scss */
  .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;
  }

  /* line 825, ../sass/bootstrap/_mixins.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 825, ../sass/bootstrap/_mixins.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 825, ../sass/bootstrap/_mixins.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 825, ../sass/bootstrap/_mixins.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 825, ../sass/bootstrap/_mixins.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 825, ../sass/bootstrap/_mixins.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 825, ../sass/bootstrap/_mixins.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 825, ../sass/bootstrap/_mixins.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

  /* line 825, ../sass/bootstrap/_mixins.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 825, ../sass/bootstrap/_mixins.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 825, ../sass/bootstrap/_mixins.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 825, ../sass/bootstrap/_mixins.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 835, ../sass/bootstrap/_mixins.scss */
  .col-sm-pull-0 {
    right: 0%;
  }

  /* line 835, ../sass/bootstrap/_mixins.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 835, ../sass/bootstrap/_mixins.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 835, ../sass/bootstrap/_mixins.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 835, ../sass/bootstrap/_mixins.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 835, ../sass/bootstrap/_mixins.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 835, ../sass/bootstrap/_mixins.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 835, ../sass/bootstrap/_mixins.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 835, ../sass/bootstrap/_mixins.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 835, ../sass/bootstrap/_mixins.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 835, ../sass/bootstrap/_mixins.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 835, ../sass/bootstrap/_mixins.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 835, ../sass/bootstrap/_mixins.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 830, ../sass/bootstrap/_mixins.scss */
  .col-sm-push-0 {
    left: 0%;
  }

  /* line 830, ../sass/bootstrap/_mixins.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 830, ../sass/bootstrap/_mixins.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 830, ../sass/bootstrap/_mixins.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 830, ../sass/bootstrap/_mixins.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 830, ../sass/bootstrap/_mixins.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 830, ../sass/bootstrap/_mixins.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 830, ../sass/bootstrap/_mixins.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 830, ../sass/bootstrap/_mixins.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 830, ../sass/bootstrap/_mixins.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 830, ../sass/bootstrap/_mixins.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 830, ../sass/bootstrap/_mixins.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 830, ../sass/bootstrap/_mixins.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 840, ../sass/bootstrap/_mixins.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 840, ../sass/bootstrap/_mixins.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 840, ../sass/bootstrap/_mixins.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 840, ../sass/bootstrap/_mixins.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 840, ../sass/bootstrap/_mixins.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 840, ../sass/bootstrap/_mixins.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 840, ../sass/bootstrap/_mixins.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 840, ../sass/bootstrap/_mixins.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 840, ../sass/bootstrap/_mixins.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 840, ../sass/bootstrap/_mixins.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 840, ../sass/bootstrap/_mixins.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 840, ../sass/bootstrap/_mixins.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 840, ../sass/bootstrap/_mixins.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 817, ../sass/bootstrap/_mixins.scss */
  .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;
  }

  /* line 825, ../sass/bootstrap/_mixins.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 825, ../sass/bootstrap/_mixins.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 825, ../sass/bootstrap/_mixins.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 825, ../sass/bootstrap/_mixins.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 825, ../sass/bootstrap/_mixins.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 825, ../sass/bootstrap/_mixins.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 825, ../sass/bootstrap/_mixins.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 825, ../sass/bootstrap/_mixins.scss */
  .col-md-8 {
    width: 66.66667%;
  }

  /* line 825, ../sass/bootstrap/_mixins.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 825, ../sass/bootstrap/_mixins.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 825, ../sass/bootstrap/_mixins.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 825, ../sass/bootstrap/_mixins.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 835, ../sass/bootstrap/_mixins.scss */
  .col-md-pull-0 {
    right: 0%;
  }

  /* line 835, ../sass/bootstrap/_mixins.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 835, ../sass/bootstrap/_mixins.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 835, ../sass/bootstrap/_mixins.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 835, ../sass/bootstrap/_mixins.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 835, ../sass/bootstrap/_mixins.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 835, ../sass/bootstrap/_mixins.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 835, ../sass/bootstrap/_mixins.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 835, ../sass/bootstrap/_mixins.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 835, ../sass/bootstrap/_mixins.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 835, ../sass/bootstrap/_mixins.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 835, ../sass/bootstrap/_mixins.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 835, ../sass/bootstrap/_mixins.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 830, ../sass/bootstrap/_mixins.scss */
  .col-md-push-0 {
    left: 0%;
  }

  /* line 830, ../sass/bootstrap/_mixins.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 830, ../sass/bootstrap/_mixins.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 830, ../sass/bootstrap/_mixins.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 830, ../sass/bootstrap/_mixins.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 830, ../sass/bootstrap/_mixins.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 830, ../sass/bootstrap/_mixins.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 830, ../sass/bootstrap/_mixins.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 830, ../sass/bootstrap/_mixins.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 830, ../sass/bootstrap/_mixins.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 830, ../sass/bootstrap/_mixins.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 830, ../sass/bootstrap/_mixins.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 830, ../sass/bootstrap/_mixins.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 840, ../sass/bootstrap/_mixins.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 840, ../sass/bootstrap/_mixins.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 840, ../sass/bootstrap/_mixins.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 840, ../sass/bootstrap/_mixins.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 840, ../sass/bootstrap/_mixins.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 840, ../sass/bootstrap/_mixins.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 840, ../sass/bootstrap/_mixins.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 840, ../sass/bootstrap/_mixins.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 840, ../sass/bootstrap/_mixins.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 840, ../sass/bootstrap/_mixins.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 840, ../sass/bootstrap/_mixins.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 840, ../sass/bootstrap/_mixins.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 840, ../sass/bootstrap/_mixins.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 817, ../sass/bootstrap/_mixins.scss */
  .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;
  }

  /* line 825, ../sass/bootstrap/_mixins.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 825, ../sass/bootstrap/_mixins.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 825, ../sass/bootstrap/_mixins.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 825, ../sass/bootstrap/_mixins.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 825, ../sass/bootstrap/_mixins.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 825, ../sass/bootstrap/_mixins.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 825, ../sass/bootstrap/_mixins.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 825, ../sass/bootstrap/_mixins.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 825, ../sass/bootstrap/_mixins.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 825, ../sass/bootstrap/_mixins.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 825, ../sass/bootstrap/_mixins.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 825, ../sass/bootstrap/_mixins.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 835, ../sass/bootstrap/_mixins.scss */
  .col-lg-pull-0 {
    right: 0%;
  }

  /* line 835, ../sass/bootstrap/_mixins.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 835, ../sass/bootstrap/_mixins.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 835, ../sass/bootstrap/_mixins.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 835, ../sass/bootstrap/_mixins.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 835, ../sass/bootstrap/_mixins.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 835, ../sass/bootstrap/_mixins.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 835, ../sass/bootstrap/_mixins.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 835, ../sass/bootstrap/_mixins.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 835, ../sass/bootstrap/_mixins.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 835, ../sass/bootstrap/_mixins.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 835, ../sass/bootstrap/_mixins.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 835, ../sass/bootstrap/_mixins.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 830, ../sass/bootstrap/_mixins.scss */
  .col-lg-push-0 {
    left: 0%;
  }

  /* line 830, ../sass/bootstrap/_mixins.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 830, ../sass/bootstrap/_mixins.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 830, ../sass/bootstrap/_mixins.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 830, ../sass/bootstrap/_mixins.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 830, ../sass/bootstrap/_mixins.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 830, ../sass/bootstrap/_mixins.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 830, ../sass/bootstrap/_mixins.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 830, ../sass/bootstrap/_mixins.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 830, ../sass/bootstrap/_mixins.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 830, ../sass/bootstrap/_mixins.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 830, ../sass/bootstrap/_mixins.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 830, ../sass/bootstrap/_mixins.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 840, ../sass/bootstrap/_mixins.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 840, ../sass/bootstrap/_mixins.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 840, ../sass/bootstrap/_mixins.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 840, ../sass/bootstrap/_mixins.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 840, ../sass/bootstrap/_mixins.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 840, ../sass/bootstrap/_mixins.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 840, ../sass/bootstrap/_mixins.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 840, ../sass/bootstrap/_mixins.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 840, ../sass/bootstrap/_mixins.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 840, ../sass/bootstrap/_mixins.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 840, ../sass/bootstrap/_mixins.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 840, ../sass/bootstrap/_mixins.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 840, ../sass/bootstrap/_mixins.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 10, ../sass/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, ../sass/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 22.5px;
  line-height: inherit;
  color: #4e97d1;
  border: 0;
  border-bottom: 1px solid white;
}

/* line 32, ../sass/bootstrap/_forms.scss */
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 46, ../sass/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, ../sass/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

/* line 59, ../sass/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 64, ../sass/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 71, ../sass/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 78, ../sass/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 83, ../sass/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 15px;
  line-height: 1.42857;
  color: #919191;
}

/* line 114, ../sass/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857;
  color: #919191;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 915, ../sass/bootstrap/_mixins.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 57, ../sass/bootstrap/_mixins.scss */
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
/* line 59, ../sass/bootstrap/_mixins.scss */
.form-control:-ms-input-placeholder {
  color: #999999;
}
/* line 60, ../sass/bootstrap/_mixins.scss */
.form-control::-webkit-input-placeholder {
  color: #999999;
}
/* line 142, ../sass/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

/* line 152, ../sass/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 164, ../sass/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

/* line 174, ../sass/bootstrap/_forms.scss */
input[type="date"] {
  line-height: 35px;
}

/* line 184, ../sass/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 194, ../sass/bootstrap/_forms.scss */
.radio,
.checkbox {
  display: block;
  min-height: 21px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
/* line 200, ../sass/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}

/* line 209, ../sass/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 214, ../sass/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 220, ../sass/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 229, ../sass/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 244, ../sass/bootstrap/_forms.scss */
input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 930, ../sass/bootstrap/_mixins.scss */
.input-sm {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}

/* line 938, ../sass/bootstrap/_mixins.scss */
select.input-sm {
  height: 31px;
  line-height: 31px;
}

/* line 944, ../sass/bootstrap/_mixins.scss */
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

/* line 930, ../sass/bootstrap/_mixins.scss */
.input-lg {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 0;
}

/* line 938, ../sass/bootstrap/_mixins.scss */
select.input-lg {
  height: 48px;
  line-height: 48px;
}

/* line 944, ../sass/bootstrap/_mixins.scss */
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

/* line 264, ../sass/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 269, ../sass/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 43.75px;
}
/* line 274, ../sass/bootstrap/_forms.scss */
.has-feedback .form-control-feedback {
  position: absolute;
  top: 26px;
  right: 0;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

/* line 875, ../sass/bootstrap/_mixins.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
/* line 879, ../sass/bootstrap/_mixins.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 882, ../sass/bootstrap/_mixins.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
/* line 889, ../sass/bootstrap/_mixins.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 895, ../sass/bootstrap/_mixins.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 875, ../sass/bootstrap/_mixins.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
/* line 879, ../sass/bootstrap/_mixins.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 882, ../sass/bootstrap/_mixins.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
/* line 889, ../sass/bootstrap/_mixins.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 895, ../sass/bootstrap/_mixins.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 875, ../sass/bootstrap/_mixins.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
/* line 879, ../sass/bootstrap/_mixins.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 882, ../sass/bootstrap/_mixins.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
/* line 889, ../sass/bootstrap/_mixins.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 895, ../sass/bootstrap/_mixins.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 303, ../sass/bootstrap/_forms.scss */
.form-control-static {
  margin-bottom: 0;
}

/* line 313, ../sass/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #979796;
}

@media (min-width: 768px) {
  /* line 338, ../sass/bootstrap/_forms.scss */
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 345, ../sass/bootstrap/_forms.scss */
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 351, ../sass/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 355, ../sass/bootstrap/_forms.scss */
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 364, ../sass/bootstrap/_forms.scss */
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  /* line 372, ../sass/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  /* line 381, ../sass/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 400, ../sass/bootstrap/_forms.scss */
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 408, ../sass/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px;
}
/* line 413, ../sass/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
}
/* line 21, ../sass/bootstrap/_mixins.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 25, ../sass/bootstrap/_mixins.scss */
.form-horizontal .form-group:after {
  clear: both;
}
/* line 417, ../sass/bootstrap/_forms.scss */
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  /* line 423, ../sass/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
  }
}
/* line 432, ../sass/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 0px;
}

/* line 9, ../sass/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 25, ../sass/bootstrap/_buttons.scss */
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 31, ../sass/bootstrap/_buttons.scss */
.btn:hover, .btn:focus {
  color: #333333;
  text-decoration: none;
}
/* line 37, ../sass/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 45, ../sass/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 57, ../sass/bootstrap/_buttons.scss */
.btn-default {
  color: #333333;
  background-color: white;
  border-color: #cccccc;
}
/* line 508, ../sass/bootstrap/_mixins.scss */
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
/* line 513, ../sass/bootstrap/_mixins.scss */
.open .btn-default.dropdown-toggle {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
/* line 519, ../sass/bootstrap/_mixins.scss */
.btn-default:active, .btn-default.active {
  background-image: none;
}
/* line 522, ../sass/bootstrap/_mixins.scss */
.open .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 532, ../sass/bootstrap/_mixins.scss */
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: #cccccc;
}
/* line 538, ../sass/bootstrap/_mixins.scss */
.btn-default .badge {
  color: white;
  background-color: #333333;
}

/* line 60, ../sass/bootstrap/_buttons.scss */
.btn-primary {
  color: white;
  background-color: #4e97d1;
  border-color: #3a8bcc;
}
/* line 508, ../sass/bootstrap/_mixins.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: white;
  background-color: #3383c3;
  border-color: #296b9f;
}
/* line 513, ../sass/bootstrap/_mixins.scss */
.open .btn-primary.dropdown-toggle {
  color: white;
  background-color: #3383c3;
  border-color: #296b9f;
}
/* line 519, ../sass/bootstrap/_mixins.scss */
.btn-primary:active, .btn-primary.active {
  background-image: none;
}
/* line 522, ../sass/bootstrap/_mixins.scss */
.open .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 532, ../sass/bootstrap/_mixins.scss */
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #4e97d1;
  border-color: #3a8bcc;
}
/* line 538, ../sass/bootstrap/_mixins.scss */
.btn-primary .badge {
  color: #4e97d1;
  background-color: white;
}

/* line 64, ../sass/bootstrap/_buttons.scss */
.btn-success {
  color: white;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 508, ../sass/bootstrap/_mixins.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  color: white;
  background-color: #47a447;
  border-color: #398439;
}
/* line 513, ../sass/bootstrap/_mixins.scss */
.open .btn-success.dropdown-toggle {
  color: white;
  background-color: #47a447;
  border-color: #398439;
}
/* line 519, ../sass/bootstrap/_mixins.scss */
.btn-success:active, .btn-success.active {
  background-image: none;
}
/* line 522, ../sass/bootstrap/_mixins.scss */
.open .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 532, ../sass/bootstrap/_mixins.scss */
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 538, ../sass/bootstrap/_mixins.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: white;
}

/* line 68, ../sass/bootstrap/_buttons.scss */
.btn-info {
  color: white;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 508, ../sass/bootstrap/_mixins.scss */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  color: white;
  background-color: #39b3d7;
  border-color: #269abc;
}
/* line 513, ../sass/bootstrap/_mixins.scss */
.open .btn-info.dropdown-toggle {
  color: white;
  background-color: #39b3d7;
  border-color: #269abc;
}
/* line 519, ../sass/bootstrap/_mixins.scss */
.btn-info:active, .btn-info.active {
  background-image: none;
}
/* line 522, ../sass/bootstrap/_mixins.scss */
.open .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 532, ../sass/bootstrap/_mixins.scss */
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 538, ../sass/bootstrap/_mixins.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: white;
}

/* line 72, ../sass/bootstrap/_buttons.scss */
.btn-warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 508, ../sass/bootstrap/_mixins.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  color: white;
  background-color: #ed9c28;
  border-color: #d58512;
}
/* line 513, ../sass/bootstrap/_mixins.scss */
.open .btn-warning.dropdown-toggle {
  color: white;
  background-color: #ed9c28;
  border-color: #d58512;
}
/* line 519, ../sass/bootstrap/_mixins.scss */
.btn-warning:active, .btn-warning.active {
  background-image: none;
}
/* line 522, ../sass/bootstrap/_mixins.scss */
.open .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 532, ../sass/bootstrap/_mixins.scss */
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 538, ../sass/bootstrap/_mixins.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: white;
}

/* line 76, ../sass/bootstrap/_buttons.scss */
.btn-danger {
  color: white;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 508, ../sass/bootstrap/_mixins.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  color: white;
  background-color: #d2322d;
  border-color: #ac2925;
}
/* line 513, ../sass/bootstrap/_mixins.scss */
.open .btn-danger.dropdown-toggle {
  color: white;
  background-color: #d2322d;
  border-color: #ac2925;
}
/* line 519, ../sass/bootstrap/_mixins.scss */
.btn-danger:active, .btn-danger.active {
  background-image: none;
}
/* line 522, ../sass/bootstrap/_mixins.scss */
.open .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 532, ../sass/bootstrap/_mixins.scss */
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 538, ../sass/bootstrap/_mixins.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: white;
}

/* line 85, ../sass/bootstrap/_buttons.scss */
.btn-link {
  color: #4e97d1;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
/* line 94, ../sass/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 101, ../sass/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 105, ../sass/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #76afdc;
  text-decoration: underline;
  background-color: transparent;
}
/* line 113, ../sass/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

/* line 124, ../sass/bootstrap/_buttons.scss */
.btn-lg {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 0;
}

/* line 128, ../sass/bootstrap/_buttons.scss */
.btn-sm {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}

/* line 132, ../sass/bootstrap/_buttons.scss */
.btn-xs {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}

/* line 140, ../sass/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* line 148, ../sass/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 156, ../sass/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 7, ../sass/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 19, ../sass/bootstrap/_dropdowns.scss */
.dropdown {
  position: relative;
}

/* line 24, ../sass/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 29, ../sass/bootstrap/_dropdowns.scss */
.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: 15px;
  background-color: #4e97d1;
  border: 1px solid #4e97d1;
  border: 1px solid #4e97d1;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
/* line 51, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 57, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: white;
}
/* line 62, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: white;
  white-space: nowrap;
}

/* line 76, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: white;
  background-color: #317ebb;
}

/* line 87, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #4e97d1;
}

/* line 102, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999;
}

/* line 109, ../sass/bootstrap/_dropdowns.scss */
.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;
}

/* line 121, ../sass/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 126, ../sass/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 135, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 145, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 151, ../sass/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.42857;
  color: #999999;
}

/* line 160, ../sass/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 170, ../sass/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 183, ../sass/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
/* line 189, ../sass/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  /* line 203, ../sass/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 208, ../sass/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 9, ../sass/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 21, ../sass/bootstrap/_mixins.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}
/* line 25, ../sass/bootstrap/_mixins.scss */
.nav:after {
  clear: both;
}
/* line 15, ../sass/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, ../sass/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 3px 15px;
}
/* line 24, ../sass/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
/* line 31, ../sass/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #999999;
}
/* line 35, ../sass/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 48, ../sass/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent;
  border-color: #4e97d1;
}
/* line 59, ../sass/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, ../sass/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, ../sass/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #e2e2e2;
}
/* line 78, ../sass/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, ../sass/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
/* line 89, ../sass/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #e2e2e2 #e2e2e2 #e2e2e2;
}
/* line 98, ../sass/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #969696;
  background-color: transparent;
  border: 1px solid #969696;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, ../sass/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 122, ../sass/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 0;
}
/* line 125, ../sass/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 133, ../sass/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: white;
  background-color: #4e97d1;
}

/* line 144, ../sass/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 146, ../sass/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../sass/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
/* line 163, ../sass/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
/* line 165, ../sass/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 171, ../sass/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 177, ../sass/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, ../sass/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, ../sass/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, ../sass/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
/* line 201, ../sass/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  /* line 206, ../sass/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }
  /* line 212, ../sass/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: white;
  }
}

/* line 224, ../sass/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 227, ../sass/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, ../sass/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, ../sass/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 62px;
  margin-bottom: 21px;
  border: 1px solid transparent;
}
/* line 21, ../sass/bootstrap/_mixins.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
/* line 25, ../sass/bootstrap/_mixins.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 11, ../sass/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 0;
  }
}

/* line 21, ../sass/bootstrap/_mixins.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
/* line 25, ../sass/bootstrap/_mixins.scss */
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 31, ../sass/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../sass/bootstrap/_navbar.scss */
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 0px;
  padding-left: 0px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
/* line 21, ../sass/bootstrap/_mixins.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 25, ../sass/bootstrap/_mixins.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 60, ../sass/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 50, ../sass/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 69, ../sass/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 76, ../sass/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 84, ../sass/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 99, ../sass/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: 0px;
  margin-left: 0px;
}
@media (min-width: 768px) {
  /* line 99, ../sass/bootstrap/_navbar.scss */
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 118, ../sass/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 118, ../sass/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 129, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  /* line 129, ../sass/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 140, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 144, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 153, ../sass/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 20.5px 0px;
  font-size: 19px;
  line-height: 21px;
  height: 62px;
}
/* line 161, ../sass/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  /* line 167, ../sass/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
  }
}

/* line 179, ../sass/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 0px;
  padding: 9px 10px;
  margin-top: 14px;
  margin-bottom: 14px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
/* line 192, ../sass/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: none;
}
/* line 197, ../sass/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 203, ../sass/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  /* line 179, ../sass/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 218, ../sass/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 10.25px 0px;
}
/* line 221, ../sass/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}
@media (max-width: 767px) {
  /* line 229, ../sass/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 238, ../sass/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 241, ../sass/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 21px;
  }
  /* line 244, ../sass/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 218, ../sass/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 256, ../sass/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 258, ../sass/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 20.5px;
    padding-bottom: 20.5px;
  }
  /* line 264, ../sass/bootstrap/_navbar.scss */
  .navbar-nav.navbar-right:last-child {
    margin-right: 0px;
  }
}

@media (min-width: 768px) {
  /* line 278, ../sass/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 281, ../sass/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
  }
}
/* line 292, ../sass/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: 0px;
  margin-right: 0px;
  padding: 10px 0px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 13.5px;
  margin-bottom: 13.5px;
}
@media (max-width: 767px) {
  /* line 304, ../sass/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  /* line 292, ../sass/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 324, ../sass/bootstrap/_navbar.scss */
  .navbar-form.navbar-right:last-child {
    margin-right: 0px;
  }
}

/* line 334, ../sass/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 339, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 348, ../sass/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 13.5px;
  margin-bottom: 13.5px;
}
/* line 351, ../sass/bootstrap/_navbar.scss */
.navbar-btn.btn-sm {
  margin-top: 15.5px;
  margin-bottom: 15.5px;
}
/* line 354, ../sass/bootstrap/_navbar.scss */
.navbar-btn.btn-xs {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 364, ../sass/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 20.5px;
  margin-bottom: 20.5px;
}
@media (min-width: 768px) {
  /* line 364, ../sass/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 0px;
    margin-right: 0px;
  }
  /* line 373, ../sass/bootstrap/_navbar.scss */
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

/* line 383, ../sass/bootstrap/_navbar.scss */
.navbar-default {
  background-color: black;
  border-color: black;
}
/* line 387, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: white;
}
/* line 390, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
/* line 396, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: white;
}
/* line 401, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: white;
}
/* line 405, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: white;
  background-color: black;
}
/* line 413, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: white;
  background-color: #4e97d1;
}
/* line 421, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
/* line 428, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: white;
}
/* line 431, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: black;
}
/* line 434, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
/* line 440, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: black;
}
/* line 450, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #4e97d1;
  color: white;
}
@media (max-width: 767px) {
  /* line 459, ../sass/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }
  /* line 462, ../sass/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: white;
    background-color: black;
  }
  /* line 470, ../sass/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: white;
    background-color: #4e97d1;
  }
  /* line 478, ../sass/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
/* line 492, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: white;
}
/* line 494, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: white;
}

/* line 503, ../sass/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222222;
  border-color: #090909;
}
/* line 507, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #999999;
}
/* line 510, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: white;
  background-color: transparent;
}
/* line 516, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #999999;
}
/* line 521, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
/* line 525, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: white;
  background-color: transparent;
}
/* line 533, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: white;
  background-color: #090909;
}
/* line 541, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
/* line 549, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
/* line 552, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
/* line 555, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: white;
}
/* line 561, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 570, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: white;
}
@media (max-width: 767px) {
  /* line 579, ../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 582, ../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 585, ../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  /* line 588, ../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: white;
    background-color: transparent;
  }
  /* line 596, ../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: white;
    background-color: #090909;
  }
  /* line 604, ../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
/* line 613, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #999999;
}
/* line 615, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: white;
}

/* line 11, ../sass/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../sass/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 33, ../sass/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 37, ../sass/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 41, ../sass/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 48, ../sass/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: white;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}

/* line 61, ../sass/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: black;
}
/* line 70, ../sass/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 71, ../sass/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 76, ../sass/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

/* line 82, ../sass/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 87, ../sass/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857;
}

/* line 94, ../sass/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 30px;
}

/* line 100, ../sass/bootstrap/_modals.scss */
.modal-footer {
  margin-top: 15px;
  padding: 29px 30px 30px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 21, ../sass/bootstrap/_mixins.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 25, ../sass/bootstrap/_mixins.scss */
.modal-footer:after {
  clear: both;
}
/* line 108, ../sass/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 113, ../sass/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 117, ../sass/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 125, ../sass/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 129, ../sass/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 134, ../sass/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 138, ../sass/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 7, ../sass/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 13px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 16, ../sass/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 17, ../sass/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 18, ../sass/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 19, ../sass/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 20, ../sass/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 24, ../sass/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: black;
  border-radius: 0;
}

/* line 35, ../sass/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 43, ../sass/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
/* line 50, ../sass/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
/* line 56, ../sass/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
/* line 62, ../sass/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black;
}
/* line 69, ../sass/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black;
}
/* line 76, ../sass/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
/* line 83, ../sass/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
/* line 89, ../sass/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}

/* line 6, ../sass/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
/* line 26, ../sass/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 27, ../sass/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 28, ../sass/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 29, ../sass/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 32, ../sass/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 43, ../sass/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 53, ../sass/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 62, ../sass/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 65, ../sass/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 71, ../sass/bootstrap/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: fadein(rgba(0, 0, 0, 0.2), 5%);
  bottom: -11px;
}
/* line 78, ../sass/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: white;
}
/* line 86, ../sass/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: fadein(rgba(0, 0, 0, 0.2), 5%);
}
/* line 93, ../sass/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: white;
}
/* line 101, ../sass/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: fadein(rgba(0, 0, 0, 0.2), 5%);
  top: -11px;
}
/* line 108, ../sass/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: white;
}
/* line 117, ../sass/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: fadein(rgba(0, 0, 0, 0.2), 5%);
}
/* line 124, ../sass/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: white;
  bottom: -10px;
}

/* line 41, ../sass/partials/_global.scss */
.btn-event-more:after, .box-hours:after, .map-overlay:after, .timelineFlat .t_left:after,
.timelineFlat .t_right:after, .navbar-default .navbar-nav > li > a:after, .sidebar-nav li ul:after, .gallery-list li:after, .gallery-list li .box-square-content:after, .gallery-list li .box-square-content:before, .gallery-list li .box-table-cell:after, .event-details-date:after {
  position: absolute;
  display: block;
  content: '';
}

/* line 60, ../sass/partials/_global.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 62, ../sass/partials/_global.scss */
body {
  overflow-x: hidden;
  display: block;
  height: 100%;
  width: 100%;
  background: #fff;
  line-height: 1.5;
  font-weight: 400;
}

/* line 75, ../sass/partials/_global.scss */
.clr {
  *zoom: 1;
}
/* line 38, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.clr:after {
  content: "";
  display: table;
  clear: both;
}

/* line 76, ../sass/partials/_global.scss */
.left {
  float: left;
}

/* line 77, ../sass/partials/_global.scss */
.right {
  float: right;
}

/* line 78, ../sass/partials/_global.scss */
.hidden {
  display: none !important;
}

/* line 79, ../sass/partials/_global.scss */
.txt-left {
  text-align: left;
}

/* line 80, ../sass/partials/_global.scss */
.txt-right {
  text-align: right;
}

/* line 81, ../sass/partials/_global.scss */
.txt-center {
  text-align: center;
}

/* line 82, ../sass/partials/_global.scss */
.relative {
  position: relative;
}

/* line 83, ../sass/partials/_global.scss */
.google-map img {
  max-width: none;
}

/* line 85, ../sass/partials/_global.scss */
.no-bullet {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 1, ../sass/partials/_layout.scss */
.box-square {
  position: relative;
}
/* line 3, ../sass/partials/_layout.scss */
.box-square:before {
  content: '';
  display: block;
  padding-top: 100%;
}
@media (max-width: 600px) {
  /* line 3, ../sass/partials/_layout.scss */
  .box-square:before {
    display: none;
  }
}

@media (max-width: 600px) {
  /* line 14, ../sass/partials/_layout.scss */
  .gallery-list .box-square:before {
    display: block !important;
  }
}
/* line 19, ../sass/partials/_layout.scss */
.gallery-list .box-square-content {
  position: absolute !important;
  min-height: 0;
}

/* line 26, ../sass/partials/_layout.scss */
.box-square-half:before {
  content: '';
  display: block;
  padding-top: 50%;
}
@media (max-width: 600px) {
  /* line 26, ../sass/partials/_layout.scss */
  .box-square-half:before {
    display: none;
  }
}

/* line 36, ../sass/partials/_layout.scss */
.box-square-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 600px) {
  /* line 36, ../sass/partials/_layout.scss */
  .box-square-content {
    position: static;
    min-height: 250px;
    height: auto;
  }
}

/* line 50, ../sass/partials/_layout.scss */
.box-table {
  width: 100%;
  height: 100%;
  display: table;
}
@media (max-width: 600px) {
  /* line 50, ../sass/partials/_layout.scss */
  .box-table {
    height: auto;
  }
}
/* line 57, ../sass/partials/_layout.scss */
.box-table.blue {
  background-color: #4e97d1;
}
@media (max-width: 600px) {
  /* line 57, ../sass/partials/_layout.scss */
  .box-table.blue {
    padding: 20px 0;
  }
}

/* line 65, ../sass/partials/_layout.scss */
.box-table-cell {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
}

/* line 71, ../sass/partials/_layout.scss */
.grid-half {
  float: left;
  width: 50%;
}
@media (max-width: 850px) {
  /* line 71, ../sass/partials/_layout.scss */
  .grid-half {
    float: left;
    width: 100%;
  }
}

/* line 78, ../sass/partials/_layout.scss */
.grid-fourth {
  float: left;
  width: 25%;
}
@media (max-width: 850px) {
  /* line 78, ../sass/partials/_layout.scss */
  .grid-fourth {
    float: left;
    width: 50%;
  }
}

/* line 85, ../sass/partials/_layout.scss */
.container {
  width: 95%;
  max-width: 1200px;
}

/* line 1, ../sass/partials/_typography.scss */
strong {
  font-weight: 700;
}

/* line 3, ../sass/partials/_typography.scss */
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 9, ../sass/partials/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px 0;
  font-weight: 900;
  line-height: 1.2;
  color: black;
}
@media (max-width: 1024px) {
  /* line 9, ../sass/partials/_typography.scss */
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }
}

/* line 19, ../sass/partials/_typography.scss */
h1 {
  font-size: 40px;
}

/* line 23, ../sass/partials/_typography.scss */
h2 {
  font-size: 28px;
}
@media (max-width: 1024px) {
  /* line 23, ../sass/partials/_typography.scss */
  h2 {
    font-size: 20px;
  }
}

/* line 30, ../sass/partials/_typography.scss */
h3 {
  font-size: 16px;
  font-weight: 700;
}

/* line 35, ../sass/partials/_typography.scss */
h4 {
  font-size: 18px;
}

/* line 39, ../sass/partials/_typography.scss */
h5 {
  font-size: 14px;
}

/* line 43, ../sass/partials/_typography.scss */
a:hover {
  text-decoration: none;
}

/* line 4, ../sass/partials/_buttons.scss */
.btn, .button-more, .btn-back, .btn-event-more, .btn-blue, input[type=submit],
input[type=button] {
  display: inline-block;
  height: 39px;
  line-height: 35px;
  color: #fff;
  font-size: 15px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  text-align: center;
  position: relative;
  padding: 0 15px;
  background-color: #4e97d1;
  border: 2px solid #fff;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* line 20, ../sass/partials/_buttons.scss */
.btn:hover, .button-more:hover, .btn-back:hover, .btn-event-more:hover, .btn-blue:hover, input[type=submit]:hover,
input[type=button]:hover {
  background-color: #fff;
  color: #c05d31;
}

/* line 30, ../sass/partials/_buttons.scss */
.button-more {
  padding: 0 10px;
  border-color: #c05d31;
  color: #c05d31;
}
/* line 35, ../sass/partials/_buttons.scss */
.button-more:hover {
  background-color: #c05d31;
  color: #fff;
}

/* line 41, ../sass/partials/_buttons.scss */
.btn-back {
  margin: 0 auto;
  display: block;
  width: 50%;
}
@media (max-width: 1024px) {
  /* line 41, ../sass/partials/_buttons.scss */
  .btn-back {
    width: 70%;
  }
}

/* line 51, ../sass/partials/_buttons.scss */
.btn-event-more {
  border-color: #c05d31;
  color: #c05d31;
  position: absolute;
  bottom: -2px;
  right: 0;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 10;
}
/* line 64, ../sass/partials/_buttons.scss */
.btn-event-more:after {
  height: 44px;
  width: 35px;
  left: -37px;
  bottom: -2px;
  background-color: #fff;
  z-index: 10;
}
/* line 73, ../sass/partials/_buttons.scss */
.btn-event-more:hover {
  background-color: #c05d31;
  color: #fff;
}

/* line 79, ../sass/partials/_buttons.scss */
.btn-arrow-right-white {
  text-indent: -9999px;
  background-image: url('../img/sprite-sacd141bf30.png');
  background-position: 0 -252px;
  height: 39px;
  width: 39px;
}
/* line 84, ../sass/partials/_buttons.scss */
.btn-arrow-right-white:hover {
  background-image: url('../img/sprite-sacd141bf30.png');
  background-position: 0 -150px;
}

/* line 90, ../sass/partials/_buttons.scss */
.btn-blue {
  border-color: #4e97d1;
  color: #4e97d1;
  width: 25%;
}
/* line 95, ../sass/partials/_buttons.scss */
.btn-blue:hover {
  background-color: #4e97d1;
  color: #fff;
}
@media (max-width: 850px) {
  /* line 90, ../sass/partials/_buttons.scss */
  .btn-blue {
    width: 100%;
  }
}

/* line 105, ../sass/partials/_buttons.scss */
input[type=submit],
input[type=button] {
  border-color: #9b9b9b;
  color: #9b9b9b;
}
/* line 109, ../sass/partials/_buttons.scss */
input[type=submit]:hover,
input[type=button]:hover {
  background-color: #9b9b9b;
  color: #fff;
}

/* line 1, ../sass/partials/_forms.scss */
form {
  margin-bottom: 0;
}

/* line 2, ../sass/partials/_forms.scss */
form ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 8, ../sass/partials/_forms.scss */
.boxinfo, .boxerror {
  text-align: center;
  font-size: 18px;
  padding: 20px 0px;
  margin: 10px 0px;
  background: #D84A38;
  color: #fff;
}

/* line 18, ../sass/partials/_forms.scss */
.boxerror {
  background: #D84A38;
}

/* line 29, ../sass/partials/_forms.scss */
input[type=text],
input[type=password],
input[type=search],
input[type=email],
input[type=date],
input[type=tel],
textarea,
select {
  background: #e5e5e5;
  border: none;
  height: 37px;
  line-height: 100%;
  padding: 0 10px;
  color: #919191;
  font-size: 16px;
  position: relative;
  font-style: normal;
  width: 70%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
/* line 41, ../sass/partials/_forms.scss */
input[type=text].short,
input[type=password].short,
input[type=search].short,
input[type=email].short,
input[type=date].short,
input[type=tel].short,
textarea.short,
select.short {
  width: 50%;
}
/* line 45, ../sass/partials/_forms.scss */
input[type=text]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=date]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  outline: none;
}

/* line 51, ../sass/partials/_forms.scss */
textarea {
  min-height: 120px;
  resize: none;
  padding: 10px;
}

/* line 57, ../sass/partials/_forms.scss */
input::-webkit-input-placeholder {
  line-height: normal !important;
  color: #999;
}

/* line 63, ../sass/partials/_forms.scss */
input[type=checkbox] {
  margin-right: 10px;
}

/* line 67, ../sass/partials/_forms.scss */
fieldset {
  padding: 0;
  border: none;
  margin: 0;
}

/* line 73, ../sass/partials/_forms.scss */
legend {
  color: #EF4136;
  font-size: 14px;
  margin-bottom: 20px;
}

/* line 79, ../sass/partials/_forms.scss */
label {
  font-size: 15px;
  color: #575756;
  margin: 0;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}

/* line 90, ../sass/partials/_forms.scss */
input[type=button],
input[type=submit] {
  padding: 0 30px;
}

/* line 95, ../sass/partials/_forms.scss */
.form-container {
  width: 90%;
  padding-top: 25px;
}
@media (max-width: 600px) {
  /* line 95, ../sass/partials/_forms.scss */
  .form-container {
    width: 100%;
  }
}
/* line 110, ../sass/partials/_forms.scss */
.form-container input[type=text],
.form-container input[type=password],
.form-container input[type=search],
.form-container input[type=email],
.form-container input[type=date],
.form-container input[type=tel],
.form-container textarea,
.form-container select {
  width: 70%;
}
/* line 112, ../sass/partials/_forms.scss */
.form-container input[type=text].short,
.form-container input[type=password].short,
.form-container input[type=search].short,
.form-container input[type=email].short,
.form-container input[type=date].short,
.form-container input[type=tel].short,
.form-container textarea.short,
.form-container select.short {
  width: 50%;
}
@media (max-width: 850px) {
  /* line 112, ../sass/partials/_forms.scss */
  .form-container input[type=text].short,
  .form-container input[type=password].short,
  .form-container input[type=search].short,
  .form-container input[type=email].short,
  .form-container input[type=date].short,
  .form-container input[type=tel].short,
  .form-container textarea.short,
  .form-container select.short {
    width: 100%;
  }
}
@media (max-width: 850px) {
  /* line 110, ../sass/partials/_forms.scss */
  .form-container input[type=text],
  .form-container input[type=password],
  .form-container input[type=search],
  .form-container input[type=email],
  .form-container input[type=date],
  .form-container input[type=tel],
  .form-container textarea,
  .form-container select {
    width: 100%;
  }
}
/* line 123, ../sass/partials/_forms.scss */
.form-container label {
  display: block;
  float: left;
  line-height: 27px;
  padding-top: 5px;
  width: 25%;
}
@media (max-width: 850px) {
  /* line 123, ../sass/partials/_forms.scss */
  .form-container label {
    width: 100%;
  }
}
/* line 134, ../sass/partials/_forms.scss */
.form-container label.error {
  display: block;
  float: none;
  width: 100%;
  color: #D84A38;
  font-weight: normal;
}
/* line 142, ../sass/partials/_forms.scss */
.form-container .fieldcomment {
  color: #9b9b9b;
  font-size: 13px;
  padding-left: 25%;
}
/* line 148, ../sass/partials/_forms.scss */
.form-container .fieldsection {
  font-size: 17px;
  font-weight: bold;
  padding-top: 15px;
  color: #4e97d1;
}
/* line 155, ../sass/partials/_forms.scss */
.form-container .options {
  display: inline-block;
  width: 70%;
}
/* line 158, ../sass/partials/_forms.scss */
.form-container .options .option {
  display: block;
  padding-bottom: 10px;
}
/* line 161, ../sass/partials/_forms.scss */
.form-container .options .option.comment {
  color: #9b9b9b;
  font-size: 13px;
  padding-left: 30px;
}
/* line 167, ../sass/partials/_forms.scss */
.form-container .options label {
  width: 90%;
  font-weight: 400;
  line-height: 1;
}
/* line 174, ../sass/partials/_forms.scss */
.form-container li {
  margin-bottom: 20px;
  *zoom: 1;
}
/* line 38, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.form-container li:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 850px) {
  /* line 181, ../sass/partials/_forms.scss */
  .form-container .checkbox-container,
  .form-container .submit-container {
    padding: 0;
  }
}
/* line 188, ../sass/partials/_forms.scss */
.form-container .checkbox-container label {
  width: 90%;
  font-weight: 400;
  line-height: 1;
}
/* line 195, ../sass/partials/_forms.scss */
.form-container .icheckbox_flat-grey {
  float: left;
  margin-right: 10px;
}
/* line 200, ../sass/partials/_forms.scss */
.form-container .iradio_flat-grey {
  float: left;
  margin-right: 10px;
}

/* line 4, ../sass/partials/_tables.scss */
table {
  border-collapse: separate;
}

/* line 10, ../sass/partials/_tables.scss */
td,
th {
  padding: 10px 20px;
  text-align: center;
}

/* line 15, ../sass/partials/_tables.scss */
th {
  background-color: #e2e2e2;
  color: #494949;
  font-size: 15px;
  font-weight: 700;
}
/* line 21, ../sass/partials/_tables.scss */
th:last-child {
  border: none;
}

/* line 26, ../sass/partials/_tables.scss */
td {
  font-size: 14px;
}
/* line 29, ../sass/partials/_tables.scss */
td a {
  font-weight: 700;
}

/* line 1, ../sass/partials/_tiles.scss */
.tiles-grid {
  display: block;
  padding: 0;
  margin: 0;
}
/* line 21, ../sass/bootstrap/_mixins.scss */
.tiles-grid:before, .tiles-grid:after {
  content: " ";
  display: table;
}
/* line 25, ../sass/bootstrap/_mixins.scss */
.tiles-grid:after {
  clear: both;
}
/* line 32, ../sass/partials/_block_grid.scss */
.tiles-grid > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0 0;
}
/* line 43, ../sass/partials/_block_grid.scss */
.tiles-grid > li {
  width: 25%;
  padding: 0 0 0;
  list-style: none;
}
/* line 50, ../sass/partials/_block_grid.scss */
.tiles-grid > li:nth-of-type(n) {
  clear: none;
}
/* line 51, ../sass/partials/_block_grid.scss */
.tiles-grid > li:nth-of-type(4n+1) {
  clear: both;
}
/* line 66, ../sass/partials/_block_grid.scss */
.tiles-grid > li:nth-of-type(4n+1) {
  padding-left: 0;
  padding-right: 0;
}
/* line 66, ../sass/partials/_block_grid.scss */
.tiles-grid > li:nth-of-type(4n+2) {
  padding-left: 0;
  padding-right: 0;
}
/* line 66, ../sass/partials/_block_grid.scss */
.tiles-grid > li:nth-of-type(4n+3) {
  padding-left: 0;
  padding-right: 0;
}
/* line 66, ../sass/partials/_block_grid.scss */
.tiles-grid > li:nth-of-type(4n) {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 850px) {
  /* line 1, ../sass/partials/_tiles.scss */
  .tiles-grid {
    display: block;
    padding: 0;
    margin: 0;
  }
  /* line 21, ../sass/bootstrap/_mixins.scss */
  .tiles-grid:before, .tiles-grid:after {
    content: " ";
    display: table;
  }
  /* line 25, ../sass/bootstrap/_mixins.scss */
  .tiles-grid:after {
    clear: both;
  }
  /* line 32, ../sass/partials/_block_grid.scss */
  .tiles-grid > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0 0;
  }
  /* line 43, ../sass/partials/_block_grid.scss */
  .tiles-grid > li {
    width: 50%;
    padding: 0 0 0;
    list-style: none;
  }
  /* line 50, ../sass/partials/_block_grid.scss */
  .tiles-grid > li:nth-of-type(n) {
    clear: none;
  }
  /* line 51, ../sass/partials/_block_grid.scss */
  .tiles-grid > li:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 66, ../sass/partials/_block_grid.scss */
  .tiles-grid > li:nth-of-type(2n+1) {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 66, ../sass/partials/_block_grid.scss */
  .tiles-grid > li:nth-of-type(2n) {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  /* line 1, ../sass/partials/_tiles.scss */
  .tiles-grid {
    display: block;
    padding: 0;
    margin: 0;
  }
  /* line 21, ../sass/bootstrap/_mixins.scss */
  .tiles-grid:before, .tiles-grid:after {
    content: " ";
    display: table;
  }
  /* line 25, ../sass/bootstrap/_mixins.scss */
  .tiles-grid:after {
    clear: both;
  }
  /* line 32, ../sass/partials/_block_grid.scss */
  .tiles-grid > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0 0;
  }
  /* line 43, ../sass/partials/_block_grid.scss */
  .tiles-grid > li {
    width: 100%;
    padding: 0 0 0;
    list-style: none;
  }
  /* line 50, ../sass/partials/_block_grid.scss */
  .tiles-grid > li:nth-of-type(n) {
    clear: none;
  }
  /* line 51, ../sass/partials/_block_grid.scss */
  .tiles-grid > li:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 66, ../sass/partials/_block_grid.scss */
  .tiles-grid > li:nth-of-type(1n) {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 9, ../sass/partials/_tiles.scss */
.tiles-grid a {
  display: block;
  color: #fff;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* line 15, ../sass/partials/_tiles.scss */
.tiles-grid .box-square-content {
  padding: 20px;
}
/* line 17, ../sass/partials/_tiles.scss */
.tiles-grid .box-square-content h3 {
  color: #fff;
  font-size: 26px;
}

/* line 26, ../sass/partials/_tiles.scss */
.box-square-content h2 {
  color: #fff;
  font-size: 22px !important;
  text-transform: uppercase;
  white-space: normal;
  hyphens: auto;
}
@media (max-width: 1024px) {
  /* line 26, ../sass/partials/_tiles.scss */
  .box-square-content h2 {
    font-size: 23px;
  }
}
@media (max-width: 850px) {
  /* line 26, ../sass/partials/_tiles.scss */
  .box-square-content h2 {
    font-size: 28px;
  }
}
@media (max-width: 850px) {
  /* line 26, ../sass/partials/_tiles.scss */
  .box-square-content h2 {
    font-size: 20px;
  }
}
/* line 42, ../sass/partials/_tiles.scss */
.box-square-content .btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

/* line 49, ../sass/partials/_tiles.scss */
.blue1 {
  background-color: #207ab7 !important;
}
/* line 51, ../sass/partials/_tiles.scss */
.blue1:hover {
  background-color: #258ed5;
}

/* line 55, ../sass/partials/_tiles.scss */
.blue2 {
  background-color: #4e97d1 !important;
}
/* line 57, ../sass/partials/_tiles.scss */
.blue2:hover {
  background-color: #6aa8d8;
}

/* line 61, ../sass/partials/_tiles.scss */
.blue3 {
  background-color: #7fb7dd !important;
}
/* line 63, ../sass/partials/_tiles.scss */
.blue3:hover {
  background-color: #9bc7e4;
}

/* line 67, ../sass/partials/_tiles.scss */
.blue4 {
  background-color: #207ab7 !important;
}
/* line 69, ../sass/partials/_tiles.scss */
.blue4:hover {
  background-color: #258ed5;
}

/* line 76, ../sass/partials/_tiles.scss */
.gray1 {
  background-color: #606060;
}
/* line 78, ../sass/partials/_tiles.scss */
.gray1:hover {
  background-color: #727272;
}

/* line 82, ../sass/partials/_tiles.scss */
.gray2 {
  background-color: #3a3a3a;
}
/* line 84, ../sass/partials/_tiles.scss */
.gray2:hover {
  background-color: #4c4c4c;
}

/* line 88, ../sass/partials/_tiles.scss */
.gray3 {
  background-color: #9b9b9b;
}
/* line 90, ../sass/partials/_tiles.scss */
.gray3:hover {
  background-color: #adadad;
}

/* line 94, ../sass/partials/_tiles.scss */
.gray4 {
  background-color: #757575;
}
/* line 96, ../sass/partials/_tiles.scss */
.gray4:hover {
  background-color: #878787;
}

/* line 103, ../sass/partials/_tiles.scss */
.orange1 {
  background-color: #aa421d;
}
/* line 105, ../sass/partials/_tiles.scss */
.orange1:hover {
  background-color: #c84e22;
}

/* line 109, ../sass/partials/_tiles.scss */
.orange2 {
  background-color: #d3714f;
}
/* line 111, ../sass/partials/_tiles.scss */
.orange2:hover {
  background-color: #da886c;
}

/* line 115, ../sass/partials/_tiles.scss */
.orange3 {
  background-color: #c05d31;
}
/* line 117, ../sass/partials/_tiles.scss */
.orange3:hover {
  background-color: #d07045;
}

/* line 121, ../sass/partials/_tiles.scss */
.orange4 {
  background-color: #aa421d;
}
/* line 123, ../sass/partials/_tiles.scss */
.orange4:hover {
  background-color: #c84e22;
}

/* line 130, ../sass/partials/_tiles.scss */
.brown1 {
  background-color: #704b3d;
}
/* line 132, ../sass/partials/_tiles.scss */
.brown1:hover {
  background-color: #875a4a;
}

/* line 136, ../sass/partials/_tiles.scss */
.brown2 {
  background-color: #381d13;
}
/* line 138, ../sass/partials/_tiles.scss */
.brown2:hover {
  background-color: #532b1c;
}

/* line 142, ../sass/partials/_tiles.scss */
.brown3 {
  background-color: #503426;
}
/* line 144, ../sass/partials/_tiles.scss */
.brown3:hover {
  background-color: #684431;
}

/* line 148, ../sass/partials/_tiles.scss */
.brown4 {
  background-color: #5e4a40;
}
/* line 150, ../sass/partials/_tiles.scss */
.brown4:hover {
  background-color: #735b4e;
}

/* line 155, ../sass/partials/_tiles.scss */
.white {
  background-color: #fff;
  color: #000;
}
/* line 158, ../sass/partials/_tiles.scss */
.white h3 {
  color: inherit;
  font-size: 17px;
  height: 90px;
  border-bottom: 1px solid #878787;
}
/* line 165, ../sass/partials/_tiles.scss */
.white a,
.white p {
  color: #575756;
  font-size: 17px;
}

/* line 171, ../sass/partials/_tiles.scss */
.contact-list {
  display: block;
  padding: 0;
  margin: 0;
}
/* line 21, ../sass/bootstrap/_mixins.scss */
.contact-list:before, .contact-list:after {
  content: " ";
  display: table;
}
/* line 25, ../sass/bootstrap/_mixins.scss */
.contact-list:after {
  clear: both;
}
/* line 32, ../sass/partials/_block_grid.scss */
.contact-list > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0 0;
}
/* line 43, ../sass/partials/_block_grid.scss */
.contact-list > li {
  width: 25%;
  padding: 0 0 0;
  list-style: none;
}
/* line 50, ../sass/partials/_block_grid.scss */
.contact-list > li:nth-of-type(n) {
  clear: none;
}
/* line 51, ../sass/partials/_block_grid.scss */
.contact-list > li:nth-of-type(4n+1) {
  clear: both;
}
/* line 66, ../sass/partials/_block_grid.scss */
.contact-list > li:nth-of-type(4n+1) {
  padding-left: 0;
  padding-right: 0;
}
/* line 66, ../sass/partials/_block_grid.scss */
.contact-list > li:nth-of-type(4n+2) {
  padding-left: 0;
  padding-right: 0;
}
/* line 66, ../sass/partials/_block_grid.scss */
.contact-list > li:nth-of-type(4n+3) {
  padding-left: 0;
  padding-right: 0;
}
/* line 66, ../sass/partials/_block_grid.scss */
.contact-list > li:nth-of-type(4n) {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 850px) {
  /* line 171, ../sass/partials/_tiles.scss */
  .contact-list {
    display: block;
    padding: 0;
    margin: 0;
  }
  /* line 21, ../sass/bootstrap/_mixins.scss */
  .contact-list:before, .contact-list:after {
    content: " ";
    display: table;
  }
  /* line 25, ../sass/bootstrap/_mixins.scss */
  .contact-list:after {
    clear: both;
  }
  /* line 32, ../sass/partials/_block_grid.scss */
  .contact-list > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0 0;
  }
  /* line 43, ../sass/partials/_block_grid.scss */
  .contact-list > li {
    width: 50%;
    padding: 0 0 0;
    list-style: none;
  }
  /* line 50, ../sass/partials/_block_grid.scss */
  .contact-list > li:nth-of-type(n) {
    clear: none;
  }
  /* line 51, ../sass/partials/_block_grid.scss */
  .contact-list > li:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 66, ../sass/partials/_block_grid.scss */
  .contact-list > li:nth-of-type(2n+1) {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 66, ../sass/partials/_block_grid.scss */
  .contact-list > li:nth-of-type(2n) {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 177, ../sass/partials/_tiles.scss */
.contact-list .box-square-content {
  padding: 20px;
}
/* line 182, ../sass/partials/_tiles.scss */
.contact-list .white h3 {
  height: 90px;
  border-bottom: 1px solid #878787;
  margin-bottom: 20px;
}

/* line 1, ../sass/partials/_modules.scss */
.brand {
  display: block;
  text-indent: -9999px;
  float: left;
  width: 200px;
  height: 62px;
  margin-left: 25px;
  background-image: url('../img/sprite-sacd141bf30.png');
  background-position: 0 0;
  height: 62px;
  width: 200px;
}
.brand2 {
  display: block;
  text-indent: -9999px;
  float: left;
  margin-left: 25px;
  background-image: url('../img/logo_nagroda.png');
  height: 62px;
  width: 197px;
}
@media (max-width: 850px) {
  /* line 1, ../sass/partials/_modules.scss */
  .brand {
    -webkit-background-size: 80%;
    -moz-background-size: 80%;
    -o-background-size: 80%;
    background-size: 80%;
    width: 160px;
    height: 49.6px;
    background-repeat: no-repeat;
  }
  
  .brand2 {
    -webkit-background-size: 80%;
    -moz-background-size: 80%;
    -o-background-size: 80%;
    background-size: 80%;
    width: 160px;
    height: 49.6px;
    background-repeat: no-repeat;
  }
}

/* line 19, ../sass/partials/_modules.scss */
.main-header {
  background: #fff;
  height: 90px;
  padding-top: 13px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
@media (max-width: 850px) {
  /* line 19, ../sass/partials/_modules.scss */
  .main-header {
    height: 70px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 30, ../sass/partials/_modules.scss */
.organizer-list {
  float: right;
  position: relative;
  margin-right: 25px;
}
@media (max-width: 850px) {
  /* line 30, ../sass/partials/_modules.scss */
  .organizer-list {
    display: none;
  }
}
/* line 37, ../sass/partials/_modules.scss */
.organizer-list span {
  position: absolute;
  bottom: 5px;
  left: -160px;
  display: inline-block;
  font-size: 14px;
  color: #b7b7b7;
}
/* line 45, ../sass/partials/_modules.scss */
.organizer-list a {
  display: inline-block;
  margin-left: 30px;
}

/* line 54, ../sass/partials/_modules.scss */
.common-modules {
  background-image: url('../img/common-modules-bg.jpg?1407613360');
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-bottom: 60px;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 850px) {
  /* line 54, ../sass/partials/_modules.scss */
  .common-modules {
    background-color: #503426;
    background-image: url('../img/common-modules-bg-small.jpg?1407613360');
    background-position: 0 center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: none;
    background-size: none;
  }
}
/* line 67, ../sass/partials/_modules.scss */
.common-modules .row-shadow {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

/* line 72, ../sass/partials/_modules.scss */
.box-news {
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #fff;
}

/* line 78, ../sass/partials/_modules.scss */
.box-news-content {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  padding-right: 70px;
  width: 100%;
}
@media (max-width: 1024px) {
  /* line 78, ../sass/partials/_modules.scss */
  .box-news-content {
    padding-right: 20px;
  }
}
@media (max-width: 850px) {
  /* line 78, ../sass/partials/_modules.scss */
  .box-news-content {
    padding-right: 70px;
  }
}
/* line 92, ../sass/partials/_modules.scss */
.box-news-content h3 {
  margin: 0;
}
/* line 95, ../sass/partials/_modules.scss */
.box-news-content .date {
  color: #999999;
}
/* line 98, ../sass/partials/_modules.scss */
.box-news-content .btn-more-short {
  width: 27px;
  height: 27px;
  background-image: url('../img/sprite-sacd141bf30.png');
  background-position: 0 -194px;
  border: 2px solid #4E97D1;
  position: absolute;
  right: 20px;
  bottom: 30px;
}

/* line 110, ../sass/partials/_modules.scss */
.common-block-grid {
  display: block;
  padding: 0;
  margin: 0;
}
/* line 21, ../sass/bootstrap/_mixins.scss */
.common-block-grid:before, .common-block-grid:after {
  content: " ";
  display: table;
}
/* line 25, ../sass/bootstrap/_mixins.scss */
.common-block-grid:after {
  clear: both;
}
/* line 32, ../sass/partials/_block_grid.scss */
.common-block-grid > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0 0;
}
/* line 43, ../sass/partials/_block_grid.scss */
.common-block-grid > li {
  width: 25%;
  padding: 0 0 0;
  list-style: none;
}
/* line 50, ../sass/partials/_block_grid.scss */
.common-block-grid > li:nth-of-type(n) {
  clear: none;
}
/* line 51, ../sass/partials/_block_grid.scss */
.common-block-grid > li:nth-of-type(4n+1) {
  clear: both;
}
/* line 66, ../sass/partials/_block_grid.scss */
.common-block-grid > li:nth-of-type(4n+1) {
  padding-left: 0;
  padding-right: 0;
}
/* line 66, ../sass/partials/_block_grid.scss */
.common-block-grid > li:nth-of-type(4n+2) {
  padding-left: 0;
  padding-right: 0;
}
/* line 66, ../sass/partials/_block_grid.scss */
.common-block-grid > li:nth-of-type(4n+3) {
  padding-left: 0;
  padding-right: 0;
}
/* line 66, ../sass/partials/_block_grid.scss */
.common-block-grid > li:nth-of-type(4n) {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 850px) {
  /* line 110, ../sass/partials/_modules.scss */
  .common-block-grid {
    display: block;
    padding: 0;
    margin: 0;
  }
  /* line 21, ../sass/bootstrap/_mixins.scss */
  .common-block-grid:before, .common-block-grid:after {
    content: " ";
    display: table;
  }
  /* line 25, ../sass/bootstrap/_mixins.scss */
  .common-block-grid:after {
    clear: both;
  }
  /* line 32, ../sass/partials/_block_grid.scss */
  .common-block-grid > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0 0;
  }
  /* line 43, ../sass/partials/_block_grid.scss */
  .common-block-grid > li {
    width: 50%;
    padding: 0 0 0;
    list-style: none;
  }
  /* line 50, ../sass/partials/_block_grid.scss */
  .common-block-grid > li:nth-of-type(n) {
    clear: none;
  }
  /* line 51, ../sass/partials/_block_grid.scss */
  .common-block-grid > li:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 66, ../sass/partials/_block_grid.scss */
  .common-block-grid > li:nth-of-type(2n+1) {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 66, ../sass/partials/_block_grid.scss */
  .common-block-grid > li:nth-of-type(2n) {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  /* line 110, ../sass/partials/_modules.scss */
  .common-block-grid {
    display: block;
    padding: 0;
    margin: 0;
  }
  /* line 21, ../sass/bootstrap/_mixins.scss */
  .common-block-grid:before, .common-block-grid:after {
    content: " ";
    display: table;
  }
  /* line 25, ../sass/bootstrap/_mixins.scss */
  .common-block-grid:after {
    clear: both;
  }
  /* line 32, ../sass/partials/_block_grid.scss */
  .common-block-grid > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0 0;
  }
  /* line 43, ../sass/partials/_block_grid.scss */
  .common-block-grid > li {
    width: 100%;
    padding: 0 0 0;
    list-style: none;
  }
  /* line 50, ../sass/partials/_block_grid.scss */
  .common-block-grid > li:nth-of-type(n) {
    clear: none;
  }
  /* line 51, ../sass/partials/_block_grid.scss */
  .common-block-grid > li:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 66, ../sass/partials/_block_grid.scss */
  .common-block-grid > li:nth-of-type(1n) {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 118, ../sass/partials/_modules.scss */
.common-block-grid h2 {
  color: #fff;
  width: 50%;
  margin-bottom: 15px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
/* line 124, ../sass/partials/_modules.scss */
.common-block-grid li {
  color: #fff;
}
/* line 127, ../sass/partials/_modules.scss */
.common-block-grid a {
  color: #fff;
}
/* line 130, ../sass/partials/_modules.scss */
.common-block-grid .box-square-content {
  padding: 20px;
}
@media (max-width: 1024px) {
  /* line 130, ../sass/partials/_modules.scss */
  .common-block-grid .box-square-content {
    padding: 15px;
  }
}
/* line 135, ../sass/partials/_modules.scss */
.common-block-grid .box-square-content p {
  line-height: 1.2;
}
@media (max-width: 1024px) {
  /* line 135, ../sass/partials/_modules.scss */
  .common-block-grid .box-square-content p {
    font-size: 13px;
  }
}
@media (max-width: 850px) {
  /* line 135, ../sass/partials/_modules.scss */
  .common-block-grid .box-square-content p {
    font-size: 16px;
  }
}
/* line 145, ../sass/partials/_modules.scss */
.common-block-grid .btn {
  position: absolute;
  bottom: 25px;
  left: 20px;
  z-index: 11;
}
@media (max-width: 1024px) {
  /* line 145, ../sass/partials/_modules.scss */
  .common-block-grid .btn {
    bottom: 15px;
    left: 15px;
  }
}
@media (max-width: 850px) {
  /* line 145, ../sass/partials/_modules.scss */
  .common-block-grid .btn {
    bottom: 25px;
    left: 20px;
  }
}

/* line 161, ../sass/partials/_modules.scss */
.box-calendar {
  background-color: #fff;
}
/* line 163, ../sass/partials/_modules.scss */
.box-calendar .box-square-content {
  padding: 0 !important;
}

/* line 168, ../sass/partials/_modules.scss */
.permanent-exhibition {
  background-image: url('../img/uploads/permanent-exhibition.jpg?1407613355');
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* line 175, ../sass/partials/_modules.scss */
.red {
  color: #D84A38;
  font-weight: bold;
  font-size: 18px;
}

/* line 181, ../sass/partials/_modules.scss */
.box-blue {
  background-color: #4e97d1 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* line 184, ../sass/partials/_modules.scss */
.box-blue:hover {
  background-color: #6aa8d8;
}

/* line 189, ../sass/partials/_modules.scss */
.box-orange {
  background-color: #c05d31 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* line 192, ../sass/partials/_modules.scss */
.box-orange:hover {
  background-color: #d07045;
}

/* line 197, ../sass/partials/_modules.scss */
.box-brown {
  background-color: #503426 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* line 200, ../sass/partials/_modules.scss */
.box-brown:hover {
  background-color: #684431;
}
/* line 203, ../sass/partials/_modules.scss */
.box-brown .btn {
  border-color: #c05d31;
}
/* line 205, ../sass/partials/_modules.scss */
.box-brown .btn:hover {
  background-color: #c05d31;
  color: #fff;
}

/* line 212, ../sass/partials/_modules.scss */
.box-black {
  background-color: #000 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* line 215, ../sass/partials/_modules.scss */
.box-black:hover {
  background-color: #121212;
}

/* line 220, ../sass/partials/_modules.scss */
.box-white {
  background-color: #fff !important;
  color: #c9c9c9;
}
/* line 223, ../sass/partials/_modules.scss */
.box-white h2 {
  color: #c9c9c9;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media (max-width: 600px) {
  /* line 229, ../sass/partials/_modules.scss */
  .box-hours {
    border-top: 1px solid #dceaf6;
  }
}
/* line 233, ../sass/partials/_modules.scss */
.box-hours:after {
  top: 20px;
  bottom: 20px;
  left: 0;
  width: 1px;
  background-color: #dceaf6;
}
@media (max-width: 850px) {
  /* line 233, ../sass/partials/_modules.scss */
  .box-hours:after {
    display: none;
  }
}
/* line 244, ../sass/partials/_modules.scss */
.box-hours .btn {
  left: auto;
  right: 20px;
}

/* line 251, ../sass/partials/_modules.scss */
.box-newsletter .btn {
  left: auto;
  right: 20px;
  border-color: #fff;
  color: #fff;
}
/* line 256, ../sass/partials/_modules.scss */
.box-newsletter .btn:hover {
  background-color: #fff;
  color: #c05d31;
}
/* line 261, ../sass/partials/_modules.scss */
.box-newsletter input[type=text] {
  position: absolute;
  left: 0;
  bottom: 135px;
  width: 100%;
  display: block;
  margin-top: 15px;
  background-color: #fff;
}
@media (max-width: 1024px) {
  /* line 261, ../sass/partials/_modules.scss */
  .box-newsletter input[type=text] {
    position: static;
    width: 100%;
  }
}
@media (max-width: 600px) {
  /* line 261, ../sass/partials/_modules.scss */
  .box-newsletter input[type=text] {
    bottom: 85px;
    width: 100%;
  }
}
/* line 278, ../sass/partials/_modules.scss */
.box-newsletter input[type=text].wf-valid__email {
  position: absolute;
  left: 0;
  bottom: 85px;
  width: 100%;
  display: block;
  margin-top: 15px;
  background-color: #fff;
}
@media (max-width: 1024px) {
  /* line 278, ../sass/partials/_modules.scss */
  .box-newsletter input[type=text].wf-valid__email {
    position: static;
    width: 100%;
  }
}
@media (max-width: 600px) {
  /* line 278, ../sass/partials/_modules.scss */
  .box-newsletter input[type=text].wf-valid__email {
    bottom: 85px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  /* line 250, ../sass/partials/_modules.scss */
  .box-newsletter {
    border-bottom: 1px solid #e2a88e;
  }
}

/* line 301, ../sass/partials/_modules.scss */
.box-contact p {
  padding-top: 70px;
}
@media (max-width: 1024px) {
  /* line 301, ../sass/partials/_modules.scss */
  .box-contact p {
    padding-top: 40px;
  }
}

/* line 309, ../sass/partials/_modules.scss */
.partners-slider {
  padding-top: 50px;
}
@media (max-width: 1024px) {
  /* line 309, ../sass/partials/_modules.scss */
  .partners-slider {
    padding-top: 20px;
  }
}
/* line 314, ../sass/partials/_modules.scss */
.partners-slider img {
  display: block;
  margin: 0 auto;
}

/* line 321, ../sass/partials/_modules.scss */
.box-partners .swiper-nav {
  position: absolute;
  top: 15px;
  right: 15px;
}
/* line 325, ../sass/partials/_modules.scss */
.box-partners .swiper-nav a {
  float: left;
  margin-left: 10px;
}

/* line 332, ../sass/partials/_modules.scss */
.map-container {
  position: relative;
  margin-bottom: 20px;
}

/* line 337, ../sass/partials/_modules.scss */
.map {
  height: 800px;
  position: relative;
  z-index: 1;
}
/* line 341, ../sass/partials/_modules.scss */
.map img {
  max-width: none;
}
@media (max-width: 850px) {
  /* line 337, ../sass/partials/_modules.scss */
  .map {
    height: 300px;
  }
}

/* line 347, ../sass/partials/_modules.scss */
.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #4e97d1;
  color: #fff;
  height: 300px;
  width: 80%;
  z-index: 9999;
}
@media (max-width: 1024px) {
  /* line 347, ../sass/partials/_modules.scss */
  .map-overlay {
    width: 90%;
  }
}
@media (max-width: 850px) {
  /* line 347, ../sass/partials/_modules.scss */
  .map-overlay {
    position: static;
    width: 100%;
    margin-bottom: 30px;
    height: 250px;
  }
}
@media (max-width: 600px) {
  /* line 347, ../sass/partials/_modules.scss */
  .map-overlay {
    height: auto;
  }
}
/* line 368, ../sass/partials/_modules.scss */
.map-overlay:after {
  top: 0;
  right: -70px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 301px 70px 0 100px;
  border-color: #4e97d1 transparent transparent transparent;
}
@media (max-width: 850px) {
  /* line 368, ../sass/partials/_modules.scss */
  .map-overlay:after {
    display: none;
  }
}
/* line 382, ../sass/partials/_modules.scss */
.map-overlay .box-square {
  width: 300px;
  float: left;
  font-size: 17px;
  color: #fff;
  display: block;
}
@media (max-width: 850px) {
  /* line 382, ../sass/partials/_modules.scss */
  .map-overlay .box-square {
    width: 250px;
  }
}
@media (max-width: 600px) {
  /* line 382, ../sass/partials/_modules.scss */
  .map-overlay .box-square {
    width: 100%;
    float: none;
    clear: both;
  }
}
/* line 397, ../sass/partials/_modules.scss */
.map-overlay .box-square-content {
  padding: 20px;
  padding-top: 40px;
}
@media (max-width: 850px) {
  /* line 397, ../sass/partials/_modules.scss */
  .map-overlay .box-square-content {
    padding-top: 20px;
  }
}
/* line 403, ../sass/partials/_modules.scss */
.map-overlay .box-square-content h3 {
  color: #fff;
  font-size: 26px !important;
}
/* line 408, ../sass/partials/_modules.scss */
.map-overlay h3 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 850px) {
  /* line 408, ../sass/partials/_modules.scss */
  .map-overlay h3 {
    font-size: 18px;
  }
}
/* line 417, ../sass/partials/_modules.scss */
.map-overlay .contact-data {
  float: left;
  padding: 20px;
  padding-top: 88px;
  width: 650px;
}
@media (max-width: 1024px) {
  /* line 417, ../sass/partials/_modules.scss */
  .map-overlay .contact-data {
    width: 430px;
  }
}
@media (max-width: 850px) {
  /* line 417, ../sass/partials/_modules.scss */
  .map-overlay .contact-data {
    width: 300px;
    padding-top: 20px;
  }
}
@media (max-width: 850px) {
  /* line 417, ../sass/partials/_modules.scss */
  .map-overlay .contact-data {
    width: 100%;
    float: none;
  }
}
/* line 433, ../sass/partials/_modules.scss */
.map-overlay .contact-data a {
  color: #fff;
}
/* line 436, ../sass/partials/_modules.scss */
.map-overlay .contact-data h3 {
  font-size: 20px;
  padding-bottom: 10px;
  color: #fff;
}
/* line 442, ../sass/partials/_modules.scss */
.map-overlay .contact-data-box {
  float: left;
}
/* line 444, ../sass/partials/_modules.scss */
.map-overlay .contact-data-box:first-child {
  margin-right: 40px;
}
@media (max-width: 1024px) {
  /* line 444, ../sass/partials/_modules.scss */
  .map-overlay .contact-data-box:first-child {
    margin-right: 30px;
  }
}

/*
 * Swiper 2.6.1
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2014, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: May 6, 2014
*/
/* line 15, ../sass/partials/_swiper.scss */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

/* line 27, ../sass/partials/_swiper.scss */
.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 60, ../sass/partials/_swiper.scss */
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* line 68, ../sass/partials/_swiper.scss */
.swiper-slide {
  float: left;
}

/* IE10 Windows Phone 8 Fixes */
/* line 73, ../sass/partials/_swiper.scss */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

/* line 76, ../sass/partials/_swiper.scss */
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
/* line 84, ../sass/partials/_swiper.scss */
.swiper-container {
  /* Specify Swiper's Size: */
  width: 100%;
}

/* line 92, ../sass/partials/_swiper.scss */
.swiper-pagination span {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #c1c1c1;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* line 100, ../sass/partials/_swiper.scss */
.swiper-pagination span:hover, .swiper-pagination span.swiper-active-switch {
  background-color: #c05d31;
  cursor: pointer;
}

/* line 108, ../sass/partials/_swiper.scss */
.swiper-nav a {
  display: block;
  border: 2px solid #e0e0e0;
}
/* line 111, ../sass/partials/_swiper.scss */
.swiper-nav a.swiper-prev {
  background-image: url('../img/sprite-sacd141bf30.png');
  background-position: 0 -106px;
  height: 39px;
  width: 39px;
}
/* line 116, ../sass/partials/_swiper.scss */
.swiper-nav a.swiper-next {
  background-image: url('../img/sprite-sacd141bf30.png');
  background-position: 0 -150px;
  height: 39px;
  width: 39px;
}

/* line 1, ../sass/partials/_calendar.scss */
.fc-calendar-container {
  position: relative;
  height: 300px;
  width: auto;
}

/* line 7, ../sass/partials/_calendar.scss */
.fc-calendar {
  width: 100%;
  height: 100%;
}

/* line 12, ../sass/partials/_calendar.scss */
.fc-calendar .fc-head {
  height: 30px;
  line-height: 30px;
  background: #ccc;
  color: #fff;
}

/* line 19, ../sass/partials/_calendar.scss */
.fc-calendar .fc-body {
  position: relative;
  width: 100%;
  height: 100%;
}

/* line 29, ../sass/partials/_calendar.scss */
.fc-calendar .fc-row {
  width: 100%;
  border-bottom: 1px solid #fff;
  display: block;
  padding: 0;
  margin: 0;
}
/* line 21, ../sass/bootstrap/_mixins.scss */
.fc-calendar .fc-row:before, .fc-calendar .fc-row:after {
  content: " ";
  display: table;
}
/* line 25, ../sass/bootstrap/_mixins.scss */
.fc-calendar .fc-row:after {
  clear: both;
}
/* line 32, ../sass/partials/_block_grid.scss */
.fc-calendar .fc-row > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0 0;
}
/* line 43, ../sass/partials/_block_grid.scss */
.fc-calendar .fc-row > li {
  width: 14.28571%;
  padding: 0 0 0;
  list-style: none;
}
/* line 50, ../sass/partials/_block_grid.scss */
.fc-calendar .fc-row > li:nth-of-type(n) {
  clear: none;
}
/* line 51, ../sass/partials/_block_grid.scss */
.fc-calendar .fc-row > li:nth-of-type(7n+1) {
  clear: both;
}
/* line 66, ../sass/partials/_block_grid.scss */
.fc-calendar .fc-row > li:nth-of-type(7n+1) {
  padding-left: 0;
  padding-right: 0;
}
/* line 66, ../sass/partials/_block_grid.scss */
.fc-calendar .fc-row > li:nth-of-type(7n+2) {
  padding-left: 0;
  padding-right: 0;
}
/* line 66, ../sass/partials/_block_grid.scss */
.fc-calendar .fc-row > li:nth-of-type(7n+3) {
  padding-left: 0;
  padding-right: 0;
}
/* line 66, ../sass/partials/_block_grid.scss */
.fc-calendar .fc-row > li:nth-of-type(7n+4) {
  padding-left: 0;
  padding-right: 0;
}
/* line 66, ../sass/partials/_block_grid.scss */
.fc-calendar .fc-row > li:nth-of-type(7n+5) {
  padding-left: 0;
  padding-right: 0;
}
/* line 66, ../sass/partials/_block_grid.scss */
.fc-calendar .fc-row > li:nth-of-type(7n+6) {
  padding-left: 0;
  padding-right: 0;
}
/* line 66, ../sass/partials/_block_grid.scss */
.fc-calendar .fc-row > li:nth-of-type(7n) {
  padding-left: 0;
  padding-right: 0;
}

/* line 35, ../sass/partials/_calendar.scss */
.fc-four-rows .fc-row {
  height: 25%;
}

/* line 39, ../sass/partials/_calendar.scss */
.fc-five-rows .fc-row {
  height: 20%;
}

/* line 43, ../sass/partials/_calendar.scss */
.fc-six-rows .fc-row {
  height: 16.66%;
  height: -moz-calc(100%/6);
  height: -webkit-calc(100%/6);
  height: calc(100%/6);
}

/* line 51, ../sass/partials/_calendar.scss */
.fc-calendar .fc-row > div,
.fc-calendar .fc-head > div {
  float: left;
  height: 100%;
  width: 14.28571%;
  position: relative;
}

/* IE 9 is rounding up the calc it seems */
/* line 64, ../sass/partials/_calendar.scss */
.ie9 .fc-calendar .fc-row > div,
.ie9 .fc-calendar .fc-head > div {
  width: 14.2%;
}

/* line 68, ../sass/partials/_calendar.scss */
.fc-calendar .fc-row > div {
  border-right: 1px solid #fff;
  padding: 4px;
  overflow: hidden;
  position: relative;
}

/* line 75, ../sass/partials/_calendar.scss */
.fc-calendar .fc-head > div {
  text-align: center;
}

/* line 79, ../sass/partials/_calendar.scss */
.fc-calendar .fc-row > div > span.fc-date {
  position: absolute;
  width: 30px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #ddd;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8);
  bottom: 5px;
  right: 5px;
  text-align: right;
}

/* line 93, ../sass/partials/_calendar.scss */
.fc-calendar .fc-row > div > span.fc-weekday {
  padding-left: 5px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
@media (max-width: 1024px) {
  /* line 93, ../sass/partials/_calendar.scss */
  .fc-calendar .fc-row > div > span.fc-weekday {
    font-size: 11px;
  }
}
@media (max-width: 850px) {
  /* line 93, ../sass/partials/_calendar.scss */
  .fc-calendar .fc-row > div > span.fc-weekday {
    font-size: 13px;
  }
}

/* line 108, ../sass/partials/_calendar.scss */
.fc-calendar .fc-row > div.fc-today {
  background-color: #c05d31 !important;
}

/* line 112, ../sass/partials/_calendar.scss */
.fc-calendar .fc-row > div.fc-out {
  opacity: 0.6;
}

/* line 117, ../sass/partials/_calendar.scss */
.fc-calendar .fc-row > div:last-child,
.fc-calendar .fc-head > div:last-child {
  border-right: none;
}

/* line 121, ../sass/partials/_calendar.scss */
.fc-calendar .fc-row:last-child {
  border-bottom: none;
}

/* Custom calendar elements */
/* line 131, ../sass/partials/_calendar.scss */
.custom-calendar-wrap {
  position: relative;
}

/* line 137, ../sass/partials/_calendar.scss */
.custom-inner {
  background: #fff;
}

/* line 163, ../sass/partials/_calendar.scss */
.custom-header {
  padding: 0 20px;
  height: 50px;
  position: relative;
}

/* line 173, ../sass/partials/_calendar.scss */
.custom-header h2,
.custom-header h3 {
  text-align: left;
  text-transform: uppercase;
  color: #afafaf;
}

/* line 180, ../sass/partials/_calendar.scss */
.custom-header h2 a,
.custom-header h3 a {
  text-align: left;
  text-transform: uppercase;
  color: #afafaf;
}

/* line 186, ../sass/partials/_calendar.scss */
.custom-header h2 {
  display: inline-block;
  font-size: 28px;
  margin: 0;
  line-height: 50px;
}
/* line 194, ../sass/partials/_calendar.scss */
.custom-header h2 strong {
  font-weight: 900;
  margin-right: 5px;
  text-transform: none;
}

/* line 201, ../sass/partials/_calendar.scss */
.custom-header h3 {
  display: inline-block;
}

/* line 208, ../sass/partials/_calendar.scss */
.custom-header nav span {
  position: absolute;
  top: 12px;
  width: 27px;
  height: 27px;
  color: transparent;
  cursor: pointer;
  border: 2px solid #cecece;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 225, ../sass/partials/_calendar.scss */
.custom-header nav span:first-child {
  right: 40px;
  background-image: url('../img/sprite-sacd141bf30.png');
  background-position: 0 -222px;
}

/* line 232, ../sass/partials/_calendar.scss */
.custom-header nav span:last-child {
  right: 10px;
  background-image: url('../img/sprite-sacd141bf30.png');
  background-position: 0 -296px;
}

/* line 239, ../sass/partials/_calendar.scss */
.custom-content-reveal {
  background: #f6f6f6;
  background: rgba(246, 246, 246, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0px;
  text-align: left;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

/* line 256, ../sass/partials/_calendar.scss */
.custom-content-reveal span.custom-content-close {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  background: #c05d31;
  cursor: pointer;
  line-height: 13px;
  padding: 0;
}

/* line 269, ../sass/partials/_calendar.scss */
.custom-content-reveal span.custom-content-close:after {
  content: 'x';
  font-size: 18px;
  color: #fff;
}

/* line 276, ../sass/partials/_calendar.scss */
.custom-content-reveal a,
.custom-content-reveal span {
  font-size: 15px;
  /* padding: 10px 30px; */
  padding: 10px 30px;
  display: block;
}

/* line 283, ../sass/partials/_calendar.scss */
.custom-content-reveal h4 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 300;
  color: #777;
  padding: 20px;
  background: #fff;
  margin-bottom: 0;
}

/* line 293, ../sass/partials/_calendar.scss */
.custom-content-reveal span {
  color: #888;
}

/* line 297, ../sass/partials/_calendar.scss */
.custom-content-reveal a {
  color: #ef4f69;
}

/* line 301, ../sass/partials/_calendar.scss */
.custom-content-reveal a:hover {
  color: #333;
}

/* Modifications */
/* line 307, ../sass/partials/_calendar.scss */
.fc-calendar-container {
  height: 250px;
  width: auto;
}
@media (max-width: 850px) {
  /* line 307, ../sass/partials/_calendar.scss */
  .fc-calendar-container {
    height: 330px;
  }
}
@media (max-width: 850px) {
  /* line 307, ../sass/partials/_calendar.scss */
  .fc-calendar-container {
    height: 300px;
  }
}

/* line 321, ../sass/partials/_calendar.scss */
.fc-calendar .fc-head {
  display: none;
}

/* line 330, ../sass/partials/_calendar.scss */
.fc-calendar .fc-row > div {
  background: #afafaf;
  cursor: pointer;
}

/* line 335, ../sass/partials/_calendar.scss */
.fc-calendar .fc-row > div:empty {
  background: #f2f2f2;
}

/* line 339, ../sass/partials/_calendar.scss */
.fc-calendar .fc-row > div > span.fc-date {
  top: 50%;
  right: 10px;
  text-align: right;
  margin: -10px 0 0 0;
  color: #fff;
  font-weight: 400;
  font-size: 28px;
  pointer-events: none;
}
@media (max-width: 1024px) {
  /* line 339, ../sass/partials/_calendar.scss */
  .fc-calendar .fc-row > div > span.fc-date {
    font-size: 20px;
  }
}
@media (max-width: 850px) {
  /* line 339, ../sass/partials/_calendar.scss */
  .fc-calendar .fc-row > div > span.fc-date {
    font-size: 26px;
  }
}

/* line 356, ../sass/partials/_calendar.scss */
.fc-calendar .fc-row > div.fc-today {
  background: #c05d31;
}

/* line 366, ../sass/partials/_calendar.scss */
.fc-calendar .fc-row > div.fc-content {
  background-color: #4e97d1;
}

/* line 370, ../sass/partials/_calendar.scss */
.fc-calendar .fc-row > div.fc-content:after {
  content: '';
  position: absolute;
  left: -1px;
  bottom: -1px;
  background-image: url('../img/sprite-sacd141bf30.png');
  background-position: 0 -453px;
  height: 16px;
  width: 16px;
}

/* line 395, ../sass/partials/_calendar.scss */
.fc-calendar .fc-row > div > div a,
.fc-calendar .fc-row > div > div span {
  font-size: 22px;
}

/* line 402, ../sass/partials/_calendar.scss */
.fc-content {
  overflow: visible !important;
}
/* line 404, ../sass/partials/_calendar.scss */
.fc-content div {
  display: none;
  position: absolute;
  width: 250px;
  top: 100%;
  left: 50%;
  margin-left: -125px;
  z-index: 999999;
  background: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
/* line 414, ../sass/partials/_calendar.scss */
.fc-content div:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: -10px;
}
/* line 427, ../sass/partials/_calendar.scss */
.fc-content div a {
  display: block;
  font-size: 15px !important;
  padding: 4px 10px;
  border-bottom: 1px solid #e1e1e1;
  color: #575756;
}
/* line 433, ../sass/partials/_calendar.scss */
.fc-content div a:hover {
  color: #4e97d1;
}
/* line 436, ../sass/partials/_calendar.scss */
.fc-content div a:last-child {
  border: none;
}

/* line 458, ../sass/partials/_calendar.scss */
.sidebar .custom-month strong {
  display: none;
}
/* line 462, ../sass/partials/_calendar.scss */
.sidebar .fc-calendar .fc-row > div {
  background-color: #e0e0e0;
}
/* line 466, ../sass/partials/_calendar.scss */
.sidebar .fc-calendar .fc-row > div:empty {
  background-color: #f2f2f2;
}
/* line 470, ../sass/partials/_calendar.scss */
.sidebar .fc-calendar .fc-row > div > span.fc-date {
  font-size: 18px;
  color: #afafaf;
}
/* line 475, ../sass/partials/_calendar.scss */
.sidebar .fc-calendar .fc-row > div > span.fc-weekday {
  display: none;
}
/* line 479, ../sass/partials/_calendar.scss */
.sidebar .fc-calendar .fc-row > div.fc-content {
  background-color: #c05d31 !important;
}

/* line 1, ../sass/partials/_video.scss */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

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

/*
 * Vanillabox
 * (C) 2013 cocopon.
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/mit-license.php
 */
/* line 8, ../../sass/partials/vanillabox.scss */
/* line 9, ../sass/partials/_vanillabox.scss */
.vnbx * {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}

/* line 13, ../../sass/partials/vanillabox.scss */
/* line 15, ../sass/partials/_vanillabox.scss */
.vnbx-mask {
  left: 0;
  overflow: auto;
  position: absolute;
  top: 0;
  z-index: 999;
}

/* line 21, ../../sass/partials/vanillabox.scss */
/* line 24, ../sass/partials/_vanillabox.scss */
.vnbx-frame {
  position: absolute;
}

/* line 25, ../../sass/partials/vanillabox.scss */
/* line 29, ../sass/partials/_vanillabox.scss */
.vnbx-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

/* line 32, ../../sass/partials/vanillabox.scss */
/* line 37, ../sass/partials/_vanillabox.scss */
.vnbx-prev,
.vnbx-next {
  visibility: hidden;
}

/* line 37, ../../sass/partials/vanillabox.scss */
/* line 43, ../sass/partials/_vanillabox.scss */
.vnbx-group .vnbx-prev,
.vnbx-group .vnbx-next {
  visibility: visible;
}

/* line 41, ../../sass/partials/vanillabox.scss */
/* line 48, ../sass/partials/_vanillabox.scss */
.vnbx-pager {
  visibility: hidden;
}

/* line 45, ../../sass/partials/vanillabox.scss */
/* line 53, ../sass/partials/_vanillabox.scss */
.vnbx-group .vnbx-pager {
  visibility: visible;
}

/* line 49, ../../sass/partials/vanillabox.scss */
/* line 58, ../sass/partials/_vanillabox.scss */
.vnbx-container {
  overflow: hidden;
  position: relative;
}

/* line 54, ../../sass/partials/vanillabox.scss */
/* line 64, ../sass/partials/_vanillabox.scss */
.vnbx-content {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}

/* line 60, ../../sass/partials/vanillabox.scss */
/* line 72, ../sass/partials/_vanillabox.scss */
.vnbx-content > img {
  vertical-align: middle;
}

/* line 63, ../../sass/partials/vanillabox.scss */
/* line 77, ../sass/partials/_vanillabox.scss */
.vnbx-content > iframe {
  border-width: 0;
  vertical-align: middle;
}

/* line 67, ../../sass/partials/vanillabox.scss */
/* line 83, ../sass/partials/_vanillabox.scss */
.vnbx-ios .vnbx-content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 71, ../../sass/partials/vanillabox.scss */
/* line 89, ../sass/partials/_vanillabox.scss */
.vnbx-ios .vnbx-content > iframe {
  display: block;
  height: 100%;
  width: 100%;
}

/* line 77, ../../sass/partials/vanillabox.scss */
/* line 96, ../sass/partials/_vanillabox.scss */
.vnbx-empty {
  height: 150px;
  width: 200px;
}

/* line 83, ../../sass/partials/vanillabox.scss */
/* line 103, ../sass/partials/_vanillabox.scss */
.vnbx-loading,
.vnbx-error {
  height: 150px;
  width: 200px;
}

/* line 89, ../../sass/partials/vanillabox.scss */
/* line 111, ../sass/partials/_vanillabox.scss */
.vnbx-loading > img, .vnbx-loading > iframe,
.vnbx-error > img,
.vnbx-error > iframe {
  display: none;
  height: 150px;
  width: 200px;
}

/* line 95, ../../sass/partials/vanillabox.scss */
/* line 118, ../sass/partials/_vanillabox.scss */
.vnbx-mask {
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 99, ../../sass/partials/vanillabox.scss */
/* line 123, ../sass/partials/_vanillabox.scss */
.vnbx-frame {
  padding-top: 32px;
}

/* line 103, ../../sass/partials/vanillabox.scss */
/* line 128, ../sass/partials/_vanillabox.scss */
.vnbx-button {
  position: absolute;
}

/* line 107, ../../sass/partials/vanillabox.scss */
/* line 133, ../sass/partials/_vanillabox.scss */
.vnbx-button.vnbx-disabled {
  display: none;
}

/* line 111, ../../sass/partials/vanillabox.scss */
/* line 138, ../sass/partials/_vanillabox.scss */
.vnbx-close {
  background-image: url('../img/vanillabox/close0.png?1407613351');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 32px;
  height: 32px;
  right: -8px;
  top: 0;
  width: 32px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /* line 122, ../../sass/partials/vanillabox.scss */
  /* line 151, ../sass/partials/_vanillabox.scss */
  .vnbx-close {
    background-image: url('../img/vanillabox/close0@2x.png?1407613351');
  }
}
/* line 127, ../../sass/partials/vanillabox.scss */
/* line 156, ../sass/partials/_vanillabox.scss */
.vnbx-close:hover {
  background-image: url('../img/vanillabox/close1.png?1407613351');
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /* line 131, ../../sass/partials/vanillabox.scss */
  /* line 162, ../sass/partials/_vanillabox.scss */
  .vnbx-close:hover {
    background-image: url('../img/vanillabox/close1@2x.png?1407613351');
  }
}
/* line 137, ../../sass/partials/vanillabox.scss */
/* line 168, ../sass/partials/_vanillabox.scss */
.vnbx-prev,
.vnbx-next {
  height: 100%;
  margin-top: 16px;
  top: 0;
  width: 44px;
}

/* line 144, ../../sass/partials/vanillabox.scss */
/* line 176, ../sass/partials/_vanillabox.scss */
.vnbx-prev {
  background-image: url('../img/vanillabox/prev0.png?1407613351');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 32px;
  left: -44px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /* line 152, ../../sass/partials/vanillabox.scss */
  /* line 186, ../sass/partials/_vanillabox.scss */
  .vnbx-prev {
    background-image: url('../img/vanillabox/prev0@2x.png?1407613351');
  }
}
/* line 158, ../../sass/partials/vanillabox.scss */
/* line 192, ../sass/partials/_vanillabox.scss */
.vnbx-prev:active,
.vnbx-prev:hover {
  background-image: url('../img/vanillabox/prev1.png?1407613351');
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /* line 163, ../../sass/partials/vanillabox.scss */
  /* line 199, ../sass/partials/_vanillabox.scss */
  .vnbx-prev:active,
  .vnbx-prev:hover {
    background-image: url('../img/vanillabox/prev1@2x.png?1407613351');
  }
}
/* line 168, ../../sass/partials/vanillabox.scss */
/* line 204, ../sass/partials/_vanillabox.scss */
.vnbx-next {
  background-image: url('../img/vanillabox/next0.png?1407613351');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 32px;
  right: -44px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /* line 176, ../../sass/partials/vanillabox.scss */
  /* line 214, ../sass/partials/_vanillabox.scss */
  .vnbx-next {
    background-image: url('../img/vanillabox/next0@2x.png?1407613351');
  }
}
/* line 182, ../../sass/partials/vanillabox.scss */
/* line 220, ../sass/partials/_vanillabox.scss */
.vnbx-next:active,
.vnbx-next:hover {
  background-image: url('../img/vanillabox/next1.png?1407613351');
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /* line 187, ../../sass/partials/vanillabox.scss */
  /* line 227, ../sass/partials/_vanillabox.scss */
  .vnbx-next:active,
  .vnbx-next:hover {
    background-image: url('../img/vanillabox/next1@2x.png?1407613351');
  }
}
/* line 192, ../../sass/partials/vanillabox.scss */
/* line 232, ../sass/partials/_vanillabox.scss */
.vnbx-label {
  font-family: sans-serif;
  font-size: 1em;
  position: absolute;
}

/* line 198, ../../sass/partials/vanillabox.scss */
/* line 239, ../sass/partials/_vanillabox.scss */
.vnbx-title {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #eeeeee;
  height: 32px;
  left: 0;
  line-height: 32px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  top: 0;
  white-space: nowrap;
  width: 100%;
}

/* line 212, ../../sass/partials/vanillabox.scss */
/* line 255, ../sass/partials/_vanillabox.scss */
.vnbx-close-button-enabled .vnbx-title {
  padding-right: 32px;
}

/* line 216, ../../sass/partials/vanillabox.scss */
/* line 260, ../sass/partials/_vanillabox.scss */
.vnbx-pager {
  bottom: -30px;
  color: #aaaaaa;
  font-size: 90%;
  height: 22px;
  left: 0;
  line-height: 22px;
  text-align: center;
  width: 100%;
}

/* line 227, ../../sass/partials/vanillabox.scss */
/* line 272, ../sass/partials/_vanillabox.scss */
.vnbx-container {
  background-color: #222222;
  text-align: center;
}

/* line 232, ../../sass/partials/vanillabox.scss */
/* line 278, ../sass/partials/_vanillabox.scss */
.vnbx-loading {
  background-image: url('../img/vanillabox/loading.gif?1407613351');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 32px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /* line 239, ../../sass/partials/vanillabox.scss */
  /* line 287, ../sass/partials/_vanillabox.scss */
  .vnbx-loading {
    background-image: url('../img/vanillabox/loading@2x.gif?1407613351');
  }
}
/* line 244, ../../sass/partials/vanillabox.scss */
/* line 292, ../sass/partials/_vanillabox.scss */
.vnbx-error {
  background-image: url('../img/vanillabox/error.png?1407613351');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 32px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /* line 251, ../../sass/partials/vanillabox.scss */
  /* line 301, ../sass/partials/_vanillabox.scss */
  .vnbx-error {
    background-image: url('../img/vanillabox/error@2x.png?1407613351');
  }
}
/* line 1, ../sass/partials/_selectric.scss */
.selectricWrapper {
  position: relative;
  margin: 0 0 10px;
  width: 70%;
  cursor: pointer;
  display: inline-block;
}

/* line 9, ../sass/partials/_selectric.scss */
.selectricWrapper.shortest {
  width: 20%;
}

/* line 13, ../sass/partials/_selectric.scss */
.selectricResponsive {
  width: 100%;
}

/* line 17, ../sass/partials/_selectric.scss */
.selectric {
  border: 1px solid #e5e5e5;
  background: #e5e5e5;
  position: relative;
  border-radius: 2px;
}

/* line 24, ../sass/partials/_selectric.scss */
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 30px 0 0;
  padding: 8px;
  font-size: 12px;
  line-height: 18px;
  color: #444;
  min-height: 18px;
  margin: 0 !important;
}

/* line 37, ../sass/partials/_selectric.scss */
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  background-image: url('../img/sprite-sacd141bf30.png');
  background-position: 0 -67px;
  text-indent: -9999px;
}

/* line 54, ../sass/partials/_selectric.scss */
.selectric .button:after {
  display: none;
}

/* line 70, ../sass/partials/_selectric.scss */
.selectricHover .selectric {
  border-color: #CCC;
}

/* line 74, ../sass/partials/_selectric.scss */
.selectricHover .selectric .button {
  color: #888;
}

/* line 78, ../sass/partials/_selectric.scss */
.selectricHover .selectric .button:after {
  border-top-color: #888;
  display: none;
}

/* line 83, ../sass/partials/_selectric.scss */
.selectricOpen {
  z-index: 9999;
}

/* line 87, ../sass/partials/_selectric.scss */
.selectricOpen .selectric {
  border-color: #CCC;
  background: #F0F0F0;
  z-index: 9999;
}

/* line 93, ../sass/partials/_selectric.scss */
.selectricOpen .selectricItems {
  display: block;
}

/* line 97, ../sass/partials/_selectric.scss */
.selectricDisabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  user-select: none;
}

/* line 105, ../sass/partials/_selectric.scss */
.selectricHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

/* line 112, ../sass/partials/_selectric.scss */
.selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none;
}

/* line 118, ../sass/partials/_selectric.scss */
.selectricInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

/* line 134, ../sass/partials/_selectric.scss */
.selectricTempShow {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* line 140, ../sass/partials/_selectric.scss */
.selectricItems {
  display: none;
  position: absolute;
  overflow: auto;
  top: 100%;
  left: 0;
  background: #F9F9F9;
  border: 1px solid #CCC;
  z-index: 9998;
  box-shadow: 0 0 10px -6px;
}

/* line 152, ../sass/partials/_selectric.scss */
.selectricItems ul, .selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

/* line 161, ../sass/partials/_selectric.scss */
.selectricItems li {
  display: block;
  padding: 5px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #EEE;
  color: #666;
  cursor: pointer;
}

/* line 170, ../sass/partials/_selectric.scss */
.selectricItems li.selected {
  background: #EFEFEF;
  color: #444;
  border-top-color: #E0E0E0;
}

/* line 176, ../sass/partials/_selectric.scss */
.selectricItems li:hover {
  background: #F0F0F0;
  color: #444;
}

/* line 181, ../sass/partials/_selectric.scss */
.selectricItems li.disabled {
  background: #F5F5F5;
  color: #BBB;
  border-top-color: #FAFAFA;
  cursor: default;
}

/* iCheck plugin Flat skin, grey
----------------------------------- */
/* line 4, ../sass/partials/_icheck.scss */
.icheckbox_flat-grey,
.iradio_flat-grey {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background: url('../img/grey.png?1407613360') no-repeat;
  border: none;
  cursor: pointer;
}

/* line 17, ../sass/partials/_icheck.scss */
.icheckbox_flat-grey {
  background-position: 0 0;
}

/* line 20, ../sass/partials/_icheck.scss */
.icheckbox_flat-grey.checked {
  background-position: -22px 0;
}

/* line 23, ../sass/partials/_icheck.scss */
.icheckbox_flat-grey.disabled {
  background-position: -44px 0;
  cursor: default;
}

/* line 27, ../sass/partials/_icheck.scss */
.icheckbox_flat-grey.checked.disabled {
  background-position: -66px 0;
}

/* line 31, ../sass/partials/_icheck.scss */
.iradio_flat-grey {
  background-position: -88px 0;
}

/* line 34, ../sass/partials/_icheck.scss */
.iradio_flat-grey.checked {
  background-position: -110px 0;
}

/* line 37, ../sass/partials/_icheck.scss */
.iradio_flat-grey.disabled {
  background-position: -132px 0;
  cursor: default;
}

/* line 41, ../sass/partials/_icheck.scss */
.iradio_flat-grey.checked.disabled {
  background-position: -154px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* line 48, ../sass/partials/_icheck.scss */
  .icheckbox_flat-grey,
  .iradio_flat-grey {
    background-image: url('../img/grey@2x.png?1407613360');
    -webkit-background-size: 176px 22px;
    background-size: 176px 22px;
  }
}
/* -----------------------------------
 TIMELINE FLAT PORTFOLIO 
 ---------------------------------- */
/* -----------------------------------
 TIMELINE FLAT BASE DESIGN
 ---------------------------------- */
/* line 61, ../sass/partials/_timeline.scss */
.timelineFlat {
  display: none;
}

/* line 64, ../sass/partials/_timeline.scss */
.timelineLoader {
  width: 100%;
  text-align: center;
  padding: 150px 0;
}

/* fixed line holder */
/* line 72, ../sass/partials/_timeline.scss */
.timelineFlat .timeline_line {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 90%;
  overflow: visible;
}

/* full (including months that are not shown) line holder */
/* line 81, ../sass/partials/_timeline.scss */
.timelineFlat .t_line_holder {
  padding: 10px 0 0 0;
  height: 90px;
  background: url('../img/timeline/light/line.png?1407613353') repeat-x 0px 49px;
}

/* 2 months are stored in one view */
/* line 89, ../sass/partials/_timeline.scss */
.timelineFlat .t_line_view {
  height: 20px;
  width: 100%;
}

/* holder for 1 month (constist of nodes and month caption) - we use borders to separate months thats why it has width 2px less then 50% */
/* line 98, ../sass/partials/_timeline.scss */
.timelineFlat .t_line_m {
  margin-top: 30px;
  height: 20px;
  width: 50%;
}

/* month on the right side - has left set at 459 so border would overlap border from first element (to evade duplicated borders) */
/* line 108, ../sass/partials/_timeline.scss */
.timelineFlat .t_line_m.right {
  width: 50%;
  left: 50%;
  border-left: 2px solid #cecece;
}

/* month caption */
/* line 118, ../sass/partials/_timeline.scss */
.timelineFlat h4.t_line_month {
  font-size: 16px;
  margin: -30px 0 0;
  color: #4e97d1;
  position: absolute;
  width: 100%;
  top: 25px !important;
  margin: 0;
}

/* node on the timeline */
/* line 130, ../sass/partials/_timeline.scss */
.timelineFlat a.t_line_node {
  text-decoration: none;
  padding: 0;
  height: 25px;
  width: 26px;
  background: #4e97d1;
  font-size: 12px;
  top: -28px;
  position: relative;
  color: #fff;
  text-align: center;
  line-height: 25px;
}

/* line 144, ../sass/partials/_timeline.scss */
.timelineFlat a.t_line_node:after {
  content: "";
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 13px 0 13px;
  border-color: #4e97d1 transparent transparent transparent;
}

/* line 156, ../sass/partials/_timeline.scss */
.timelineFlat a.t_line_node.active {
  color: #dd5555;
}

/* line 160, ../sass/partials/_timeline.scss */
.timelineFlat a.t_line_node.active {
  background-color: #c05d31;
  color: #fff;
}
/* line 163, ../sass/partials/_timeline.scss */
.timelineFlat a.t_line_node.active:after {
  border-color: #c05d31 transparent transparent transparent;
}

/* node description */
/* line 169, ../sass/partials/_timeline.scss */
.timelineFlat .t_node_desc {
  white-space: normal !important;
  top: -50px;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 50%;
  color: #fff;
  display: inline-block !important;
  position: relative;
  transition: top 200ms, opacity 500ms;
  -webkit-transition: top 200ms, opacity 500ms;
  -moz-transition: top 200ms, opacity 500ms;
}

/* line 183, ../sass/partials/_timeline.scss */
.timelineFlat a.t_line_node:hover .t_node_desc {
  top: -15px;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 189, ../sass/partials/_timeline.scss */
.timelineFlat .t_node_desc span {
  white-space: nowrap;
  margin-left: -50%;
  margin-right: 50%;
  margin-top: -25px;
  display: block !important;
  padding: 5px;
  border-radius: 3px;
  background: #dd5555;
  position: relative;
}

/* line 200, ../sass/partials/_timeline.scss */
.timelineFlat .t_node_desc span:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  bottom: -10px;
  border: 5px solid transparent;
  border-top: 5px solid #dd5555;
  left: 50%;
  margin-left: -5px;
}

/* line 215, ../sass/partials/_timeline.scss */
.timelineFlat #t_line_left,
.timelineFlat #t_line_right {
  display: inline-block;
  cursor: pointer;
  top: 34px;
  position: relative;
  border: 2px solid #cecece;
  z-index: 9999;
}

/* line arrow left */
/* line 240, ../sass/partials/_timeline.scss */
.timelineFlat #t_line_left {
  left: -40px;
  background-image: url('../img/sprite-sacd141bf30.png');
  background-position: 0 -222px;
  width: 29px;
  height: 29px;
}

/* line arrow right */
/* line 256, ../sass/partials/_timeline.scss */
.timelineFlat #t_line_right {
  right: -40px;
  background-image: url('../img/sprite-sacd141bf30.png');
  background-position: 0 -296px;
  width: 29px;
  height: 29px;
}

/* line 270, ../sass/partials/_timeline.scss */
.timelineFlat {
  display: none;
}

/* line 274, ../sass/partials/_timeline.scss */
.timeline_items_wrapper {
  position: relative;
  width: 100%;
  margin: 30px 0;
}

/* items container */
/* line 281, ../sass/partials/_timeline.scss */
.timelineFlat .timeline_items {
  padding: 0;
}

/* single item (margines set from javascript) */
/* line 286, ../sass/partials/_timeline.scss */
.timelineFlat .item {
  width: 300px;
  background: #fff;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}

/* line 296, ../sass/partials/_timeline.scss */
.timelineFlat .item.item_node_hover:before {
  content: "";
  position: absolute;
  height: 4px;
  background: #4e97d1;
  width: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}

/* line 306, ../sass/partials/_timeline.scss */
.timelineFlat .item.item_node_hover:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  z-index: 2;
  top: 0;
  left: 50%;
  margin: 4px 0 0 -6px;
  border: 6px solid transparent;
  border-top: 6px solid #4e97d1;
}

/* ----- content - non-plugin elements ----- */
/* line 321, ../sass/partials/_timeline.scss */
.timeline-item-content {
  padding: 0 20px;
  margin: 15px 0;
  height: 100px;
  border-right: 1px solid #e0e0e0;
}

/* line 328, ../sass/partials/_timeline.scss */
.timelineFlat .item .picture {
  margin-top: 0;
  width: 100%;
  height: 212px;
  overflow: hidden;
}

/* line 335, ../sass/partials/_timeline.scss */
.timelineFlat .item img {
  margin-top: 0;
  width: 100%;
  height: auto;
}

/* line 341, ../sass/partials/_timeline.scss */
.timelineFlat .item h2 {
  margin: 0;
  font-size: 16px !important;
  color: #000;
}

/* line 348, ../sass/partials/_timeline.scss */
.timelineFlat .item span {
  display: block;
  color: #999;
  font-size: 15px;
}

/* line 356, ../sass/partials/_timeline.scss */
.timelineFlat .item .read_more {
  padding: 10px;
  font-size: 12px;
  line-height: 12px;
  float: left;
  color: #ffffff;
  cursor: pointer;
  margin: 0 20px 20px;
  border-radius: 3px;
  background: #dd5555;
  transition: background-color 300ms;
  -webkit-transition: background-color 300ms;
  -moz-transition: background-color 300ms;
}

/* line 370, ../sass/partials/_timeline.scss */
.timelineFlat .item .read_more:hover {
  background: #f75f5f;
}

/* ----------------------------------------- */
/* item details (margines set from javascript) */
/* line 376, ../sass/partials/_timeline.scss */
.timelineFlat .item_open {
  width: 300px;
  height: 300px;
  background: #eaeaea;
  position: relative;
  color: #777777;
  z-index: 2;
}

/* line 386, ../sass/partials/_timeline.scss */
.timelineFlat .item_open h2 {
  margin: 0 0 10px;
  padding-top: 0;
  font-size: 12px;
  line-height: 12px;
  color: #dd5555;
}

/* item details content wrapper (used for animation - shuld have same width as .item_open) */
/* line 395, ../sass/partials/_timeline.scss */
.timelineFlat .item_open_cwrapper {
  width: 410px;
  height: 100%;
}

/* line 400, ../sass/partials/_timeline.scss */
.timelineFlat .item_open_content {
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 406, ../sass/partials/_timeline.scss */
.timelineFlat .item_open_content .ajaxloader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -100px;
}

/* ----- content - non-plugin elements ----- */
/* line 415, ../sass/partials/_timeline.scss */
.timelineFlat .timeline_open_content {
  padding: 20px;
}

/* line 418, ../sass/partials/_timeline.scss */
.timelineFlat .mCSB_container {
  margin-right: 16px;
}

/* line 421, ../sass/partials/_timeline.scss */
.timelineFlat .mCS-light-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #dd5555;
}

/* line 424, ../sass/partials/_timeline.scss */
.timelineFlat .mCS-light-thin > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  color: #f75f5f;
}

/* line 427, ../sass/partials/_timeline.scss */
.timelineFlat .mCS-light-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: #aaaaaa;
}

/* line 430, ../sass/partials/_timeline.scss */
.timelineFlat .mCustomScrollBox > .mCSB_scrollTools {
  width: 8px;
}

/* line 433, ../sass/partials/_timeline.scss */
.timelineFlat .item_open .t_close {
  position: absolute;
  top: 20px;
  right: 16px;
  padding: 0 2px 2px 2px;
  width: 12px;
  height: 12px;
  font-size: 16px;
  line-height: 12px;
  color: #dd5555;
  cursor: pointer;
  z-index: 2;
  text-align: center;
  transition: color 300ms;
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
}

/* line 450, ../sass/partials/_timeline.scss */
.timelineFlat .item_open .t_close:hover {
  color: #f75f5f;
}

/* ----------------------------------------- */
/* left/right controles */
/* line 456, ../sass/partials/_timeline.scss */
.timelineFlat .t_controles {
  margin: 0;
}

/* line 461, ../sass/partials/_timeline.scss */
.timelineTouch.timelineFlat .t_left,
.timelineTouch.timelineFlat .t_right {
  display: none;
}

/* line 466, ../sass/partials/_timeline.scss */
.timelineFlat:hover .t_left,
.timelineFlat:hover .t_right {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 472, ../sass/partials/_timeline.scss */
.timelineFlat .t_left,
.timelineFlat .t_right {
  position: absolute;
  display: block;
  height: 212px;
  width: 40px;
  margin: 0;
  cursor: pointer;
  top: 0;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: background-color 300ms, opacity 300ms;
  -webkit-transition: background-color 300ms, opacity 300ms;
  -moz-transition: background-color 300ms, opacity 300ms;
}
/* line 486, ../sass/partials/_timeline.scss */
.timelineFlat .t_left:after,
.timelineFlat .t_right:after {
  top: 50%;
  margin-top: -20px;
  left: 7px;
}

/* line 494, ../sass/partials/_timeline.scss */
.timelineFlat .t_left,
.timelineFlat .t_left:hover:active {
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 497, ../sass/partials/_timeline.scss */
.timelineFlat .t_left:after,
.timelineFlat .t_left:hover:active:after {
  background-image: url('../img/sprite-sacd141bf30.png');
  background-position: 0 -423px;
  height: 25px;
  width: 25px;
}

/* line 503, ../sass/partials/_timeline.scss */
.timelineFlat .t_left:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

/* line 508, ../sass/partials/_timeline.scss */
.timelineFlat .t_right,
.timelineFlat .t_right:hover:active {
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 511, ../sass/partials/_timeline.scss */
.timelineFlat .t_right:after,
.timelineFlat .t_right:hover:active:after {
  background-image: url('../img/sprite-sacd141bf30.png');
  background-position: 0 -393px;
  height: 25px;
  width: 25px;
}

/* line 518, ../sass/partials/_timeline.scss */
.timelineFlat .t_right:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

/* -----------------------------------------------------------------------*/
/* ------------------------------ RESPONSIVE -----------------------------*/
/* -----------------------------------------------------------------------*/
/* --- 768px --- */
@media screen and (max-width: 980px) {
  /* line 530, ../sass/partials/_timeline.scss */
  .timelineFlat .timeline_line {
    width: 680px;
  }

  /* line 534, ../sass/partials/_timeline.scss */
  .timelineFlat .t_line_view {
    width: 680px;
  }

  /* line 538, ../sass/partials/_timeline.scss */
  .timelineFlat .t_line_m {
    width: 338px;
  }

  /* line 541, ../sass/partials/_timeline.scss */
  .timelineFlat .t_line_m.right {
    left: 339px;
    width: 339px;
  }
}
/* --- 610px --- */
@media screen and (max-width: 767px) {
  /* line 551, ../sass/partials/_timeline.scss */
  .timelineFlat .timeline_line {
    width: 530px;
  }

  /* line 555, ../sass/partials/_timeline.scss */
  .timelineFlat .t_line_view {
    width: 1060px;
  }

  /* line 559, ../sass/partials/_timeline.scss */
  .timelineFlat .t_line_m {
    width: 528px;
  }

  /* line 562, ../sass/partials/_timeline.scss */
  .timelineFlat .t_line_m.right {
    left: 530px;
    width: 528px;
  }

  /* line 570, ../sass/partials/_timeline.scss */
  .timelineFlat .t_node_desc {
    font-size: 8px;
  }

  /* line 573, ../sass/partials/_timeline.scss */
  .timelineFlat .t_line_m.right .t_node_desc {
    right: auto;
    left: 0;
  }
}
/* --- 300px --- */
@media screen and (max-width: 609px) {
  /* line 582, ../sass/partials/_timeline.scss */
  .timelineFlat .timeline_line {
    width: 240px;
  }

  /* line 586, ../sass/partials/_timeline.scss */
  .timelineFlat .t_line_view {
    width: 480px;
  }

  /* line 590, ../sass/partials/_timeline.scss */
  .timelineFlat .t_line_m {
    width: 238px;
  }

  /* line 593, ../sass/partials/_timeline.scss */
  .timelineFlat .t_line_m.right {
    left: 240px;
    width: 238px;
  }

  /* line 598, ../sass/partials/_timeline.scss */
  .timelineFlat .item_open {
    width: 280px;
    height: 390px;
  }

  /* line 602, ../sass/partials/_timeline.scss */
  .timelineFlat .item_open img {
    max-width: 280px;
  }

  /* line 605, ../sass/partials/_timeline.scss */
  .timelineFlat .item_open_cwrapper {
    width: 280px;
  }
}
/* line 4, ../sass/partials/_nav.scss */
.navbar {
  margin: 0;
  border: none !important;
}

/* line 10, ../sass/partials/_nav.scss */
.navbar-default .navbar-nav > li > a {
  font-weight: 700;
  font-size: 16px;
  padding-left: 17px;
  padding-right: 17px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  /* line 10, ../sass/partials/_nav.scss */
  .navbar-default .navbar-nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
  }
}
/* line 24, ../sass/partials/_nav.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a.active {
  background-color: #4e97d1;
}
/* line 28, ../sass/partials/_nav.scss */
.navbar-default .navbar-nav > li > a:after {
  width: 1px;
  height: 38px;
  top: 0;
  right: 0;
  background: #373737;
}
@media (max-width: 850px) {
  /* line 28, ../sass/partials/_nav.scss */
  .navbar-default .navbar-nav > li > a:after {
    display: none;
  }
}
/* line 39, ../sass/partials/_nav.scss */
.navbar-default .navbar-nav > li > a.active:after {
  display: none;
}
/* line 44, ../sass/partials/_nav.scss */
.navbar-default .navbar-nav > li:hover a:after, .navbar-default .navbar-nav > li.open a:after {
  display: none;
}

/* line 50, ../sass/partials/_nav.scss */
.home-button {
  text-indent: -999px;
  background-image: url('../img/sprite-sacd141bf30.png');
  background-position: 0 -326px;
  height: 62px;
  width: 62px;
}
@media (max-width: 850px) {
  /* line 50, ../sass/partials/_nav.scss */
  .home-button {
    display: none !important;
  }
}

/* line 60, ../sass/partials/_nav.scss */
.nav.lang {
  padding-right: 20px;
}
@media (max-width: 850px) {
  /* line 60, ../sass/partials/_nav.scss */
  .nav.lang {
    padding-left: 10px;
  }
}
@media (max-width: 850px) {
  /* line 65, ../sass/partials/_nav.scss */
  .nav.lang li {
    float: left;
    margin-right: 20px;
  }
}
/* line 71, ../sass/partials/_nav.scss */
.nav.lang a {
  padding-left: 5px !important;
  padding-right: 5px !important;
  color: #6b6b6b !important;
  position: relative;
}
/* line 78, ../sass/partials/_nav.scss */
.nav.lang a:hover, .nav.lang a.active, .nav.lang a:focus {
  color: #fff !important;
  background-color: inherit !important;
}
/* line 82, ../sass/partials/_nav.scss */
.nav.lang a:after {
  display: none !important;
}

/* line 89, ../sass/partials/_nav.scss */
.bottom-nav a {
  margin-right: 25px;
  color: #fff;
}
@media (max-width: 1024px) {
  /* line 89, ../sass/partials/_nav.scss */
  .bottom-nav a {
    margin-right: 10px;
  }
}
/* line 95, ../sass/partials/_nav.scss */
.bottom-nav a:hover {
  text-decoration: underline;
}

/* line 101, ../sass/partials/_nav.scss */
.navbar-toggle {
  z-index: 999;
  margin-right: 20px;
}

@media (max-width: 850px) {
  /* line 106, ../sass/partials/_nav.scss */
  .navbar-collapse.collapse {
    overflow: hidden !important;
    height: 1px;
  }
}
/* line 111, ../sass/partials/_nav.scss */
.navbar-collapse.collapse.in {
  overflow: visible !important;
}

/* line 116, ../sass/partials/_nav.scss */
.sidebar-nav {
  padding: 5px 0;
}
/* line 118, ../sass/partials/_nav.scss */
.sidebar-nav li {
  background-color: #4e97d1;
}
/* line 121, ../sass/partials/_nav.scss */
.sidebar-nav li.active {
  background-color: #fff;
}
/* line 123, ../sass/partials/_nav.scss */
.sidebar-nav li.active a {
  color: #4e97d1;
  background-color: #fff;
  padding: 10px 20px;
  border: none;
}
/* line 131, ../sass/partials/_nav.scss */
.sidebar-nav li.active li a {
  color: #fff;
  background-color: #4e97d1 !important;
  padding: 10px 20px;
  border: none;
}
/* line 141, ../sass/partials/_nav.scss */
.sidebar-nav li.noborder a {
  border: none;
}
/* line 144, ../sass/partials/_nav.scss */
.sidebar-nav li ul {
  margin-left: 40px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 850px) {
  /* line 144, ../sass/partials/_nav.scss */
  .sidebar-nav li ul {
    margin-left: 20px;
  }
}
/* line 151, ../sass/partials/_nav.scss */
.sidebar-nav li ul:after {
  left: -40px;
  top: 0;
  height: 100%;
  width: 40px;
  background: #fff;
  z-index: 2;
}
@media (max-width: 850px) {
  /* line 151, ../sass/partials/_nav.scss */
  .sidebar-nav li ul:after {
    left: -20px;
    width: 20px;
  }
}
/* line 166, ../sass/partials/_nav.scss */
.sidebar-nav a {
  padding: 10px 20px;
  display: block;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  border-bottom: 1px solid #b8d5ed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 600px) {
  /* line 166, ../sass/partials/_nav.scss */
  .sidebar-nav a {
    padding: 10px;
    font-size: 13px;
  }
}
/* line 181, ../sass/partials/_nav.scss */
.sidebar-nav a:hover {
  background-color: #3a8bcc;
}

/* line 4, ../sass/partials/_footer.scss */
.main-footer {
  border: 1px solid #ddcdc6;
  font-size: 14px;
  position: relative;
  background: transparent;
  margin-top: 30px;
  color: #fff;
}
/* line 11, ../sass/partials/_footer.scss */
.main-footer .bottom-nav {
  padding: 10px 20px;
  float: left;
}
@media (max-width: 850px) {
  /* line 11, ../sass/partials/_footer.scss */
  .main-footer .bottom-nav {
    float: none;
  }
}
@media (max-width: 850px) {
  /* line 17, ../sass/partials/_footer.scss */
  .main-footer .bottom-nav ul {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
  }
  /* line 21, ../sass/bootstrap/_mixins.scss */
  .main-footer .bottom-nav ul:before, .main-footer .bottom-nav ul:after {
    content: " ";
    display: table;
  }
  /* line 25, ../sass/bootstrap/_mixins.scss */
  .main-footer .bottom-nav ul:after {
    clear: both;
  }
  /* line 32, ../sass/partials/_block_grid.scss */
  .main-footer .bottom-nav ul > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0px 0px;
  }
  /* line 43, ../sass/partials/_block_grid.scss */
  .main-footer .bottom-nav ul > li {
    width: 33.33333%;
    padding: 0 0px 0px;
    list-style: none;
  }
  /* line 50, ../sass/partials/_block_grid.scss */
  .main-footer .bottom-nav ul > li:nth-of-type(n) {
    clear: none;
  }
  /* line 51, ../sass/partials/_block_grid.scss */
  .main-footer .bottom-nav ul > li:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 66, ../sass/partials/_block_grid.scss */
  .main-footer .bottom-nav ul > li:nth-of-type(3n+1) {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 66, ../sass/partials/_block_grid.scss */
  .main-footer .bottom-nav ul > li:nth-of-type(3n+2) {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 66, ../sass/partials/_block_grid.scss */
  .main-footer .bottom-nav ul > li:nth-of-type(3n) {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 600px) {
  /* line 17, ../sass/partials/_footer.scss */
  .main-footer .bottom-nav ul {
    display: block;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
  }
  /* line 21, ../sass/bootstrap/_mixins.scss */
  .main-footer .bottom-nav ul:before, .main-footer .bottom-nav ul:after {
    content: " ";
    display: table;
  }
  /* line 25, ../sass/bootstrap/_mixins.scss */
  .main-footer .bottom-nav ul:after {
    clear: both;
  }
  /* line 32, ../sass/partials/_block_grid.scss */
  .main-footer .bottom-nav ul > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0px 0px;
  }
  /* line 43, ../sass/partials/_block_grid.scss */
  .main-footer .bottom-nav ul > li {
    width: 50%;
    padding: 0 0px 0px;
    list-style: none;
  }
  /* line 50, ../sass/partials/_block_grid.scss */
  .main-footer .bottom-nav ul > li:nth-of-type(n) {
    clear: none;
  }
  /* line 51, ../sass/partials/_block_grid.scss */
  .main-footer .bottom-nav ul > li:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 66, ../sass/partials/_block_grid.scss */
  .main-footer .bottom-nav ul > li:nth-of-type(2n+1) {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 66, ../sass/partials/_block_grid.scss */
  .main-footer .bottom-nav ul > li:nth-of-type(2n) {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* line 28, ../sass/partials/_footer.scss */
.main-footer .bottom-nav li {
  display: block;
  float: left;
}
/* line 33, ../sass/partials/_footer.scss */
.main-footer .icons {
  float: right;
  padding: 10px 20px;
  background: #fff;
}
@media (max-width: 850px) {
  /* line 33, ../sass/partials/_footer.scss */
  .main-footer .icons {
    float: none;
  }
}
/* line 40, ../sass/partials/_footer.scss */
.main-footer .icons img {
  display: inline-block;
  margin-left: 10px;
}
/* line 45, ../sass/partials/_footer.scss */
.main-footer .credits {
  position: absolute;
  right: 20px;
  bottom: -30px;
}
@media (max-width: 850px) {
  /* line 45, ../sass/partials/_footer.scss */
  .main-footer .credits {
    float: none;
    position: static;
    padding: 10px;
  }
}

/* line 3, ../sass/partials/_homepage.scss */
.home-header {
  height: 490px;
  position: relative;
}
@media (max-width: 1024px) {
  /* line 3, ../sass/partials/_homepage.scss */
  .home-header {
    height: 470px;
  }
}
@media (max-width: 850px) {
  /* line 3, ../sass/partials/_homepage.scss */
  .home-header {
    height: 300px;
  }
}
/* line 13, ../sass/partials/_homepage.scss */
.home-header h1 {
  font-weight: 300;
  color: #fff;
  position: absolute;
  left: 230px;
  top: 80px;
  text-transform: uppercase;
}
@media (max-width: 850px) {
  /* line 13, ../sass/partials/_homepage.scss */
  .home-header h1 {
    font-size: 30px;
    top: 30px;
    left: 24px;
  }
}
/* line 25, ../sass/partials/_homepage.scss */
.home-header h1 strong {
  font-weight: 900;
  font-size: 56px;
}
@media (max-width: 850px) {
  /* line 25, ../sass/partials/_homepage.scss */
  .home-header h1 strong {
    font-size: 24px;
  }
}
/* line 34, ../sass/partials/_homepage.scss */
.home-header .swiper-slide {
  height: 490px;
  position: relative;
  background-position: top right;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 50px;
}
@media (max-width: 1024px) {
  /* line 34, ../sass/partials/_homepage.scss */
  .home-header .swiper-slide {
    height: 470px;
  }
}
@media (max-width: 850px) {
  /* line 34, ../sass/partials/_homepage.scss */
  .home-header .swiper-slide {
    height: 300px;
  }
}
/* line 49, ../sass/partials/_homepage.scss */
.home-header .button-more {
  position: absolute;
  right: 0;
  bottom: 22px;
}
@media (max-width: 850px) {
  /* line 49, ../sass/partials/_homepage.scss */
  .home-header .button-more {
    right: 20px;
  }
}
/* line 58, ../sass/partials/_homepage.scss */
.home-header .button-main {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 945px;
  height: 490px;
}
/* line 65, ../sass/partials/_homepage.scss */
.home-header .button-main img {
  display: none;
}
.home-header .sign-main {
  position: absolute;
  top: 25px;
  right: 10px;
  z-index: 99;
}
/* line 70, ../sass/partials/_homepage.scss */
.home-header .swiper-pagination {
  position: absolute;
  height: 14px;
  bottom: 25px;
  right: 115px;
  z-index: 99;
}
@media (max-width: 850px) {
  /* line 70, ../sass/partials/_homepage.scss */
  .home-header .swiper-pagination {
    right: auto;
    left: 20px;
  }
}

/* line 1, ../sass/partials/_subpage_article.scss */
.subpage-header {
  height: 215px;
  background-position: right center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 600px) {
  /* line 1, ../sass/partials/_subpage_article.scss */
  .subpage-header {
    height: auto;
    padding: 50px 0;
    background-position: center center;
  }
}

/* line 16, ../sass/partials/_subpage_article.scss */
.subpage-header-date {
  float: left;
  width: 25%;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
}
@media (max-width: 850px) {
  /* line 16, ../sass/partials/_subpage_article.scss */
  .subpage-header-date {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  /* line 16, ../sass/partials/_subpage_article.scss */
  .subpage-header-date {
    float: left;
    width: 100%;
    float: none;
    padding-left: 35px;
    margin-bottom: 15px;
    display: block !important;
  }
}

/* line 35, ../sass/partials/_subpage_article.scss */
.subpage-header-title {
  padding-right: 200px;
  padding-left: 35px;
  float: left;
  width: 75%;
}
@media (max-width: 850px) {
  /* line 35, ../sass/partials/_subpage_article.scss */
  .subpage-header-title {
    padding-right: 50px;
  }
}
@media (max-width: 600px) {
  /* line 35, ../sass/partials/_subpage_article.scss */
  .subpage-header-title {
    float: left;
    width: 100%;
    float: none;
    display: block !important;
  }
}
/* line 50, ../sass/partials/_subpage_article.scss */
.subpage-header-title h1 {
  font-weight: 300;
  font-size: 40px;
  color: inherit;
  text-transform: uppercase;
}
@media (max-width: 850px) {
  /* line 50, ../sass/partials/_subpage_article.scss */
  .subpage-header-title h1 {
    font-size: 20px;
  }
}
/* line 58, ../sass/partials/_subpage_article.scss */
.subpage-header-title h1 strong {
  font-weight: 900;
  display: block;
}

/* line 65, ../sass/partials/_subpage_article.scss */
.page-content {
  padding-top: 20px;
  margin-bottom: 50px;
}
/* line 68, ../sass/partials/_subpage_article.scss */
.page-content .sidebar {
  float: left;
  width: 25%;
}
@media (max-width: 600px) {
  /* line 68, ../sass/partials/_subpage_article.scss */
  .page-content .sidebar {
    float: left;
    width: 100%;
    float: none;
    margin-bottom: 20px;
    padding: 0 10px;
  }
}
/* line 76, ../sass/partials/_subpage_article.scss */
.page-content .sidebar .box {
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  /* line 78, ../sass/partials/_subpage_article.scss */
  .page-content .sidebar .box .box-square-content {
    min-height: 0;
  }
}
/* line 84, ../sass/partials/_subpage_article.scss */
.page-content .sidebar .btn-back {
  position: static !important;
}
@media (max-width: 600px) {
  /* line 84, ../sass/partials/_subpage_article.scss */
  .page-content .sidebar .btn-back {
    display: block;
    position: static;
    width: 70% !important;
    margin: 10px auto !important;
  }
}
/* line 94, ../sass/partials/_subpage_article.scss */
.page-content .article-content {
  padding-left: 30px;
  font-size: 17px;
  position: relative;
  float: left;
  width: 75%;
}
@media (max-width: 600px) {
  /* line 94, ../sass/partials/_subpage_article.scss */
  .page-content .article-content {
    float: left;
    width: 100%;
    float: none;
    padding: 0 10px;
  }
}
/* line 107, ../sass/partials/_subpage_article.scss */
.page-content .article-content .txt td, .page-content .article-content .txt th {
  text-align: left;
}
/* line 112, ../sass/partials/_subpage_article.scss */
.page-content .article-content table.bip {
  width: 100%;
}
/* line 118, ../sass/partials/_subpage_article.scss */
.page-content .article-content h2 {
  font-size: 35px;
  font-weight: 700;
}
/* line 122, ../sass/partials/_subpage_article.scss */
.page-content .article-content h3 {
  font-size: 17px;
}
/* line 126, ../sass/partials/_subpage_article.scss */
.page-content .article-content p {
  margin-bottom: 30px;
}

/* line 132, ../sass/partials/_subpage_article.scss */
.bipsearch {
  width: 100%;
}
/* line 135, ../sass/partials/_subpage_article.scss */
.bipsearch label {
  width: 100%;
}
/* line 139, ../sass/partials/_subpage_article.scss */
.bipsearch input[type=text], .bipsearch select {
  width: 100%;
}

/* line 148, ../sass/partials/_subpage_article.scss */
.Zebra_DatePicker *,
.Zebra_DatePicker *:after,
.Zebra_DatePicker *:before {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

/* line 150, ../sass/partials/_subpage_article.scss */
.Zebra_DatePicker {
  position: absolute;
  background: #FFF;
  border: 1px solid #999;
  z-index: 1200;
  padding: 5px;
  top: 0;
}

/* line 152, ../sass/partials/_subpage_article.scss */
.Zebra_DatePicker * {
  margin: 0;
  padding: 0;
  color: #373737;
  background: transparent;
  border: none;
}

/* line 154, ../sass/partials/_subpage_article.scss */
.Zebra_DatePicker table {
  border-collapse: collapse;
  border-spacing: 0;
  width: auto;
  table-layout: auto;
}

/* line 157, ../sass/partials/_subpage_article.scss */
.Zebra_DatePicker td,
.Zebra_DatePicker th {
  text-align: center;
  padding: 5px 0;
}

/* line 159, ../sass/partials/_subpage_article.scss */
.Zebra_DatePicker td {
  cursor: pointer;
}

/* line 163, ../sass/partials/_subpage_article.scss */
.Zebra_DatePicker .dp_daypicker,
.Zebra_DatePicker .dp_monthpicker,
.Zebra_DatePicker .dp_yearpicker {
  margin-top: 3px;
}

/* line 168, ../sass/partials/_subpage_article.scss */
.Zebra_DatePicker .dp_daypicker td,
.Zebra_DatePicker .dp_daypicker th,
.Zebra_DatePicker .dp_monthpicker td,
.Zebra_DatePicker .dp_yearpicker td {
  width: 30px;
}

/* line 174, ../sass/partials/_subpage_article.scss */
.Zebra_DatePicker,
.Zebra_DatePicker .dp_header .dp_hover,
.Zebra_DatePicker td.dp_selected,
.Zebra_DatePicker .dp_footer .dp_hover,
.Zebra_DatePicker td.dp_hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 177, ../sass/partials/_subpage_article.scss */
.Zebra_DatePicker.dp_visible {
  visibility: visible;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

/* line 178, ../sass/partials/_subpage_article.scss */
.Zebra_DatePicker.dp_hidden {
  visibility: hidden;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}

/* line 184, ../sass/partials/_subpage_article.scss */
.Zebra_DatePicker .dp_header .dp_previous,
.Zebra_DatePicker .dp_header .dp_next {
  width: 30px;
}

/* line 186, ../sass/partials/_subpage_article.scss */
.Zebra_DatePicker .dp_header .dp_caption {
  font-weight: bold;
}

/* line 187, ../sass/partials/_subpage_article.scss */
.Zebra_DatePicker .dp_header .dp_hover {
  background: #DEDEDE;
  color: #373737;
}

/* line 190, ../sass/partials/_subpage_article.scss */
.Zebra_DatePicker .dp_daypicker th {
  font-weight: bold;
}

/* line 191, ../sass/partials/_subpage_article.scss */
.Zebra_DatePicker td.dp_not_in_month {
  color: #DEDEDE;
  cursor: default;
}

/* line 194, ../sass/partials/_subpage_article.scss */
.Zebra_DatePicker td.dp_weekend_disabled {
  color: #DEDEDE;
  cursor: default;
}

/* line 195, ../sass/partials/_subpage_article.scss */
.Zebra_DatePicker td.dp_selected {
  background: #039;
  color: white !important;
}

/* line 196, ../sass/partials/_subpage_article.scss */
.Zebra_DatePicker td.dp_week_number {
  cursor: text;
  font-weight: bold;
}

/* line 198, ../sass/partials/_subpage_article.scss */
.Zebra_DatePicker .dp_monthpicker td {
  width: 33%;
}

/* line 201, ../sass/partials/_subpage_article.scss */
.Zebra_DatePicker .dp_yearpicker td {
  width: 33%;
}

/* line 204, ../sass/partials/_subpage_article.scss */
.Zebra_DatePicker .dp_footer {
  margin-top: 3px;
}

/* line 208, ../sass/partials/_subpage_article.scss */
.Zebra_DatePicker td.dp_current {
  color: #3a87ad;
}

/* line 209, ../sass/partials/_subpage_article.scss */
.Zebra_DatePicker td.dp_disabled_current {
  color: #3a87ad;
}

/* line 210, ../sass/partials/_subpage_article.scss */
.Zebra_DatePicker td.dp_disabled {
  color: #DEDEDE;
  cursor: default;
}

/* line 211, ../sass/partials/_subpage_article.scss */
.Zebra_DatePicker td.dp_hover {
  background: #dedede;
}

/* line 214, ../sass/partials/_subpage_article.scss */
button.Zebra_DatePicker_Icon {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: none;
  text-indent: -9000px;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 0;
  vertical-align: top;
}

/* line 215, ../sass/partials/_subpage_article.scss */
button.Zebra_DatePicker_Icon_Disabled {
  background-image: none;
}

/* line 217, ../sass/partials/_subpage_article.scss */
button.Zebra_DatePicker_Icon {
  margin: 0 0 0 3px;
}

/* line 218, ../sass/partials/_subpage_article.scss */
button.Zebra_DatePicker_Icon_Inside {
  margin: 0 3px 0 0;
}

@media print {
  /* line 221, ../sass/partials/_subpage_article.scss */
  a:after {
    content: '';
  }

  /* line 222, ../sass/partials/_subpage_article.scss */
  a[href]:after {
    content: none !important;
  }

  /* line 223, ../sass/partials/_subpage_article.scss */
  .sidebar {
    display: none;
  }
}
/* line 1, ../sass/partials/_gallery_list.scss */
.gallery-container {
  position: relative;
  margin-left: 0px;
}
@media (max-width: 850px) {
  /* line 1, ../sass/partials/_gallery_list.scss */
  .gallery-container {
    margin-left: 0;
  }
}

/* line 9, ../sass/partials/_gallery_list.scss */
.gallery-list {
  display: block;
  padding: 0;
  margin: 0;
}
/* line 21, ../sass/bootstrap/_mixins.scss */
.gallery-list:before, .gallery-list:after {
  content: " ";
  display: table;
}
/* line 25, ../sass/bootstrap/_mixins.scss */
.gallery-list:after {
  clear: both;
}
/* line 32, ../sass/partials/_block_grid.scss */
.gallery-list > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0 0;
}
/* line 43, ../sass/partials/_block_grid.scss */
.gallery-list > li {
  width: 33.33333%;
  padding: 0 0 0;
  list-style: none;
}
/* line 50, ../sass/partials/_block_grid.scss */
.gallery-list > li:nth-of-type(n) {
  clear: none;
}
/* line 51, ../sass/partials/_block_grid.scss */
.gallery-list > li:nth-of-type(3n+1) {
  clear: both;
}
/* line 66, ../sass/partials/_block_grid.scss */
.gallery-list > li:nth-of-type(3n+1) {
  padding-left: 0;
  padding-right: 0;
}
/* line 66, ../sass/partials/_block_grid.scss */
.gallery-list > li:nth-of-type(3n+2) {
  padding-left: 0;
  padding-right: 0;
}
/* line 66, ../sass/partials/_block_grid.scss */
.gallery-list > li:nth-of-type(3n) {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1024px) {
  /* line 9, ../sass/partials/_gallery_list.scss */
  .gallery-list {
    display: block;
    padding: 0;
    margin: 0;
  }
  /* line 21, ../sass/bootstrap/_mixins.scss */
  .gallery-list:before, .gallery-list:after {
    content: " ";
    display: table;
  }
  /* line 25, ../sass/bootstrap/_mixins.scss */
  .gallery-list:after {
    clear: both;
  }
  /* line 32, ../sass/partials/_block_grid.scss */
  .gallery-list > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0 0;
  }
  /* line 43, ../sass/partials/_block_grid.scss */
  .gallery-list > li {
    width: 50%;
    padding: 0 0 0;
    list-style: none;
  }
  /* line 50, ../sass/partials/_block_grid.scss */
  .gallery-list > li:nth-of-type(n) {
    clear: none;
  }
  /* line 51, ../sass/partials/_block_grid.scss */
  .gallery-list > li:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 66, ../sass/partials/_block_grid.scss */
  .gallery-list > li:nth-of-type(2n+1) {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 66, ../sass/partials/_block_grid.scss */
  .gallery-list > li:nth-of-type(2n) {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  /* line 9, ../sass/partials/_gallery_list.scss */
  .gallery-list {
    display: block;
    padding: 0;
    margin: 0;
  }
  /* line 21, ../sass/bootstrap/_mixins.scss */
  .gallery-list:before, .gallery-list:after {
    content: " ";
    display: table;
  }
  /* line 25, ../sass/bootstrap/_mixins.scss */
  .gallery-list:after {
    clear: both;
  }
  /* line 32, ../sass/partials/_block_grid.scss */
  .gallery-list > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0 0;
  }
  /* line 43, ../sass/partials/_block_grid.scss */
  .gallery-list > li {
    width: 50%;
    padding: 0 0 0;
    list-style: none;
  }
  /* line 50, ../sass/partials/_block_grid.scss */
  .gallery-list > li:nth-of-type(n) {
    clear: none;
  }
  /* line 51, ../sass/partials/_block_grid.scss */
  .gallery-list > li:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 66, ../sass/partials/_block_grid.scss */
  .gallery-list > li:nth-of-type(2n+1) {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 66, ../sass/partials/_block_grid.scss */
  .gallery-list > li:nth-of-type(2n) {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 17, ../sass/partials/_gallery_list.scss */
.gallery-list li {
  overflow: hidden;
  position: relative;
}
/* line 20, ../sass/partials/_gallery_list.scss */
.gallery-list li:after {
  width: 30px;
  height: 30px;
  top: -1px;
  left: -1px;
  border-top: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
  z-index: 1;
}
/* line 31, ../sass/partials/_gallery_list.scss */
.gallery-list li .box-square-content:after {
  width: 30px;
  height: 30px;
  bottom: 0;
  left: -1px;
  border-bottom: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
  z-index: 1;
}
/* line 41, ../sass/partials/_gallery_list.scss */
.gallery-list li .box-square-content:before {
  width: 30px;
  height: 30px;
  top: -1px;
  right: 0;
  border-top: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  z-index: 1;
}
/* line 53, ../sass/partials/_gallery_list.scss */
.gallery-list li .box-table-cell:after {
  width: 30px;
  height: 30px;
  bottom: 0;
  right: -0;
  border-bottom: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  z-index: 1;
}
/* line 64, ../sass/partials/_gallery_list.scss */
.gallery-list li img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 600px) {
  /* line 64, ../sass/partials/_gallery_list.scss */
  .gallery-list li img {
    max-width: 80%;
  }
}
/* line 73, ../sass/partials/_gallery_list.scss */
.gallery-list li:hover .gallery-title {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 80, ../sass/partials/_gallery_list.scss */
.gallery-list li:nth-child(1):after, .gallery-list li:nth-child(2):after, .gallery-list li:nth-child(3):after {
  top: 0;
}
/* line 84, ../sass/partials/_gallery_list.scss */
.gallery-list li:nth-child(1) .box-square-content:before, .gallery-list li:nth-child(2) .box-square-content:before, .gallery-list li:nth-child(3) .box-square-content:before {
  top: 0;
}
@media (max-width: 1024px) {
  /* line 90, ../sass/partials/_gallery_list.scss */
  .gallery-list li:nth-child(3) {
    top: -1px;
  }
}
/* line 98, ../sass/partials/_gallery_list.scss */
.gallery-list li:nth-child(3n+1) .box-square-content:after {
  left: 0;
}
@media (max-width: 1024px) {
  /* line 98, ../sass/partials/_gallery_list.scss */
  .gallery-list li:nth-child(3n+1) .box-square-content:after {
    left: -1px;
  }
}
@media (max-width: 1024px) {
  /* line 109, ../sass/partials/_gallery_list.scss */
  .gallery-list li:nth-child(2n+1) .box-square-content:after {
    left: 0;
  }
}
/* line 119, ../sass/partials/_gallery_list.scss */
.gallery-list .gallery-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  background-color: rgba(192, 93, 49, 0.8);
  font-size: 21px;
  font-weight: 700;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* line 134, ../sass/partials/_gallery_list.scss */
.gallery-list .pic-title {
  display: block;
  margin-top: 10px;
  text-align: center;
  color: #575756;
  font-size: 13px;
}

/* line 1, ../sass/partials/_events.scss */
.article-content .events {
  padding-left: 0;
  margin-left: -30px;
}
@media (max-width: 600px) {
  /* line 1, ../sass/partials/_events.scss */
  .article-content .events {
    margin: 0;
  }
}
/* line 7, ../sass/partials/_events.scss */
.article-content .events h2 {
  padding-left: 35px;
}
/* line 10, ../sass/partials/_events.scss */
.article-content .events .event-item {
  padding: 0px 0 50px 0;
  padding-left: 35px;
  margin-bottom: 30px;
  position: relative;
  border-bottom: 2px solid #e0e0e0;
}
/* line 16, ../sass/partials/_events.scss */
.article-content .events .event-item h3 {
  font-size: 20px;
  margin-bottom: 0px;
  display: inline-block;
}
/* line 20, ../sass/partials/_events.scss */
.article-content .events .event-item h3 a {
  padding-top: 8px;
  width: auto;
  color: #000;
}
/* line 26, ../sass/partials/_events.scss */
.article-content .events .event-item p {
  margin-bottom: 0px;
}
/* line 30, ../sass/partials/_events.scss */
.article-content .events .event-title {
  margin-left: -35px;
  padding-left: 35px;
  margin-bottom: 10px;
}
/* line 35, ../sass/partials/_events.scss */
.article-content .events .event-title .date {
  display: inline-block;
  background-color: #4e97d1;
  color: #fff;
  font-size: 15px;
  padding: 10px;
  text-align: center;
  margin-right: 15px;
  margin-top: 0px;
}
@media (max-width: 850px) {
  /* line 35, ../sass/partials/_events.scss */
  .article-content .events .event-title .date {
    display: block;
    margin-left: 0;
    width: 150px;
  }
}

/* line 54, ../sass/partials/_events.scss */
.article-content.onecol {
  padding-left: 0px;
  float: left;
  width: 100%;
}

/* line 59, ../sass/partials/_events.scss */
.event-details-title {
  padding-left: 35px;
  height: 93px;
  margin-bottom: 35px;
  border-bottom: 2px solid #e0e0e0;
  width: 73%;
  position: relative;
}
@media (max-width: 1024px) {
  /* line 59, ../sass/partials/_events.scss */
  .event-details-title {
    width: 68%;
  }
}
@media (max-width: 600px) {
  /* line 59, ../sass/partials/_events.scss */
  .event-details-title {
    width: 100%;
    padding: 0;
  }
}
/* line 78, ../sass/partials/_events.scss */
.event-details-title h2 {
  padding: 28px 0 0 0 !important;
  line-height: 1.1;
  font-size: 28px !important;
}
@media (max-width: 1024px) {
  /* line 78, ../sass/partials/_events.scss */
  .event-details-title h2 {
    padding-top: 10px !important;
    font-size: 25px !important;
  }
}

/* line 89, ../sass/partials/_events.scss */
.event-details-date {
  display: block;
  background-color: #4e97d1;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  height: 93px;
  line-height: 93px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  text-indent: 30px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  /* line 89, ../sass/partials/_events.scss */
  .event-details-date {
    font-size: 15px !important;
    width: 30%;
  }
}
@media (max-width: 600px) {
  /* line 89, ../sass/partials/_events.scss */
  .event-details-date {
    width: 100%;
    position: static;
    height: auto;
    padding: 10px 0;
    line-height: 100%;
    text-indent: 0;
    margin: 0;
  }
}
/* line 118, ../sass/partials/_events.scss */
.event-details-date:after {
  top: 0;
  left: -90px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 120px 35px 0 100px;
  border-color: #fff transparent transparent transparent;
}
@media (max-width: 600px) {
  /* line 118, ../sass/partials/_events.scss */
  .event-details-date:after {
    display: none;
  }
}

/* line 134, ../sass/partials/_events.scss */
.event-details-content {
  padding-left: 35px;
}
/* line 139, ../sass/partials/_events.scss */
.event-details-content td, .event-details-content th {
  text-align: left;
}

@media (max-width: 1024px) {
  /* line 1, ../sass/partials/_modules.scss */
  .organizer-list span {
    font-size: 11px;
    left: -90px;
  }
}

form label {
	text-align: justify;
}
