@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  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 {
  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; }

#nav ul, #mobile-menu ul, #footer .footer-top .footer-category-list, .social-networks {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .categories-block .category:after, .product-list article:after, #footer .footer-top:after, .container:after, .main-content:after,
.content-top:after,
.header-holder:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #555;
  background: #f9f9f9;
  font: .9em/1.714 'Arial', Arial, Helvetica, sans-serif !important;
  min-width: 320px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out; }

ul,
ol {
  padding: 0 0 0 17px; }

.gm-style img {
  max-width: none; }

video {
  max-width: 100%;
  height: auto; }

iframe,
embed,
object {
  max-width: 100%; }

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
  width: 100% !important;
  height: 100% !important; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 20px 0;
  color: #222;
  -webkit-transition: opacity 0.24s ease-in-out 0s;
          transition: opacity 0.24s ease-in-out 0s;
  opacity: 1;
  visibility: visible; }

h1, .h1 {
  font-size: 38px;
  line-height: 1.21; }

h2, .h2 {
  font-size: 30px;
  line-height: 1.21; }

h3, .h3 {
  font-size: 26px;
  line-height: 1.214; }

h4, .h4 {
  font-size: 18px;
  line-height: 1.19; }

h5, .h5 {
  font-size: 13px;
  line-height: 1.357; }

h6, .h6 {
  font-size: 14px;
  line-height: 1.214; }

p {
  margin: 0 0 10px; }

a {
  color: #ff6600;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
          transition: all 0.2s ease-in-out 0s; }
  a:hover, a:focus {
    text-decoration: underline;
    outline: 0; }
  a:hover img {
    opacity: .75; }

blockquote {
  padding: 10px 25px;
  margin: 0 0 20px;
  position: relative;
  font-size: 14px;
  font-family: "Noto Serif", serif;
  font-weight: 400;
  font-style: italic;
  color: #b2b2b2; }
  blockquote:before, blockquote:after {
    color: #b2b2b2;
    content: "“";
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-style: normal;
    line-height: 1;
    position: absolute; }
  blockquote:before {
    left: 5px;
    top: 10px; }
  blockquote:after {
    content: "”";
    right: 5px;
    top: 10px; }

th, td {
  border: 1px solid #dadada;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle;
  background: #eee; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #dadada;
  padding: 6px 12px;
  color: #555;
  height: 40px;
  line-height: 26px; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #dadada;
    outline: none; }
  input[type='text'].errors,
  input[type='tel'].errors,
  input[type='email'].errors,
  input[type='search'].errors,
  input[type='password'].errors,
  textarea.errors {
    border: 1px solid #c00;
    background-color: #fee; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #555; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #555; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #555; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #555; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #555; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  line-height: 26px;
  background-color: #7a7a7a;
  color: #fff;
  border: medium none;
  border-radius: 0;
  padding: 7px 20px;
  -webkit-transition: all 0.2s ease-in-out 0s;
          transition: all 0.2s ease-in-out 0s; }
  button:hover,
  input[type='button']:hover,
  input[type='reset']:hover,
  input[type='file']:hover,
  input[type='submit']:hover {
    background-color: #646363; }

.header {
  background: #fff;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 100;
  -webkit-transition: margin 0.3s;
  transition: margin 0.3s;
  height: 74px; }
  .header.set-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
  .header.animation {
    background: #fff;
    height: 53px; }
    .header.animation .header-holder {
      height: 53px; }
  .header .header-holder {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .header .logo {
    float: left;
    margin: 7px 5px 7px 0; }
    .header .logo img {
      height: 60px;
      width: auto;
      -webkit-transition: height 0.3s;
      transition: height 0.3s; }
    .header .logo:hover img {
      opacity: 1; }
  .header.animation {
    padding: 0; }
    .header.animation .logo img {
      height: 36px; }
    .header.animation #nav ul {
      font-size: 11px; }
  @media (max-width: 767px) {
    .header .header-holder {
      padding: 0 10px; } }

.empty-header {
  height: 74px;
  webkit-transition: height 0.3s;
  -webkit-transition: height 0.3s;
          transition: height 0.3s; }
  .empty-header.small {
    height: 53px;
    background: #fff;
    overflow: hidden; }

#nav ul {
  font-size: 13px;
  line-height: 1.538;
  font-weight: 700;
  text-transform: uppercase; }
  #nav ul li {
    float: left;
    position: relative; }
    #nav ul li a {
      color: #222;
      padding: 15px;
      display: inline-block;
      vertical-align: top; }
      #nav ul li a:hover {
        text-decoration: none; }
    #nav ul li .dropdown-toggle {
      position: relative; }
      #nav ul li .dropdown-toggle:after {
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid black;
        position: absolute;
        top: 50%;
        right: 0;
        content: '';
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    #nav ul li.item-1 a:hover {
      color: #ff6600; }
      #nav ul li.item-1 a:hover:after {
        border-top: 4px solid #ff6600; }
    #nav ul li.item-2 a:hover {
      color: #8eb021; }
      #nav ul li.item-2 a:hover:after {
        border-top: 4px solid #8eb021; }
    #nav ul li.item-3 a:hover {
      color: #3babd0; }
      #nav ul li.item-3 a:hover:after {
        border-top: 4px solid #3babd0; }
    #nav ul li.item-4 a:hover {
      color: #16a085; }
      #nav ul li.item-4 a:hover:after {
        border-top: 4px solid #16a085; }
    #nav ul li.item-5 a:hover {
      color: #af72b3; }
      #nav ul li.item-5 a:hover:after {
        border-top: 4px solid #af72b3; }
    #nav ul li.item-6 a:hover {
      color: #ff6600; }
      #nav ul li.item-6 a:hover:after {
        border-top: 4px solid #ff6600; }
    #nav ul li .dropdown-menu {
      position: absolute;
      top: 100%;
      left: 0;
      min-width: 160px;
      background: #fff;
      float: left;
      visibility: hidden;
      opacity: 0;
      webkit-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
              transition: all 0.2s linear; }
      #nav ul li .dropdown-menu li {
        border-bottom: 1px solid #f9f9f9;
        float: none; }
        #nav ul li .dropdown-menu li a {
          display: block;
          font-size: 12px;
          padding: 10px 15px; }
        #nav ul li .dropdown-menu li:last-child {
          border-bottom: none; }
    #nav ul li:hover .dropdown-menu {
      opacity: 1;
      visibility: visible; }

