/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *		user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *		Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

div.fancy-select {
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  color: #e4e4e4;
  float: right;
  margin-top: 14px;
}

div.fancy-select.disabled {
  opacity: 0.5;
}

div.fancy-select select:focus + div.trigger {
  box-shadow: none;
}

div.fancy-select select:focus + div.trigger.open {
  box-shadow: none;
}

div.fancy-select div.trigger {
  cursor: pointer;
  padding: 8px 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  color: #e4e4e4;
  display: table;
  background: url("https://uwcfoundation.com/img/t_arr.png") no-repeat center right;
  transition: all 240ms ease-out;
  -webkit-transition: all 240ms ease-out;
  -moz-transition: all 240ms ease-out;
  -ms-transition: all 240ms ease-out;
  -o-transition: all 240ms ease-out;
}

div.fancy-select div.trigger.open {
  color: #0585f1;
  box-shadow: none;
}

div.fancy-select div.trigger.open:after {
  border-top-color: #7A8498;
}

div.fancy-select ul.options {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 60px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  max-height: 200px;
  overflow: auto;
  background: #30343a;
  border-radius: 5px;
  border-top: 1px solid #0585f1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.open {
  visibility: visible;
  top: 40px;
  opacity: 1;
  /* have to use a non-visibility transition to prevent this iOS issue (bug?): */
  /*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
  transition: opacity 300ms ease-out, top 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, top 300ms ease-out;
  -o-transition: opacity 300ms ease-out, top 300ms ease-out;
}

div.fancy-select ul.options.overflowing {
  top: auto;
  bottom: 40px;
  transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.overflowing.open {
  top: auto;
  bottom: 50px;
  transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -o-transition: opacity 300ms ease-out, bottom 300ms ease-out;
}

div.fancy-select ul.options li {
  padding: 8px 12px;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  background: #25292F;
  min-height: auto;
  line-height: 1.2em;
  border-radius: 5px;
  margin-right: 0px;
  transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
}

div.fancy-select ul.options li.selected {
  color: #0585f1;
}

div.fancy-select ul.options li.hover {
  color: #0585f1;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 23px;
  width: 100%;
  z-index: 999;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("https://uwcfoundation.com/img/bx_loader.gif") center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  padding-top: 20px;
}
@media only screen and (max-width: 569px) {
.bx-wrapper .bx-pager {
 visibility: hidden;
}
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: none;
  text-indent: -9999px;
  border: 2px solid #fff;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 7px;
  outline: 0;
  border-radius: 50px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fff;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 0px;
  background: url("https://uwcfoundation.com/img/sl_left.png") no-repeat;
}

.bx-wrapper .bx-next {
  right: 0px;
  background: url("https://uwcfoundation.com/img/sl_right.png") no-repeat;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 30%;
  margin-top: -16px;
  outline: 0;
  width: 30px;
  height: 110px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("https://uwcfoundation.com/img/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("https://uwcfoundation.com/img/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: #fff;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

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

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
* {
  box-sizing: border-box;
  outline: none;
}

.cf::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cf:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

body {
  margin: 0;
  min-width: 300px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.2em;
  background: #fff;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

.sidebar_program
					    {
					        display: block;
					        width: 20%;
					        float: left;
					        padding-bottom: 30px;
					        
					    }
					    .sidebar_program p
					    {
					        font: 18px sans-serif;
					       padding-bottom: 25px;
					       
					    }
					    .sidebar_program li
					    {
					        border: 2px solid;
					        border-color: #d2d2d2;
					        padding-left: 5px;
					    padding-right: 5px;
					        background: #eeeded;
					        font: 16px sans-serif;
					        padding-top: 5px;
					       padding-bottom: 25px;
					       text-align: left;
					       list-style-type: none;
					    }
					    .sidebar_program li:hover
					    {
					        border: 2px solid;
					        border-color: #d2d2d2;
					        padding-left: 5px;
					    padding-right: 5px;
					    color: black;
					        background: #eeeded;
					        font: 16px sans-serif;
					        padding-top: 5px;
					       padding-bottom: 25px;
					       text-align: left;
					       list-style-type: none;
					    }
					    .sidebar_program img
					    { float: left; margin-right: 30px; margin-bottom: 10px; max-width:100%;}
					    .sidebar_program img:hover
					    {
					        opacity: .5;
					        float: left; margin-right: 30px; margin-bottom: 10px;
					    }
					   
					    .content_program
					    {display: block;
					    
					        
					        width: 90%;
					        margin: 25px 5%;
					       
					        
  
					        
					    }
					   .content_program li
					   {
					       font: 15px sans-serif;
					       padding-bottom: 20px;
					       list-style-type: none;
					        text-align: justify;
					        line-height: 25px;
					   }
					    .program_impl {
        display: block;
        text-align: center;
       
        
        }
        .program_impl hr {
            height: 1px;
            color: #d2d2d2;
        }
        .program_impl li {
            display: block;
            float: left;
           border: 1px solid #d2d2d2;
           margin: 10px 20px 10px 0;
           width: 242px;
           padding: 5px;
           color: #4f97ea;
           white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
        }
         .program_impl li:hover {
            opacity: 0.8;
        }
         .program_impl a {
            font-size: 11px;
            color: #4f97ea;
            text-decoration: none;
            letter-spacing: 0;
            
        }
        .program_impl img {
            width: 230px;
            display: block;
            height: 150px;
            object-fit: cover;
        }
					   
@media only screen and (min-width: 300px) and (max-width: 500px) {
   .content_program
   { width: 100%; float: left; margin-right: 20px;}
   .sidebar_program { width: 100%; float: left;}
   .content_program li
   {width: 100%; float: left; margin-right: 20px;}
   .content_program img 
					   {max-width: 100%;}
}    

@media only screen and (min-width: 501px) and (max-width: 800px) {
   .content_program
   { width: 100%; float: left; margin-right: 20px;}
   .sidebar_program { width: 100%; float: left;}
   .content_program li
   {width: 100%; float: left; margin-right: 20px;}
   .content_program img 
					   {max-width: 100%;}
}    
.m_wrap {
  width: 1170px;
  margin: 0 auto;
}
@media only screen and (min-width: 1050px) and (max-width: 1190px) {
  .m_wrap {
    width: 1000px;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1049px) {
  .m_wrap {
    width: 960px;
  }
}
@media only screen and (min-width: 780px) and (max-width: 979px) {
  .m_wrap {
    width: 768px;
  }
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .m_wrap {
    width: 550px;
  }
}
@media only screen and (max-width: 569px) {
  .m_wrap {
    width: 300px;
  }
}

.b_wrap {
  width: 1470px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 1191px) and (max-width: 1480px) {
  .b_wrap {
    width: 1200px;
  }
}
@media only screen and (min-width: 1050px) and (max-width: 1190px) {
  .b_wrap {
    width: 1000px;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1049px) {
  .b_wrap {
    width: 960px;
  }
}
@media only screen and (min-width: 780px) and (max-width: 979px) {
  .b_wrap {
    width: 768px;
  }
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .b_wrap {
    width: 550px;
  }
}
@media only screen and (max-width: 569px) {
  .b_wrap {
    width: 300px;
  }
}

.header {
  background: #25292f;
  min-height: 155px;
  position: relative;
}
@media only screen and (min-width: 780px) and (max-width: 979px) {
  .header {
    min-height: 138px;
  }
}
.header .head_top {
  padding-top: 14px;
  border-bottom: 1px solid #30343a;
  padding-bottom: 12px;
}
.header .head_top a.logo {
  width: 295px;
  height: 94px;
  display: block;
  float: left;
}
@media only screen and (min-width: 980px) and (max-width: 1049px) {
  .header .head_top a.logo {
    width: 250px;
  }
}
@media only screen and (min-width: 780px) and (max-width: 979px) {
  .header .head_top a.logo {
    width: 150px;
    height: auto;
  }
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .header .head_top a.logo {
    width: 200px;
    height: auto;
    float: none;
    margin: 0 auto 0px;
  }
}
@media only screen and (max-width: 569px) {
  .header .head_top a.logo {
    width: 200px;
    height: auto;
    float: none;
    margin: 0 auto 0px;
  }
}
.header .head_top a.logo img {
  max-width: 100%;
  height: auto;
}
.header .head_top .head_contacts {
  float: left;
  padding-top: 30px;
}
@media only screen and (min-width: 780px) and (max-width: 979px) {
  .header .head_top .head_contacts {
    padding-top: 8px;
  }
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .header .head_top .head_contacts {
    float: none;
  }
}
@media only screen and (max-width: 569px) {
  .header .head_top .head_contacts {
    float: none;
  }
}
.header .head_top .head_contacts .t_email {
  float: left;
  margin-left: 214px;
}
@media only screen and (min-width: 1050px) and (max-width: 1190px) {
  .header .head_top .head_contacts .t_email {
    margin-left: 60px;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1049px) {
  .header .head_top .head_contacts .t_email {
    margin-left: 45px;
  }
}
@media only screen and (min-width: 780px) and (max-width: 979px) {
  .header .head_top .head_contacts .t_email {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .header .head_top .head_contacts .t_email {
    display: table;
    margin: 0px auto 20px;
    float: none;
    padding-left: 90px;
  }
}
@media only screen and (max-width: 569px) {
  .header .head_top .head_contacts .t_email {
    display: table;
    margin: 0px auto 20px;
    float: none;
    padding-left: 10px;
  }
}
.header .head_top .head_contacts .t_email-icon {
  float: left;
  width: 34px;
  margin-right: 17px;
}
.header .head_top .head_contacts .t_email-desc {
  float: left;
  color: #e4e4e4;
  font-size: 14px;
  text-transform: uppercase;
}
.header .head_top .head_contacts .t_email-desc a {
  display: block;
  text-decoration: none;
  color: #e4e4e4;
  font-size: 14px;
  text-transform: none;
  margin-top: 5px;
}
.header .head_top .head_contacts .t_email-desc a:hover {
   color: #0585f1;
  text-decoration: underline;
  
}

.header .head_top .head_contacts .t_call {
  float: left;
  margin-left: 45px;
}
@media only screen and (min-width: 780px) and (max-width: 979px) {
  .header .head_top .head_contacts .t_call {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .header .head_top .head_contacts .t_call {
    display: table;
    margin: 0px auto 20px;
    float: none;
    width: 224px;
  }
}
@media only screen and (max-width: 569px) {
  .header .head_top .head_contacts .t_call {
    display: table;
    margin: 0px auto 20px;
    float: none;
    width: 324px;
  }
}
.header .head_top .head_contacts .t_call-icon {
  float: left;
  width: 34px;
  margin-right: 19px;
  margin-left: 20px;
}
.header .head_top .head_contacts .t_call-desc {
  float: left;
  color: #e4e4e4;
  font-size: 14px;
}

.header .head_top .head_contacts .t_call-desc a { /*A*/
  display: block;
  text-decoration: none;
  color: #e4e4e4;
  /*color: #0585f1;*/
  font-size: 14px;
  margin-top: 5px;
}

