@charset "UTF-8";
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, 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: 0 0;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
@-ms-viewport {
  width: device-width;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
::-moz-selection {
  background: #ccc;
  text-shadow: none;
}
::selection {
  background: #ccc;
  text-shadow: none;
}
textarea {
  resize: vertical;
}
section {
  overflow: hidden;
  clear: both;
}
img {
  height: auto;
}
a:hover, a:active {
  outline: none;
}
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #f3f5f6;
}
label, input[type="button"], input[type="submit"], input[type="image"], button {
  cursor: pointer;
}
.lt-ie7 img {
  -ms-interpolation-mode: bicubic;
}
body {
  font-family: "Lato", sans-serif;
  background-color: #fff;
  color: #333333;
  font-size: 16px;
  font-size: 1em;
  line-height: 1.8em;
}
@media (min-width: 800px) {
  body {
    margin-top: 50px;
  }
}
.videobg {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 465px;
  background-color: #172D40;
}
body.home .videobg {
  height: 630px;
}
@media (min-width: 800px) {
  body.home #gform_wrapper_1 .gform_body ul.gform_fields #field_1_2, body.home #gform_wrapper_1 .gform_body ul.gform_fields #field_1_4, body.home #gform_wrapper_1 .gform_body ul.gform_fields #field_1_5 {
    clear: none;
    float: left;
    width: 50%;
  }
  body.home #gform_wrapper_1 .gform_body ul.gform_fields #field_1_3 {
    clear: none;
  }
  body.home #gform_wrapper_1 .gform_body ul.gfield_checkbox li, body.home #gform_wrapper_1 .gform_body ul.gfield_radio li {
    float: left;
    width: 50%;
  }
}
p {
  font-size: 1.1em;
  line-height: 2em;
}
a {
  color: #004588;
  text-decoration: none;
}
a:hover, a:focus {
  color: #7BAADA;
}
h1, h2, h3, h4 {
  line-height: 1em;
  font-weight: 400;
  font-family: "Cinzel", serif;
}
h3, h4 {
  font-weight: 600;
}
.wrap {
  width: 100%;
  max-width: 1290px;
  padding: 0 2%;
  margin: 0 auto;
}
.cleanul, nav.mainMenu ul, .interior .sidebar ul, ul.social {
  list-style: none;
  margin: 0;
  padding: 0;
}
.grid:after {
  content: "";
  display: table;
  clear: both;
}
[class*="col-"] {
  width: 100%;
}
@media (min-width: 800px) {
  [class*="col-"] {
    float: left;
    padding-right: 20px;
  }
}
[class*="col-"]:last-of-type {
  padding-right: 0;
}
@media (min-width: 800px) {
  .col-1-2 {
    width: 50%;
  }
  .col-1-3 {
    width: 33.33%;
  }
  .col-2-3 {
    width: 66.66%;
  }
  .col-1-4 {
    width: 25%;
  }
  .col-1-5 {
    width: 20%;
  }
  .col-3-4 {
    width: 75%;
  }
  .col-1-6 {
    width: 16.66%;
  }
  .col-1-8 {
    width: 12.5%;
  }
}
header {
  display: block;
  position: relative;
  z-index: 600;
  clear: both;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  height: 450px;
}
header .cta {
  background: rgba(19, 19, 19, 0.4);
  color: #FFF;
  text-align: center;
  line-height: 50px;
  padding: 15px 0;
}
header .cta h3 {
  display: inline-block;
  margin: 0;
  font-size: 1.5em;
  font-weight: 500;
}
header .cta ul.social {
  margin: 0 50px;
  font-size: 1.5em;
}
@media (min-width: 800px) {
  header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    height: 348px;
  }
  header .cta {
    margin-top: 50px;
    padding: 0;
    text-align: right;
  }
}
body.home header {
  height: 575px;
}
@media (min-width: 800px) {
  body.home header {
    height: 598px;
  }
}
img.logo {
  display: block;
  position: relative;
  z-index: 500;
  margin: 35px auto;
  width: 100%;
  max-width: 215px;
  height: auto;
}
body.home img.logo {
  max-width: 388px;
  margin: 85px auto;
}
nav.mainMenu {
  display: none;
}
@media (min-width: 800px) {
  nav.mainMenu {
    display: block;
    position: fixed;
    z-index: 99999999999;
    top: 0;
    left: 0;
    width: 100%;
    clear: both;
    height: 50px;
    line-height: 1em;
    background: #131313;
    text-align: center;
  }
  nav.mainMenu li {
    position: relative;
    display: inline-block;
    vertical-align: text-top;
  }
  nav.mainMenu a {
    display: inline-block;
    font-weight: 400;
    padding: 0 5px;
    height: 50px;
    line-height: 50px;
    font-size: 0.75em;
    font-family: "Cinzel", serif;
    color: #fff;
  }
  nav.mainMenu a:hover, nav.mainMenu a:focus {
    background: #3D76A8;
    color: #fff;
    text-decoration: none;
  }
  nav.mainMenu a.two {
    padding-top: 12px;
    line-height: 1em;
  }
  nav.mainMenu ul li ul {
    display: none;
    position: absolute;
    overflow: hidden;
    top: 50px;
    left: 0;
    width: 275px;
    /* Default Dropdown Width */
    background: #3D76A8;
    text-align: left;
  }
  nav.mainMenu ul li ul li {
    width: 100%;
    float: left;
  }
  nav.mainMenu ul li ul li a {
    display: block;
    float: none;
    width: 100%;
    height: auto;
    line-height: 1em;
    padding: 10px 15px;
    color: #FFF;
  }
  nav.mainMenu ul li ul li a span {
    color: #7BAADA;
  }
  nav.mainMenu ul li ul li a:hover, nav.mainMenu ul li ul li a:focus {
    background: #131313;
    color: #fff;
  }
  nav.mainMenu ul li ul li a:hover span, nav.mainMenu ul li ul li a:focus span {
    color: #F3F1E5;
  }
  nav.mainMenu ul li ul.fallback {
    display: none;
  }
  nav.mainMenu ul li:hover ul.fallback {
    display: block;
  }
}
@media (min-width: 1024px) {
  nav.mainMenu a {
    padding: 0 10px;
    font-size: 0.9em;
  }
}
@media (min-width: 1280px) {
  nav.mainMenu a {
    padding: 0 22px;
  }
}
.welcome {
  position: relative;
  background: #F3F1E5;
  padding-bottom: 50px;
}
.welcome h1 {
  display: block;
  text-align: center;
  font-size: 2em;
  margin: 50px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 800px) {
  .welcome {
    margin: 598px 0 0 0;
  }
  .welcome h1 {
    font-size: 2.8em;
  }
}
.contact {
  position: relative;
  z-index: 200;
  background: #fff;
  padding: 50px 0;
}
.contact h2 {
  margin-top: 0;
  text-align: center;
  font-size: 2em;
}
.contact textarea {
  max-width: 600px !important;
}
.map {
  position: relative;
  background: #fff;
  z-index: 200;
  width: 100%;
  height: 500px;
  border-top: 4px solid #eee;
}
.interior {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 500;
  padding: 75px 0;
  min-height: 600px;
  background: #fff;
}
.interior h1.entry-title {
  margin: 0;
  color: #131313;
  font-weight: 500;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
}
.interior h2 {
  font-size: 1.6em;
  font-family: "Lato";
  font-weight: 500;
  color: #004588;
}
.interior .sidebar {
  background: #F3F1E5;
}
.interior .sidebar input, .interior .sidebar select, .interior .sidebar textarea {
  width: 100% !important;
}
.interior .sidebar .clear {
  height: 25px;
}
.interior .sidebar p {
  font-size: 0.9em;
}
.interior .sidebar h3 {
  margin-top: 8px;
}
.interior .sidebar ul {
  font-size: 0.9em;
  padding-left: 15px;
}
.interior .sidebar ul li:before {
  content: "";
  font-family: "omni";
  margin-right: 15px;
  color: #004588;
}
.interior .sidebar ul.sub {
  padding: 5px 0 5px 22px;
  border-top: 1px dotted #ccc;
}
.interior .sidebar ul.sub li {
  line-height: 2em;
}
.interior .sidebar ul.sub li a {
  color: #3D76A8;
}
.interior .sidebar ul.sub li a:hover, .interior .sidebar ul.sub li a:focus {
  color: #004588;
}
.interior .sidebar ul.sub li:before {
  color: #3D76A8;
}
.interior .sidebar a.btn {
  width: 100%;
}
.interior .sidebar .sideFoot ul.social {
  display: block;
  padding: 0;
  font-size: 1.1em;
}
.interior .sidebar .sideFoot ul.social li {
  margin-right: 5px;
}
.interior .sidebar .sideFoot ul.social li:before {
  content: "";
  margin: 0;
}
.interior .sidebar .sideFoot span {
  font-size: 0.8em;
}
@media (min-width: 800px) {
  .interior {
    position: relative;
    margin-top: 348px;
    background: #fff;
    background: -moz-linear-gradient(left, #fff 0%, #fff 68%, #F3F1E5 68%, #F3F1E5 100%);
    background: -webkit-linear-gradient(left, #fff 0%, #fff 68%, #F3F1E5 68%, #F3F1E5 100%);
    background: linear-gradient(to right, #fff 0%, #fff 68%, #F3F1E5 68%, #F3F1E5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="$light-color",GradientType=1);
  }
  .interior .main {
    float: left;
    width: 65%;
    margin-right: 5%;
  }
  .interior .sidebar {
    float: left;
    width: 30%;
  }
}
@media (min-width: 1024px) {
  .interior {
    background: #fff;
    background: -moz-linear-gradient(left, #fff 0%, #fff 72%, #F3F1E5 72%, #F3F1E5 100%);
    background: -webkit-linear-gradient(left, #fff 0%, #fff 72%, #F3F1E5 72%, #F3F1E5 100%);
    background: linear-gradient(to right, #fff 0%, #fff 72%, #F3F1E5 72%, #F3F1E5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="$light-color",GradientType=1);
  }
  .interior .main {
    width: 70%;
    margin-right: 5%;
  }
  .interior .sidebar {
    width: 25%;
  }
}
@media (min-width: 1280px) {
  .interior {
    background: #fff;
    background: -moz-linear-gradient(left, #fff 0%, #fff 68%, #F3F1E5 68%, #F3F1E5 100%);
    background: -webkit-linear-gradient(left, #fff 0%, #fff 68%, #F3F1E5 68%, #F3F1E5 100%);
    background: linear-gradient(to right, #fff 0%, #fff 68%, #F3F1E5 68%, #F3F1E5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="$light-color",GradientType=1);
  }
  .interior .main {
    width: 70%;
    margin-right: 5%;
  }
  .interior .sidebar {
    width: 25%;
  }
}
@media (min-width: 1600px) {
  .interior {
    background: #fff;
    background: -moz-linear-gradient(left, #fff 0%, #fff 65%, #F3F1E5 65%, #F3F1E5 100%);
    background: -webkit-linear-gradient(left, #fff 0%, #fff 65%, #F3F1E5 65%, #F3F1E5 100%);
    background: linear-gradient(to right, #fff 0%, #fff 65%, #F3F1E5 65%, #F3F1E5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="$light-color",GradientType=1);
  }
  .interior .main {
    width: 70%;
    margin-right: 5%;
  }
  .interior .sidebar {
    width: 25%;
  }
}
.interior.blog h2 {
  margin-bottom: 5px;
}
.interior.blog .blogMeta {
  color: #666;
  font-weight: 600;
}
.interior.blog article {
  display: block;
  padding-bottom: 50px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 50px;
}
.providers img {
  width: 100%;
  max-width: 145px;
}
.affiliates {
  position: relative;
  z-index: 10;
  background: #e0e0e0;
  text-align: center;
  padding: 15px 0;
}
.affiliates .col {
  width: 50%;
  float: left;
}
.affiliates img {
  width: 100%;
  max-width: 125px;
}
@media (min-width: 640px) {
  .affiliates .col {
    width: 25%;
    float: left;
  }
}
@media (min-width: 800px) {
  .affiliates .col {
    width: 12.5% !important;
  }
}
.prefoot {
  position: relative;
  z-index: 10;
  background: #3D76A8;
  color: #fff;
  padding: 35px 0;
  text-align: center;
}
.prefoot h3 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
}
.prefoot span {
  display: block;
}
.prefoot img {
  max-width: 355px;
  width: 100%;
}
footer {
  display: block;
  position: relative;
  z-index: 10;
  clear: both;
  padding: 25px 0;
  background: #131313;
  color: #fff;
  text-align: center;
}
.scroll-to-top {
  opacity: 0.9;
  filter: alpha(opacity=90);
  display: none;
  background: #7BAADA;
  color: #F3F1E5;
  z-index: 999;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 10px 18px;
  font-size: 2em;
  text-align: center;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.scroll-to-top:hover, .scroll-to-top:focus {
  background: #F3F1E5;
  color: #7BAADA;
  text-decoration: none;
}
.scroll-to-top:before {
  font-family: "Omni";
  content: "";
}
nav.mobileMenu {
  display: block;
  width: 100%;
  clear: both;
  text-align: center;
  background: #004588;
}
nav.mobileMenu a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 8px;
  border-bottom: 1px solid #004588;
}
nav.mobileMenu a.mobileHead {
  font-size: 1.4em;
  background: #004588;
}
nav.mobileMenu ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.mobileMenu ul li a {
  text-align: left;
  background: rgba(0, 0, 0, 0.25);
  font-size: 1em;
  font-weight: 400;
}
nav.mobileMenu ul li a:hover, nav.mobileMenu ul li a:focus {
  background: #7BAADA;
  text-decoration: none;
}
@media (min-width: 800px) {
  nav.mobileMenu {
    display: none;
  }
}
ul.mobilenav {
  display: block;
  background: #004588;
  width: 100%;
  text-align: center;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.mobilenav li {
  float: left;
  width: 25%;
}
ul.mobilenav li a {
  display: block;
  margin: 0px 1px 1px 0px;
  padding: 5px 0;
  background: rgba(0, 0, 0, 0.1);
  font-size: 0.95em;
  line-height: 1em;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 400;
  color: #eee;
}
@media (min-width: 480px) {
  ul.mobilenav li a {
    padding: 15px 0;
  }
}
@media (min-width: 640px) {
  ul.mobilenav li a {
    min-height: 0px;
    font-size: 1em;
    padding: 25px 0;
  }
}
ul.mobilenav li a:hover, ul.mobilenav li a:focus {
  background: #7BAADA;
  color: #fff;
  text-shadow: 0px 0px 1px #fff;
  text-decoration: none;
}
ul.mobilenav li a span {
  display: block;
  clear: both;
  font-size: 2.5em;
  padding-bottom: 10px;
}
@media (min-width: 640px) {
  ul.mobilenav li a span {
    display: inline-block;
    clear: none;
    font-size: 1.2em;
    padding-bottom: 0;
  }
}
ul.mobilenav li a strong {
  display: none;
  font-weight: 400;
}
@media (min-width: 480px) {
  ul.mobilenav li a strong {
    display: inline-block;
  }
}
@media (min-width: 640px) {
  ul.mobilenav li a strong {
    font-weight: 600;
  }
}
@media (min-width: 800px) {
  ul.mobilenav {
    display: none;
  }
}
.alignright, .alignleft, .aligncenter {
  display: block;
  margin: 10px auto;
}
@media (min-width: 640px) {
  .alignnone {
    margin: 5px 20px 20px 0;
  }
  .aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
  }
  .alignright {
    float: right;
    margin: 5px 0 20px 20px;
  }
  .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
  }
  .aligncenter {
    display: block;
    margin: 5px auto 5px auto;
  }
  a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
  }
  a img.alignnone {
    margin: 5px 20px 20px 0;
  }
  a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
  }
  a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
  }
  .wp-caption.alignnone {
    margin: 5px 20px 20px 0;
  }
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0;
  }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px;
  }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
  }
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
  }
}
ul.social {
  display: inline-block;
  font-size: 1.5em;
}
ul.social li {
  display: inline-block;
}
ul.social a {
  text-decoration: none;
  background: #004588;
  color: #7BAADA;
  padding: 2px 0;
}
ul.social a:hover, ul.social a:focus {
  color: #fff;
}
.btn, a.btn {
  display: inline-block;
  background: #004588;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9em;
  line-height: 1em;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
}
.btn span, a.btn span {
  color: #7BAADA;
  font-size: 1em;
}
.btn:hover, .btn:focus, a.btn:hover, a.btn:focus {
  background: #7BAADA;
  color: #004588;
}
img.photo {
  border: 5px solid #333;
}
.fx {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.clear {
  display: block;
  clear: both;
  height: 15px;
}
.clear:before, .clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
.scss_errors {
  background: red;
  color: #fff;
  margin: 0;
  padding: 25px;
  font-size: 1.1em;
}
a.anchor {
  display: block;
  position: relative;
  top: -200px;
  visibility: hidden;
}
#blr_testimonials .views-row {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 35px;
}
#blr_testimonials .views-field-field-public-display-name {
  font-size: 1.1em;
  color: #7BAADA;
}
#blr_testimonials .views-field-field-customer-response {
  color: #004588;
}
input, textarea, select {
  margin: 0 !important;
  padding: 12px !important;
  width: 100%;
  max-width: 98%;
  font-size: 1.1em;
  line-height: 1em;
  font-weight: 600;
  border: 1px solid #666;
  color: #333;
  background: transparent;
}
input[type="checkbox"] {
  margin-right: 20px;
}
input[type="submit"], input[type="button"] {
  background: #004588;
  border: 0;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus {
  background: #7BAADA;
}
.gform_wrapper, .gform_footer {
  width: 100%;
  padding: 0;
  margin: 0 !important;
}
li.gfield, ul.gform_fields {
  margin: 0;
  padding: 0;
  list-style: none;
}
.validation_error {
  color: red;
  font-weight: 600;
  font-size: 0.85em;
}
.validation_message {
  background: red;
  color: #FFF;
  text-shadow: 1px 1px 1px #a50000;
  padding: 5px;
  margin: 5px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
}
@media (min-width: 800px) {
  .gform_next_button, .gform_previous_button {
    width: 49%;
  }
  .gform_next_button {
    float: right;
  }
  .gform_previous_button {
    float: left;
  }
}
::-webkit-input-placeholder {
  color: #004588;
}
:-moz-placeholder {
  color: #004588;
}
::-moz-placeholder {
  color: #004588;
}
:-ms-input-placeholder {
  color: #004588;
}
@font-face {
  font-family: "omni";
  src: url("../fonts/omni.eot?40413361");
  src: url("../fonts/omni.eot?40413361#iefix") format("embedded-opentype"), url("../fonts/omni.woff?40413361") format("woff"), url("../fonts/omni.ttf?40413361") format("truetype"), url("../fonts/omni.svg?40413361#omni") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* 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: 'omni';
    src: url('../font/omni.svg?40413361#omni') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "omni";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* 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: 0.2em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-omni:before {
  content: "";
}
/* '' */
.icon-omni-seal:before {
  content: "";
}
/* '' */
.icon-attention:before {
  content: "";
}
/* '' */
.icon-picture:before {
  content: "";
}
/* '' */
.icon-help:before {
  content: "";
}
/* '' */
.icon-ok:before {
  content: "";
}
/* '' */
.icon-home:before {
  content: "";
}
/* '' */
.icon-link-ext:before {
  content: "";
}
/* '' */
.icon-quote-left:before {
  content: "";
}
/* '' */
.icon-quote-right:before {
  content: "";
}
/* '' */
.icon-chat-empty:before {
  content: "";
}
/* '' */
.icon-edit:before {
  content: "";
}
/* '' */
.icon-calendar:before {
  content: "";
}
/* '' */
.icon-cog:before {
  content: "";
}
/* '' */
.icon-phone-squared:before {
  content: "";
}
/* '' */
.icon-left-dir:before {
  content: "";
}
/* '' */
.icon-right-dir:before {
  content: "";
}
/* '' */
.icon-facebook-squared:before {
  content: "";
}
/* '' */
.icon-facebook-official:before {
  content: "";
}
/* '' */
.icon-gplus-squared:before {
  content: "";
}
/* '' */
.icon-linkedin-squared:before {
  content: "";
}
/* '' */
.icon-pinterest-squared:before {
  content: "";
}
/* '' */
.icon-twitter-squared:before {
  content: "";
}
/* '' */
.icon-youtube-squared:before {
  content: "";
}
/* '' */
.icon-videocam:before {
  content: "";
}
/* '' */
.icon-mail-alt:before {
  content: "";
}
/* '' */
.icon-info-circled:before {
  content: "";
}
/* '' */
.icon-print:before {
  content: "";
}
/* '' */
.icon-user-md:before {
  content: "";
}
/* '' */
.icon-search:before {
  content: "";
}
/* '' */
.icon-star:before {
  content: "";
}
/* '' */
.icon-user:before {
  content: "";
}
/* '' */
.icon-users:before {
  content: "";
}
/* '' */
.icon-camera:before {
  content: "";
}
/* '' */
.icon-cancel-circled:before {
  content: "";
}
/* '' */
.icon-ok-squared:before {
  content: "";
}
/* '' */
.icon-help-circled:before {
  content: "";
}
/* '' */
.icon-link-ext-alt:before {
  content: "";
}
/* '' */
.icon-info:before {
  content: "";
}
/* '' */
.icon-pencil-squared:before {
  content: "";
}
/* '' */
.icon-pencil:before {
  content: "";
}
/* '' */
.icon-code:before {
  content: "";
}
/* '' */
.icon-forward:before {
  content: "";
}
/* '' */
.icon-reply:before {
  content: "";
}
/* '' */
.icon-comment:before {
  content: "";
}
/* '' */
.icon-chat:before {
  content: "";
}
/* '' */
.icon-attention-circled:before {
  content: "";
}
/* '' */
.icon-location:before {
  content: "";
}
/* '' */
.icon-direction:before {
  content: "";
}
/* '' */
.icon-trash:before {
  content: "";
}
/* '' */
.icon-calendar-empty:before {
  content: "";
}
/* '' */
.icon-basket:before {
  content: "";
}
/* '' */
.icon-menu:before {
  content: "";
}
/* '' */
.icon-phone:before {
  content: "";
}
/* '' */
.icon-rss:before {
  content: "";
}
/* '' */
.icon-clock:before {
  content: "";
}
/* '' */
.icon-down-circled2:before {
  content: "";
}
/* '' */
.icon-up-circled2:before {
  content: "";
}
/* '' */
.icon-angle-double-up:before {
  content: "";
}
/* '' */
.icon-angle-double-right:before {
  content: "";
}
/* '' */
.icon-angle-double-left:before {
  content: "";
}
/* '' */
.icon-angle-double-down:before {
  content: "";
}
/* '' */
.icon-down-dir:before {
  content: "";
}
/* '' */
.icon-up-dir:before {
  content: "";
}
/* '' */
.icon-down-open:before {
  content: "";
}
/* '' */
.icon-left-open:before {
  content: "";
}
/* '' */
.icon-right-open:before {
  content: "";
}
/* '' */
.icon-up-open:before {
  content: "";
}
/* '' */
.icon-angle-left:before {
  content: "";
}
/* '' */
.icon-angle-right:before {
  content: "";
}
/* '' */
.icon-angle-up:before {
  content: "";
}
/* '' */
.icon-angle-down:before {
  content: "";
}
/* '' */
.icon-angle-circled-left:before {
  content: "";
}
/* '' */
.icon-angle-circled-right:before {
  content: "";
}
/* '' */
.icon-angle-circled-up:before {
  content: "";
}
/* '' */
.icon-angle-circled-down:before {
  content: "";
}
/* '' */
.icon-down-circled:before {
  content: "";
}
/* '' */
.icon-up-circled:before {
  content: "";
}
/* '' */
.icon-arrows-cw:before {
  content: "";
}
/* '' */
.icon-up-big:before {
  content: "";
}
/* '' */
.icon-right-big:before {
  content: "";
}
/* '' */
.icon-left-big:before {
  content: "";
}
/* '' */
.icon-down-big:before {
  content: "";
}
/* '' */
.icon-up:before {
  content: "";
}
/* '' */
.icon-level-up:before {
  content: "";
}
/* '' */
.icon-globe:before {
  content: "";
}
/* '' */
.icon-mobile:before {
  content: "";
}
/* '' */
.icon-tablet:before {
  content: "";
}
/* '' */
.icon-laptop:before {
  content: "";
}
/* '' */
.icon-desktop:before {
  content: "";
}
/* '' */
.icon-signal:before {
  content: "";
}
/* '' */
.icon-list:before {
  content: "";
}
/* '' */
.icon-list-bullet:before {
  content: "";
}
/* '' */
.icon-off:before {
  content: "";
}
/* '' */
.icon-ellipsis-vert:before {
  content: "";
}
/* '' */
.icon-ellipsis:before {
  content: "";
}
/* '' */
.icon-spinner:before {
  content: "";
}
/* '' */
.icon-sort-up:before {
  content: "";
}
/* '' */
.icon-sort-down:before {
  content: "";
}
/* '' */
.icon-sort:before {
  content: "";
}
/* '' */
.icon-stethoscope:before {
  content: "";
}
/* '' */
.icon-gplus:before {
  content: "";
}
/* '' */
.icon-facebook:before {
  content: "";
}
/* '' */
.icon-android:before {
  content: "";
}
/* '' */
.icon-apple:before {
  content: "";
}
/* '' */
.icon-instagramm:before {
  content: "";
}
/* '' */
.icon-linkedin:before {
  content: "";
}
/* '' */
.icon-pinterest-circled:before {
  content: "";
}
/* '' */
.icon-skype:before {
  content: "";
}
/* '' */
.icon-tumblr-squared:before {
  content: "";
}
/* '' */
.icon-twitter:before {
  content: "";
}
/* '' */
.icon-vimeo-squared:before {
  content: "";
}
/* '' */
.icon-youtube-play:before {
  content: "";
}
/* '' */
.icon-youtube:before {
  content: "";
}
/* '' */
.icon-video:before {
  content: "";
}
/* '' */
.icon-th-large:before {
  content: "";
}
/* '' */
.icon-th:before {
  content: "";
}
/* '' */
.icon-cancel:before {
  content: "";
}
/* '' */
.icon-share:before {
  content: "";
}
/* '' */
.icon-keyboard:before {
  content: "";
}
/* '' */
.icon-attention-alt:before {
  content: "";
}
/* '' */
.icon-doc-text:before {
  content: "";
}
/* '' */
.icon-file-pdf:before {
  content: "";
}
/* '' */
.icon-file-word:before {
  content: "";
}
/* '' */
.icon-file-image:before {
  content: "";
}
/* '' */
.icon-doc-text-inv:before {
  content: "";
}
/* '' */
.icon-rss-squared:before {
  content: "";
}
/* '' */
.icon-fax:before {
  content: "";
}
/* '' */
.icon-cog-alt:before {
  content: "";
}
/* '' */
.icon-list-numbered:before {
  content: "";
}
/* '' */
.icon-circle:before {
  content: "";
}
/* '' */
.icon-circle-empty:before {
  content: "";
}
/* '' */
.icon-chart-bar:before {
  content: "";
}
/* '' */
.icon-chart-area:before {
  content: "";
}
/* '' */
.icon-chart-pie:before {
  content: "";
}
/* '' */
.icon-chart-line:before {
  content: "";
}
/* '' */
.icon-floppy:before {
  content: "";
}
/* '' */
.icon-megaphone:before {
  content: "";
}
/* '' */
.icon-hdd:before {
  content: "";
}
/* '' */
.icon-tasks:before {
  content: "";
}
/* '' */
.icon-heartbeat:before {
  content: "";
}
/* '' */
.icon-ambulance:before {
  content: "";
}
/* '' */
.icon-medkit:before {
  content: "";
}
/* '' */
.icon-h-sigh:before {
  content: "";
}
/* '' */
.icon-bed:before {
  content: "";
}
/* '' */
.icon-hospital:before {
  content: "";
}
/* '' */
.icon-building:before {
  content: "";
}
/* '' */
.icon-wheelchair:before {
  content: "";
}
/* '' */
.icon-brush:before {
  content: "";
}
/* '' */
.icon-server:before {
  content: "";
}
/* '' */
.icon-cc-visa:before {
  content: "";
}
/* '' */
.icon-cc-mastercard:before {
  content: "";
}
/* '' */
.icon-cc-discover:before {
  content: "";
}
/* '' */
.icon-cc-amex:before {
  content: "";
}
/* '' */
.icon-cc-paypal:before {
  content: "";
}
/* '' */
.icon-cc-stripe:before {
  content: "";
}
/* '' */
.icon-flickr:before {
  content: "";
}
/* '' */
.icon-google:before {
  content: "";
}
/* '' */
.icon-html5:before {
  content: "";
}
/* '' */
.icon-paypal:before {
  content: "";
}
/* '' */
.icon-pinterest:before {
  content: "";
}
/* '' */
.icon-yelp:before {
  content: "";
}
/* '' */
.icon-wordpress:before {
  content: "";
}
/* '' */
.icon-windows:before {
  content: "";
}
/* '' */
.icon-th-list:before {
  content: "";
}
/* '' */
/** VARIABLES 
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {
  background: transparent;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../img/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("../img/controls.png") no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url("../img/controls.png") no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("../img/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("../img/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}
