@charset "UTF-8";
/* all styles */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

* {
  box-sizing: border-box; }

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

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

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

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

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

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

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

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

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

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

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  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: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  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%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  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%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .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: ''; }
  .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'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

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

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

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

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

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

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

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

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

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

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

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-youtube:before {
  content: "\f16a"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

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

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

/*@import 'sprite';*/
/* variables */
/* mixins */
@font-face {
  font-family: 'wfos-icons';
  src: url("../font/wfos-icons.eot?61232920");
  src: url("../font/wfos-icons.eot?61232920#iefix") format("embedded-opentype"), url("../font/wfos-icons.svg?61232920#wfos-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'wfos-icons';
  src: url("data:application/octet-stream;base64,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") format("woff"), url("data:application/octet-stream;base64,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") format("truetype"); }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
      font-family: 'wfos-icons';
      src: url('../font/wfos-icons.svg?61232920#wfos-icons') format('svg');
    }
  }
  */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "wfos-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-wind:before {
  content: '\e800'; }

/* '' */
.icon-wind-1:before {
  content: '\e801'; }

/* '' */
.icon-droplet:before {
  content: '\e802'; }

/* '' */
.icon-dot-3:before {
  content: '\e803'; }

/* '' */
.icon-flash:before {
  content: '\e804'; }

/* '' */
.icon-megaphone:before {
  content: '\e805'; }

/* '' */
.icon-trash:before {
  content: '\e806'; }

/* '' */
.icon-leaf:before {
  content: '\e807'; }

/* '' */
.icon-search:before {
  content: '\e808'; }

/* '' */
.icon-award:before {
  content: '\e809'; }

/* '' */
.icon-star:before {
  content: '\e80a'; }

/* '' */
.icon-user:before {
  content: '\e80b'; }

/* '' */
.icon-fontsize-1:before {
  content: '\e80c'; }

/* '' */
.icon-adjust:before {
  content: '\e80d'; }

/* '' */
.icon-doc-text:before {
  content: '\f0f6'; }

/* '' */
.icon-shower:before {
  content: '\f2cc'; }

/* '' */
/* main style */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

header,
nav,
article,
footer,
section,
aside,
figure,
figcaption,
svg {
  display: block; }

a,
a:hover,
a:focus {
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Raleway, "Open Sans", Arial, sans-serif; }

input {
  outline: 0; }

img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

a img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

html.font-size {
  font-size: 12px; }

body {
  font-family: "Open Sans", Arial, sans-serif;
  color: #5e5e5e;
  padding-top: 92px;
  font-size: 14px; }

