/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */


html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

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

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-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.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

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

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

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

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

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

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}
/* line 1, core.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 1, core.scss */
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 1, core.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

/* line 1, core.scss */
.clearfix:after {
  clear: both; }

/* line 1, core.scss */
.hide {
  display: none !important; }

/* line 1, core.scss */
.show {
  display: block !important; }

/* line 1, core.scss */
.invisible {
  visibility: hidden; }

/* line 1, core.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/* line 1, core.scss */
.hidden {
  display: none !important; }

/* line 1, core.scss */
.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
/* line 1, core.scss */
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

/* line 1, core.scss */
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  /* line 1, core.scss */
  .visible-xs {
    display: block !important; }

  /* line 1, core.scss */
  table.visible-xs {
    display: table !important; }

  /* line 1, core.scss */
  tr.visible-xs {
    display: table-row !important; }

  /* line 1, core.scss */
  th.visible-xs, td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  /* line 1, core.scss */
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  /* line 1, core.scss */
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  /* line 1, core.scss */
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, core.scss */
  .visible-sm {
    display: block !important; }

  /* line 1, core.scss */
  table.visible-sm {
    display: table !important; }

  /* line 1, core.scss */
  tr.visible-sm {
    display: table-row !important; }

  /* line 1, core.scss */
  th.visible-sm, td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, core.scss */
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, core.scss */
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, core.scss */
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1, core.scss */
  .visible-md {
    display: block !important; }

  /* line 1, core.scss */
  table.visible-md {
    display: table !important; }

  /* line 1, core.scss */
  tr.visible-md {
    display: table-row !important; }

  /* line 1, core.scss */
  th.visible-md, td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1, core.scss */
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1, core.scss */
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1, core.scss */
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  /* line 1, core.scss */
  .visible-lg {
    display: block !important; }

  /* line 1, core.scss */
  table.visible-lg {
    display: table !important; }

  /* line 1, core.scss */
  tr.visible-lg {
    display: table-row !important; }

  /* line 1, core.scss */
  th.visible-lg, td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  /* line 1, core.scss */
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  /* line 1, core.scss */
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  /* line 1, core.scss */
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  /* line 1, core.scss */
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, core.scss */
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1, core.scss */
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  /* line 1, core.scss */
  .hidden-lg {
    display: none !important; } }
/* line 1, core.scss */
.visible-print {
  display: none !important; }

@media print {
  /* line 1, core.scss */
  .visible-print {
    display: block !important; }

  /* line 1, core.scss */
  table.visible-print {
    display: table !important; }

  /* line 1, core.scss */
  tr.visible-print {
    display: table-row !important; }

  /* line 1, core.scss */
  th.visible-print, td.visible-print {
    display: table-cell !important; } }
/* line 1, core.scss */
.visible-print-block {
  display: none !important; }

@media print {
  /* line 1, core.scss */
  .visible-print-block {
    display: block !important; } }
/* line 1, core.scss */
.visible-print-inline {
  display: none !important; }

@media print {
  /* line 1, core.scss */
  .visible-print-inline {
    display: inline !important; } }
/* line 1, core.scss */
.visible-print-inline-block {
  display: none !important; }

@media print {
  /* line 1, core.scss */
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  /* line 1, core.scss */
  .hidden-print {
    display: none !important; } }
/* line 1, core.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }

@media (min-width: 768px) {
  /* line 1, core.scss */
  .container {
    width: 740px; } }
@media (min-width: 992px) {
  /* line 1, core.scss */
  .container {
    width: 960px; } }
@media (min-width: 1200px) {
  /* line 1, core.scss */
  .container {
    width: 1160px; } }
/* line 1, core.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }

/* line 1, core.scss */
.row {
  margin-left: -10px;
  margin-right: -10px; }

/* line 1, core.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

/* line 1, core.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

/* line 1, core.scss */
.col-xs-12 {
  width: 100%; }

/* line 1, core.scss */
.col-xs-11 {
  width: 91.66666667%; }

/* line 1, core.scss */
.col-xs-10 {
  width: 83.33333333%; }

/* line 1, core.scss */
.col-xs-9 {
  width: 75%; }

/* line 1, core.scss */
.col-xs-8 {
  width: 66.66666667%; }

/* line 1, core.scss */
.col-xs-7 {
  width: 58.33333333%; }

/* line 1, core.scss */
.col-xs-6 {
  width: 50%; }

/* line 1, core.scss */
.col-xs-5 {
  width: 41.66666667%; }

/* line 1, core.scss */
.col-xs-4 {
  width: 33.33333333%; }

/* line 1, core.scss */
.col-xs-3 {
  width: 25%; }

/* line 1, core.scss */
.col-xs-2 {
  width: 16.66666667%; }

/* line 1, core.scss */
.col-xs-1 {
  width: 8.33333333%; }

/* line 1, core.scss */
.col-xs-pull-12 {
  right: 100%; }

/* line 1, core.scss */
.col-xs-pull-11 {
  right: 91.66666667%; }

/* line 1, core.scss */
.col-xs-pull-10 {
  right: 83.33333333%; }

