/* normalize-scss 3.0.1+normalize.3.0.1 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Base
   ========================================================================== */
/**
 * Establish a vertical rhythm unit using $base-font-size, $base-line-height,
 * and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
 * body `font-size` is set using `em` units.
 */
html {
  font-size: 100%;
  line-height: 1.5em; }

/**
 * 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,
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 */
  *display: inline;
  *zoom: 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.
 */
[hidden] {
  display: none; }

/**
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: 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; }

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
blockquote {
  margin: 1.5em 40px; }

/**
 * 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 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em; }

h2, .content h1 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em; }

h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em; }

h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em; }

h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em; }

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

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
p,
pre {
  margin: 1.5em 0; }

/**
 * 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; }

/* Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1.5em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic; }

/**
 * 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: 1.5em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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.
 */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 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.
 * 4. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 5. Improve appearance and consistency with IE 6/7.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  *font-family: sans-serif;
  /* 4 */
  *vertical-align: middle;
  /* 5 */ }

/**
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * 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.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
  /**
   * 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 {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.875em; }

/**
 * 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.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 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; }

@font-face {
  font-family: OpenSans;
  src: url("../fonts/OpenSans/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 500; }
@font-face {
  font-family: OpenSans;
  src: url("../fonts/OpenSans/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 900; }
@font-face {
  font-family: OpenSans;
  src: url("../fonts/OpenSans/OpenSans-Semibold.eot");
  src: url("../fonts/OpenSans/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Semibold.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700; }
@font-face {
  font-family: OpenSans;
  src: url("../fonts/OpenSans/OpenSans-SemiboldItalic.eot");
  src: url("../fonts/OpenSans/OpenSans-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-SemiboldItalic.woff") format("woff"), url("../fonts/OpenSans/OpenSans-SemiboldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 700; }
@font-face {
  font-family: 'skolar';
  src: url("../fonts/Skolar/skolar_pe-webfont.otf");
  src: url("../fonts/Skolar/skolar_pe-webfont.eot") format("embedded-opentype"), url("../fonts/Skolar/skolar_pe-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Skolar/skolar_pe-webfont.woff2") format("woff2"), url("../fonts/Skolar/skolar_pe-webfont.woff") format("woff"), url("../fonts/Skolar/skolar_pe-webfont.ttf") format("truetype"), url("../fonts/Skolar/skolar_pe-webfont.svg#skolar_peregular") format("svg");
  font-weight: 500;
  font-style: normal; }
.inline {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline; }

.fl-l {
  float: left; }

.fl-r {
  float: right; }

a {
  color: #3ebf29; }

html {
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  font-family: 'OpenSans', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto; }

p {
  color: #545454;
  font-size: 15px;
  margin: 0; }

h1, h2, .content h1 {
  margin: 0; }

h2, .content h1 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
  font-family: 'skolar', serif;
  color: black;
  text-decoration: none; }
  h2 span, .content h1 span {
    color: #bfbfbf; }
    @media only screen and (max-width: 660px) {
      h2 span, .content h1 span {
        display: block; } }
    @media only screen and (min-width: 660) {
      h2 span, .content h1 span {
        display: block; } }

.top, .content, footer {
  padding: 30px 7.5% 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }

.top {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 589px;
  background-position: center 0px; }
  @media (max-width: 1200px) {
    .top {
      background-position: center center !important; } }
  @media only screen and (max-width: 660px) {
    .top {
      height: auto !important; } }
  @media only screen and (min-width: 660) {
    .top {
      height: auto !important; } }

.grad {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/top-grad.png");
  background-repeat: repeat-x;
  background-size: 83px 100%;
  z-index: 1; }

.top header {
  color: white;
  padding: 0; }
  .top header a {
    color: white; }

body > header:after {
  height: 1px;
  background-color: #dddddd;
  position: relative;
  width: 100%;
  top: 30px; }

header {
  *zoom: 1;
  padding: 30px 7.5%;
  color: black;
  position: relative;
  z-index: 2; }
  header:after, header:before {
    content: "";
    display: table; }
  header:after {
    clear: both; }
  header a {
    color: black; }
  header h1 {
    float: left;
    width: 25%;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 3px;
    position: relative;
    top: 9px; }
    header h1 a {
      text-decoration: none; }

nav {
  float: left;
  text-align: right;
  width: 55%;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  top: 7px;
  letter-spacing: 3px;
  cursor: default;
  font-weight: 500; }
  nav a {
    text-decoration: none;
    display: block;
    padding: 5px 15px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7; }
    nav a:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
  nav ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    nav ul li {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      margin: 0 1%; }

.contacts {
  float: left;
  text-align: right;
  width: 20%;
  font-size: 15px; }
  .contacts a {
    display: block;
    text-decoration: none; }
    .contacts a:hover {
      text-decoration: underline; }
  .contacts .tel {
    font-size: 16px;
    font-weight: 700; }

.contacts-page .text {
  float: left;
  width: 40%;
  text-align: left; }
.contacts-page .map {
  float: right;
  width: 50%;
  height: 250px; }
.contacts-page .contact-us {
  width: 40%;
  float: left; }
@media only screen and (max-width: 660px) {
  .contacts-page .text, .contacts-page .map, .contacts-page .contact-us {
    float: none;
    width: 100%; }
  .contacts-page .contact-us {
    margin-bottom: 20px; } }
@media only screen and (min-width: 660) {
  .contacts-page .text, .contacts-page .map, .contacts-page .contact-us {
    float: none;
    width: 100%; }
  .contacts-page .contact-us {
    margin-bottom: 20px; } }

#contact, label, input[name="submit"] {
  position: relative; }

label > span, input, textarea, button {
  box-sizing: border-box; }

label {
  display: block; }

input, textarea, button {
  padding: 0.5em;
  font: 300 100%/1.2 Ubuntu, sans-serif; }

input[type="text"], input[type="email"], textarea {
  margin: 0 0 1em;
  border: 1px solid #ccc;
  outline: none; }

input.invalid, textarea.invalid {
  border-color: #d5144d; }

textarea {
  height: 6em; }

label > span {
  vertical-align: top;
  display: inline-block;
  width: 26.3736%;
  padding: 0.5em;
  border: 1px solid transparent;
  text-align: right; }

input, textarea, button {
  width: 73.6263%;
  line-height: 1.5; }

textarea {
  height: 10em;
  resize: vertical; }

input[type="submit"], button {
  margin-left: 26.3736%;
  border: 2px solid #3ebf29;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: transparent;
  padding: 0 22px;
  height: 36px;
  line-height: 36px;
  text-decoration: none;
  color: #3ebf29;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  outline: none; }
  input[type="submit"]:hover, button:hover {
    text-decoration: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }

@media only screen and (max-width: 660px) {
  label > span {
    display: none; }

  input, textarea, button {
    width: 100%; }

  input[type="submit"], button {
    margin-left: 0; } }
@media only screen and (min-width: 660) {
  label > span {
    display: none; }

  input, textarea, button {
    width: 100%; }

  input[type="submit"], button {
    margin-left: 0; } }
@media only screen and (max-width: 660px) {
  header h1 {
    margin-bottom: 20px;
    font-size: 15px;
    top: 0; }

  nav {
    width: 100%;
    text-align: left; }
    nav li {
      margin: 0; }
    nav a {
      padding-left: 0; }

  .contacts {
    width: 50%;
    position: absolute;
    right: 7.5%;
    top: 30px;
    font-size: 13px; }
    .top .contacts {
      right: 0;
      top: 0; }
    .contacts .tel {
      font-size: 14px; } }
@media only screen and (min-width: 660) {
  header h1 {
    margin-bottom: 20px;
    font-size: 15px;
    top: 0; }

  nav {
    width: 100%;
    text-align: left; }
    nav li {
      margin: 0; }
    nav a {
      padding-left: 0; }

  .contacts {
    width: 50%;
    position: absolute;
    right: 7.5%;
    top: 30px;
    font-size: 13px; }
    .top .contacts {
      right: 0;
      top: 0; }
    .contacts .tel {
      font-size: 14px; } }
.we {
  position: relative;
  z-index: 2;
  clear: both;
  text-align: center;
  margin: 10% auto 80px;
  width: 50%;
  min-width: 420px; }
  .we h2, .we .content h1, .content .we h1 {
    position: relative; }
    .we h2:after, .we .content h1:after, .content .we h1:after, .we h2:before, .we .content h1:before, .content .we h1:before {
      content: "";
      height: 2px;
      width: 160px;
      background-color: rgba(255, 255, 255, 0.15);
      position: absolute;
      margin: auto;
      top: 0;
      bottom: 0; }
    .we h2:after, .we .content h1:after, .content .we h1:after {
      right: -190px; }
    .we h2:before, .we .content h1:before, .content .we h1:before {
      left: -190px; }
  .we .description h2, .we .description .content h1, .content .we .description h1 {
    color: white; }
  .we .description p {
    color: #c5c5c5; }
  @media only screen and (max-width: 660px) {
    .we {
      width: 100%;
      min-width: 0; }
      .we h2:after, .we .content h1:after, .content .we h1:after, .we h2:before, .we .content h1:before, .content .we h1:before {
        content: none; } }
  @media only screen and (min-width: 660) {
    .we {
      width: 100%;
      min-width: 0; }
      .we h2:after, .we .content h1:after, .content .we h1:after, .we h2:before, .we .content h1:before, .content .we h1:before {
        content: none; } }

.contact {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-top: 36px;
  padding: 0 22px;
  height: 36px;
  line-height: 36px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #3bc325;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjA1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMDUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(255, 255, 255, 0.05)));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
  font-size: 14px;
  font-weight: 700;
  color: white;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.33);
  cursor: pointer; }
  .contact:hover {
    background-color: #2e981d; }
  .contact:active {
    background-color: #35ae21; }

.content {
  text-align: center; }
  .content h2, .content h1 {
    margin-bottom: 0; }
  @media only screen and (max-width: 660px) {
    .content h2, .content h1 {
      margin-bottom: 5px; } }
  @media only screen and (min-width: 660) {
    .content h2, .content h1 {
      margin-bottom: 5px; } }

.all, .contacts-page {
  max-width: 1366px;
  margin: 0 auto; }

.services {
  *zoom: 1;
  font-size: 0;
  margin-bottom: 30px; }
  .services:after, .services:before {
    content: "";
    display: table; }
  .services:after {
    clear: both; }

.service {
  width: 30%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 4%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top; }
  .service .text {
    width: 70%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
  .all .service {
    width: 80%;
    text-align: left;
    padding: 0;
    display: block;
    border-bottom: 1px solid #e2e1e1;
    padding-bottom: 25px;
    margin: 0 !important;
    margin-bottom: 20px !important; }
    .all .service ul {
      margin: 0; }
    .all .service .img-wrap {
      width: 20%;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      vertical-align: top;
      margin-right: 5%; }
      .all .service .img-wrap:hover img {
        height: 100%;
        margin-left: 0; }
      @media only screen and (max-width: 660px) {
        .all .service .img-wrap {
          width: 81.5%;
          margin: 0 auto; } }
      @media only screen and (min-width: 660) {
        .all .service .img-wrap {
          width: 81.5%;
          margin: 0 auto; } }
    .all .service:first-of-type {
      margin-top: 10px !important; }
    .all .service:last-of-type {
      border: none;
      margin-bottom: 0 !important; }
  @media only screen and (max-width: 660px) {
    .service {
      width: 100% !important;
      margin: 0 auto !important;
      border-bottom: 1px solid #e2e1e1;
      padding-bottom: 25px;
      margin-bottom: 20px !important; }
      .service .text {
        width: 100%; }
      .service:first-of-type {
        margin-top: 10px !important; }
      .service:last-of-type {
        border: none;
        margin-bottom: 0 !important; } }
  @media only screen and (min-width: 660) {
    .service {
      width: 100% !important;
      margin: 0 auto !important;
      border-bottom: 1px solid #e2e1e1;
      padding-bottom: 25px;
      margin-bottom: 20px !important; }
      .service .text {
        width: 100%; }
      .service:first-of-type {
        margin-top: 10px !important; }
      .service:last-of-type {
        border: none;
        margin-bottom: 0 !important; } }
  .service:nth-of-type(3n-1) {
    margin: 0 5% 20px; }
  .service p, .service div {
    color: #808080;
    text-align: left;
    font-size: 15px; }
  .service h1 {
    font-size: 21px;
    line-height: 29px; }
  .service .img-wrap {
    display: block;
    width: 81.5%;
    height: 210px;
    border: 10px solid #f2f2f2;
    overflow: hidden;
    background-color: #f2f2f2;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 15px auto; }
    .service .img-wrap img {
      height: 100%;
      width: auto;
      -moz-transition: height 0.3s ease, margin-left 0.3s ease;
      -o-transition: height 0.3s ease, margin-left 0.3s ease;
      -webkit-transition: height 0.3s ease, margin-left 0.3s ease;
      transition: height 0.3s ease, margin-left 0.3s ease; }
    .service .img-wrap:hover img {
      height: 130%;
      margin-left: -30%; }

.more-services, .more-cases {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border: 2px solid #3ebf29;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin: 20px auto 30px;
  padding: 0 22px;
  height: 36px;
  line-height: 36px;
  text-decoration: none;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }
  .more-services:hover, .more-cases:hover {
    text-decoration: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
  .more-services:after, .more-services:before, .more-cases:after, .more-cases:before {
    content: "";
    height: 1px;
    width: 400px;
    background-color: #f0f0f0;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0; }
  .more-services:after, .more-cases:after {
    right: -450px; }
  .more-services:before, .more-cases:before {
    left: -450px; }

.cases {
  *zoom: 1;
  margin-bottom: 50px; }
  .cases:after, .cases:before {
    content: "";
    display: table; }
  .cases:after {
    clear: both; }
  .cases h1 {
    font-family: 'opensans', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #3ebf29; }
  .cases a {
    color: #3ebf29;
    text-decoration: none; }
    .cases a:hover {
      text-decoration: underline; }

.portfolio-item {
  float: left;
  width: 20%;
  margin-top: 20px;
  margin-right: 6.66667%; }
  .portfolio-item:last-of-type {
    margin-right: 0; }
  .portfolio-item a {
    display: block; }
  .portfolio-item .img-wrap {
    overflow: hidden;
    margin-bottom: 15px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    *zoom: 1;
    height: 154px;
    min-height: 154px; }
    .portfolio-item .img-wrap:after, .portfolio-item .img-wrap:before {
      content: "";
      display: table; }
    .portfolio-item .img-wrap:after {
      clear: both; }
    .portfolio-item .img-wrap:hover img {
      width: 130%;
      margin-left: -30%; }
  .portfolio-item img {
    width: 100%;
    float: left;
    -moz-transition: width 0.3s ease, margin-left 0.3s ease;
    -o-transition: width 0.3s ease, margin-left 0.3s ease;
    -webkit-transition: width 0.3s ease, margin-left 0.3s ease;
    transition: width 0.3s ease, margin-left 0.3s ease; }
  @media only screen and (max-width: 660px) {
    .portfolio-item {
      width: 100%;
      margin-bottom: 15px; }
      .portfolio-item .img-wrap {
        height: auto !important;
        min-height: 0; } }
  @media only screen and (min-width: 660) {
    .portfolio-item {
      width: 100%;
      margin-bottom: 15px; }
      .portfolio-item .img-wrap {
        height: auto !important;
        min-height: 0; } }
  .all .portfolio-item {
    width: 80%;
    text-align: left;
    padding: 0;
    display: block;
    border-bottom: 1px solid #e2e1e1;
    padding-bottom: 25px;
    margin: 0 !important;
    margin-bottom: 20px !important; }
    .all .portfolio-item:first-of-type {
      margin-top: 10px !important; }
    .all .portfolio-item ul {
      margin: 0; }
    .all .portfolio-item .img-wrap {
      width: 20%;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      vertical-align: top;
      margin: 15px auto;
      margin-right: 5%;
      height: auto !important;
      min-height: 0;
      border: 10px solid #f2f2f2; }
      .all .portfolio-item .img-wrap:hover img {
        width: 100%;
        margin-left: 0; }
      @media only screen and (max-width: 660px) {
        .all .portfolio-item .img-wrap {
          display: block;
          width: 81.5%;
          margin: 0 auto;
          margin-bottom: 15px; } }
      @media only screen and (min-width: 660) {
        .all .portfolio-item .img-wrap {
          display: block;
          width: 81.5%;
          margin: 0 auto;
          margin-bottom: 15px; } }
    .all .portfolio-item .text {
      width: 70%;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline; }
      .all .portfolio-item .text h1 {
        font-size: 21px;
        line-height: 29px;
        color: black;
        font-family: 'skolar', serif;
        font-weight: 900; }
    @media only screen and (max-width: 660px) {
      .all .portfolio-item {
        float: none;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 25px;
        border-bottom: 1px solid #e2e1e1;
        padding-bottom: 15px; }
        .all .portfolio-item:first-of-type {
          margin-top: 20px; } }
    @media only screen and (min-width: 660) {
      .all .portfolio-item {
        float: none;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 25px;
        border-bottom: 1px solid #e2e1e1;
        padding-bottom: 15px; }
        .all .portfolio-item:first-of-type {
          margin-top: 20px; } }

footer {
  background-color: #545454;
  height: 145px;
  margin-top: 30px; }

.jufy {
  position: absolute;
  left: 9.5%;
  top: 0;
  bottom: 0;
  margin: auto;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background: url("../img/logo_tiptopit.png");
  background-size: 138px 48px;
  width: 138px;
  height: 48px; }

.copy {
  font-size: 13px;
  color: white;
  height: 20px;
  position: absolute;
  right: 3%;
  top: 0;
  bottom: 0;
  margin: auto; }