@media (max-width: 1200px) {
  #nav ul li a {
    padding: 15px 8px; } }

@media (max-width: 1024px) {
  #nav {
    display: none; } }

#mobile-menu {
  background: #111;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  width: 340px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
  z-index: 1000;
  overflow-y: auto;
  margin-left: -340px;
  -webkit-transition: margin 0.3s;
  transition: margin 0.3s; }
  #mobile-menu ul {
    padding: 20px 10px;
    text-transform: uppercase; }
  #mobile-menu li {
    position: relative; }
    #mobile-menu li a {
      color: rgba(255, 255, 255, 0.8);
      padding: 13px 10px 13px 0;
      opacity: 0.8;
      display: block; }
      #mobile-menu li a:hover {
        text-decoration: none;
        opacity: 1; }
    #mobile-menu li .m-next {
      position: absolute;
      top: 0;
      right: 0;
      padding-left: 0;
      padding-right: 0;
      padding: 0;
      width: 50px;
      height: 46px;
      text-align: center; }
      #mobile-menu li .m-next:before {
        position: absolute;
        top: 50%;
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        border-right: 3px solid rgba(255, 255, 255, 0.4);
        border-top: 3px solid rgba(255, 255, 255, 0.4);
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        margin: -7px 0 0 -6px; }
      #mobile-menu li .m-next + a {
        margin-right: 50px; }
    #mobile-menu li.current .m-next {
      background: rgba(255, 255, 255, 0.05); }
      #mobile-menu li.current .m-next:before {
        -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
                transform: rotate(135deg); }
  #mobile-menu .dropdown-menu-m {
    padding: 0;
    background: rgba(255, 255, 255, 0.05);
    margin: 0 0 0 -10px;
    display: none; }
    #mobile-menu .dropdown-menu-m li a {
      padding-right: 10px;
      padding-left: 10px; }
  @media (max-width: 480px) {
    #mobile-menu {
      width: 216px;
      margin-left: -216px; } }

.sb-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
  -webkit-backface-visibility: hidden; }
  @media (max-width: 767px) {
    .sb-search {
      right: 10px; } }