/* line 1, core.scss */
.col-xs-pull-9 {
  right: 75%; }

/* line 1, core.scss */
.col-xs-pull-8 {
  right: 66.66666667%; }

/* line 1, core.scss */
.col-xs-pull-7 {
  right: 58.33333333%; }

/* line 1, core.scss */
.col-xs-pull-6 {
  right: 50%; }

/* line 1, core.scss */
.col-xs-pull-5 {
  right: 41.66666667%; }

/* line 1, core.scss */
.col-xs-pull-4 {
  right: 33.33333333%; }

/* line 1, core.scss */
.col-xs-pull-3 {
  right: 25%; }

/* line 1, core.scss */
.col-xs-pull-2 {
  right: 16.66666667%; }

/* line 1, core.scss */
.col-xs-pull-1 {
  right: 8.33333333%; }

/* line 1, core.scss */
.col-xs-pull-0 {
  right: auto; }

/* line 1, core.scss */
.col-xs-push-12 {
  left: 100%; }

/* line 1, core.scss */
.col-xs-push-11 {
  left: 91.66666667%; }

/* line 1, core.scss */
.col-xs-push-10 {
  left: 83.33333333%; }

/* line 1, core.scss */
.col-xs-push-9 {
  left: 75%; }

/* line 1, core.scss */
.col-xs-push-8 {
  left: 66.66666667%; }

/* line 1, core.scss */
.col-xs-push-7 {
  left: 58.33333333%; }

/* line 1, core.scss */
.col-xs-push-6 {
  left: 50%; }

/* line 1, core.scss */
.col-xs-push-5 {
  left: 41.66666667%; }

/* line 1, core.scss */
.col-xs-push-4 {
  left: 33.33333333%; }

/* line 1, core.scss */
.col-xs-push-3 {
  left: 25%; }

/* line 1, core.scss */
.col-xs-push-2 {
  left: 16.66666667%; }

/* line 1, core.scss */
.col-xs-push-1 {
  left: 8.33333333%; }

/* line 1, core.scss */
.col-xs-push-0 {
  left: auto; }

/* line 1, core.scss */
.col-xs-offset-12 {
  margin-left: 100%; }

/* line 1, core.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%; }

/* line 1, core.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%; }

/* line 1, core.scss */
.col-xs-offset-9 {
  margin-left: 75%; }

/* line 1, core.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%; }

/* line 1, core.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%; }

/* line 1, core.scss */
.col-xs-offset-6 {
  margin-left: 50%; }

/* line 1, core.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%; }

/* line 1, core.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%; }

/* line 1, core.scss */
.col-xs-offset-3 {
  margin-left: 25%; }

/* line 1, core.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%; }

/* line 1, core.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%; }

/* line 1, core.scss */
.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  /* line 1, core.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  /* line 1, core.scss */
  .col-sm-12 {
    width: 100%; }

  /* line 1, core.scss */
  .col-sm-11 {
    width: 91.66666667%; }

  /* line 1, core.scss */
  .col-sm-10 {
    width: 83.33333333%; }

  /* line 1, core.scss */
  .col-sm-9 {
    width: 75%; }

  /* line 1, core.scss */
  .col-sm-8 {
    width: 66.66666667%; }

  /* line 1, core.scss */
  .col-sm-7 {
    width: 58.33333333%; }

  /* line 1, core.scss */
  .col-sm-6 {
    width: 50%; }

  /* line 1, core.scss */
  .col-sm-5 {
    width: 41.66666667%; }

  /* line 1, core.scss */
  .col-sm-4 {
    width: 33.33333333%; }

  /* line 1, core.scss */
  .col-sm-3 {
    width: 25%; }

  /* line 1, core.scss */
  .col-sm-2 {
    width: 16.66666667%; }

  /* line 1, core.scss */
  .col-sm-1 {
    width: 8.33333333%; }

  /* line 1, core.scss */
  .col-sm-pull-12 {
    right: 100%; }

  /* line 1, core.scss */
  .col-sm-pull-11 {
    right: 91.66666667%; }

  /* line 1, core.scss */
  .col-sm-pull-10 {
    right: 83.33333333%; }

  /* line 1, core.scss */
  .col-sm-pull-9 {
    right: 75%; }

  /* line 1, core.scss */
  .col-sm-pull-8 {
    right: 66.66666667%; }

  /* line 1, core.scss */
  .col-sm-pull-7 {
    right: 58.33333333%; }

  /* line 1, core.scss */
  .col-sm-pull-6 {
    right: 50%; }

  /* line 1, core.scss */
  .col-sm-pull-5 {
    right: 41.66666667%; }

  /* line 1, core.scss */
  .col-sm-pull-4 {
    right: 33.33333333%; }

  /* line 1, core.scss */
  .col-sm-pull-3 {
    right: 25%; }

  /* line 1, core.scss */
  .col-sm-pull-2 {
    right: 16.66666667%; }

  /* line 1, core.scss */
  .col-sm-pull-1 {
    right: 8.33333333%; }

  /* line 1, core.scss */
  .col-sm-pull-0 {
    right: auto; }

  /* line 1, core.scss */
  .col-sm-push-12 {
    left: 100%; }

  /* line 1, core.scss */
  .col-sm-push-11 {
    left: 91.66666667%; }

  /* line 1, core.scss */
  .col-sm-push-10 {
    left: 83.33333333%; }

  /* line 1, core.scss */
  .col-sm-push-9 {
    left: 75%; }

  /* line 1, core.scss */
  .col-sm-push-8 {
    left: 66.66666667%; }

  /* line 1, core.scss */
  .col-sm-push-7 {
    left: 58.33333333%; }

  /* line 1, core.scss */
  .col-sm-push-6 {
    left: 50%; }

  /* line 1, core.scss */
  .col-sm-push-5 {
    left: 41.66666667%; }

  /* line 1, core.scss */
  .col-sm-push-4 {
    left: 33.33333333%; }

  /* line 1, core.scss */
  .col-sm-push-3 {
    left: 25%; }

  /* line 1, core.scss */
  .col-sm-push-2 {
    left: 16.66666667%; }

  /* line 1, core.scss */
  .col-sm-push-1 {
    left: 8.33333333%; }

  /* line 1, core.scss */
  .col-sm-push-0 {
    left: auto; }

  /* line 1, core.scss */
  .col-sm-offset-12 {
    margin-left: 100%; }

  /* line 1, core.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  /* line 1, core.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  /* line 1, core.scss */
  .col-sm-offset-9 {
    margin-left: 75%; }

  /* line 1, core.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  /* line 1, core.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  /* line 1, core.scss */
  .col-sm-offset-6 {
    margin-left: 50%; }

  /* line 1, core.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  /* line 1, core.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  /* line 1, core.scss */
  .col-sm-offset-3 {
    margin-left: 25%; }

  /* line 1, core.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  /* line 1, core.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  /* line 1, core.scss */
  .col-sm-offset-0 {
    margin-left: 0; } }
