/*
Theme Name: MarketReview
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: MarketReview
Tags: one-column, two-columns
Theme URI:
*/
/*! 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.
 */
.widget_recent_entries h4{
  display: none;
}
.widget_recent_entries_from_category h4{
  display: none;
}
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; }

iframe{
  width: 100%;
}  

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

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?s7jupq");
  src: url("fonts/icomoon.eot?s7jupq#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?s7jupq") format("truetype"), url("fonts/icomoon.woff?s7jupq") format("woff"), url("fonts/icomoon.svg?s7jupq#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-login:before {
  content: "\e900"; }

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

.icon-close:before {
  content: "\f00d"; }

.icon-sign-out:before {
  content: "\f08b"; }

.icon-sign-in:before {
  content: "\f090"; }

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

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

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

.icon-youtube:before {
  content: "\f167"; }

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

.icon-user-plus:before {
  content: "\f234"; }

.icon-user:before {
  content: "\f2c0"; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after {
  content: '';
  display: block;
  clear: both; }

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

html {
  box-sizing: border-box;
  color: #303030;
  font: 14px/1.857 "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: .52px; }

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

* {
  max-height: 1000000px; }

body {
  background: #fff;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.857em; }

blockquote {
  border-left: 4px solid #999;
  padding-left: .5em;
  margin-left: 1.857em; }

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

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

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 #303030;
  padding: .25em .5em;
  color: #303030; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #477fec; }
  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: #999; }
  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: #999; }
  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: #999; }
  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: #999; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #999; }

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

@media (min-width: 1024px) {
  .two-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
  
.two-columns.wrap-content {
max-width: none;}
.two-columns.wrap-content-nosidebar {
max-width: 1260px;
padding-right: 20px;
padding-left: 20px;
margin: 0 auto;}
@media (min-width: 1024px) {
  .two-columns #content {
    width: calc(100% - 32.034%);
    padding-right: 40px; }
  .two-columns .acrchive-posts{
  display: flex;
    flex-wrap: wrap;
  } 
  .two-columns .post{
  width: calc(50% - 40px);
  margin: 0 20px 34px;
  }
  .two-columns .post-single {
    margin: 0 20px 34px;
    width: calc(100% / 3 - 40px);
  }
  .archive .post-header h1{
   font-size: 20px;
  }
  .blog .post-header h1{
   font-size: 20px;
  }
  .search .post-header h1 {
    font-size: 20px;
  }
  .acrchive-posts .author > h2 {
    font-size: 20px;
  }
}
  
.two-columns #content:only-child {
  width: 100%;
  padding-right: 0; }
  .two-columns #content:only-child:before {
    right: -200%; } 

.two-columns > .widget { max-width: 32%; }

@media (max-width: 1024px) {
  .two-columns > .widget { max-width: 100%; }
}

@media (min-width: 1024px) {
  .two-columns #sidebar {
    /*width: 31.034%;*/
    padding-left: 40px; } }

.widget {
  margin-bottom: 1.857em; }
  .widget ul {
   /* padding-left: 2em;*/ }
  .widget select {
    min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  display: block;
  margin-bottom: 4px; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.search-form {
  margin-bottom: 15px; }
  .search-form input {
    float: left;
    height: 2em; }
    .search-form input[type='search'] {
      margin: 0 4px 0 0;
      width: 150px; }

.post-password-form input {
  float: left;
  height: 2em; }
  .post-password-form input[type='password'] {
    width: 150px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #333;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 .5em; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    opacity: 0.8; }

.commentlist {
  margin: 0 0 1.857em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.857em 4px 0; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.857em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 1.857em; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px; }
    
    .main-menu .link-custom{
      display: block !important;
    }
    .main-menu .link-custom a:before{
      content: '<';
      margin-right: 5px;
    }
    
  }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    background: #333;
    color: #fff;
    padding: .4em;
    text-decoration: none; }
    @media (max-width: 767px) {
      .navigation .next,
      .navigation .prev,
      .navigation-comments .next,
      .navigation-comments .prev {
        padding: 2px 8px; }
      .nav-links{text-align: center;}}
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      opacity: 0.8; }

.navigation-single {
  margin-bottom: 1.857em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: #333;
    color: #fff;
    text-decoration: none; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      opacity: 0.8; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none;
      padding: .4em;
      display: block; }
      @media (max-width: 767px) {
        .navigation-single .next a,
        .navigation-single .prev a {
          padding: .2em; } }
  .navigation-single .next {
    float: right; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #999;
  padding: .4em;
  margin-bottom: 1.857em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.857em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.857em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.857em; }

.mejs-container {
  margin-bottom: 1.857em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

@media (max-width: 1023px) {
  iframe {
    width: 100%; }
    .main-menu .link-custom{
    display: block !important;
  }
  .main-menu .link-custom a:before{
    content: '<';
    margin-right: 5px;
  }
}

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #999; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-weight: 900;
  margin: 0 0 20px;
  color: #303030;
  line-height: 1; }

h1, .h1 {
  font-size: 30px; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 54px; }
  }