.header .head_top .head_contacts .t_call-desc a:hover {
  text-decoration: underline;
  color: #0585f1;/*A*/
}

.header .head_top .head_contacts .t_social {
  display: table;
  float: left;
  margin-left: 45px;
}
@media only screen and (min-width: 780px) and (max-width: 979px) {
  .header .head_top .head_contacts .t_social {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .header .head_top .head_contacts .t_social {
    display: table;
    margin: 0px auto 20px;
    float: none;
  }
}
@media only screen and (max-width: 569px) {
  .header .head_top .head_contacts .t_social {
    display: table;
    margin: 0px auto 20px;
    float: none;
  }
}
.header .head_top .head_contacts .t_social li {
  float: left;
  margin-right: 5px;
  opacity: 1;
  transition: opacity 235ms;
}
.header .head_top .head_contacts .t_social li:last-child {
  margin-right: 0;
}
.header .head_top .head_contacts .t_social li:hover {
  opacity: 0.7;
}

.toggle-mnu {
  display: none;
  width: 28px;
  height: 28px;
  margin-top: 21px;
  float: left;
}
.toggle-mnu:hover span, .toggle-mnu:hover span:after, .toggle-mnu:hover span:before {
  background: #0585f1;
}
.toggle-mnu span:after, .toggle-mnu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
}
.toggle-mnu span:after {
  top: 18px;
}
.toggle-mnu span {
  position: relative;
  display: block;
}
.toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all 235ms;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 2px;
}
.toggle-mnu.on span {
  background: transparent;
}
.toggle-mnu.on span:before {
  -webkit-transform: rotate(45deg) translate(-1px, 0px);
      -ms-transform: rotate(45deg) translate(-1px, 0px);
          transform: rotate(45deg) translate(-1px, 0px);
}
.toggle-mnu.on span:after {
  -webkit-transform: rotate(-45deg) translate(6px, -7px);
      -ms-transform: rotate(-45deg) translate(6px, -7px);
          transform: rotate(-45deg) translate(6px, -7px);
}
@media only screen and (min-width: 780px) and (max-width: 979px) {
  .toggle-mnu {
    display: block;
  }
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .toggle-mnu {
    display: block;
  }
}
@media only screen and (max-width: 569px) {
  .toggle-mnu {
    display: block;
  }
}

#mobile-menu {
  z-index: 99999999;
}

.nav_lg {
  background: #25292f;
  z-index: 1000;
  width: 100%;
}

.nav_fixed {
  position: fixed;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 780px) and (max-width: 979px) {
  .nav_fixed {
    position: relative;
  }
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .nav_fixed {
    position: relative;
  }
}
@media only screen and (max-width: 569px) {
  .nav_fixed {
    position: relative;
  }
}

.nav_default {
  position: relative;
}