.button, .social-footer .newsletter-box .mailpoet_submit, .wpcf7 input[type='submit'] {
  display: inline-block;
  padding: 10px 15px;
  font-family: Raleway, "Open Sans", Arial, sans-serif;
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  color: #5e5e5e;
  white-space: nowrap; }
  .button .fa, .social-footer .newsletter-box .mailpoet_submit .fa, .wpcf7 input[type='submit'] .fa {
    margin-left: 5px; }
  .button.button-white, .social-footer .newsletter-box .mailpoet_submit, .wpcf7 input.button-white[type='submit'] {
    background: #fff;
    transition: background 0.3s; }
    .button.button-white:hover, .social-footer .newsletter-box .mailpoet_submit:hover, .wpcf7 input.button-white[type='submit']:hover {
      background: rgba(255, 255, 255, 0.85); }
  .button.button-green, .social-footer .newsletter-box .button-green.mailpoet_submit, .wpcf7 input.button-green[type='submit'] {
    background: #61b442;
    color: #fff;
    transition: background 0.3s; }
    .button.button-green:hover, .social-footer .newsletter-box .button-green.mailpoet_submit:hover, .wpcf7 input.button-green[type='submit']:hover {
      background: rgba(97, 180, 66, 0.85); }
  .button.button-navy-blue, .social-footer .newsletter-box .button-navy-blue.mailpoet_submit, .wpcf7 input[type='submit'] {
    background: #1d358c;
    color: #fff;
    transition: background 0.3s; }
    .button.button-navy-blue:hover, .social-footer .newsletter-box .button-navy-blue.mailpoet_submit:hover, .wpcf7 input[type='submit']:hover {
      background: rgba(29, 53, 140, 0.85); }
  .button.button-text-green, .social-footer .newsletter-box .mailpoet_submit, .wpcf7 input.button-text-green[type='submit'] {
    color: #61b442; }
  .button.button-text-blue, .social-footer .newsletter-box .button-text-blue.mailpoet_submit, .wpcf7 input.button-text-blue[type='submit'] {
    color: #00aeef; }
  .button.button-text-navy-blue, .social-footer .newsletter-box .button-text-navy-blue.mailpoet_submit, .wpcf7 input.button-text-navy-blue[type='submit'] {
    color: #1d358c; }
  .button.arrow-right, .social-footer .newsletter-box .arrow-right.mailpoet_submit, .wpcf7 input.arrow-right[type='submit'] {
    position: relative;
    padding-right: 25px; }
    .button.arrow-right:before, .social-footer .newsletter-box .arrow-right.mailpoet_submit:before, .wpcf7 input.arrow-right[type='submit']:before {
      font-family: FontAwesome;
      position: absolute;
      height: 100%;
      line-height: 34px;
      transition: all 0.3s;
      left: 90%;
      top: 0;
      content: ""; }
    .button.arrow-right:hover:before, .social-footer .newsletter-box .arrow-right.mailpoet_submit:hover:before, .wpcf7 input.arrow-right[type='submit']:hover:before {
      left: 92%; }

.wysiwyg {
  font-size: 1.6rem; }
  .wysiwyg h3 {
    font-size: 2.2rem;
    font-weight: 400;
    color: #1d358c;
    margin-top: 40px;
    margin-bottom: 20px; }
    .wysiwyg h3 .fa {
      color: #1d358c;
      font-size: 3rem;
      margin-right: 10px; }
  .wysiwyg h4 {
    font-size: 1.8rem;
    font-weight: 500;
    color: #1d358c;
    margin-top: 20px;
    margin-bottom: 10px; }
    .wysiwyg h4 .fa {
      color: #1d358c;
      font-size: 2rem;
      margin-right: 7px; }
  .wysiwyg ul,
  .wysiwyg ol {
    padding-left: 40px; }
    .wysiwyg ul li,
    .wysiwyg ol li {
      margin-bottom: 2px; }
  .wysiwyg ul {
    list-style: square; }
  .wysiwyg img {
    max-width: 100%;
    height: auto; }
  .wysiwyg p {
    text-align: justify; }
    .wysiwyg p img {
      margin: 10px 0; }
  .wysiwyg table {
    width: 100%; }
    .wysiwyg table tr td {
      padding: 5px;
      border-bottom: 1px solid #dadada; }
      .wysiwyg table tr td p {
        margin: 0; }

.line-separator {
  width: 100%;
  height: 1px;
  background: #dadada;
  margin: 30px 0; }

.admin-bar header {
  top: 32px; }

.bottom-note {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #61b442;
  color: #fff;
  display: none;
  z-index: 200; }
  .bottom-note .container {
    padding-top: 15px;
    padding-bottom: 15px; }
  .bottom-note p {
    padding-right: 100px;
    margin-bottom: 0;
    font-size: 1.2rem; }
  .bottom-note .link {
    color: #fff;
    text-decoration: underline;
    transition: opacity 0.2s; }
    .bottom-note .link:hover {
      opacity: 0.8; }
  .bottom-note .button, .bottom-note .social-footer .newsletter-box .mailpoet_submit, .social-footer .newsletter-box .bottom-note .mailpoet_submit, .bottom-note .wpcf7 input[type='submit'], .wpcf7 .bottom-note input[type='submit'] {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -14px;
    font-size: 13px;
    padding: 6px 10px; }

.pagination {
  margin: 30px 0; }
  .pagination .screen-reader-text {
    display: none; }
  .pagination .nav-links {
    text-align: center; }
    .pagination .nav-links .page-numbers {
      display: inline-block;
      vertical-align: middle;
      padding: 4px 11px;
      margin: 0 2px;
      border: 1px solid #dadada;
      transition: all .3s;
      color: #959595;
      font-size: 1.4rem;
      line-height: 22px; }
      .pagination .nav-links .page-numbers:hover {
        color: #fff;
        background: #61b442;
        border-color: #61b442; }
      .pagination .nav-links .page-numbers.current {
        background: #fff;
        color: #61b442;
        border: 1px solid #61b442; }
      .pagination .nav-links .page-numbers.dots {
        background: #fff;
        color: #959595;
        border: 1px solid #dadada;
        cursor: default; }
      .pagination .nav-links .page-numbers.next, .pagination .nav-links .page-numbers.prev {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
        width: 32px;
        height: 32px; }
        .pagination .nav-links .page-numbers.next:before, .pagination .nav-links .page-numbers.prev:before {
          font-family: FontAwesome;
          position: absolute;
          top: -1px;
          font-size: 24px;
          line-height: 30px;
          width: 30px; }
      .pagination .nav-links .page-numbers.next:before {
        content: "";
        left: -3px; }
      .pagination .nav-links .page-numbers.prev:before {
        content: "";
        left: -5px; }

.error-page-content {
  padding: 170px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  font-family: Raleway, "Open Sans", Arial, sans-serif; }
  .error-page-content .big-number {
    font-size: 125px;
    font-weight: 300; }

header {
  width: 100%;
  background: #fff;
  font-family: Raleway, "Open Sans", Arial, sans-serif;
  position: fixed;
  top: 0;
  z-index: 5001;
  transition: top 0.2s ease-in-out;
  height: 96px; }
  header.nav-up {
    top: -96px; }
  header.menu-opened {
    top: 0 !important; }
  header .header-top {
    width: 100%;
    height: 4px;
    background: #61b442; }
  header .header-content {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); }
    header .header-content .container {
      display: -webkit-box;
      display: flex; }
    header .header-content h1 {
      margin: 10px 20px 0 0;
      padding: 0; }
    header .header-content .header-nav-bar-content {
      width: 100%; }
      header .header-content .header-nav-bar-content .header-nav-bar-top {
        height: 40px; }
        header .header-content .header-nav-bar-content .header-nav-bar-top ul {
          list-style: none;
          margin: 0;
          padding: 0;
          display: -webkit-box;
          display: flex;
          -webkit-box-pack: end;
                  justify-content: flex-end; }
          header .header-content .header-nav-bar-content .header-nav-bar-top ul li {
            display: block;
            width: 40px;
            background: #61b442;
            text-align: center; }
            header .header-content .header-nav-bar-content .header-nav-bar-top ul li:first-child {
              border-bottom-left-radius: 3px; }
            header .header-content .header-nav-bar-content .header-nav-bar-top ul li:last-child {
              border-bottom-right-radius: 3px; }
            header .header-content .header-nav-bar-content .header-nav-bar-top ul li a {
              color: #fff;
              font-size: 15px;
              transition: color 0.3s; }
              header .header-content .header-nav-bar-content .header-nav-bar-top ul li a:hover {
                color: rgba(255, 255, 255, 0.75); }
      header .header-content .header-nav-bar-content .header-nav-bar-bottom {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
                justify-content: space-between; }
    header .header-content #nav-toggle {
      display: none;
      float: right;
      color: #797979;
      font-size: 32px;
      line-height: 32px;
      padding: 25px 15px 25px 30px; }
      header .header-content #nav-toggle.menu-opened .fa-close {
        display: block; }
      header .header-content #nav-toggle.menu-opened .fa-bars {
        display: none; }
      header .header-content #nav-toggle .fa-close {
        display: none; }
    header .header-content .wfos-main-nav {
      margin-left: 20px; }
    header .header-content .search {
      color: #797979;
      padding: 5px 10px 20px;
      margin-right: 15px;
      font-size: 24px;
      line-height: 24px;
      cursor: pointer;
      border-bottom: 2px solid transparent;
      margin-bottom: -1px; }
      header .header-content .search i {
        width: 24px;
        height: 24px; }
  header .header-search {
    display: none;
    text-align: center;
    position: absolute;
    width: 40%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    header .header-search .main-search {
      display: block;
      position: relative;
      width: 100%;
      background: #f4f4f4; }
      header .header-search .main-search .awesomplete {
        display: block; }
        header .header-search .main-search .awesomplete ul {
          width: 100%;
          border: 0;
          border-top: 1px solid #fff;
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); }
          header .header-search .main-search .awesomplete ul li {
            padding: 1rem 2rem; }
            header .header-search .main-search .awesomplete ul li:hover, header .header-search .main-search .awesomplete ul li[aria-selected=true] {
              background: #f4f4f4; }
      header .header-search .main-search .main-search-input {
        border: 0;
        width: 100%;
        box-sizing: border-box;
        background: transparent;
        color: #797979;
        font-size: 18px;
        padding: 7px 50px 7px 20px; }
      header .header-search .main-search .main-search-input::-webkit-input-placeholder {
        color: #a6a6a6; }
      header .header-search .main-search .main-search-input:-moz-placeholder {
        color: #a6a6a6; }
      header .header-search .main-search .main-search-input::-moz-placeholder {
        color: #a6a6a6; }
      header .header-search .main-search .main-search-input:-ms-input-placeholder {
        color: #a6a6a6; }
      header .header-search .main-search .main-search-submit {
        position: absolute;
        top: 2px;
        right: 15px;
        background: transparent;
        border: 0;
        color: #a6a6a6;
        font-size: 26px;
        width: 34px;
        line-height: 34px;
        outline: 0;
        transition: color .2s; }
        header .header-search .main-search .main-search-submit:hover {
          color: #797979; }

#header-search-page-overlay {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1d358c;
  opacity: 0.7;
  z-index: 5000; }

.page-color-header {
  background: url("../images/subpage-back.jpg") no-repeat top center; }
  .page-color-header .container {
    padding-top: 75px;
    padding-bottom: 75px; }
  .page-color-header h1 {
    font-size: 36px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    padding-left: 45px;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }

#left-sidebar .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: Raleway, "Open Sans", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 500; }
  #left-sidebar .menu li a {
    color: #5e5e5e;
    line-height: 30px; }
  #left-sidebar .menu li.current-menu-item {
    color: #72bf44; }

#right-sidebar .box {
  margin-bottom: 30px; }
  #right-sidebar .box h2 {
    margin-top: 0;
    font-weight: 300; }
  #right-sidebar .box ul {
    list-style: none;
    padding-left: 10px; }
    #right-sidebar .box ul li {
      font-size: 1.5rem;
      margin-bottom: 3px;
      color: #a6a6a6; }

#floating-sidebar ul {
  list-style: none; }

#floating-sidebar a {
  display: block;
  margin: 4px 0;
  font-size: 16px;
  padding-left: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
  #floating-sidebar a.nav-active {
    font-weight: bold;
    padding-left: 0; }
    #floating-sidebar a.nav-active:before {
      display: inline-block;
      font-family: FontAwesome;
      content: "";
      width: 10px; }

.breadcrumbs {
  border-bottom: 1px solid #dadada;
  color: #959595;
  padding: 15px 0;
  font-size: 1.5rem;
  font-weight: 300; }
  .breadcrumbs .fa-home {
    font-size: 2rem; }
  .breadcrumbs a {
    color: #959595;
    transition: color 0.2s; }
    .breadcrumbs a:hover {
      color: #1d358c; }

.page-content {
  margin: 40px 0 50px; }

.page-bottom-image {
  margin-top: 30px; }
  .page-bottom-image img {
    width: 100%; }

.page-title {
  font-size: 44px;
  font-weight: 300;
  color: #1d358c;
  margin: 0 0 30px; }

h4.page-title {
  font-size: 20px;
  font-weight: 500;
  margin: 0; }

.simple-page-header {
  margin: 0 0 30px; }
  .simple-page-header .page-title {
    margin: 0 0 10px; }
  .simple-page-header .page-meta {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    color: #a6a6a6;
    min-height: 31px; }
    .simple-page-header .page-meta .at-share-btn-elements {
      text-align: right; }

.home-slider {
  background: #1d358c;
  position: relative;
  height: 465px;
  overflow: hidden; }
  .home-slider .slider-content {
    background: url("../images/slider-back.jpg") no-repeat top center; }
    .home-slider .slider-content .slides .slide {
      font-family: Raleway, "Open Sans", Arial, sans-serif;
      width: 100%;
      height: 465px;
      padding-top: 25px;
      padding-bottom: 40px;
      background-position: center; }
      .home-slider .slider-content .slides .slide .container {
        height: 100%; }
      .home-slider .slider-content .slides .slide .slide-content {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        height: 380px; }
      .home-slider .slider-content .slides .slide h2 {
        font-size: 43px;
        color: #fff;
        font-weight: 500; }
      .home-slider .slider-content .slides .slide .text {
        margin: 20px 0; }
        .home-slider .slider-content .slides .slide .text p {
          font-size: 16px;
          color: #fff;
          font-weight: 400;
          margin: 0; }
      .home-slider .slider-content .slides .slide img {
        max-width: 100%;
        border: 4px solid #fff; }
  .home-slider .nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1001; }
  .home-slider .slider-pager {
    padding: 10px 15px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center; }
    .home-slider .slider-pager a {
      display: inline-block;
      color: #61b442;
      background: #fff;
      padding: 2px 10px;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 12px;
      margin: 0 5px;
      min-width: 0; }
      .home-slider .slider-pager a:first-child {
        margin-left: 0; }
      .home-slider .slider-pager a:last-child {
        margin-right: 0; }
      .home-slider .slider-pager a span {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .home-slider .slider-pager a.cycle-pager-active {
        position: relative; }
        .home-slider .slider-pager a.cycle-pager-active:before {
          width: 0;
          height: 0;
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          border-bottom: 6px solid #fff;
          content: '';
          position: absolute;
          top: -6px;
          left: 50%;
          margin-left: -5px; }

.wfos-services {
  background: #1d358c;
  width: 100%;
  padding: 10px 0; }
  .wfos-services ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    justify-content: space-around;
    list-style: none;
    height: 46px;
    padding: 0;
    margin: 0; }
    .wfos-services ul li a {
      display: block;
      text-align: center;
      color: #fff;
      padding: 5px; }
      .wfos-services ul li a img {
        width: 90%;
        opacity: 1;
        transition: all 0.2s; }
      .wfos-services ul li a:hover img {
        width: 80%;
        opacity: 0.8; }

.news {
  padding-top: 40px;
  padding-bottom: 30px; }
  .news .section-title {
    margin-bottom: 20px; }

.section-title {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
          align-items: center; }
  .section-title span {
    color: #797979;
    font-size: 1.8rem;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0 10px 0 0;
    white-space: nowrap; }
  .section-title .link {
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #00aeef;
    padding-left: 25px; }
.news-item .news-item-image-wrapper,
    .news-item .news-item-wrapper {
      width: 60%;
      margin: 0; }
 .news-item:hover .news-item-image-wrapper .news-item-image {
      transform: scale(1.1); }
.news-item .news-item-image-wrapper {
    width: 175px;
    margin: 7px;
    overflow: hidden; }
    .news-item .news-item-image-wrapper .news-item-image {
      background: url(/wp-content/uploads/2023/09/placeholder-news.jpg) no-repeat;
      background-position: top right;
      background-size: cover;
      width: 100%;
      height: 100%;
      min-height: 170px;
      transition: transform 0.45s; }
  .news-item .news-item-wrapper {
    width: 60%;
    margin: 0 10px 10px;
    overflow: hidden; }

.news-item-image {
      background: url(../images/news-image-placeholder.jpg) no-repeat;
      background-position: top right;
      background-size: cover;
      width: 100%;
      height: 100%;
      min-height: 170px;
      transition: transform 0.45s; }
.news-item {
	display: inline-block;
  position: relative;
  margin-bottom: 25px; }
.news-item {
  margin-bottom: 25px;
  display: flex;
  overflow: hidden; }
  .news-item .news-item-header h2 {
    margin-bottom: 2px;
    margin-top: 0px; }
    .news-item .news-item-header h2 a {
      display: block;
      font-size: 1.8rem;
      font-weight: 300;
      color: #1d358c;
      transition: color 0.2s; }
      .news-item .news-item-header h2 a:hover {
        color: rgba(29, 53, 140, 0.8); }
  .news-item .news-item-header .date {
    color: #a6a6a6;
    font-size: 1.3rem; }
  .news-item .news-item-content {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: 5px; }
  .news-item .news-item-more a {
    color: #61b442;
    font-size: 1.5rem;
    transition: color 0.3s; }
    .news-item .news-item-more a::after {
      font-family: FontAwesome;
      content: '';
      opacity: 0;
      padding-left: 1px;
      transition: opacity 0.3s, padding-left 0.3s; }
    .news-item .news-item-more a:hover {
      color: rgba(97, 180, 66, 0.85); }
      .news-item .news-item-more a:hover::after {
        opacity: 1;
        padding-left: 3px; }

.main-page-blocks .main-page-blocks-content {
  padding: 40px 0 60px;
  border-top: 1px solid #dadada; }

.page-block .page-block-content {
  padding: 15px 0 20px; }
  .page-block .page-block-content img {
    width: 100%; }
  .page-block .page-block-content .page-block-header {
    margin: 15px 0; }
    .page-block .page-block-content .page-block-header a {
      font-size: 2rem;
      font-weight: 300;
      color: #333;
      transition: color 0.2s; }
      .page-block .page-block-content .page-block-header a:hover {
        color: #1d358c; }
  .page-block .page-block-content .cycle-slideshow {
    height: 198px;
    overflow: hidden; }

.right-box {
  margin-bottom: 30px; }
  .right-box .right-box-content img {
    width: 100%; }
  .right-box .right-box-content h3 {
    margin: 10px 0; }
    .right-box .right-box-content h3 a {
      color: #5e5e5e;
      transition: color 0.2s;
      font-size: 2rem; }
      .right-box .right-box-content h3 a:hover {
        color: rgba(94, 94, 94, 0.8); }

.social-footer {
  background: #61b442;
  padding: 15px 0; }
  .social-footer .social-icons {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    color: #fff; }
    .social-footer .social-icons span {
      font-family: Raleway, "Open Sans", Arial, sans-serif;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 300;
      margin-right: 20px; }
    .social-footer .social-icons ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .social-footer .social-icons ul li {
        display: inline-block;
        margin: 0 5px; }
        .social-footer .social-icons ul li a {
          color: #fff;
          font-size: 44px;
          transition: color 0.2s; }
          .social-footer .social-icons ul li a:hover {
            color: rgba(255, 255, 255, 0.8); }
  .social-footer .newsletter-box {
    position: relative; }
    .social-footer .newsletter-box form {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: end;
              justify-content: flex-end;
      height: 60px; }
    .social-footer .newsletter-box #mailpoet_form_1 .mailpoet_paragraph:first-of-type {
      display: -webkit-box;
      display: flex;
      border-bottom: 2px solid #fff;
      margin-left: 0; }
      .social-footer .newsletter-box #mailpoet_form_1 .mailpoet_paragraph:first-of-type::before {
        font-family: FontAwesome;
        display: inline-block;
        height: 100%;
        line-height: 34px;
        transition: all 0.3s;
        content: "";
        margin-right: 10px;
        font-size: 18px;
        color: #fff; }
    .social-footer .newsletter-box .mailpoet_text {
      background: transparent;
      border: 0;
      width: 100%;
      color: #fff;
      font-weight: 300;
      font-size: 16px;
      line-height: 33px; }
    .social-footer .newsletter-box .mailpoet_text::-webkit-input-placeholder {
      color: #fff; }
    .social-footer .newsletter-box .mailpoet_text:-moz-placeholder {
      color: #fff; }
    .social-footer .newsletter-box .mailpoet_text::-moz-placeholder {
      color: #fff; }
    .social-footer .newsletter-box .mailpoet_text:-ms-input-placeholder {
      color: #fff; }

@media (max-width: 768px) {
  .social-media-bar {
    display: none;
  }
}

.social-media-bar {
    position: fixed;
    top: 50%; /* Vertically centered */
    left: 0; /* Stick to the left border */
    transform: translateY(-50%); /* Center vertically */
    z-index: 9999; /* Ensure it's on top of other content */
}

.social-media-bar a {
    display: block; /* Ensure each icon takes up a whole line */
    margin-bottom: 5px; /* Adjust spacing between icons */
    font-size: 32px; /* Increase the font size for larger icons */
    color: #fff; /* Adjust the color */
    text-decoration: none;
    background-color: #61b442; /* Background color for icons */
    text-align: center; /* Center the icon inside its container */
    width: 195px; /* Set a fixed width for icons */
    height: 45px; /* Set a fixed height for icons */
    line-height: 45px; /* Vertically center the icon content */
	margin-left: -150px;
	transition: 0.3s;
}

.social-media-bar a.facebook {
    background-color: #1877f2;
}
.social-media-bar a.instagram {
    background-color: #c32aa3;
}
.social-media-bar a.twitter {
    background-color: #1da1f2;
}
.social-media-bar a.youtube {
    background-color: #ff0000;
}
.social-media-bar a.linkedin {
    background-color: #0a66c2;
}
.social-media-bar a.facebook {
    background-color: #1877f2;
}
.social-media-bar a i{
    float: right;
    padding: 8px;
}

.social-media-bar a:hover {
    color: rgba(255,255,255, 0.7);
	margin-left: 0px;
}

footer {
  background: #e7e7e7;
  padding: 80px 0 50px; }
  footer .site-footer .footer-background {
    background: url("../images/footer-contact-back.png") right center no-repeat; }
  footer .site-footer ul {
    list-style: none; }
    footer .site-footer ul li {
      margin-bottom: 6px; }
      footer .site-footer ul li a {
        color: #5e5e5e;
        font-weight: 300;
        transition: color 0.2s;
        font-size: 1.4rem; }
        footer .site-footer ul li a:hover {
          color: #61b442; }
  footer .site-footer .menu > li {
    margin-bottom: 30px; }
    footer .site-footer .menu > li > a {
      display: block;
      font-size: 1.8rem;
      font-weight: 300;
      color: #61b442;
      padding-bottom: 10px; }
  footer .site-footer .footer-contact {
    font-size: 1.6rem;
    font-weight: 300;
    text-align: right; }
    footer .site-footer .footer-contact strong {
      font-size: 1.8rem;
      color: #61b442;
      font-weight: 400; }
    footer .site-footer .footer-contact a {
      color: #5e5e5e;
      font-weight: 300;
      transition: color 0.2s; }
      footer .site-footer .footer-contact a:hover {
        color: #61b442; }
  footer .logos-footer {
    padding: 30px 0; }
    footer .logos-footer .logos {
      width: 100%;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: justify;
              justify-content: space-between; }
      footer .logos-footer .logos a {
        opacity: 1;
        transition: opacity 0.2s; }
        footer .logos-footer .logos a:hover {
          opacity: 0.8; }
  footer .copyright-footer {
    padding: 15px 0; }
    footer .copyright-footer .copyright-menu {
      font-size: 12px;
      text-align: right;
      list-style: none;
      margin: 0; }
      footer .copyright-footer .copyright-menu li {
        display: inline-block;
        padding: 0 0 0 10px; }
        footer .copyright-footer .copyright-menu li a {
          color: #5e5e5e; }
          footer .copyright-footer .copyright-menu li a:hover {
            text-decoration: underline; }

.tiles-section.tiles-section-main {
    padding-top: 40px;
    padding-bottom: 30px;
}

.tiles-section {
  padding: 10px 0 20px;
  border-bottom: 1px solid #dadada; }
  .tiles-section:last-child {
    border-bottom: 0; }
  .tiles-section .tiles-section-title a {
    font-size: 30px;
    color: #1d358c;
    font-weight: 300;
    line-height: 1.3; }
  .tiles-section .tiles-section-content .tile {
    width: 23%;
    padding-bottom: 23%;
    margin: 1%;
    float: left;
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s; }
  .tiles-section .tiles-section-content .tile.tile-main {
	  width: 100%;
		  background: #888;
padding-bottom: 75%;}
    .tiles-section .tiles-section-content .tile:hover {
      background: #1d358c;
      border: 1px solid #1d358c; }
      .tiles-section .tiles-section-content .tile:hover .tile-icon {
        color: #fff; }
      .tiles-section .tiles-section-content .tile:hover .tile-title {
        color: #fff; }
    .tiles-section .tiles-section-content .tile.no-icon .tile-title {
      height: 100%; }
    .tiles-section .tiles-section-content .tile .tile-icon {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 60%;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      font-size: 60px;
      color: #a6a6a6;
      transition: color 0.3s; }
.tiles-section .tiles-section-content .tile-main .tile-icon {

      height: 100%; }
    .tiles-section .tiles-section-content .tile .tile-title {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 40%;
      margin: 0;
      padding: 5px;
      font-size: 14px;
      font-weight: 300;
      color: #555;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      text-align: center;
      -webkit-box-pack: center;
              justify-content: center;
      transition: color 0.3s; }

.article-item {
  padding-bottom: 30px; }
  .article-item h3 {
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 2px; }
  .article-item .date,
  .article-item .link {
    color: #a6a6a6;
    font-size: 1.3rem; }
  .article-item .article-item-content {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: 5px; }
  .article-item .article-item-more a {
    color: #61b442;
    font-size: 1.5rem;
    transition: color 0.3s; }
    .article-item .article-item-more a::after {
      font-family: FontAwesome;
      content: '';
      opacity: 0;
      padding-left: 1px;
      transition: opacity 0.3s, padding-left 0.3s; }
    .article-item .article-item-more a:hover {
      color: rgba(97, 180, 66, 0.85); }
      .article-item .article-item-more a:hover::after {
        opacity: 1;
        padding-left: 3px; }

.search-page .results-title {
  margin: 20px 0; }

.search-page .page-search-bar {
  display: block;
  position: relative;
  width: 100%;
  background: #f4f4f4; }
  .search-page .page-search-bar .awesomplete {
    display: block; }
    .search-page .page-search-bar .awesomplete ul {
      width: 100%;
      border: 0;
      border-top: 1px solid #fff;
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); }
      .search-page .page-search-bar .awesomplete ul li {
        padding: 1rem 2rem; }
        .search-page .page-search-bar .awesomplete ul li:hover {
          background: #f4f4f4; }
  .search-page .page-search-bar .main-search-input {
    border: 0;
    width: 100%;
    box-sizing: border-box;
    background: transparent;
    color: #797979;
    font-size: 18px;
    padding: 7px 50px 7px 20px; }
  .search-page .page-search-bar .main-search-input::-webkit-input-placeholder {
    color: #a6a6a6; }
  .search-page .page-search-bar .main-search-input:-moz-placeholder {
    color: #a6a6a6; }
  .search-page .page-search-bar .main-search-input::-moz-placeholder {
    color: #a6a6a6; }
  .search-page .page-search-bar .main-search-input:-ms-input-placeholder {
    color: #a6a6a6; }
  .search-page .page-search-bar .main-search-submit {
    position: absolute;
    top: 2px;
    right: 15px;
    background: transparent;
    border: 0;
    color: #a6a6a6;
    font-size: 26px;
    width: 34px;
    line-height: 34px;
    outline: 0;
    transition: color .2s; }
    .search-page .page-search-bar .main-search-submit:hover {
      color: #797979; }

.searchandfilter > ul > li {
  border-top: 1px solid #dadada;
  padding: 15px 0; }
  .searchandfilter > ul > li:first-child {
    border-top: 0;
    padding-top: 0; }

.searchandfilter h4 {
  font-size: 18px;
  color: #1d358c;
  padding: 0 0 10px; }

.searchandfilter .sf-level-0 {
  position: relative;
  padding-left: 10px; }
  .searchandfilter .sf-level-0 input {
    position: absolute;
    top: 9px;
    left: 0; }
  .searchandfilter .sf-level-0 label {
    cursor: pointer; }
  .searchandfilter .sf-level-0 .sf-count {
    color: #959595;
    font-size: 12px; }

.search-filter-results .no-data {
  margin: 20px 0; }

.offer-counter {
  font-size: 12px;
  text-align: right; }

.offer-list {
  margin: 20px 0; }
  .offer-list ul {
    list-style: none;
    padding: 0; }
    .offer-list ul li {
      border: 1px solid #dadada;
      border-radius: 3px;
      transition: all 0.3s;
      margin-bottom: 10px; }
      .offer-list ul li:hover {
        background: #1d358c;
        border: 1px solid #1d358c; }
        .offer-list ul li:hover a {
          color: #fff; }
          .offer-list ul li:hover a span {
            color: #fff; }
      .offer-list ul li a {
        display: -webkit-box;
        display: flex;
        padding: 20px 15px;
        font-size: 1.8rem;
        font-weight: 400;
        color: #333; }
        .offer-list ul li a span {
          color: #959595;
          padding-right: 10px; }

.offer-actions .offer-actions-inner {
  padding: 10px; }
  .offer-actions .offer-actions-inner a {
    display: block;
    color: #959595;
    transition: color 0.2s;
    margin-bottom: 15px; }
    .offer-actions .offer-actions-inner a .fa {
      font-size: 26px;
      display: inline-block;
      vertical-align: middle; }
    .offer-actions .offer-actions-inner a span {
      display: inline-block;
      vertical-align: middle;
      margin-left: 7px; }
    .offer-actions .offer-actions-inner a:hover {
      color: #1d358c; }

.offer-page .offer-row {
  padding: 15px 0;
  border-top: 1px solid #dadada; }
  .offer-page .offer-row:first-child {
    border-top: 0; }
  .offer-page .offer-row-label {
    font-weight: 600; }
  .offer-page .offer-row ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .offer-page .offer-row ol {
    padding-left: 20px; }

#search-filter-form-3319 {
  background: #f4f4f4;
  padding: 3px 15px;
  margin: 0 0 20px; }
  #search-filter-form-3319 ul {
    display: -webkit-box;
    display: flex;
    padding: 0; }
    #search-filter-form-3319 ul li {
      border: 0;
      padding: 0; }
      #search-filter-form-3319 ul li.sf-field-search {
        width: 100%;
        margin: 0; }
        #search-filter-form-3319 ul li.sf-field-search label {
          display: block; }
          #search-filter-form-3319 ul li.sf-field-search label input {
            font-family: Raleway, "Open Sans", Arial, sans-serif;
            width: 100%;
            color: #797979;
            font-size: 18px;
            line-height: 34px;
            background: transparent;
            border: 0; }
          #search-filter-form-3319 ul li.sf-field-search label input::-webkit-input-placeholder {
            color: #a6a6a6; }
          #search-filter-form-3319 ul li.sf-field-search label input:-moz-placeholder {
            color: #a6a6a6; }
          #search-filter-form-3319 ul li.sf-field-search label input::-moz-placeholder {
            color: #a6a6a6; }
          #search-filter-form-3319 ul li.sf-field-search label input:-ms-input-placeholder {
            color: #a6a6a6; }
      #search-filter-form-3319 ul li.sf-field-submit {
        margin: 0; }
        #search-filter-form-3319 ul li.sf-field-submit input {
          font-family: FontAwesome;
          background: transparent;
          border: 0;
          color: #a6a6a6;
          width: 34px;
          font-size: 24px;
          transition: color .2s; }
          #search-filter-form-3319 ul li.sf-field-submit input:hover {
            color: #797979; }

.expanded-list-intro {
  margin-bottom: 30px; }

.expanded-list-item {
  border-top: 1px solid #dadada; }
  .expanded-list-item:first-child {
    border-top: 0; }
  .expanded-list-item h3 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    margin: 0;
    padding: 15px 0;
    font-size: 22px;
    cursor: pointer; }
    .expanded-list-item h3 .fa {
      margin: 0 10px; }
    .expanded-list-item h3.expanded .fa {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .expanded-list-item .expanded-list-content {
    padding: 20px 0px 30px; }

#search-filter-form-248 ul li.sf-field-search {
  background: #f4f4f4;
  padding: 3px 15px;
  margin: 0 0 20px;
  width: 100%;
  margin: 0; }
  #search-filter-form-248 ul li.sf-field-search label {
    display: block; }
    #search-filter-form-248 ul li.sf-field-search label input {
      font-family: Raleway, "Open Sans", Arial, sans-serif;
      width: 100%;
      color: #797979;
      font-size: 18px;
      line-height: 34px;
      background: transparent;
      border: 0; }
    #search-filter-form-248 ul li.sf-field-search label input::-webkit-input-placeholder {
      color: #a6a6a6; }
    #search-filter-form-248 ul li.sf-field-search label input:-moz-placeholder {
      color: #a6a6a6; }
    #search-filter-form-248 ul li.sf-field-search label input::-moz-placeholder {
      color: #a6a6a6; }
    #search-filter-form-248 ul li.sf-field-search label input:-ms-input-placeholder {
      color: #a6a6a6; }

.menu-menu-podstron-container ul {
  list-style: none; }

.menu-menu-podstron-container ul ul {
  padding-left: 15px; }

.menu-menu-podstron-container .sub-menu {
  display: none; }

.menu-menu-podstron-container .current-page-ancestor > .sub-menu {
  display: block; }

.menu-menu-podstron-container .current-menu-item > a {
  color: #61b442 !important; }

.menu-menu-podstron-container .current-menu-item > .sub-menu {
  display: block; }

.simple .ccchildpage {
  border-radius: 10px;
  border: 1px solid #dadada;
  color: #5e5e5e;
  background: transparent; }
  .simple .ccchildpage h3 {
    font-weight: 300;
    color: #1d358c;
    margin-top: 20px; }

.simple .ccpages_more a {
  color: #61b442;
  font-style: normal;
  transition: opacity 0.2s; }
  .simple .ccpages_more a:hover {
    opacity: 0.8; }

.gallery {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }
  .gallery .gallery-item {
    margin: 0 10px 10px 0; }
    .gallery .gallery-item a {
      display: block;
      background: #1d358c;
      overflow: hidden; }
      .gallery .gallery-item a img {
        opacity: 1;
        -webkit-transform: scale(1.07);
                transform: scale(1.07);
        transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s; }
      .gallery .gallery-item a:hover img {
        opacity: 0.85;
        -webkit-transform: scale(1);
                transform: scale(1); }
  .gallery br {
    display: none; }

.tos-desktop .tos-wrapper.tos-fixed {
  background-color: rgba(5, 21, 80, 0.85); }

.tos-close,
.tos-next,
.tos-prev {
  background: #051550; }

.epyt-gallery-title {
  font-size: 20px;
  font-weight: 300;
  color: #333;
  padding: 0;
  line-height: 22px;
  text-align: left;
  margin: 15px 0;
  transition: color 0.2s; }
  .epyt-gallery-title:hover {
    color: #1d358c; }

.epyt-gallery-allthumbs {
  padding-bottom: 76%; }

.epyt-gallery-img {
  padding-top: 55% !important; }

.epyt-gallery-playhover .epyt-play-img {
  margin: 20% 0 !important; }

#yt-widget .epyt-gallery .epyt-gallery-list .epyt-gallery-allthumbs .epyt-gallery-thumb:first-child {
  display: block !important; }

#yt-widget .epyt-gallery .epyt-gallery-list .epyt-gallery-allthumbs .epyt-gallery-thumb {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important; }

.wpcf7 label {
  color: #1d358c; }

.wpcf7 input,
.wpcf7 textarea {
  background: #f4f4f4;
  border: 0;
  margin-top: 5px;
  color: #5e5e5e;
  padding: 10px;
  border-radius: 3px; }

.wpcf7 textarea {
  width: 100%; }

.wpcf7 input[type='submit']:disabled {
  background: #f4f4f4;
  color: #5e5e5e; }

.wpcf7 .wpcf7-acceptance span {
  margin: 0; }

/* menu */
.wfos-main-nav,
.wfos-main-nav ul,
.wfos-main-nav ul li,
.wfos-main-nav ul li a,
.wfos-main-nav #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  /* position: relative; */
  box-sizing: border-box; }

.wfos-main-nav:after,
.wfos-main-nav > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.wfos-main-nav #menu-button {
  display: none; }

.wfos-main-nav > ul > li {
  float: left;
  max-width: 200px;
}

.wfos-main-nav > ul > li > ul {
  display: none; }

.wfos-main-nav > ul > li > a {
  text-decoration: none;
  text-transform: uppercase;
  color: #797979;
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  padding: 12px 15px 21px;
  border-bottom: 3px solid transparent;
  transition: border-bottom 0.2s;
  max-height: 50px;
}

.wfos-main-nav > ul > li:hover > a {
  color: #61b442;
  border-bottom: 3px solid #61b442; }

.wfos-main-nav ul .main-nav-container {
  position: absolute;
  width: 100%;
  /* left: 0; */
  right: 0;
  background: #fff;
  left: -9999px;
  z-index: 9000;
  border-top: 1px solid #dadada;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); }

.wfos-main-nav ul .main-nav-container > ul {
  margin: 0 auto; }

@media (min-width: 992px) {
  .wfos-main-nav ul .main-nav-container > ul {
    width: 940px;
    display: -webkit-box !important;
    display: flex !important; } }

@media (min-width: 1200px) {
  .wfos-main-nav ul .main-nav-container > ul {
    width: 1140px;
    display: -webkit-box !important;
    display: flex !important; }
  .font-size .wfos-main-nav > ul > li > a {
    padding: 12px 6px 18px; } }

.wfos-main-nav > ul > li > .main-nav-container {
  padding: 20px 10px 30px; }

.wfos-main-nav ul ul li {
  /* height: 0; */
  transition: all .25s ease; }

.wfos-main-nav li:hover > .main-nav-container {
  left: 0; }

.wfos-main-nav ul ul ul {
  position: static; }

.wfos-main-nav.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%; }

.wfos-main-nav ul ul li a {
  padding: 11px 15px;
  font-size: 1.4rem;
  text-decoration: none;
  color: #797979;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2; }

.wfos-main-nav ul ul ul li a {
  text-transform: none;
  padding: 4px 15px; }

.wfos-main-nav ul ul li:last-child > a,
.wfos-main-nav ul ul li.last-item > a {
  border-bottom: 0; }

.wfos-main-nav ul ul li a:hover {
  color: #61b442; }

@media screen and (max-width: 1200px) {
  header .header-content .wfos-main-nav {
    margin-left: 10px; }
  .wfos-main-nav > ul > li > a {
    font-size: 15px;
    padding: 12px 7px 21px; } }

@media (max-width: 991px) {
  .wfos-main-nav,
  .wfos-main-nav ul,
  .wfos-main-nav ul li,
  .wfos-main-nav ul li a,
  .wfos-main-nav #menu-button {
    position: relative; }
  .wfos-main-nav {
    width: 100%;
    margin: 0 !important; }
  .wfos-main-nav ul {
    width: 100%;
    display: none;
    margin-bottom: 10px; }
  .wfos-main-nav ul .main-nav-container {
    border-top: 0;
    box-shadow: none; }
  .wfos-main-nav ul .main-nav-container > ul {
    display: block; }
  .wfos-main-nav ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
    border-bottom: 0; }
  .wfos-main-nav > ul > li > a {
    border-bottom: 0;
    padding: 15px; }
  .wfos-main-nav > ul > li:hover > a {
    border-bottom: 0; }
  .wfos-main-nav ul ul li,
  .wfos-main-nav li:hover > .main-nav-container > ul > li {
    height: auto; }
  .wfos-main-nav ul li a,
  .wfos-main-nav ul ul li a {
    width: 100%;
    border-bottom: 0; }
  .wfos-main-nav > ul > li {
    float: none; }
  .wfos-main-nav > ul > li > .main-nav-container {
    padding: 0; }
  .wfos-main-nav > ul > li > .main-nav-container > ul {
    padding: 0; }
  .wfos-main-nav > ul > li > .main-nav-container > ul > li {
    float: none; }
  .wfos-main-nav > ul > li.has-sub > a {
    padding-right: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .wfos-main-nav ul ul li.has-sub a {
    padding-right: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .wfos-main-nav ul ul li a {
    font-size: 14px;
    padding-left: 25px;
    background: none; }
  .wfos-main-nav ul ul ul li a {
    padding-left: 35px;
    padding-top: 11px;
    padding-bottom: 11px; }
  .wfos-main-nav ul ul,
  .wfos-main-nav ul ul ul,
  .wfos-main-nav ul .main-nav-container {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left; }
  .wfos-main-nav > ul > li.has-sub > a:after,
  .wfos-main-nav > ul > li.has-sub > a:before,
  .wfos-main-nav ul ul > li.has-sub > a:after,
  .wfos-main-nav ul ul > li.has-sub > a:before {
    display: none; }
  .wfos-main-nav #menu-button {
    display: block;
    padding: 17px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700; }
  .wfos-main-nav #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: ''; }
  .wfos-main-nav #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: ''; }
  .wfos-main-nav #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .wfos-main-nav #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .wfos-main-nav .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer; }
  .wfos-main-nav .submenu-button.submenu-opened {
    background: #61b442; }
  .wfos-main-nav ul ul .submenu-button {
    height: 38px;
    width: 38px; }
  .wfos-main-nav .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #797979;
    content: ''; }
  .wfos-main-nav ul ul .submenu-button:after {
    top: 19px;
    right: 15px; }
  .wfos-main-nav .submenu-button.submenu-opened:after {
    background: #ffffff; }
  .wfos-main-nav .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #797979;
    content: ''; }
  .wfos-main-nav ul ul .submenu-button:before {
    top: 16px;
    right: 18px; }
  .wfos-main-nav .submenu-button.submenu-opened:before {
    display: none; } }

@media (min-width: 993px) {
  .wfos-main-nav #menu-wyszukiwarka-ofertmenu-item-252 a {
    display: block;
    height: 100%;
    background: #61b442;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    padding: 15px;
    transition: all 0.3s; }
    .wfos-main-nav #menu-wyszukiwarka-ofertmenu-item-252 a:before {
      font-family: FontAwesome;
      display: block;
      width: 100%;
      font-size: 70px;
      transition: all 0.3s;
      text-align: center;
      padding-bottom: 20px;
      margin-top: 27px;
      content: ""; }
    .wfos-main-nav #menu-wyszukiwarka-ofertmenu-item-252 a:hover {
      background: rgba(97, 180, 66, 0.85); } }

@media (max-width: 1200px) {
  header .header-content h1 img {
    max-width: 164px; }
  header .header-content .nav ul li a {
    padding: 26px 5px;
    font-size: 12px; }
  .home-slider .slider-content .slides .slide h2 {
    font-size: 34px; }
  .page-block .page-block-content .cycle-slideshow {
    height: 161px; } }

@media (max-width: 991px) {
  body {
    padding-top: 86px; }
  .button, .social-footer .newsletter-box .mailpoet_submit, .wpcf7 input[type='submit'] {
    font-size: 13px; }
  header {
    height: auto; }
    header .header-content .container {
      display: block;
      position: relative; }
    header .header-content .header-nav-bar-content .header-nav-bar-top {
      display: none; }
    header .header-content .header-nav-bar-content .header-nav-bar-bottom {
      display: block; }
    header .header-content #nav-toggle {
      display: block;
      position: absolute;
      top: 4px;
      right: 15px; }
    header .header-content h1 {
      text-align: left;
      margin: 10px 0; }
      header .header-content h1 img {
        max-width: 130px; }
    header .header-content .nav {
      display: none; }
    header .header-search {
      width: 100%;
      border-top: 0;
      padding: 5px 0 15px;
      position: static;
      -webkit-transform: none;
              transform: none; }
      header .header-search.menu-opened {
        display: block !important; }
      header .header-search .main-search {
        width: 100%;
        background: #f4f4f4; }
        header .header-search .main-search .main-search-input {
          font-size: 16px;
          background: transparent;
          border-bottom: 0;
          padding: 8px 50px 8px 15px; }
        header .header-search .main-search .main-search-submit {
          top: 1px;
          right: 5px;
          border-bottom: 0;
          color: #797979; }
        header .header-search .main-search .awesomplete ul li {
          padding: 1rem 1.5rem; }
  .home-slider {
    height: 400px; }
    .home-slider .slider-content .slides .slide {
      height: 400px;
      padding-top: 5px;
      padding-bottom: 40px;
      background-size: cover; }
      .home-slider .slider-content .slides .slide h2 {
        font-size: 28px;
        margin-top: 10px; }
      .home-slider .slider-content .slides .slide .text p {
        font-size: 14px; }
  .page-block .page-block-content .cycle-slideshow {
    height: auto; }
  .social-footer .social-icons span {
    margin-right: 10px; }
  .social-footer .social-icons ul li a {
    font-size: 40px; }
  footer .site-footer .footer-contact {
    text-align: left; }
  #left-sidebar {
    display: none; }
  #search-toggle {
    display: none; }
  #right-sidebar {
    border-top: 1px solid #dadada;
    padding-top: 20px;
    margin-top: 10px; }
  .news-item .news-item-header h2 a {
    min-height: auto; }
  #floating-sidebar {
    display: none; }
  .tiles-section .tiles-section-content .tile.tile-main {
	  width: 47%;
padding-bottom: 33%;}}

@media (max-width: 768px) {
  .page-color-header .container {
    padding-top: 30px;
    padding-bottom: 30px; }
  .page-color-header h1 {
    padding-left: 0;
    font-size: 26px; }
  .simple-page-header .page-title {
    font-size: 30px; }
  .home-slider {
    height: 215px; }
    .home-slider .slider-content .slides .slide {
      height: 215px;
      padding-bottom: 5px; }
      .home-slider .slider-content .slides .slide .container {
        height: 100%; }
      .home-slider .slider-content .slides .slide .slide-content {
        height: auto; }
        .home-slider .slider-content .slides .slide .slide-content h2 {
          font-size: 26px;
          margin-top: 10px; }
        .home-slider .slider-content .slides .slide .slide-content .text {
          margin: 10px 0; }
        .home-slider .slider-content .slides .slide .slide-content p {
          font-size: 13px; }
      .home-slider .slider-content .slides .slide .slide-content-right {
        display: none; }
    .home-slider .nav {
      display: none; }
  .news-item .news-item-content figure {
    margin: 0 0 10px;
    float: none; }
    .news-item .news-item-content figure img {
      width: 100%; }
  .social-footer .social-icons {
    -webkit-box-pack: center;
            justify-content: center; }
    .social-footer .social-icons span {
      display: none; }
  .social-footer .newsletter-box .newsletter-input {
    margin-left: 0; }
  footer .site-footer ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; }
    footer .site-footer ul li {
      float: none; }
  footer .copyright-footer {
    text-align: center; }
    footer .copyright-footer .copyright-menu {
      text-align: center;
      margin: 10px 0; }
  .offer-page .offer-row-label {
    margin-bottom: 10px; }
  .tiles-section .tiles-section-content .tile {
    width: 30%;
    padding-bottom: 30%; }
    .tiles-section .tiles-section-content .tile .tile-title {
      font-size: 12px; }
  .offer-actions .offer-actions-inner {
    padding: 0; }
    .offer-actions .offer-actions-inner a {
      display: inline-block;
      margin-right: 15px; } }

@media (max-width: 430px) {
  .home-slider {
    height: 180px; }
    .home-slider .slider-content .slides .slide {
      height: 180px; }
      .home-slider .slider-content .slides .slide .container {
        height: 100%; }
      .home-slider .slider-content .slides .slide .slide-content {
        height: 160px; }
        .home-slider .slider-content .slides .slide .slide-content h2 {
          font-size: 20px;
          margin: 5px 0 3px; }
        .home-slider .slider-content .slides .slide .slide-content .text {
          margin: 5px 0; }
        .home-slider .slider-content .slides .slide .slide-content p {
          font-size: 11px;
          margin: 5px 0; }
  .tiles-section .tiles-section-content .tile {
    width: 48%;
    padding-bottom: 48%; }
    .tiles-section .tiles-section-content .tile .tile-title {
      font-size: 12px; }
  footer .logos-footer .logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
    footer .logos-footer .logos a {
      margin-bottom: 15px; } 
}

@media print {
  body {
    padding-top: 0; }
  header,
  footer,
  .page-color-header,
  .breadcrumbs,
  .social-footer {
    display: none; }
  .offer-page .offer-actions {
    display: none; }
  .offer-page .offer-row .col-sm-3 {
    width: 25%;
    float: left; }
  .offer-page .offer-row .col-sm-9 {
    width: 75%;
    float: left; }
  .offer-page .offer-row .offer-row-label {
    margin-bottom: 0; } }

/*# sourceMappingURL=style.css.map */