@media (min-width: 992px) {
  /* line 1, core.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  /* line 1, core.scss */
  .col-md-12 {
    width: 100%; }

  /* line 1, core.scss */
  .col-md-11 {
    width: 91.66666667%; }

  /* line 1, core.scss */
  .col-md-10 {
    width: 83.33333333%; }

  /* line 1, core.scss */
  .col-md-9 {
    width: 75%; }

  /* line 1, core.scss */
  .col-md-8 {
    width: 66.66666667%; }

  /* line 1, core.scss */
  .col-md-7 {
    width: 58.33333333%; }

  /* line 1, core.scss */
  .col-md-6 {
    width: 50%; }

  /* line 1, core.scss */
  .col-md-5 {
    width: 41.66666667%; }

  /* line 1, core.scss */
  .col-md-4 {
    width: 33.33333333%; }

  /* line 1, core.scss */
  .col-md-3 {
    width: 25%; }

  /* line 1, core.scss */
  .col-md-2 {
    width: 16.66666667%; }

  /* line 1, core.scss */
  .col-md-1 {
    width: 8.33333333%; }

  /* line 1, core.scss */
  .col-md-pull-12 {
    right: 100%; }

  /* line 1, core.scss */
  .col-md-pull-11 {
    right: 91.66666667%; }

  /* line 1, core.scss */
  .col-md-pull-10 {
    right: 83.33333333%; }

  /* line 1, core.scss */
  .col-md-pull-9 {
    right: 75%; }

  /* line 1, core.scss */
  .col-md-pull-8 {
    right: 66.66666667%; }

  /* line 1, core.scss */
  .col-md-pull-7 {
    right: 58.33333333%; }

  /* line 1, core.scss */
  .col-md-pull-6 {
    right: 50%; }

  /* line 1, core.scss */
  .col-md-pull-5 {
    right: 41.66666667%; }

  /* line 1, core.scss */
  .col-md-pull-4 {
    right: 33.33333333%; }

  /* line 1, core.scss */
  .col-md-pull-3 {
    right: 25%; }

  /* line 1, core.scss */
  .col-md-pull-2 {
    right: 16.66666667%; }

  /* line 1, core.scss */
  .col-md-pull-1 {
    right: 8.33333333%; }

  /* line 1, core.scss */
  .col-md-pull-0 {
    right: auto; }

  /* line 1, core.scss */
  .col-md-push-12 {
    left: 100%; }

  /* line 1, core.scss */
  .col-md-push-11 {
    left: 91.66666667%; }

  /* line 1, core.scss */
  .col-md-push-10 {
    left: 83.33333333%; }

  /* line 1, core.scss */
  .col-md-push-9 {
    left: 75%; }

  /* line 1, core.scss */
  .col-md-push-8 {
    left: 66.66666667%; }

  /* line 1, core.scss */
  .col-md-push-7 {
    left: 58.33333333%; }

  /* line 1, core.scss */
  .col-md-push-6 {
    left: 50%; }

  /* line 1, core.scss */
  .col-md-push-5 {
    left: 41.66666667%; }

  /* line 1, core.scss */
  .col-md-push-4 {
    left: 33.33333333%; }

  /* line 1, core.scss */
  .col-md-push-3 {
    left: 25%; }

  /* line 1, core.scss */
  .col-md-push-2 {
    left: 16.66666667%; }

  /* line 1, core.scss */
  .col-md-push-1 {
    left: 8.33333333%; }

  /* line 1, core.scss */
  .col-md-push-0 {
    left: auto; }

  /* line 1, core.scss */
  .col-md-offset-12 {
    margin-left: 100%; }

  /* line 1, core.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  /* line 1, core.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  /* line 1, core.scss */
  .col-md-offset-9 {
    margin-left: 75%; }

  /* line 1, core.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  /* line 1, core.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  /* line 1, core.scss */
  .col-md-offset-6 {
    margin-left: 50%; }

  /* line 1, core.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  /* line 1, core.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  /* line 1, core.scss */
  .col-md-offset-3 {
    margin-left: 25%; }

  /* line 1, core.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  /* line 1, core.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  /* line 1, core.scss */
  .col-md-offset-0 {
    margin-left: 0; } }
