/*! 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-wrap .nav-wrap-header-respons ul, #nav ul, .recent-post, .categories-list, .meta, .meta-footer, .pagination, .post-pagination, .social-networks, .footer-meta-wrapper .social-default .social-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix: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: #000;
  background: #fff;
  font: 13px/1.75 "Muli", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Muli", sans-serif;
  font-weight: 600;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

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

p {
  margin: 0 0 1em; }

a {
  color: #000;
  text-decoration: none; }
  a:hover, a:focus {
    color: #909090; }

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 #909090;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #000; }
  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: #909090; }
  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: #909090; }
  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: #909090; }
  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: #909090; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #909090; }

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

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?q50baf");
  src: url("../fonts/icomoon.eot?q50baf#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?q50baf") format("truetype"), url("../fonts/icomoon.woff?q50baf") format("woff"), url("../fonts/icomoon.svg?q50baf#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-right:before {
  content: "\f105"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-rss:before {
  content: "\f09e"; }

.icon-google-plus:before {
  content: "\f0d5"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-menu:before {
  content: "\f0c9"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-pinterest:before {
  content: "\f231"; }

.icon-search:before {
  content: "\f002"; }

.icon-caret-down:before {
  content: "\f0d7"; }

.logo-block {
  padding: 70px 0 10px 0;
  text-align: center;
  display: block; }
  .logo-block a {
    display: inline-block;
    vertical-align: top;
    max-width: 200px; }

.banner-header {
  text-align: center;
  margin-bottom: 20px; }
  .banner-header a {
    display: inline-block;
    vertical-align: top; }

.nav-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  z-index: 999; }
  .nav-wrap .nav-wrap-header {
    height: 40px; }
  .nav-wrap .nav-wrap-header-desktop {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .nav-wrap .right-header-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 0 auto; }
  .nav-wrap .nav-wrap-header-respons {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 15px 24px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }
    .nav-wrap .nav-wrap-header-respons ul {
      text-transform: uppercase;
      font-family: "Raleway", sans-serif;
      font-weight: 500; }
      .nav-wrap .nav-wrap-header-respons ul ul {
        padding: 0 0 0 10px; }
    .nav-wrap .nav-wrap-header-respons .drop-nav {
      display: none; }
      .nav-wrap .nav-wrap-header-respons .drop-nav.open {
        display: block; }
  .nav-wrap .social-networks-header-respons {
    display: none;
    float: left;
    padding: 8px 0; }
  .nav-wrap.open-menu .nav-wrap-header-respons {
    display: block; }
  @media (max-width: 1023px) {
    .nav-wrap .nav-wrap-header-desktop {
      display: none; }
    .nav-wrap .nav-wrap-header-respons {
      /* display:block; */ }
    .nav-wrap .social-networks-header-respons {
      display: block; } }

.search-block {
  position: relative;
  padding: 12px 10px;
  margin-left: 10px; }
  .search-block .icon {
    font-size: 16px;
    line-height: 16px;
    cursor: pointer; }
  .search-block .search-header {
    display: none;
    position: absolute;
    top: 100%;
    right: 0; }
    .search-block .search-header.show-search-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .search-block .search-header .header-search {
      width: 100%;
      height: 36px;
      padding: 9px 100px 9px 15px;
      border: 1px solid #000;
      color: #909090;
      min-width: 200px; }
      .search-block .search-header .header-search:focus {
        outline: none; }
    .search-block .search-header .subscribe-submit {
      position: absolute;
      top: 0;
      right: 0;
      height: 36px;
      border: 1px solid #000;
      border-left: none;
      background-color: #000;
      color: #fff;
      padding: 0 10px;
      margin: 0;
      line-height: 36px; }
      .search-block .search-header .subscribe-submit:before {
        border-color: transparent #000 transparent transparent;
        border-style: solid;
        border-width: 16px 15px 16px 0;
        content: "";
        height: 0;
        left: -15px;
        position: absolute;
        top: 1px;
        width: 0; }
      .search-block .search-header .subscribe-submit:hover {
        background-color: #909090; }
        .search-block .search-header .subscribe-submit:hover:before {
          border-color: transparent #909090 transparent transparent; }

#nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase; }
  #nav ul li {
    position: relative; }
    #nav ul li a {
      margin-right: 20px;
      line-height: 40px; }
    #nav ul li.active a {
      color: #909090; }
    #nav ul li .drop-nav {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background-color: #fff;
      width: 200px; }
      #nav ul li .drop-nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        line-height: 1;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); }
        #nav ul li .drop-nav ul li {
          border-bottom: 1px solid #e5e5e5; }
          #nav ul li .drop-nav ul li:last-child {
            border-bottom: none; }
          #nav ul li .drop-nav ul li a {
            margin: 0;
            line-height: 1.1;
            display: block;
            padding: 10px 5px; }
            #nav ul li .drop-nav ul li a:hover {
              background-color: #000;
              color: #fff; }
    #nav ul li:hover .drop-nav {
      display: block; }

