@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 1, ../scss/_normalize.scss */
a:focus {
  outline: 0;
}

/*! normalize.css v3.0.0 | 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.
 */
/* line 11, ../scss/_normalize.scss */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/**
 * Remove default margin.
 */
/* line 20, ../scss/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 31, ../scss/_normalize.scss */
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

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

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

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

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

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

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

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

/* line 121, ../scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 125, ../scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
/* line 163, ../scss/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 172, ../scss/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 180, ../scss/_normalize.scss */
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 5, and Chrome.
 */
/* line 203, ../scss/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
/* line 217, ../scss/_normalize.scss */
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+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
/* line 228, ../scss/_normalize.scss */
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.
 */
/* line 241, ../scss/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -moz-appearance: button;
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 262, ../scss/_normalize.scss */
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.
 */
/* line 273, ../scss/_normalize.scss */
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.
 */
/* line 285, ../scss/_normalize.scss */
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`.
 */
/* line 297, ../scss/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 308, ../scss/_normalize.scss */
input[type="search"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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).
 */
/* line 319, ../scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

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

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
/* line 348, ../scss/_normalize.scss */
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.
 */
/* line 357, ../scss/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 368, ../scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 373, ../scss/_normalize.scss */
td,
th {
  padding: 0;
}

/**
 * размер и позиция элемента совпадают
 *   с размерами-позицией ближайшего relative родителя
 */
/**
 * растягивает элемент по размеру переданной картинки (url)
 * и помещает её на background
 */
/**
 * то же, что и iconBefore, но иконка помещается за пределами элемента, то есть позиционируется абсолютно
 * предполагается, что элемент имеет position:relative;
 */
/**
 * то же, что и iconAfter, но иконка помещается за пределами элемента, то есть позиционируется абсолютно
 * предполагается, что элемент имеет position:relative;
 */
/**
 * "подкладывает" псевдоэлемент под relative родителя
 */
/**
 * то же, что и underlayer, но уже привязано к :before и растянуто на всего родителя
 */
/**
 * то же, что и fitUnderlayerBefore, но для :after
 */
/* line 1, ../scss/_about.scss */
.node-page .field-name-body {
  width: 70%;
}

/* line 4, ../scss/_common.scss */
a {
  text-decoration: none;
}

/* line 8, ../scss/_common.scss */
h1 {
  margin: 0;
}

/* line 12, ../scss/_common.scss */
html {
  font-family: Tahoma, sans-serif;
}

/* line 16, ../scss/_common.scss */
.popup-opener {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}

/* line 21, ../scss/_common.scss */
.js .js-clickable {
  cursor: pointer;
}

/* line 26, ../scss/_common.scss */
.item-list ul, .item-list li, .item-list ul li, .item-list li ul {
  margin: 0;
  padding: 0;
}

/* line 32, ../scss/_common.scss */
.page-title-and-body {
  margin: 0;
  padding: 20px;
  position: relative;
}
/* line 106, ../scss/_base.scss */
.page-title-and-body:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}
/* line 40, ../scss/_common.scss */
.page-title-and-body .field-name-body {
  color: #333333;
  font-size: 13px;
}

/* line 46, ../scss/_common.scss */
.purple-title, .purple-title a {
  font-family: 'Open Sans', sans-serif;
}

/* line 1, ../scss/_text-styles.scss */
.t-underline {
  text-decoration: underline;
}

/* line 5, ../scss/_text-styles.scss */
.wings {
  overflow: hidden;
  *zoom: 1;
}

/* line 9, ../scss/_text-styles.scss */
.left-wing {
  float: left;
  max-width: 48%;
}

/* line 14, ../scss/_text-styles.scss */
.right-wing {
  float: right;
  max-width: 48%;
}

/* line 19, ../scss/_text-styles.scss */
h2, .h2 {
  line-height: 22px;
  font-size: 15px;
  text-transform: uppercase;
}

/* line 25, ../scss/_text-styles.scss */
h3, .h3 {
  font-size: 15px;
  font-weight: bold;
  font-family: Arial, sans-serif;
}

/* line 31, ../scss/_text-styles.scss */
p, ul, h3, .h3 {
  padding-left: 15px;
}

/* line 35, ../scss/_text-styles.scss */
p, h2, h3, .h2, .h3, ul {
  margin-bottom: 20px;
}

/* line 39, ../scss/_text-styles.scss */
li {
  list-style-position: inside;
}

/* line 43, ../scss/_text-styles.scss */
.numbered > li {
  list-style-type: decimal;
}

/* line 1, ../scss/_layout.scss */
div, header, footer, span, ul, li, h1 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 2, ../scss/_base.scss */
html, body {
  height: 100%;
}

/* line 5, ../scss/_base.scss */
body > .main-wrap {
  min-height: 100%;
  margin-bottom: -84px;
}

/* line 9, ../scss/_base.scss */
body > .main-wrap:after {
  content: "";
  display: block;
}

/* line 14, ../scss/_base.scss */
.bottom-stripe, .main-wrap:after {
  height: 84px;
}

/* line 10, ../scss/_layout.scss */
.l-center {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/* line 18, ../scss/_layout.scss */
.l-fit-h {
  height: 100%;
}

/* line 22, ../scss/_layout.scss */
body {
  min-width: 1000px;
}

/* line 26, ../scss/_layout.scss */
.main-wrap {
  position: relative;
  min-width: 1000px;
  overflow: hidden;
}

/* line 31, ../scss/_layout.scss */
.bg-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/* line 40, ../scss/_layout.scss */
.bg-texture {
  background: url('../images/bg-texture.png?1410278111');
  width: 100%;
  height: 100%;
}

/* line 46, ../scss/_layout.scss */
.bg-left, .bg-right {
  position: absolute;
  top: 0;
}

/* line 51, ../scss/_layout.scss */
.bg-left {
  background: url('../images/bg-left.png?1410278111') no-repeat;
  width: 391px;
  height: 416px;
  left: 0;
}

/* line 56, ../scss/_layout.scss */
.bg-right {
  background: url('../images/bg-right.png?1410278111') no-repeat;
  width: 413px;
  height: 416px;
  right: 0;
}

/* line 65, ../scss/_layout.scss */
.bottom-stripe > .l-center {
  border-top: 1px solid #ff773d;
  text-align: center;
}

/* line 71, ../scss/_layout.scss */
.footer-cell {
  top: 34px;
}
/* line 73, ../scss/_layout.scss */
.footer-cell p {
  margin: 0;
}

/* line 78, ../scss/_layout.scss */
.footer-copyright, .footer-devs {
  position: absolute;
}

/* line 82, ../scss/_layout.scss */
.footer-address {
  position: relative;
}

/* line 88, ../scss/_layout.scss */
.footer-copyright {
  left: 0;
  text-align: left;
}

/* line 93, ../scss/_layout.scss */
.footer-address {
  display: inline-block;
  text-align: center;
}

/* line 98, ../scss/_layout.scss */
.footer-devs {
  right: 0;
  text-align: right;
}

/* line 103, ../scss/_layout.scss */
.bottom-stripe {
  font-size: 11px;
  line-height: 14px;
}

/* line 108, ../scss/_layout.scss */
.bottom-stripe, .bottom-stripe a {
  color: #2c2b31;
}

/* line 112, ../scss/_layout.scss */
.page-node.node-type-project .field-name-field-project-main-image {
  position: relative;
  top: -20px;
  left: -20px;
}
/* line 117, ../scss/_layout.scss */
.page-node.node-type-project .field-name-field-project-main-image:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  background: url('../images/main-pic-overlay-lines.png?1410278111') no-repeat;
  width: 999px;
  height: 376px;
  position: absolute;
  top: 0;
  background-origin: border-box;
  border: 1px solid #bfc3cf;
}
/* line 128, ../scss/_layout.scss */
.page-node.node-type-project .field-name-field-project-main-image:after {
  content: "";
  display: block;
  background: url('../images/main-pic-underthingy.png?1410278111') no-repeat;
  width: 170px;
  height: 8px;
  position: absolute;
  bottom: -7px;
}

/* line 137, ../scss/_layout.scss */
.page-title-and-body {
  position: relative;
}

/* line 56, logo/*.png */
.logo-sprite {
  background-image: url('../images/logo-sd4fbf94d9d.png');
  background-repeat: no-repeat;
}

/* line 145, ../scss/_layout.scss */
.logo {
  position: absolute;
  display: block;
  left: 23px;
  bottom: 8px;
  background: url('../images/logo.png?1410278111') no-repeat;
  width: 148px;
  height: 119px;
}

/* line 158, ../scss/_layout.scss */
.region-content {
  min-height: 200px;
}

/* line 162, ../scss/_layout.scss */
.header {
  position: relative;
  z-index: 2;
}
/* line 165, ../scss/_layout.scss */
.header > .l-center {
  height: 100%;
}

/* line 170, ../scss/_layout.scss */
.middle-stripe {
  position: relative;
  z-index: 1;
}

/* line 1, ../scss/_adaptive-slider.scss */
.adaptive-slider {
  position: relative;
}
/* line 3, ../scss/_adaptive-slider.scss */
.adaptive-slider .scrollable {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 9, ../scss/_adaptive-slider.scss */
.adaptive-slider .next, .adaptive-slider .prev {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  background-color: white;
  z-index: 1;
}
/* line 11, ../scss/_adaptive-slider.scss */
.adaptive-slider .next:hover, .adaptive-slider .prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
}
/* line 14, ../scss/_adaptive-slider.scss */
.adaptive-slider .next.disabled:hover, .adaptive-slider .prev.disabled:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 21, ../scss/_adaptive-slider.scss */
.adaptive-slider .prev, .adaptive-slider .next {
  position: absolute;
  top: 0;
  bottom: 30px;
  width: 20%;
}
/* line 29, ../scss/_adaptive-slider.scss */
.adaptive-slider .next {
  right: 0;
}
/* line 33, ../scss/_adaptive-slider.scss */
.adaptive-slider .prev {
  left: 0;
}
/* line 38, ../scss/_adaptive-slider.scss */
.adaptive-slider .item-wrap {
  display: inline-block;
  position: absolute;
}
/* line 43, ../scss/_adaptive-slider.scss */
.adaptive-slider .navi-wrap {
  text-align: center;
}
/* line 47, ../scss/_adaptive-slider.scss */
.adaptive-slider .navi {
  text-align: center;
  padding: 2px 28px;
  display: inline-block;
  position: relative;
}
/* line 53, ../scss/_adaptive-slider.scss */
.adaptive-slider .navi a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 23px;
  height: 11px;
  border: 1px solid #2f2400;
  position: relative;
}
/* line 63, ../scss/_adaptive-slider.scss */
.adaptive-slider .navi a.active {
  background-color: #2f2400;
}
/* line 68, ../scss/_adaptive-slider.scss */
.adaptive-slider .navi > a, .adaptive-slider .clickable {
  cursor: pointer;
}
/* line 72, ../scss/_adaptive-slider.scss */
.adaptive-slider .navi {
  white-space: nowrap;
  height: 30px;
}
/* line 77, ../scss/_adaptive-slider.scss */
.adaptive-slider .scrollable {
  background-color: white;
}
/* line 83, ../scss/_adaptive-slider.scss */
.adaptive-slider .scrollable {
  position: relative;
  overflow: hidden;
}
/* line 86, ../scss/_adaptive-slider.scss */
.adaptive-slider .scrollable .items {
  width: 20000px;
  position: absolute;
}
/* line 90, ../scss/_adaptive-slider.scss */
.adaptive-slider .scrollable .item {
  position: relative;
  float: left;
}

/* line 101, ../scss/_adaptive-slider.scss */
.node-type-project .adaptive-slider {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
/* line 106, ../scss/_adaptive-slider.scss */
.node-type-project .adaptive-slider .scrollable {
  -moz-box-shadow: 0 5px 25px rgba(0, 1, 0, 0.35);
  -webkit-box-shadow: 0 5px 25px rgba(0, 1, 0, 0.35);
  box-shadow: 0 5px 25px rgba(0, 1, 0, 0.35);
  border: solid 3px #fff;
}
/* line 111, ../scss/_adaptive-slider.scss */
.node-type-project .adaptive-slider .navi {
  background-color: #d2d2d2;
}
/* line 55, ../scss/_base.scss */
.node-type-project .adaptive-slider .navi:before {
  content: "";
  background: url('../images/adaptive-slider-navi-left.png?1410278111') no-repeat;
  width: 20px;
  height: 30px;
  display: block;
  position: absolute;
  left: -20px;
  top: 0;
}
/* line 80, ../scss/_base.scss */
.node-type-project .adaptive-slider .navi:after {
  content: "";
  background: url('../images/adaptive-slider-navi-right.png?1410278111') no-repeat;
  width: 20px;
  height: 30px;
  display: block;
  position: absolute;
  right: -20px;
  top: 0;
}
/* line 116, ../scss/_adaptive-slider.scss */
.node-type-project .adaptive-slider .navi a {
  top: 10px;
  margin-left: 1px;
  margin-right: 1px;
}

/* line 126, ../scss/_adaptive-slider.scss */
body.front .adaptive-slider .navi a {
  top: 20px;
  margin-left: 3px;
  margin-right: 4px;
}

/* line 1, ../scss/_menu.scss */
.block-menu {
  z-index: 100;
  position: absolute;
  left: 230px;
  top: 85px;
  text-transform: uppercase;
}
/* line 2, ../scss/_menu.scss */
.block-menu li, .block-menu li.leaf {
  list-style-type: none;
}
/* line 5, ../scss/_menu.scss */
.block-menu li, .block-menu li.leaf, .block-menu ul, .block-menu ul.menu {
  margin: 0;
  padding: 0;
}
/* line 16, ../scss/_menu.scss */
.block-menu li, .block-menu li a, .block-menu li.leaf, .block-menu li.leaf a {
  color: #fbfbfb;
  font-size: 13px;
}
/* line 21, ../scss/_menu.scss */
.block-menu ul {
  position: relative;
}
/* line 25, ../scss/_menu.scss */
.block-menu .content > ul.menu {
  white-space: nowrap;
  font-size: 0;
}
/* line 29, ../scss/_menu.scss */
.block-menu .content > ul.menu > li {
  position: relative;
  display: inline-block;
  margin: 0 15px;
}
/* line 35, ../scss/_menu.scss */
.block-menu .content > ul.menu > li:first-child {
  margin-left: -15px;
}
/* line 40, ../scss/_menu.scss */
.block-menu .content > ul.menu > li > a {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 49, ../scss/_menu.scss */
#block-menu-menu-left-menu .content > ul.menu > li:after, #block-menu-menu-right-menu .content > ul.menu > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 1px;
  height: 19px;
  background-color: #606266;
}

/* line 61, ../scss/_menu.scss */
#block-menu-menu-left-menu {
  left: -15px;
}
/* line 63, ../scss/_menu.scss */
#block-menu-menu-left-menu .content > ul.menu > li:after {
  right: -15px;
}

/* line 69, ../scss/_menu.scss */
#block-menu-menu-right-menu {
  right: -15px;
}
/* line 71, ../scss/_menu.scss */
#block-menu-menu-right-menu .content > ul.menu > li:before {
  left: -15px;
}

/* line 81, ../scss/_menu.scss */
.block-menu > .content > .menu > li > a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  height: 66px;
  top: -10px;
}
/* line 89, ../scss/_menu.scss */
.block-menu > .content > .menu li.active-trail a,
.block-menu > .content > .menu li a:hover,
.block-menu > .content > .menu .expanded:hover a,
.block-menu > .content > .menu .expanded li a {
  color: #2c2b31;
}
/* line 96, ../scss/_menu.scss */
.block-menu > .content > .menu > li.active-trail a:before {
  background-color: #edb600;
}
/* line 99, ../scss/_menu.scss */
.block-menu > .content > .menu > li > a:hover:before,
.block-menu > .content > .menu > li.expanded:hover > a:before {
  background-color: #88a1b0;
}

/* line 108, ../scss/_menu.scss */
.block-menu > .content > ul > li {
  position: relative;
}

/* line 112, ../scss/_menu.scss */
.block-menu li > ul.menu {
  position: absolute;
  top: 56px;
  left: 0;
  padding: 2px;
  background-color: #88a1b0;
}
/* line 118, ../scss/_menu.scss */
.block-menu li > ul.menu > li.leaf {
  min-width: 198px;
}
/* line 124, ../scss/_menu.scss */
.block-menu li > ul.menu > li.leaf {
  position: relative;
  display: block;
  padding-left: 10px;
}
/* line 129, ../scss/_menu.scss */
.block-menu li > ul.menu > li.leaf > a {
  display: inline-block;
  width: 100%;
  height: 24px;
  line-height: 24px;
}
/* line 136, ../scss/_menu.scss */
.block-menu li > ul.menu > li.leaf > a:after {
  content: "";
  position: absolute;
  display: block;
  top: 100%;
  background: url('../images/submenu-item-underline.png?1410278111') no-repeat;
  width: 174px;
  height: 1px;
}
/* line 144, ../scss/_menu.scss */
.block-menu li > ul.menu > .leaf.last > a:after {
  display: none;
}
/* line 149, ../scss/_menu.scss */
.block-menu li > ul.menu > li:hover {
  background-color: white;
}

/* line 155, ../scss/_menu.scss */
.block-menu li > ul {
  display: none;
}
/* line 158, ../scss/_menu.scss */
.block-menu li:hover > ul {
  display: block;
}
/* line 67, ../scss/_base.scss */
.block-menu li.expanded > a:after {
  content: "";
  display: inline-block;
  background: url('../images/menu-arrow.png?1410278111') no-repeat;
  width: 6px;
  height: 11px;
}
/* line 165, ../scss/_menu.scss */
.block-menu li.expanded > a:after {
  margin-left: 4px;
}
/* line 67, ../scss/_base.scss */
.block-menu li.expanded.active-trail > a:after, .block-menu li.expanded:hover > a:after {
  content: "";
  display: inline-block;
  background: url('../images/menu-arrow-hover.png?1410278111') no-repeat;
  width: 6px;
  height: 11px;
}

/* line 1, ../scss/_teasers.scss */
.cell-group {
  position: absolute;
}

/* line 5, ../scss/_teasers.scss */
.cell-group-0 {
  top: 0;
  left: 500px;
}

/* line 9, ../scss/_teasers.scss */
.cell-group-2 {
  top: 188px;
  left: 500px;
}

/* line 13, ../scss/_teasers.scss */
.cell-group-4 {
  top: 375px;
  left: 0;
}

/* line 18, ../scss/_teasers.scss */
.view-front-project-teasers {
  height: 554px;
}

/* line 23, ../scss/_teasers.scss */
.view-main-project-front .node-news.node-promoted:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/node-promoted-triangle.png?1410276900') no-repeat;
  width: 334px;
  height: 250px;
}
/* line 32, ../scss/_teasers.scss */
.view-main-project-front .node-news.node-promoted .news_header {
  position: absolute;
  top: 23px;
  left: 27px;
  font-family: Tahoma, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #2c2b31;
  text-transform: uppercase;
}
/* line 43, ../scss/_teasers.scss */
.view-main-project-front .node-news.node-promoted .field-name-title-field {
  top: 45px;
}

/* line 48, ../scss/_teasers.scss */
.big-cell {
  float: left;
  position: relative;
  width: 490px;
  height: 366px;
}
/* line 53, ../scss/_teasers.scss */
.big-cell .node-project.node-promoted {
  width: 100%;
  height: 100%;
}

/* line 59, ../scss/_teasers.scss */
.view-main-project-front {
  position: relative;
}
/* line 61, ../scss/_teasers.scss */
.view-main-project-front .field-name-title-field {
  position: absolute;
  left: 21px;
  top: 19px;
  font-size: 34px;
  line-height: 48px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
/* line 70, ../scss/_teasers.scss */
.view-main-project-front .field-name-title-field .field-item, .view-main-project-front .field-name-title-field .field-content, .view-main-project-front .field-name-title-field a {
  display: inline;
  color: #edb600;
  background-color: #301a40;
}

/* line 79, ../scss/_teasers.scss */
.face .project-teaser-title {
  font-size: 18px;
  text-transform: uppercase;
}
/* line 82, ../scss/_teasers.scss */
.face .project-teaser-title a {
  color: #edb600;
}
/* line 87, ../scss/_teasers.scss */
.face.front {
  position: relative;
}
/* line 90, ../scss/_teasers.scss */
.face.front .project-teaser-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
/* line 98, ../scss/_teasers.scss */
.face.front .project-teaser-title:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
}
/* line 108, ../scss/_teasers.scss */
.face.back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-left: 8px;
  padding-top: 5px;
  background-color: #301a40;
}
/* line 121, ../scss/_teasers.scss */
.face.back .field-name-body {
  color: #ced5e5;
  font-size: 12px;
  line-height: 18px;
}
/* line 127, ../scss/_teasers.scss */
.face.back .project-teaser-title {
  margin-bottom: 25px;
}

/* line 133, ../scss/_teasers.scss */
.project-teaser-title-wrap {
  display: inline-block;
  vertical-align: middle;
  max-width: 65%;
  overflow: hidden;
  padding: 10px;
  position: relative;
}
/* line 106, ../scss/_base.scss */
.project-teaser-title-wrap:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #301a40;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=55);
  opacity: 0.55;
}

/* line 149, ../scss/_teasers.scss */
.fancy-grid {
  font-size: 0;
}
/* line 152, ../scss/_teasers.scss */
.fancy-grid .views-row {
  display: inline-block;
}
/* line 156, ../scss/_teasers.scss */
.fancy-grid .node-project {
  display: inline-block;
  position: relative;
  width: 240px;
  height: 178px;
  background-color: #f0f0fa;
}

/* line 166, ../scss/_teasers.scss */
.view-main-project-front {
  border: 1px solid #bfc3cf;
}

/* line 170, ../scss/_teasers.scss */
._3d-scene {
  position: relative;
  z-index: 0;
  border: solid 1px #edb600;
}

/* line 177, ../scss/_teasers.scss */
.project-teaser-overline {
  height: 2px;
  width: 20px;
  margin-bottom: 5px;
  background-color: #edb600;
}

/* line 185, ../scss/_teasers.scss */
.project-teaser-image-overlay-wrap {
  position: relative;
}
/* line 187, ../scss/_teasers.scss */
.project-teaser-image-overlay-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../images/project-teaser-pic-overlay-lines.png?1410278111');
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}

/* line 204, ../scss/_teasers.scss */
.project-window {
  position: fixed;
  left: 50%;
  overflow: hidden;
  top: -1000px;
  width: 892px;
  height: 468px;
  margin-left: -446px;
  z-index: 100;
  padding-top: 41px;
  padding-left: 40px;
  background-color: white;
}

/* line 225, ../scss/_teasers.scss */
.project-window-close-button {
  position: absolute;
  right: 20px;
  top: 20px;
  background: url('../images/project-window-close-button.png?1410278111') no-repeat;
  width: 31px;
  height: 31px;
}

/* line 232, ../scss/_teasers.scss */
.project-window-adaptive-slider {
  display: inline-block;
  vertical-align: top;
}

/* line 237, ../scss/_teasers.scss */
.project-window-text-block {
  display: inline-block;
  position: relative;
  margin-left: 25px;
  font-size: 12px;
  height: 375px;
  width: 290px;
  vertical-align: top;
}

/* line 249, ../scss/_teasers.scss */
.project-window-title {
  margin-bottom: 14px;
}
/* line 251, ../scss/_teasers.scss */
.project-window-title:after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  background-color: #918a89;
  margin-top: 17px;
}
/* line 259, ../scss/_teasers.scss */
.project-window-title a {
  display: inline-block;
  max-width: 80%;
  color: #301a40;
  font-size: 34px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

/* line 270, ../scss/_teasers.scss */
.project-window-body {
  font-size: 13px;
  line-height: 18px;
  color: #301a40;
}

/* line 276, ../scss/_teasers.scss */
.project-window-button-more {
  display: inline-block;
  width: 188px;
  height: 52px;
  position: absolute;
  bottom: 0;
  background-color: #edb601;
  color: #301a40;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 52px;
  text-align: center;
}

/* line 292, ../scss/_teasers.scss */
.fancy-grid {
  position: relative;
}

/* line 296, ../scss/_teasers.scss */
.fancy-grid:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -4px;
  background-color: #bec2ce;
}

/* line 305, ../scss/_teasers.scss */
.page-portfolio .fancy-grid:after {
  display: none;
}

/* line 309, ../scss/_teasers.scss */
.project-card {
  width: 240px;
  height: 175px;
}

/* line 317, ../scss/_teasers.scss */
.face.back {
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  top: 100%;
  z-index: 3;
}

/* line 323, ../scss/_teasers.scss */
._3d-scene {
  overflow: hidden;
}

/* line 326, ../scss/_teasers.scss */
.flip-flop-hover-catcher:hover .back {
  top: 0;
}

/* line 329, ../scss/_teasers.scss */
.filtered-by-direction
.flip-flop-hover-catcher:hover
.back {
  top: 100%;
}

/* line 339, ../scss/_teasers.scss */
.field-name-field-project-directions, .views-field-field-project-directions {
  position: absolute;
  bottom: 9px;
  right: 8px;
  z-index: 2;
  white-space: nowrap;
}

/* line 347, ../scss/_teasers.scss */
.field-name-field-project-directions .field-item, .views-field-field-project-directions .tag-icon {
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  margin-left: 11px;
  font-size: 12px;
  color: white;
  background-color: #2c2b31;
  border: 1px solid #565656;
}
/* line 353, ../scss/_teasers.scss */
.field-name-field-project-directions .field-item:nth-child(1), .views-field-field-project-directions .tag-icon:nth-child(1) {
  margin-left: 0;
}
/* line 360, ../scss/_teasers.scss */
.field-name-field-project-directions .field-item:before, .views-field-field-project-directions .tag-icon:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  position: absolute;
  left: -6px;
  right: -5px;
  top: -6px;
  bottom: -6px;
}
/* line 369, ../scss/_teasers.scss */
.field-name-field-project-directions .field-item .popup-multiline-wrap, .views-field-field-project-directions .tag-icon .popup-multiline-wrap {
  position: absolute;
  bottom: 38px;
  left: -9px;
  width: 200px;
}
/* line 376, ../scss/_teasers.scss */
.field-name-field-project-directions .field-item .popup, .views-field-field-project-directions .tag-icon .popup {
  display: inline-block;
  padding: 6px;
  white-space: normal;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #301a40;
  background-color: #f9ee3a;
  -moz-box-shadow: 0 5px 15px rgba(0, 1, 0, 0.75);
  -webkit-box-shadow: 0 5px 15px rgba(0, 1, 0, 0.75);
  box-shadow: 0 5px 15px rgba(0, 1, 0, 0.75);
}
/* line 390, ../scss/_teasers.scss */
.field-name-field-project-directions .field-item .popup-little-tail, .views-field-field-project-directions .tag-icon .popup-little-tail {
  position: absolute;
  left: 8px;
  bottom: 31px;
  z-index: 1;
  background: url('../images/popup-little-tail.png?1410278111') no-repeat;
  width: 7px;
  height: 7px;
}
/* line 399, ../scss/_teasers.scss */
.field-name-field-project-directions .field-item .popup-hover-wrap, .views-field-field-project-directions .tag-icon .popup-hover-wrap {
  visibility: hidden;
  -moz-transition: ease-out 0.15s;
  -o-transition: ease-out 0.15s;
  -webkit-transition: ease-out 0.15s;
  transition: ease-out 0.15s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 10;
}
/* line 406, ../scss/_teasers.scss */
.field-name-field-project-directions .field-item:hover .popup-hover-wrap, .views-field-field-project-directions .tag-icon:hover .popup-hover-wrap {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  display: block;
}
/* line 412, ../scss/_teasers.scss */
.field-name-field-project-directions .field-item .selected-direction, .views-field-field-project-directions .tag-icon .selected-direction {
  background-color: #f9ee3a;
  color: black;
}

/* line 422, ../scss/_teasers.scss */
.field-name-field-project-directions .field-item .tag-icon {
  width: 100%;
  height: 100%;
  margin-left: -1px;
  margin-top: -1px;
}

/* line 437, ../scss/_teasers.scss */
.filter-darkener:before {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-property: background-image, opacity, z-index;
  -o-transition-property: background-image, opacity, z-index;
  -webkit-transition-property: background-image, opacity, z-index;
  transition-property: background-image, opacity, z-index;
  -moz-transition-timing-function: step-end, ease-out, step-end;
  -o-transition-timing-function: step-end, ease-out, step-end;
  -webkit-transition-timing-function: step-end, ease-out, step-end;
  transition-timing-function: step-end, ease-out, step-end;
  border: 1px solid transparent;
  background-origin: content-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* line 456, ../scss/_teasers.scss */
.filtered-by-direction .filter-darkener:before {
  -moz-transition-timing-function: step-start, ease-out, step-start;
  -o-transition-timing-function: step-start, ease-out, step-start;
  -webkit-transition-timing-function: step-start, ease-out, step-start;
  transition-timing-function: step-start, ease-out, step-start;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-image: url('../images/filtered-bg.png?1410278111');
  z-index: 2;
}

/* line 463, ../scss/_teasers.scss */
.views-field-field-project-directions {
  z-index: 3;
}

/* line 468, ../scss/_teasers.scss */
.fancy-grid .small-cells .views-row,
.big-cell {
  margin-right: 10px;
  margin-bottom: 10px;
}

/* line 474, ../scss/_teasers.scss */
.page-portfolio .fancy-grid .views-row:nth-child(4n+4),
body.front .fancy-grid .cell-group-0 .views-row:nth-child(2),
body.front .fancy-grid .cell-group-2 .views-row:nth-child(2),
body.front .fancy-grid .cell-group-4 .views-row:nth-child(4) {
  margin-right: 0;
}
/* line 480, ../scss/_teasers.scss */
.page-portfolio .fancy-grid .views-row:nth-child(4n+4) .popup-multiline-wrap,
body.front .fancy-grid .cell-group-0 .views-row:nth-child(2) .popup-multiline-wrap,
body.front .fancy-grid .cell-group-2 .views-row:nth-child(2) .popup-multiline-wrap,
body.front .fancy-grid .cell-group-4 .views-row:nth-child(4) .popup-multiline-wrap {
  left: auto;
  right: -4px;
}
/* line 484, ../scss/_teasers.scss */
.page-portfolio .fancy-grid .views-row:nth-child(4n+4) .popup,
body.front .fancy-grid .cell-group-0 .views-row:nth-child(2) .popup,
body.front .fancy-grid .cell-group-2 .views-row:nth-child(2) .popup,
body.front .fancy-grid .cell-group-4 .views-row:nth-child(4) .popup {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* line 496, ../scss/_teasers.scss */
.view-main-project-front .view-content {
  position: relative;
  z-index: 3;
}
/* line 500, ../scss/_teasers.scss */
.view-main-project-front .field-name-body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  color: black;
  overflow: hidden;
}
/* line 507, ../scss/_teasers.scss */
.view-main-project-front .field-name-body .field-items {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  width: 100%;
  height: 100%;
  font-size: 12px;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
/* line 106, ../scss/_base.scss */
.view-main-project-front .field-name-body .field-items:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/* line 526, ../scss/_teasers.scss */
.views-row:hover
.field-name-body
.field-items {
  top: 0;
}

/* line 532, ../scss/_teasers.scss */
.filtered-by-direction
.views-row:hover
.field-name-body
.field-items {
  top: 100%;
}

/* line 152, directions/*.png */
.directions-sprite, .tag-icon.term-1, .tag-icon.term-1.selected-direction, .tag-icon.term-1:hover, .tag-icon.term-2, .tag-icon.term-2.selected-direction, .tag-icon.term-2:hover, .tag-icon.term-3, .tag-icon.term-3.selected-direction, .tag-icon.term-3:hover, .tag-icon.term-4, .tag-icon.term-4.selected-direction, .tag-icon.term-4:hover, .tag-icon.term-5, .tag-icon.term-5.selected-direction, .tag-icon.term-5:hover, .tag-icon.term-6, .tag-icon.term-6.selected-direction, .tag-icon.term-6:hover, .tag-icon.term-7, .tag-icon.term-7.selected-direction, .tag-icon.term-7:hover {
  background-image: url('../images/directions-s7531751eb6.png');
  background-repeat: no-repeat;
}

/* line 29, ../scss/_directions.scss */
.portfolio-filter .carrot:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: 100%;
  margin-right: 7px;
}

/* line 39, ../scss/_directions.scss */
.tag-icon {
  background-origin: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 21, ../scss/_directions.scss */
.tag-icon.term-1 {
  background-position: 0 -29px;
}
/* line 6, ../scss/_directions.scss */
.tag-icon.term-1.selected-direction, .tag-icon.term-1:hover {
  background-position: 0 0;
}

/* line 13, ../scss/_directions.scss */
.portfolio-filter .carrot.term-1:before {
  background: url('../images/directions-s7531751eb6.png') -1px -30px;
  width: 27px;
  height: 27px;
}

/* line 21, ../scss/_directions.scss */
.tag-icon.term-2 {
  background-position: 0 -319px;
}
/* line 6, ../scss/_directions.scss */
.tag-icon.term-2.selected-direction, .tag-icon.term-2:hover {
  background-position: 0 -290px;
}

/* line 13, ../scss/_directions.scss */
.portfolio-filter .carrot.term-2:before {
  background: url('../images/directions-s7531751eb6.png') -1px -320px;
  width: 27px;
  height: 27px;
}

/* line 21, ../scss/_directions.scss */
.tag-icon.term-3 {
  background-position: 0 -261px;
}
/* line 6, ../scss/_directions.scss */
.tag-icon.term-3.selected-direction, .tag-icon.term-3:hover {
  background-position: 0 -232px;
}

/* line 13, ../scss/_directions.scss */
.portfolio-filter .carrot.term-3:before {
  background: url('../images/directions-s7531751eb6.png') -1px -262px;
  width: 27px;
  height: 27px;
}

/* line 21, ../scss/_directions.scss */
.tag-icon.term-4 {
  background-position: 0 -145px;
}
/* line 6, ../scss/_directions.scss */
.tag-icon.term-4.selected-direction, .tag-icon.term-4:hover {
  background-position: 0 -116px;
}

/* line 13, ../scss/_directions.scss */
.portfolio-filter .carrot.term-4:before {
  background: url('../images/directions-s7531751eb6.png') -1px -146px;
  width: 27px;
  height: 27px;
}

/* line 21, ../scss/_directions.scss */
.tag-icon.term-5 {
  background-position: 0 -203px;
}
/* line 6, ../scss/_directions.scss */
.tag-icon.term-5.selected-direction, .tag-icon.term-5:hover {
  background-position: 0 -174px;
}

/* line 13, ../scss/_directions.scss */
.portfolio-filter .carrot.term-5:before {
  background: url('../images/directions-s7531751eb6.png') -1px -204px;
  width: 27px;
  height: 27px;
}

/* line 21, ../scss/_directions.scss */
.tag-icon.term-6 {
  background-position: 0 -87px;
}
/* line 6, ../scss/_directions.scss */
.tag-icon.term-6.selected-direction, .tag-icon.term-6:hover {
  background-position: 0 -58px;
}

/* line 13, ../scss/_directions.scss */
.portfolio-filter .carrot.term-6:before {
  background: url('../images/directions-s7531751eb6.png') -1px -88px;
  width: 27px;
  height: 27px;
}

/* line 21, ../scss/_directions.scss */
.tag-icon.term-7 {
  background-position: 0 -377px;
}
/* line 6, ../scss/_directions.scss */
.tag-icon.term-7.selected-direction, .tag-icon.term-7:hover {
  background-position: 0 -348px;
}

/* line 13, ../scss/_directions.scss */
.portfolio-filter .carrot.term-7:before {
  background: url('../images/directions-s7531751eb6.png') -1px -378px;
  width: 27px;
  height: 27px;
}

/* line 3, ../scss/_language.scss */
.region-language-block, .language-block {
  position: absolute;
  right: 10px;
  top: 0px;
}

/* line 10, ../scss/_language.scss */
.language-block, .language-block li, .language-block ul {
  margin: 0;
  padding: 0;
}
/* line 16, ../scss/_language.scss */
.language-block li, .language-block ul {
  list-style-type: none;
}
/* line 20, ../scss/_language.scss */
.language-block ul {
  display: inline-block;
  white-space: nowrap;
  font-size: 0;
}
/* line 28, ../scss/_language.scss */
.language-block li {
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 11px;
}
/* line 34, ../scss/_language.scss */
.language-block li.active {
  color: #000;
  background-color: #88a1b0;
}
/* line 40, ../scss/_language.scss */
.language-block a {
  display: inline-block;
  width: 25px;
  padding: 20px 0 3px 0;
}

/* line 1, ../scss/_front-page-infographics.scss */
.fig_section {
  position: relative;
  color: #1c1a1d;
  font-family: Tahoma, sans-serif;
}
/* line 7, ../scss/_front-page-infographics.scss */
.fig_section li, .fig_section ul {
  list-style-type: none;
}

/* line 12, ../scss/_front-page-infographics.scss */
.fig_economy {
  margin-top: 50px;
  margin-bottom: 135px;
}

/* line 18, ../scss/_front-page-infographics.scss */
.fig_e_picture {
  position: relative;
  margin-top: 30px;
  background: url('../images/front-infographics/chart.png?1410276900') no-repeat;
  width: 1021px;
  height: 308px;
}

/* line 24, ../scss/_front-page-infographics.scss */
.fig_e_top {
  position: absolute;
}

/* line 28, ../scss/_front-page-infographics.scss */
.fig_e_top {
  top: 50px;
  left: 50%;
  margin-left: -185px;
  width: 380px;
}
/* line 33, ../scss/_front-page-infographics.scss */
.fig_e_top .fig_big {
  font-weight: bold;
}

/* line 38, ../scss/_front-page-infographics.scss */
.fig_e_bottom {
  position: relative;
  left: 11px;
  width: 100%;
}

/* line 44, ../scss/_front-page-infographics.scss */
.fig_e_left, .fig_e_right {
  position: absolute;
  top: 47px;
}

/* line 49, ../scss/_front-page-infographics.scss */
.fig_e_left {
  left: 144px;
}

/* line 53, ../scss/_front-page-infographics.scss */
.fig_e_right {
  right: 134px;
}

/* line 57, ../scss/_front-page-infographics.scss */
.fig_e_pie_chart:after {
  content: "";
  position: absolute;
  display: block;
  top: -59px;
  right: -30px;
}
/* line 64, ../scss/_front-page-infographics.scss */
.i18n-ru .fig_e_pie_chart:after {
  background: url('../images/front-infographics/saving_ru.png?1410276900') no-repeat;
  width: 58px;
  height: 41px;
}
/* line 67, ../scss/_front-page-infographics.scss */
.i18n-en .fig_e_pie_chart:after {
  background: url('../images/front-infographics/saving_en.png?1410276900') no-repeat;
  width: 40px;
  height: 27px;
}

/* line 72, ../scss/_front-page-infographics.scss */
.fig_e_percentage {
  font-size: 53px;
}
/* line 74, ../scss/_front-page-infographics.scss */
.fig_e_percentage:after {
  content: "%";
  font-size: 0.6em;
}

/* line 80, ../scss/_front-page-infographics.scss */
.fig_e_object_type {
  margin-top: -4px;
  margin-left: 5px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 90, ../scss/_front-page-infographics.scss */
.fig_e_key_points {
  position: absolute;
  display: block;
  text-align: justify;
  padding: 10px;
  left: 10px;
  width: 100%;
}
/* line 97, ../scss/_front-page-infographics.scss */
.fig_e_key_points li {
  display: inline-block;
  vertical-align: top;
  width: 220px;
  text-align: center;
}
/* line 104, ../scss/_front-page-infographics.scss */
.fig_e_key_points:after {
  content: "";
  display: inline-block;
  font-size: 0;
  width: 100%;
}

/* line 112, ../scss/_front-page-infographics.scss */
.fig_header {
  font-size: 32px;
  text-transform: uppercase;
}

/* line 117, ../scss/_front-page-infographics.scss */
.fig_small {
  font-size: 13px;
  line-height: 18px;
}

/* line 122, ../scss/_front-page-infographics.scss */
.fig_big {
  color: #60b9b9;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
}

/* line 130, ../scss/_front-page-infographics.scss */
.fig_aesthetics_and_security {
  background: url('../images/front-infographics/interaction_scheme.png?1410276900') no-repeat;
  width: 965px;
  height: 887px;
  margin-bottom: 100px;
}

/* line 136, ../scss/_front-page-infographics.scss */
.fig_aesthetics {
  position: absolute;
}
/* line 138, ../scss/_front-page-infographics.scss */
.fig_aesthetics .fig_as_text {
  top: 78px;
}

/* line 143, ../scss/_front-page-infographics.scss */
.fig_as_text {
  position: absolute;
  top: 78px;
  width: 300px;
  padding-left: 15px;
}

/* line 151, ../scss/_front-page-infographics.scss */
.fig_a_left {
  left: 85px;
}

/* line 155, ../scss/_front-page-infographics.scss */
.fig_a_right {
  left: 527px;
}

/* line 159, ../scss/_front-page-infographics.scss */
.fig_a_header {
  position: absolute;
  top: 25px;
}

/* line 164, ../scss/_front-page-infographics.scss */
.fig_security {
  position: absolute;
  top: 555px;
}
/* line 167, ../scss/_front-page-infographics.scss */
.fig_security .fig_as_text {
  left: 145px;
  width: 278px;
}

/* line 173, ../scss/_front-page-infographics.scss */
.fig_s_top {
  top: 55px;
}

/* line 177, ../scss/_front-page-infographics.scss */
.fig_s_bottom {
  top: 220px;
}

/* line 1, ../scss/_header.scss */
.header {
  height: 138px;
  background-color: #2c2b31;
}
/* line 2, ../scss/_header.scss */
.header .l-center {
  width: 1000px;
}
/* line 9, ../scss/_header.scss */
.header, .header a {
  color: #88a1b0;
}
/* line 13, ../scss/_header.scss */
.header .overline {
  width: 40px;
  height: 2px;
  background-color: #70737f;
  margin-bottom: 6px;
}
/* line 20, ../scss/_header.scss */
.header .left-wing, .header .right-wing {
  position: absolute;
  top: 37px;
}
/* line 25, ../scss/_header.scss */
.header .wing-content {
  position: relative;
  top: 8px;
  display: inline-block;
}
/* line 31, ../scss/_header.scss */
.header .left-wing {
  font-size: 17px;
  left: 230px;
}
/* line 34, ../scss/_header.scss */
.header .left-wing .overline {
  position: absolute;
  left: 0;
}
/* line 40, ../scss/_header.scss */
.header .right-wing {
  visibility: hidden;
  font-size: 13px;
  right: 18px;
}
/* line 45, ../scss/_header.scss */
.header .right-wing .overline {
  position: absolute;
  right: 0;
}
/* line 51, ../scss/_header.scss */
.header .right-wing a {
  border-color: #88a1b0;
  font-style: italic;
}
/* line 55, ../scss/_base.scss */
.header .profile-button:before {
  content: "";
  background: url('../images/profile-icon.png?1410278111') no-repeat;
  width: 14px;
  height: 12px;
  display: block;
  position: absolute;
  left: -14px;
  top: 0;
}
/* line 58, ../scss/_header.scss */
.header .profile-button:before {
  margin-left: -5px;
  bottom: -2px;
}
/* line 63, ../scss/_header.scss */
.header .profile-button a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 68, ../scss/_header.scss */
.header .cedia {
  position: absolute;
  display: block;
  top: 8px;
  right: 80px;
  background: url('../images/cedia.png?1450195808') center center no-repeat;
  background-size: 100% 100%;
  width: 213px;
  height: 36px;
}

/* line 80, ../images/ico/*.png */
.ico-sprite {
  background-image: url('../images/ico-s442885eff6.png');
  background-repeat: no-repeat;
}

/* line 4, ../scss/_colorbox.scss */
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 20;
}
/* line 106, ../scss/_base.scss */
#cboxOverlay:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
}

/* line 18, ../scss/_colorbox.scss */
#colorbox {
  font-size: 0;
  outline: 0;
  z-index: 30;
  overflow: visible !important;
}
/* line 106, ../scss/_base.scss */
#colorbox:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 28, ../scss/_colorbox.scss */
#colorbox button {
  background-color: transparent;
  border: 0;
  outline: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 36, ../scss/_colorbox.scss */
#cboxNext, #cboxPrevious {
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  width: 80px;
}
/* line 43, ../scss/_colorbox.scss */
#cboxNext:before, #cboxPrevious:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -13.5px;
}

/* line 52, ../scss/_colorbox.scss */
#cboxNext {
  left: 100%;
}
/* line 54, ../scss/_colorbox.scss */
#cboxNext:before {
  left: 20px;
  background: url('../images/ico-s442885eff6.png') 0 -96px;
  width: 15px;
  height: 27px;
}
/* line 59, ../scss/_colorbox.scss */
#cboxNext:hover:before {
  background: url('../images/ico-s442885eff6.png') 0 -64px;
}

/* line 62, ../scss/_colorbox.scss */
#cboxPrevious {
  right: 100%;
}
/* line 64, ../scss/_colorbox.scss */
#cboxPrevious:before {
  right: 20px;
  background: url('../images/ico-s442885eff6.png') 0 -32px;
  width: 15px;
  height: 27px;
}
/* line 68, ../scss/_colorbox.scss */
#cboxPrevious:hover:before {
  background: url('../images/ico-s442885eff6.png') 0 0;
}

/* line 71, ../scss/_colorbox.scss */
#cboxClose {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 18px;
  z-index: 2;
  background: url('../images/ico-s442885eff6.png') 0 -128px;
  width: 14px;
  height: 14px;
}
/* line 78, ../scss/_colorbox.scss */
#cboxClose:before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: -20px;
  right: -20px;
  bottom: -20px;
}

/* line 1, ../scss/_front-page-text.scss */
.front-page-content {
  padding: 0px 15px 30px 15px;
}
/* line 4, ../scss/_front-page-text.scss */
.front-page-content p {
  font-size: 13px;
  line-height: 18px;
  color: #333;
  margin-bottom: 70px;
}
/* line 11, ../scss/_front-page-text.scss */
.front-page-content h2, .front-page-content .h2 {
  font-size: 32px;
  color: #1c1a1d;
  text-transform: uppercase;
  margin-bottom: 40px;
}
/* line 18, ../scss/_front-page-text.scss */
.front-page-content .left-side-paragraph {
  float: left;
  width: 600px;
  position: relative;
}
/* line 80, ../scss/_base.scss */
.front-page-content .left-side-paragraph:after {
  content: "";
  background: url('../images/front-page-keyboard.png?1410278111') no-repeat;
  width: 321px;
  height: 178px;
  display: block;
  position: absolute;
  right: -321px;
  top: 0;
}
/* line 25, ../scss/_front-page-text.scss */
.front-page-content .right-side-paragraph {
  float: right;
  width: 600px;
  position: relative;
}
/* line 55, ../scss/_base.scss */
.front-page-content .right-side-paragraph:before {
  content: "";
  background: url('../images/front-page-fingerprint.png?1410278111') no-repeat;
  width: 239px;
  height: 140px;
  display: block;
  position: absolute;
  left: -239px;
  top: 0;
}
/* line 30, ../scss/_front-page-text.scss */
.front-page-content .right-side-paragraph:before {
  margin-left: -20px;
}

/* line 37, ../scss/_front-page-text.scss */
.front h1, .front .h1 {
  font-size: 32px;
  color: #1c1a1d;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  margin: 30px 0 10px 30px;
}

/* line 64, portfolio-filter/*.png */
.portfolio-filter-sprite, .portfolio-filter .carrot .arrow-down, .portfolio-filter .carrot .left-border, .portfolio-filter .item-list:hover .arrow-down, .portfolio-filter .item-list.open .arrow-down {
  background-image: url('../images/portfolio-filter-s781795590f.png');
  background-repeat: no-repeat;
}

/* line 5, ../scss/_portfolio.scss */
.page-portfolio h1 {
  display: none;
}
/* line 9, ../scss/_portfolio.scss */
.page-portfolio .fancy-grid .views-row {
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -moz-transition-property: left, top, opacity, filter, visibility;
  -o-transition-property: left, top, opacity, filter, visibility;
  -webkit-transition-property: left, top, opacity, filter, visibility;
  transition-property: left, top, opacity, filter, visibility;
}
/* line 14, ../scss/_portfolio.scss */
.page-portfolio .page-title-and-body {
  padding: 0;
}
/* line 16, ../scss/_portfolio.scss */
.page-portfolio .page-title-and-body:before {
  display: none;
}

/* line 22, ../scss/_portfolio.scss */
.portfolio-filter {
  position: relative;
  z-index: 20;
  height: 51px;
  padding-left: 43px;
  background-image: url('../images/portfolio-filter-bg.png?1410278111');
  -moz-transform: translatez(200px);
  -ms-transform: translatez(200px);
  -webkit-transform: translatez(200px);
  transform: translatez(200px);
}
/* line 31, ../scss/_portfolio.scss */
.portfolio-filter .item-list {
  position: relative;
  display: inline-block;
  top: 21px;
  color: #bec2ce;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 40, ../scss/_portfolio.scss */
.portfolio-filter .item-list.open ul {
  height: auto;
  visibility: visible;
}
/* line 46, ../scss/_portfolio.scss */
.portfolio-filter h3 {
  position: absolute;
  bottom: 100%;
  margin: 0 0 3px 0;
  padding: 0 0 0 2px;
  font-size: 12px;
}
/* line 55, ../scss/_portfolio.scss */
.portfolio-filter ul {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  position: relative;
  top: -1px;
  background-color: #2c2b31;
}
/* line 64, ../scss/_portfolio.scss */
.portfolio-filter ul li {
  display: block;
  padding: 4px;
  cursor: pointer;
}
/* line 68, ../scss/_portfolio.scss */
.portfolio-filter ul li:hover {
  color: #edb600;
}
/* line 75, ../scss/_portfolio.scss */
.portfolio-filter .carrot .text:before, .portfolio-filter ul li:before {
  content: "- ";
}
/* line 80, ../scss/_portfolio.scss */
.portfolio-filter .carrot {
  position: relative;
  width: 100%;
  height: 22px;
  line-height: 22px;
  color: #edb600;
  background-color: #2c2b31;
  cursor: pointer;
}
/* line 90, ../scss/_portfolio.scss */
.portfolio-filter .carrot > div {
  display: inline-block;
}
/* line 94, ../scss/_portfolio.scss */
.portfolio-filter .carrot .text {
  padding-left: 4px;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
/* line 101, ../scss/_portfolio.scss */
.portfolio-filter .carrot .arrow-down {
  position: absolute;
  top: -1px;
  left: 100%;
  width: 20px;
  height: 22px;
  background-position: 0 0;
}
/* line 59, ../../../../../../../../turkeevm/.rvm/gems/ruby-2.2.3@global/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.portfolio-filter .carrot .arrow-down:hover, .portfolio-filter .carrot .arrow-down.arrow-down-hover {
  background-position: 0 -22px;
}
/* line 110, ../scss/_portfolio.scss */
.portfolio-filter .carrot .left-border {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 22px;
  background-position: 0 -44px;
}
/* line 122, ../scss/_portfolio.scss */
.portfolio-filter .item-list:hover .arrow-down, .portfolio-filter .item-list.open .arrow-down {
  background-position: 0 -22px;
}
/* line 127, ../scss/_portfolio.scss */
.portfolio-filter .carrot, .portfolio-filter ul {
  border: 1px solid #5d5d65;
}
/* line 128, ../scss/_portfolio.scss */
.portfolio-filter ul {
  border-top: 0;
}

/* line 2, ../scss/_project.scss */
.node-type-project h1 {
  position: absolute;
  font-size: 34px;
  text-transform: uppercase;
  color: #edb600;
  background-color: #301a40;
  font-family: 'Open Sans', sans-serif;
  top: 19px;
  left: 21px;
  z-index: 1;
}

/* line 19, ../scss/_project.scss */
.project-right-vstripe {
  position: absolute;
  top: 40px;
  right: 0;
  bottom: 0;
  width: 280px;
  overflow: hidden;
  background-image: url('../images/project-right-vstripe-bg.png?1410278111');
}

/* line 31, ../scss/_project.scss */
.project-right-audio {
  background: url('../images/project-right-audio.png?1410278111') no-repeat;
  background-position: 1, 0;
  width: 237px;
  height: 202px;
}

/* line 35, ../scss/_project.scss */
.project-right-bulb {
  background: url('../images/project-right-bulb.png?1410278111') no-repeat;
  width: 158px;
  height: 256px;
}

/* line 39, ../scss/_project.scss */
.project-right-keyboard {
  background: url('../images/project-right-keyboard.png?1410278111') no-repeat;
  width: 256px;
  height: 178px;
}

/* line 43, ../scss/_project.scss */
.project-right-audio, .project-right-bulb, .project-right-keyboard {
  margin: 140px auto 0 auto;
  padding-bottom: 140px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 49, ../scss/_project.scss */
.node-type-project .field-type-text-with-summary {
  position: relative;
  padding-top: 60px;
  color: #2c2b31;
  font-size: 12px;
  line-height: 16px;
}
/* line 57, ../scss/_project.scss */
.node-type-project .field-type-text-with-summary .project-text {
  margin-right: 280px;
  padding-left: 45px;
  padding-right: 7px;
  padding-bottom: 100px;
}

/* line 68, ../scss/_project.scss */
.node-type-project .right-wing {
  margin-right: 20px;
}
/* line 72, ../scss/_project.scss */
.node-type-project p, .node-type-project ul {
  padding-right: 10px;
}

/* line 5, ../scss/_news.scss */
.page-news .view-news .views-row,
.page-partners .view-partners .views-row {
  position: relative;
  margin-bottom: 30px;
}
/* line 8, ../scss/_news.scss */
.page-news .view-news .views-row:after,
.page-articles .view-articles .views-row:after,
.page-partners .view-partners .views-row:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 15px;
  background-color: #c7bfcd;
}
/* line 19, ../scss/_news.scss */
.page-news .view-news .views-row.views-row-last:after,
.page-articles .view-articles .views-row.views-row-last:after,
.page-partners .view-partners .views-row.views-row-last:after {
  display: none;
  margin-bottom: 0;
}

/* line 26, ../scss/_news.scss */
.vgrid-teaser-image {
  float: left;
}

/* line 30, ../scss/_news.scss */
.vgrid-teaser-title {
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: bold;
}

/* line 36, ../scss/_news.scss */
.page-news .date-created {
  color: gray;
  font-size: 12px;
}

/* line 41, ../scss/_news.scss */
.vgrid-teaser-header-group {
  margin-bottom: 25px;
  margin-left: 234px;
}

/* line 46, ../scss/_news.scss */
.vgrid-teaser-body {
  width: 70%;
  vertical-align: top;
  font-size: 14px;
  margin-left: 220px;
}

/* line 53, ../scss/_news.scss */
.vgrid-teaser-image-and-body {
  overflow: hidden;
  *zoom: 1;
  position: relative;
}
/* line 56, ../scss/_news.scss */
.vgrid-teaser-image-and-body p {
  margin: 0;
}

/* line 61, ../scss/_news.scss */
.vgrid-teaser-link {
  color: black;
}

/* line 65, ../scss/_news.scss */
.vgrid-teaser-readmore {
  text-align: right;
  font-size: 12px;
  margin-right: 65px;
  text-decoration: underline;
  margin-top: 20px;
  color: #0058a3;
}
/* line 73, ../scss/_news.scss */
.vgrid-teaser-readmore:hover {
  text-decoration: none;
}

/* line 79, ../scss/_news.scss */
.page-partners h1, .page-news h1 {
  margin-bottom: 20px;
}

/* line 85, ../scss/_news.scss */
.node-type-news .field-name-body, .node-type-partner .field-name-body {
  width: 70%;
}
/* line 90, ../scss/_news.scss */
.node-type-news .page-title-and-body img, .node-type-partner .page-title-and-body img {
  float: left;
  margin: 10px 10px 10px 0;
}
/* line 95, ../scss/_news.scss */
.node-type-news .page-title-and-body img:nth-of-type(even), .node-type-partner .page-title-and-body img:nth-of-type(even) {
  float: right;
  margin-right: 0;
}

/* .................................articles......................................... */

.page-articles .view-articles .views-row,
.page-partners .view-partners .views-row 
{ position: relative;
  margin-bottom: 30px;}

.page-articles .view-articles .views-row:after,
.page-partners .view-partners .views-row:after 
{ content: "";
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 15px;
  background-color: #c7bfcd;}

.page-articles .view-articles .views-row.views-row-last:after,
.page-partners .view-partners .views-row.views-row-last:after 
{ display: none;
  margin-bottom: 0;}

.vgrid-teaser-image { float: left;}

.vgrid-teaser-title 
{ margin-bottom: 3px;
  font-size: 20px;
  font-weight: bold;}

.page-articles .date-created 
{ color: gray;
  font-size: 12px;}

.vgrid-teaser-header-group 
{ margin-bottom: 25px;
  margin-left: 234px;}

.vgrid-teaser-body 
{ width: 70%;
  vertical-align: top;
  font-size: 14px;
  margin-left: 220px;}

.vgrid-teaser-image-and-body 
{ overflow: hidden;
  *zoom: 1;
  position: relative;}

.vgrid-teaser-image-and-body p {margin: 0;}

.vgrid-teaser-link {color: black;}

.vgrid-teaser-readmore 
{ text-align: right;
  font-size: 12px;
  margin-right: 65px;
  text-decoration: underline;
  margin-top: 20px;
  color: #0058a3;}

.vgrid-teaser-readmore:hover 
{ text-decoration: none;}

.page-partners h1, .page-articles h1 
{margin-bottom: 20px;}

.node-type-articles .field-name-body, .node-type-partner .field-name-body 
{width: 70%;}

.node-type-articles .page-title-and-body img, .node-type-partner .page-title-and-body img 
{ float: left;
  margin: 10px 10px 10px 0;}

.node-type-articles .page-title-and-body img:nth-of-type(even), .node-type-partner .page-title-and-body img:nth-of-type(even) 
{ float: right;
  margin-right: 0;}

/* .................................articles......................................... */


/* line 120, services/*.png */
.services-sprite, .view-services .views-row.node-16 .field-content, .view-services .views-row.node-17 .field-content, .view-services .views-row.node-18 .field-content, .view-services .views-row.node-19 .field-content, .view-services .views-row.node-33 .field-content {
  background-image: url('../images/services-s7bb5beefcc.png');
  background-repeat: no-repeat;
}

/* line 21, ../scss/_services.scss */
.view-services .views-row .field-content {
  vertical-align: top;
  display: inline-block;
}

/* line 16, ../scss/_services.scss */
.view-services .views-row.node-16 .field-content {
  width: 184px;
  height: 184px;
  background-position: 0 -1472px;
}
/* line 59, ../../../../../../../../turkeevm/.rvm/gems/ruby-2.2.3@global/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.view-services .views-row.node-16 .field-content:hover, .view-services .views-row.node-16 .field-content.smart-house-hover {
  background-position: 0 -1656px;
}
/* line 8, ../scss/_services.scss */
.view-services .views-row.node-16 .field-content.active {
  background-position: 0 -1656px;
}

/* line 16, ../scss/_services.scss */
.view-services .views-row.node-17 .field-content {
  width: 184px;
  height: 184px;
  background-position: 0 -736px;
}
/* line 59, ../../../../../../../../turkeevm/.rvm/gems/ruby-2.2.3@global/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.view-services .views-row.node-17 .field-content:hover, .view-services .views-row.node-17 .field-content.multiroom-hover {
  background-position: 0 -920px;
}
/* line 8, ../scss/_services.scss */
.view-services .views-row.node-17 .field-content.active {
  background-position: 0 -920px;
}

/* line 16, ../scss/_services.scss */
.view-services .views-row.node-18 .field-content {
  width: 184px;
  height: 184px;
  background-position: 0 0;
}
/* line 59, ../../../../../../../../turkeevm/.rvm/gems/ruby-2.2.3@global/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.view-services .views-row.node-18 .field-content:hover, .view-services .views-row.node-18 .field-content.light-management-hover {
  background-position: 0 -184px;
}
/* line 8, ../scss/_services.scss */
.view-services .views-row.node-18 .field-content.active {
  background-position: 0 -184px;
}

/* line 16, ../scss/_services.scss */
.view-services .views-row.node-19 .field-content {
  width: 184px;
  height: 184px;
  background-position: 0 -368px;
}
/* line 59, ../../../../../../../../turkeevm/.rvm/gems/ruby-2.2.3@global/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.view-services .views-row.node-19 .field-content:hover, .view-services .views-row.node-19 .field-content.movie-theaters-hover {
  background-position: 0 -552px;
}
/* line 8, ../scss/_services.scss */
.view-services .views-row.node-19 .field-content.active {
  background-position: 0 -552px;
}

/* line 16, ../scss/_services.scss */
.view-services .views-row.node-33 .field-content {
  width: 184px;
  height: 184px;
  background-position: 0 -1104px;
}
/* line 59, ../../../../../../../../turkeevm/.rvm/gems/ruby-2.2.3@global/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.view-services .views-row.node-33 .field-content:hover, .view-services .views-row.node-33 .field-content.programming-hover {
  background-position: 0 -1288px;
}
/* line 8, ../scss/_services.scss */
.view-services .views-row.node-33 .field-content.active {
  background-position: 0 -1288px;
}

/* line 46, ../scss/_services.scss */
.view-services .views-row .field-content {
  position: relative;
}
/* line 48, ../scss/_services.scss */
.view-services .views-row .field-content a {
  position: absolute;
  bottom: 12px;
  left: 20px;
  right: 20px;
  display: inline-block;
  color: #2c2b31;
  text-transform: uppercase;
  font-size: 14px;
}

/* line 131, ../scss/_base.scss */
.node-type-service .view-services {
  font-size: 0;
}
/* line 133, ../scss/_base.scss */
.node-type-service .view-services .views-row {
  display: inline-block;
  margin-right: 7px;
}
/* line 67, ../scss/_services.scss */
.node-type-service .field-name-body {
  width: 70%;
  font-size: 13px;
  line-height: 18px;
}
/* line 73, ../scss/_services.scss */
.node-type-service .field-name-body p {
  text-indent: 20px;
}
/* line 78, ../scss/_services.scss */
.node-type-service h1 {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}

/* line 85, ../scss/_services.scss */
.services-grid {
  position: relative;
}

/* line 89, ../scss/_services.scss */
.services-title {
  position: absolute;
  top: 19px;
  left: 21px;
  z-index: 2;
  max-width: 340px;
  text-transform: uppercase;
}
/* line 97, ../scss/_services.scss */
.services-title span {
  display: inline;
  font-size: 34px;
  line-height: 40px;
  color: #edb600;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -moz-background-origin: content;
  -o-background-origin: content-box;
  -webkit-background-origin: content;
  background-origin: content-box;
  background-color: #301a40;
}

/* line 109, ../scss/_services.scss */
.view-services {
  overflow: hidden;
  *zoom: 1;
  background-color: white;
}
/* line 113, ../scss/_services.scss */
.view-services:after {
  content: "";
  display: block;
  float: left;
  z-index: -1;
  background: url('../images/services-trapezoid.png?1410278111') no-repeat;
  width: 1000px;
  height: 383px;
}
/* line 121, ../scss/_services.scss */
.view-services .view-content {
  position: absolute;
  top: 112px;
  left: 21px;
  z-index: 1;
}

/* line 2, ../scss/_contacts.scss */
.page-node-39 h1 {
  position: absolute;
  font-size: 34px;
  text-transform: uppercase;
  color: #edb600;
  background-color: #301a40;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  top: 19px;
  left: 21px;
  z-index: 1;
}
/* line 19, ../scss/_contacts.scss */
.page-node-39 .page-title-and-body {
  padding: 0;
}

/* line 24, ../scss/_contacts.scss */
.contacts {
  position: relative;
}
/* line 26, ../scss/_contacts.scss */
.contacts-map {
  height: 700px;
}
/* line 29, ../scss/_contacts.scss */
.contacts-baloon {
  position: absolute;
  cursor: default;
  display: none;
  white-space: nowrap;
  padding: 18px 14px;
  background-color: white;
  border: 1px solid #301a40;
}
/* line 34, ../scss/_contacts.scss */
.contacts-map .contacts-baloon {
  display: block;
}
/* line 39, ../scss/_contacts.scss */
.contacts-baloon-picture {
  margin-bottom: 15px;
}
/* line 41, ../scss/_contacts.scss */
.contacts-baloon-picture-placeholder {
  display: inline-block;
  width: 139px;
  height: 88px;
  background-color: #f6f5f1;
}
/* line 48, ../scss/_contacts.scss */
.contacts-baloon-text {
  font-family: Tahoma, sans-serif;
  font-size: 13px;
  color: #333;
}
/* line 53, ../scss/_contacts.scss */
.contacts-baloon-tail {
  position: absolute;
  top: 100%;
  margin-top: -1px;
  right: -1px;
  background: url('../images/contacts-baloon-tail.png?1410276900') no-repeat;
  width: 21px;
  height: 23px;
}
/* line 60, ../scss/_contacts.scss */
.contacts-baloon-shadow {
  position: absolute;
  top: 100%;
  margin-top: -85px;
  right: -65px;
  z-index: -1;
  background: url('../images/contacts-baloon-shadow.png?1410276900') no-repeat;
  width: 363px;
  height: 108px;
}

/* line 2, ../scss/_certificates.scss */
.page-certificates h1 {
  position: absolute;
  height: 36px;
  padding-left: 18px;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 36px;
  font-size: 12px;
  font-weight: bold;
  color: #d6d6d6;
  text-transform: uppercase;
  background: url('../images/portfolio-filter-bg.png?1410278111');
}
/* line 23, ../scss/_certificates.scss */
.page-certificates .page-title-and-body {
  padding-top: 36px;
}

/* line 28, ../scss/_certificates.scss */
.view-certificates {
  font-size: 0;
  margin-left: -20px;
  margin-right: -20px;
}
/* line 32, ../scss/_certificates.scss */
.view-certificates > .view-content > .views-row {
  position: relative;
  z-index: 1;
  display: inline-block;
  border: 1px solid #edb600;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 13px;
  vertical-align: top;
}
/* line 106, ../scss/_base.scss */
.view-certificates > .view-content > .views-row a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url('../images/certificates-hover-bg.png?1410276900');
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
/* line 51, ../scss/_certificates.scss */
.view-certificates > .view-content > .views-row:hover a:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 56, ../scss/_certificates.scss */
.view-certificates .group-title {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 10px;
}

/* line 2, ../scss/_vacancies.scss */
.page-node-74 .field-name-body {
  width: auto;
}
/* line 6, ../scss/_vacancies.scss */
.page-node-74 h1 {
  margin-bottom: 20px;
}

/* line 11, ../scss/_vacancies.scss */
.vacancies {
  width: 100%;
  *zoom: 1;
}
/* line 22, ../../../../../../../../turkeevm/.rvm/gems/ruby-2.2.3@global/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.vacancies:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
/* line 15, ../scss/_vacancies.scss */
.vacancies ul li {
  position: relative;
  display: block;
  padding-left: 16px;
  list-style-type: none;
}
/* line 20, ../scss/_vacancies.scss */
.vacancies ul li:before {
  content: "\336";
  display: inline-block;
  position: absolute;
  left: 12px;
  top: 0;
}
/* line 29, ../scss/_vacancies.scss */
.vacancies p {
  margin: 7px 0;
}
/* line 30, ../scss/_vacancies.scss */
.vacancies ul {
  margin: 5px 0 25px;
}
/* line 32, ../scss/_vacancies.scss */
.vacancies p, .vacancies ul {
  padding-left: 3px;
}
/* line 36, ../scss/_vacancies.scss */
.vacancies p, .vacancies li {
  line-height: 18px;
  font-size: 13px;
}
/* line 41, ../scss/_vacancies.scss */
.vacancies-left, .vacancies-right {
  float: left;
  width: 380px;
}
/* line 46, ../scss/_vacancies.scss */
.vacancies-left {
  margin-right: 120px;
}
/* line 51, ../scss/_vacancies.scss */
.vacancies-top-left, .vacancies-top-right {
  margin-bottom: 50px;
}
/* line 57, ../scss/_vacancies.scss */
.vacancies-title {
  margin-bottom: 10px;
  padding-left: 10px;
  line-height: 25px;
  font-size: 16px;
  background-color: #edb600;
}
/* line 65, ../scss/_vacancies.scss */
.vacancies-bubble {
  background: url('../images/vacancies-bubble.png?1410344426') no-repeat;
  width: 434px;
  height: 146px;
  padding: 25px 87px 60px 20px;
  font-size: 18px;
  font-family: Tahoma, sans-serif;
  color: #2f2f2f;
}
/* line 72, ../scss/_vacancies.scss */
.vacancies-bubble a {
  color: #076aa9;
  text-decoration: underline;
}
/* line 75, ../scss/_vacancies.scss */
.vacancies-bubble a:hover {
  text-decoration: none;
}

/*# sourceMappingURL=style.css.map */
