@charset "UTF-8";

/* Search */

div.title-search-result {
	left: 50% !important;
	transform: translateX(-50%) !important;
}

@media screen and (min-width: 992px) {
	div.title-search-result {
		top: 278px !important;
		margin-left: -9px;
	}
}

/* End Search */

select.bs-select-hidden,
select.selectpicker {
  display: none !important; }

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/ }
  .bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
      color: #999; }
  .bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none; }
    .bootstrap-select > select.mobile-device {
      top: 0;
      left: 0;
      display: block !important;
      width: 100% !important;
      z-index: 2; }
  .has-error .bootstrap-select .dropdown-toggle,
  .error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48; }
  .bootstrap-select.fit-width {
    width: auto !important; }
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px; }
  .bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none; }
  .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%; }
  .bootstrap-select.form-control.input-group-btn {
    z-index: auto; }
    .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
      border-radius: 0; }

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right; }

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0; }

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0; }
  .form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
  .form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit; }

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%; }

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed; }
  .bootstrap-select.btn-group.disabled:focus,
  .bootstrap-select.btn-group > .disabled:focus {
    outline: none !important; }

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important; }
  .bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060; }

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left; }

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%; }

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .bootstrap-select.btn-group .dropdown-menu li {
    position: relative; }
    .bootstrap-select.btn-group .dropdown-menu li.active small {
      color: #fff; }
    .bootstrap-select.btn-group .dropdown-menu li.disabled a {
      cursor: not-allowed; }
    .bootstrap-select.btn-group .dropdown-menu li a {
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .bootstrap-select.btn-group .dropdown-menu li a.opt {
        position: relative;
        padding-left: 2.25em; }
      .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
        display: none; }
      .bootstrap-select.btn-group .dropdown-menu li a span.text {
        display: inline-block; }
    .bootstrap-select.btn-group .dropdown-menu li small {
      padding-left: 0.5em; }
  .bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: whitesmoke;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block; }

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-actionsbox .btn-group button {
    width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-donebutton .btn-group button {
    width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none; }

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto; }

/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0; }

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; }

/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
	----------------------------------------
	6.1 THEMES
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*
		sprites locations
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/ }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/ }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*
		sprites locations
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/ }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*
		sprites locations
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/ }

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */ }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII="); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 16px; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px; }

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

/* ---------------------------------------- */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      -o-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
       -o-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
       -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s,visibility 0s linear .25s;
  -o-transition: opacity .25s,visibility 0s linear .25s;
  transition: opacity .25s,visibility 0s linear .25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s,visibility 0s;
  -o-transition: opacity .25s,visibility 0s;
  transition: opacity .25s,visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-toolbar {
  top: 0;
  right: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0); }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  -o-transition-property: transform,opacity;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
  background: #e5e3df; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > div {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
      transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%; }

.fancybox-error, .fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff; }

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue,Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  -webkit-transition: background .25s;
  -o-transition: background .25s;
  transition: background .25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff; }

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none; }

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none; }

.fancybox-button, .fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button:after, .fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block; }

.fancybox-button[disabled]:after, .fancybox-button[disabled]:before {
  opacity: .3; }

.fancybox-button--left:after, .fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor; }

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close:after, .fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s; }

.fancybox-arrow:after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px; }

.fancybox-arrow--right {
  right: 0; }

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
      transform: scaleX(-1); }

.fancybox-arrow--left:after, .fancybox-arrow--right:after {
  left: 0; }

.fancybox-show-nav .fancybox-arrow {
  opacity: .6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: .3; }

.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1; }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
      transform: scaleX(1);
  opacity: 1; }

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
      transform: rotate(-1turn);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
      transform: rotate(1turn);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  opacity: 1; }

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1; }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

@media (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }
  .fancybox-button--left, .fancybox-button--right {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

.fancybox-button--pause:before, .fancybox-button--play:before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

.fancybox-button--play:before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

.fancybox-button--pause:before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px; }

.fancybox-button--thumbs, .fancybox-thumbs {
  display: none; }

@media (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block; }
  .fancybox-button--thumbs span {
    font-size: 23px; }
  .fancybox-button--thumbs:before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    -webkit-box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0;
            box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0; }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 99995; }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }

.lightFont {
  font-weight: 300; }

.normalFont {
  font-weight: 400; }

.boldFont {
  font-weight: 600; }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

.vacansies__content-item > .content-list-custom > a.button {
	white-space: nowrap;
	position: absolute;
	padding-top: 12px;
	padding-bottom: 15px;
	position: relative;
	top: 35px;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-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 {
  margin: .67em 0;
  font-size: 2em; }

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

small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

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 {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

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

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

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

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

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

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

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

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

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

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

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

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

.no-touchevents a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto; }

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  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; }

[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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777; }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%; }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .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 {
  padding: .2em;
  background-color: #fcf8e3; }

.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 {
  text-transform: uppercase; }

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

.text-muted {
  color: #777; }

.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;
  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 #eee; }

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

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0; }

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

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none; }

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

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

dt,
dd {
  line-height: 1.42857143; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

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

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

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }

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.42857143;
  color: #777; }

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0; }

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: ''; }

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014'; }

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

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

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

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  margin-right: -15px;
  margin-left: -15px; }

.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-right: 15px;
  padding-left: 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-12 {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #ddd; }

.table .table {
  background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none; }

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }
  .table-responsive > .table-bordered {
    border: 0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999; }

.form-control::-webkit-input-placeholder {
  color: #999; }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1; }

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.no-touchevents .btn:focus,
.no-touchevents .btn:active:focus,
.no-touchevents .btn.active:focus,
.no-touchevents .btn.focus,
.no-touchevents .btn:active.focus,
.no-touchevents .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.no-touchevents .btn:hover,
.no-touchevents .btn:focus,
.no-touchevents .btn.focus {
  color: #333;
  text-decoration: none; }

.no-touchevents .btn:active,
.no-touchevents .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.no-touchevents .btn-default:focus,
.no-touchevents .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

.no-touchevents .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.no-touchevents .btn-default:active,
.no-touchevents .btn-default.active,
.no-touchevents .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.no-touchevents .btn-default:active:hover,
.no-touchevents .btn-default.active:hover,
.no-touchevents .open > .dropdown-toggle.btn-default:hover,
.no-touchevents .btn-default:active:focus,
.no-touchevents .btn-default.active:focus,
.no-touchevents .open > .dropdown-toggle.btn-default:focus,
.no-touchevents .btn-default:active.focus,
.no-touchevents .btn-default.active.focus,
.no-touchevents .open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.no-touchevents .btn-default:active,
.no-touchevents .btn-default.active,
.no-touchevents .open > .dropdown-toggle.btn-default {
  background-image: none; }

.no-touchevents .btn-default.disabled:hover,
.no-touchevents .btn-default[disabled]:hover,
.no-touchevents fieldset[disabled] .btn-default:hover,
.no-touchevents .btn-default.disabled:focus,
.no-touchevents .btn-default[disabled]:focus,
.no-touchevents fieldset[disabled] .btn-default:focus,
.no-touchevents .btn-default.disabled.focus,
.no-touchevents .btn-default[disabled].focus,
.no-touchevents fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc; }

.btn-default .badge {
  color: #fff;
  background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625; }

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625; }

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85; }

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85; }

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d; }

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d; }

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19; }

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19; }

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0; }

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent; }

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none; }

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0; }

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777; }

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left; }

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left; }

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%; }

.btn-group-justified > .btn-group .btn {
  width: 100%; }

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0; }

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-group .form-control:focus {
  z-index: 3; }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px; }

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto; }

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px; }

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px; }

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

.input-group-btn > .btn {
  position: relative; }

.input-group-btn > .btn + .btn {
  margin-left: -1px; }

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2; }

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee; }

.nav > li.disabled > a {
  color: #777; }

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff; } }

.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 1024px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .navbar-collapse.in {
    overflow-y: visible; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px; } }

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none; }

.navbar-brand > img {
  display: block; }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.navbar-toggle:focus {
  outline: 0; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  .navbar-toggle {
    display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }
  .navbar-nav > li {
    float: left; }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); }

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .navbar-form .form-control-static {
    display: inline-block; }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto; }
  .navbar-form .input-group > .form-control {
    width: 100%; }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0; }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; }
  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
  .navbar-right ~ .navbar-right {
    margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #777; }

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #777; }

.navbar-default .navbar-nav > li > a {
  color: #777; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #ddd; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; } }

.navbar-default .navbar-link {
  color: #777; }

.navbar-default .navbar-link:hover {
  color: #333; }

.navbar-default .btn-link {
  color: #777; }

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333; }

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #080808; }

.navbar-inverse .navbar-brand {
  color: #9d9d9d; }

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808; }

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #333; }

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010; }

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent; } }

.navbar-inverse .navbar-link {
  color: #9d9d9d; }

.navbar-inverse .navbar-link:hover {
  color: #fff; }

.navbar-inverse .btn-link {
  color: #9d9d9d; }

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff; }

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }

.breadcrumb > li {
  display: inline-block; }

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0"; }

.breadcrumb > .active {
  color: #777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7; }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }

.pager li {
  display: inline; }

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px; }

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee; }

.pager .next > a,
.pager .next > span {
  float: right; }

.pager .previous > a,
.pager .previous > span {
  float: left; }

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label:empty {
  display: none; }

.btn .label {
  position: relative;
  top: -1px; }

.label-default {
  background-color: #777; }

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e; }

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

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090; }

.label-success {
  background-color: #5cb85c; }

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px; }

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff; }

.list-group-item > .badge {
  float: right; }

.list-group-item > .badge + .badge {
  margin-right: 5px; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee; }

.jumbotron h1,
.jumbotron .h1 {
  color: inherit; }

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200; }

.jumbotron > hr {
  border-top-color: #d5d5d5; }

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px; }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out; }

.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.thumbnail .caption {
  padding: 9px;
  color: #333; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: bold; }

.alert > p,
.alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }

.media-object.img-thumbnail {
  max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

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

.list-group {
  padding-left: 0;
  margin-bottom: 20px; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333; }

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee; }

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit; }

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777; }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit; }

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit; }

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6; }

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit; }

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3; }

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit; }

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc; }

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit; }

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc; }

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0; }

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }

.panel-group {
  margin-bottom: 20px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd; }

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7; }

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2; }

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5; }

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%); }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto; }

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9; }

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto; }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  content: "";
  border-width: 10px; }

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0; }

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left; }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    -o-transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
  filter: alpha(opacity=50);
  opacity: .5; }

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9; }

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px; }

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px; }

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1; }

.carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px; }

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " "; }

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

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

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !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; } }

/*# sourceMappingURL=bootstrap.css.map */
/*--------------------------------
	Retina images
	example:
	.element {
		@include retina {
			background-image: url(../img/background@2x.png);
		}
	}
*/
/**
 * transition
 */
/**
 * media
 */
/* Generated by Fontie <http://fontie.pixelsvsbytes.com> */
@font-face {
  font-family: 'FuturaMediumC';
  src: url("../fonts/FuturaMediumC.eot");
  src: url("../fonts/FuturaMediumC.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaMediumC.woff2") format("woff2"), url("../fonts/FuturaMediumC.woff") format("woff"), url("../fonts/FuturaMediumC.ttf") format("truetype"), url("../fonts/FuturaMediumC.otf") format("opentype"), url("../fonts/FuturaMediumC.svg#FuturaMediumC") format("svg");
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2122; }