.nav-btn {
  display: none;
  float: right;
  font-size: 26px;
  line-height: 28px;
  padding: 6px 11px; }
  @media (max-width: 1023px) {
    .nav-btn {
      display: block;
      height: 40px; } }
  .nav-btn:focus {
    color: #000; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -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;
  margin-left: auto;
  margin-right: auto; }

.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; }

.index-slider {
  position: relative; }
  .index-slider .slide {
    outline: none; }
  .index-slider .slick-dots {
    position: absolute;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: -35px;
    left: 0;
    width: 100%;
    background: #000;
    height: 35px;
    text-align: center;
    font-size: 13px;
    line-height: 35px; }
    .index-slider .slick-dots li {
      display: inline-block;
      vertical-align: top;
      height: 35px;
      width: 35px; }
      .index-slider .slick-dots li button {
        border-style: none;
        background-color: transparent;
        margin: 0;
        padding: 0;
        color: #fff;
        width: 100%;
        outline: none; }
      .index-slider .slick-dots li.slick-active button {
        background-color: #fff;
        color: #000; }
      .index-slider .slick-dots li:hover button {
        background-color: #fff;
        color: #000;
        width: 100%; }

.images-slider-content {
  margin-bottom: 20px; }
  .images-slider-content .slide {
    outline: none; }
  .images-slider-content .slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    width: 35px;
    height: 35px;
    background-color: #000;
    border-style: none;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear; }
    .images-slider-content .slick-arrow:hover, .images-slider-content .slick-arrow:focus {
      outline: none; }
    .images-slider-content .slick-arrow:before {
      font-family: 'icomoon';
      font-size: 24px;
      line-height: 35px;
      color: #fff;
      opacity: 0.75; }
    .images-slider-content .slick-arrow:hover {
      background-color: #fff; }
      .images-slider-content .slick-arrow:hover:before {
        color: #000; }
  .images-slider-content .slick-prev {
    left: 10px; }
    .images-slider-content .slick-prev:before {
      content: '\f104'; }
  .images-slider-content .slick-next {
    left: auto;
    right: 10px; }
    .images-slider-content .slick-next:before {
      content: '\f105'; }

#footer {
  background-color: #ebebeb;
  padding: 60px 0; }

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px; }
  .footer-container .block {
    width: 33.333%;
    padding: 0 15px; }
  .footer-container .title-footer {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.84;
    text-align: center; }
  @media (max-width: 767px) {
    .footer-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .footer-container .block {
        width: 100%;
        margin-bottom: 20px; }
        .footer-container .block:last-child {
          margin-bottom: 0; } }