@media (min-width: 1200px) {
  /* line 1, core.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  /* line 1, core.scss */
  .col-lg-12 {
    width: 100%; }

  /* line 1, core.scss */
  .col-lg-11 {
    width: 91.66666667%; }

  /* line 1, core.scss */
  .col-lg-10 {
    width: 83.33333333%; }

  /* line 1, core.scss */
  .col-lg-9 {
    width: 75%; }

  /* line 1, core.scss */
  .col-lg-8 {
    width: 66.66666667%; }

  /* line 1, core.scss */
  .col-lg-7 {
    width: 58.33333333%; }

  /* line 1, core.scss */
  .col-lg-6 {
    width: 50%; }

  /* line 1, core.scss */
  .col-lg-5 {
    width: 41.66666667%; }

  /* line 1, core.scss */
  .col-lg-4 {
    width: 33.33333333%; }

  /* line 1, core.scss */
  .col-lg-3 {
    width: 25%; }

  /* line 1, core.scss */
  .col-lg-2 {
    width: 16.66666667%; }

  /* line 1, core.scss */
  .col-lg-1 {
    width: 8.33333333%; }

  /* line 1, core.scss */
  .col-lg-pull-12 {
    right: 100%; }

  /* line 1, core.scss */
  .col-lg-pull-11 {
    right: 91.66666667%; }

  /* line 1, core.scss */
  .col-lg-pull-10 {
    right: 83.33333333%; }

  /* line 1, core.scss */
  .col-lg-pull-9 {
    right: 75%; }

  /* line 1, core.scss */
  .col-lg-pull-8 {
    right: 66.66666667%; }

  /* line 1, core.scss */
  .col-lg-pull-7 {
    right: 58.33333333%; }

  /* line 1, core.scss */
  .col-lg-pull-6 {
    right: 50%; }

  /* line 1, core.scss */
  .col-lg-pull-5 {
    right: 41.66666667%; }

  /* line 1, core.scss */
  .col-lg-pull-4 {
    right: 33.33333333%; }

  /* line 1, core.scss */
  .col-lg-pull-3 {
    right: 25%; }

  /* line 1, core.scss */
  .col-lg-pull-2 {
    right: 16.66666667%; }

  /* line 1, core.scss */
  .col-lg-pull-1 {
    right: 8.33333333%; }

  /* line 1, core.scss */
  .col-lg-pull-0 {
    right: auto; }

  /* line 1, core.scss */
  .col-lg-push-12 {
    left: 100%; }

  /* line 1, core.scss */
  .col-lg-push-11 {
    left: 91.66666667%; }

  /* line 1, core.scss */
  .col-lg-push-10 {
    left: 83.33333333%; }

  /* line 1, core.scss */
  .col-lg-push-9 {
    left: 75%; }

  /* line 1, core.scss */
  .col-lg-push-8 {
    left: 66.66666667%; }

  /* line 1, core.scss */
  .col-lg-push-7 {
    left: 58.33333333%; }

  /* line 1, core.scss */
  .col-lg-push-6 {
    left: 50%; }

  /* line 1, core.scss */
  .col-lg-push-5 {
    left: 41.66666667%; }

  /* line 1, core.scss */
  .col-lg-push-4 {
    left: 33.33333333%; }

  /* line 1, core.scss */
  .col-lg-push-3 {
    left: 25%; }

  /* line 1, core.scss */
  .col-lg-push-2 {
    left: 16.66666667%; }

  /* line 1, core.scss */
  .col-lg-push-1 {
    left: 8.33333333%; }

  /* line 1, core.scss */
  .col-lg-push-0 {
    left: auto; }

  /* line 1, core.scss */
  .col-lg-offset-12 {
    margin-left: 100%; }

  /* line 1, core.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  /* line 1, core.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  /* line 1, core.scss */
  .col-lg-offset-9 {
    margin-left: 75%; }

  /* line 1, core.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  /* line 1, core.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  /* line 1, core.scss */
  .col-lg-offset-6 {
    margin-left: 50%; }

  /* line 1, core.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  /* line 1, core.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  /* line 1, core.scss */
  .col-lg-offset-3 {
    margin-left: 25%; }

  /* line 1, core.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  /* line 1, core.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  /* line 1, core.scss */
  .col-lg-offset-0 {
    margin-left: 0; } }