h2 > a, .h2 > a{color: #303030; text-decoration: none;}
h2 > a:hover, .h2 > a:hover{color: #5f8ade;}
h2, .h2 {
  font-size: 36px; }
h3, .h3, .post-list h3 {
  font-size: 20px; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 36px; } }
h4, .h4 {
  font-size: 36px; }

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

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

p {
  margin: 0 0 1.857em; }

strong {
  color: #303030; }

a {
  color: #477fec;
  -webkit-transition: color 0.3s;
          transition: color 0.3s; }
  a:hover, a:focus {
    text-decoration: none; }

#header {
  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;
  max-width: none;
  padding-top: 20px;
  padding-bottom: 23px;
  background-color: #303030; }  
  @media (min-width: 1350px) {
    #header {
      color: #fff; }
  }

.nav-utilities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 15px 15px 15px 30px;
  font-size: .875em; }
  @media (min-width: 1350px) {
    .nav-utilities {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      float: right;
      margin-top: 12px;
      padding: 0;
      border: none; } }
  .nav-utilities a {
    display: inline-block;
    margin: 0 10px;
    vertical-align: top;
    text-decoration: none;
    letter-spacing: 1.75px;
    text-transform: uppercase;
    color: inherit; }
    @media (min-width: 1350px) {
      .nav-utilities a {
        margin: 0 8px; } }
    @media (min-width: 1680px) {
      .nav-utilities a {
        margin: 0 17px; } }
    .nav-utilities a:hover {
      color: #477fec; }
  .nav-utilities .text {
    margin-right: 3px;
    font-weight: bold;
    vertical-align: middle;
    color: #477fec; }
    @media (min-width: 1350px) {
      .nav-utilities .text {
        opacity: .5;
        font-weight: normal;
        color: inherit; } }
    .nav-utilities .text + span {
      font-size: 1.5em;
      vertical-align: middle; }
  @media (min-width: 1350px) {
    .nav-utilities .popup-holder {
      margin-left: 15px; }
      .nav-utilities .popup-holder:before {
        content: '';
        position: absolute;
        z-index: -1;
        top: -32px;
        right: -50px;
        bottom: -31px;
        width: calc(50px + 34px);
        background-color: #242424; } }
  @media (min-width: 1680px) {
    .nav-utilities .popup-holder {
      margin-left: 62px; }
      .nav-utilities .popup-holder:before {
        width: calc(50px + 68px); } }
  .nav-utilities .popup-holder .popup {
    display: block !important;
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    padding-right: 4em;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    -webkit-filter: blur(0px);
            filter: blur(0px); }
    @media (min-width: 1350px) {
      .nav-utilities .popup-holder .popup {
        top: -32px;
        bottom: -31px;
        background-color: #242424;
    left: -300px; } }
    .nav-utilities .popup-holder .popup:after {
      content: '';
      display: inline-block;
      width: 0;
      min-height: 100%;
      vertical-align: middle; }
    .nav-utilities .popup-holder .popup > * {
      display: inline-block;
      max-width: 100%;
      vertical-align: middle;
      white-space: normal; }
  .nav-utilities .popup-holder .popup-open {
    margin-right: 0;
    font-size: 1.5em; }
  .nav-utilities .popup-holder.popup-active .popup {
    -webkit-transform: rotateY(0deg) !important;
            transform: rotateY(0deg) !important; }

.popup {
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
  -webkit-transform: rotateY(90deg) !important;
          transform: rotateY(90deg) !important;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right; }
  .popup .popup-close {
    position: absolute;
    top: 50%;
    right: 15px;
    margin: 0;
    font-size: 2em;
    color: #303030;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media (min-width: 1350px) {
      .popup .popup-close {
        right: 0;
        color: #fff; } }
    .popup .popup-close:hover {
      color: #477fec; }

.header-search-form {
  width: 100%; }
  .header-search-form input {
    width: 100%;
    max-width: none; }
  .header-search-form input[type='submit'] {
    position: absolute;
    top: -9999px; }

.nav-active:before {
  content: '';
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5); }
  @media (min-width: 1350px) {
    .nav-active:before {
      display: none; } }

.nav-opener {
  display: inline-block;
  width: 40px;
  text-align: center;
  text-indent: -9999px;
  border: 3px solid #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.3s, border-color 0.3s;
          transition: background-color 0.3s, border-color 0.3s; }
  @media (min-width: 1350px) {
    .nav-opener {
      display: none; } }
  .nav-opener span, .nav-opener:before, .nav-opener:after {
    content: '';
    display: block;
    width: 85%;
    height: 3px;
    margin: 4px auto 4px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s; }
  .nav-opener:hover {
    border-color: #477fec; }
    .nav-opener:hover span, .nav-opener:hover:before, .nav-opener:hover:after {
      background-color: #477fec; }
  .nav-opener.nav-close {
    box-shadow: none;
    position: absolute;
    z-index: 1;
    width: auto;
    height: 26px;
    width: 26px;
    left: 5px;
    top: 14px; }
    .nav-opener.nav-close:before, .nav-opener.nav-close:after {
      position: absolute;
      top: 50%;
      width: 20px;
      background-color: #477fec;
      margin: -3px auto 0px; }
    .nav-opener.nav-close:before {
      -webkit-transform: translateY(50%) rotate(45deg);
          -ms-transform: translateY(50%) rotate(45deg);
              transform: translateY(50%) rotate(45deg); }
    .nav-opener.nav-close:after {
      -webkit-transform: translateY(50%) rotate(-45deg);
          -ms-transform: translateY(50%) rotate(-45deg);
              transform: translateY(50%) rotate(-45deg); }
    .nav-opener.nav-close:hover {
      border-color: transparent; }
      .nav-opener.nav-close:hover:before, .nav-opener.nav-close:hover:after {
        background-color: #616161; }

.collapse-block {
  overflow: hidden;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }
  @media (min-width: 1350px) {
    .collapse-block {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      overflow: visible;
      position: static;
      width: auto;
      text-align: center;
      background-color: transparent;
      -webkit-transform: translateX(0%);
          -ms-transform: translateX(0%);
              transform: translateX(0%); } }
  .nav-active .collapse-block {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%); }

@media (min-width: 1350px) {
  nav.menu {
    display: inline-block;
    margin-top: 2px;
    vertical-align: top; } }

.main-menu {
  margin: 0;
  padding: 0 15px;
  list-style: none;
  font-size: .857rem;
  position: relative; }
  @media (min-width: 1350px) {    
    .main-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      padding: 0;
  } 
  }
  .main-menu a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: inherit; }
    .main-menu a:hover {
      color: #477fec; }
  .main-menu > li {
    padding: 5px 0;
    border-bottom: 1px solid #616161; } 
    @media (min-width: 1350px) {
      .main-menu > li {
        margin: 0;
        padding: 0;
    position: relative;
        border: none; }}
    .main-menu > li > a {
      padding: 5px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #303030; }
      @media (min-width: 1350px) {
        .main-menu > li > a {
          padding: 10px 26px;
          color: #fff; } }
  .main-menu > .menu-item-has-children:after {
    content: '\f105';
    display: inline-block;
    float: right;
    margin-top: 3px;
    margin-right: 10px;
    font-family: 'icomoon' !important;
    font-size: 2em;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    -webkit-transition: color 0.3s;
            transition: color 0.3s;
    speak: none; }
    @media (min-width: 1350px) {
      .main-menu > .menu-item-has-children:after {
        display: none; } }
  @media (min-width: 1350px) {
    .main-menu > .menu-item-has-children > a:after {
      content: '';
      display: inline-block;
      position: absolute;
      top: 44%;
      right: 1px;
      margin-left: 8px;
      border: 3px solid transparent;
      border-top: 4px solid #477fec;
      -webkit-transition: -webkit-transform 0.3s;
              transition: transform 0.3s;
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transform-origin: 49% 25%;
          -ms-transform-origin: 49% 25%;
              transform-origin: 49% 25%; } }
  @media (min-width: 1680px) {
    .main-menu > .menu-item-has-children > a:after {
      right: 14px; } }
  @media (min-width: 1350px) {
    .main-menu > .menu-item-has-children > .sub-menu {
      display: none;
      top: calc(100% + 23px);
      /*width: calc(100% + 200px);*/
    width: 220px;
    max-width: 220px;
      padding-top: 14px;
    padding-bottom: 14px;
      /*padding-bottom: 27px;*/
      -webkit-transform: translateX(0%);
          -ms-transform: translateX(0%);
              transform: translateX(0%); }  
    .main-menu .link-custom{
      display: none;
    }
  }
  @media (min-width: 1350px) {
    .main-menu > .menu-item-has-children > .sub-menu:before {
      content: '';
      position: absolute;
      top: 0;
      /*right: -100vw;*/
    right: -1vw;
      bottom: 0;
      /*left: -100vw;*/
    left: -1vw;
      background-color: #f2f7fa;
      box-shadow: 0 7px 11px rgba(0, 0, 0, 0.15);
      cursor: auto; } }
  .main-menu > .menu-item-has-children > .sub-menu:before:hover {
    color: #477fec; }
  
  .main-menu > .menu-item-has-children > .sub-menu:before:hover {
    color: #477fec; }
  .main-menu .link-custom a:before{
    content: '<';
    margin-right: 5px;
  }

    .main-menu > .menu-item-has-children > .sub-menu > li {
    margin-bottom: .5px;
    border-top: 1px solid #616161; }
    @media (min-width: 1350px) {
      .main-menu > .menu-item-has-children > .sub-menu > li {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        max-width: 260px;
        border: none; } }
    .main-menu > .menu-item-has-children > .sub-menu > li:last-child {
    background: #f2f7fa;  
      border-bottom: 1px solid #616161; }
    .main-menu > .menu-item-has-children > .sub-menu > li > a {
      padding: 9px 15px;
    display: block;
    font-size: 1rem;
    line-height: 1.2;
      letter-spacing: .5px;
      text-transform: normal;
      color: #616161; }
      .main-menu > .menu-item-has-children > .sub-menu > li > a:hover {
        color: #477fec; }
    
  .main-menu > .menu-item-has-children > .sub-menu .link-custom {
    text-align: center;
    position: relative; }
    @media (min-width: 1350px) {
      .main-menu > .menu-item-has-children > .sub-menu .link-custom {
        display: none; } }
    .main-menu > .menu-item-has-children > .sub-menu .link-custom a {
      color: #477fec;
    font-weight: 700;
      -webkit-transition: opacity 0.3s;
              transition: opacity 0.3s;
      display: block; }
      .main-menu > .menu-item-has-children > .sub-menu .link-custom a:before {
        content: '\f105';
        display: inline-block;
        float: left;
    top: -5px;
    position: relative;
        font-family: 'icomoon' !important;
        font-size: 2em;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        text-transform: none;
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg);
        -webkit-transition: color 0.3s;
                transition: color 0.3s; }
      .main-menu > .menu-item-has-children > .sub-menu .link-custom a:hover {
        opacity: .75; } 
    
  @media (min-width: 1350px) {
    .main-menu > .menu-item-has-children.active > a:before {
      content: '';
      position: absolute;
      top: 100%;
      right: 0;
      bottom: -23px;
      left: 0;
      background: -webkit-linear-gradient(bottom, #477fec 5px, transparent 6px, transparent 100%);
      background: linear-gradient(to top, #477fec 5px, transparent 6px, transparent 100%); }
  .main-menu > li.active > a:before{
    content: '';
      position: absolute;
      top: 100%;
      right: 0;
      bottom: -23px;
      left: 0;
      background: -webkit-linear-gradient(bottom, #477fec 5px, transparent 6px, transparent 100%);
      background: linear-gradient(to top, #477fec 5px, transparent 6px, transparent 100%);
  }
  .single .main-menu > li.active > a:before{
    background: none;
    }}
  .main-menu > .menu-item-has-children:hover:after {
    color: #477fec;
    border-color: #477fec; }
  .main-menu > .menu-item-has-children:hover > a:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  @media (min-width: 1350px) {
    .main-menu > .menu-item-has-children:hover > a:before {
      content: '';
      position: absolute;
      top: 100%;
      right: 0;
      bottom: -23px;
      left: 0;
      background: -webkit-linear-gradient(bottom, #477fec 5px, transparent 6px, transparent 100%);
      background: linear-gradient(to top, #477fec 5px, transparent 6px, transparent 100%); } }
  @media (min-width: 1350px) {
    .main-menu > .menu-item-has-children:hover > .sub-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

/*--------------------Menu animation-------------------------*/
.sub-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  color: #303030;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }
  @media (min-width: 1350px) {
    .sub-menu {
      bottom: auto;
      background-color: transparent; } }
  .sub-menu .sub-menu {
    position: static;
    padding-left: 0;
    border-top: 1px solid #616161;
    background-color: #f2f7fa;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
    @media (min-width: 1350px) {
      .sub-menu .sub-menu {
        padding-left: 0;
        border: none; } }
    .sub-menu .sub-menu li {
      border-bottom: 1px solid #616161; }
      @media (min-width: 1350px) {
        .sub-menu .sub-menu li {
          border: none; } }
      .sub-menu .sub-menu li:last-child {
        border: none; }
    .sub-menu .sub-menu a {
      padding: 9px 15px;
      font-size: 1rem;
      font-weight: normal;
      line-height: 1.2;
      letter-spacing: .6px;
      color: #616161; }
      @media (min-width: 1350px) {
        /*.sub-menu .sub-menu a {
          padding-right: 0; }*/ }
      .sub-menu .sub-menu a:hover {
        color: #477fec; }

.menu-item-has-children.visible > .sub-menu {
  z-index: 1;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%); }

/*GENERAL*/
#wrapper {
  overflow: hidden;
  position: relative; }
  
.fixed-widget {
  position: fixed;
  right: 2px;
  bottom: 7%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border-radius: 4px;
  background-color: rgba(48, 48, 48, 0.5);
  text-decoration: none;
  text-align: center;
  font-size: 25px;
  line-height: 24px;
  -webkit-transition: background-color 0.3s;
          transition: background-color 0.3s;
  z-index: 10;
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.5); }
  @media (min-width: 1024px) {
    .fixed-widget {
      right: 5px;
      width: 40px;
      height: 40px;
      line-height: 40px; } }
  @media (min-width: 1300px) {
    .fixed-widget {
      right: 20px; } }
  .fixed-widget:before {
    display: inline-block;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    position: relative;
    left: -1px;
    color: #fff;
    -webkit-transition: color 0.3s;
            transition: color 0.3s; }
    @media (min-width: 1024px) {
      .fixed-widget:before {
        left: -2px; } }
  .fixed-widget:hover {
    background-color: #303030; }
    .fixed-widget:hover:before {
      color: #477fec; }

.wrap-content {
  max-width: 1260px;
  margin: 0 auto;
  /*padding-right: 30px;*/
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 1024px) {
    .wrap-content {
      padding-right: 50px;
      padding-left: 50px; } }

.btn {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background-color: #477fec;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 1.65em 3em;
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s; }
  .btn:hover {
    opacity: .75; }

.post-wrap #content,
.post-wrap #sidebar {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 1024px) {
    .post-wrap #content,
    .post-wrap #sidebar {
      padding-top: 79px;
      padding-bottom: 79px; } }

.post-wrap #content {
  position: relative; }
  @media (min-width: 1024px) {
    .post-wrap #content:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      right: 0;
      bottom: 0;
      left: -200%;
      background-color: #f2f7fa; }  
  }

.post .features-img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 32px; }
.post .features-img img {
    height: auto;
    max-width: none;
    min-height: 1px;
    min-width: 100%;
    vertical-align: top;
    width: auto;
}  
.post-single .features-img{
  width: 100%;
  margin-bottom: 32px;
}
.post-header {
  margin-bottom: 1em; }
.profil-author{
  margin-bottom: 1em; } 
  @media (min-width: 1024px) {   
    .archive .post-header {
      margin-bottom: 40px; }
  .post-header {
      margin-bottom: 20px;
  }
  .profil-author{
    margin-bottom: 40px;
  }}
  
  .post-header h1 {
    margin-top: -.129em;
    margin-bottom: .295em;
    letter-spacing: 1.2px;
    color: #303030; }
.post-header h1 a{
  margin-top: -.129em;
  margin-bottom: .295em;
  letter-spacing: 1.2px;
  color: #303030;
  text-decoration: none;
}
.post-header h1 a:hover{
  color: #477fec;
}
.post-meta a {
  margin-right: 0;
  font-size: 12px; }  
.border-line{
  margin-left: 9px;
    margin-right: 9px;
}  
.border-line:after{
  content: "|";
  display: inline-block;
}  
.post-tag {
  display: inline-block;
  padding: 1px 8px;
  font-size: 12px;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  background-color: #5f8ade;
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s; }
  .post-tag:hover {
    opacity: .7; }

.post-date {
  display: inline-block;
  opacity: .5;
  vertical-align: middle;
  text-decoration: none;
  color: #616161;
  -webkit-transition: opacity 0.3s, color 0.3s;
          transition: opacity 0.3s, color 0.3s; }
  .post-date:hover {
    opacity: 1;
    color: #477fec; }
  
.post-author {
  display: inline-block;
  opacity: .5;
  vertical-align: middle;
  text-decoration: none;
  color: #616161;
  -webkit-transition: opacity 0.3s, color 0.3s;
          transition: opacity 0.3s, color 0.3s; }
  .post-author:hover {
    opacity: 1;
    color: #477fec; } 

.slick-slider {
  margin-bottom: 15px;
  padding: 6px 36px; }

.slick-slide {
  padding: 0 7px; }
  .slick-slide img {
    margin: 0 auto; }

.slick-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 36px;
  height: 36px;
  font-size: 0;
  border: none;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: background-color 0.3s;
          transition: background-color 0.3s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .slick-arrow:after, .slick-arrow:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 50%;
    width: 18px;
    height: 3px;
    font-size: 14px;
    background-color: #5f8ade;
    -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s; }
  .slick-arrow:after {
    top: 6px; }
  .slick-arrow:before {
    bottom: 6px; }
  .slick-arrow:hover {
    background-color: rgba(95, 138, 222, 0.5); }
    .slick-arrow:hover:after, .slick-arrow:hover:before {
      background-color: #fff; }

.slick-prev {
  left: 6px; }
  .slick-prev:after {
    -webkit-transform: translate(-50%, 150%) rotate(-45deg);
        -ms-transform: translate(-50%, 150%) rotate(-45deg);
            transform: translate(-50%, 150%) rotate(-45deg); }
  .slick-prev:before {
    -webkit-transform: translate(-50%, -150%) rotate(45deg);
        -ms-transform: translate(-50%, -150%) rotate(45deg);
            transform: translate(-50%, -150%) rotate(45deg); }

.slick-next {
  right: 2px; }
  .slick-next:after {
    -webkit-transform: translate(-50%, 150%) rotate(45deg);
        -ms-transform: translate(-50%, 150%) rotate(45deg);
            transform: translate(-50%, 150%) rotate(45deg); }
  .slick-next:before {
    -webkit-transform: translate(-50%, -150%) rotate(-45deg);
        -ms-transform: translate(-50%, -150%) rotate(-45deg);
            transform: translate(-50%, -150%) rotate(-45deg); }

.review-section {
  margin-bottom: 32px; }
  .review-section h4 {
    font-weight: 700;
  font-size: 1.1428rem;
    text-transform: uppercase; }
  #sidebar .news h4 {
    font-size: 1.1428rem;
    font-weight: 700;
    text-transform: uppercase;
 }

.review-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .review-list li {
    margin: 9px 0; }
  .review-list a {
    text-decoration: none;
    letter-spacing: .3px;
    color: #477fec; }
    .review-list a:before {
      content: '\f105';
      margin: 0 9px 0 3px;
      font-family: 'icomoon' !important;
      font-weight: normal;
      font-style: normal;
      font-variant: normal;
      line-height: 1;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .review-list a:hover {
      color: #303030; }

.news-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .news-list li {
    padding: 12px 1px;
    border-bottom: 1px solid #ebebeb; }
    .news-list li:first-child {
      border-top: 1px solid #ebebeb; }
  .news-list a {
    font-weight: bold;
    text-decoration: none;
    letter-spacing: .35px;
    color: #303030; }
    .news-list a:hover {
      color: #477fec; }

.section-intro {
  padding: 30px 0;
  text-align: center;
  background-color: #f2f7fa; }
  @media (min-width: 768px) {
    .section-intro {
      padding: 75px 0 91px;
    padding: 75px 0 20px; } }
    
.intro-block {
  max-width: 1260px;
  margin-bottom: 20px;
  color: #303030; }
  @media (min-width: 768px) {
    .main-services{
  margin-top: 67px; }
  /*.intro-block {
      margin-bottom: 67px; }*/ }
  .intro-block h1 {
    margin-bottom: 1em;
    letter-spacing: .3px; }
    .intro-block h1 strong {
      font-size: 30px;
      font-weight: 900;
      color: #477fec; }
      @media (min-width: 768px) {
        .intro-block h1 strong {
          font-size: 1em; } }

.services-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
    justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
  padding-top: 25px; }
  @media (min-width: 1200px) {
    .services-list {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.services-box {
  /*-webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;*/
  max-width: 360px;
  margin: 0 5px 19px;
  text-decoration: none;
  color: #616161;
  width: 45%;  }
  @media (max-width: 767px) {
    .services-box {
      line-height: 1; } }
  @media (min-width: 1024px) {
    .services-box {
      width: auto; } }
  .services-box:hover {
    box-shadow: 0 31px 46px rgba(0, 0, 0, 0.1); }
    .services-box:hover .services-img:after {
      background-color: rgba(71, 127, 236, 0.8); }
    .services-box:hover .icon {
      opacity: 0; }

.services-img {
  position: relative;
  margin-bottom: 28px; }
  .services-img:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background-color: rgba(48, 48, 48, 0.95);*/
    -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s; }
  .services-img .icon,
  .services-img .icon-active {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  max-height: 75%; }
  .services-img .icon {
    content: url(images/icon01.png);
    -webkit-transition: opacity 0.3s;
            transition: opacity 0.3s; }
  .services-img .icon-active {
    content: url(images/icon01-active.png); }

.services-name {
  display: inline-block;
  position: relative;
  margin-bottom: 28px;
  font-weight: 700;
  vertical-align: top;
  font-size: 16px; }
  @media (min-width: 768px) {
    .services-name {
      font-size: 24px; } }
  @media (min-width: 768px) {
    .services-name:after, .services-name:before {
        content: '';
        display: inline-block;
        position: absolute;
        top: 50%;
        right: -25px;
        width: 10px;
        height: 3px;
        font-size: 14px;
        background-color: #5f8ade;
        -webkit-transition: background-color 0.3s;
                transition: background-color 0.3s; }
      .services-name:after {
        -webkit-transform: translate(-50%, -80%) rotate(45deg);
            -ms-transform: translate(-50%, -80%) rotate(45deg);
                transform: translate(-50%, -80%) rotate(45deg); }
      .services-name:before {
        -webkit-transform: translate(-50%, 80%) rotate(-45deg);
            -ms-transform: translate(-50%, 80%) rotate(-45deg);
                transform: translate(-50%, 80%) rotate(-45deg); } }

.section-news {
  background-color: #f2f7fa;  
  padding: 30px 0; }
  @media (min-width: 768px) {
    .section-news {
      padding: 0 0 78px; } }
  .section-news h1 {
    color: #303030; }


.post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      /*justify-content: space-around;*/
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
  padding: 33px 0 20px; }

.post-preview {
  margin: 0 20px 34px;
  width: calc(100% - 40px); }
  @media (min-width: 480px) {
    .post-preview {
      width: calc(50% - 40px); }
  .acrchive-posts{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding: 33px 0 20px;
  }
  .author-post{
    padding: 0 20px;
  }
  .acrchive-posts article {width: calc(50% - 40px); margin: 0 20px 34px;}  
  .post-preview:first-child{width: calc(50% - 40px);}
  .acrchive-posts > h1{margin-left: 20px !important;}
  }
  @media (min-width: 1024px) {
    .post-preview {
      width: calc(100% / 3 - 40px); }}
  .post-preview:first-child {
    width: calc(100% - 40px); }
    @media (min-width: 1024px) {
      .post-preview:first-child {
        /*width: calc(((100% / 3) * 2) - 40px);*/
    width: calc(100% / 3 - 40px);}}
  .post-preview .preview-img {
    overflow: hidden;
    height: 260px; }
    .post-preview .preview-img img {
        max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: top;
    min-height: 100%;
    max-width: initial;
    min-width: 100%;
  }
  .post-preview .post-tag {
    vertical-align: top;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 1px 35px;
    margin-bottom: 11px; }
  .post-preview .post-date {
    font-size: 12px; }
  .post-preview p {
    margin-bottom: 12px; }  

.post-title {
  font-weight: 700;
  letter-spacing: .75px;
  margin-bottom: 15px;
  line-height: 1.208; }
  .post-title a {
    text-decoration: none;
    color: #303030; }
    .post-title a:hover {
      color: #477fec; }

.section-about {
  padding: 0 0 30px 0;
  background-color: #f2f7fa; }
  @media (min-width: 768px) {
    .section-about {
      padding: 0 0 67px; } }
  .section-about h1 {
    margin-bottom: 1em;
    color: #303030; }
@media (min-width: 480px) {
  .post-preview:first-child{width: calc(50% - 40px);} 
}
@media (min-width: 1024px){
  .post-preview:first-child {
    width: calc(100% / 3 - 40px);
  }
}
#footer {
  background-color: #303030;
  background-image: url(images/logo-bg.png);
  background-repeat: no-repeat;
  background-position: 62.7% 100%;
  color: #fff;
  padding: 44px 0px; }

@media (min-width: 1024px) {
  .footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (min-width: 768px) {
  .footer-menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2; } }

@media (min-width: 1024px) {
  .footer-menu-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

.footer-nav {
  margin-bottom: 25px;
  text-align: center;
  width: 50%;
  display: inline-block;
  margin-right: -.26em; }
  @media (min-width: 768px) {
    .footer-nav {
      width: auto;
      text-align: left;
      margin: 0; } }
  .footer-nav:last-child .footer-menu {
    width: auto; }
  .footer-nav.columns {
    width: 100%; }
    @media (min-width: 768px) {
      .footer-nav.columns {
        width: auto; } }
    .footer-nav.columns .footer-menu {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
      -webkit-column-gap: 63px;
         -moz-column-gap: 63px;
              column-gap: 63px;
      width: auto; }
      @media (min-width: 1024px) {
        .footer-nav.columns .footer-menu {
          -webkit-column-gap: 20px;
             -moz-column-gap: 20px;
                  column-gap: 20px; } }
      @media (min-width: 1200px) {
        .footer-nav.columns .footer-menu {
          width: 478px;
          -webkit-column-gap: 63px;
             -moz-column-gap: 63px;
                  column-gap: 63px; } }

.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  font-size: 12px; }
  @media (min-width: 768px) {
    .footer-menu {
      padding-right: 20px; } }
  @media (min-width: 1024px) {
    .footer-menu {
      width: 165px; } }
  @media (min-width: 1200px) {
    .footer-menu {
      width: 213px; } }
  .footer-menu li {
    display: block;
    vertical-align: top;
    margin-bottom: 12px; }
  .footer-menu a {
    color: #fff;
    text-decoration: none; }
    .footer-menu a:hover {
      color: #477fec; }
  .footer-menu > li > a {
    text-transform: uppercase;
    letter-spacing: 1.8px; }
  .footer-menu .sub-menu {
    display: block;
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding-top: 0;
    background-color: transparent;
    text-align: center; }
    @media (min-width: 768px) {
      .footer-menu .sub-menu {
        text-align: left; } }
    .footer-menu .sub-menu li {
      display: block; }
    .footer-menu .sub-menu a {
      opacity: .5; }
  .footer-menu .menu-item-has-children {
    display: inline-block; }

.social-networks {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  @media (min-width: 1024px) {
    .social-networks {
      padding: 4px 0 0;
      text-align: right;
      max-width: 250px; } }
  .social-networks li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .social-networks li {
        margin-left: 24px; } }
  .social-networks a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size: 24px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    -webkit-transition: opacity 0.3s;
            transition: opacity 0.3s; }
    .social-networks a:before {
      line-height: 36px; }
    .social-networks a.icon-twitter {
      background-color: #55acee; }
    .social-networks a.icon-facebook {
      background-color: #3b5998; }
    .social-networks a:hover {
      opacity: .75; }

.footer-copyright {
  padding-top: 35px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center; }
  @media (min-width: 1024px) {
    .footer-copyright {
      text-align: left; } }

.copyright {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.2);
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .copyright {
      margin: 0; } }
  .copyright .footer-logo {
    display: inline-block;
    vertical-align: top;
    -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
    margin-bottom: 10px; }
    @media (min-width: 1024px) {
      .copyright .footer-logo {
        margin-bottom: 0; } }
  .copyright .copyright-text {
    display: block;
    opacity: .8;
    vertical-align: bottom;
    margin-left: 19px;
    letter-spacing: .35px; }
    @media (min-width: 1024px) {
      .copyright .copyright-text {
        display: inline-block; } }

.footer-secondary-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.2);
  font-size: 12px; }
  .footer-secondary-nav li {
    display: inline-block; }
    .footer-secondary-nav li:not(:last-child):after {
      content: '|';
      margin-right: 9px;
      margin-left: 13px; }
  .footer-secondary-nav a {
    color: inherit;
    opacity: .8;
    text-decoration: none; }
    .footer-secondary-nav a:hover {
      color: #477fec; }
  
.connectwith.email {
    margin-bottom: 15px;
  font-size: 12px;
  color: #303030;
    transition: opacity 0.3s ease 0s, color 0.3s ease 0s;
}
.connectwith.email a{
  color: #616161;
    transition: opacity 0.3s ease 0s, color 0.3s ease 0s;
  text-decoration: none;
  opacity: 0.5;
}
.connectwith.email a:hover{
  color: #477fec;
  opacity: 1;
}
.author-post{
  display: inline-block;
    margin: 0 0px 65px;
    width: 100%;
}
.view-all-editors a{
  color: #616161;
    transition: opacity 0.3s ease 0s, color 0.3s ease 0s;
    text-decoration: none;
    opacity: 0.5;
}
.view-all-editors a:hover{
  color: #477fec;
  opacity: 1;
}
.user > img {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
  margin-bottom: 20px;
}
.user > a > img {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
  margin-bottom: 20px;
}
.user .desciption {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
.social-networks-author{
  margin-bottom: 15px;
}
.social-networks-author ul{
  margin: 0;
  padding: 0;
}
.social-networks-author ul li{
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.social-networks-author ul li:last-child{
  margin-right: 0
}
.social-networks-author a{
    font-size: 21px;
  outline: none;
}
.social-networks-author a .fa-facebook{
  color: #3b5998;
}
.social-networks-author a .fa-twitter{
  color: #4099FF;
}
.social-networks-author a .fa-linkedin{
  color: #007bb6;
}
.profil-author .image{
  display: inline-block;
  margin-right: 10px;
    vertical-align: middle;
}
.profil-author .image > a > img{
  width: 90px;
    border-radius: 50%;
    height: 90px;
}
.profil-author .info{
  display: inline-block;
  vertical-align: middle;
}
.profil-author .name{
  margin-bottom: 5px;
}
.profil-author .name > span{
  display: block;
  font: 700 18px/20px Roboto,sans-serif;
  text-transform: uppercase;
}
.profil-author .name a{
  text-transform: normal;
  color: #616161;
  opacity: 0.5;
  text-decoration: none;
}
.profil-author .name a:hover{
  color: #477fec;
    opacity: 1;
}
.profil-author-social{
  display: inline-block;
  margin-bottom: 20px;
}
.profil-author-social ul{
  margin: 0;
  padding: 0;
}
.profil-author-social ul li{
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
.features-img{
  margin-bottom: 32px;
}
/*.features-img > img{
  width: 100%;
}*/
.acrchive-posts > h1{
  display: inline-flex;
    width: 100%;
  margin: 0 20px 40px;
}
.view-all-editors{
  margin-bottom: 30px;
}
.footer-menu .sub-menu a{
  text-transform: uppercase;
    letter-spacing: 1.8px;
  color: #fff;
  opacity: 1;
}
.footer-menu .sub-menu a:hover{
  color: #477fec;
}
.footer-secondary-nav a{
  color: #fff;
  opacity: 1;
}
.copyright .copyright-text{
  font-size: 12px;
  color: #fff;
  opacity: 1;
}
.intro-block p {
    text-align: left;
}
.custom-widgets-block{
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
}
.custom-widgets > div{
  height: 72px !important;
}
.custom-widgets a, .custom-widgets span{
  display: none !important;
}
.custom-widgets{
  display: flex;
    float: left;
    margin: 0 auto;
    width: calc(100% - 90px);
    margin-right: 10px;
}
.dropmenu:after {
    border: 6px solid transparent;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 9px;
}
.dropmenu {
    -moz-user-select: none;
    display: inline-block;
    font-size: 13px;
    position: relative;
  margin-top: 15px;
    width: 130px;
  float: right;
}
.dropmenu > .title:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #888 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 8px;
    content: "";
    display: block;
    position: absolute;
    right: 7px;
    top: 18px;
}
.dropmenu > .title{
  border: 1px solid #ccc;
  cursor: pointer;
    padding: 10px 32px 8px 14px;
    position: relative;
  font-size: 12px;
  background-color: #fff;
}
.dropmenu > .menu {
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    opacity:0;
    visibility:hidden;
    //transition: opacity .1s, visibility .1s;
    left: 0;
    margin-top: -14px;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 100%;
    z-index: 10;
}
.tab-select.popup-active > .menu {
  opacity:1;
  visibility:visible;
}
.dropmenu > .menu > ul {
    border: 1px solid #ccc;
    margin: 0;
    padding: 0;
  background-color: #fff;
}
.dropmenu > .menu > ul > li {
    margin: 0;
    padding: 0;
  list-style: none;
}
.dropmenu > .menu > ul > li > a {
    display: block;
    padding: 6px 10px;
}
.header-widget, .header-widget .widget{
  margin: 0;
}
.js-widgets-select .col{
  position:relative;
  z-index: 1;
  overflow:hidden;
}

.js-widgets-select .col:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

/* tabset required styles for hidden tabs */
.js-tab-hidden {
  display:block !important;
  left:-9999px !important;
  position: absolute !important;
  top:-9999px !important;
}
.open-widget{
  display: none;
  pointer-events: none;
}
@media (max-width: 767px) {
  
  .custom-widgets{
    display: block;
    position: relative;
  }

  .js-widgets-select .col:not(.selected-widget){
    position:absolute;
    visibility:hidden;
  }

  .js-widgets-select.popup-active .col{
    position:relative;
    visibility:visible;
  }

  .open-widget{
  display: block;
  background: none;
    border: none;
  outline: none;
  height: 72px;
    width: 40px;
    position: absolute;
    right: 0;
  z-index: 10;
  }
  .open-widget:after{
  display: block;
    position: absolute;
    right: 7px;
    top: 35px;
    z-index: 10;
  -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #888 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 8px;
  background: none;
  outline: none;
  content: "";
  }
  .section-news h1, h3, .h3, .post-list h3, h4, .h4, h5, .h5, h2, .h2{
  font-size: 25px;
  }
}
@media (max-width: 640px) {
  .author-post{
    margin: 0;
  }
  .user > img{
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }
  .user .desciption{
    width: 100%;
  }
  .user > a > img{
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .archive .post-header h1{
   font-size: 20px;
  }
  .blog .post-header h1{
   font-size: 20px;
  }
  .acrchive-posts .author > h2 {
    font-size: 20px;
  }
  .acrchive-posts > h1{
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1350px) {
  .two-columns .post{
    width: calc(33.33% - 40px);
  }
}