/* Generated by Fontie <http://fontie.pixelsvsbytes.com> */
@font-face {
  font-family: 'Futura PT';
  src: url("../fonts/Futura PT Bold.eot");
  src: url("../fonts/Futura PT Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Futura PT Bold.woff2") format("woff2"), url("../fonts/Futura PT Bold.woff") format("woff"), url("../fonts/Futura PT Bold.ttf") format("truetype"), url("../fonts/Futura PT Bold.otf") format("opentype"), url("../fonts/Futura PT Bold.svg#Futura PT Bold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-FB02; }

/* Generated by Fontie <http://fontie.pixelsvsbytes.com> */
@font-face {
  font-family: 'Futura PT';
  src: url("../fonts/Futura PT Book.eot");
  src: url("../fonts/Futura PT Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Futura PT Book.woff2") format("woff2"), url("../fonts/Futura PT Book.woff") format("woff"), url("../fonts/Futura PT Book.ttf") format("truetype"), url("../fonts/Futura PT Book.otf") format("opentype"), url("../fonts/Futura PT Book.svg#Futura PT Book") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-FB02; }

/* Generated by Fontie <http://fontie.pixelsvsbytes.com> */
@font-face {
  font-family: 'Futura PT';
  src: url("../fonts/Futura PT Medium.eot");
  src: url("../fonts/Futura PT Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Futura PT Medium.woff2") format("woff2"), url("../fonts/Futura PT Medium.woff") format("woff"), url("../fonts/Futura PT Medium.ttf") format("truetype"), url("../fonts/Futura PT Medium.otf") format("opentype"), url("../fonts/Futura PT Medium.svg#Futura PT Medium") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-FB02; }

/* Generated by Fontie <http://fontie.pixelsvsbytes.com> */
@font-face {
  font-family: 'Futura PT Light';
  src: url("../fonts/Futura PT Light.eot");
  src: url("../fonts/Futura PT Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Futura PT Light.woff2") format("woff2"), url("../fonts/Futura PT Light.woff") format("woff"), url("../fonts/Futura PT Light.ttf") format("truetype"), url("../fonts/Futura PT Light.svg#Futura PT Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE; }

@media (width: 1024px) {
  .container {
    width: 1007px; } }

@media (min-width: 1024px) {
  .container {
    width: 1000px; } }

@media (min-width: 1290px) {
  .container {
    width: 1270px; } }

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

.pads-no [class^=col-] {
  padding-left: 0;
  padding-right: 0; }

.articles {
  margin-top: 55px; }
  .articles .row--flex {
    margin-top: 30px; }

.articles--comments {
  margin-top: 38px; }

.metadata__pic {
  position: relative;
  width: 140px;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  border: 2px solid #dde8f3;
  border-radius: 50%;
  overflow: hidden; }

.metadata__img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 139px;
  border-radius: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.mobile .articles .row {
  margin-left: 0;
  margin-right: 0; }
  .mobile .articles .row > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.mobile .articles .row--flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0; }
  .mobile .articles .row--flex .card {
    background-color: transparent; }

.mobile .articles .card {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dde8f3; }

.mobile .articles .news__title {
  margin-bottom: 0; }

.mobile .articles .metadata {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.mobile .articles .metadata__pic {
  width: 58px;
  height: 58px; }

.mobile .articles .metadata__img {
  max-width: 57px; }

.mobile .articles .metadata__date {
  color: #5f5f5f;
  font-size: 18px; }

.banner-container {
  display: block;
  position: relative;
  color: white;
  padding-top: 117px;
  padding-bottom: 90px;
  margin-bottom: 127px; }
  .banner-container h2 {
    color: white;
    margin-top: 0; }
  .banner-container .grin-dot {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-block;
    background-color: #71bd44;
    margin-bottom: 27px; }
  .banner-container p {
    margin-top: 19px;
    line-height: 1.28;
    font-size: 21px;
    font-family: "FuturaMediumC"; }

.blockquote-group {
  position: relative;
  min-height: 140px;
  margin-right: -96px; }

.blockquote__text {
  color: #005eba;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.5; }

.blockquote--complex {
  position: relative;
  margin: 0 30px 0 0;
  padding: 30px 35px;
  font-size: 24px;
  border-left: 0;
  border: 2px solid #dde8f3; }
  .blockquote--complex:after {
    content: '';
    position: absolute;
    right: -33px;
    bottom: -2px;
    width: 33px;
    height: 39px;
    background-image: url(../img/right-triangle.png);
    background-repeat: no-repeat; }

.mobile .blockquote-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 0;
  min-height: auto;
  margin-top: 1em;
  margin-bottom: 1em; }
  .mobile .blockquote-group .user--comments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    background-color: transparent;
    margin: 0 0 35px;
    padding: 0;
    min-height: auto;
    text-align: left; }
    .mobile .blockquote-group .user--comments .user__pic {
      margin-bottom: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      max-width: 76px; }
    .mobile .blockquote-group .user--comments .user__img {
      max-width: 100%; }
    .mobile .blockquote-group .user--comments .user__name {
      padding: 0 15px;
      color: #141011;
      font-size: 18px; }

.mobile .blockquote--complex {
  margin-right: 0;
  padding: 25px 20px;
  font-size: 20px;
  line-height: 1.2; }
  .mobile .blockquote--complex:after {
    top: -27px;
    left: 30px;
    right: 0;
    bottom: 0;
    width: 46px;
    height: 28px;
    background-image: url(../img/svg/arrow-top.svg); }

.burger {
  display: inline-block;
  vertical-align: middle;
  padding: 20px;
  position: relative;
  width: 20px;
  height: 16px;
  cursor: pointer; }

.burger__icon {
  position: absolute;
  width: 20px;
  height: 16px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.burger__line {
  position: absolute;
  left: 0;
  background-color: #fff;
  height: 2px;
  width: 100%;
  border-radius: 0;
  pointer-events: none; }

.burger__line--1 {
  top: 0; }

.burger__line--2 {
  top: 0;
  bottom: 0;
  margin: auto; }

.burger__line--3 {
  bottom: 0; }

/*--- Close Button 6 ---*/
.burger--close6 .burger__icon {
  -webkit-transition: -webkit-transform 0s ease-in-out;
  transition: -webkit-transform 0s ease-in-out;
  -o-transition: transform 0s ease-in-out;
  transition: transform 0s ease-in-out;
  transition: transform 0s ease-in-out, -webkit-transform 0s ease-in-out; }

.burger--close6 .burger__line--1 {
  -webkit-transition: opacity 0s ease-in-out 0.4s, -webkit-transform 0.2s ease-in-out 0.3s;
  transition: opacity 0s ease-in-out 0.4s, -webkit-transform 0.2s ease-in-out 0.3s;
  -o-transition: transform 0.2s ease-in-out 0.3s, opacity 0s ease-in-out 0.4s;
  transition: transform 0.2s ease-in-out 0.3s, opacity 0s ease-in-out 0.4s;
  transition: transform 0.2s ease-in-out 0.3s, opacity 0s ease-in-out 0.4s, -webkit-transform 0.2s ease-in-out 0.3s; }

.burger--close6 .burger__line--2 {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }

.burger--close6 .burger__line--2:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 0;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }

.burger--close6 .burger__line--3 {
  -webkit-transition: opacity 0s ease-in-out 0.4s, -webkit-transform 0.2s ease-in-out 0.3s;
  transition: opacity 0s ease-in-out 0.4s, -webkit-transform 0.2s ease-in-out 0.3s;
  -o-transition: transform 0.2s ease-in-out 0.3s, opacity 0s ease-in-out 0.4s;
  transition: transform 0.2s ease-in-out 0.3s, opacity 0s ease-in-out 0.4s;
  transition: transform 0.2s ease-in-out 0.3s, opacity 0s ease-in-out 0.4s, -webkit-transform 0.2s ease-in-out 0.3s; }

.is-active .burger--close6 .burger__icon {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }

.is-active .burger--close6 .burger__line--1 {
  opacity: 0;
  -webkit-transform: translate3d(0, 7px, 0);
          transform: translate3d(0, 7px, 0);
  -webkit-transition: opacity 0s ease-in-out 0.4s, -webkit-transform 0.2s ease-in-out 0.2s;
  transition: opacity 0s ease-in-out 0.4s, -webkit-transform 0.2s ease-in-out 0.2s;
  -o-transition: transform 0.2s ease-in-out 0.2s, opacity 0s ease-in-out 0.4s;
  transition: transform 0.2s ease-in-out 0.2s, opacity 0s ease-in-out 0.4s;
  transition: transform 0.2s ease-in-out 0.2s, opacity 0s ease-in-out 0.4s, -webkit-transform 0.2s ease-in-out 0.2s; }

.is-active .burger--close6 .burger__line--2 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s ease-in-out 0.5s;
  transition: -webkit-transform 0.2s ease-in-out 0.5s;
  -o-transition: transform 0.2s ease-in-out 0.5s;
  transition: transform 0.2s ease-in-out 0.5s;
  transition: transform 0.2s ease-in-out 0.5s, -webkit-transform 0.2s ease-in-out 0.5s; }

.is-active .burger--close6 .burger__line--2:before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.2s ease-in-out 0.5s;
  transition: -webkit-transform 0.2s ease-in-out 0.5s;
  -o-transition: transform 0.2s ease-in-out 0.5s;
  transition: transform 0.2s ease-in-out 0.5s;
  transition: transform 0.2s ease-in-out 0.5s, -webkit-transform 0.2s ease-in-out 0.5s; }

.is-active .burger--close6 .burger__line--3 {
  opacity: 0;
  -webkit-transform: translate3d(0, -7px, 0);
          transform: translate3d(0, -7px, 0);
  -webkit-transition: opacity 0s ease-in-out 0.4s, -webkit-transform 0.2s ease-in-out 0.2s;
  transition: opacity 0s ease-in-out 0.4s, -webkit-transform 0.2s ease-in-out 0.2s;
  -o-transition: transform 0.2s ease-in-out 0.2s, opacity 0s ease-in-out 0.4s;
  transition: transform 0.2s ease-in-out 0.2s, opacity 0s ease-in-out 0.4s;
  transition: transform 0.2s ease-in-out 0.2s, opacity 0s ease-in-out 0.4s, -webkit-transform 0.2s ease-in-out 0.2s; }

.main--inner .burger__line--2:before,
.main--inner .burger__line {
  background-color: #005eba; }

.main--inner.main--inner-404 .burger__line--2:before,
.main--inner.main--inner-404 .burger__line {
  background-color: #fff; }

a.button,
.button {
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  padding: 16px 45px 11px;
  color: #005eba;
  font-family: "Futura PT";
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  border: 3px solid #005eba;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a.button:hover,
  .button:hover {
    color: #fff;
    border-color: #ffb400;
    background-color: #ffb400; }

a.button--inverse,
.button--inverse {
  border-color: #ffb400;
  background-color: #ffb400;
  padding: 15px 23px;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease; }
  a.button--inverse.button--alpha,
  .button--inverse.button--alpha {
    color: #fff; }
  a.button--inverse.button--omega,
  .button--inverse.button--omega {
    color: #000; }
  a.button--inverse:hover,
  .button--inverse:hover {
    color: #000; }

a.button--font-lg {
  font-size: 20px;
  padding-top: 12px;
  padding-bottom: 13px; }

.button-wrap--offset-top-lg {
  margin-top: 97px; }

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

.card .button {
  position: relative;
  z-index: 1;
  text-decoration: none; }

.card:hover .button {
  color: #fff;
  border-color: #ffb400;
  background-color: #ffb400; }

.mobile .button-wrap--news {
  padding-top: 40px;
  border-top: 1px solid #dde8f3; }

.mobile .button-wrap {
  margin-top: 45px; }

.card {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  padding: 75px 45px 55px;
  outline: 0; }
  .card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: -1px;
    bottom: -1px;
    border: 1px solid #dde8f3; }
  .card h2 {
    margin-top: 0;
    color: #000000;
    font-size: 41px;
    font-weight: 400;
    line-height: 36px;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (max-width: 1199px) {
      .card h2 {
        font-size: 33px; } }
  .card:hover {
    -webkit-box-shadow: 0 0 32px rgba(61, 71, 87, 0.16);
            box-shadow: 0 0 32px rgba(61, 71, 87, 0.16);
    background-color: #005eba; }
    .card:hover h2 {
      color: #ffb400; }
    .card:hover .card__body {
      color: #fff; }

.card__header {
  margin-bottom: 20px; }

.card__body {
  margin-bottom: 25px;
  color: #5f5f5f;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.card__footer {
  margin-top: auto; }

.content--inner .card {
  padding: 44px 10px 50px 20px; }

.content--inner .card__footer {
  margin-left: -10px; }

.content--inner .user--ml-md,
.content--inner .user--ml-sm {
  margin-left: auto; }

.card--simple {
  padding: 35px; }
  .card--simple:hover {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .card--simple:before {
    content: none; }

.card--highlighted {
  background-color: #f7f7f7; }

.card--light {
  padding: 0;
  padding-left: 15px;
  margin-bottom: 40px; }
  .card--light:before {
    border: none;
    border-left: 1px solid #dde8f3; }
  .card--light:hover {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }

.card--large {
  position: relative;
  background-color: #fff;
  margin-bottom: 37px;
  padding: 30px 15px 45px; }
  .card--large .card__body {
    font-weight: 300; }
    .card--large .card__body p {
      margin-bottom: 30px;
      color: #5f5f5f;
      line-height: 1.66; }
  .card--large:before {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    right: -15px;
    bottom: 0;
    border: 15px solid #fff;
    -webkit-box-shadow: 0 0 29px rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 29px rgba(0, 0, 0, 0.08); }

.mobile .team--one .card--highlighted {
  padding: 20px; }

.mobile .team--one .card--light {
  margin-bottom: 0;
  padding: 20px;
  border-bottom: 1px solid #dde8f3; }
  .mobile .team--one .card--light:before {
    content: none; }

.mobile .card--vacansies {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 30px;
  padding-bottom: 30px; }
  .mobile .card--vacansies:active, .mobile .card--vacansies:focus, .mobile .card--vacansies:hover {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .mobile .card--vacansies:active .card__title, .mobile .card--vacansies:focus .card__title, .mobile .card--vacansies:hover .card__title {
      color: #005eba; }
    .mobile .card--vacansies:active .experience__title, .mobile .card--vacansies:focus .experience__title, .mobile .card--vacansies:hover .experience__title {
      color: #000; }
    .mobile .card--vacansies:active .experience__text, .mobile .card--vacansies:focus .experience__text, .mobile .card--vacansies:hover .experience__text {
      color: #5f5f5f; }
    .mobile .card--vacansies:active .experience__count, .mobile .card--vacansies:focus .experience__count, .mobile .card--vacansies:hover .experience__count {
      background-color: #dde8f3; }
  .mobile .card--vacansies[aria-expanded="true"]:hover .experience__count {
    background-color: #dde8f3;
    color: #3d3d3d; }
  .mobile .card--vacansies[aria-expanded="true"] .vacansies__toggle {
    opacity: 1;
    background-color: #1668be;
    padding-top: 7px; }
    .mobile .card--vacansies[aria-expanded="true"] .vacansies__toggle svg {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .mobile .card--vacansies[aria-expanded="true"] .vacansies__toggle-svg {
    fill: #fff; }
  .mobile .card--vacansies .vacansies__toggle svg path {
    -webkit-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
    transition: fill 0.3s ease; }
  .mobile .card--vacansies .vacansies__toggle {
    right: 15px; }
  .mobile .card--vacansies .card__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .mobile .card--vacansies .card__title {
    max-width: none;
    min-width: auto;
    margin-bottom: 0;
    padding-right: 70px;
    font-size: 24px; }
  .mobile .card--vacansies .experience--lg .experience__text {
    font-size: 24px;
    font-weight: 400; }
  .mobile .card--vacansies .experience__text {
    font-weight: 300; }
  .mobile .card--vacansies .experience {
    min-height: auto; }

.mobile .vacansies h3 {
  padding-left: 20px;
  font-size: 24px; }

.mobile .vacansies .content-list-custom {
  padding-left: 20px; }

.mobile .vacansies .vacansies__content {
  display: block;
  padding-top: 30px;
  padding-bottom: 50px; }

.mobile .vacansies .vacansies__content-item {
  width: 100%; }
  .mobile .vacansies .vacansies__content-item + .vacansies__content-item {
    margin-top: 30px; }

.mobile .vacansies__wrap[aria-expanded="true"]:before {
  left: 20px;
  right: 20px; }

.mobile .vacansies__wrap[aria-expanded="true"] .vacansies__toggle {
  display: none; }

.mobile .vacansies__content .content-list-custom {
  margin-bottom: 0; }

.mobile .card__left,
.mobile .card__right {
  width: 100%; }

.mobile .card__right {
  margin-top: 30px; }

.certificate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }
  .certificate .icon {
    position: absolute;
    top: 50%;
    left: 0;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background-color: #fff;
    margin-top: -37px;
    padding-top: 16px;
    text-align: center;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
  .certificate .link__text {
    display: inline-block;
    vertical-align: middle;
    color: #1769bd;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease; }
  .certificate .link {
    position: relative;
    display: inline-block;
    min-height: 74px;
    line-height: 74px;
    padding-left: 91px;
    outline: 0; }
    .certificate .link path {
      fill: #1769bd;
      -webkit-transition: fill 0.3s ease;
      -o-transition: fill 0.3s ease;
      transition: fill 0.3s ease; }
    .certificate .link + .link {
      margin-left: 45px; }
      @media (max-width: 1199px) {
        .certificate .link + .link {
          margin-left: 25px; } }
  .certificate .link:hover .icon {
    background-color: #ffb400; }
  .certificate .link:hover path {
    fill: #fff; }

.certificate--large {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 210px; }
  .certificate--large .certificate__item {
    width: 50%; }
    .certificate--large .certificate__item:last-child {
      text-align: center;
      margin-top: 0; }
  .certificate--large .certificate__name {
    margin-bottom: 0;
    padding-right: 30px;
    max-width: 450px;
    font-size: 27px;
    line-height: 1;
    font-weight: 300; }

.certificate__item {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .certificate__item:last-child {
    margin-top: auto; }

.certificate__name {
  margin-bottom: 60px;
  color: #000;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.33;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.card:hover .link:hover .link__text {
  color: #ffb400;
  text-decoration: underline; }

.card:hover .link .link__text,
.card:hover .certificate__name {
  color: #fff; }

.mobile .certificate--large {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: auto; }

.mobile .certificate__item {
  width: 100%; }

.mobile .certificate__name {
  max-width: none;
  margin-bottom: 65px;
  padding-right: 0;
  font-size: 18px;
  line-height: 1.33; }

.mobile .certificate .link {
  width: 50%;
  margin-left: 0;
  padding-left: 0;
  text-decoration: none; }

.mobile .certificate .icon {
  position: relative;
  top: 0; }

.mobile .certificate .link__text {
  display: block; }

.mobile .certificate-wrap .card--highlighted {
  margin-bottom: 23px;
  padding: 40px 20px; }

.clients {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 58px; }

.clients__item {
  position: relative;
  width: 25%;
  min-height: 360px;
  text-align: center; }
  .clients__item:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: -1px;
    bottom: -1px;
    border: 1px solid #dde8f3;
    -webkit-box-shadow: 0 0 0 rgba(0, 49, 101, 0);
            box-shadow: 0 0 0 rgba(0, 49, 101, 0);
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease; }
  .clients__item:hover:after {
    -webkit-box-shadow: 0 0 46px rgba(0, 49, 101, 0.09);
            box-shadow: 0 0 46px rgba(0, 49, 101, 0.09); }
  .clients__item:hover .clients__pic {
    background-color: #fff; }
  .clients__item:hover .clients__wrap {
    background-color: #1668be; }
  .clients__item:hover .clients__img {
    opacity: 1;
    -webkit-filter: grayscale(0);
            filter: grayscale(0); }
  .clients__item:hover .clients__link,
  .clients__item:hover .clients__descr {
    color: #fff; }

.clients__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 170px;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }

.clients__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 190px;
  background-color: transparent;
  padding: 0 30px;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }

.clients__img {
  display: block;
  margin: 0 auto;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: .28;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.clients__descr {
  width: 100%;
  color: #5f5f5f;
  font-weight: 300;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.clients__link {
  margin-top: 10px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.mobile .clients__item {
  width: 100%; }

.comments-author {
  margin-top: 58px;
  text-align: right; }
  .comments-author .custom-select .bootstrap-select {
    max-width: 340px; }

.community {
  margin-top: 58px; }
  .community .row--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .community .row--flex:after {
      content: none; }
  .community [class*="col-sm"] [class*="col-sm"]:before {
    border-bottom: none; }
  .community [class*="col-sm"]:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: -1px;
    bottom: -1px;
    border: 1px solid #dde8f3; }

.community__item-has-bg {
  background-image: url(../img/community/community-logo2-bg.jpg);
  background-repeat: no-repeat;
  background-position: left 50% bottom 34px; }

.community__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 30px; 
}
  @media (max-width: 1199px) {
    .community__header {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.community__header--invers-order {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; 
}
  @media (max-width: 1199px) {
    .community__header--invers-order {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.community__header--pt-lg {
  padding-top: 87px; }

.community__pic {
	margin-bottom: 27px; 
	min-width:150px;
	text-align:right;
}

.community__img {
  max-width: 100%; }

.community__title {
  margin-bottom: 27px;
  color: #000;
  font-size: 29px;
  line-height: 1;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.community__item:hover > .community__header > .community__title {
  color: #ffb400; }

.community__header {
  padding-left: 30px;
  padding-right: 30px; }

.community__descr {
  padding-bottom: 0;
  padding-top:20px;
  color: #5f5f5f;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6; }

.community--industries .row:before {
  content: none; }

.community--industries .row--flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.community--industries .community__item {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  .community--industries .community__item:hover {
    background-color: #005eba; }
    .community--industries .community__item:hover .community__title {
      color: #ffb400; }
    .community--industries .community__item:hover .community__descr {
      color: #fff; }
    .community--industries .community__item:hover .community__pic {
      opacity: 1; }
      .community--industries .community__item:hover .community__pic .st140,
      .community--industries .community__item:hover .community__pic .st14,
      .community--industries .community__item:hover .community__pic .st130,
      .community--industries .community__item:hover .community__pic .st13,
      .community--industries .community__item:hover .community__pic .st12,
      .community--industries .community__item:hover .community__pic .st10,
      .community--industries .community__item:hover .community__pic .st9,
      .community--industries .community__item:hover .community__pic .st99,
      .community--industries .community__item:hover .community__pic .st8,
      .community--industries .community__item:hover .community__pic .st88,
      .community--industries .community__item:hover .community__pic .st6,
      .community--industries .community__item:hover .community__pic .st5,
      .community--industries .community__item:hover .community__pic .st55,
      .community--industries .community__item:hover .community__pic .st3,
      .community--industries .community__item:hover .community__pic .st2,
      .community--industries .community__item:hover .community__pic .st22,
      .community--industries .community__item:hover .community__pic .st1 {
        stroke: #ffb400; }
      .community--industries .community__item:hover .community__pic .st11,
      .community--industries .community__item:hover .community__pic .st7,
      .community--industries .community__item:hover .community__pic .st4 {
        fill: #ffb400; }

.community--industries .community__header {
  display: block;
  /*padding-top: 45px;*/
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }
  @media (max-width: 1199px) {
    .community--industries .community__header {
      padding-top: 25px; } }

.community--industries .community__pic {
  opacity: .6;
  min-height: 66px;
  margin-bottom: 10px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .community--industries .community__pic svg path,
  .community--industries .community__pic svg line,
  .community--industries .community__pic svg rect,
  .community--industries .community__pic svg circle,
  .community--industries .community__pic svg ellipse,
  .community--industries .community__pic svg polygon,
  .community--industries .community__pic svg polyline {
    -webkit-transition: stroke 0.3s ease, fill 0.3s ease;
    -o-transition: stroke 0.3s ease, fill 0.3s ease;
    transition: stroke 0.3s ease, fill 0.3s ease; }

.community--industries .community__title {
	color: #005eba;
	font-size: 26px;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease; 
}

.community--industries .community__descr {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  color: #5f5f5f;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  @media (max-width: 1199px) {
    .community--industries .community__descr {
      padding-bottom: 40px; } }

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.community__item--square {
	/*height: 330px; */
	height:220px;
}

.community__item--square-lg {
  height: 360px; }
  @media (max-width: 1199px) {
    .community__item--square-lg {
      height: 390px; } }

.community__item--rectangle {
  height: 660px; }

.community__item--rectangle-lg {
  height: 690px; }
  @media (max-width: 1199px) {
    .community__item--rectangle-lg {
      height: 720px; } }

.community__item--rectangle-xl {
  height: 720px; }
  @media (max-width: 1199px) {
    .community__item--rectangle-xl {
      height: 780px; } }

.mobile .community--industries .row--flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.mobile .community__item {
  display: block; }

.mobile .community__item--square,
.mobile .community__item--square-lg,
.mobile .community__item--rectangle-lg,
.mobile .community__item--rectangle-xl,
.mobile .community__item--rectangle {
  height: auto; }

.mobile .community__header {
  padding-left: 20px;
  padding-right: 20px; }

.mobile .community__title {
  margin-bottom: 20px;
  font-size: 24px; }

.mobile .community__descr {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px; }

.mobile .community .row--flex {
  display: block; }

.mobile .community__header--pt-lg {
  padding-top: 50px; }

.mobile .community .link--showmore {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 30px;
  padding: 11px 0;
  text-align: center;
  color: #1668be;
  font-size: 18px;
  font-weight: 300;
  outline: 0; }
  .mobile .community .link--showmore .icon {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  .mobile .community .link--showmore.link-is-active .icon {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .mobile .community .link--showmore .link__text {
    margin-right: 10px; }

.contacts .user {
  max-width: none;
  text-align: left; }

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

.contacts .user__post {
  margin-bottom: 12px;
  font-weight: 400;
  line-height: 2.5; }

.contacts .user__email .link {
  font-weight: 400;
  text-decoration: none; }

.contacts__img {
  max-width: 100%; }

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

.mobile .contacts__pic {
  margin-bottom: 45px; }

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

.mobile .user__img {
  display: block;
  margin: 0 auto; }

.content-block-group {
  display: table;
  margin: 40px 0; }
  .content-block-group .content-block-item {
    display: table-cell;
    width: 33%;
    vertical-align: top; }
    .content-block-group .content-block-item:not(.content-block-highlighted) > div {
      margin: 50px 0;
      padding-left: 46px; }
    .content-block-group .content-block-item:not(.content-block-highlighted) + .content-block-item > div {
      border-left: 1px solid #dde8f3; }
  .content-block-group .content-block-highlighted {
    background: #005eba;
    padding: 42px; }
    .content-block-group .content-block-highlighted h2 {
      margin: 0;
      padding: 0;
      color: #fff;
      font-family: "FuturaMediumC";
      font-size: 36px;
      line-height: 1.35; }
  .content-block-group h3 {
    color: #005eba;
    font-family: "FuturaMediumC";
    font-size: 41px;
    line-height: 1.5; }
  .content-block-group p {
    color: #000;
    font-size: 18px;
    line-height: 1.65; }

@media (max-width: 768px) {
  .content-block-group {
    display: block; }
    .content-block-group .content-block-item {
      display: block;
      width: 100%; }
      .content-block-group .content-block-item:not(.content-block-highlighted) > div {
        margin: 0;
        padding-top: 10px;
        padding-bottom: 20px;
        border-bottom: 1px solid #dde8f3; } }

.content__main > h2, .content__main > h3, .content__main > h4, .content__main > h5, .content__main > h6 {
  margin: 0.75em 50px 0.25em; }

.content__main > h2 {
  color: #000;
  font-family: "FuturaMediumC";
  font-size: 29px; }

.content__main > h3 {
  color: #343434;
  font-family: "Futura PT";
  font-size: 18px;
  line-height: 30px; }

.content__main > p {
  margin: 1.65em 50px;
  color: #5f5f5f;
  font-family: "Futura PT";
  font-weight: 300;
  line-height: 1.7; }
  .content__main > p:last-child {
    margin-bottom: 0; }
  .content__main > p > strong {
    color: #000; }

.content__main > h2 + p {
  margin-top: 0.35em; }

.content__main a {
  color: #005eba; }
  .content__main a:not(a.link), .content__main a:not(a.button) {
    text-decoration: underline; }
  .content__main a:not(a.link):hover, .content__main a:not(a.button):hover {
    color: #ffb400; }

.content__main .not-justify {
  text-align: left; }

.full-width-img {
  margin-top: 2em;
  margin-bottom: 2em; }
  .full-width-img > img {
    max-width: 100%; }

.left-border-title {
  margin: 2em 50px 2em 25px; }
  .left-border-title h2 {
    padding-left: 20px;
    border-left: 5px solid #005eba;
    color: #005eba;
    font-family: "Futura PT";
    font-size: 36px;
    font-weight: normal;
    line-height: 1.35;
    -webkit-font-smoothing: antialiased;
    moz-osx-font-smoothing: grayscale; }
  .left-border-title.black-text h2 {
    color: #000;
    font-size: 30px;
    font-weight: 300;
    line-height: 48px; }
  .left-border-title.thin-text {
    text-align: left; }
    .left-border-title.thin-text h2 {
      font-size: 30px;
      font-weight: 300; }

.content-group-width-paddding {
  margin: 30px 50px; }
  .content-group-width-paddding:first-child {
    margin-top: 0; }
  .content-group-width-paddding:last-child {
    margin-bottom: 0; }

.block-widt-left-img {
  margin: 40px 0; }
.service-detail .block-widt-left-img {
	margin-top: 0; 
}
  .block-widt-left-img h2 {
    color: #005eba;
    font-family: "Futura PT";
    font-size: 24px;
    font-weight: 300;
    line-height: 36px; }
  .block-widt-left-img .full-width-img {
    margin: 0; }

.content-list-custom {
  margin: 1em 50px; }
  .content-list-custom ul {
    color: #1668be;
    font-family: "Futura PT";
    font-size: 18px;
    font-weight: 500;
    line-height: 24px; }
    .content-list-custom ul > li {
      padding-left: 17px;
      margin: 24px 0;
      position: relative; }
      .content-list-custom ul > li:first-child {
        margin-top: 0; }
      .content-list-custom ul > li:last-child {
        margin-bottom: 0; }
      .content-list-custom ul > li:before {
        content: "";
        display: block;
        width: 13px;
        height: 2px;
        overflow: hidden;
        position: absolute;
        top: 13px;
        left: 0;
        background: #1668be; }
      .content-list-custom ul > li ul {
        margin: 0 30px;
        padding: 10px 0;
        color: #5f5f5f;
        font-weight: 300; }
  .content-list-custom + .content-list-custom {
    margin-top: 40px; }
    .content-list-custom + .content-list-custom ul > li:first-child {
      margin-top: 24px; }

.panel-group .panel {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .panel-group .panel + .panel {
    margin-top: 2px; }

.panel-group .panel-heading {
  padding: 0;
  background: none; }
  .panel-group .panel-heading .panel-title {
    font-family: "FuturaMediumC";
    font-size: 24px;
    line-height: 30px; }
    .panel-group .panel-heading .panel-title a {
      display: block;
      padding: 20px 50px;
      position: relative;
      background: #1668be;
      color: #fff;
      text-decoration: none;
      -webkit-transition: background-color 0.3s ease, color 0.3s ease;
      -o-transition: background-color 0.3s ease, color 0.3s ease;
      transition: background-color 0.3s ease, color 0.3s ease; }
      .panel-group .panel-heading .panel-title a:after {
        content: '';
        display: block;
        width: 10px;
        height: 6px;
        overflow: hidden;
        position: absolute;
        top: 31px;
        right: 31px;
        background: url("../img/svg/arrow-top-bottom.svg") no-repeat;
        background-position: 0 -6px;
        -webkit-transition: background-position 0.3s ease-in-out;
        -o-transition: background-position 0.3s ease-in-out;
        transition: background-position 0.3s ease-in-out; }
      .panel-group .panel-heading .panel-title a.collapsed {
        color: #000;
        background: #fafafa; }
        .panel-group .panel-heading .panel-title a.collapsed:after {
          background-position: 0 0; }

.panel-group .panel-body {
  border: 0 !important;
  padding: 30px 50px; }
  .panel-group .panel-body p {
    margin: 1.65em 0;
    color: #5f5f5f;
    font-family: "Futura PT";
    font-weight: 300;
    line-height: 1.7; }
    .panel-group .panel-body p:first-child {
      margin-top: 0; }
    .panel-group .panel-body p:last-child {
      margin-bottom: 0; }
  .panel-group .panel-body .content-list-custom {
    margin-left: 0;
    margin-right: 0; }

.row .content__main > h2, .row .content__main > h3, .row .content__main > h4, .row .content__main > h5, .row .content__main > h6, .row .content__main p, .row .content__main .left-border-title {
  margin-right: 0; }

.vacansies h3 {
  margin-top: 0;
  padding-left: 50px;
  color: #080808;
  font-size: 29px; }

.card--vacansies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  min-height: 230px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 55px;
  padding-left: 50px;
  padding-right: 50px; }
  .card--vacansies:before {
    right: 0; }
  .card--vacansies .card__title {
    max-width: 420px;
    min-width: 270px;
    color: #005eba;
    /*font-size: 41px;*/
	font-size: 36px;
    line-height: 1;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (max-width: 1199px) {
      .card--vacansies .card__title {
        max-width: none;
        padding-right: 30px; } }
  .card--vacansies:hover .experience__count {
    background-color: #fff; }
  .card--vacansies:hover .card__title {
    color: #ffc000; }
  .card--vacansies:hover .experience__title,
  .card--vacansies:hover .experience__text {
    color: #fff; }
  .card--vacansies[aria-expanded="true"] {
    background-image: url(../img/vacansies-decor.png);
    background-repeat: repeat-x;
    background-position: 0 0; }
    .card--vacansies[aria-expanded="true"] .experience__count {
      background-color: #1668be;
      color: #fff; }
    .card--vacansies[aria-expanded="true"] .vacansies__toggle {
      opacity: 0; }
    .card--vacansies[aria-expanded="true"]:hover {
      background-color: #fff;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .card--vacansies[aria-expanded="true"]:hover .experience__count {
        background-color: #1668be;
        color: #fff; }
      .card--vacansies[aria-expanded="true"]:hover .card__title {
        color: #005eba; }
      .card--vacansies[aria-expanded="true"]:hover .experience__title,
      .card--vacansies[aria-expanded="true"]:hover .experience--lg .experience__text {
        color: #000; }
      .card--vacansies[aria-expanded="true"]:hover .experience__text {
        color: #5f5f5f; }
    .card--vacansies[aria-expanded="true"]:before {
      border-bottom: 0; }

.card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%; }
  @media (max-width: 1199px) {
    .card__item {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.experience {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 210px;
  min-height: 90px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.experience--lg {
  width: 265px; }
  .experience--lg .experience__text {
    color: #000;
    font-size: 29px;
    line-height: 1; }

.experience__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.experience__title {
  margin-bottom: 9px;
  color: #000;
  font-size: 21px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.experience__count {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
  height: 50px;
  background-color: #dde8f3;
  margin-right: 15px;
  color: #3d3d3d;
  font-size: 29px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease; }

.experience__count--is-hidden {
  width: 0;
  height: 0;
  margin-right: 0; }

.experience__text {
  color: #5f5f5f;
  font-size: 18px;
  line-height: 1.33;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

@media (max-width: 1199px) {
  .vacansies__experience {
    margin-top: 30px; } }

@media (max-width: 1199px) {
  .card__right {
    width: 40%; }
    .card__right .vacansies__experience:first-child {
      margin-top: 0; } }

@media (max-width: 1199px) {
  .card__left {
    width: 60%; } }

.vacansies__header {
  position: relative;
  z-index: 1; }
  .vacansies__header .vacansies__toggle {
    top: 23px;
    background-color: #fafafa;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    padding-top: 5px; }
    .vacansies__header .vacansies__toggle svg path {
      fill: #1868bf; }

.vacansies__content {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px; }
  .vacansies__content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -1px;
    border: 1px solid #dde8f3; }
  .vacansies__content .content-list-custom {
    margin-bottom: 90px; }

.vacansies__wrap {
  position: relative; }

.vacansies__wrap[aria-expanded="true"]:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50px;
  right: 50px;
  height: 1px;
  background-color: #dde8f3; }

.vacansies__wrap[aria-expanded="true"] .vacansies__content:before {
  border-top: 0; }

.vacansies__wrap[aria-expanded="true"] .vacansies__toggle {
  background-color: #266dbf; }

.vacansies__content-item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.vacansies__toggle {
  position: absolute;
  z-index: 10;
  right: 23px;
  bottom: 23px;
  width: 46px;
  height: 46px;
  background-color: transparent;
  padding-top: 7px;
  border-radius: 50%;
  text-align: center;
  opacity: 1;
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease;
  -o-transition: background-color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease; }

[data-fancybox] {
  outline: 0; }

.fancybox-slide {
  text-align: right;
  overflow: hidden; }
  .fancybox-slide > div {
    padding: 0 0 0 30px;
    margin: 0;
    background-color: #005eba; }

.fancybox-close-small {
  top: 20px;
  right: 20px;
  outline: 0; }
  .fancybox-close-small:active, .fancybox-close-small:focus {
    outline: 0; }
  .fancybox-close-small:after {
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #ffb400;
    line-height: 40px; }
  .fancybox-close-small:hover:after {
    background-color: #ffb400;
    color: #fff; }

.fancybox-button--close {
  position: absolute;
  top: -26px;
  right: -26px;
  width: 52px;
  height: 52px;
  background-color: #ffb400;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .fancybox-button--close:hover:not([disabled]) {
    background-color: #ffb400;
    opacity: .8; }
  .fancybox-button--close:before, .fancybox-button--close:after {
    left: calc(50% - 7px);
    width: 14px;
    background-color: #000; }

.compensate-for-scrollbar {
  margin-right: 0 !important; }

.mobile .fancybox-button--close {
  top: 0;
  right: 0; }

.feedback {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -12px; }
  .feedback .sub-menu {
    width: 295px;
    top: 325px; }
    .feedback .sub-menu-title {
      padding-left: 55px; }
    .feedback .sub-menu li {
      padding-left: 55px; }
      .feedback .sub-menu li a:before {
        left: -55px; }
      .feedback .sub-menu li a:hover:before {
        width: 33px; }
  .feedback-form {
    position: absolute;
    left: 300px;
    top: 205px;
    width: 493px;
    padding-left: 22px;
    text-align: left;
    height: calc(100vh - 320px);
    min-height: 330px; }
    .feedback-form .mCSB_scrollTools {
      opacity: 0 !important; }
    .feedback-form:hover .mCSB_scrollTools {
      opacity: .25 !important; }
    .feedback-form:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 20px;
      z-index: 10;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #005eba), color-stop(50%, #005eba), to(rgba(0, 94, 186, 0)));
      background: -webkit-linear-gradient(top, #005eba 0, #005eba 50%, rgba(0, 94, 186, 0) 100%);
      background: -o-linear-gradient(top, #005eba 0, #005eba 50%, rgba(0, 94, 186, 0) 100%);
      background: linear-gradient(to bottom, #005eba 0, #005eba 50%, rgba(0, 94, 186, 0) 100%); }
    .feedback-form:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 20px;
      z-index: 10;
      background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #005eba), color-stop(20%, #005eba), color-stop(60%, rgba(0, 94, 186, 0.6)), to(rgba(0, 94, 186, 0)));
      background: -webkit-linear-gradient(bottom, #005eba 0, #005eba 20%, rgba(0, 94, 186, 0.6) 60%, rgba(0, 94, 186, 0) 100%);
      background: -o-linear-gradient(bottom, #005eba 0, #005eba 20%, rgba(0, 94, 186, 0.6) 60%, rgba(0, 94, 186, 0) 100%);
      background: linear-gradient(to top, #005eba 0, #005eba 20%, rgba(0, 94, 186, 0.6) 60%, rgba(0, 94, 186, 0) 100%); }
    .feedback-form .mCSB_inside > .mCSB_container {
      margin-right: 15px; }
    .feedback-form .form-btn-wrap {
      position: relative;
      width: calc(50% - 15px);
      height: auto;
      float: left;
      margin-bottom: 28px; }
      .feedback-form .form-btn-wrap--wide {
        width: 100% !important;
        margin-top: -7px; }
      .feedback-form .form-btn-wrap p {
        margin-bottom: 14px;
        font-size: 16px;
        color: #6c7980; }
      .feedback-form .form-btn-wrap .btn {
        margin: 0;
        width: 100%; }
      .feedback-form .form-btn-wrap:nth-child(odd) {
        margin-right: 30px; }
      .feedback-form .form-btn-wrap input {
        width: 100%; }
    .feedback-form .contact-info {
      padding-top: 20px;
      text-align: left; }
      .feedback-form .contact-info .crop-round {
        border-radius: 50%;
        width: 90px;
        height: 90px;
        position: relative;
        margin-right: 30px;
        float: left;
        overflow: hidden;
        margin-top: 9px; }
        .feedback-form .contact-info .crop-round img {
          width: 100%;
          height: auto;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%);
              -ms-transform: translateX(-50%) translateY(-50%);
                  transform: translateX(-50%) translateY(-50%); }
      .feedback-form .contact-info h3 {
        margin-top: 0;
        font-size: 24px;
        font-family: "FuturaMediumC";
        font-weight: 400;
        color: white;
        margin-bottom: 0; }
      .feedback-form .contact-info p {
        font-size: 18px;
        line-height: 20px;
        display: block;
        color: #4e89cb;
        font-family: "Futura PT";
        font-weight: 300; }
      .feedback-form .contact-info a {
        font-size: 18px;
        font-weight: 300;
        font-family: "Futura PT";
        color: white;
        margin-right: 20px; }
        .feedback-form .contact-info a:hover {
          color: #ffb400; }
    .feedback-form textarea,
    .feedback-form input {
      padding: 6px 16px 4px;
      color: #6c7980;
      font-size: 21px;
      font-family: "FuturaMediumC";
      font-weight: 400;
      border-width: 1px;
      border-color: #4f86bd;
      border-style: solid;
      background-color: #2972ba;
      height: 51px;
      border-radius: 0;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      outline: 0 !important;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .feedback-form textarea::-webkit-input-placeholder,
      .feedback-form input::-webkit-input-placeholder {
        width: 100%;
        padding: 2px 0;
        color: #729cca;
        opacity: 1;
        font-weight: 400; }
      .feedback-form textarea ::-webkit-input-placeholder,
      .feedback-form input ::-webkit-input-placeholder {
        color: #729cca; }
      .feedback-form textarea ::-moz-placeholder,
      .feedback-form input ::-moz-placeholder {
        color: #729cca; }
      .feedback-form textarea ::-ms-placeholder,
      .feedback-form input ::-ms-placeholder {
        color: #729cca; }
      .feedback-form textarea ::-webkit-input-placeholder,
      .feedback-form input ::-webkit-input-placeholder {
        color: #729cca; }
      .feedback-form textarea :-ms-input-placeholder,
      .feedback-form input :-ms-input-placeholder {
        color: #729cca; }
      .feedback-form textarea ::placeholder,
      .feedback-form input ::placeholder {
        color: #729cca; }
      .feedback-form textarea.has-error[type=email], .feedback-form textarea:valid, .feedback-form textarea:hover, .feedback-form textarea:focus, .feedback-form textarea:active,
      .feedback-form input.has-error[type=email],
      .feedback-form input:valid,
      .feedback-form input:hover,
      .feedback-form input:focus,
      .feedback-form input:active {
        background-color: white;
        color: black;
        border-color: #ffb400; }
      .feedback-form textarea.has-error + .error,
      .feedback-form input.has-error + .error {
        display: block !important;
        position: absolute;
        font-size: 14px;
        color: #ffb400;
        font-family: "Futura PT";
        font-weight: 300;
        top: 100%;
        padding-left: 0;
        padding-top: 0; }
      .feedback-form textarea[data-mask="phone"],
      .feedback-form input[data-mask="phone"] {
        padding-right: 0; }
      .feedback-form textarea[data-mask="phone"]:valid ~ label, .feedback-form textarea[data-mask="phone"]:focus ~ label, .feedback-form textarea[data-mask="phone"]:active ~ label,
      .feedback-form input[data-mask="phone"]:valid ~ label,
      .feedback-form input[data-mask="phone"]:focus ~ label,
      .feedback-form input[data-mask="phone"]:active ~ label {
        display: none; }
      .feedback-form textarea ~ label,
      .feedback-form input ~ label {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 40px;
        padding: 12.2px 16.5px;
        font-size: 21px;
        font-family: "FuturaMediumC";
        font-weight: 400;
        color: #729cca;
        pointer-events: none;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
        .feedback-form textarea ~ label i,
        .feedback-form input ~ label i {
          font-style: normal;
          color: white; }
        .feedback-form textarea ~ label i.fade,
        .feedback-form input ~ label i.fade {
          opacity: 0; }
    .feedback-form [type="radio"] {
      opacity: 0.001;
      border: 0;
      outline: 0;
      width: 0 !important;
      height: 0;
      position: static; }
      .feedback-form [type="radio"] + label {
        width: auto;
        position: relative;
        display: inline-block;
        font-size: 18px;
        font-family: "Futura PT";
        pointer-events: all;
        font-weight: 300;
        overflow: visible;
        color: white;
        margin: 4px 30px 0 36px;
        padding: 0;
        cursor: pointer; }
        .feedback-form [type="radio"] + label:after {
          content: "";
          display: block;
          position: absolute;
          width: 14px;
          height: 14px;
          left: -25px;
          top: 2px;
          border-width: 1px;
          border-color: #4f86bd;
          border-style: solid;
          border-radius: 50%; }
        .feedback-form [type="radio"] + label:before {
          content: "";
          display: block;
          position: absolute;
          width: 14px;
          height: 14px;
          left: -25px;
          top: 2px;
          border-width: 7px;
          border-color: #2972ba;
          border-style: solid;
          background-color: #ffb400;
          border-radius: 50%;
          -webkit-transition: border 0.2s ease-in-out;
          -o-transition: border 0.2s ease-in-out;
          transition: border 0.2s ease-in-out; }
      .feedback-form [type="radio"]:checked + label:before {
        border-width: 5px; }
    .feedback-form .h3 {
      margin-top: 0;
      color: white;
      position: relative;
      top: 3px; }
    .feedback-form .radio-block {
      width: 50%;
      float: right; }
    .feedback-form textarea {
      padding: 9px 16px 4px !important;
      overflow: auto;
      height: 71px;
      width: 456px;
      margin-top: 7px;
      margin-bottom: -2px;
      max-width: 100%; }
      .feedback-form textarea.has-error + .error {
        margin-top: -4px; }
    .feedback-form .textarea-wrap {
      position: relative;
      display: inline-block; }
      .feedback-form .textarea-wrap:after {
        content: "";
        display: block;
        position: absolute;
        border: 9px solid transparent;
        border-left-color: #ffb400;
        right: -9px;
        bottom: -5px;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        pointer-events: none; }
    .feedback-form label.error {
      display: none !important; }
    .feedback-form [type=submit] {
      float: left;
      background-color: #ffb400;
      color: black;
      -webkit-box-shadow: 0 0 32px 0 rgba(61, 71, 87, 0.25);
              box-shadow: 0 0 32px 0 rgba(61, 71, 87, 0.25);
      width: 137px !important;
      height: 51px;
      text-align: center;
      font-size: 21px;
      font-family: "FuturaMediumC";
      border: 0;
      border-radius: 0;
      outline: none; }
    .feedback-form .checkbox {
      display: inline-block;
      width: 57%;
      margin-left: 58px;
      margin-top: -3px; }
      .feedback-form .checkbox [type=checkbox] {
        opacity: 0.001;
        border: 0;
        outline: 0;
        width: 1px !important;
        height: 1px;
        position: absolute;
        margin-left: -5px; }
        .feedback-form .checkbox [type=checkbox].has-error ~ label:before {
          border-color: red; }
        .feedback-form .checkbox [type=checkbox] ~ label {
          width: auto;
          position: relative;
          display: inline-block;
          font-family: "Futura PT";
          font-weight: 300;
          overflow: visible;
          line-height: 1.2;
          color: white;
          margin: 0;
          padding: 0;
          cursor: pointer;
          white-space: normal;
          font-size: 14px;
          pointer-events: all; }
          .feedback-form .checkbox [type=checkbox] ~ label.error {
            display: none !important; }
          .feedback-form .checkbox [type=checkbox] ~ label:after {
            content: "";
            display: block;
            position: absolute;
            width: 14px;
            height: 14px;
            left: -24px;
            top: 3px;
            background: url("../img/icons/yes.png") center no-repeat;
            background-size: auto;
            opacity: 0;
            -webkit-transition: opacity 0.2s ease-in-out;
            -o-transition: opacity 0.2s ease-in-out;
            transition: opacity 0.2s ease-in-out; }
          .feedback-form .checkbox [type=checkbox] ~ label:before {
            content: "";
            display: block;
            position: absolute;
            width: 14px;
            height: 14px;
            left: -24px;
            top: 3px;
            border-width: 1px;
            border-color: #4f86bd;
            border-style: solid;
            background-color: #2972ba;
            -webkit-transition: border 0.2s ease-in-out;
            -o-transition: border 0.2s ease-in-out;
            transition: border 0.2s ease-in-out; }
        .feedback-form .checkbox [type=checkbox]:checked ~ label:after {
          opacity: 1; }
  .feedback form {
    margin-top: 35px; }

.footer {
  overflow: hidden;
  background-color: #f7f7f7;
  padding-top: 83px; }
  .footer h3, .footer h4 {
    display: inline-block;
    margin-top: 7px;
    margin-bottom: 17px;
    font-family: "FuturaMediumC";
    color: black; }
  .footer-menu {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 7px;
    margin-bottom: 100px; }
    .footer-menu .address {
      font-size: 17px;
      display: block;
      font-weight: 300;
      font-family: "Futura PT"; }
      .footer-menu .address a {
        display: inline; }
    .footer-menu > li {
      width: 33.3%;
      float: left;
      padding: 0 15px; }
      .footer-menu > li > span {
        color: #000;
        font-size: 21px; }
      .footer-menu > li > a {
        display: inline-block;
        margin-bottom: 17px;
        font-family: "FuturaMediumC";
        font-size: 21px;
        color: black; }
        .footer-menu > li > a.link {
          color: #1668be;
          font-size: 18px;
          text-decoration: none; }
        .footer-menu > li > a b {
          font-size: 20.6px;
          font-family: "Futura PT";
          font-weight: 400; }
        .footer-menu > li > a span {
          color: #1668be;
          font-size: 18px;
          font-family: "FuturaMediumC"; }
        .footer-menu > li > a:hover {
          color: #ffb400; }
      .footer-menu > li ul {
        margin-bottom: 20px; }
      .footer-menu > li li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-bottom: 10px;
        min-height: 0;
        height: auto; }
        .footer-menu > li li a {
          font-size: 17px;
          font-family: "Futura PT";
          font-weight: 300;
          line-height: 1.1;
          display: inline-block; }
          .footer-menu > li li a:hover {
            color: #ffb400; }
  .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 106px;
    font-size: 16px;
    font-family: "Futura PT";
    font-weight: 300; }
	.footer-bottom2 {
    padding-bottom: 10px;
    font-size: 16px;
    font-family: "Futura PT";
    font-weight: 300; 
	}
    .footer-bottom p {
      font-size: 16px; }
    .footer-bottom .col-md-4:nth-child(2) {
      padding-left: 53px; }
    .footer-bottom .col-md-4:nth-child(3) {
      padding-right: 38px; }
    .footer-bottom a {
      color: #1668be; }
      .footer-bottom a:hover {
        color: #ffb400; }
    .footer-bottom p {
      margin-bottom: 0; }
    .footer-bottom img {
      margin-top: -12px;
      margin-left: 2px;
      position: relative;
      top: 3px; }

.footer-middle {
  margin-bottom: 40px; }
  .footer-middle .footer-middle__text {
    font-size: 18px;
    font-weight: 300; }

.mobile .main-footer--inner {
  position: relative;
  z-index: 1;
  background-color: #f2f2f2; }

.form-inline {
  font-size: 0; }

.form-inline .form-group {
  display: inline-block;
  vertical-align: top; }

@media (min-width: 768px) {
  .form-inline .form-control {
    width: 100%; } }

.form-control {
  width: 100%;
  padding: 6px 16px 4px;
  color: #6c7980;
  font-size: 21px;
  font-family: "FuturaMediumC";
  font-weight: 400;
  border-width: 1px;
  border-color: #4f86bd;
  border-style: solid;
  background-color: #2972ba;
  height: 51px;
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: 0 !important;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .form-control::-webkit-input-placeholder {
    width: 100%;
    padding: 2px 0;
    color: #729cca;
    opacity: 1;
    font-weight: 400; }
  .form-control::-webkit-input-placeholder {
    color: #729cca; }
  .form-control::-moz-placeholder {
    color: #729cca; }
  .form-control::-ms-placeholder {
    color: #729cca; }
  .form-control::-webkit-input-placeholder {
    color: #729cca; }
  .form-control:-ms-input-placeholder {
    color: #729cca; }
  .form-control::placeholder {
    color: #729cca; }
  .form-control.has-error[type=email], .form-control:valid, .form-control:hover, .form-control:focus, .form-control:active {
    background-color: white;
    color: black;
    border-color: #ffb400; }
  .form-control.has-error + .error {
    display: block !important;
    position: absolute;
    font-size: 14px;
    color: #ffb400;
    font-family: "Futura PT";
    font-weight: 300;
    top: 100%;
    padding-left: 0;
    padding-top: 0; }

input:not([type="radio"]):not([type="checkbox"]) {
  -webkit-appearance: none;
  border-radius: 0; }

.textarea-wrap {
  position: relative;
  display: inline-block; }
  .textarea-wrap:after {
    content: "";
    display: block;
    position: absolute;
    border: 9px solid transparent;
    border-left-color: #ffb400;
    right: -9px;
    bottom: -9px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    pointer-events: none; }

.error {
  display: none !important; }

.label {
  white-space: normal; }

.label--checkbox {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  padding-left: 24px;
  min-height: 20px;
  font-size: 0;
  line-height: 1;
  cursor: pointer; }
  .label--checkbox input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0; }
  .label--checkbox input[type="checkbox"]:checked + .icon--checkbox:before {
    background-image: url("../img/icons/checkbox-checked.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%; }
  .label--checkbox .label__name {
    margin-left: 8px;
    margin-top: -3px;
    margin-bottom: -3px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.42857143; }
  .label--checkbox .icon--checkbox {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 14px;
    min-height: 14px; }
    .label--checkbox .icon--checkbox:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 14px;
      height: 14px;
      border: 1px solid #4f86bd;
      background-color: #2972ba; }
  .label--checkbox.has-error + .error {
    display: block !important;
    position: absolute;
    font-size: 14px;
    color: #ffb400;
    font-family: "Futura PT";
    font-weight: 300;
    top: 100%;
    padding-left: 24px;
    padding-top: 0; }

.label--radio {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  padding-left: 24px;
  min-height: 14px;
  font-size: 0;
  line-height: 1;
  cursor: pointer; }
  .label--radio input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0; }
  .label--radio input[type="radio"]:checked + .icon--radio:after {
    background-color: #ffb400; }
  .label--radio .label__name {
    margin-top: -3px;
    margin-bottom: -3px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.42857143; }
  .label--radio .icon--radio {
    position: absolute;
    top: 5px;
    left: 0;
    min-width: 14px;
    min-height: 14px; }
    .label--radio .icon--radio:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 14px;
      height: 14px;
      border: 1px solid #4f86bd;
      background-color: #2972ba;
      border-radius: 50%; }
    .label--radio .icon--radio:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 4px;
      height: 4px;
      background-color: transparent;
      margin: -2px 0 0 -2px;
      border-radius: 50%;
      -webkit-transition: background-color 0.3s ease;
      -o-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease; }

.phone-wrap input[data-mask="phone"] {
  padding-right: 0; }

.phone-wrap input[data-mask="phone"]:valid ~ label, .phone-wrap input[data-mask="phone"]:focus ~ label, .phone-wrap input[data-mask="phone"]:active ~ label {
  display: none; }

.phone-wrap input ~ label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  padding: 12.2px 16.5px;
  font-size: 21px;
  font-family: "FuturaMediumC";
  font-weight: 400;
  color: #729cca;
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .phone-wrap input ~ label i {
    font-style: normal;
    color: white; }
  .phone-wrap input ~ label i.fade {
    opacity: 0; }

.form--services {
  margin-top: 33px;
  padding-left: 15px; }
  .form--services .form-inline:last-child {
    margin-top: 28px; }
    .form--services .form-inline:last-child .form-group {
      margin-bottom: 0; }
  .form--services .form-group {
    position: relative;
    width: 100%;
    max-width: 215px;
    margin-bottom: 28px; }
    .form--services .form-group:last-child {
      margin-left: 28px; }
    .form--services .form-group.form-group--width-auto {
      width: auto; }
  .form--services .label--radio {
    margin-right: 50px; }
    .form--services .label--radio:last-child {
      margin-right: 0; }
  .form--services .label--checkbox {
    text-align: left; }
    .form--services .label--checkbox .label__name {
      max-width: 200px;
      margin-left: 0;
      line-height: 1.14; }
  .form--services .custom-select .bootstrap-select .bs-caret {
    top: -1px;
    right: -1px;
    height: 51px; }
  .form--services .form__choice-text {
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;
    line-height: 22px; }
  .form--services textarea.form-control {
    resize: vertical;
    width: 458px;
    min-height: 70px;
    overflow-y: auto; }

.form--aside {
  padding-left: 0; }
  .form--aside .form-group {
    max-width: 263px;
    text-align: left; }
    .form--aside .form-group:last-child {
      margin-left: 0;
      margin-bottom: 0; }
  .form--aside .input-group {
    width: 100%; }
  .form--aside .phone-wrap,
  .form--aside .input-group {
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease; }
  .form--aside .phone-wrap:hover,
  .form--aside .input-group:hover {
    -webkit-box-shadow: 0 0 32px rgba(61, 71, 87, 0.25);
            box-shadow: 0 0 32px rgba(61, 71, 87, 0.25); }
  .form--aside .form-control {
    background-color: #fff;
    border-color: #d0d0d0; }
    .form--aside .form-control:hover {
      border-color: #ffb400; }
    .form--aside .form-control::-webkit-input-placeholder {
      color: #8a8a8a; }
  .form--aside .phone-wrap input ~ label,
  .form--aside .phone-wrap input ~ label i {
    color: #8a8a8a; }
  .form--aside .phone-wrap:hover input ~ label i.fade {
    color: #8a8a8a;
    opacity: 1; }
  .form--aside .custom-select .bs-caret {
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease; }
  .form--aside .custom-select:hover .bs-caret {
    -webkit-box-shadow: 0 0 32px rgba(61, 71, 87, 0.25);
            box-shadow: 0 0 32px rgba(61, 71, 87, 0.25); }
  .form--aside .custom-select .bootstrap-select > .dropdown-toggle,
  .form--aside .custom-select .bootstrap-select > .dropdown-toggle.bs-placeholder {
    background-color: #fff;
    border-color: #d0d0d0; }
  .form--aside .custom-select .bootstrap-select > .dropdown-toggle .filter-option,
  .form--aside .custom-select .bootstrap-select > .dropdown-toggle.bs-placeholder .filter-option,
  .form--aside .custom-select .bootstrap-select > .dropdown-toggle.bs-placeholder:hover .filter-option {
    color: #8a8a8a; }
  .form--aside .custom-select .bootstrap-select.btn-group div.dropdown-menu ul {
    background-color: #fff; }
  .form--aside .custom-select .bootstrap-select.btn-group .dropdown-menu li a .text {
    color: #8a8a8a; }
  .form--aside .custom-select .bootstrap-select.btn-group .dropdown-menu li.selected a .text {
    color: #fff; }
  .form--aside .custom-select .bootstrap-select.btn-group .dropdown-menu li a:hover .text {
    color: #fff; }
  .form--aside .form__choice-text {
    color: #5f5f5f; }
  .form--aside .label--radio .label__name {
    color: #5f5f5f; }
  .form--aside .label--radio .icon--radio:before {
    background-color: #fff;
    border: 1px solid #d0d0d0; }
  .form--aside .label--checkbox .label__name {
    color: #5f5f5f; }
  .form--aside .label--checkbox .icon--checkbox:before {
    border: 1px solid #d0d0d0;
    background-color: #ffffff; }
  .form--aside textarea.form-control {
    width: 100%; }
  .form--aside .textarea-wrap:after {
    z-index: 2;
    right: -8px; }
  .form--aside .custom-select .bootstrap-select .bs-caret {
    top: -1px;
    right: -1px;
    height: 51px; }
  .form--aside .button--inverse {
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    font-size: 21px; }
  .form--aside .button--inverse:hover {
    -webkit-box-shadow: 0 0 32px rgba(61, 71, 87, 0.25);
            box-shadow: 0 0 32px rgba(61, 71, 87, 0.25); }
.form.form--services input[name="EMAIL"] {display: none;}
.foundation {
  margin-top: 0;
  padding-bottom: 120px; }

.foundation__nav {
  min-height: 463px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover; }

.nav--foundation {
  padding-top: 267px; }
  .nav--foundation:before, .nav--foundation:after {
    content: none; }
  .nav--foundation .nav__item {
    display: inline-block;
    width: 33%;
    text-align: center; }
  .nav--foundation .nav__count {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: transparent;
    margin-bottom: 15px;
    border: 4px solid rgba(113, 189, 68, 0.22);
    border-radius: 50%;
    color: #fff;
    font-size: 29px;
    line-height: 56px;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
  .nav--foundation .nav__text {
    display: block;
    color: #fff;
    font-size: 21px;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease; }
  .nav--foundation .nav__link {
    display: inline-block;
    max-width: 240px; }
    .nav--foundation .nav__link:hover, .nav--foundation .nav__link:focus, .nav--foundation .nav__link:active {
      background-color: transparent; }
      .nav--foundation .nav__link:hover .nav__count, .nav--foundation .nav__link:focus .nav__count, .nav--foundation .nav__link:active .nav__count {
        background-color: #71bd44; }
      .nav--foundation .nav__link:hover .nav__text, .nav--foundation .nav__link:focus .nav__text, .nav--foundation .nav__link:active .nav__text {
        color: #71bd44; }

.user--foundation {
  position: absolute;
  top: 37px;
  bottom: auto;
  right: -267px;
  min-height: 195px; }
  @media (max-width: 1199px) {
    .user--foundation {
      right: -230px; } }

.blockquote--complex.blockquote--foundation {
  margin-top: 23px; }
  .blockquote--complex.blockquote--foundation:after {
    top: 203px;
    bottom: auto;
    -webkit-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
            transform: scale(1, -1); }
  .blockquote--complex.blockquote--foundation .blockquote__text {
    margin-bottom: 40px;
    color: #4481c7;
    font-size: 24px;
    line-height: 1.5; }
  .blockquote--complex.blockquote--foundation p {
    margin-bottom: 30px;
    padding-left: 30px;
    color: #5f5f5f;
    font-size: 18px;
    line-height: 1.66; }
  .blockquote--complex.blockquote--foundation .blockquote__text-bottom {
    color: #1668be;
    line-height: 1.66; }

#js-foundation__item1 {
  position: relative;
  z-index: 10; }

.foundation__item {
  padding-top: 30px; }
  .foundation__item .col-sm-9 {
    padding-left: 75px;
    padding-right: 50px; }

.foundation__item--no-indent .col-sm-9 {
  padding-left: 15px;
  padding-right: 15px; }

.foundation__float-nav {
  position: fixed;
  top: 140px; }
  .foundation__float-nav .navbar-nav {
    float: none; }
  .foundation__float-nav .nav__item {
    float: none;
    margin-bottom: 20px; }
    .foundation__float-nav .nav__item.active .nav__link {
      color: #ffb400; }
      .foundation__float-nav .nav__item.active .nav__link:before {
        background-color: #ffb400; }
  .foundation__float-nav .nav__link {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    color: #005eba;
    font-size: 21px;
    line-height: 1;
    background-color: transparent !important;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .foundation__float-nav .nav__link:before {
      content: "";
      position: absolute;
      top: 13px;
      left: -20px;
      width: 13px;
      height: 2px;
      background-color: #1668be;
      -webkit-transition: background-color 0.3s ease;
      -o-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease; }
    .foundation__float-nav .nav__link:hover {
      color: #ffb400; }
      .foundation__float-nav .nav__link:hover:before {
        background-color: #ffb400; }

.foundation__count {
  color: #005eba;
  font-size: 64px;
  opacity: .07; }

.foundation__title {
  margin-bottom: 20px;
  color: #000;
  font-size: 29px;
  line-height: 1.2; }

.foundation__descr p {
  margin-bottom: 50px;
  color: #5f5f5f;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6; }

.foundation__descr .content-list-custom {
  margin-left: 0;
  margin-bottom: 50px; }

.foundation__descr .panel-group {
  margin-left: -45px; }

.foundation__descr .panel-group .panel-heading .panel-title a {
  padding-left: 45px; }

.foundation__descr .panel-title a span {
  display: block;
  color: #5f5f5f;
  font-size: 18px;
  font-weight: 300;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.foundation__descr .panel-title a[aria-expanded="true"] span {
  color: #fff; }

.foundation__descr .certificate__name {
  color: #000;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.3; }

.foundation__descr .certificate__item:first-child {
  width: 70%; }

.foundation__descr .certificate__item:last-child {
  width: 30%;
  text-align: right; }

.foundation__descr .certificate--large {
  min-height: 150px; }

.foundation__descr .card--column .certificate__item {
  width: 100%;
  text-align: left; }

.foundation__descr .card--column-between .certificate__item {
  margin-bottom: 37px; }
  .foundation__descr .card--column-between .certificate__item:last-child, .foundation__descr .card--column-between .certificate__item:first-child {
    margin-bottom: 0; }
  .foundation__descr .card--column-between .certificate__item .link {
    width: 45%; }

.foundation__descr .card--column-between .link__text {
  line-height: 1.33;
  border: 0 !important; }

.foundation__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 45px 0 30px -45px; }
  .foundation__cards .card {
    height: auto;
    width: 50%;
    padding: 35px 40px; }
    .foundation__cards .card:hover {
      background-color: #fff;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .foundation__cards .card__title {
    margin-bottom: 35px;
    color: #005eba;
    font-size: 24px; }
  .foundation__cards .card__descr {
    color: #000;
    font-size: 18px;
    line-height: 1.6; }

.foundation__item--has-bg {
  background-color: #f7f7f7;
  padding-top: 30px;
  padding-bottom: 30px; }
  .foundation__item--has-bg .foundation__count {
    color: #fff;
    opacity: 1; }

.not-visible {
  opacity: 0; }

.foundation__gallery {
  position: relative;
  margin-top: 45px; }
  .foundation__gallery .owl-dots {
    display: inline-block;
    margin-top: 33px;
    margin-left: 14px;
    font-size: 0; }
  .foundation__gallery .owl-dot {
    display: inline-block;
    background-color: #dde8f3;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
    .foundation__gallery .owl-dot + .owl-dot {
      margin-left: 9px; }
    .foundation__gallery .owl-dot.active {
      background-color: #266dbf; }

.gallery__nav {
  position: absolute;
  bottom: -17px;
  right: 7px;
  width: 185px;
  height: 46px; }

.gallery__nav-item {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 46px;
  height: 46px;
  background-color: #266dbf;
  border-radius: 50%;
  padding-top: 13px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }

.gallery__nav-item.disabled {
  background-color: #dde8f3; }
  .gallery__nav-item.disabled svg rect {
    fill: #266dbf; }

.gallery__nav-prev {
  left: 0; }

.gallery__nav-next {
  right: 0; }

.gallery__nav-next {
  padding-top: 9px; }
  .gallery__nav-next svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.gallery__counter {
  position: absolute;
  right: 50px;
  bottom: -7px;
  z-index: 15;
  display: inline-block;
  width: 100px;
  font-size: 0;
  text-align: center; }

.gallery__counter-item {
  color: #1668be;
  font-size: 18px; }

.gallery__counter-separator {
  margin: 0 3px; }

.mobile .foundation {
  padding-bottom: 60px; }

.mobile .foundation__float-nav {
  display: none !important; }

.mobile .nav--foundation {
  padding: 30px 0; }
  .mobile .nav--foundation .nav__item {
    display: block;
    width: 100%;
    text-align: center; }
    .mobile .nav--foundation .nav__item + .nav__item {
      margin-top: 34px; }
  .mobile .nav--foundation .nav__link {
    padding: 0; }

.mobile .foundation__nav {
  min-height: 444px; }

.mobile .user--foundation {
  position: relative;
  top: 0;
  right: 0;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 47px; }

.mobile .blockquote--foundation {
  border-width: 2px; }
  .mobile .blockquote--foundation:after {
    top: -27px;
    left: 50%;
    margin-left: -22px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.mobile .blockquote--complex.blockquote--foundation .blockquote__text {
  font-size: 20px; }

.mobile .blockquote--complex.blockquote--foundation p {
  padding-left: 0; }

.mobile .foundation__item [class*="col-"] {
  padding-left: 0;
  padding-right: 0; }

.mobile .foundation__cards {
  display: block;
  margin-left: 0; }
  .mobile .foundation__cards .card {
    width: 100%;
    padding: 20px; }

.mobile .foundation__item--has-bg {
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px; }

.mobile .foundation__descr .panel-group {
  margin-left: 0; }

.mobile .foundation__descr .card {
  padding: 20px 20px 30px; }

.mobile .foundation__descr .certificate__item {
  display: block;
  width: 100%; }

.mobile .foundation__descr .certificate .link {
  width: auto;
  display: block;
  text-align: center; }
  .mobile .foundation__descr .certificate .link + .link {
    margin-top: 35px; }

.mobile .foundation__descr .certificate .icon {
  margin-top: 0;
  margin-bottom: 15px; }

.mobile .foundation__descr .certificate__name {
  margin-bottom: 30px; }

.mobile .foundation__gallery .owl-dots {
  visibility: hidden; }

.mobile .gallery__nav {
  left: 50%;
  right: auto;
  margin-left: -93px; }

.mobile .gallery__counter {
  left: 50%;
  right: auto;
  margin-left: -50px; }

.main-title-bg {
  height: 100vh;
  min-height: 650px;
  position: relative;
  overflow: hidden; }
  .main-title-bg:after {
	  display:none;
    /*content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../img/svg/mouse-scroll.svg) center no-repeat;
    background-size: contain;
    width: 17px;
    height: 107px; */}
  .main-title-bg .header-container {
    min-height: 650px; }

.header-container-title {
  position: relative;
  display: block; }

.header {
  width: 100%;
  margin-top: 90px; }
  .header-container {
    max-width: 1420px;
    height: 100vh;
    padding: 0 10px;
    margin: 0 auto;
    position: relative; }
    .header-container h1 {
      margin-top: 71px;
      padding-left: calc(15.8% + 15px);
      max-width: 100%;
      color: white; }
      @media (max-width: 1199px) {
        .header-container h1 {
          padding-left: 0;
          text-align: center; } }
    .header-container .call-back {
      position: absolute;
      bottom: 61px;
      right: 15px;
      text-align: right;
      z-index: 1; }
      .header-container .call-back a {
        font-family: "FuturaMediumC";
        display: block;
        color: white;
        font-size: 21px;
        line-height: 1; }
        .header-container .call-back a:hover {
          color: #ffb400; }
      .header-container .call-back .call-back-span {
        margin-top: 5px;
        cursor: pointer;
        font-size: 18px;
        font-family: "Futura PT";
        font-weight: 300;
        color: #ffb400; }
    .header-container .icon-search svg {
      width: 20px;
      height: 20px;
      margin-top: 17px;
      margin-left: 28px; }
    .header-container .icon-search path {
      fill: white;
      -webkit-transition: fill .3s ease;
      -o-transition: fill .3s ease;
      transition: fill .3s ease; }
    .header-container .icon-search:hover path {
      fill: #ffb400; }
  .header-main {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 15px; }
    .header-main .header__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
    .header-main .header-container {
      min-height: 650px; }
    .header-main .sub-menu {
      position: absolute;
      left: 0;
      /*top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);*/ }
      .header-main .sub-menu-title {
        font-family: "FuturaMediumC";
        font-size: 39px;
        color: #4e89cb;
        margin-bottom: 15px;
        text-align: left;
        padding-left: 90px; }
      .header-main .sub-menu li {
        display: block;
        text-align: left;
        margin-left: 0 !important;
        padding: 0 0 15px 97px !important; }
        .header-main .sub-menu li a {
          font-family: "Futura PT";
          font-size: 18px;
          font-weight: 300; }
          .header-main .sub-menu li a:before {
            content: '';
            display: block;
            position: absolute;
            left: -97px;
            top: 11px;
            height: 1px;
            width: 0;
            opacity: 0;
            background-color: #ffb400;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease; }
          .header-main .sub-menu li a:hover:before {
            width: 79px;
            opacity: 1; }
  .header .logotype {
    float: left; }
  .header-nav {
    width: 100%;
    float: left;
    text-align: center; }
    @media (max-width: 1100px) {
      .header-nav {
        padding-left: 0; }
        .header-nav li {
          padding: 13px 10px; }
          .header-nav li:first-child {
            padding-left: 0;
            margin-left: -20px; } }
    .header-nav li {
      display: inline-block;
      position: static;
      padding: 13px 16px; }
      .header-nav li:hover {
        background: none; }
      .header-nav li a {
        font-size: 20px;
        font-family: "FuturaMediumC";
        color: white;
        padding: 0;
        position: relative;
        z-index: 1; }
        .header-nav li a:hover {
          background: none;
          color: #ffb400; }
  .header .action-container {
		-ms-flex-negative: 0;
			flex-shrink: 0;
		position: relative;
		z-index: 1; 
		padding-top: 9px;
}
    .header .action-container a {
      outline: 0; }
    .header .action-container .logo-PKF {
      float: left; visibility: hidden; }
    .header .action-container .language-toggle {
      margin-left: 27px;
      margin-top: 13px;
      float: left;
      color: white;
      font-size: 20px;
      font-family: "FuturaMediumC"; }
      .header .action-container .language-toggle:hover {
        color: #ffb400; }
    .header .action-container .action-btn {
      float: left; }

.inner-page .main-title-bg,
.inner-page .header-container {
  height: auto; }

.inner-page .main-title-bg {
  min-height: 127px; }

.inner-page .main-title-bg:after {
  display: none; }

.inner-page .header-nav > li > a {
  color: #005eba; }
  .inner-page .header-nav > li > a:hover {
    color: #ffb400; }

.inner-page .action-container .language-toggle {
  color: #005eba; }
  .inner-page .action-container .language-toggle:hover {
    color: #ffb400; }

.inner-page .action-container .icon-search path {
  fill: #3e4246;
  -webkit-transition: fill .3s ease;
  -o-transition: fill .3s ease;
  transition: fill .3s ease; }

.inner-page .action-container .icon-search:hover path {
  fill: #ffb400; }

.sub-menu-wrap {
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: -90px;
  left: 45%;
  margin-left: -15.3%;
  min-height: 650px;
  background-color: #005eba;
  z-index: 0;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  opacity: 0;
  -webkit-transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
  transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
  -o-transition: transform .4s ease-in-out, opacity .4s ease-in-out;
  transition: transform .4s ease-in-out, opacity .4s ease-in-out;
  transition: transform .4s ease-in-out, opacity .4s ease-in-out, -webkit-transform .4s ease-in-out; }
  @media (min-width: 1921px) {
    .sub-menu-wrap {
      width: 200%; } }
  @media (max-width: 1245px) {
    .sub-menu-wrap {
      width: 805px;
      left: auto;
      margin-left: 0;
      right: 0; } }

[data-sub-menu]:hover .sub-menu-wrap {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1; }

.feedback .sub-menu {
  top: 348px; }

.feedback.open .sub-menu-wrap {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1; }

.jarallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/* step 2 */
.page-wrapper {
  overflow: hidden; }

.main-title-bg.main-title-bg--404 {
  height: 658px;
  overflow: visible; }
  .main-title-bg.main-title-bg--404:after {
    content: none; }

.main--inner.main--inner-404 .jarallax {
  height: 658px; }

.main--inner.main--inner-404 .main__header {
  position: relative;
  z-index: 1; }

.icon {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat; }

.icon--file-pdf:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 33px;
  background-image: url(../img/icons/pdf.svg);
  margin-left: -12px;
  margin-top: -16px; }

.icon--file-jpg:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 32px;
  background-image: url(../img/icons/jpg.svg);
  margin-left: -12px;
  margin-top: -16px; }

.icon--clock {
  width: 23px;
  height: 23px;
  background-image: url(../img/icons/icon-clock.svg); }

.icon--arrow-down {
  width: 14px;
  height: 8px;
  background-image: url(../img/icons/arrow-down.svg); }

.icon--close {
  width: 14px;
  height: 14px;
  background-image: url(../img/icons/close.svg); }

@media (min-width: 768px) {
  .layout {
    width: 970px; } }

@media (min-width: 992px) {
  .layout {
    width: 970px; } }

@media (min-width: 1200px) {
  .layout {
    width: 1170px; } }

.layout {
  position: relative;
  padding-bottom: 143px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .layout h1 {
    margin-top: 50px;
    margin-bottom: 38px;
    color: #1668be;
    font-size: 41px;
    font-weight: 400;
    line-height: 1; }

.layout-mobile {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px; }

.layout-mobile-menu {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }

.layout .content > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
		  
.layout .content > .row.service-var {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.mobile .layout .content > .row {
  display: block; }

.layout--flex .content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%; }
  .layout--flex .content .row:before, .layout--flex .content .row:after {
    content: none; }

.layout--team {
  margin-top: 100px; }

.layout--pb0 {
  padding-bottom: 0; }

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

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

.row--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .row--flex:before, .row--flex:before {
    content: none; }

.row--clear-pseudo:before, .row--clear-pseudo:after {
  content: none; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.no-gutters-deeper [class*="col-"] {
  padding-left: 0;
  padding-right: 0; }

.header--inner {
	position: relative;
	/*z-index: 1050;*/
	margin-top: 0;
	/*padding-top: 92px;*/
	padding-top: 72px;
	padding-bottom: 180px;
	margin-bottom: -180px;
	background-color: transparent;
	-webkit-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease; 
}
  .header--inner:after {
    /*content: '';
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: 570px;
    width: 1170px;
    height: 474px;
    background-color: transparent;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; */}
    @media (max-width: 1199px) {
      .header--inner:after {
        content: none;
        width: 970px;
        margin-left: 470px; } }
  .header--inner .logo__pic svg path {
    -webkit-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
    transition: fill 0.3s ease; }
  .header--inner.is-active {
    background-color: #005eba; }
    .header--inner.is-active:after {
      background-color: #005eba; }
    .header--inner.is-active .logo__pic svg * {
      fill: #fff; }
    .header--inner.is-active .lang__link {
      color: #fff; }
    .header--inner.is-active .icon-search path {
      fill: #fff; }
    .header--inner.is-active .icon-search:hover path {
      fill: #ffb400; }
    .header--inner.is-active .header__title {
      display: block; }

.header__title {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  padding-bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

@media (min-width: 768px) {
  .header__layout {
    width: 970px; } }

@media (min-width: 992px) {
  .header__layout {
    width: 970px; } }

@media (min-width: 1200px) {
	.header__layout {
		width: 1280px; 
	} 
}

@media (min-width: 1600px) {
  .header__layout {
    width: 1430px; } }

.header__layout {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 69px; }

.header__layout--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.header__right {
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start; */
}

.logo__pic {
  display: block;}

.lang {
  margin: 12px 30px 0 23px; }
.header--inner .lang {
	margin: 12px 25px 0 0; 
	float:left;
}

.lang__link {
  color: #1668be;
  font-size: 18px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .lang__link:hover {
    color: #ffb400; }

.header__search {
  margin-top: 15px; }
  .header__search a {
    outline: 0; }
  .header__search .icon-search svg {
    width: 20px;
    height: 20px; }
  .header__search .icon-search path {
    fill: #3e4246;
    -webkit-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
    transition: fill 0.3s ease; }
  .header__search .icon-search:hover path {
    fill: #ffb400; }

.some {
  display: block;
  position: relative; }

.left-border-block {
  position: relative;
  padding-left: 14px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 29px;
  font-weight: 300;
  font-family: "Futura PT";
  color: #5f5f5f; }
  .left-border-block:hover b {
    color: #ffb400; }
  .left-border-block:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    width: 1px;
    height: 125px;
    background-color: #dde8f3; }
  .left-border-block b {
    padding-right: 50px;
    display: block;
    font-size: 26px;
    line-height: 36px;
    color: black;
    margin-bottom: 6px;
    font-weight: 400;
    font-family: "FuturaMediumC";
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease; }

.left-border-wrap {
  margin-top: 51px;
  margin-bottom: 50px; }
  .left-border-wrap .col-md-3 {
    padding-right: 0; }

.list {
  margin-bottom: 0; }

.list__item {
  line-height: 1; }

.header__submenu .list__item,
.popup__list .list__item {
  margin-bottom: 28px; }

.header__submenu .list__link,
.popup__list .list__link {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .header__submenu .list__link:before,
  .popup__list .list__link:before {
    content: '';
    position: absolute;
    top: 12px;
    left: -45px;
    width: 0;
    height: 1px;
    background-color: #ffb400;
    -webkit-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease; }
  .header__submenu .list__link.is-active, .header__submenu .list__link:hover,
  .popup__list .list__link.is-active,
  .popup__list .list__link:hover {
    color: #ffb400; }
    .header__submenu .list__link.is-active:before, .header__submenu .list__link:hover:before,
    .popup__list .list__link.is-active:before,
    .popup__list .list__link:hover:before {
      width: 31px; }

.header__nav {
  margin-bottom: 14px;
  padding-left: 60px; }
  @media (max-width: 1199px) {
    .header__nav {
      padding-left: 0; } }
  .header__nav > .list {
    position: relative;
    font-size: 0; }
    .header__nav > .list > .list__item {
      position: static;
      display: inline-block;
      vertical-align: middle;
      padding: 0 18px;
      /*&:last-child{
				.header__submenu .list__item{
					width: 100%;
				}
			}*/ }
      @media (max-width: 1199px) {
        .header__nav > .list > .list__item {
          padding: 0 15px; } }
      .header__nav > .list > .list__item:hover > .list__link {
        color: #ffb400; }
      .header__nav > .list > .list__item:hover .header__submenu {
        opacity: 1;
        visibility: visible; }
      .header__nav > .list > .list__item > .list__link {
        color: #005ebb;
        font-size: 20px; }
        @media (max-width: 1199px) {
          .header__nav > .list > .list__item > .list__link {
            font-size: 16px; } }

.header__submenu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  width: 100%;
  padding-top: 42px;
  padding-bottom: 13px;
  margin-left: -18px;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease; }
  .header__submenu .list__item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin-bottom: 20px;
    padding-left: 45px; }
  .header__submenu .list__link {
    color: #fff;
    line-height: 1.12; }
    @media (max-width: 1199px) {
      .header__submenu .list__link {
        font-size: 16px; } }

.header--inner.is-active .header__nav > .list > .list__item:hover > .list__link {
  color: #ffb400; }

.header--inner.is-active .header__nav > .list > .list__item > .list__link {
  color: #fff; }
  .header--inner.is-active .header__nav > .list > .list__item > .list__link:hover {
    color: #ffb400; }

.mobile body {
  overflow: auto;
  min-width: 320px;
  margin-left: auto;
  margin-right: auto; }

.main {
  min-height: 568px;
  background-color: #fff;
  background-size: cover; }
  .main .lang {
    display: inline-block;
    vertical-align: middle;
    margin: 0 18px 0 10px; }
  .main .lang__link {
    color: #fff;
    font-size: 21px; }

.main__header {
  padding-top: 20px; }

.main__logo {
  display: inline-block;
  vertical-align: middle; }

.main__title {
  padding-right: 30px;
  padding-left: 30px;
  text-align: center; }
  .main__title h1 {
    margin-top: 137px;
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px; }

.main__search {
  display: inline-block;
  vertical-align: middle; }

.main__footer {
  margin-top: 120px; }

.main__menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #1769bd;
  z-index: 100;
  padding-top: 25px;
  padding-bottom: 25px;
  overflow-y: scroll;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out; }
  .main__menu.is-hidden {
    opacity: 0;
    visibility: hidden; }
  .main__menu .box__right {
    text-align: right; }
  .main__menu .form--services {
    overflow: hidden; }

.link--close-menu {
  position: relative;
  top: -2px;
  right: -7px;
  display: inline-block;
  padding: 10px; }

.no-scroll {
  display: block;
  position: fixed;
  overflow: hidden;
  height: 100%; }

.main__menu-list {
  margin-top: 60px;
  padding-left: 10px; }
  .main__menu-list > .list__item {
    position: relative; }
    .main__menu-list > .list__item > .list__link {
      position: relative;
      display: block;
      padding-top: 7px;
      padding-bottom: 7px;
      color: #ffffff;
      font-size: 26px;
      line-height: 1; }
    .main__menu-list > .list__item.list__item-parent > .list__link:after {
      content: '';
      position: absolute;
      top: 20px;
      right: 3px;
      z-index: 0;
      width: 14px;
      height: 8px;
      background-image: url(../img/icons/select-arrow.svg);
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      -o-transition: transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    .main__menu-list > .list__item.list__item-parent > .list__link.is-active:after {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }

.main__submenu-list {
  display: none;
  padding: 10px 18px; }
  .main__submenu-list .list__link {
    display: inline-block;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .main__submenu-list .list__link:hover {
      color: #ffb400; }

.main__menu--services {
  padding-bottom: 43px; }
  .main__menu--services .link--close-menu {
    top: -2px;
    right: 3px; }
  .main__menu--services .form--aside .form-group {
    max-width: none; }
  .main__menu--services .user__pic {
    margin-bottom: 23px; }
  .main__menu--services .user__img {
    max-width: 88px; }
  .main__menu--services .user__post {
    margin-bottom: 10px; }
  .main__menu--services .user__post,
  .main__menu--services .form__choice-text,
  .main__menu--services .label--radio .label__name,
  .main__menu--services .label--checkbox .label__name,
  .main__menu--services .user__name {
    color: #fff; }
  .main__menu--services .user__phone .phone__item:before {
    content: none; }
  .main__menu--services .user__phone .phone__item {
    margin-right: 0; }
  .main__menu--services .textarea-wrap {
    width: 100%; }

.main__menu-department {
  margin-bottom: 35px; }
  .main__menu-department label {
    margin-bottom: 27px;
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;
    line-height: 1; }
  .main__menu-department .custom-select .bootstrap-select > .dropdown-toggle {
    background-color: #fff !important; }
  .main__menu-department .custom-select .bootstrap-select .bs-caret {
    height: 49px; }
  .main__menu-department .dropdown-menu > li > a {
    white-space: normal;
    line-height: 1.25; }
  .main__menu-department .bootstrap-select > .dropdown-toggle {
    padding-right: 65px;
    overflow: hidden; }
    .main__menu-department .bootstrap-select > .dropdown-toggle span {
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis; }

.main__menu--search {
  height: 100%;
  padding-bottom: 55px; }
  .main__menu--search .link--close-menu {
    top: -2px;
    right: 3px; }

.main__menu-search {
  margin-top: 21px; }
  .main__menu-search .input-group {
    position: relative;
    width: 100%; }
  .main__menu-search .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff; }
  .main__menu-search .form-control-addon-left {
    padding-left: 47px; }
  .main__menu-search .addon {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    font-size: 0; }
  .main__menu-search .addon--left {
    left: 4px; }

.main__menu-result .result {
  margin-top: 30px; }

.result__item {
  margin-bottom: 45px; }
  .result__item:last-child {
    margin-bottom: 0; }

.result__descr {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6; }
  .result__descr span {
    color: #98cafd; }

.result__title {
  margin-bottom: 5px;
  color: #fff;
  font-size: 26px;
  line-height: 1.4; }
  .result__title .link {
    color: #ffb400;
    text-decoration: none; }

.main-services {
  padding-top: 52px;
  background-image: url(../img/bg/main-services-bg.jpg);
  background-repeat: no-repeat;
  background-position: left 100% top 127px; }

.main-services__item {
  display: block;
  margin-top: -1px;
  padding: 40px 18px;
  border: 1px solid #dde8f3;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  .main-services__item:hover {
    background-color: #1769bd; }
    .main-services__item:hover .main-services__title {
      color: #ffb400; }
    .main-services__item:hover .main-services__descr {
      color: #fff; }

.main-services__title {
  display: block;
  margin-bottom: 13px;
  color: #005eba;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.main-services__descr {
  color: #5f5f5f;
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.box__right .main__logo {
  margin-right: 5px; }

.main-industry {
  padding-top: 39px;
  padding-bottom: 20px; }
  .main-industry h2 {
    margin-top: 0;
    margin-bottom: 25px;
    color: #005eba;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px; }
  .main-industry .link--showmore {
    margin-left: 20px; }

.main-industry__item {
  position: relative;
  display: block;
  padding: 20px 20px; }
  .main-industry__item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    width: 123px;
    height: 1px;
    background-color: #dde8f3; }

.main-industry__title {
  display: block;
  margin-bottom: 10px;
  color: #010101;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px; }

.main-industry__descr {
  color: #5f5f5f;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px; }

.main-news {
  padding-top: 50px;
  padding-bottom: 20px; }
  .main-news .link--showmore {
    margin-left: 10px; }

.main-news__item {
  position: relative;
  display: block;
  padding-top: 30px;
  padding-bottom: 30px; }
  .main-news__item:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #dde8f3; }
  .main-news__item:last-child {
    margin-bottom: 0; }
    .main-news__item:last-child:after {
      content: none; }
  .main-news__item:hover .main-news__descr {
    color: #ffb400; }

.main-news__title {
  margin-bottom: 24px;
  padding-left: 5px;
  padding-right: 5px;
  color: #1668be;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px; }

.main-news__pic {
  display: block;
  margin-bottom: 27px; }

.main-news__img {
  min-width: 100%;
  max-width: 100%; }

.main-news__date {
  display: block;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  color: #1668be;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.main-news__descr {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  color: #010101;
  font-size: 26px;
  font-weight: 400;
  line-height: 29px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.main-news--pfk {
  padding-bottom: 0; }
  .main-news--pfk .main-news__title {
    padding-left: 15px;
    padding-right: 15px; }
  .main-news--pfk .main-news__item {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f3f4f4;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
    .main-news--pfk .main-news__item:hover {
      background-color: #1769bd; }
      .main-news--pfk .main-news__item:hover .main-news__date {
        color: #73a6db; }
  .main-news--pfk .link--showmore {
    display: block;
    background-color: #f3f4f4;
    margin-left: 0;
    padding: 45px 0 45px 20px; }

.main-charitable {
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 83px;
  padding-bottom: 91px; }

.main-charitable__title {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 10px;
  color: #ffffff;
  font-size: 26px;
  font-weight: 400;
  line-height: 28px;
  z-index: 1; }
  .main-charitable__title:before {
    content: '';
    position: absolute;
    top: -18px;
    left: 251px;
    z-index: 0;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background-color: #71bd44; }
  .main-charitable__title span {
    position: relative;
    left: -14px; }

.mobile .main-charitable__title:before {
  left: 248px; }

.main-charitable__title--eng:before {
  left: 172px; }

.main-charitable__title--eng span {
  left: -12px; }

.main-charitable__title-text {
  position: relative; }

.main-charitable__descr {
  padding-left: 30px;
  padding-right: 30px;
  color: #fbfbfb;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px; }

.main-publication {
  margin-top: 38px; }
  .main-publication .link--showmore {
    display: inline-block;
    margin: 20px 0 50px; }

.main-publication__title {
  margin-bottom: 22px;
  color: #1668be;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px; }

.main-publication__item {
  padding: 30px 20px 50px; }
  .main-publication__item:hover {
    background-color: #1769bd; }
    .main-publication__item:hover .main-publication__date,
    .main-publication__item:hover .main-publication__number {
      color: #73a6db; }
    .main-publication__item:hover .main-publication__date .link,
    .main-publication__item:hover .main-publication__descr {
      color: #ffb400; }

.main-publication__date {
  margin-bottom: 21px;
  font-size: 16px;
  color: #005eba;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.main-publication__number {
  font-size: 14px;
  color: #005eba;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.main-publication__descr {
  font-size: 26px;
  line-height: 1.1; }

.main-map__title {
  margin-bottom: 24px;
  padding-left: 10px;
  padding-right: 10px;
  color: #1668be;
  font-size: 32px;
  font-weight: 400;
  line-height: 1; }

.mobile .map-container__map {
  min-width: 100% !important; }
  .mobile .map-container__map .map {
    width: 100% !important; }

.main-footer {
  background-color: #fff;
  padding-top: 43px; }
  .main-footer .box__item {
    vertical-align: top;
    width: 50%;
    margin-bottom: 40px; }
    .main-footer .box__item ul {
      margin-bottom: 0; }
    .main-footer .box__item li {
      margin-bottom: 12px;
      padding-right: 20px; }
      .main-footer .box__item li a {
        color: #5f5f5f;
        font-size: 17px;
        font-weight: 300;
        line-height: 1;
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease; }
        .main-footer .box__item li a:hover {
          color: #ffb400; }
  .main-footer .box__item-title {
    display: inline-block;
    margin-bottom: 20px;
    color: #151515;
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .main-footer .box__item-title:hover {
      color: #ffb400; }

.main-footer__contacts-title {
  color: #151515; }
  .main-footer__contacts-title .link {
    color: #151515;
    text-decoration: none; }

.main-footer__contacts-descr {
  margin-top: 20px; }
  .main-footer__contacts-descr p {
    margin-bottom: 20px;
    color: #5f5f5f;
    font-size: 17px;
    font-weight: 300;
    line-height: 28px; }

.main-footer__copyright {
  padding-top: 20px; }
  .main-footer__copyright .box__item:last-child {
    padding-left: 4px; }
    .main-footer__copyright .box__item:last-child p {
      margin-bottom: 10px; }
  .main-footer__copyright p {
    margin-bottom: 0;
    color: #797979;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px; }
    .main-footer__copyright p .link {
      color: #1668be;
      font-size: 16px;
      white-space: nowrap;
      text-decoration: none;
      -webkit-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      .main-footer__copyright p .link:hover {
        color: #ffb400; }

.main-footer__disclaimer {
  margin: 40px 0; }

.main-footer__disclaimer-text {
  font-size: 18px;
  font-weight: 300; }

.box {
  font-size: 0; }

.box--min-left .box__left {
  width: 30%; }

.box--min-left .box__right {
  width: 70%; }

.box__item {
  display: inline-block;
  vertical-align: middle;
  width: 50%; }

.main__footer .box__right,
.main__header .box__right {
  text-align: right; }

.main__footer .box__left {
  width: 40%; }

.main__footer .box__right {
  width: 60%; }

.main--inner {
  min-height: 141px; }
  .main--inner .main__menu-list {
    margin-top: 10px;
    margin-bottom: 40px; }
  .main--inner .lang {
    margin-left: 0; }
  .main--inner .users {
    min-height: 266px; }

.content--inner h1 {
  margin: 0 0 43px 0;
  color: #1668be;
  /*font-size: 32px;*/}

.content--inner .content__main > h2,
.content--inner .content__main > h3 {
  margin-left: 0;
  margin-right: 0; }

.content--inner .content__main > p {
  margin-left: 0;
  margin-right: 0; }

.content--inner .full-width-img {
  margin-top: 40px;
  margin-bottom: 15px; }

.content--inner .content-block-item.content-block-highlighted {
  padding-left: 10px;
  padding-right: 10px; }

.content--inner .content-block-group .content-block-item > div {
  padding-left: 0;
  text-align: center;
  border: 0 !important; }

.content--inner .content-block-group {
  margin-bottom: 0; }
  .content--inner .content-block-group .content-block-item {
    position: relative; }
    .content--inner .content-block-group .content-block-item:nth-child(2):after {
      content: '';
      position: absolute;
      left: 100px;
      right: 100px;
      bottom: 0;
      height: 1px;
      background-color: #dde8f3; }
    .content--inner .content-block-group .content-block-item p {
      color: #373737; }

.content--inner .owl-carousel .owl-nav .owl-prev {
  left: 0; }

.content--inner .owl-carousel .owl-nav .owl-next {
  right: 0; }

.content--inner .logo-rotor {
  margin-top: 0;
  margin-bottom: 0; }

.content--inner .logo-rotor .logo-item {
  height: 80px; }

.content--inner .left-border-title {
  margin-left: 0;
  margin-right: 0; }
  .content--inner .left-border-title h2 {
    padding-left: 17px;
    border-width: 4px;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.25; }

.content--inner .block-widt-left-img {
  margin: 0; }
  .content--inner .block-widt-left-img .row {
    margin: 0; }
  .content--inner .block-widt-left-img .col-sm-6 {
    padding: 0; }
  .content--inner .block-widt-left-img .full-width-img {
    margin-top: 0; }

.content--inner .panel-group .panel-heading .panel-title a {
  padding-left: 10px;
  padding-right: 30px;
  font-size: 18px; }
  .content--inner .panel-group .panel-heading .panel-title a:after {
    right: 10px; }

.content--inner .panel-group .panel-body {
  padding-left: 10px;
  padding-right: 10px; }

.content--inner .content-list-custom {
  margin-left: 0;
  margin-right: 0; }
  .content--inner .content-list-custom .row {
    margin: 0; }
  .content--inner .content-list-custom .col-sm-6 {
    padding: 0; }

.content--inner .content-list-custom ul > li ul {
  margin-left: 0; }

.aside.aside--inner {
  margin-top: 53px;
  padding-right: 0 !important; }
  .aside.aside--inner:before, .aside.aside--inner:after {
    content: none !important; }
  .aside.aside--inner .form--aside {
    padding: 0 10px; }
    .aside.aside--inner .form--aside .form-group {
      max-width: none; }
  .aside.aside--inner .textarea-wrap {
    width: 100%;
    overflow: hidden; }

.mobile .content__main {
  padding-bottom: 50px; }

.map-container {
  margin-top: 50px;
  background-color: #005eba;
  overflow: hidden;
  height: 651px; }
  .map-container .map-inner {
    max-width: 1420px;
    padding: 0 0;
    margin: 0 auto; }
  .map-container__map {
    height: 651px;
    width: 100%;
    float: left;
    position: absolute;
    left: 0; }
    .map-container__map.fist-init {
      width: 100% !important;
      min-width: 992px;
      position: absolute;
      left: 0;
      overflow: hidden; }
      .map-container__map.fist-init .map {
        width: 100% !important; }
    .map-container__map .map {
      overflow: hidden;
      height: 651px;
      width: 100%;
      position: absolute;
      left: 0;
      -webkit-transition: width .5s ease;
      -o-transition: width .5s ease;
      transition: width .5s ease; }
    @media (max-width: 1024px) {
      .map-container__map {
        width: 35%; } }
    .map-container__map [class*="clusterSmallIcon"] {
      background: none;
      border-radius: 50%;
      background-color: #005eba;
      -webkit-box-shadow: 0 4px 5px 0 rgba(61, 71, 87, 0.31);
              box-shadow: 0 4px 5px 0 rgba(61, 71, 87, 0.31);
      width: 46px;
      height: 46px; }
      .map-container__map [class*="clusterSmallIcon"] ymaps {
        font-size: 18px !important;
        font-family: "Futura PT" !important;
        font-weight: 400 !important;
        top: 11px !important;
        color: white; }
    .map-container__map [class*="ymaps-2"][class*="-ground-pane"] {
      filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
      -webkit-filter: grayscale(40%);
      background-color: red; }
      .map-container__map [class*="ymaps-2"][class*="-ground-pane"]:before {
        content: "";
        display: block;
        position: absolute;
        width: 5000px;
        height: 5000px;
        left: -2000px;
        top: -2000px;
        z-index: 151;
        background-color: rgba(0, 94, 186, 0.25); }
  .map-container__text {
    position: relative;
    height: 651px;
    width: 445px;
    float: left;
    background-color: #056bce;
    padding: 60px 35px 60px 57px;
    z-index: 0;
    margin-left: 580px;
    font-family: "Futura PT";
    font-weight: 300;
    color: white;
    pointer-events: none;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
    -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, -webkit-transform .4s ease;
    -o-transition: transform .4s ease, opacity .4s ease;
    transition: transform .4s ease, opacity .4s ease;
    transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease; }
    .map-container__text.open {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      pointer-events: all;
      opacity: 1; }
    .map-container__text p {
      font-family: "Futura PT";
      font-weight: 300;
      font-size: 18px;
      line-height: 29px;
      margin-bottom: 1px; }
    .map-container__text a:hover {
      color: #ffb400; }
    .map-container__text-left {
      float: left;
      width: 46.6%;
      padding-right: 10px; }
      .map-container__text-left b {
        display: block;
        margin-top: 0; }
    .map-container__text-right {
      float: left;
      width: 53.4%; }
      .map-container__text-right a {
        float: right;
        padding-right: 10px; }
    @media (max-width: 1250px) {
      .map-container__text {
        padding: 30px;
        width: calc(100% - 65%); }
        .map-container__text-left {
          width: 100%; }
        .map-container__text-right {
          width: 100%; } }
    .map-container__text .pull-bottom {
      width: calc(100% - 75px);
      position: absolute;
      bottom: 46px; }
      @media (max-width: 1250px) {
        .map-container__text .pull-bottom {
          width: calc(100% - 50px); } }
      .map-container__text .pull-bottom .custom-scroll-wrap {
        margin-bottom: 5px;
        max-height: 300px;
        overflow: auto; }
        .map-container__text .pull-bottom .custom-scroll-wrap .mCSB_container {
          margin-right: 15px; }
        .map-container__text .pull-bottom .custom-scroll-wrap .mCSB_scrollTools {
          opacity: 0 !important; }
        .map-container__text .pull-bottom .custom-scroll-wrap:hover .mCSB_scrollTools {
          opacity: .25 !important; }
  .map-container__select {
    width: 395px;
    height: 651px;
    float: left;
    background-color: transparent;
    position: relative;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    -webkit-transition-delay: 0.6s;
         -o-transition-delay: 0.6s;
            transition-delay: 0.6s;
    padding: 70px 0 60px 55px;
    font-family: "Futura PT";
    font-size: 18px;
    font-weight: 300;
    color: white; }
    .map-container__select.open {
      background-color: #005eba; }
      .map-container__select.open .map-country-select-list {
        pointer-events: all;
        opacity: 1; }
      .map-container__select.open .bootstrap-select > .dropdown-toggle.bs-placeholder {
        background-color: #2972ba; }
    .map-container__select .bootstrap-select > .dropdown-toggle,
    .map-container__select .bootstrap-select > .dropdown-toggle.bs-placeholder {
      height: 52px !important;
      -webkit-transition: background-color .3s ease;
      -o-transition: background-color .3s ease;
      transition: background-color .3s ease; }
    .map-container__select .bootstrap-select > .dropdown-toggle.bs-placeholder {
      background-color: rgba(255, 255, 255, 0.38); }
    .map-container__select .bootstrap-select {
      pointer-events: all; }
    @media (max-width: 1470px) {
      .map-container__select {
        padding-right: 15px; } }
    @media (max-width: 1250px) {
      .map-container__select {
        padding: 30px; } }
    .map-container__select .map-country-select-list {
      max-height: 463px;
      margin-left: -55px;
      overflow: auto;
      position: relative;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease;
      -webkit-transition-delay: 0.6s;
           -o-transition-delay: 0.6s;
              transition-delay: 0.6s; }
      @media (max-width: 1250px) {
        .map-container__select .map-country-select-list {
          margin-left: -30px;
          max-height: 504px; } }
      .map-container__select .map-country-select-list .mCSB_scrollTools {
        opacity: 0 !important; }
      .map-container__select .map-country-select-list:hover .mCSB_scrollTools {
        opacity: .25 !important; }
      .map-container__select .map-country-select-list:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 20px;
        z-index: 10;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #005eba), color-stop(50%, #005eba), to(rgba(0, 94, 186, 0)));
        background: -webkit-linear-gradient(top, #005eba 0, #005eba 50%, rgba(0, 94, 186, 0) 100%);
        background: -o-linear-gradient(top, #005eba 0, #005eba 50%, rgba(0, 94, 186, 0) 100%);
        background: linear-gradient(to bottom, #005eba 0, #005eba 50%, rgba(0, 94, 186, 0) 100%); }
      .map-container__select .map-country-select-list:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 20px;
        z-index: 10;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #005eba), color-stop(20%, #005eba), color-stop(60%, rgba(0, 94, 186, 0.6)), to(rgba(0, 94, 186, 0)));
        background: -webkit-linear-gradient(bottom, #005eba 0, #005eba 20%, rgba(0, 94, 186, 0.6) 60%, rgba(0, 94, 186, 0) 100%);
        background: -o-linear-gradient(bottom, #005eba 0, #005eba 20%, rgba(0, 94, 186, 0.6) 60%, rgba(0, 94, 186, 0) 100%);
        background: linear-gradient(to top, #005eba 0, #005eba 20%, rgba(0, 94, 186, 0.6) 60%, rgba(0, 94, 186, 0) 100%); }
      .map-container__select .map-country-select-list .mCSB_container {
        padding-top: 55px;
        padding-bottom: 50px;
        padding-left: 55px; }
        @media (max-width: 1250px) {
          .map-container__select .map-country-select-list .mCSB_container {
            padding-left: 30px;
            margin-right: 5px; } }
      .map-container__select .map-country-select-list b {
        font-family: "FuturaMediumC";
        font-weight: 400;
        font-size: 21px;
        color: white;
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease;
        margin-right: 10px; }
      .map-container__select .map-country-select-list span {
        color: #ffb400; }
      .map-container__select .map-country-select-list a {
        display: block;
        font-size: 18px;
        line-height: 29px;
        font-family: "Futura PT";
        font-weight: 300;
        position: relative;
        margin-bottom: 30px; }
        .map-container__select .map-country-select-list a:before {
          content: "";
          display: block;
          position: absolute;
          height: 1px;
          width: 0;
          background-color: #ffb400;
          left: -55px;
          top: 14px;
          -webkit-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease; }
        .map-container__select .map-country-select-list a.is-active b, .map-container__select .map-country-select-list a:hover b {
          color: #ffb400; }
        .map-container__select .map-country-select-list a.is-active:before, .map-container__select .map-country-select-list a:hover:before {
          opacity: 1;
          width: 45px; }

.map-container__close {
  position: absolute;
  top: -15px;
  left: 50%;
  z-index: 10;
  width: 100%;
  max-width: 1420px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  outline: 0; }
  .map-container__close .fancybox-close-small {
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    outline: 0; }
    @media (max-width: 1469px) {
      .map-container__close .fancybox-close-small {
        right: 15px; } }
    .map-container__close .fancybox-close-small:after {
      top: 0;
      right: 0;
      width: 30px;
      height: 30px;
      line-height: 30px;
      outline: 0; }

.no-delay {
  -webkit-transition-delay: 0s !important;
       -o-transition-delay: 0s !important;
          transition-delay: 0s !important; }

.services-main {
  padding: 164px 0 113px;
  background-image: url(../img/bg/tree-main.png);
  background-repeat: no-repeat;
  background-position: 100% 50%; }

.menu-table table {
  position: relative; }

.menu-table td {
  width: 33.3333%;
  max-width: 33.3333%;
  padding: 23px 35px 30px 35px;
  border: 1px solid #dce7f2;
  position: relative; }

.menu-table h2 {
  margin-top: 0;
  margin-bottom: 15px; }
  @media (max-width: 1180px) {
    .menu-table h2 {
      font-size: 30px;
      line-height: 25px; } }

.menu-table p {
  font-size: 21px;
  font-family: "FuturaMediumC";
  line-height: 1.44;
  margin-bottom: 0; }

.menu-table a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-color: transparent;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease; }

.menu-table a p,
.menu-table a h2 {
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease; }

.menu-table a figcaption {
  position: relative;
  z-index: 1; }

.menu-table a:hover h2 {
  color: #ffb400; }

.menu-table a:hover p {
  color: white; }

.menu-table a:hover:before {
  background-color: #005eba; }

.img-tree-right {
  background-position: right center;
  background-size: auto; }

.metadata__pic {
  position: relative;
  width: 140px;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  border: 2px solid #dde8f3;
  border-radius: 50%;
  overflow: hidden; }

.metadata__img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 139px;
  border-radius: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.mobile .metadata {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px; }

.mobile .metadata__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.mobile .metadata__aithor .link {
  text-decoration: none; }

.mobile .metadata__date .icon {
  margin-right: 12px; }

.mobile .metadata__pic {
  width: 58px;
  height: 58px;
  margin-bottom: 0;
  margin-right: 18px; }

.mobile .metadata__img {
  max-width: 57px; }

.mobile .metadata__date {
  color: #5f5f5f;
  font-size: 18px; }

.mobile .metadataBlock {
  display: block; }
  .mobile .metadataBlock .metadata__item {
    margin: 1.5em 0; }
  .mobile .metadataBlock .metadata__pic {
    margin-left: 0; }

.mobile .metadata__button {
  display: block;
  margin: 1.5em 0;
  text-align: center; }

.news-block {
  display: block;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease; }
  .news-block:hover h3 {
    color: #ffb400; }
  .news-block .news-date {
    color: #1668be;
    font-size: 14px;
    margin: 15px 0;
    font-family: "Futura PT";
    font-weight: 400; }
    .news-block .news-date:first-child {
      margin-top: 25px; }
  .news-block h3 {
    font-size: 27px;
    font-family: "FuturaMediumC";
    font-weight: 400;
    margin-bottom: 3px; }
  .news-block p {
    font-size: 18px;
    margin-bottom: 0; }
  .news-block h3, .news-block p {
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease; }
  .news-block__small {
    display: table;
    vertical-align: top;
    margin-bottom: 70px;
    margin-top: 70px; }
    .news-block__small:nth-last-child(2) {
      margin-bottom: 30px; }
    .news-block__small .news-date {
      margin-bottom: 5px; }
    .news-block__small p {
      margin-bottom: 0; }
    .news-block__small h3 {
      margin-top: -4px; }
    .news-block__small figure figure {
      width: 37.7%;
      display: table-cell;
      vertical-align: top;
      padding-right: 30px; }
      .news-block__small figure figure img {
        max-width: 264px; }
    .news-block__small figcaption {
      display: table-cell;
      width: 100%;
      vertical-align: top; }
  .news-block__col {
    padding: 60px 0;
    margin-bottom: 50px; }
    .news-block__col h2 {
      font-size: 36px;
      margin-top: 0; }
      .news-block__col h2 + .news-block {
        margin-top: 55px; }
  .col-md-9 .news-block {
    padding-right: 75px; }

.bg-gray {
  background-color: #f7f7f7; }
  .bg-gray__right {
    background-color: transparent;
    position: relative; }
    .bg-gray__right:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      position: absolute;
      right: 0;
      left: 0;
      bottom: 0;
      width: 300%;
      z-index: -1;
      background-color: #f7f7f7; }
    .bg-gray__right .black-link {
      padding-left: 25px; }
    .bg-gray__right h2 {
      padding: 0 25px; }
      .bg-gray__right h2 + .news-block {
        margin-top: 20px !important; }
    .bg-gray__right .news-block {
      padding: 35px 25px; }
      .bg-gray__right .news-block:hover {
        background-color: #005eba; }
        .bg-gray__right .news-block:hover h3 {
          color: #ffb400; }
        .bg-gray__right .news-block:hover p {
          color: white; }
        .bg-gray__right .news-block:hover .news-date {
          color: #73a6db; }

.has-right-aside {
  overflow: hidden; }

.container--news {
  padding-bottom: 70px; }

h1.layout__title-news {
  margin-top: 50px; }

.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 164px;
  margin: 90px 0;
  text-decoration: none !important; }
  .news__item:hover .news__title {
    color: #ffb400; }

/* первая новость */
.news__item:first-child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 120px;
  margin-top: 0; }
  .news__item:first-child .news__pic {
    margin-bottom: 33px;
    margin-right: 0;
    max-width: none; }
  .news__item:first-child .news__date {
    margin-bottom: 18px; }
  .news__item:first-child .news__title {
    margin-bottom: 8px; }

.news__pic {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 263px;
  margin-right: 30px; }

.news__img {
  max-width: 100%; }

.news__title {
  margin-bottom: 15px;
  color: #000;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.1;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.news__date {
  margin-bottom: 2px;
  color: #1668be;
  font-weight: 400;
  font-size: 15px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.news__descr {
  color: #5f5f5f;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.33;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

/* новости сбоку */
.news--aside {
  max-width: 360px; }
  .news--aside .news__item {
    display: block;
    margin: 0;
    padding: 30px;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
    .news--aside .news__item:hover {
      background-color: #005eba; }
      .news--aside .news__item:hover .news__date {
        color: #73a6db; }
      .news--aside .news__item:hover .news__descr {
        color: #fff; }
  .news--aside .news__pic {
    max-width: none;
    margin-right: 0;
    margin-bottom: 12px; }
  .news--aside .news__date {
    margin-bottom: 8px; }
  .news--aside .news__date,
  .news--aside .news__descr {
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease; }

.news__item--small {
  position: relative; }
  .news__item--small:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
    height: 1px;
    background-color: #dde8f3;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
  .news__item--small:hover:after {
    background-color: #005eba; }
  .news__item--small:last-child:after {
    content: none; }
  .news__item--small .news__title {
    font-size: 21px; }

.news-show-more {
  margin-top: 38px;
  padding-left: 30px; }

p.news-date {
  margin-top: 61px;
  margin-bottom: 0;
  color: #000;
  font-size: 21px;
  line-height: 1;
  font-weight: 400; }

.news-light {
  margin-top: 60px; }
  .news-light [class*="col-"] {
    margin-bottom: 40px; }

.news--tiny .news__item {
  margin: 45px 0; }

.news--tiny .news__item--big {
  margin-bottom: 60px; }

/* reuse */
.card--simple .news__date {
  margin-bottom: 24px; }
  .card--simple .news__date span {
    text-decoration: underline;
    color: #1668be;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease; }

.card--simple:hover .news__date {
  color: #73a6db; }

.card--simple:hover .news__date span {
  color: #ffb400; }

.card--simple:hover .news__title {
  color: #ffb400; }

.card--simple:hover .news__descr {
  color: #fff; }

.card--light:hover .news__title {
  color: #ffb400; }

.card--light .news__title {
  margin-bottom: 0;
  font-size: 21px; }

.card--light .news__date {
  margin-bottom: 20px; }
  .card--light .news__date span {
    text-decoration: underline; }

.news--search-result .news__item {
  min-height: inherit;
  margin-top: 0;
  margin-bottom: 50px; }

/* mobile */
.mobile .news__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 40px 0; }
  .mobile .news__item:first-child .news__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.mobile .news__pic {
  max-width: none;
  margin-right: 0;
  margin-bottom: 33px; }

.mobile .news__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 0 20px; }

.mobile .news__date {
  margin-bottom: 18px; }

.mobile .news__descr {
  display: none; }

.mobile .news--pfk {
  background-color: #f3f4f4;
  margin: 50px -10px 0;
  padding: 30px 10px 0; }
  .mobile .news--pfk h2 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 32px; }
  .mobile .news--pfk .news__item {
    min-height: auto;
    margin: 0;
    padding-top: 25px;
    padding-bottom: 25px; }
    .mobile .news--pfk .news__item:hover {
      background-color: #005ebb; }
      .mobile .news--pfk .news__item:hover .news__date {
        color: #73a6db; }
    .mobile .news--pfk .news__item:first-child:hover, .mobile .news--pfk .news__item:nth-child(2):hover {
      background-color: transparent; }
      .mobile .news--pfk .news__item:first-child:hover .news__date, .mobile .news--pfk .news__item:nth-child(2):hover .news__date {
        color: #1668be; }
  .mobile .news--pfk .news__title {
    margin-bottom: 0; }

.mobile .news-light {
  margin-top: 0;
  padding-bottom: 50px; }
  .mobile .news-light [class*="col-"] {
    margin-bottom: 0; }

.mobile .news-light .card--light .news__title {
  font-size: 27px; }

.not-exist {
  margin-top: 317px;
  margin-left: 145px; }
  .not-exist .button {
    font-size: 21px; }
    .not-exist .button:hover {
      -webkit-box-shadow: 0 0 32px rgba(61, 71, 87, 0.25);
              box-shadow: 0 0 32px rgba(61, 71, 87, 0.25); }

.not-exist__item {
  display: inline-block;
  vertical-align: top; }
  .not-exist__item:last-child {
    margin-top: -20px;
    margin-left: 48px; }

.not-exist__num {
  font-family: 'Futura PT Light';
  color: #ffffff;
  font-size: 228px;
  line-height: .7; }

.not-exist__text {
  margin-bottom: 28px;
  color: #ffffff;
  font-size: 41px;
  font-weight: 300;
  line-height: 1.2; }

.mobile .not-exist {
  margin: 0 0 110px; }

.mobile .not-exist__num {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 140px; }

.mobile .not-exist__item {
  display: block;
  margin-left: 0;
  text-align: center; }

.mobile .not-exist__text {
  font-size: 30px; }

.logo-rotor {
  margin: 48px 0;
  padding: 0 50px;
  position: relative;
  /*&:before,
	&:after {
		content: "";
		display: block;
		width: 50px;
		height: 130px;
		position: absolute;
		top: 0;
		z-index: 50;
	}

	&:before {
		left: 49px;
		background: linear-gradient(to right, #fff, rgba(255,255,255,0));
	}

	&:after {
		right: 49px;
		background: linear-gradient(to right, rgba(255,255,255,0), #fff);
	}*/ }
  .logo-rotor .logo-item {
    display: table;
    height: 130px;
    margin: 0 auto; }
    .logo-rotor .logo-item a,
    .logo-rotor .logo-item > span {
      display: table-cell;
      width: 100%;
      height: 130px;
      vertical-align: middle;
      text-align: center; }
    .logo-rotor .logo-item img {
      display: block;
      margin: 0 auto;
      opacity: .4;
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%);
      -webkit-transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
      transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
      -o-transition: opacity 0.3s ease, filter 0.3s ease;
      transition: opacity 0.3s ease, filter 0.3s ease;
      transition: opacity 0.3s ease, filter 0.3s ease, -webkit-filter 0.3s ease; }
    .logo-rotor .logo-item a:hover img {
      opacity: 1;
      -webkit-filter: grayscale(0);
              filter: grayscale(0); }
  .logo-rotor.logo-rotor--colored .logo-item img,
  .logo-rotor.logo-rotor--colored .logo-item a:hover img {
    -webkit-filter: none;
            filter: none;
    opacity: 1; }

.owl-carousel .owl-nav > div {
  width: 48px;
  height: 48px;
  overflow: hidden;
  border: 1px solid #dee8f3;
  border-radius: 50%;
  position: absolute;
  top: 41px;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .owl-carousel .owl-nav > div:before {
    content: '';
    display: block;
    width: 6px;
    height: 10px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url("../img/svg/arrow-left.svg") no-repeat;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .owl-carousel .owl-nav > div:hover {
    background-color: #ffb400;
    border-color: #ffb400;
    -webkit-box-shadow: 0 0 32px 0 rgba(61, 71, 87, 0.25);
            box-shadow: 0 0 32px 0 rgba(61, 71, 87, 0.25); }

.owl-carousel .owl-nav .owl-prev {
  left: 0; }
  @media (max-width: 768px) {
    .owl-carousel .owl-nav .owl-prev {
      left: 20px; } }

.owl-carousel .owl-nav .owl-next {
  right: 0; }
  @media (max-width: 768px) {
    .owl-carousel .owl-nav .owl-next {
      right: 20px; } }
  .owl-carousel .owl-nav .owl-next:before {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
            transform: translate(-50%, -50%) rotate(-180deg); }

.user__phone .phone__item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 27px; }
  .user__phone .phone__item:last-child {
    margin-right: 0; }
    .user__phone .phone__item:last-child:before {
      content: none; }
  .user__phone .phone__item:before {
    content: '';
    position: absolute;
    top: 7px;
    right: -18px;
    width: 1px;
    height: 12px;
    background-color: #4f86bd; }

.user__phone .phone__link {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px; }

.main__menu .phone,
.main__footer .phone {
  display: block; }
  .main__menu .phone + .link,
  .main__footer .phone + .link {
    font-size: 18px;
    font-weight: 300;
    text-decoration: none; }

.main__menu .phone__link,
.main__footer .phone__link {
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1; }

.popup--services {
  width: 64%;
  height: 100vh;
  background-color: #005eba;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform .366s ease;
  transition: -webkit-transform .366s ease;
  -o-transition: transform .366s ease;
  transition: transform .366s ease;
  transition: transform .366s ease, -webkit-transform .366s ease; }
  @media (max-width: 1600px) {
    .popup--services {
      width: 60%; } }
  @media (max-width: 1399px) {
    .popup--services {
      width: 70%; } }
  @media (max-width: 1199px) {
    .popup--services {
      width: 80%; } }

.fancybox-slide--current .popup--services {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.popup__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.popup__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  padding: 40px 0;
  width: 100%; }

.popup__right {
  position: relative;
  padding-top: 50px;
  text-align: left; }
  .popup__right:before {
    content: '';
    position: absolute;
    top: 66px;
    bottom: 82px;
    left: -15px;
    width: 1px;
    background-color: #4f86bd; }

.popup__title {
  margin-bottom: 21px;
  color: #4e89cb;
  font-size: 39px;
  font-weight: 400;
  line-height: 1.2; }

.popup--success .popup__box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.popup--success .popup__title {
  margin-bottom: 10px; }

.popup--success .popup__descr {
  color: #fff;
  font-size: 21px; }

.search-modal .modal-content {
  -webkit-box-shadow: 0 21px 21px 0 rgba(61, 71, 87, 0.35);
          box-shadow: 0 21px 21px 0 rgba(61, 71, 87, 0.35);
  border-radius: 0;
  border: 0; }
  .search-modal .modal-content input {
    width: 100%;
    height: 90px;
    padding-left: 100px;
    background-color: #1668be;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: 0;
    font-size: 21px;
    color: white;
    font-family: "FuturaMediumC";
    font-weight: 400; }
    .search-modal .modal-content input::-webkit-input-placeholder {
      opacity: .5;
      color: white;
      padding-left: 4px; }
  .search-modal .modal-content [type=submit] {
    position: absolute;
    left: 0;
    top: 0;
    height: 90px;
    width: 85px;
    border: 0;
    outline: 0;
    background: transparent url("../img/svg/finder-popup.svg") center no-repeat;
    background-size: 20px; }

.search-dropdown {
  padding-left: 98px;
  padding-right: 98px;
  max-height: 470px;
  position: relative;
  overflow: auto; }
  .search-dropdown h2 {
    font-size: 29px;
    font-family: "FuturaMediumC";
    color: black;
    margin-bottom: 11px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }
    .search-dropdown h2 b {
      font-weight: 400;
      color: #ffb400; }
  .search-dropdown p {
    color: #5f5f5f;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    font-family: "Futura PT"; }
    .search-dropdown p b {
      font-weight: 300;
      color: #1668be; }
  .search-dropdown ul {
    padding-top: 27px;
    padding-bottom: 0;
    margin: 0; }
    .search-dropdown ul li {
      padding-bottom: 20px;
      margin-bottom: 28px;
      border-bottom: 1px solid #e6e6e6; }
      .search-dropdown ul li:last-child {
        border: 0; }
  .search-dropdown .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #ffb400; }
  .search-dropdown:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 10;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(50%, white), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, white 0, white 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, white 0, white 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, white 0, white 50%, rgba(255, 255, 255, 0) 100%); }
  .search-dropdown:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 10;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(20%, white), color-stop(60%, rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(bottom, white 0, white 20%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(bottom, white 0, white 20%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to top, white 0, white 20%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 100%); }
  .search-dropdown .mCSB_inside > .mCSB_container {
    margin-right: 15px; }

.search-modal {
  margin-top: 185px;
  margin-bottom: 0;
  width: calc(100% - 30px);
  max-width: 1140px; }
  .search-modal button.close {
    display: none; }
  .search-modal .form-group {
    margin-bottom: 0; }

.modal-backdrop.in {
  opacity: 0; }

@media (max-width: 1024px) {
  .col-md-3 {
    width: 25%;
    float: left; }
  .col-md-9 {
    width: 75%;
    float: left; }
  .search-modal {
    width: calc(100% - 15px);
    margin-left: 0; }
  .modal-open {
    overflow: auto;
    padding-right: 0 !important; }
  .modal {
    min-width: 1024px;
    margin-right: 0 !important;
    position: absolute; } }

.search-result {
  margin-top: 50px;
  margin-bottom: 60px; }
  .search-result .form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .search-result .form-group:first-child {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 15px; }
  .search-result .form-group:last-child {
    margin-left: auto; }
  .search-result .form-control {
    height: 54px;
    background-color: #fff;
    border-color: #d0d0d0; }
    .search-result .form-control::-webkit-input-placeholder {
      color: #8a8a8a; }

.mobile .search-result .form-inline {
  display: block; }
  .mobile .search-result .form-inline .form-group {
    display: block;
    margin-right: 0; }

.custom-select .filter-option {
  font-family: "FuturaMediumC";
  font-size: 21px;
  color: white; }

.custom-select select.has-error + .error {
  display: block !important;
  position: absolute;
  font-size: 14px;
  color: #ffb400;
  font-family: "Futura PT";
  font-weight: 300;
  top: 100%;
  padding-left: 0;
  padding-top: 0; }

.custom-select .bs-placeholder .filter-option {
  color: #729cca; }

.custom-select .bootstrap-select {
  width: 100% !important; }

.custom-select .bootstrap-select.btn-group div.dropdown-menu {
  margin-top: 0;
  border-radius: 0;
  border-width: 1px;
  border-color: #4f86bd;
  border-style: solid;
  background-color: #2972ba;
  padding: 0; }

.custom-select .bootstrap-select.btn-group div.dropdown-menu ul {
  background-color: #2972ba; }

.custom-select .bootstrap-select.btn-group .dropdown-menu li {
  padding: 0;
  width: 100%; }
  .custom-select .bootstrap-select.btn-group .dropdown-menu li a {
    padding: 10px 15px;
    outline: 0; }
    .custom-select .bootstrap-select.btn-group .dropdown-menu li a:focus {
      background-color: #ffb400; }
    .custom-select .bootstrap-select.btn-group .dropdown-menu li a:hover {
      background-color: #ffb400; }
    .custom-select .bootstrap-select.btn-group .dropdown-menu li a .text {
      font-family: "FuturaMediumC";
      font-size: 21px;
      color: white; }

.custom-select .bootstrap-select > .dropdown-toggle,
.custom-select .bootstrap-select > .dropdown-toggle.bs-placeholder,
.custom-select .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.custom-select .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.custom-select .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  width: 100%;
  border-width: 1px;
  border-color: #4f86bd;
  border-style: solid;
  background-color: #2972ba;
  height: 51px;
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: 0 !important; }
  .custom-select .bootstrap-select > .dropdown-toggle .filter-option,
  .custom-select .bootstrap-select > .dropdown-toggle.bs-placeholder .filter-option,
  .custom-select .bootstrap-select > .dropdown-toggle.bs-placeholder:hover .filter-option,
  .custom-select .bootstrap-select > .dropdown-toggle.bs-placeholder:focus .filter-option,
  .custom-select .bootstrap-select > .dropdown-toggle.bs-placeholder:active .filter-option {
    color: #729cca; }

.custom-select .bootstrap-select .dropdown-toggle:focus {
  outline: 0 !important; }

.custom-select .bootstrap-select > .dropdown-toggle {
  background-color: white;
  border-color: #ffb400; }
  .custom-select .bootstrap-select > .dropdown-toggle .filter-option {
    color: black; }

.custom-select .bootstrap-select .bs-caret {
  position: absolute;
  width: 54px;
  height: 50px;
  top: 0;
  right: 0;
  display: block;
  background: #ffb400 url("../img/icons/select-arrow.svg") no-repeat 0 0;
  background-size: auto;
  background-position: center; }
  .custom-select .bootstrap-select .bs-caret .caret {
    display: none; }

.form--services .custom-select {
  width: 100%; }

.custom-select--light {
  z-index: 10; }
  .custom-select--light .bootstrap-select > .dropdown-toggle,
  .custom-select--light .bootstrap-select > .dropdown-toggle.bs-placeholder,
  .custom-select--light .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
  .custom-select--light .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
  .custom-select--light .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    background-color: #fff;
    border-color: #e4e4e4; }
  .custom-select--light .bootstrap-select .bs-caret {
    top: -1px;
    right: -1px;
    height: 51px;
    -webkit-box-shadow: 0 0 32px rgba(61, 71, 87, 0.25);
            box-shadow: 0 0 32px rgba(61, 71, 87, 0.25); }
  .custom-select--light .bootstrap-select.btn-group div.dropdown-menu {
    border-color: #fff; }
  .custom-select--light .bootstrap-select.btn-group div.dropdown-menu ul {
    background-color: #fff; }
  .custom-select--light .bootstrap-select > .dropdown-toggle .filter-option,
  .custom-select--light .bootstrap-select.btn-group .dropdown-menu li a .text {
    color: #729cca; }
  .custom-select--light .bootstrap-select.btn-group .dropdown-menu li:hover a .text,
  .custom-select--light .bootstrap-select.btn-group .dropdown-menu li.selected a .text,
  .custom-select--light .bootstrap-select.btn-group .dropdown-menu li a:focus .text {
    color: #fff; }
  .custom-select--light .bootstrap-select.btn-group .dropdown-menu li.selected {
    background-color: #ffb400; }

body {
  position: relative;
  min-width: 992px;
  height: 100%;
  font-family: "Futura PT";
  color: #5f5f5f;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }
  @media (max-width: 1199px) {
    body {
      overflow-x: auto; } }

.main-title {
  margin-top: 0;
  margin-bottom: 38px;
  color: #1668be;
  font-size: 41px;
  font-weight: 400;
  line-height: 1; }

.h1,
h1 {
  font-size: 54px;
  line-height: 1;
  margin-bottom: 0;
  font-family: "FuturaMediumC"; }

.h2,
h2 {
  font-size: 41px;
  line-height: 36px;
  margin-bottom: 0;
  font-family: "FuturaMediumC";
  color: #1668be; }

.h3,
h3 {
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 0; }

p {
  font-size: 18px;
  line-height: 1.35; }

.color-yellow {
  color: #ffb400; }

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .no-touchevents a:focus,
  .no-touchevents a:hover {
    outline: 0;
    text-decoration: none; }
  a.yellow-link {
    color: #ffb400;
    font-size: 21px;
    font-family: "FuturaMediumC"; }
  a.black-link {
    color: black;
    font-size: 21px;
    font-family: "FuturaMediumC"; }

.link {
  color: #005eba;
  text-decoration: underline; }
  .link:hover {
    color: #ffb400;
    text-decoration: none; }

.link--accent {
  color: #ffb400; }

a.link--showmore {
  color: #ffb400;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none; }

a.link--omega {
  color: #000; }

.link--primary {
  color: #1668be; }
  .link--primary path {
    fill: #1668be;
    -webkit-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
    transition: fill 0.3s ease; }

.link--back {
  font-size: 0;
  text-decoration: none; }
  .link--back svg {
    position: relative;
    top: -1px; }
  .link--back .link__text {
    margin-left: 17px;
    font-size: 21px;
    line-height: 1; }
  .link--back:hover path {
    fill: #ffb400; }

.item {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  text-indent: -9999px;
  background: transparent url("../img/transparent.png") repeat 0 0; }

b,
strong {
  font-weight: 600; }

.noAnimate * {
  -webkit-transition: all 0s !important;
  -o-transition: all 0s !important;
  transition: all 0s !important; }

ul {
  padding: 0; }
  ul li {
    padding-left: 0;
    margin: 0;
    list-style: none;
    position: relative; }

ol {
  padding: 0;
  font-size: 15px;
  counter-reset: section;
  list-style-type: none; }
  ol li {
    padding-left: 20px;
    margin: 2px 0;
    position: relative; }
    ol li:before {
      left: 0;
      position: absolute;
      counter-increment: section;
      content: counters(section, "") ""; }

figure img {
  max-width: 100%; }

blockquote {
  margin-left: 26px;
  color: #005eba;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.5;
  border-left: 5px solid #005eba; }

.mobile blockquote {
  border-width: 2px; }

.align-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%; }

.content-inner {
  position: relative;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto; }

.row .content__main {
  padding-right: 96px; }

.aside {
  padding-left: 0;
  padding-right: 0; }

.aside-wrap {
  position: relative;
  padding: 45px 0 45px 0;
  background-color: #fafafa; }
  @media (max-width: 1199px) {
    .aside-wrap {
      padding-right: 15px; } }
  .aside-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    bottom: 0;
    width: 30px;
    background-color: #fafafa; }
    @media (max-width: 1199px) {
      .aside-wrap:before {
        left: -15px;
        width: 15px; } }
  .aside-wrap:after {
    content: "";
    display: block;
    width: 1000%;
    height: 100%;
    margin-left: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fafafa; }
    @media (max-width: 1199px) {
      .aside-wrap:after {
        content: none; } }

.is-tiny {
  padding-top: 10px;
  padding-bottom: 10px; }
  .is-tiny .user__pic {
    margin-bottom: 10px !important; }
  .is-tiny .form--aside {
    margin-top: 10px; }
  .is-tiny .form-control {
    height: 40px; }
  .is-tiny .form-group {
    margin-bottom: 10px; }
  .is-tiny .phone-wrap input ~ label {
    top: -7px; }

.aside--news {
  position: relative;
  margin-left: 15px;
  margin-top: -118px;
  padding: 48px 0 30px 0;
  background-color: #f3f4f4; }
  .aside--news:before {
    content: none; }
  .aside--news:after {
    content: '';
    position: absolute;
    top: 0;
    right: -300%;
    bottom: 0;
    width: 300%;
    background-color: #f3f4f4; }
    @media (max-width: 1199px) {
      .aside--news:after {
        content: none; } }
  .aside--news h2 {
    margin: -5px 0 10px -3px;
    padding-left: 30px;
    line-height: 1;
    color: #1668be;
    font-size: 36px; }

.aside.aside--comments {
  background-color: transparent;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0; }
  .aside.aside--comments .user {
    padding-right: 0; }
  .aside.aside--comments:after, .aside.aside--comments:before {
    content: none; }
  .aside.aside--comments .user__phone {
    margin-bottom: 23px; }
  .aside.aside--comments .user__pic {
    position: relative;
    width: 140px;
    height: 140px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    border: 2px solid #dde8f3;
    border-radius: 50%;
    overflow: hidden; }
  .aside.aside--comments .user__img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 139px;
    border-radius: 0;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .aside.aside--comments .button {
    width: 100%;
    max-width: 260px;
    padding-left: 0;
    padding-right: 0;
    text-align: center; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.title {
  color: #000;
  font-size: 27px;
  font-weight: 400;
  line-height: 1; }

.title--comments {
  margin: 50px 0 50px 50px; }

.mobile .title--comments {
  margin: 0 0 30px;
  padding: 0 10px;
  font-size: 24px;
  line-height: 1.25; }

.content__main--pubs {
  /*padding-left: 65px;*/
  color: #5f5f5f;
  font-weight: 300;
  line-height: 1.7; }
  .content__main--pubs h2, .content__main--pubs h3, .content__main--pubs h4, .content__main--pubs h5, .content__main--pubs h6 {
    margin-left: 0; }
  .content__main--pubs p {
    margin-left: 0; }
  .content__main--pubs img {
    max-width: calc(100% + 50px);
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: -50px; }
  .content__main--pubs a {
    color: #005eba;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .content__main--pubs a:hover {
      color: #ffb400; }
  .content__main--pubs blockquote {
    margin-left: -25px; }
  .content__main--pubs ul {
    margin: 25px 0;
    color: #1668be;
    font-family: "Futura PT";
    font-size: 18px;
    font-weight: 500;
    line-height: 24px; }
    .content__main--pubs ul > li {
      padding-left: 17px;
      margin: 24px 0;
      position: relative; }
      .content__main--pubs ul > li:first-child {
        margin-top: 0; }
      .content__main--pubs ul > li:last-child {
        margin-bottom: 0; }
      .content__main--pubs ul > li:before {
        content: "";
        display: block;
        width: 13px;
        height: 2px;
        overflow: hidden;
        position: absolute;
        top: 13px;
        left: 0;
        background: #1668be; }
      .content__main--pubs ul > li ul {
        margin: 0 30px;
        padding: 10px 0;
        color: #5f5f5f;
        font-weight: 300; }
  .content__main--pubs + ul > li:first-child {
    margin-top: 24px; }

.mobile .content--inner {
  padding-bottom: 50px; }
  .mobile .content--inner .content__main {
    padding-bottom: 0; }

.mobile blockquote {
  margin-left: 0;
  font-size: 24px;
  line-height: 1.25; }

#bx-panel,
#bx-panel.bx-panel-fixed,
.bx-core-popup-menu,
.div.bx-component-opener,
.bx-core-window {
  z-index: 9999 !important; }

.bx-core-dialog-overlay {
  z-index: 9998 !important; }

.bxhtmled-popup {
  z-index: 10000 !important; }

.table-row {
  display: table;
  margin-top: 40px;
  margin-bottom: 97px;
  vertical-align: top; }
  .table-row + .yellow-link {
    display: block;
    margin-bottom: 73px; }
  .table-row .table-col {
    display: table-cell;
    vertical-align: top;
    float: none; }
    .table-row .table-col .col-md-12 {
      position: static; }
    .table-row .table-col .news-date {
      color: #1668be;
      font-size: 14px;
      font-family: "Futura PT";
      font-weight: 400; }
      .table-row .table-col .news-date span {
        font-size: 16px;
        font-family: "FuturaMediumC";
        font-weight: 400;
        letter-spacing: -0.04em;
        margin-right: 1px; }
    .table-row .table-col h3 {
      font-size: 27px;
      line-height: 1.05;
      font-family: "FuturaMediumC";
      font-weight: 400;
      margin-bottom: 10px;
      margin-top: 24px; }
    .table-row .table-col p {
      font-size: 18px;
      line-height: 1.65;
      margin-bottom: 0;
      font-family: "Futura PT";
      font-weight: 300; }
    .table-row .table-col h3, .table-row .table-col p {
      -webkit-transition: color .3s ease;
      -o-transition: color .3s ease;
      transition: color .3s ease; }
  .table-row .bg-gray {
    background-color: transparent; }
    .table-row .bg-gray figure a {
      pointer-events: all; }
    .table-row .bg-gray figure figcaption {
      position: relative;
      z-index: 10;
      padding: 47px 17px 33px 20px;
      pointer-events: none; }
    .table-row .bg-gray figure:before {
      content: "";
      display: block;
      position: absolute;
      height: 100%;
      top: 0;
      left: 15px;
      right: 15px;
      background-color: #f7f7f7;
      -webkit-transition: background-color .3s ease;
      -o-transition: background-color .3s ease;
      transition: background-color .3s ease; }
    .table-row .bg-gray a.item {
      width: auto;
      left: 15px;
      right: 15px; }
    .table-row .bg-gray .col-md-12:hover figure:before {
      background-color: #1668be; }
    .table-row .bg-gray .col-md-12:hover figure h3 {
      color: #ffb400; }
    .table-row .bg-gray .col-md-12:hover figure p {
      color: white; }
    .table-row .bg-gray .col-md-12:hover figure a {
      color: #ffb400;
      text-decoration: underline;
      z-index: 11;
      position: relative; }
      .table-row .bg-gray .col-md-12:hover figure a:hover {
        text-decoration: none; }
    .table-row .bg-gray .col-md-12:hover figure .news-date {
      color: #73a6db;
      z-index: 11;
      position: relative; }

.team {
  margin-top: 58px; }
  .team .row--flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .team .col-sm-12 .team__pic,
  .team .col-sm-6 .team__pic {
    width: 50%; }

.team--one {
  margin-top: 40px; }

.team__item {
  position: relative;
  text-align: center;
  padding-bottom: 50px;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  .team__item:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: -1px;
    bottom: -1px;
    border: 1px solid #dde8f3; }
  .team__item:hover {
    background-color: #1668be; }
    .team__item:hover .team__img {
      opacity: .66; }
    .team__item:hover .team__name {
      color: #ffb400; }
    .team__item:hover .team__text,
    .team__item:hover .team__work {
      color: #fff; }
    .team__item:hover .team__link {
      color: #ffb400; }

.team__item--large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0; }
.team__item--large .team__name {
    margin-top: 0;
    /*color: #1769bd; */
    color: #141011;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
  .team__item--large .team__pic:before {
    height: auto;
    padding-top: 66.66666%; }
  .team__item--large .team__descr {
    padding-left: 55px;
    padding-right: 55px;
    text-align: left; }
.team__item--large .team__link {
    /*color: #221e1f;
    font-size: 21px;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease; */
	color: #005eba;
    text-decoration: underline;
}

.team__item--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0; }
  .team__item--inline .team__descr {
    width: 100%;
    text-align: center; }

.team__name {
  margin-top: 23px;
  margin-bottom: 5px;
  color: #141011;
  font-size: 29px;
  line-height: 1;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.team__work {
  color: #5f5f5f;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.team__text {
  margin-top: 15px;
  margin-bottom: 30px;
  color: #5f5f5f;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.team__pic {
  position: relative;
  text-align: center;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .team__pic:before {
    content: "";
    display: block;
    width: 100%;
    height: 414px; }
    @media (max-width: 1199px) {
      .team__pic:before {
        height: 344px; } }

.team__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  opacity: 1;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.team__descr {
  padding: 0 15px; }

.mobile .team--one .row--flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 0;
  margin-right: 0; }
  .mobile .team--one .row--flex .col-sm-6:last-child .card--highlighted {
    background-color: transparent;
    border-top: 1px solid #dde8f3;
    border-bottom: 1px solid #dde8f3; }
    .mobile .team--one .row--flex .col-sm-6:last-child .card--highlighted .news__title {
      margin-bottom: 0; }

.mobile .team--one [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px; }

.mobile .team__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 0; }

.mobile .col-sm-12 .team__pic {
  width: 100%;
  margin-bottom: 36px; }
  .mobile .col-sm-12 .team__pic:before {
    content: none; }

.mobile .col-sm-6 .team__pic {
  width: 100%; }

.mobile .team__pic:before {
  content: none; }

.mobile .team__img {
  position: relative; }

.mobile .team__descr {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px; }

.mobile .team__name {
  font-size: 24px; }

.mobile .team--one .card--large {
  padding: 15px 5px 0 5px; }
  .mobile .team--one .card--large:before {
    left: 0;
    right: 0; }

.mobile .team--one .form {
  position: relative;
  background-color: #1769bd;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
  padding: 60px 10px 30px; }
  .mobile .team--one .form .form__close {
    position: absolute;
    top: 12px;
    right: 0px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 5px 5px 0;
    text-align: center; }

.mobile .team--one .form-group {
  max-width: none; }

.mobile .team--one .label__name,
.mobile .team--one .form__choice-text {
  color: #fff; }

.mobile .team--one .form-control,
.mobile .team--one .phone-wrap input ~ label {
  top: 2px;
  font-size: 18px; }

.mobile .team--one .textarea-wrap {
  width: 100%; }

.mobile .team--one .user {
  margin-bottom: 32px;
  text-align: center; }

.mobile .team--one .user__name {
  color: #1668be;
  font-size: 27px; }
.mobile .team--one .user__post {
  max-width: none; }

.users {
  min-height: 120px; }

.user {
  max-width: 290px;
  margin: 0 auto;
  text-align: center; }
  @media (max-width: 1199px) {
    .user {
      max-width: 240px; } }

.user__pic {
  margin-bottom: 32px;
  text-align: center; }

.user__img {
  border-radius: 50%;
  max-width: 100%; }
h1.user__name{
  margin-top: 0px!important;
    margin-bottom: 7px;
    color: #000000;
    font-size: 29px;
    font-weight: 400;
    line-height: 1.2;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.user__name {
  margin-bottom: 7px;
  color: #000000;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.2;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.user__post {
  margin-bottom: 32px;
  color: #5f5f5f;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.user__email {
  margin-top: 10px; }
  .user__email .link {
    font-weight: 300; }

.user--ml-sm {
  margin-left: 30px; }

.user--ml-md {
  margin-left: 40px; }

.user--large {
  max-width: none;
  text-align: left; }
  .user--large .user__img {
    border-radius: inherit;
    max-width: 100%; }
  .user--large .user__pic {
    color: #1668be; }
  .user--large .user__post {
    max-width: 240px; }

.card:hover .user__name,
.card:hover .user__post {
  color: #fff; }

.popup__right .user {
  position: relative;
  max-width: none;
  padding-left: 120px;
  text-align: left; }

.popup__right .user__pic {
  position: absolute;
  top: 8px;
  left: 15px;
  text-align: left; }

.popup__right .user__img {
  max-width: 90px; }

.popup__right .user__name {
  margin-bottom: 5px;
  color: #fff;
  font-size: 24px; }

.popup__right .user__post {
  max-width: 205px;
  min-height: inherit;
  margin-bottom: 4px;
  color: #4e89cb;
  line-height: 1; }

.aside .user {
  padding-right: 30px; }
  @media (max-width: 1199px) {
    .aside .user {
      padding-right: 0; } }

.aside .user__pic {
  margin-bottom: 20px; }

.aside .user__img {
  max-width: 92px; }

.aside .user__post {
  margin-bottom: 10px; }

.aside .user__phone .phone__link {
  color: #000;
  font-size: 18px;
  line-height: 24px; }

.aside .user__phone .phone__item {
  margin: 0; }

.aside .user__phone .phone__item:before {
  content: none; }

.user--comments {
  position: absolute;
  bottom: -20px;
  right: -268px;
  min-height: 195px; }
  @media (max-width: 1199px) {
    .user--comments {
      right: -238px;
      bottom: -55px; } }
  .user--comments .user__post {
    position: absolute;
    top: 100%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px; }
  .user--comments .user__pic {
    margin-bottom: 18px; }

.mobile .user--comments {
  position: relative;
  bottom: 0;
  right: 0;
  max-width: none;
  background-color: #fafafa;
  margin-bottom: 45px;
  padding: 35px 10px; }
  .mobile .user--comments .user__post {
    position: relative;
    top: 0;
    margin-bottom: 10px; }
  .mobile .user--comments .user__img {
    max-width: 143px; }
  .mobile .user--comments .user__name {
    color: #1668be; }
  .mobile .user--comments .phone__link {
    color: #000; }

/** NEW **/
.lang-search-delim {
    clear:both;
	padding:0;
	margin:0;
	height:10px;
}
.changes .header .action-container .language-toggle {
    margin-left: 7px;
}	
.changes .search-modal {
    margin-top: 200px;
}

.call-back-top {
	float:right;
	margin-top:5px;
	margin-right:100px;
	text-align:right;
	z-index: 1;
}
.call-back-top a {
    font-family: "FuturaMediumC";
    display: block;
    color: #FFF;
    font-size: 23px;
    line-height: 1;
	white-space: nowrap;
}
.call-back-top a:hover {
    color: #ecad0e;
}

.header--inner .call-back-top {
    margin-top:0;
	margin-right:40px;
}
.header--inner .call-back-top a {
    color: #000;
	font-weight: 500;
}
.header--inner.is-active .call-back-top a {
    color: #FFF;
}
.header--inner .call-back-top a:hover {
    color: #ecad0e;
}

.call-back-top .call-back-span {
    margin-top: 10px;
    cursor: pointer;
    font-size: 18px;
    font-family: "Futura PT";
    font-weight: 300;
    color: #FFF;
}

.changes .header-nav li {
    padding-top: 3px;
}
.changes .header-nav li a {
    font-size: 22px;
}
.changes .header-main .sub-menu {
    /*top: 45%;*/
    top: 200px;
	/*-webkit-transform: translateY(-25%);
          -ms-transform: translateY(-25%);
              transform: translateY(-25%);*/
}
.changes .sub-menu-wrap {
    left: 32%;
}

.main-title-bg {
    height: 65vh;
    min-height: 430px;
}

.changes .jarallax {
    /*bottom: 20%;*/
}
.changes .main-title-bg .header-container {
    min-height: 430px;
}
.changes .header-container h1 {
    margin-top: -30px;
}

.changes .jarallax-img {
	height:auto!important;
}

/** MAIN CLIENTS **/
.main-client-area {
    padding: 20px 0 20px;
}
.main-client-area .main-client-block {
    position: relative;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}

/** MAIN VACANCIES **/
.main-vacancy-area {
    padding: 20px 0 20px;
	margin:-30px 0 35px;
}
.main-vacancy-area .main-vacancy-block {
    position: relative;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}
.main-vacancy-area .main-vacancy-block .block-title {
    margin-bottom:35px;
}
.main-vacancy-area .main-vacancy-block .block-to-all {
    margin-top:35px;
}

.left__logo.logo__pic__hover {
	display:none;
}
.is-active .left__logo.logo__pic {
	display:none;
}
.is-active .left__logo.logo__pic__hover {
	display:block;
}

.right__logo.logo__pic__hover {
	display:none;
}
.is-active .right__logo.logo__pic {
	display:none;
}
.is-active .right__logo.logo__pic__hover {
	display:block;
}

.banner-on-main .banner-container {
    margin-bottom:0;
}

.service-detail ul {
	margin: 1em 50px;
	display:block;
	color: #1668be;
    font-family: "Futura PT";
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.service-detail .content-list-custom {
    margin:0;
}
.service-detail ul > li:first-child {
    margin-top: 0;
}
.service-detail ul > li {
    padding-left: 17px;
    margin: 24px 0;
    position: relative;
}
.service-detail ul > li:before {
    content: "";
    display: block;
    width: 13px;
    height: 2px;
    overflow: hidden;
    position: absolute;
    top: 13px;
    left: 0;
    background: #1668be;
}

.changes .header .action-container .language-toggle.lang-menu {
	margin-left:0;
}

.header__right {
	padding-top:28px;
	
}

a.logo__pic.right__logo {
    visibility: hidden;
	
}

a.logo-PKF {display: none;}