.tags-list {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  margin: 0 -1px; }
  .tags-list a {
    display: inline-block;
    vertical-align: top;
    margin: 0 1px 5px 1px;
    padding: 0.3em 0.8em;
    color: #000;
    background-color: #f5f5f5;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear; }
    .tags-list a:hover {
      background-color: #000;
      color: #fff; }

.recent-post li {
  margin-bottom: 20px; }
  .recent-post li:last-child {
    margin-bottom: 0; }

.recent-post .recent-post-title {
  margin: 0 0 5px;
  font-weight: 600; }

.recent-post .recent-date {
  font-family: "Merriweather", serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  color: #909090; }

.subscribe-form .row-form {
  position: relative; }
  .subscribe-form .row-form input {
    width: 100%;
    height: 36px;
    padding: 9px 100px 9px 15px;
    border: 1px solid #000;
    color: #909090; }
    .subscribe-form .row-form input:focus {
      outline: none; }
  .subscribe-form .row-form .subscribe-submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 36px;
    border: 1px solid #000;
    border-left: none;
    background-color: #000;
    color: #fff;
    padding: 0 10px;
    margin: 0;
    line-height: 36px; }
    .subscribe-form .row-form .subscribe-submit:before {
      border-color: transparent #000 transparent transparent;
      border-style: solid;
      border-width: 16px 15px 16px 0;
      content: "";
      height: 0;
      left: -15px;
      position: absolute;
      top: 1px;
      width: 0; }
    .subscribe-form .row-form .subscribe-submit:hover {
      background-color: #909090; }
      .subscribe-form .row-form .subscribe-submit:hover:before {
        border-color: transparent #909090 transparent transparent; }

#wrapper {
  background-color: #fff; }

.container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px; }

.ie-stickyFooter {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex; }

#wrapper {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  min-height: 100vh;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  z-index: 3; }

#main {
  padding-bottom: 60px; }

.main-container {
  position: relative;
  z-index: 2;
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

#footer {
  position: relative;
  z-index: 2; }

.slider-index {
  margin-bottom: 60px; }
  .slider-index img {
    width: 100%; }
  .slider-index .slide {
    position: relative; }
    .slider-index .slide .slide-content {
      text-align: center;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 20px 10px;
      background-color: rgba(255, 255, 255, 0.5); }
      .slider-index .slide .slide-content h3 {
        margin: 0 0 10px; }
      .slider-index .slide .slide-content .posts-link {
        text-transform: uppercase; }
  @media (max-width: 480px) {
    .slider-index .slide .slide-content {
      padding: 10px 5px; }
      .slider-index .slide .slide-content h3 {
        font-size: 18px; } }

.images-slider-content .slide img {
  width: 100%; }

.categories-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px 5px; }
  .categories-list li {
    width: 20%;
    padding: 0 10px 20px 10px; }
    .categories-list li a {
      position: relative;
      text-align: center;
      width: 100%;
      height: 100%;
      display: block;
      box-shadow: inset 0px 0px 0 2000px rgba(0, 0, 0, 0.5);
      color: #fff;
      padding: 50px 10px;
      background-size: cover !important;
      background-repeat: no-repeat !important;
      background-attachment: fixed;
      background-position: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .categories-list li a h3 {
        margin-bottom: 0; }
  @media (max-width: 767px) {
    .categories-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .categories-list li {
        width: 100%; } }

.categories-post-list {
  overflow: hidden; }
  .categories-post-list article {
    margin-bottom: 30px;
    overflow: hidden; }
    .categories-post-list article:last-child {
      margin-bottom: 0; }
  .categories-post-list .images {
    max-width: 250px;
    float: left;
    margin-right: 20px; }
    .categories-post-list .images a {
      display: block; }
  .categories-post-list .categories-content {
    overflow: hidden; }
    .categories-post-list .categories-content .categories-post-title {
      font-size: 24px;
      line-height: 1.2; }
  @media (max-width: 767px) {
    .categories-post-list .images {
      float: none;
      margin: 0 auto 20px; } }

.main-holder {
  width: 100%;
  overflow: hidden; }
  .main-holder .main-section {
    width: calc(100% - 360px);
    float: left;
    margin-right: 60px; }
  .main-holder .secondary-section {
    float: right;
    width: 300px; }
  @media (max-width: 1023px) {
    .main-holder .main-section {
      margin-right: 0;
      width: 100%; }
    .main-holder .secondary-section {
      width: 100%; } }

.post-title {
  margin-bottom: 25px; }

.images-block {
  margin-bottom: 20px; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 20px; }
  .video-wrapper iframe,
  .video-wrapper object,
  .video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.video-js {
  width: 100% !important;
  height: auto !important; }

.video-container,
p {
  display: block !important; }
  .video-container video,
  p video {
    width: 100% !important;
    height: auto !important; }

.meta {
  font-family: "Merriweather", serif;
  font-size: 12px; }
  .meta li {
    display: inline-block;
    margin-right: 15px; }
  .meta .meta-category .meta-title {
    color: #909090; }
  .meta .meta-category a {
    font-family: "Raleway", sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .meta .meta-date .meta-title {
    color: #909090; }
  .meta .meta-date .entry-date {
    font-family: 'Merriweather';
    font-size: 12px;
    font-style: italic;
    font-weight: 400; }

.meta-footer {
  font-family: "Merriweather", serif;
  font-size: 12px; }
  .meta-footer li {
    display: inline-block;
    margin-right: 15px; }
  .meta-footer .meta-author .meta-title {
    color: #909090; }
  .meta-footer .meta-author a {
    font-family: "Merriweather", serif;
    font-size: 12px;
    font-style: italic;
    font-weight: 400; }

.post-footer {
  padding: 15px 0 10px 0;
  border-color: #e5e5e5;
  border-width: 1px 0 0;
  border-style: solid;
  margin: 30px 0; }

.read-more {
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  line-height: 3.07;
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  margin: 20px 10px 10px 0; }
  .read-more:after {
    font-family: 'icomoon';
    content: "\f105";
    margin-left: 10px;
    vertical-align: central; }

.pagination {
  font-size: 14px;
  text-transform: uppercase; }
  .pagination li {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px 0 0; }
    .pagination li a, .pagination li span {
      border: 1px solid #e5e5e5;
      background-color: #fff;
      display: block;
      padding: 10px 20px;
      transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear; }
    .pagination li:hover a, .pagination li.current a {
      border: 1px solid #000;
      background-color: #000;
      color: #fff; }
    .pagination li.disabled {
      display: none; }
  @media (max-width: 1023px) {
    .pagination {
      text-align: center;
      margin-bottom: 20px; }
      .pagination li a,
      .pagination li span {
        padding: 1px 6px; } }

.post-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px; }
  .post-pagination li .btn {
    border-style: solid;
    border-width: 1px;
    border-color: #e5e5e5;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding: 10px 20px;
    text-transform: uppercase;
    background-color: #fff;
    -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear; }
    .post-pagination li .btn:hover {
      border-color: #000;
      background-color: #000;
      color: #fff; }

/*banners*/
.banner-footer-block {
  margin: 0 auto 60px;
  text-align: center; }
  .banner-footer-block a {
    display: inline-block;
    vertical-align: top; }

.banner-block-secondary {
  text-align: center; }
  .banner-block-secondary .images-banner {
    margin-bottom: 20px; }

.widget {
  margin-bottom: 60px; }
  .widget .widget-title {
    font-size: 13px;
    line-height: 1.84;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
   border-bottom: 3px double #e5e5e5;
    text-align: center;
     }
  .widget:last-child {
    margin-bottom: 0; }

.banner-content {
  margin-bottom: 40px;
  text-align: center; }

.social-networks {
  text-align: center; }
  .social-networks.social-networks-header a {
    border: none;
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 16px; }
  .social-networks li {
    display: inline-block;
    vertical-align: top;
    margin: 0; }
    .social-networks li a {
      border: 1px solid #000;
      display: block;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      padding: 5px;
      font-size: 14px;
      line-height: 20px;
      text-align: center;
      background-color: #fff;
      color: #000;
      transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear; }
      .social-networks li a:hover {
        background-color: #000;
        color: #fff; }

.offers-list .offer-block {
  margin-bottom: 20px;
  overflow: hidden; }
  .offers-list .offer-block .offer-thumb {
    display: table-cell;
    margin-bottom: 10px;
    padding-right: 10px;
    width: 80px; }
  .offers-list .offer-block .offer-info {
    display: table-cell;
    margin-bottom: 5px;
    vertical-align: top; }
    .offers-list .offer-block .offer-info .offer-title {
      margin-bottom: 5px; }
    .offers-list .offer-block .offer-info .offer-date {
      font-family: "Merriweather", serif;
      font-size: 12px;
      font-style: italic;
      font-weight: 400;
      color: #909090; }
  .offers-list .offer-block:last-child {
    margin-bottom: 0; }

.footer-meta-wrapper {
  overflow: hidden;
  border-style: solid;
  border-width: 1px 0;
  border-color: #e5e5e5;
  margin: 30px 0;
  padding: 15px 0 10px; }
  .footer-meta-wrapper .meta-footer {
    float: left; }
  .footer-meta-wrapper .social-default {
    float: right;
    font-size: 14px;
    line-height: 20px; }
    .footer-meta-wrapper .social-default .social-list li {
      display: inline-block;
      vertical-align: top;
      margin-right: 5px; }
      .footer-meta-wrapper .social-default .social-list li.share-title {
        font-family: "Merriweather", serif;
        font-size: 12px;
        line-height: 20px;
        font-style: italic;
        font-weight: 600; }

blockquote {
  margin: 0 0 1em;
  padding: 20px 20px 20px 40px;
  border-left: 4px solid #ebebeb; }

table {
  width: 100%;
  border: 1px solid #ebebeb;
  margin-bottom: 1em; }
  table th,
  table td {
    text-align: left;
    padding: 5px 10px;
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb; }
    table th:last-child,
    table td:last-child {
      border-right: none; }

.error-block {
  text-align: center;
  padding: 50px 10px; }

.contactform .row {
  margin: 0 0 15px; }
  .contactform .row:last-child {
    margin-bottom: 0; }

.contactform label {
  display: inline-block;
  vertical-align: top; }

.contactform input,
.contactform textarea {
  width: 100%;
  border: 1px solid #e5e5e5; }
  .contactform input:focus,
  .contactform textarea:focus {
    outline: none; }

.contactform textarea {
  width: 100% !important;
  height: 180px;
  resize: none; }

.contactform .btn {
  width: auto;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  color: #000;
  padding: 10px 20px;
  outline: none; }
  .contactform .btn:hover {
    background-color: #000;
    color: #fff; }
/*# sourceMappingURL=main.css.map */






/* pranav 29-01-2021*/
h3.block-title{
    display: block;
    border-bottom: 1px solid #d6d6d6;
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 20px;
}
h3.block-title span{
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #ff6600;
    margin-bottom: -1px;
    padding-bottom: 5px;
}
.product-list article {
    margin-bottom: 20px;
    display: inline-block;
}
.product-list .product-thumb {
    float: left;
    text-align: center;
    width: 95px;
    margin: 0 15px 0 0;
}

.product-list header h5 {
    margin: 0;
    font-weight: 400;
    font-size: 13px !important;
    line-height: 1.357 !important;
   font: .9em/1.714 'Arial', Arial, Helvetica, sans-serif !important;
}
.product-list header {
    overflow: hidden;
}
.product-list header h5 a {
    color: #222;
    font-size: 13px;
    line-height: 1.357 !important;
    font-weight: 400;
}
.widget .widget-title {
    font-size: 13px;
    line-height: 1.84;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
    border-bottom: 1px double #e5e5e5;
    text-align: left;
}
h4.widget-title span {
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #ff6600;
    margin-bottom: -1px;
    padding-bottom: 5px;
}