input.sb-search-input {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #f1f2f4;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 15px 65px 15px 20px;
  font-family: inherit;
  font-size: 14px;
  line-height: 20px;
  color: #555; }

input.sb-search-input::-webkit-input-placeholder {
  color: #dadada; }

input.sb-search-input:-moz-placeholder {
  color: #dadada; }

input.sb-search-input::-moz-placeholder {
  color: #dadada; }

input.sb-search-input:-ms-input-placeholder {
  color: #dadada; }

.sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 53px;
  text-align: center;
  cursor: pointer; }

.sb-icon-search {
  width: 50px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
  height: 100%;
  speak: none;
  z-index: 90;
  color: #222;
  background: #fff; }
  .sb-icon-search:after {
    content: '\f002';
    font-family: 'FontAwesome';
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.sb-search-submit {
  background: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1; }

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
  width: 250px; }

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  background: #f1f2f4;
  z-index: 11; }

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90; }

.navbar-toggle {
  border: medium none;
  border-radius: 0;
  cursor: pointer;
  float: left;
  height: 50px;
  margin: 0 15px 0 0;
  padding: 0;
  position: relative;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.2s ease 0s;
          transition: all 0.2s ease 0s;
  width: 20px;
  z-index: 100;
  display: none; }
  .navbar-toggle:hover, .navbar-toggle.active {
    opacity: 0.7; }
  .navbar-toggle span,
  .navbar-toggle .icon-bar {
    background: #222 none repeat scroll 0 0;
    border-radius: 3px;
    display: block;
    height: 3px;
    left: 0;
    opacity: 1;
    position: absolute;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
    width: 20px; }
  .navbar-toggle span:nth-child(1) {
    top: 19px; }
  .navbar-toggle span:nth-child(2) {
    top: 25px; }
  .navbar-toggle span:nth-child(3) {
    top: 31px; }
  @media (max-width: 1024px) {
    .navbar-toggle {
      display: block; } }

aside {
  width: 250px; }
  aside.aside-left {
    float: left;
    margin-right: 30px; }
  @media (max-width: 1024px) {
    aside {
      width: 100%; }
      aside.aside-left {
        float: none;
        margin: 0 0 30px; } }

.list-news article {
  margin-bottom: 20px; }
  .list-news article:last-child {
    margin-bottom: 0; }

.list-news h5 {
  margin: 0 0 10px;
  font-weight: 400; }
  .list-news h5 a {
    color: #222; }
    .list-news h5 a:hover {
      text-decoration: none;
      color: #169; }

.categories-block {
                                 overflow: hidden; }
.categories-block .category {
  padding-bottom: 30px; }
.categories-block .category .category-thumb {
  float: left;
  margin-right: 30px;
  position: relative; }
.categories-block .category .category-thumb img {
  width: 100%; }
.categories-block .category header {
  overflow: hidden; }
.categories-block .category header h4 {
  margin: 0 0 10px; }
.categories-block .category header h4 a {
  color: #222; }
.categories-block .category header h4 a:hover {
  color: #169;
  text-decoration: none; }
.categories-block .category:last-child {
  padding-bottom: 0; }
@media (max-width: 480px) {
  .categories-block .category .category-thumb {
    float: none;
    margin: 0 0 20px; } }

.product-list article {
  margin-bottom: 20px; }

.product-list .product-thumb {
  float: left;
  text-align: center;
  width: 95px;
  margin: 0 15px 0 0; }
  .product-list .product-thumb img {
    max-height: 150px; }

.product-list header {
  overflow: hidden; }
  .product-list header h5 {
    margin: 0;
    font-weight: 400; }
    .product-list header h5 a {
      color: #222; }
      .product-list header h5 a:hover {
        text-decoration: none;
        color: #169; }

.error-block {
  text-align: center;
  font-size: 18px; }
  .error-block h2 {
    margin: 0 0 20px;
    color: #c00;
    font-size: 50px; }

.contactform {
  max-width: 700px; }
  .contactform .row {
    margin-bottom: 20px; }
    .contactform .row:last-child {
      margin-bottom: 0; }
  .contactform label {
    display: block;
    font-weight: 700;
    margin-bottom: 5px; }
  .contactform input {
    width: 100%; }
  .contactform textarea {
    width: 100%;
    height: 200px;
    resize: none; }
  .contactform .btnsection input {
    width: auto; }
  .contactform .hint {
    margin: 0 0 20px !important; }
  .contactform #ContactForm_verifyCode {
    max-width: 200px; }

#footer {
  background: #373737;
  color: #fff; }
  #footer .footer-bottom {
    background: #2c2c2c;
    padding: 15px 0;
    color: #969696; }
    #footer .footer-bottom .footer-bottom-holder {
      padding: 0 30px; }
    #footer .footer-bottom p {
      margin: 0; }
  #footer .footer-title {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px; }
  #footer .footer-top {
    padding: 50px 0; }
    #footer .footer-top .footer-top-holder {
      padding: 0 15px; }
    #footer .footer-top .footer-logo {
      max-width: 134px;
      display: inline-block;
      vertical-align: top;
      margin-bottom: 10px; }
      #footer .footer-top .footer-logo img {
        width: 100%; }
      #footer .footer-top .footer-logo:hover img {
        opacity: 1; }
    #footer .footer-top .block {
      float: left;
      padding: 0 15px; }
    #footer .footer-top .footer-block-1 {
      width: 41.6667%;
      color: #d7d7d7; }
    #footer .footer-top .footer-block-2 {
      width: 25%; }
    #footer .footer-top .footer-block-3 {
      width: 33.3333%; }
    #footer .footer-top .footer-category-list li {
      margin: 0 0 10px; }
      #footer .footer-top .footer-category-list li:last-child {
        margin: 0; }
      #footer .footer-top .footer-category-list li a {
        color: #fff;
        padding: 0 0 5px;
        border-bottom: 1px solid #373737; }
        #footer .footer-top .footer-category-list li a:hover {
          text-decoration: none;
          border-bottom: 1px solid #fff; }
    #footer .footer-top .tagcloud a {
      background: #4b4b4b;
      border-color: #4b4b4b;
      color: #fff; }
      #footer .footer-top .tagcloud a:hover {
        text-decoration: none;
        color: #fff;
        border-color: #ff6600;
        background-color: #ff6600; }
  @media (max-width: 1023px) {
    #footer .footer-top {
      padding: 20px 0 35px; }
      #footer .footer-top .footer-top-holder {
        padding: 0; }
      #footer .footer-top .block {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
        padding: 0 10px; }
        #footer .footer-top .block:last-child {
          margin-bottom: 0; }
    #footer .footer-bottom {
      text-align: center; } }

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