/* line 1, core.scss */
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table; }

/* line 1, core.scss */
.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both; }

/* line 3, core.scss */
.text-right {
  text-align: right; }

/* line 4, core.scss */
.text-center {
  text-align: center; }

/* line 5, core.scss */
.text-justify {
  text-align: justify; }

/* line 6, core.scss */
.text-nowrap {
  white-space: nowrap; }

/* line 7, core.scss */
.text-lowercase {
  text-transform: lowercase; }

/* line 8, core.scss */
.text-uppercase {
  text-transform: uppercase; }

/* line 9, core.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none; }

/* line 10, core.scss */
.list-inline li {
  display: inline-block;
  vertical-align: middle; }

/* line 11, core.scss */
.pull-right {
  float: right !important; }

/* line 12, core.scss */
.pull-left {
  float: left !important; }

/* line 13, core.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

/* line 14, core.scss */
.img-rounded {
  border-radius: 6px; }

/* line 14, core.scss */
.img-circle {
  border-radius: 50%; }

/* line 15, core.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* line 16, core.scss */
.hr {
  height: 0px;
  overflow: hidden;
  border: none;
  border-top: 1px solid #eee;
  background: none;
  margin: 30px 0px; }

/* line 17, core.scss */
.hr-white {
  border-color: #fff; }

/* line 19, core.scss */
a {
  color: #000; }

/* line 20, core.scss */
html {
  margin: 0px !important; }

/* line 21, core.scss */
body {
  font-family: 'PT Sans', Arial, sans-serif;
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 20px;
  padding-top: 76px; }

@media (max-width: 991px) {
  /* line 23, core.scss */
  body {
    padding-top: 54px; } }
/* line 25, core.scss */
img {
  display: block; }

/* line 26, core.scss */
h1 {
  line-height: 100%; }

/* line 27, core.scss */
h2 {
  line-height: 100%; }

/* line 28, core.scss */
h3 {
  line-height: 100%; }

/* line 29, core.scss */
#insales-panel, #banner-header {
  display: none !important; }

/* line 30, core.scss */
#vk_groups, #vk_groups iframe {
  width: 100% !important; }

/* line 32, core.scss */
.text-xs-left {
  text-align: left; }

/* line 33, core.scss */
.text-xs-right {
  text-align: right; }

/* line 34, core.scss */
.text-xs-center {
  text-align: center; }

/* line 35, core.scss */
.text-xs-justify {
  text-align: justify; }

@media (min-width: 768px) {
  /* line 38, core.scss */
  .text-sm-left {
    text-align: left; }

  /* line 39, core.scss */
  .text-sm-right {
    text-align: right; }

  /* line 40, core.scss */
  .text-sm-center {
    text-align: center; }

  /* line 41, core.scss */
  .text-sm-justify {
    text-align: justify; } }
@media (min-width: 992px) {
  /* line 45, core.scss */
  .text-md-left {
    text-align: left; }

  /* line 46, core.scss */
  .text-md-right {
    text-align: right; }

  /* line 47, core.scss */
  .text-md-center {
    text-align: center; }

  /* line 48, core.scss */
  .text-md-justify {
    text-align: justify; } }
@media (min-width: 1200px) {
  /* line 52, core.scss */
  .text-lg-left {
    text-align: left; }

  /* line 53, core.scss */
  .text-lg-right {
    text-align: right; }

  /* line 54, core.scss */
  .text-lg-center {
    text-align: center; }

  /* line 55, core.scss */
  .text-lg-justify {
    text-align: justify; } }