.head_bot {
  width: 1170px;
  margin: 0 auto;
}
@media only screen and (min-width: 1050px) and (max-width: 1190px) {
  .head_bot {
    width: 1000px;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1049px) {
  .head_bot {
    width: 960px;
  }
}
@media only screen and (min-width: 780px) and (max-width: 979px) {
  .head_bot {
    width: 768px;
  }
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .head_bot {
    width: 550px;
  }
}
@media only screen and (max-width: 569px) {
  .head_bot {
    width: 300px;
  }
}
.head_bot .navigation {
  width: 932px;
  float: left;
}
@media only screen and (min-width: 1050px) and (max-width: 1190px) {
  .head_bot .navigation {
    width: 800px;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1049px) {
  .head_bot .navigation {
    width: 780px;
  }
}
@media only screen and (min-width: 780px) and (max-width: 979px) {
  .head_bot .navigation {
    width: 420px;
  }
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .head_bot .navigation {
    width: 260px;
  }
}
@media only screen and (max-width: 569px) {
  .head_bot .navigation {
    width: 100%;
    float: none;
  }
}
.head_bot .navigation ul.sf-menu {
  display: table;
  float: left;
  margin-bottom: 0;
  width: auto;
  position: static;
}
@media only screen and (min-width: 780px) and (max-width: 979px) {
  .head_bot .navigation ul.sf-menu {
    display: none;
  }
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .head_bot .navigation ul.sf-menu {
    display: none;
  }
}
@media only screen and (max-width: 569px) {
  .head_bot .navigation ul.sf-menu {
    display: none;
  }
}
.head_bot .navigation ul.sf-menu li {
  float: left;
  min-height: 30px;
  line-height: 30px;
  background: none;
  white-space: normal;
  position: static;
  padding: 0px 22px;
}
@media only screen and (min-width: 980px) and (max-width: 1049px) {
  .head_bot .navigation ul.sf-menu li {
    padding: 0px 18px;
  }
}
.head_bot .navigation ul.sf-menu li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.head_bot .navigation ul.sf-menu li:first-child {
  padding-left: 0;
}
.head_bot .navigation ul.sf-menu li a.active {
  color: #0585f1;
}
.head_bot .navigation ul.sf-menu li .sf-mega {
  background: #EBEBEB;
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  box-shadow: none;
  z-index: 99999;
}
.head_bot .navigation ul.sf-menu li.drop_link {
  transition: background 235ms;
}
.head_bot .navigation ul.sf-menu li.drop_link:hover {
  background: #EBEBEB;
}
.head_bot .navigation ul.sf-menu li > a {
  color: #e4e4e4;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 235ms;
  border: none;
  padding: 0;
  display: block;
}
.head_bot .navigation ul.sf-menu li > a:hover {
  color: #0585f1;
}

.head_bot .navigation ul.sf-menu li.sfHover > a {
  color: #0585f1;
}
.head_bot .search {
  width: 220px;
  height: 30px;
  background: #484c52;
  float: right;
}
@media only screen and (min-width: 1050px) and (max-width: 1190px) {
  .head_bot .search {
    width: 170px;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1049px) {
  .head_bot .search {
    width: 170px;
  }
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .head_bot .search {
    width: 260px;
  }
}
@media only screen and (max-width: 569px) {
  .head_bot .search {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
}
.head_bot .search input[type="search"] {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: none;
  background: url("https://uwcfoundation.com/img/t_search.png") no-repeat 95% 50%;
  color: #9c9ea1;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 40px;
}

.tit_drop_menu {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 9px;
  padding-top: 25px;
}
.tit_drop_menu a.more_porj {
  color: #000;
  border: none;
  padding: 0;
  line-height: 1.2em;
  font-size: 17px;
  color: #0585f1;
  display: table;
}
.tit_drop_menu a.more_porj:hover {
  text-decoration: underline;
}

.proj_list {
  margin-top: 30px;
}
.proj_list .proj_itm {
  float: left;
  width: 360px;
  margin-bottom: 30px;
  margin-right: 30px;
}
@media only screen and (min-width: 1050px) and (max-width: 1190px) {
  .proj_list .proj_itm {
    width: 315px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1049px) {
  .proj_list .proj_itm {
    width: 300px;
    margin-right: 15px;
  }
}
.proj_list .proj_itm-img {
  width: 62px;
  height: 62px;
  background: white;
  text-align: center;
  line-height: 57px;
  border-radius: 50px;
  float: left;
  margin-right: 10px;
}
.proj_list .proj_itm-img img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.proj_list .proj_itm-txt {
  float: left;
  width: 280px;
  height: 62px;
  display: table;
}
@media only screen and (min-width: 1050px) and (max-width: 1190px) {
  .proj_list .proj_itm-txt {
    width: 240px;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1049px) {
  .proj_list .proj_itm-txt {
    width: 225px;
  }
}
.proj_list .proj_itm-txt a {
  border: none;
  padding: 0;
  line-height: 1.2em;
  color: #555;
  font-size: 17px;
  transition: all 235ms;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (min-width: 980px) and (max-width: 1049px) {
  .proj_list .proj_itm-txt a {
    font-size: 15px;
  }
}
.proj_list .proj_itm-txt a:hover {
  color: #0585f1;
  text-decoration: underline;
}

@media only screen and (max-width: 569px) {
  .mm-panel .m_wrap {
    width: 100%;
  }
  .mm-panel .m_wrap .proj_itm {
    width: 100%;
  }
  .mm-panel .m_wrap .proj_itm .proj_itm-txt {
    width: 100%;
  }
}
.mm-panel {
  transition: -webkit-transform 235ms linear;
  transition: transform 235ms linear;
  transition: transform 235ms linear, -webkit-transform 235ms linear;
}

.mm-slideout {
  transition: -webkit-transform 235ms linear;
  transition: transform 235ms linear;
  transition: transform 235ms linear, -webkit-transform 235ms linear;
}

.mm-subblocker {
  transition: opacity 235ms linear;
}

.mm-indexer {
  transition: right 235ms linear;
}

.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  transition: opacity 235ms linear;
}

.mm-menu.mm-effect-menu-zoom {
  transition: -webkit-transform 235ms linear;
  transition: transform 235ms linear;
  transition: transform 235ms linear, -webkit-transform 235ms linear;
}

.mm-menu.mm-effect-menu-slide {
  transition: -webkit-transform 235ms linear;
  transition: transform 235ms linear;
  transition: transform 235ms linear, -webkit-transform 235ms linear;
}

.mm-listview > li > a, .mm-listview > li > span {
  text-transform: uppercase;
}

.mm-listview > li > a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.2em;
}
.mm-listview > li > a:hover {
  color: #0585f1;
}

@media only screen and (min-width: 980px) {
  .toggle-mnu {
    display: none;
  }

  .toggle-mnu, #mobile-menu, html.mm-blocking #mm-blocker {
    display: none;
  }

  html.mm-opening .mm-slideout {
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
.home_slider {
 /* height: 754px;*/
 width: 100%;
 height:auto;
  box-shadow: 0 2px 1.9px 0.1px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 780px) and (max-width: 979px) {
  .home_slider {
    height: 500px;
  }
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .home_slider {
    height: 500px;
  }
}
@media only screen and (max-width: 569px) {
  .home_slider {
    height: 400px;
  }
}
.home_slider .slide {
  
 /* height: 754px;*/
 width: 100%;
 height: auto;
 /* background-size: cover;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;*/
  position: relative;
}

@media only screen and (min-width: 780px) and (max-width: 979px) {
  .home_slider .slide {
    /*height: 500px;*/
    width: 100%;
 height: auto;
  }
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .home_slider .slide {
    /*height: 500px;*/
    width: 100%;
 height: auto;
  }
}
@media only screen and (max-width: 569px) {
  .home_slider .slide {
    /*height: 400px;*/
    width: 100%;
 height: auto;
  }
}
.home_slider .slide .slide_text {
  margin-top: 60px;
}
@media only screen and (min-width: 780px) and (max-width: 979px) {
  .home_slider .slide .slide_text {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .home_slider .slide .slide_text {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 569px) {
  .home_slider .slide .slide_text {
    margin-top: 50px;
  }
}
.home_slider .slide .slide_text h3 {
  background: transparent;
  display: table;
  font-size: 18px;
  color: #fff;
  padding: 14px 13px;
  margin-bottom: 2px;
}
.home_slider .slide .slide_text h1 {
  font-size: 48px;
  color: #fff;
  display: table;
  padding: 15px 10px;
  background: rgba(46, 134, 255, 0.6);
  text-transform: uppercase;
  line-height: 38px;
  margin-bottom: 6px;
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .home_slider .slide .slide_text h1 {
    font-size: 35px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 569px) {
  .home_slider .slide .slide_text h1 {
    font-size: 25px;
    line-height: 18px;
  }
}
.home_slider .slide .slide_text h2 {
  font-size: 28px;
  color: #fff;
  display: table;
  padding: 14px 12px;
  background: rgba(46, 134, 255, 0.6);
  line-height: 18px;
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .home_slider .slide .slide_text h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 569px) {
  .home_slider .slide .slide_text h2 {
    font-size: 14px;
  }
}
.home_slider .slide .slide_text a.slide_btn {
  border: 2px solid #0585f1;
  width: 250px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 47px;
  display: block;
  margin-top: 27px;
  font-size: 18px;
  color: #0585f1;
  background: rgba(255, 255, 255, 0.9);
  transition: all 235ms;
}
@media only screen and (max-width: 569px) {
  .home_slider .slide .slide_text a.slide_btn {
    width: 200px;
    height: 40px;
    line-height: 36px;
    font-size: 16px;
  }
}
.home_slider .slide .slide_text a.slide_btn:hover {
  border: 2px solid #0585f1;
  color: #0585f1;
  background: rgba(255, 255, 255, 0.7);
}

/*.home_slider .slide1 {
   background: url("https://uwcfoundation.com/img/homeslider/sl1.jpg") no-repeat center center;
  background-size: cover;
}
.home_slider .slide2 {
  background: url("https://uwcfoundation.com/img/homeslider/sl2.jpg") no-repeat center center;
  background-size: cover;
}
.home_slider .slide3 {
  background: url("https://uwcfoundation.com/img/homeslider/sl3.jpg") no-repeat center center;
  background-size: cover;
}
.home_slider .slide4 {
  background: url("https://uwcfoundation.com/img/homeslider/sl4.jpg") no-repeat center center;
  background-size: cover;
}
.home_slider .slide5 {
  background: url("https://uwcfoundation.com/img/homeslider/sl5.jpg") no-repeat center center;
  background-size: cover;
}
.home_slider .slide6 {
  background: url("https://uwcfoundation.com/img/homeslider/sl6.jpg") no-repeat center center;
  background-size: cover;
}
.home_slider .slide7 {
  background: url("https://uwcfoundation.com/img/homeslider/sl7.jpg") no-repeat center center;
  background-size: cover;
}
.home_slider .slide8 {
  background: url("https://uwcfoundation.com/img/homeslider/sl8.jpg") no-repeat center center;
  background-size: cover;
}
.home_slider .slide9 {
  background: url("https://uwcfoundation.com/img/homeslider/sl9.jpg") no-repeat center center;
  background-size: cover;
}
.home_slider .slide10 {
  background: url("https://uwcfoundation.com/img/homeslider/sl11.jpg") no-repeat center center;
  background-size: cover;
}
.home_slider .slide11 {
  background: url("https://uwcfoundation.com/img/2.jpg") no-repeat center center;
  background-size: cover;
}
.home_slider .slide13 {
  background: url("https://uwcfoundation.com/img/s1.jpg") no-repeat center center;
  background-size: cover;
}
.home_slider .slide14 {
  background: url("https://uwcfoundation.com/img/s2.jpg") no-repeat center center;
  background-size: cover;
}
.home_slider .slide15 {
  background: url("https://uwcfoundation.com/img/s3.jpg") no-repeat center center;
  background-size: cover;
}
.home_slider .slide16 {
  background: url("https://uwcfoundation.com/img/s4.jpg") no-repeat center center;
  background-size: cover;
}
*/
.home_slider .about_slide_1 {
  background: url("https://uwcfoundation.com/img/about_slide_1.jpg") no-repeat center center;
  background-size: cover;
}
.home_slider .about_slide_2 {
  background: url("https://uwcfoundation.com/img/about_slide_2.jpg") no-repeat center center;
  background-size: cover;
}
.home_slider .about_slide_3 {
  background: url("https://uwcfoundation.com/img/about_slide_3.jpg") no-repeat center center;
  background-size: cover;
}
.home_slider .about_slide_4 {
  background: url("https://uwcfoundation.com/img/about_slide4.jpg") no-repeat center center;
  background-size: cover;
}
.home_slider .about_slide_5 {
  background: url("https://uwcfoundation.com/img/about_slide5.jpg") no-repeat center center;
  background-size: cover;
}
.home_slider .about_slide_6 {
  background: url("https://uwcfoundation.com/img/team123.jpg") no-repeat center center;
  background-size: cover;
}

.home_slider .team_slide {
  background: url("https://uwcfoundation.com/img/team_slide.jpg") no-repeat center center;
  background-size: cover;
}

.nav_line {
  width: 100%;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 1.9px 0.1px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: 998;
}

.slider_line-bottom {
  width: 100%;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 -2px 1.9px 0.1px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.news_list {
  padding-top: 69px;

  padding-bottom: 71px;
  position: relative;
}
.news_list h1 {
  font-size: 40px;
  text-align: center;
  color: #666;
  line-height: 32px;
}

.news_block {
  width: 100%;
  margin-top: 65px;
}
.news_block .news_block_item {
  float: left;
  width: 710px;
  
  margin-bottom: 50px;
}
@media only screen and (min-width: 1191px) and (max-width: 1480px) {
  .news_block .news_block_item {
    width: 575px;
    
  }
}
@media only screen and (min-width: 1050px) and (max-width: 1190px) {
  .news_block .news_block_item {
    width: 475px;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1049px) {
  .news_block .news_block_item {
    width: 455px;
  }
}
@media only screen and (min-width: 780px) and (max-width: 979px) {
  .news_block .news_block_item {
    width: 359px;
  }
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .news_block .news_block_item {
    width: 550px;
  }
}
@media only screen and (max-width: 569px) {
  .news_block .news_block_item {
    width: 300px;
  }
}
.news_block .news_block_item img {
  max-width: 100%;
  height: auto;
  display: block;
}
.news_block .news_block_item .color-orange {
  background: #ff7e5d;
}
.news_block .news_block_item .color-green {
  background: #2ad684;
}
.news_block .news_block_item .color-blue {
  background: #6cc7ff;
}
.news_block .news_block_item .color-yellow {
  background: #ffdb00;
}
.news_block .news_block_item .color-white {
  background: #fff;
}
.news_block .news_block_item-desc {
  padding: 40px 45px 40px 80px;
}
@media only screen and (min-width: 780px) and (max-width: 979px) {
  .news_block .news_block_item-desc {
    padding: 40px 45px 40px 60px;
  }
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .news_block .news_block_item-desc {
    padding: 40px 45px 40px 60px;
  }
}
@media only screen and (max-width: 569px) {
  .news_block .news_block_item-desc {
    padding: 25px 30px 25px 30px;
  }
}
.news_block .news_block_item-cat {
  display: table;
  float: left;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 14px;
}
@media only screen and (max-width: 569px) {
  .news_block .news_block_item-cat {
    font-size: 12px;
  }
}
.news_block .news_block_item-date {
  display: table;
  float: left;
  color: #c4c4c4;
  font-size: 12px;
  text-transform: uppercase;
}
.news_block .news_block_item-link {
  margin-top: 18px;
}
.news_block .news_block_item-link a {
  font-size:20px;
  color: #fff;
  text-decoration: none;
  display: block;
  line-height: 47px;
  transition: color 235ms;
}
@media only screen and (min-width: 1191px) and (max-width: 1480px) {
  .news_block .news_block_item-link a {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1050px) and (max-width: 1190px) {
  .news_block .news_block_item-link a {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1049px) {
  .news_block .news_block_item-link a {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 780px) and (max-width: 979px) {
  .news_block .news_block_item-link a {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .news_block .news_block_item-link a {
    font-size: 20px;
    line-height: 39px;
  }
}
@media only screen and (max-width: 569px) {
  .news_block .news_block_item-link a {
    font-size: 17px;
    line-height: 28px;
  }
}
.news_block .news_block_item-link a:hover {
  text-decoration: underline;
}
.news_block .news_block_item-author {
  color: #cacaca;
  font-size: 12px;
  margin-top: 20px;
  text-transform: uppercase;
}
.news_block .news_block_item-author a {
  color: #cacaca;
  text-decoration: none;
}
.news_block .news_block_item-author a:hover {
  text-decoration: underline;
}

.img_news {
  position: relative;
}
.img_news-over-orange {
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(5, 133, 241, 0.7);
  position: absolute;
  top: 0px;
  left: 0px;
  transition: opacity 235ms;
}
.img_news-over-white {
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(232, 229, 19, 0.7);
  position: absolute;
  top: 0px;
  left: 0px;
  transition: opacity 235ms;
}
.img_news-over-blue {
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(241, 75, 5, 0.7);
  position: absolute;
  top: 0px;
  left: 0px;
  transition: opacity 235ms;
}
.img_news-over-yellow {
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 244, 0, 0.7);
  position: absolute;
  top: 0px;
  left: 0px;
  transition: opacity 235ms;
}
.img_news-over-green {
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(241, 75, 5, 0.7);
  position: absolute;
  top: 0px;
  left: 0px;
  transition: opacity 235ms;
}

.news_block_item:hover .img_news-over-orange {
  opacity: 1;
}
.news_block_item:hover .img_news-over-white {
  opacity: 1;
}
.news_block_item:hover .img_news-over-blue {
  opacity: 1;
}
.news_block_item:hover .img_news-over-yellow {
  opacity: 1;
}
.news_block_item:hover .img_news-over-green {
  opacity: 1;
}
.news_block_item:hover .color-orange .news_block_item-link a {
  color: #62c614;
}
.news_block_item:hover .color-yellow .news_block_item-link a {
  color: #62c614;
}
.news_block_item:hover .color-green .news_block_item-link a {
  color: #e8e513; 
}
.news_block_item:hover .color-blue .news_block_item-link a {
  color: #e8e513;
}
.news_block_item:hover .color-white .news_block_item-link a {
  color: #0585f1;
}

.color-white .news_block_item-cat, .color-white .news_block_item-link > a {
  color: #555;
}

.footer {
  background: #25292F;
  min-height: 100px;
  padding-top: 34px;
}
.footer .col_1 {
  float: left;
  margin-right: 112px;
}
@media only screen and (min-width: 1050px) and (max-width: 1190px) {
  .footer .col_1 {
    margin-right: 60px;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1049px) {
  .footer .col_1 {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 780px) and (max-width: 979px) {
  .footer .col_1 {
    margin-right: 300px;
  }
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .footer .col_1 {
    margin-right: 100px;
  }
}
@media only screen and (max-width: 569px) {
  .footer .col_1 {
    float: none;
    margin: 0px 0px 0px;
  }
}
.footer .col_1 .foot_logo {
  display: block;
  width: 174px;
  height: 72px;
}
.footer .col_1 .foot_desc {
  font-size: 14px;
  color: #ffffff;
  line-height: 26px;
  margin-top: 26px;
}
.footer .col_1 .ft_social {
  display: table;
  list-style: none;
  margin-top: 20px;
}
.footer .col_1 .ft_social li {
  float: left;
  margin-right: 5px;
  opacity: 1;
  transition: opacity 235ms;
}
.footer .col_1 .ft_social li:last-child {
  margin-right: 0;
}
.footer .col_1 .ft_social li:hover {
  opacity: 0.7;
}
.footer .col_1 .ft_cont {
  font-size: 14px;
  color: #ffffff;
  margin-top: 27px;
}
.footer .col_1 .ft_cont-addr {
  margin-bottom: 19px;
  position: relative;
  padding-left: 29px;
}
.footer .col_1 .ft_cont-addr:before {
  content: '';
  display: block;
  width: 12px;
  height: 14px;
  background: url("https://uwcfoundation.com/img/ft_cont-addr.png") no-repeat center center;
  position: absolute;
  top: 2px;
  left: 0px;
}
.footer .col_1 .ft_cont-tel {
  margin-bottom: 17px;
  position: relative;
  padding-left: 29px;
}
.footer .col_1 .ft_cont-tel a {
  color: #ffffff;
  text-decoration: none;
  transition: color 235ms;
}
.footer .col_1 .ft_cont-tel a:hover {
  color: #0585f1;
}
.footer .col_1 .ft_cont-tel:before {
  content: '';
  display: block;
  width: 15px;
  height: 13px;
  background: url("https://uwcfoundation.com/img/ft_cont-tel.png") no-repeat center center;
  position: absolute;
  top: 2px;
  left: 0px;
}
.footer .col_1 .ft_cont-email {
  position: relative;
  padding-left: 29px;
}
.footer .col_1 .ft_cont-email a {
  color: #ffffff;
  text-decoration: none;
  transition: color 235ms;
}
.footer .col_1 .ft_cont-email a:hover {
  color: #0585f1;
}
.footer .col_1 .ft_cont-email:before {
  content: '';
  display: block;
  width: 19px;
  height: 12px;
  background: url("https://uwcfoundation.com/img/ft_cont-email.png") no-repeat center center;
  position: absolute;
  top: 4px;
  left: 0px;
}
.footer .col_2 {
  float: left;
  width: 150px;
  padding-top: 18px;
  margin-right: 52px;
}
@media only screen and (min-width: 980px) and (max-width: 1049px) {
  .footer .col_2 {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 780px) and (max-width: 979px) {
  .footer .col_2 {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .footer .col_2 {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 569px) {
  .footer .col_2 {
    float: none;
    margin: 20px 0px 0px;
  }
}
.footer .col_2 h3 {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
.footer .col_2 .ft_poj_list {
  margin-top: 33px;
}
.footer .col_2 .ft_poj_list li {
  margin-bottom: 13px;
}
.footer .col_2 .ft_poj_list li a {
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
  transition: color 235ms;
}
.footer .col_2 .ft_poj_list li a:hover {
  color: #0585f1;
}
.footer .col_3 {
  float: left;
  padding-top: 18px;
  width: 250px;
  margin-right: 30px;
}
@media only screen and (min-width: 1050px) and (max-width: 1190px) {
  .footer .col_3 {
    margin-right: 70px;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1049px) {
  .footer .col_3 {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 780px) and (max-width: 979px) {
  .footer .col_3 {
    margin-right: 339px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .footer .col_3 {
    margin-right: 139px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 569px) {
  .footer .col_3 {
    float: none;
    margin: 20px 0px 0px;
  }
}
.footer .col_3 h3 {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
.footer .col_3 .ft_news {
  margin-top: 33px;
}
.footer .col_3 .ft_news_itm {
  margin-left: 0px;
  margin-bottom: 14px;
}
.footer .col_3 .ft_news_itm a {
  display: block;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  line-height: 26px;
  transition: color 235ms;
}
.footer .col_3 .ft_news_itm a:hover {
  color: #0585f1;
}
.footer .col_3 .ft_news_itm span {
  display: block;
  color: #808080;
  line-height: 26px;
  font-size: 12px;
  margin-top: 4px;
}
.footer .col_4 {
  float: left;
  padding-top: 18px;
}
@media only screen and (min-width: 780px) and (max-width: 979px) {
  .footer .col_4 {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .footer .col_4 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 569px) {
  .footer .col_4 {
    float: none;
    margin: 20px 0px 0px;
  }
}
.footer .col_4 h3 {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
.footer .col_4 .ft_links_list {
  margin-top: 33px;
}
.footer .col_4 .ft_links_list li {
  margin-bottom: 13px;
}
.footer .col_4 .ft_links_list li a {
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
  transition: color 235ms;
}
.footer .col_4 .ft_links_list li a:hover {
  color: #0585f1;
}
.footer .copyring {
  border-top: 1px solid #3f3f3e;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  margin-top: 29px;
  padding-top: 22px;
  padding-bottom: 22px;
}
.footer .copyring a {
  color: #0585f1;
  text-decoration: none;
}
.footer .copyring a:hover {
  text-decoration: underline;
}

.about_cont_sect .about_crump {
  width: 100%;
  min-height: 56px;
  background: #25292f;
  font-size: 0;
}
@media only screen and (max-width: 569px) {
  .about_cont_sect .about_crump {
    min-height: 48px;
  }
}
.about_cont_sect .about_crump a {
  color: #0585f1;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 56px;
  height: 56px;
  text-decoration: none;
  transition: all 235ms;
  display: inline-block;
  padding: 0px 25px;
}
@media only screen and (max-width: 569px) {
  .about_cont_sect .about_crump a {
    font-size: 14px;
    line-height: 52px;
    height: 48px;
    padding: 0px 10px;
  }
}
.about_cont_sect .about_crump a:hover {
  color: #fff;
  background: #0585f1;
}
.about_cont_sect .about_crump a.active {
  color: #fff;
  background: #0585f1;
}
.about_cont_sect .about_mission {
  padding-top: 38px;
  padding-bottom: 70px;
}
.about_cont_sect .about_mission h1 {
  font-size: 50px;
  line-height: 40px;
  color: #333;
  margin-bottom: 38px;
}
@media only screen and (max-width: 569px) {
  .about_cont_sect .about_mission h1 {
    font-size: 30px;
  }
}
.about_cont_sect .about_mission p {
  color: #555;
  font-size: 14px;
  line-height: 30px;
  margin: 0;
  background: url("https://uwcfoundation.com/img/about_mission_p.png") no-repeat 0% 9%;
  padding-left: 23px;
  margin-bottom: 55px;
}
@media only screen and (min-width: 780px) and (max-width: 979px) {
  .about_cont_sect .about_mission p {
    background: url("https://uwcfoundation.com/img/about_mission_p.png") no-repeat 0% 4%;
  }
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .about_cont_sect .about_mission p {
    background: url("https://uwcfoundation.com/img/about_mission_p.png") no-repeat 0% 3%;
  }
}
@media only screen and (max-width: 569px) {
  .about_cont_sect .about_mission p {
    background: url("https://uwcfoundation.com/img/about_mission_p.png") no-repeat 0% 2%;
  }
}
.about_cont_sect .about_fund {
  padding-top: 38px;
}
.about_cont_sect .about_fund h1 {
  font-size: 50px;
  line-height: 100px;
  color: #333;
  margin-bottom: 38px;
}
@media only screen and (max-width: 569px) {
  .about_cont_sect .about_fund h1 {
    font-size: 30px;
  }
}
.about_cont_sect .about_fund p {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  margin-bottom: 10px;
}
.about_cont_sect .about_fund ul {
  margin-left: 40px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 569px) {
  .about_cont_sect .about_fund ul {
    margin-left: 0;
  }
}
.about_cont_sect .about_fund ul li {
  background: url("https://uwcfoundation.com/img/about_mission_p.png") no-repeat 0% 0%;
  padding-left: 24px;
  color: #555;
  font-size: 14px;
  margin-bottom: 14px;
}


ul.about_fund2 {
  margin-left: 40px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 569px) {
  ul.about_fund2 {
    margin-left: 0;
  }
}
ul.about_fund2 li {
  background: url("https://uwcfoundation.com/img/about_mission_p.png") no-repeat 0% 0%;
  padding-left: 24px;
  color: #000; /*Меняю цвет шрифта в списках был #555*/
  font-size: 20px;
  margin-bottom: 10px;
  
  letter-spacing: 2px;
  line-height: 30px;
  font-weight: 500;
}


.proj_head {
  width: 100%;
  height: 281px;
  background-image: url("https://uwcfoundation.com/img/projects/proj_banner_2.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 71px;
}
.proj_head .m_wrap {
  z-index: 2;
  position: relative;
}
.proj_head-over {
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.5);*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.proj_head h1 {
  text-align: center;
  font-size: 40px;
  color: #0585f1;
  text-transform: uppercase;
  line-height: 50px;
}
.proj_head .proj_crumps {
  display: table;
  margin: 0px auto 0;
  border: 2px solid #fff;
  height: 45px;
  line-height: 45px;
  margin-top: 19px;
  padding: 0px 25px;
  font-size: 14px;
  color: #fff;
}
.proj_head .proj_crumps a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 235ms;
}
.proj_head .proj_crumps a:hover {
  color: #0585f1;
}
/*gallery*/
.proj_head1 {
  width: 100%;
  height: 281px;
  background-image: url("https://uwcfoundation.com/img/54.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 71px;
}
.proj_head1 .m_wrap {
  z-index: 2;
  position: relative;
}
.proj_head-over {
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.5);*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.proj_head1 h1 {
  text-align: center;
  font-size: 40px;
  color: #000000;
  text-transform: uppercase;
  line-height: 50px;
}
.proj_head1 .proj_crumps {
  display: table;
  margin: 0px auto 0;
  border: 2px solid #000000;
  height: 45px;
  line-height: 45px;
  margin-top: 19px;
  padding: 0px 25px;
  font-size: 14px;
  color: #000000;
}
.proj_head1 .proj_crumps a {
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 235ms;
}
.proj_head1 .proj_crumps a:hover {
  color: #0585f1;
}
/**/

/*video*/
.proj_head2 {
  width: 100%;
  height: 281px;
  background-color: #e4e4e4;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 20px;
}
.proj_head2 .m_wrap {
  z-index: 2;
  position: relative;
}
.proj_head-over {
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.5);*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.proj_head2 h1 {
  text-align: center;
  font-size: 40px;
  color: #000000;
  text-transform: uppercase;
  line-height: 50px;
}
.proj_head2 .proj_crumps {
  display: table;
  margin: 0px auto 0;
  border: 2px solid #fff;
  height: 45px;
  line-height: 45px;
  margin-top: 19px;
  padding: 0px 25px;
  font-size: 14px;
  color: #fff;
}
.proj_head2 .proj_crumps a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 235ms;
}
.proj_head2 .proj_crumps a:hover {
  color: #0585f1;
}
/**/

.project_list {
  padding-top: 37px;
}
.project_list .project_itm {
  float: left;
  width: 384px;
  margin-right: 80px;
  margin-bottom: 40px;
 
  
}
@media only screen and (min-width: 1050px) and (max-width: 1190px) {
  .project_list .project_itm {
    width: 325px;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1049px) {
  .project_list .project_itm {
    width: 310px;
  }
}
@media only screen and (min-width: 780px) and (max-width: 979px) {
  .project_list .project_itm {
    width: 250px;
  }
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .project_list .project_itm {
    width: 265px;
  }
}
@media only screen and (max-width: 569px) {
  .project_list .project_itm {
    width: 300px;
    margin-right: 0;
  }
}
.project_list .project_itm img {
  display: block;
  max-width: 100%;
  height: auto;
}
.project_list .project_itm-desc {
  width: 100%;
  min-height: 216px;
  background: #f2f1f0;
  padding: 20px 18px;
}
.project_list .project_itm-title {
  color: #0585f1;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 235ms;
}
@media only screen and (min-width: 1050px) and (max-width: 1190px) {
  .project_list .project_itm-title {
    height: 45px;
    display: block;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1049px) {
  .project_list .project_itm-title {
    height: 45px;
    display: block;
  }
}
@media only screen and (min-width: 780px) and (max-width: 979px) {
  .project_list .project_itm-title {
    height: 45px;
    display: block;
  }
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .project_list .project_itm-title {
    height: 45px;
    display: block;
  }
}
@media only screen and (max-width: 569px) {
  .project_list .project_itm-title {
    height: 45px;
    display: block;
  }
}
.project_list .project_itm-title:hover {
  color: #555;
}
.project_list .project_itm p {
  color: #000;/*Меня цвет с #555 и добавлен отступ между буквами*/
  font-size: 14px;
  line-height: 25px;
  
  margin: 0px;
  margin-top: 7px;
  text-align: justify;
}
.project_list .project_itm-read_more {
  width: 156px;
  height: 50px;
  border: 2px solid #0585f1;
  display: block;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  color: #0585f1;
  line-height: 44px;
  margin: 10px auto 0px;
  transition: all 235ms;
}
.project_list .project_itm-read_more:hover {
  color: #555;
  border: 2px solid #555;
}

.project_details {
  width: 100%;
  height: 400px;
  background: url("https://uwcfoundation.com/img/proj_health.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding-top: 150px;
  position: relative;
}
@media only screen and (min-width: 780px) and (max-width: 979px) {
  .project_details {
    padding-top: 140px;
    height: 300px;
  }
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .project_details {
    padding-top: 100px;
    height: 230px;
  }
}
@media only screen and (max-width: 569px) {
  .project_details {
    padding-top: 70px;
    height: 150px;
  }
}
.project_details .details_text h3 {
  background: #0585f1;
  display: table;
  font-size: 18px;
  color: #fff;
  padding: 14px 13px;
  margin-bottom: 2px;
}
.project_details .details_text h1 {
  font-size: 48px;
  color: #fff;
  display: table;
  padding: 15px 10px;
  background: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  line-height: 38px;
  margin-bottom: 6px;
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .project_details .details_text h1 {
    font-size: 35px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 569px) {
  .project_details .details_text h1 {
    font-size: 25px;
    line-height: 18px;
  }
}
.project_details .details_text h2 {
  font-size: 28px;
  color: #fff;
  display: table;
  padding: 14px 12px;
  background: rgba(0, 0, 0, 0.4);
  line-height: 18px;
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .project_details .details_text h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 569px) {
  .project_details .details_text h2 {
    font-size: 14px;
  }
}
.project_details .details_text a.slide_btn {
  border: 2px solid #fffefe;
  width: 156px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 47px;
  display: block;
  margin-top: 27px;
  font-size: 18px;
  color: #fffefe;
  background: none;
  transition: all 235ms;
}
@media only screen and (max-width: 569px) {
  .project_details .details_text a.slide_btn {
    width: 145px;
    height: 40px;
    line-height: 36px;
    font-size: 16px;
  }
}
.project_details .details_text a.slide_btn:hover {
  border: 2px solid #0585f1;
  color: #0585f1;
  background: rgba(255, 255, 255, 0.7);
}

.crumps_det {
  height: 56px;
  width: 100%;
  background: #25292f;
  line-height: 56px;
  color: #fff;
}
.crumps_det a {
  color: #fff;
  text-decoration: none;
  transition: color 235ms;
}
.crumps_det a:hover {
  text-decoration: underline;
  color: #0585f1;
}
.crumps_det a.active {
  text-decoration: underline;
  color: #0585f1;
}

.det_cont {
  padding-top: 36px;
}
.det_cont h1 {
  color: #739fee;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 32px;
}
.det_cont h1:hover {color: #5077bd;}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .det_cont h1 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 569px) {
  .det_cont h1 {
    font-size: 30px;
  }
}
.det_cont p {
  color: #000;
  font-size: 14px;
  line-height: 28px;
  margin: 0;
  margin-bottom: 10px;
}
.det_cont h2 {
  color: #333;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  margin-top: 57px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .det_cont h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 569px) {
  .det_cont h2 {
    text-align: center;
  }
}
.det_cont .ev_itm {
  width: 868px;
  height: 336px;
  background: #fff;
  border: 1px solid #d1d1d1;
  margin-bottom: 37px;
}
@media only screen and (min-width: 780px) and (max-width: 979px) {
  .det_cont .ev_itm {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .det_cont .ev_itm {
    width: 390px;
    margin: 0px auto 37px;
    height: auto;
  }
}
@media only screen and (max-width: 569px) {
  .det_cont .ev_itm {
    width: 300px;
    margin: 0px auto 37px;
    height: auto;
  }
}
.det_cont .ev_itm-img {
  width: 390px;
  height: 335px;
  
  
  float: left;
}
@media only screen and (min-width: 780px) and (max-width: 979px) {
  .det_cont .ev_itm-img {
    width: 330px;
     
  }
}
@media only screen and (max-width: 569px) {
  .det_cont .ev_itm-img {
    width: 300px;
    
  }
}
.det_cont .ev_itm-img img {
  max-width: 100%;
   width: 390px;
  height: 335px;
  
  display: block;
  object-fit: cover;
}
.det_cont .ev_itm-desc {
  float: left;
  margin-left: 30px;
  padding-top: 27px;
  width: 400px;
}
@media only screen and (min-width: 780px) and (max-width: 979px) {
  .det_cont .ev_itm-desc {
    padding-top: 16px;
  }
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .det_cont .ev_itm-desc {
    width: 335px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 569px) {
  .det_cont .ev_itm-desc {
    width: 260px;
    padding-bottom: 20px;
    margin-left: 20px;
  }
}
.det_cont .ev_itm-desc .title {
  color: #25292f;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
}
.det_cont .ev_itm-desc .title:hover {
  text-decoration: underline;
}
.det_cont .ev_itm-desc .location {
  display: block;
  color: #f36405;
  font-size: 14px;
  line-height: 28px;
  margin-top: 24px;
}
@media only screen and (min-width: 780px) and (max-width: 979px) {
  .det_cont .ev_itm-desc .location {
    margin-top: 6px;
  }
}
.det_cont .ev_itm-desc .txt {
  color: #000;/*Меняю цвет шрифта с #777*/
  font-size: 14px;
  line-height: 28px;
  margin-top: 6px;
}
@media only screen and (min-width: 780px) and (max-width: 979px) {
  .det_cont .ev_itm-desc .txt {
    line-height: 24px;
  }
}
.det_cont .ev_itm-desc .read_more {
  width: 152px;
  height: 50px;
  border: 2px solid #0585f1;
  background: rgba(242, 238, 238, 0.7);
  display: block;
  text-align: center;
  text-decoration: none;
  color: #0585f1;
  transition: background 235ms;
  line-height: 43px;
  margin-top: 25px;
}
.det_cont .ev_itm-desc .read_more:hover {
  background: rgba(204, 204, 204, 0.4);
}

.gallery_list .gallery_itm {
  float: left;
  width: 20%;
  height: auto;
  position: relative;
  cursor: pointer;
  margin: 20px;
  
}
@media only screen and (min-width: 1191px) and (max-width: 1480px) {
  .gallery_list .gallery_itm {
    width: 20%;
  }
}
@media only screen and (min-width: 1050px) and (max-width: 1190px) {
  .gallery_list .gallery_itm {
    width: 25%;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1049px) {
  .gallery_list .gallery_itm {
    width: 33.33%;
  }
}
@media only screen and (min-width: 780px) and (max-width: 979px) {
  .gallery_list .gallery_itm {
    width: 33.33%;
  }
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .gallery_list .gallery_itm {
    width: 50%;
  }
}
@media only screen and (max-width: 569px) {
  .gallery_list .gallery_itm {
    width: 100%;
  }
}
.gallery_list .gallery_itm img {
  /* max-width: 100%; */
  width: 100%;
  height: auto;
  display: block;
  
}
@media only screen and (max-width: 569px) {
  .gallery_list .gallery_itm img {
    width: 100%;
    
  }
}
.gallery_list .gallery_itm-over {
  width: 100%;
  height: 100%;
  background: rgba(27, 133, 201, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding-top: 30%;
  opacity: 0;
  transition: opacity 235ms;
}
.gallery_list .gallery_itm-over span, .video-title span {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
}
.video-title span {
  font-size: 16px;
}

.gallery_list .gallery_itm-over-video {
  width:100%;
  height:100%;
  position: absolute;
  top: 0;
  left: 0;
  /*background: rgba(27, 133, 201, 0.75);*/
  background: url("https://uwcfoundation.com/img/icons/play-button-icon-png-4_small.png") no-repeat;
  background-position: center center;
  background-size: 25% auto;
  opacity: 0.5;
  transition: opacity 235ms; 
}

.gallery_list .gallery_itm .video-title {
  width: 90%;
  position: absolute;
  left: 5%;
  top: 5%;
  background: rgba(51, 51, 51, 0.75);
}
@media only screen and (min-width: 1050px) and (max-width: 1190px) {
  .gallery_list .gallery_itm-over span {
    font-size: 18px;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1049px) {
  .gallery_list .gallery_itm-over span {
    font-size: 18px;
  }
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .gallery_list .gallery_itm-over span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 569px) {
  .gallery_list .gallery_itm-over span {
    font-size: 14px;
  }
}
.gallery_list .gallery_itm:hover .gallery_itm-over {
  opacity: 1;
}

.gallery_list .gallery_itm:hover .gallery_itm-over-video {
  opacity: 1;
}
.contacts_wr {
  padding-top: 32px;
}
.contacts_wr .cont_inf {
  width: 370px;
  float: left;
  margin-left: 14px;
  padding-top: 57px;
}
@media only screen and (min-width: 1050px) and (max-width: 1190px) {
  .contacts_wr .cont_inf {
    margin-left: 0;
    width: 270px;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1049px) {
  .contacts_wr .cont_inf {
    margin-left: 0;
    width: 270px;
  }
}
@media only screen and (min-width: 780px) and (max-width: 979px) {
  .contacts_wr .cont_inf {
    margin-left: 0;
    width: 250px;
  }
}
@media only screen and (min-width: 780px) and (max-width: 979px) {
  .contacts_wr .cont_inf {
    margin-left: 0;
    width: 250px;
  }
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .contacts_wr .cont_inf {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 569px) {
  .contacts_wr .cont_inf {
    width: 100%;
    margin-left: 0;
  }
}
.contacts_wr .cont_map {
  width: 766px;
  height: 430px;
  border: 2px solid #efefef;
  float: left;
}
@media only screen and (min-width: 1050px) and (max-width: 1190px) {
  .contacts_wr .cont_map {
    width: 710px;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1049px) {
  .contacts_wr .cont_map {
    width: 680px;
  }
}
@media only screen and (min-width: 780px) and (max-width: 979px) {
  .contacts_wr .cont_map {
    width: 516px;
  }
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .contacts_wr .cont_map {
    width: 100%;
  }
}
@media only screen and (max-width: 569px) {
  .contacts_wr .cont_map {
    width: 100%;
  }
}
.contacts_wr .cont_addr {
  margin-bottom: 31px;
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .contacts_wr .cont_addr {
    float: left;
    margin-bottom: 20px;
    height: 84px;
  }
}
.contacts_wr .cont_addr-icon {
  float: left;
  margin-right: 27px;
  padding-top: 9px;
}
.contacts_wr .cont_addr-desc {
  float: left;
  color: #2c2b27;
  font-size: 15px;
  text-transform: uppercase;
}
.contacts_wr .cont_addr-desc span {
  display: block;
  font-size: 14px;
  color: #40392f;
  line-height: 26px;
  text-transform: none;
  margin-top: 8px;
}
.contacts_wr .cont_call {
  margin-bottom: 33px;
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .contacts_wr .cont_call {
    float: right;
    margin-bottom: 20px;
    height: 84px;
  }
}
.contacts_wr .cont_call-icon {
  float: left;
  margin-right: 10px;
  padding-top: 9px;
}
.contacts_wr .cont_call-desc {
  float: left;
  color: #2c2b27;
  font-size: 15px;
  text-transform: uppercase;
}
.contacts_wr .cont_call-desc a {
  display: block;
  font-size: 14px;
  color: #40392f;
  line-height: 26px;
  text-transform: none;
  margin-top: 6px;
  text-decoration: none;
  transition: color 235ms;
}
.contacts_wr .cont_call-desc a:hover {
  color: #0585f1;
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .contacts_wr .cont_email {
    float: none;
    display: table;
    margin: 0px auto 20px;
  }
}
@media only screen and (max-width: 569px) {
  .contacts_wr .cont_email {
    margin-bottom: 30px;
  }
}
.contacts_wr .cont_email-icon {
  float: left;
  margin-right: 10px;
  padding-top: 9px;
}
.contacts_wr .cont_email-desc {
  float: left;
  color: #2c2b27;
  font-size: 15px;
  text-transform: uppercase;
}
.contacts_wr .cont_email-desc a {
  display: block;
  font-size: 14px;
  color: #40392f;
  line-height: 26px;
  text-transform: none;
  margin-top: 6px;
  text-decoration: none;
  transition: color 235ms;
}
.contacts_wr .cont_email-desc a:hover {
  color: #0585f1;
}

.cont_form_block {
  padding-top: 64px;
  padding-bottom: 84px;
}
.cont_form_block-left {
  width: 490px;
  float: left;
}
@media only screen and (min-width: 1050px) and (max-width: 1190px) {
  .cont_form_block-left {
    width: 380px;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1049px) {
  .cont_form_block-left {
    width: 380px;
  }
}
@media only screen and (min-width: 780px) and (max-width: 979px) {
  .cont_form_block-left {
    width: 330px;
  }
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .cont_form_block-left {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 569px) {
  .cont_form_block-left {
    width: 100%;
    float: none;
  }
}
.cont_form_block-right {
  width: 655px;
  float: left;
}
@media only screen and (min-width: 1050px) and (max-width: 1190px) {
  .cont_form_block-right {
    width: 600px;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1049px) {
  .cont_form_block-right {
    width: 570px;
  }
}
@media only screen and (min-width: 780px) and (max-width: 979px) {
  .cont_form_block-right {
    width: 436px;
  }
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .cont_form_block-right {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 569px) {
  .cont_form_block-right {
    width: 100%;
    float: none;
  }
}
.cont_form_block-bottom {
  margin-top: 78px;
}
.cont_form_block .cont_form input {
  width: 459px;
  height: 62px;
  border: 1px solid #d8d8d8;
  display: block;
  margin-bottom: 35px;
  color: #707070;
  font-size: 16px;
  padding: 0px 20px;
}
@media only screen and (min-width: 1050px) and (max-width: 1190px) {
  .cont_form_block .cont_form input {
    width: 360px;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1049px) {
  .cont_form_block .cont_form input {
    width: 360px;
  }
}
@media only screen and (min-width: 780px) and (max-width: 979px) {
  .cont_form_block .cont_form input {
    width: 310px;
  }
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .cont_form_block .cont_form input {
    width: 100%;
  }
}
@media only screen and (max-width: 569px) {
  .cont_form_block .cont_form input {
    width: 100%;
  }
}
.cont_form_block .cont_form input:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .cont_form_block .cont_form input:last-child {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 569px) {
  .cont_form_block .cont_form input:last-child {
    margin-bottom: 35px;
  }
}
.cont_form_block .cont_form textarea {
  width: 655px;
  height: 256px;
  border: 1px solid #d8d8d8;
  display: block;
  color: #707070;
  font-size: 16px;
  padding: 20px;
}
@media only screen and (min-width: 1050px) and (max-width: 1190px) {
  .cont_form_block .cont_form textarea {
    width: 600px;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1049px) {
  .cont_form_block .cont_form textarea {
    width: 570px;
  }
}
@media only screen and (min-width: 780px) and (max-width: 979px) {
  .cont_form_block .cont_form textarea {
    width: 436px;
  }
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .cont_form_block .cont_form textarea {
    width: 100%;
  }
}
@media only screen and (max-width: 569px) {
  .cont_form_block .cont_form textarea {
    width: 100%;
  }
}
.cont_form_block .cont_form button {
  width: 264px;
  height: 66px;
  display: block;
  border: 1px solid #0585f1;
  border-radius: 4px;
  color: #0585f1;
  font-size: 18px;
  text-transform: uppercase;
  transition: all 235ms;
  margin: 0px auto 0px;
}
.cont_form_block .cont_form button:hover {
  background: #0585f1;
  color: #fff;
}

.news_filter {
  width: 240px;
  min-height: 60px;
  text-transform: uppercase;
  float: right;
  position: absolute;
  top: 69px;
  right: 0px;
  z-index: 999;
}
@media only screen and (min-width: 570px) and (max-width: 779px) {
  .news_filter {
    top: 0px;
  }
}
@media only screen and (max-width: 569px) {
  .news_filter {
    top: 0px;
  }
}
.news_filter h3 {
  height: 60px;
  line-height: 60px;
  background: #3399c4;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  padding: 0px 20px;
}
.news_filter h3:after {
  content: '';
  display: block;
  background: url("https://uwcfoundation.com/img/news_filter.png") no-repeat;
  width: 24px;
  height: 23px;
  position: absolute;
  right: 20px;
  top: 30%;
}
.news_filter .n_filter_list {
  width: 220px;
  background: #3399c4;
  margin-left: 20px;
  padding: 17px;
  display: none;
}
.news_filter .n_filter_list li {
  line-height: 35px;
}
.news_filter .n_filter_list li a {
  display: block;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-transform: none;
  width: 100%;
  min-height: 35px;
  line-height: 35px;
  padding: 0px 15px;
  transition: background 235ms;
}
.news_filter .n_filter_list li a:hover {
  background: rgba(0, 0, 0, 0.3);
}

/*МОЕ*/
.lang_sel{margin-top:0px}
.fixed .lang_sel select{color:#fff;background:url(https://uwcfoundation.com/img/selec_arrow.png) no-repeat 86% 50%}.lang_sel{width:51px;float:right;vertical-align:top}
.lang_sel select{width:52px;height:30px;border:none;-webkit-appearance:none;background:url(https://uwcfoundation.com/img/selec_arrow.png) no-repeat 86% 50%;line-height:1em;padding-left:4px;color:#fff;font-size:12px;-moz-appearance:none;text-indent:0.01px;text-overflow:'';-ms-appearance:none;-webkit-appearance:none !important;-moz-appearance:none !important;appearance:none !important;cursor:pointer}
.lang_sel select option{background:none;color:#529AD5}.lang_sel select::-ms-expand{display:none}

.page_nav {
    width: 100%;

}
.page_nav li {
    list-style-type: none;
    float: left;
    margin-right: 10px;
}
.page_nav li a {
	text-decoration: none;
    font-size: 13px;
	color: #333333;
	background: #d4d3d3;
	border: 1px solid #fff;
	padding: 5px 10px 5px 10px;
	border-radius: 2px;
}
.page_nav li a.active {
	text-decoration: underline;
	font-size: 13px;
	color: #ffffff;
	background: #3399c4;
	border: 1px solid #fff;
	padding: 5px 10px 5px 10px;
}
.page_nav li a:hover {
	text-decoration: underline;
    color: #ffffff;
	background: #3399c4;
}
.error404 {
    font-size: 20px;
    padding-left: 20px;
    height: 300px;
    vertical-align: middle;
    display: table-cell;
}
.back-to-top {
    display: none;
    width: 56px;
	height: 56px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #f14b05 url("https://uwcfoundation.com/img/up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.back-to-top:hover {    
    background-color: #3399c4;
}


    
    /*For lists with links for all news and projects to view other news on this topic*/
    
    	.border_prog_proj {
list-style: none;
padding: 0;

}
.border_prog_proj li  {
font-family: 'Open Sans', sans-serif;
padding: 7px 20px;
margin-bottom: 10px;
border-radius: 5px;
background: transparent;
box-shadow: 2px -2px 5px 0 rgba(0,0,0,.1),
     -2px -2px 5px 0 rgba(0,0,0,.1),
    2px 2px 5px 0 rgba(0,0,0,.1),
    -2px 2px 5px 0 rgba(0,0,0,.1);
font-size: 20px;
letter-spacing: 2px;
font-weight: 500;
transition: 0.3s all linear;
line-height: 35px;
}


.border_prog_proj li:hover {
border-left: 20px solid transparent;border-color: 	#5ad229;
}

.border_prog_proj a
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;

    font-size: 20px;
    color: black;
    text-decoration: none;
}
.border_prog_proj a:hover
{
    background: transparent;
    color: 	#6495ED;
}
  
/*For all fonts in site*/

/*.font_for_p3
   {
       display: block;
       text-indent: 0;
       font-family: "Open-Sans", sans-serif;
       margin-bottom: 80px;
   }
    .font_for_p3 p
    { font-size:20px;
    line-height: 35px;
        letter-spacing: 2px;
        margin: 10px;
        color: black;
        text-indent: 50px;
        text-align: justify;
    }
   .font_for_p3 a
   {
       font-size:20px;
    line-height: 35px;
        letter-spacing: 2px;
        margin: 10px;
        color: #2074d2;
   }*/
   .font_for_p3
   {
       display: block;
       
       font-family: "Open-Sans", sans-serif;
       margin-bottom: 60px;

   }
    .font_for_p3 p
    {   
        font: 15px sans-serif;
        padding-bottom: 5px; 
       
        line-height: 25px;
        margin: 10px;
        color: black;
        text-indent: 50px;
        text-align: justify;
    }
   .font_for_p3 a
   {
       font-size:15px;
    line-height: 25px;
        
        margin: 10px;
        color: #2074d2;
   }

   .btn_a12
{
font-size:20px
  letter-spacing: 2px;
   color: #0099FF; 
}
       .btn_a12 button
              {
                  font-size:20px
 
   color: #0099FF; 
   /* цвет текста */
  background: transparent; /* фон кнопки */
  border-color: #0099FF;
  border-style: solid;
  border-width: thin;
  
  padding: 25px 45px;
  
       }
  .btn_a12 button:hover {
        
  border-color: #336699;
  background: transparent;
  color: #336699;
  border-style: solid;
  border-width: thin;
  
  padding: 25px 45px;
  
    }

 .btn_a12 button:active {
  border-color: #336699;
  background: transparent;
  color: #336699;
  border-style: solid;
  border-width: thin;
 
  padding: 25px 45px;
   
    }
 .btn_a12 button:focus
    {
  outline: none
            }
            
            .btn_a
{
font-size:20px
  letter-spacing: 2px;
   color: #0099FF; 
}
       .btn_a button
              {
                  font-size:20px
 
   color: #0099FF; 
   /* цвет текста */
  background: transparent; /* фон кнопки */
  border-color: #0099FF;
  border-style: solid;
  border-width: thin;
  
  padding: 25px 55px;
  
       }
  .btn_a button:hover {
        
  border-color: #336699;
  background: transparent;
  color: #336699;
  border-style: solid;
  border-width: thin;
  
  padding: 25px 55px;
  
    }

 .btn_a button:active {
  border-color: #336699;
  background: transparent;
  color: #336699;
  border-style: solid;
  border-width: thin;
 
  padding: 25px 55px;
   
    }
 .btn_a button:focus
    {
  outline: none
            }
            
            
               .content_about_fund {
        display: block;
        float: left;
        width: 70%;
    }
    .content_about_fund a {
        color: #1979d2;
        text-decoration: none;
    }
    .content_about_fund a:hover {
        color: #1979d2;
        text-decoration: underline;
    }
    .sidebar_about_fund {
        display: block;
        float: right;
        width: 20%;
        margin-bottom: 20px;
        
    }
    .sidebar_about_fund span{
        font-size: 11px;
        line-height: 12px;
        font-weight: 600;
       
    }
    .sidebar_about_fund img {
        margin: 15px 0 2px;
        width: 100%;
        
        max-width: 100%;
    }
    
   @media only screen and (min-width: 300px) and (max-width: 500px) {
   .content_about_fund
   { width: 100%; float: left; margin-right: 5px;}
   .sidebar_about_fund { width: 100%; float: left;}
   .sidebar_about_fund img 
					   {max-width: 100%;}
}    
.home_slider .inside_slide {
        top: 10%;
        left: 10%;
        position: absolute;
    }
 .preview_news {
       /*box-shadow: 0 0 10px rgba(0,0,0,0.5); */
       border-left: solid;
       /*border-color:#ff7e5d;*/
       border-color:#0099FF;
    padding: 10px;
    margin-bottom: 25px;
    background: #fff;
    /*font-weight: bold;*/
    
    }
    .preview_news p {
        color: #0099FF;
    font-style: italic;
    }
    .window_news {
        width: 90%;
    }
    .home_slider .slide .inside_slide {
        top: 20%;
        left: 15%;
        position: absolute;
    }
    
    .home_slider .slide .inside_slide h2{
        color: white;
        text-shadow: 1px 1px 4px black;
        font-size: 26px;
        padding: 15px;
        background: rgba(0, 0,0,0.5);
    }
    .home_slider .slide .inside_slide a.slide_btn {
  border: 2px solid #0585f1;
  width: 250px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 47px;
  display: block;
  margin-top: 27px;
  font-size: 18px;
  color: #0585f1;
  background: rgba(255, 255, 255, 0.9);
  transition: all 235ms;
}
@media only screen and (max-width: 569px) {
  .home_slider .slide .inside_slide a.slide_btn {
    width: 200px;
    height: 40px;
    line-height: 36px;
    font-size: 16px;
  }
}
.home_slider .slide .inside_slide a.slide_btn:hover {
  border: 2px solid #0585f1;
  color: #0585f1;
  background: rgba(255, 255, 255, 0.7);
}