#wrapper {
  background: #f9f9f9;
  position: relative;
  width: 100%;
  -webkit-transition: margin 0.3s;
  transition: margin 0.3s; }

@media (max-width: 480px) {
  #mobile-menu {
    margin-left: -216px; } }

html.mm-opening,
html.mm-opening body {
  position: relative;
  height: 100%; }

html.mm-opening #wrapper {
  margin-left: 340px; }

html.mm-opening .header {
  margin-left: 340px; }

html.mm-opening #mobile-menu {
  margin-left: 0; }

html.mm-opening #wrapper:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  content: ''; }

@media (max-width: 480px) {
  html.mm-opening #wrapper {
    margin-left: 216px; }
  html.mm-opening .header {
    margin-left: 216px; } }

.container {
  max-width: 1170px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto; }
  @media (max-width: 1023px) {
    .container {
      padding: 0 10px; } }
  @media (max-width: 767px) {
    .container {
      padding: 0 5px; } }

.banner {
  text-align: center;
  padding: 30px; }
  .banner a {
    display: inline-block;
    vertical-align: top; }
  .banner p {
    margin: 0; }
  @media (max-width: 767px) {
    .banner {
      padding: 30px 10px; } }

.bg-stretch {
  background: #f9f9f9;
  background-position: 50% 50%;
  background-size: cover; }

.visual-photo {
  height: 500px;
  position: relative; }
  .visual-photo:before {
    content: '';
    background: url(../images/visual-photo-bg.png) repeat-x 0 0;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .visual-photo .text-block-wrap {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%; }
  .visual-photo .text-block {
    padding: 0 30px;
    color: #fff;
    font-size: 16px; }
    .visual-photo .text-block h1 {
      color: #fff;
      font-size: 48px;
      line-height: 1.077;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75); }
    .visual-photo .text-block .article-date {
      color: #fff; }
  @media (max-width: 767px) {
    .visual-photo {
      height: 300px; }
      .visual-photo .text-block-wrap {
        bottom: 20px; }
      .visual-photo .text-block {
        padding: 0 10px;
        font-size: 14px; }
        .visual-photo .text-block h1 {
          font-size: 30px;
          margin: 10px 0; } }
  @media (max-width: 480px) {
    .visual-photo {
      height: 200px; }
      .visual-photo .text-block-wrap {
        bottom: 10px; }
      .visual-photo .text-block {
        font-size: 12px;
        line-height: 1.166;
        padding: 0 5px; }
        .visual-photo .text-block h1 {
          font-size: 20px; } }

.content img {
  margin-bottom: 20px; }

.banner-sidebar .banner-sidebar-holder {
  text-align: center; }
  .banner-sidebar .banner-sidebar-holder p {
    margin: 0; }
  .banner-sidebar .banner-sidebar-holder a {
    display: inline-block;
    vertical-align: top; }

@media (max-width: 1024px) {
  .banner-sidebar {
    text-align: center; }
    .banner-sidebar .banner-sidebar-holder {
      display: inline-block;
      vertical-align: top; } }

.sidebar-indent {
  margin-bottom: 40px; }
  .sidebar-indent:last-child {
    margin-bottom: 0; }

.main-content {
  padding: 30px;
  background-color: #fff; }
  @media (max-width: 767px) {
    .main-content {
      padding: 10px; } }

#content {
  float: left;
  width: calc(100% - 270px); }
  @media (max-width: 1024px) {
    #content {
      margin: 0 0 30px;
      width: 100%; } }