/*@import "variables";
@import "variables_default";
@import "editor";*/
/* line 1, _buttons.scss */
.button {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  cursor: pointer;
  padding: 5px 8px;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  white-space: nowrap;
  background: none transparent;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 2px solid #eee;
  outline: none; }
  /* line 18, _buttons.scss */
  .button-yellow {
    border-color: #fff900;
    color: #fff900; }
    /* line 21, _buttons.scss */
    .button-yellow:hover {
      background: #fff900;
      color: #000; }
    /* line 25, _buttons.scss */
    .button-yellow--selected {
      border-color: #fff900 !important;
      background: #fff900 !important;
      color: #000 !important; }
  /* line 31, _buttons.scss */
  .button-black {
    border-color: #000;
    color: #000; }
    /* line 34, _buttons.scss */
    .button-black:hover {
      background: #000;
      color: #fff; }
  /* line 39, _buttons.scss */
  .button-grey {
    border-color: #eee;
    color: #777; }
    /* line 42, _buttons.scss */
    .button-grey:hover {
      background: #eee;
      color: #000; }
  /* line 47, _buttons.scss */
  .button-green {
    border-color: #42AE00;
    color: #42AE00; }
    /* line 50, _buttons.scss */
    .button-green:hover {
      background: #42AE00;
      color: #fff; }
  /* line 55, _buttons.scss */
  .button-medium {
    /*padding: 7px 10px;*/
    font-size: 14px;
    line-height: 18px; }

/* line 2, _input.scss */
.form-input_place {
  margin: 15px 0px; }
  /* line 4, _input.scss */
  .form-input_place .input {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    outline: none;
    padding: 10px 15px;
    width: 100%;
    border: 1px solid #eee;
    background: #fff;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px; }
    /* line 13, _input.scss */
    .form-input_place .input:hover, .form-input_place .input:focus {
      border-color: #000; }
    /* line 17, _input.scss */
    .form-input_place .input-error {
      border-color: #ff3300; }
  /* line 21, _input.scss */
  .form-input_place .checkbox {
    display: block;
    margin: 5px 0px; }
    /* line 24, _input.scss */
    .form-input_place .checkbox-item {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      margin-right: 5px; }

/*@import "notice";
@import "prices";
@import "menu";
@import "slider";
@import "tabs";
@import "accordion";
@import "quantity";
@import "modal";
@import "logo";
@import "breadcrumbs";
@import "pagination";
@import "reviews";*/
/*header*/
/* line 3, _header.scss */
.header {
  position: fixed;
  z-index: 1000;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 20px;
  background: black;
  color: #fff; }
  /* line 12, _header.scss */
  .header .logo {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin: 0px 30px 0px 10px; }
  /* line 16, _header.scss */
  .header .phone {
    position: absolute;
    top: 0px;
    right: 0px;
    letter-spacing: 1px; }
    /* line 21, _header.scss */
    .header .phone-number {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      font-size: 20px;
      line-height: 22px;
      padding: 16px 30px;
      background: #eee;
      color: #000;
      text-align: center;
      text-decoration: none; }
    /* line 31, _header.scss */
    .header .phone-callback {
      margin-right: 30px; }

/* line 37, _header.scss */
.menu {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px; }
  /* line 44, _header.scss */
  .menu-node {
    position: relative;
    margin: 0px;
    padding: 0px; }
    /* line 48, _header.scss */
    .menu-node .menu-item {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      margin-left: 20px; }
      /* line 52, _header.scss */
      .menu-node .menu-item:first-child {
        margin-left: 0px; }
      /* line 55, _header.scss */
      .menu-node .menu-item .menu-link {
        position: relative;
        color: #fff;
        text-decoration: none;
        display: block;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s; }
        /* line 61, _header.scss */
        .menu-node .menu-item .menu-link:after {
          content: '';
          position: absolute;
          bottom: -2px;
          left: 50%;
          width: 0px;
          height: 2px;
          background: #fff;
          opacity: 0;
          -moz-transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }
        /* line 72, _header.scss */
        .menu-node .menu-item .menu-link:hover {
          color: #fff;
          text-decoration: none; }
          /* line 75, _header.scss */
          .menu-node .menu-item .menu-link:hover:after {
            width: 100%;
            left: 0px;
            opacity: 1; }
        /* line 81, _header.scss */
        .menu-node .menu-item .menu-link--current {
          color: #fff900; }
          /* line 83, _header.scss */
          .menu-node .menu-item .menu-link--current:hover {
            color: #fff900; }
          /* line 86, _header.scss */
          .menu-node .menu-item .menu-link--current:after {
            display: none; }
      /* line 92, _header.scss */
      .menu-node .menu-item--services:after {
        /*content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;
        width: 1px;
        height: 8px;
        border-right: 1px solid #333;*/ }
  /* line 104, _header.scss */
  .menu-sub-place {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 180px;
    margin-left: -90px;
    white-space: nowrap;
    padding-top: 29px;
    text-align: center;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    /* line 116, _header.scss */
    .menu-sub-place .menu-item {
      display: block;
      padding: 0px;
      margin: 0px 0px 10px; }
      /* line 120, _header.scss */
      .menu-sub-place .menu-item .menu-link {
        display: inline; }
  /* line 125, _header.scss */
  .menu-sub {
    padding: 0px 20px 5px;
    background: black;
    overflow: hidden; }
  /* line 132, _header.scss */
  .menu-item:hover .menu-sub-place, .menu-item:focus .menu-sub-place {
    top: 100%;
    opacity: 1;
    visibility: visible; }
  /* line 139, _header.scss */
  .menu-popup {
    display: none;
    position: fixed;
    z-index: 1001;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 101%;
    background: rgba(0, 0, 0, 0.9) url(shade.jpg) center center no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 20px;
    overflow: auto;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px; }
    /* line 157, _header.scss */
    .menu-popup-place {
      display: table;
      width: 100%;
      height: 100%; }
    /* line 161, _header.scss */
    .menu-popup-items {
      display: table-cell;
      width: 100%;
      height: 100%;
      vertical-align: middle; }
    /* line 167, _header.scss */
    .menu-popup .menu-node {
      margin: 0px;
      padding: 0px;
      border-style: none; }
      /* line 171, _header.scss */
      .menu-popup .menu-node .menu-item {
        display: block;
        margin: 30px 0px; }
        /* line 174, _header.scss */
        .menu-popup .menu-node .menu-item--inner {
          font-size: 14px;
          line-height: 18px;
          margin: 15px 0px; }
        /* line 179, _header.scss */
        .menu-popup .menu-node .menu-item--services {
          margin-bottom: 0px; }
        /* line 182, _header.scss */
        .menu-popup .menu-node .menu-item .menu-link {
          display: inline; }
    /* line 188, _header.scss */
    .menu-popup-close {
      position: fixed;
      top: 10px;
      right: 10px;
      cursor: pointer; }

@media (max-width: 991px) {
  /* line 200, _header.scss */
  .header {
    text-align: center;
    padding: 10px 16px 10px 16px; }
    /* line 203, _header.scss */
    .header .logo {
      margin: 0px; }

  /* line 207, _header.scss */
  .menu {
    position: absolute;
    left: 0px;
    top: 0px; }
    /* line 211, _header.scss */
    .menu-popup-toggle {
      padding: 16px;
      width: 56px;
      color: #fff;
      cursor: pointer; } }
@media (max-width: 352px) {
  /* line 220, _header.scss */
  .header {
    padding: 10px 16px 10px 56px; }
    /* line 222, _header.scss */
    .header .logo {
      margin: 0px; } }
/*@import "layouts.layout";
@import "layouts.checkout";*/
/*index*/
/* line 4, _index.scss */
.section-visual {
  width: 100%;
  display: table;
  min-height: 500px;
  background: url(visual.jpg) center center no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }
/* line 11, _index.scss */
.section-contacts_short {
  background: url(visual.jpg) center center no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }
/* line 15, _index.scss */
.section-insales_templates {
  background: url(visual-insales_templates.jpg) center center no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }
/* line 19, _index.scss */
.section-content {
  padding: 20px; }
/* line 22, _index.scss */
.section-title {
  font-size: 50px;
  line-height: 54px;
  font-weight: normal; }
/* line 27, _index.scss */
.section--grey {
  background: #eee; }
/* line 30, _index.scss */
.section--white + .section--white {
  border-top: 1px solid #eee; }

@media (max-width: 991px) {
  /* line 36, _index.scss */
  .section-visual {
    min-height: 200px; }
  /* line 39, _index.scss */
  .section-title {
    font-size: 30px;
    line-height: 34px; } }
/* line 45, _index.scss */
.visual {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  background: rgba(0, 0, 0, 0.7); }

/* line 52, _index.scss */
.why-item {
  position: relative;
  padding-left: 100px;
  min-height: 90px;
  margin: 20px 0px; }
/* line 58, _index.scss */
.why-icon {
  position: absolute;
  left: 0px;
  top: 0px; }
/* line 63, _index.scss */
.why-title {
  margin: 0px;
  font-weight: 700; }
/* line 67, _index.scss */
.why-description {
  margin: 0px;
  color: #777;
  font-size: 14px;
  line-height: 18px; }

/* line 75, _index.scss */
.portfolio-items {
  margin: 20px 0px 0px; }
  /* line 77, _index.scss */
  .portfolio-items .mix {
    display: none; }
/* line 81, _index.scss */
.portfolio-item {
  margin: 0px 0px 20px;
  position: relative; }
/* line 85, _index.scss */
.portfolio-link {
  color: #fff; }
/* line 88, _index.scss */
.portfolio-content {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 20px;
  border: 4px solid #fff900;
  background: rgba(0, 0, 0, 0.7);
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
/* line 100, _index.scss */
.portfolio-item:hover .portfolio-content {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }
/* line 103, _index.scss */
.portfolio-type {
  margin: 20px 0px; }
  /* line 105, _index.scss */
  .portfolio-type .button {
    margin: 5px; }
/* line 109, _index.scss */
.portfolio .lazy {
  /*@include opacity(0);
  @include transition-duration(2.3s);*/ }

/* line 114, _index.scss */
.team {
  padding-top: 83px; }
  /* line 116, _index.scss */
  .team-boss_text {
    position: relative;
    padding: 20px;
    border: 4px solid #fff900;
    margin: 0px 0px 40px; }
  /* line 122, _index.scss */
  .team-boss_photo {
    background: #fff;
    padding: 4px;
    border: 4px solid #fff900;
    margin: -84px auto 20px; }
  /* line 129, _index.scss */
  .team-person {
    margin: 20px 0px; }
    /* line 131, _index.scss */
    .team-person-name {
      margin: 10px 0px 0px; }
    /* line 134, _index.scss */
    .team-person-description {
      margin: 0px;
      color: #777;
      font-style: italic; }

/* line 142, _index.scss */
.faq-item {
  margin: 20px 0px; }
/* line 145, _index.scss */
.faq-title {
  font-weight: 400;
  margin: 0px; }
/* line 149, _index.scss */
.faq-toggle {
  cursor: pointer;
  text-decoration: underline; }
  /* line 152, _index.scss */
  .faq-toggle:hover {
    text-decoration: none; }
/* line 156, _index.scss */
.faq .toggle--active {
  font-weight: bold;
  text-decoration: none; }
/* line 160, _index.scss */
.faq-content {
  color: #777;
  font-style: italic;
  display: none;
  padding-top: 10px; }
  /* line 165, _index.scss */
  .faq-content * {
    margin: 0px; }

/* line 170, _index.scss */
.contacts_short {
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  line-height: 24px; }
  /* line 175, _index.scss */
  .contacts_short-item {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin: 5px 20px;
    color: #fff;
    text-decoration: none; }
    /* line 180, _index.scss */
    .contacts_short-item .fa {
      margin-right: 5px; }

/* line 185, _index.scss */
.insales_templates {
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  font-size: 20px;
  line-height: 24px; }

/*collection*/
/* line 4, _collection.scss */
.modules .col-sm-4, .modules .col-sm-5, .modules .col-sm-7, .modules .col-sm-8 {
  margin: 20px 0px; }
/* line 7, _collection.scss */
.modules-item {
  margin: 20px 0px 0px;
  padding: 0px 20px;
  border: 4px solid #eee;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  /* line 12, _collection.scss */
  .modules-item:hover {
    border-color: #000; }
/* line 16, _collection.scss */
.modules-title {
  margin: 0px; }
/* line 19, _collection.scss */
.modules-description {
  font-size: 14px;
  line-height: 16px;
  color: #777;
  margin: 10px 0px; }
/* line 25, _collection.scss */
.modules-price {
  margin: 0px; }

/*@import "collection_filter";
@import "collection_sort";*/
/*product*/
/* line 4, _product.scss */
.portfolio_page-title {
  margin-bottom: 0px; }
/* line 7, _product.scss */
.portfolio_page-short_description {
  margin-top: 5px;
  color: #777;
  font-style: italic; }

/* line 14, _product.scss */
.price {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700; }

/*@import "option_selectors";
@import "product_gallery";
@import "product_preview";
@import "cart";
@import "cart_widget";
@import "search";
@import "search_widget";
@import "compare";
@import "blog";
@import "article";
@import "article_preview";
@import "page";
@import "page_404";*/
/*footer*/
/* line 3, _footer.scss */
.window {
  display: none;
  position: fixed;
  z-index: 1001;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 101%;
  background: rgba(0, 0, 0, 0.9) url(shade.jpg) center center no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 20px;
  overflow: auto; }
  /* line 15, _footer.scss */
  .window-close {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px; }
  /* line 23, _footer.scss */
  .window-place {
    display: table;
    width: 100%;
    height: 100%; }
  /* line 28, _footer.scss */
  .window-data {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle; }
  /* line 34, _footer.scss */
  .window-content {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0px auto; }
    /* line 41, _footer.scss */
    .window-content-top {
      background: #eee;
      padding: 5px 20px; }
    /* line 45, _footer.scss */
    .window-content-middle {
      padding: 5px 20px;
      background: #fff; }
    /* line 49, _footer.scss */
    .window-content-bottom {
      padding: 5px 20px;
      border-top: 1px solid #eee; }
    /* line 53, _footer.scss */
    .window-content-close {
      position: absolute;
      top: 0px;
      right: 0px;
      color: #000;
      width: 28px;
      height: 28px;
      line-height: 28px;
      text-align: center;
      cursor: pointer; }
  /* line 65, _footer.scss */
  .window-status {
    display: none;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px; }
    /* line 73, _footer.scss */
    .window-status-data {
      display: table;
      width: 100%;
      height: 100%; }
    /* line 78, _footer.scss */
    .window-status-content {
      display: table-cell;
      width: 100%;
      height: 100%;
      vertical-align: middle;
      border: 4px solid #fff900;
      background: rgba(0, 0, 0, 0.7);
      color: #fff;
      text-align: center;
      padding: 20px; }
      /* line 88, _footer.scss */
      .window-status-content a {
        color: #fff; }

/* line 95, _footer.scss */
.order_form,
.subscribe_form {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #fff; }
  /* line 99, _footer.scss */
  .order_form .checkbox,
  .subscribe_form .checkbox {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
  /* line 102, _footer.scss */
  .order_form .order_type-title,
  .subscribe_form .order_type-title {
    margin: 0px 0px 5px; }
  /* line 105, _footer.scss */
  .order_form--invisible,
  .subscribe_form--invisible {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }

/* line 110, _footer.scss */
.subscribe-form {
  position: relative;
  padding: 10px 15px 0px;
  margin: 10px 0px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background-image: -moz-linear-gradient(#ffffff, #eeeeee);
  background-image: -webkit-linear-gradient(#ffffff, #eeeeee);
  background-image: linear-gradient(#ffffff, #eeeeee);
  overflow: hidden; }
  /* line 118, _footer.scss */
  .subscribe-form-line {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 10px;
    background: url(subscribe-line.png) center 0px repeat-x;
    background-size: contain; }

/* line 129, _footer.scss */
.copyright {
  color: #777;
  font-size: 14px;
  line-height: 18px; }

/*@import "language_switch";
@import "favorites";
@import "social_groups";
@import "payments";*/



