@font-face {
  font-family: 'lato-black';
  src: url("../fonts/lato-black-webfont.eot");
  src: url("../fonts/lato-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-black-webfont.woff") format("woff"), url("../fonts/lato-black-webfont.woff2") format("woff2"), url("../fonts/lato-black-webfont.ttf") format("truetype"), url("../fonts/lato-black-webfont.svg#lato-black") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'lato-light';
  src: url("../fonts/lato-light-webfont.eot");
  src: url("../fonts/lato-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-light-webfont.woff") format("woff"), url("../fonts/lato-light-webfont.woff2") format("woff2"), url("../fonts/lato-light-webfont.ttf") format("truetype"), url("../fonts/lato-light-webfont.svg#lato-light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'lato-regular';
  src: url("../fonts/lato-regular-webfont.eot");
  src: url("../fonts/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-regular-webfont.woff") format("woff"), url("../fonts/lato-regular-webfont.woff2") format("woff2"), url("../fonts/lato-regular-webfont.ttf") format("truetype"), url("../fonts/lato-regular-webfont.svg#lato-regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

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

html {
  height: 100%;
}

body {
  min-height: 100%;
  height: 100%;
  font-size: 13px;
  line-height: 1.4;
  background: #fff;
  color: #939598;
  font-family: lato-regular;
  min-width: 1024px;
}

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

h1, h2, h3, h4, h5, h6, strong {
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1;
  color: #045895;
  font-family: lato-black;
}

h2 {
  font-size: 27px;
  margin-bottom: 20px;
}

h3 {
  font-size: 27px;
  margin-bottom: 20px;
}

h6 {
  font-size: 15px;
}

p {
  margin: 0 0 20px;
}

a {
  text-decoration: none;
  color: #3f3f9a;
}
a:hover {
  text-decoration: underline;
}

img[style*="right"] {
  margin: 0 0 10px 20px;
  clear: right;
}

img[style*="left"] {
  margin: 0 20px 10px 0;
  clear: left;
}

img {
  max-width: 100%;
  height: auto;
}

.field-collection-container {
  border-bottom: none;
  margin-bottom: 0;
}

.item-list .pager {
  margin-bottom: 50px;
}
.item-list .pager li {
  margin: 0 6px;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider .slides > li {
  display: none;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li {
  display: block;
}

.flex-direction-nav li {
  margin: 0;
}
.flex-direction-nav li .flex-disabled {
  display: none !important;
}

.flex-pauseplay {
  position: absolute;
  left: 10px;
  top: 15px;
  z-index: 5;
}
.flex-pauseplay a {
  cursor: pointer;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 30px;
  height: 30px;
}
.flex-pauseplay .flex-play:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid rgba(255, 255, 255, 0.7);
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.flex-pauseplay .flex-pause:before, .flex-pauseplay .flex-pause:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 20px;
  width: 5px;
  background: rgba(255, 255, 255, 0.7);
}
.flex-pauseplay .flex-pause:before {
  left: 5px;
}
.flex-pauseplay .flex-pause:after {
  left: 15px;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f6f6f6;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.form label {
  font-weight: normal;
}
.form .form-item {
  margin: 0 0 20px;
}

.select2 {
  font-size: 15px;
  font-family: lato-light;
}

.select2-container--default .select2-selection--single {
  background: #045895;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  border: none;
  height: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  padding: 0 10px;
  text-align: center;
  line-height: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #045895;
}

.select2-dropdown {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.form-choose-country {
  position: absolute;
  top: 2px;
  right: 0;
}
.form-choose-country .form-item {
  margin: 0;
}
.form-choose-country select {
  width: 170px;
  opacity: 0;
}

.form-contact:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.form-contact .form-select {
  line-height: 22px;
  height: 22px;
}
.form-contact input[type=text], .form-contact select, .form-contact textarea {
  padding: 2px 5px;
  border: 1px solid #b6b6b6;
  width: 200px;
}
.form-contact label {
  padding-right: 20px;
  display: inline-block;
  vertical-align: top;
}
.form-contact label span {
  color: #f93531;
}
.form-contact .col-1 {
  float: left;
}
.form-contact .col-1 label {
  width: 115px;
  font-size: 15px;
  font-family: lato-black;
}
.form-contact .col-1 .form-textarea {
  height: 50px;
}
.form-contact .col-2 {
  overflow: hidden;
  padding-left: 50px;
}
.form-contact .col-2 label {
  width: 157px;
  font-size: 13px;
}
.form-contact .col-2 .form-item {
  margin-bottom: 40px;
}
.form-contact .col-2 .form-textarea {
  height: 100px;
}
.form-contact .form-radios {
  display: inline-block;
  vertical-align: top;
}
.form-contact .form-radios .form-item {
  margin-bottom: 5px;
}
.form-contact .form-radios input, .form-contact .form-radios label {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.form-contact .form-radios input {
  margin-right: 5px;
}
.form-contact .form-radios label {
  padding-right: 0;
}
.form-contact .form-submit {
  background: #045895;
  padding: 5px 20px;
  color: #fff;
  border: none;
  font-family: lato-light;
}

.site-header {
  padding-top: 14px;
}
.site-header ul {
  margin: 0;
  padding: 0;
}
.site-header ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header .logo {
  margin-bottom: 15px;
}
.site-header .top-control ul:after, .site-header .middle-control ul:after, .site-header .nav ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.site-header .top-control ul li, .site-header .middle-control ul li, .site-header .nav ul li {
  display: inline-block;
  vertical-align: middle;
}
.site-header .top-control, .site-header .middle-control, .site-header .block-language {
  position: absolute;
}
.site-header .top-control a, .site-header .middle-control a, .site-header .block-language a {
  color: #045895;
}
.site-header .top-control {
  border-bottom: 1px solid #b3cddf;
  left: 293px;
  right: 0;
  top: 0;
  font-size: 19px;
}
.site-header .top-control:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.site-header .top-control ul li {
  border-left: 1px solid #b3cddf;
  margin-left: 25px;
  padding: 2px 0 4px 25px;
}
.site-header .top-control ul li:first-child {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}
.site-header .top-control ul li.selected {
  font-family: lato-black;
}
.site-header .middle-control {
  top: 37px;
  right: 185px;
  font-size: 19px;
}
.site-header .middle-control ul li {
  margin-left: 50px;
}
.site-header .middle-control ul li:first-child {
  margin-left: 0;
}
.site-header .block-language {
  right: 0;
  top: 41px;
  line-height: 1;
  font-size: 15px;
  text-transform: uppercase;
}
.site-header .block-language a {
  color: #939598;
}
.site-header .block-language ul li.active, .site-header .block-language ul li.active-trail {
  font-family: lato-black;
}
.site-header .block-language ul li.active a, .site-header .block-language ul li.active-trail a {
  color: #045895;
}
.site-header .nav {
  background: #045895;
  font-size: 17px;
  color: #fff;
}
.site-header .nav ul {
  text-align: center;
}
.site-header .nav ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.site-header .nav ul li:first-child {
  margin-left: 0;
}
.site-header .nav ul li:last-child {
  margin-right: 0;
}
.site-header .nav ul li:hover ul {
  opacity: 1;
  visibility: visible;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.site-header .nav ul li a {
  padding: 12px 50px;
}
.site-header .nav ul ul {
  background: #e7e8e9;
  position: absolute;
  z-index: 4;
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  left: 0;
  min-width: 100%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transform: translate(0, 5px);
  -ms-transform: translate(0, 5px);
  -webkit-transform: translate(0, 5px);
  transform: translate(0, 5px);
}
.site-header .nav ul ul li {
  display: block;
}
.site-header .nav ul ul a {
  color: #045895;
  padding: 5px 10px;
}
.site-header .nav a {
  display: block;
  color: #fff;
}
.site-header .nav a:focus {
  outline: none;
}
.site-header a {
  text-decoration: none;
}

.inner-wrapper {
  overflow: hidden;
}

.content-wrapper .block-control {
  height: 130px;
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.content-wrapper .block-control.style-a {
  border: 1px solid #bcbec0;
  background: #e7e8e9;
}
.content-wrapper .block-control .part-1, .content-wrapper .block-control .part-2, .content-wrapper .block-control .part-3 {
  display: table-cell;
  vertical-align: middle;
  padding: 12px 30px;
}
.content-wrapper .block-control .part-1 {
  text-align: center;
  width: 250px;
}
.content-wrapper .block-control .part-1 .img {
  margin-bottom: 15px;
}
.content-wrapper .block-control .part-1 h3 {
  margin: 0;
}
.content-wrapper .block-control .part-2 h3 {
  padding-left: 180px;
}
.content-wrapper .block-control .part-2 p {
  margin: 0;
}
.content-wrapper .block-control .part-3 {
  width: 330px;
  text-align: center;
}
.content-wrapper .block-control .part-3 .img {
  padding: 0 30px;
  margin-bottom: 10px;
}
.content-wrapper .block-control .part-3 .flexslider {
  position: relative;
}
.content-wrapper .block-control .part-3 .flex-direction-nav .flex-prev, .content-wrapper .block-control .part-3 .flex-direction-nav .flex-next {
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  bottom: 3px;
}
.content-wrapper .block-control .part-3 .flex-direction-nav .flex-prev {
  border-right: 12px solid #939598;
  left: 95px;
}
.content-wrapper .block-control .part-3 .flex-direction-nav .flex-next {
  border-left: 12px solid #939598;
  right: 95px;
}
.content-wrapper .block-control .part-3 p {
  margin-bottom: 15px;
}
.content-wrapper .block-control blockquote {
  margin: 0;
  padding: 0;
  font-size: 27px;
  color: #045895;
  font-style: italic;
}
.content-wrapper .block-control blockquote h4 {
  color: #faa635;
  font-size: 27px;
  margin: 0 0 10px;
  font-style: normal;
}
.content-wrapper .block-control blockquote p {
  margin: 0;
}
.content-wrapper .block-cols {
  margin-bottom: 20px;
  display: table;
  width: 100%;
}
.content-wrapper .block-cols .col {
  vertical-align: middle;
  display: table-cell;
  width: 33.3%;
  padding: 0 3%;
}
.content-wrapper .block-cols .img {
  text-align: center;
}
.content-wrapper .block-title {
  position: relative;
  padding: 0 200px 0 10px;
}
.content-wrapper .block-title .form-choose-country {
  top: 0;
}
.content-wrapper .block-title .select2-container--default {
  border: 1px solid transparent;
}
.content-wrapper .block-title .select2-container--default.select2-container--open {
  border: 1px solid #939598;
}
.content-wrapper .block-title .select2-container--default .select2-selection--single {
  background: transparent;
  color: #939598;
}
.content-wrapper .block-title .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #939598;
}

.site-footer {
  font-size: 19px;
}
.site-footer .site-container {
  background: #939598;
  padding: 35px 0 10px;
}
.site-footer ul {
  margin: 0;
  padding: 0;
}
.site-footer ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer ul.menu {
  color: #fff;
  margin: 0;
  padding: 0;
}
.site-footer ul.menu:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.site-footer ul.menu li {
  float: left;
  margin: 0 0 13px 50px;
  width: 150px;
  list-style: none;
}
.site-footer ul.menu ul {
  padding-left: 16px;
  padding-top: 13px;
  font-size: 13px;
}
.site-footer ul.menu ul li {
  color: #fff;
  margin: 0 0 13px;
  width: auto;
  float: none;
  list-style: disc;
}
.site-footer a {
  color: #fff;
  text-decoration: none;
}

.site-container {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}

.b-home-cols {
  margin-bottom: 13px;
}
.b-home-cols .cols {
  display: table;
  width: 100%;
  border: 1px solid #bcbec0;
  border-top: none;
}
.b-home-cols .col {
  display: table-cell;
  vertical-align: top;
  padding: 25px 30px;
  text-align: center;
  width: 33.3%;
}
.b-home-cols .col-2 {
  background: #e7e8e9;
  border-left: 1px solid #bcbec0;
  border-right: 1px solid #bcbec0;
}
.b-home-cols .img {
  margin-bottom: 20px;
}
.b-home-cols .icon {
  margin-right: 10px;
  float: left;
  width: 62px;
  position: relative;
  top: -3px;
}
.b-home-cols .icon img {
  display: block;
}
.b-home-cols .map {
  padding-top: 10px;
  margin: 0 -30px;
}
.b-home-cols h6 {
  margin-bottom: 4px;
}
.b-home-cols ul, .b-home-cols .article {
  text-align: left;
}
.b-home-cols ul {
  padding: 0;
  margin: 0 0 20px;
}
.b-home-cols ul li {
  list-style: none;
  margin-bottom: 10px;
}
.b-home-cols ul li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.b-home-cols .article h1 {
  margin-bottom: 5px;
  font-size: 15px;
  color: #939598;
}
.b-home-cols .article h1 a {
  color: #939598;
}
.b-home-cols .article .img {
  padding-top: 20px;
}
.b-home-cols .date {
  /*font-family: lato-black;*/
  color: #045895;
  font-size: 14px;
  margin-bottom: 10px;
}

.b-contact {
  padding: 20px 40px 0 0;
  margin-bottom: 40px;
}
.b-contact:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.b-contact .left-part {
  text-align: center;
  width: 250px;
  float: left;
}
.b-contact .left-part .img {
  margin-bottom: 15px;
}
.b-contact .left-part h3 {
  margin: 0;
}
.b-contact .right-part {
  overflow: hidden;
}

.b-slider {
  position: relative;
}
.b-slider.thumbs-active .flex-control-nav {
  opacity: 1;
  visibility: visible;
}
.b-slider .text {
  position: absolute;
  top: 10%;
  left: 15%;
  z-index: 3;
  color: #fff;
  line-height: 1;
}
.b-slider .text .title {
  font-family: lato-light;
  font-size: 80px;
}
.b-slider .text .title span {
  font-size: 27px;
}
.b-slider .text .numerical-title {
  font-size: 80px;
  font-family: lato-black;
}
.b-slider .text .counter {
  display: inline-block;
  vertical-align: top;
}
.b-slider .text .counter ul {
  margin: 0;
  padding: 0;
}
.b-slider .text .counter ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.b-slider .text .counter ul li.hidden {
  display: none;
}
.b-slider .social-links {
  top: 15px;
  position: absolute;
  right: 10px;
}
.b-slider .social-links ul {
  margin: 0;
  padding: 0;
}
.b-slider .social-links ul li {
  list-style: none;
  margin: 0 0 5px;
  padding: 0;
}
.b-slider .social-links ul li a {
  display: block;
}
.b-slider .social-links ul li.social-1 a {
  height: 21px;
  width: 22px;
  background:  url('../images/icons-s1bbdfb1e5b.png') -43px -40px no-repeat;
}
.b-slider .social-links ul li.social-2 a {
  height: 21px;
  width: 22px;
  background:  url('../images/icons-s1bbdfb1e5b.png') -21px -40px no-repeat;
}
.b-slider .social-links ul li.social-3 a {
  height: 40px;
  width: 40px;
  background:  url('../images/icons-s1bbdfb1e5b.png') -54px 0 no-repeat;
}
.b-slider .social-links ul li.social-4 a {
  height: 20px;
  width: 21px;
  background:  url('../images/icons-s1bbdfb1e5b.png') 0 -40px no-repeat;
}
.b-slider .thumb-title {
  display: none;
}
.b-slider .flex-control-nav {
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  font-size: 13px;
  font-family: lato-light;
  z-index: 3;
  text-align: center;
}
.b-slider .flex-control-nav a {
  text-decoration: none;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.b-slider .flex-control-nav a.flex-active {
  color: #faa635;
  font-family: lato-black;
}
.b-slider .flex-control-nav a.flex-active:before {
  background: #faa635;
}
.b-slider .flex-control-nav a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -10px;
  width: 5px;
  height: 5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  margin-top: -3px;
}
.b-slider .flex-control-nav li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 25px;
}

.b-reference-list .img {
  margin-bottom: 20px;
}
.b-reference-list .img img {
  display: block;
}
.b-reference-list .content-list:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.b-reference-list .content-item {
  width: 320px;
  min-height: 325px;
  float: left;
  margin: 0 0 30px 30px;
}
.b-reference-list .content-item:nth-child(3n + 1) {
  margin-left: 0;
}
.b-reference-list .content-item a {
  color: #045895;
}
.b-reference-list .content-item h2 {
  font-size: 15px;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.b-reference-list .content-item h6 {
  font-size: 13px;
  margin: 0 0 10px;
  font-family: lato-regular;
}
.b-reference-list .content-item .text {
  padding: 0 15px;
}

.b-reference {
  margin-bottom: 59px;
}
.b-reference .top-block {
  padding-top: 25px;
  border-top: 1px solid #bcbec0;
}
.b-reference .top-block:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.b-reference .bottom-block {
  border: 1px solid #bcbec0;
  display: table;
  width: 100%;
}
.b-reference .bottom-block .content-item {
  padding: 18px 10px;
  text-transform: uppercase;
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.b-reference .bottom-block .content-item .ico, .b-reference .bottom-block .content-item img {
  display: inline-block;
  vertical-align: middle;
}
.b-reference .bottom-block .content-item .ico {
  margin-right: 12px;
}
.b-reference .left-part {
  float: left;
  margin-right: 56px;
}
.b-reference .left-part img {
  display: block;
}
.b-reference .right-part {
  overflow: hidden;
  font-family: lato-regular;
  color: #939598;
}
.b-reference .right-part .slider-control {
  line-height: 1;
}
.b-reference .right-part .slider-control .prev-slide, .b-reference .right-part .slider-control .next-slide {
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
.b-reference .right-part .slider-control .prev-slide {
  border-right: 12px solid #939598;
  left: 95px;
  margin-right: 8px;
}
.b-reference .right-part .slider-control .next-slide {
  border-left: 12px solid #939598;
  right: 95px;
  margin-left: 8px;
}
.b-reference .right-part h1 {
  font-family: lato-regular;
  color: #faa635;
  font-size: 27px;
  text-transform: uppercase;
}
.b-reference .right-part h2 {
  color: #939598;
  font-size: 19px;
  margin: 0 0 5px;
  font-family: lato-light;
}
.b-reference .right-part .num {
  font-family: lato-light;
  font-size: 61px;
  line-height: 1;
}
.b-reference .map {
  margin-bottom: 10px;
  height: 178px;
}
.b-reference .map img {
  max-height: 100%;
  width: auto;
  margin: 0 auto;
  display: block;
}

.b-map {
  background: #e5e5e5;
  padding: 32px;
  -moz-box-shadow: inset 0 0 16px 4px #bfbfbe;
  -webkit-box-shadow: inset 0 0 16px 4px #bfbfbe;
  box-shadow: inset 0 0 16px 4px #bfbfbe;
  margin-bottom: 20px;
}
.b-map:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.b-map .sidebar {
  float: left;
}
.b-map .map {
  overflow: hidden;
}
.b-map h4 {
  color: #045895;
  text-transform: uppercase;
  font-size: 19px;
  margin-bottom: 16px;
  font-family: lato-regular;
}
.b-map h5 {
  font-family: lato-black;
  font-size: 15px;
  color: #939598;
}
.b-map h5 a {
  color: #939598;
}
.b-map .info {
  padding-top: 5px;
  color: #045895;
}
.b-map .info a {
  color: #045895;
}
.b-map .info p {
  margin: 0;
}
.b-map .sidebar-item {
  margin-bottom: 18px;
}
.b-map .sidebar-item ul {
  margin: 0;
  padding: 0;
}
.b-map .sidebar-item ul li {
  margin-bottom: 5px;
  list-style: none;
}
.b-map .sidebar-item ul li.active h5 {
  color: #045895;
}
.b-map .sidebar-item ul li.active h5 a {
  text-decoration: none;
  color: #045895;
}

.b-services .content-item {
  border-bottom: 1px solid #bcbec0;
  display: table;
  width: 100%;
  margin-bottom: 30px;
  min-height: 150px;
}
.b-services .content-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.b-services .content-item .icon, .b-services .content-item .text, .b-services .content-item .img {
  display: table-cell;
  vertical-align: middle;
}
.b-services .content-item .icon {
  width: 200px;
}
.b-services .content-item .icon, .b-services .content-item .text {
  padding-bottom: 20px;
}
.b-services .content-item .icon img, .b-services .content-item .img img {
  display: block;
}
.b-services .content-item .img {
  vertical-align: bottom;
  width: 264px;
  padding-left: 20px;
}
.b-services .content-item h6 {
  margin-bottom: 5px;
}

.b-news {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.b-news .left-part, .b-news .right-part {
  display: table-cell;
  vertical-align: top;
}
.b-news .left-part .block-control, .b-news .right-part .block-control {
  min-height: 140px;
}
.b-news .left-part {
  width: 625px;
  border-right: 1px solid #bcbec0;
}
.b-news .left-part .block-control {
  border-right: none;
}
.b-news .left-part .block-control .part-1 {
  width: 200px;
}
.b-news .left-part .text {
  padding: 30px 40px 30px 65px;
}
.b-news .right-part {
  background: #e7e8e9;
}
.b-news .right-part .block-control {
  padding-right: 289px;
  border-left: none;
}
.b-news .right-part .text {
  padding: 0 30px 20px;
}
.b-news .right-part h4 {
  background: #939598;
  color: #e6e7e8;
  font-size: 19px;
  font-family: lato-light;
  margin: 0 -31px 22px;
  padding: 10px 31px;
}
.b-news .right-part h6 {
  margin-bottom: 15px;
}
.b-news .right-part ul {
  margin: 0 0 15px;
  padding: 0 0 0 16px;
}
.b-news .right-part ul li {
  margin-bottom: 8px;
}
.b-news .right-part ul a {
  color: #939598;
}
.b-news .block-control {
  margin-bottom: 0;
}
.b-news .content-item {
  margin-bottom: 15px;
  border-bottom: 1px solid #bcbec0;
  padding-bottom: 10px;
}
.b-news .content-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.b-news .content-item .date {
  font-family: lato-black;
  font-size: 15px;
  margin-bottom: 10px;
  color: #045895;
}
.b-news .content-item h2 {
  font-size: 15px;
  color: #939598;
  cursor: pointer;
  margin-bottom: 10px;
}
.b-news .content-item h2 a {
  color: #939598;
}
.b-news .content-item .img {
  margin-left: 20px;
  position: relative;
  top: 15px;
  float: right;
}
.b-news .content-item .collapsed-block {
  display: none;
}
.b-news .content-item .collapsed-block:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