.content-top {
  margin-bottom: 40px; }

#sidebar {
  width: 250px;
  margin-left: -350px;
  float: right;
  overflow: hidden; }
  @media (max-width: 1024px) {
    #sidebar {
      float: none;
      width: 100%;
      margin: 0; } }

.block-title {
  display: block;
  border-bottom: 1px solid #d6d6d6;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 20px; }
  .block-title span {
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #ff6600;
    margin-bottom: -1px;
    padding-bottom: 5px; }

.tagcloud {
  margin-top: -10px; }
  .tagcloud a {
    border: 1px solid #dadada;
    border-radius: 3px;
    color: #7a7a7a;
    font-size: 13px;
    padding: 7px 9px;
    display: inline-block;
    vertical-align: top;
    margin: 10px 10px 0 0; }
    .tagcloud a:hover {
      text-decoration: none;
      color: #fff;
      border-color: #ff6600;
      background-color: #ff6600; }

.article-date {
  color: #bbb;
  font-size: 12px;
  line-height: 1.2;
  margin: 0; }

.search-form {
  position: relative; }
  .search-form .search-btn {
    position: absolute;
    top: 1px;
    right: 1px; }
  .search-form input {
    padding-right: 40px;
    width: 100%; }
  .search-form .search-btn {
    background: #fff;
    border: none;
    padding: 0;
    height: 38px;
    width: 40px;
    text-align: center;
    color: #7a7a7a;
    font-size: 16px; }
    .search-form .search-btn:hover {
      color: #222; }

.newsletter-form input {
  width: 100%;
  outline: none; }

.newsletter-form p:last-child {
  margin-bottom: 0; }

.newsletter-form.newsletter-form-footer {
  margin: 25px 0 0; }
  .newsletter-form.newsletter-form-footer input,
  .newsletter-form.newsletter-form-footer button {
    display: block;
    float: left; }
  .newsletter-form.newsletter-form-footer input {
    overflow: hidden;
    width: 60%;
    margin: 0 1% 0 0; }
  .newsletter-form.newsletter-form-footer button {
    width: 39%; }

@media (max-width: 1024px) {
  .newsletter-form.newsletter-form-footer {
    max-width: 400px;
    margin: 25px auto 0; } }

@media (max-width: 480px) {
  .newsletter-form.newsletter-form-footer input,
  .newsletter-form.newsletter-form-footer button {
    width: 100%;
    display: block; }
  .newsletter-form.newsletter-form-footer input {
    margin-bottom: 10px; } }

.slider {
  margin-bottom: 40px; }
  .slider .featured-big,
  .slider .featured-small {
    overflow: hidden;
    float: left; }
    .slider .featured-big .img,
    .slider .featured-small .img {
      display: block;
      position: relative;
      background-position: 50% 50%;
      background-size: cover;
      -webkit-transition: opacity .2s ease-in-out;
              transition: opacity .2s ease-in-out; }
      .slider .featured-big .img:hover,
      .slider .featured-small .img:hover {
        opacity: .8; }
      .slider .featured-big .img .featured-header,
      .slider .featured-small .img .featured-header {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%; }
        .slider .featured-big .img .featured-header h2,
        .slider .featured-small .img .featured-header h2 {
          color: #fff;
          margin: 0 0 10px; }
        .slider .featured-big .img .featured-header h2:hover,
        .slider .featured-small .img .featured-header h2:hover {
          color: #169 !important;}

        .slider .featured-big .img .featured-header .article-date,
        .slider .featured-small .img .featured-header .article-date {
          color: rgba(255, 255, 255, 0.5); }
        .slider .featured-big .img .featured-header .article-date:hover,
        .slider .featured-small .img .featured-header .article-date:hover {
          color: #169 !important; }
  .slider .featured-big {
    width: 66%; }
    .slider .featured-big .featured-header {
      padding: 50px 50px 30px 30px; }
    .slider .featured-big .img {
      height: 400px; }
  .slider .featured-small {
    width: 34%; }
    .slider .featured-small .featured-header {
      padding: 45px 30px 30px; }
      .slider .featured-small .featured-header h2 {
        font-size: 21px;
        line-height: 1.19; }
    .slider .featured-small .img {
      height: 200px; }
  .slider .large-block {
    overflow: hidden; }
    .slider .large-block .img {
      display: block;
      position: relative;
      background-position: 50% 50%;
      background-size: cover;
      -webkit-transition: opacity .2s ease-in-out;
              transition: opacity .2s ease-in-out;
      height: 500px; }
      .slider .large-block .img:hover {
        opacity: .8; }
      .slider .large-block .img .featured-header {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 45px 30px 30px; }
        .slider .large-block .img .featured-header h2 {
          color: #fff;
          margin: 0 0 10px; }
        .slider .large-block .img .featured-header p {
          color: #fff; }
        .slider .large-block .img .featured-header .article-date {
          color: rgba(255, 255, 255, 0.5); }
  @media (max-width: 767px) {
    .slider .featured-big,
    .slider .featured-small {
      width: 100%;
      float: none; }
      .slider .featured-big .img,
      .slider .featured-small .img {
        height: 389px; }
    .slider .large-block .img {
      height: 389px; } }
  @media (max-width: 767px) {
    .slider .featured-big .featured-header,
    .slider .featured-small .featured-header {
      padding: 5px 30px; }
      .slider .featured-big .featured-header .article-date,
      .slider .featured-small .featured-header .article-date {
        display: none; }
    .slider .featured-big .featured-header h2,
    .slider .large-block .featured-header h2 {
      font-size: 21px;
      line-height: 1.19; } }
  @media (max-width: 480px) {
    .slider .featured-big .img,
    .slider .featured-small .img {
      height: 259px; } }

/*social-networks*/
.social-networks {
  letter-spacing: -5px; }
  .social-networks li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    margin: 0 5px 10px; }
    .social-networks li a {
      background: #4b4b4b;
      border: 1px solid #4b4b4b;
      border-radius: 3px;
      text-align: center;
      width: 40px;
      height: 40px;
      font-size: 18px;
      line-height: 40px;
      display: inline-block;
      vertical-align: top;
      color: #e3e3e3; }
    .social-networks li:first-child {
      margin-left: 0; }
    .social-networks li:hover.rss a {
      background: #fb6405;
      border-color: #fb6405; }
    .social-networks li:hover.facebook a {
      background: #3b5998;
      border-color: #3b5998; }
    .social-networks li:hover.twitter a {
      background: #55acee;
      border-color: #55acee; }
    .social-networks li:hover.instagram a {
      background: #3f729b;
      border-color: #3f729b; }
    .social-networks li:hover.google-plus a {
      background: #dc4e41;
      border-color: #dc4e41; }
  .social-networks.social-networks-header {
    float: none;
    margin-left: auto;
    margin-right: 50px;
    letter-spacing: 0; }
    .social-networks.social-networks-header li {
      width: 20px;
      height: 20px;
      margin: 0 2px;
      display: block;
      float: left;
      letter-spacing: 0; }
      .social-networks.social-networks-header li a {
        width: 20px;
        height: 20px;
        font-size: 10px;
        line-height: 20px; }
      .social-networks.social-networks-header li:first-child {
        margin-left: 0; }
  @media (max-width: 480px) {
    .social-networks.social-networks-header {
      display: none; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  opacity: 0; }
  .slick-prev:before,
  .slick-next:before {
    font-family: 'FontAwesome'; }
  @media (max-width: 1024px) {
    .slick-prev,
    .slick-next {
      opacity: 1; } }

.slider:hover .slick-prev,
.slider:hover .slick-next {
  opacity: 1; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: black; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-size: 30px;
  line-height: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 0;
  z-index: 15; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '\f104'; }

[dir='rtl'] .slick-prev:before {
  content: '\f105'; }

.slick-next {
  right: 0; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '\f105'; }

[dir='rtl'] .slick-next:before {
  content: '\f104'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  /* font-family: 'slick'; */
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }
/*# sourceMappingURL=main.css.map */