/*
Theme Name: Baker Tilly
Author: LionTarget
Author URI: http://liontarget.com/
Description: Custom Theme for BakerTilly Ukraine
Version: 1.0
*/

/* ?! ADJUSTMENT SNIPPETS
=======================================*/

.nowrap {
  white-space: nowrap;
}
.red {
  color: red;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
  clear: both;
}
img.grayscale {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
img.grayscale:hover {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
}
.textLight {
  color: #9c9c9c;
}



/* ?! GENERAL PAGE STYLES
=======================================*/

html, body {
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 500;
}
section.contentWrapper {
  margin: 50px auto;
}
img {
  max-width: 100%;
	height: auto;
}



/* ?! SEARCH FORM
=======================================*/

.formSearch,
.formSubscription {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}
.formSearch > input[type="search"],
.formSubscription input[type="email"] {
  border: 1px solid #e6e6e6;
  outline: 0;
  height: 30px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 18px;
}
.formSubscription input[type="email"] {
  max-width: 150px;
}
.formSearch > input[type="button"],
.formSearch > input[type="submit"],
.formSubscription input[type="button"],
.formSubscription input[type="submit"] {
  background-color: #d82232;
  border: 1px solid transparent;
  height: 30px;
  box-sizing: border-box;
  color: #ffffff;
  outline: 0;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
}
.formSubscription input[type="button"],
.formSubscription input[type="submit"] {
	width: 90px;
	padding: 0;
	text-align: center;
}

.formSubscription .wpcf7-not-valid-tip {display: none}

/*===========================
CF7 Subscription*/

/*.formSearch,
.formSubscription {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}
.formSearch > input[type="search"],
.formSubscription > input[type="email"] {
  border: 1px solid #e6e6e6;
  outline: 0;
  height: 30px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 18px;
}
.formSubscription > input[type="email"] {
  max-width: 150px;
}
.formSearch > input[type="button"],
.formSearch > input[type="submit"],
.formSubscription > input[type="button"],
.formSubscription > input[type="submit"] {
  background-color: #d82232;
  border: 1px solid transparent;
  height: 30px;
  box-sizing: border-box;
  color: #ffffff;
  outline: 0;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
}
.formSubscription > input[type="button"],
.formSubscription > input[type="submit"] {
  width: 90px;
  padding: 0;
  text-align: center;
}*/



/* ?! H1 WITH LOGO
=======================================*/

h1.logo {
  line-height: inherit;
  margin: 0;
}
h1.logo a {
  display: inline-block;
}



/* ?! LANGUAGE BLOCK
=======================================*/

.lang,
.lang > .country,
.lang > select {
  display: inline-block;
  vertical-align: middle;
}
.lang {
  height: 30px;
  line-height: 30px;
}
.lang > .country {
  color: #bcbcbc;
}
.lang > select {
  border: none;
  outline: none;
  cursor: pointer;
}



/* ?! ELEMENTS
=======================================*/

input.invalid {
  border-right: 3px solid #EC4C67 !important;
  border-radius: 4px;
}
.checkboxContainer > label {
  font-weight: normal;
  padding: 5px;
}
.heading--default {
	display: block;
  font-size: 20px;
	line-height: 28px;
	margin: 0;
  font-weight: bold;
  /*text-transform: uppercase;*/
  color: #333333;
}
.heading--sm {
  font-family: 'Tahoma', sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-transform: none;
}
.heading--xl {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333333;
}
.heading--xxl {
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333333;
}
.line,
.line--default {
  width: 100%;
  height: 6px;
  background-color: #e6e6e6;
  margin: 10px 0 20px;
}
.imagesRow img {
  max-width: 100%;
}
.imagesRow--spaced img {
  max-width: 100%;
  margin: 10px;
}
.linksSocial {
  display: inline-block;
  white-space: nowrap;
}
ul.list--markedGray {
  list-style-image: url('images/elements/triangle-marker-grey.png');
}
ul.list--markedRed {
  list-style-image: url('images/elements/triangle-marker.png');
}
ul.list--markedRedBig {
  list-style-image: url('images/elements/triangle-marker-big.png');
}
ul.list--squaredGray {
  list-style-type: square;
  color: #dddddd;
  line-height: 21px;
}
ul.list--squaredGray span {
  color: #333;
}
.link,
.link:focus {
  text-decoration: none;
}
.link:hover {
  color: inherit;
  text-decoration: none;
}
.link,
.link:focus {
  color: #d82232;
}
.link--tag,
.tags a,
.tags a:focus,
.link--tag:focus {
  color: inherit;
}
.tags a:hover,
.link--tag:hover {
  color: inherit;
}
.link--tagBlock,
.link--tagBlock:focus {
  display: inline-block;
  padding: 5px 8px;
  background: #f6f6f6;
  color: #5d5d5d;
  margin: 3px 2px;
}
.link--tagBlock:hover {
  text-decoration: none;
  color: #000;
  background-color: #f4f4f4;
}
.link--service,
.link--service:focus {
  border: 1px solid #f6f6f6;
  padding: 20px 10px;
  display: block;
  color: #333;
  font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.link--service:hover {
  background-color: #f6f6f6;
  text-decoration: none;
}
.link--service .list {
  padding: 0 15px;
  font-size: 20px;
}
.link--service .text {
  color: #858585;
}
.button {
  display: inline-block;
  padding: 7px 22px;
  border: none;
  outline: none;
  color: #fff;
}
.button:hover {
  text-decoration: none;
  color: #fff;
}
.button--red {
  background-color: #d82232;
}
.button--red:hover {
  background-color: #e33242;
}
.button--gray {
  background-color: #5d5d5d;
}
.button--gray:hover {
  background-color: #d82232;
}
.iframeBlock {
  position: relative;
  margin: 0 auto;
}
.iframeBlock .ratio {
  display: block;
  width:100%;
  height:auto;
}
.iframeBlock iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.expertBlock {
  border-left: 2px solid #d82232;
  padding: 2px 0 2px 25px;
  font-size: 14px;
  margin: 30px 0;
}
.expertBlock b {
  font-size: 13px;
}
.expertBlock img {
  margin: 0 10px;
}



/* ?! HEADER
=======================================*/

/* header {
  padding: 15px 0 35px;
  background-repeat: no-repeat;
  background-image: url('images/backgrounds/bg-header.png');
  background-position: center;
}
.headerContent {
  text-align: right;
  margin-top: 15px;
}
header .lang {
  margin-left: 45px;
}

*/

/* ?! NAV
=======================================*/

/* nav {
  margin-bottom: 10px;
}
nav ul {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 0;
       display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
nav ul li {
  list-style-type: none;
  margin-top: -1px;
  margin-bottom: -1px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}
nav ul > li > a {
  display: block;
  padding: 20px 28px;
  box-sizing: border-box;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  color: #a0a0a0;
  text-decoration: none;
	white-space: nowrap;
}
nav ul > li > a:focus {
  color: #a0a0a0;
  text-decoration: none;
	outline-width: 0;
}
nav ul > li:not(:last-child) > a {
  background-image: url('images/elements/menu-separator.png');
  background-repeat: no-repeat;
  background-position: right center;
}
nav ul > li > a:hover {
  border-bottom-color: #db4754;
  color: #db4754;
  text-decoration: none;
}
.required-mark{
  color: red;
}

ul.list--markedRed li.active > a,
nav ul > li.current-menu-item > a,
nav ul > li.current-page-ancestor > a,
nav ul > li.current-post-ancestor > a,
nav ul > li.current-category-ancestor > a
{
  border-bottom-color: #1a2edb;
  color: #1a2edb;
  text-decoration: none;
}
ul.list--markedRed > li.current_page_item > a,
ul.list--markedRed > li.current_page_item > a:hover {
  color: #1a2edb;
}
*/
#touch-menu {
  display: none;
  padding: 20px 28px;
  box-sizing: border-box;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  color: #a0a0a0;
  font-size: 16px;
}



/* ?! BREADCRUMBS
=======================================*/

.crumbsContainer {
  padding: 0 20px 20px;
  border-bottom: 1px solid #f6f6f6;
}
.crumb,
.crumb:focus {
  text-decoration: underline;
  color: #9e9e9e;
}
.crumb:hover {
  text-decoration: none;
  color: #9e9e9e;
}
.crumbCurrent {
  text-decoration: none;
}
.crumbSep {
  display: inline-block;
  padding: 0 5px;
  color: #9e9e9e;
}



/* ?! SLIDERS
=======================================*/

.slider--wide .slide {
  min-height: 390px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.slideContent {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  padding: 35px 0;
}
.slideText {
  padding-left: 60px;
}
.slideHeading {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.slideAbout {
  font-size: 16px;
}
.slideReadmore, .slideReadmore:focus {
  font-size: 16px;
  width: 100%;
  max-width: 210px;
  margin: 0 auto;
  border: 1px solid #fff;
  box-sizing: border-box;
  text-align: center;
  padding: 12px 0;
  display: block;
  outline: none;
  color: #fff;
  text-decoration: none;
  margin-top: 60px;
}
.slideReadmore:hover {
  background-color: #fff;
  color: #222222;
  text-decoration: none;
}
.slider--wide .owl-controls {
  position: absolute;
	bottom: 30%;
  right: 12%;
}
.slider--wide .owl-dot {
  height: 7px;
  width: 7px;
  background-color: #ffffff;
  float: left;
  margin-right: 10px;
}
.slider--wide .owl-dot.active {
  background-color: #d63e4b;
}



/* ?! SLIDER NAV HEADING
=======================================*/

.slider-navHeading {
  height: 28px;
}
.slider-navHeading .heading {
  float: left;
}
.slider-navHeading .slider-nav {
  float: right;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.slider-navHeading .prev,
.slider-navHeading .next,
.slider-navHeading .more {
  display: inline-block;
}
.slider-navHeading .prev,
.slider-navHeading .next {
  color: #d82232;
  font-size: 22px;
  vertical-align: middle;
  padding: 0 3px;
  cursor: pointer;
}
.slider-navHeading .link,
.slider-navHeading .link:focus {
  color: #adadad;
  border-bottom: 1px solid #adadad;
  line-height: 1em;
  margin-left: 20px;
}
.slider-navHeading .link:hover {
  color: #d82232;
  border-color: #d82232;
}



/* ?! STAGES
=======================================*/

.stages {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
.stages:before {
  display: block;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #e4e4e4;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
}
.stageBlock:after {
  content: '';
  display: table;
  clear: both;
}
.stageBlock:before {
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  background-color: #fff;
  z-index: 15;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.stageBlock {
  margin-bottom: 60px;
}
.stageBlock .time {
  font-size: 15px;
  color: #c2c2c2;
  width: 50%;
  float: left;
  text-align: right;
  padding-right: 5%;
  height: 20px;
  line-height: 20px;
}
.stageBlock .desc {
  font-size: 13px;
  font-weight: bold;
  color: #333333;
  width: 50%;
  float: right;
  padding-left: 5%;
  height: 20px;
  line-height: 20px;
}
.stageBlock:nth-child(even) .time {
  float: right;
  padding-right: 0;
  padding-left: 5%;
  text-align: left;
}
.stageBlock:nth-child(even) .desc {
  float: left;
  padding-left: 0;
  padding-right: 5%;
  text-align: right;
}
.stages-switch a,
.stages-switch a:focus {
  display: inline-block;
  padding: 0 5px;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
.stages-switch a:not(.active) {
  color: #d3d3d3;
}
.stages-switch a:hover {
  color: #333;
  text-decoration: none;
}



/* ?! CUSTOM STYLES FOR HOMEPAGE
=======================================*/

.homepage-sliders .slider--articles {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 55px;
  padding-bottom: 15px;
}



/* ?! ARTICLE PREVIEW
=======================================*/

.articlePreview {
  max-width: 262px;
  min-height: 200px;
  position: relative;
  padding-top: 15px;
}
.articlePreview-heading {
  font-weight: bold;
}
.articlePreview-text {
  margin: 10px 0 15px;
  font-family: 'Tahoma', sans-serif;
}
.articlePreview-readMore {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.articlePreview-date {
  float: left;
  color: #cdcdcd;
}
.articlePreview-readMore .link {
  float: right;
  padding-right: 10px;
  color: #e46671;
}



/* ?! IMAGE LINK
=======================================*/

.homepage-sliders .imageLink {
  height: 180px;
  width: 262px;
  position: relative;
  background-size: 100%;
}
.imageLink a,
.imageLink a:focus {
  color: #fff;
  background-color: rgba(0,0,0,0.4);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 0 0 25px;
  height: 50%;
  text-decoration: none;
}
.imageLink a:hover {
  text-decoration: none;
  color: #fff;
  background-color: rgba(0,0,0,0.6);
}



/* ?! SIDEBAR
=======================================*/

.sidebar-block {
  margin-bottom: 30px;
}
.sidebar .articlePreview {
  min-height: auto;
  max-width: 999px;
}
.sidebar .articlePreview:not(:last-child) {
  border-bottom: 1px solid #e7e7e7;
}
.sidebar .articlePreview-readMore {
  position: static;
  margin: 17px auto;
}
.sidebar .formSearch {
  display: block;
}
.sidebar .formSearch input[type="button"],
.sidebar .formSearch input[type="submit"] {
  padding: 0;
  width: 80px;
}
.sidebar .formSearch input[type="search"] {
  width: calc(100% - 80px);
  max-width: 320px;
  margin: 0 auto 30px;
}
.sidebar-reports {
  height: 100px;
  line-height: 100px;
  display: block;
  text-align: center;
  background-image: url('images/map-light.png');
  background-position: top center;
  background-repeat: no-repeat;
  color: #333333;
  font-style: italic;
  font-size: 16px;
  text-decoration: underline;
}
.sidebar-links {
  background-color: #f6f6f6;
  font-family: 'Tahoma', sans-serif;
}
.sidebar-links .sidebar-heading {
  padding-left: 13px;
}
.sidebar-links .list {
  padding: 25px 20px 25px 30px;
  line-height: 23px;
}
.sidebar-links--big .list {
  padding: 0 0 0 25px;
}
.sidebar-links .list a,
.sidebar-links .list a:focus {
  color: #000;
  text-decoration: none;
}
.sidebar-links .list a:hover {
  color: #d82232;
  text-decoration: none;
}
.sidebar-links--big .list a {
  display: block;
  line-height: 16px;
  padding: 20px 0;
  background-repeat: no-repeat;
  background-position: bottom;
}
.sidebar-links--big .list ul {
	padding: 0 0 0 10px;
}
.sidebar-links--big .list ul a {
	padding: 10px 0;
}
.sidebar-links--big .list > li:not(:last-child) a {
  background-image: url('images/elements/menu-separator-hor.png');
  background-position: -20px bottom;
}
.sidebar-text {
  font-size: 13px;
  font-family: 'Tahoma', sans-serif;
}
.sidebar-heading {
  font-size: 15px;
  line-height: 20px;
  font-family: 'Tahoma', sans-serif;
  font-weight: bold;
  color: #000;
  padding: 20px 0;
}
.sidebar-experts {
  border-top: 6px solid #f6f6f6;
}
.sidebar-experts a,
.sidebar-experts a:focus {
  color: #333;
  border: 1px solid #f6f6f6;
  display: block;
  padding: 15px 8px;
}
.sidebar-experts a:hover {
  text-decoration: none;
  border-color: #f6f6f6;
  background-color: #f6f6f6;
}
.sidebar-experts a .topic {
  display: block;
  font-weight: bold;
  font-family: 'Tahoma', sans-serif;
  margin-bottom: 10px;
}
.sidebar-experts a .name {
  margin-left: 10px;
  font-style: italic;
  color: #878787;
}
.sidebar-subscription {
    padding: 20px 10px 25px;
    text-align: center;
    background: #f6f6f6;
}
.sidebar-subscription .sidebar-heading {
  padding: 0 0 20px;
}
.sidebar .cardsPeople-block {
  text-align: center;
  border: 1px solid #f6f6f6;
  padding-top: 30px;
  margin: 64px auto 30px;
}
.sidebar .cardsPeople-block .text {
  padding: 10px 0;
  background-color: #f6f6f6;
}
.sidebar .cardsPeople-block .text .name {
  font-size: 14px;
}
.sidebar-contacts .heading {
  margin-bottom: 20px;
}
.sidebar-contacts {
  color: #666;
  margin-top: 38px; /* imitate heading under line */
  border-top: 6px solid #e6e6e6;
  padding-top: 20px;
}



/* ?! PAGE CONTENT ELEMENTS
=======================================*/

.pageContent p {
  margin: 0 0 20px 0;
  line-height: 20px;
  font-size: 13px;
  font-family: 'Tahoma', sans-serif;
}
.pageContent .thumbnail {
  display: block;
  max-width: 180px;
  margin: 7px 20px 0 0;
  float: left;
}
.pageContent .thumbnail > img {
  max-width: 100%;
}



/* ?! LINKS TABLED
=======================================*/
.linksTabled {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}
.linksTabled .link {
  display: block;
  font-size: 13px;
  padding: 20px 0;
  border-bottom: 1px solid #dfdfdf;
  min-height: 80px;
  color: #555555;
	width: 33.333%;
}
.linksTabled > .row:nth-child(2) .link {
  min-height: 95px;
}
.linksTabled-image {
  float: left;
  width: 50px;
  text-align: center;
  opacity: 0.4;
}
.linksTabled-image img {
    max-width: 27px;
}
.linksTabled .link > span {
  float: right;
  width: calc(100% - 50px);
}
.linksTabled .link:hover {
  border-color: #d82232;
  color: #d82232;
}
.linksTabled .link linksTabled-image {
  opacity: 1;
}
.linksTabled .link:hover img.grayscale {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
}



/* ?! FORM SEARCHBLOCK
=======================================*/

.form {
  margin: 30px auto;
  background-color: #f6f6f6;
  box-sizing: border-box;
  padding: 30px;
  font-family: 'Tahoma', sans-serif;
}
.form .heading {
  margin-bottom: 15px;
  font-weight: bold;
}
.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form select,
.form textarea {
  margin-bottom: 12px;
  box-sizing: border-box;
  width: 100%;
  height: 39px;
  line-height: 39px;
  outline: none;
  padding: 0 0 0 24px;
  border: 1px solid #e4e4e4;
  font-size: 13px;
  position: relative;
}
.form textarea {
  line-height: 22px;
  padding: 10px 10px 10px 24px;
  min-height: 100px;
  resize: vertical;
  margin-top: 10px;
}
.form input[type="button"],
.form input[type="submit"] {
  height: 39px;
  min-width: 99px;
  padding: 0;
  border: none;
  outline: none;
  color: #fff;
  background-color: #d82232;
}
.form input[type="button"]:hover,
.form input[type="submit"]:hover {
  background-color: #e33242;
}
.form select.js-inactive {
  color: #b9b9b9;
}
.form .proceed > .link,
.form .proceed > .link:focus {
  font-size: 14px;
  color: #333333;
  display: inline-block;
  float: left;
  margin-top: 10px;
  border-bottom: 1px dotted #333;
  text-decoration: none;
}
.form .proceed > .link:hover {
  text-decoration: none;
  border-bottom-style: solid;
}
.form .proceed input[type="button"],
.form .proceed input[type="submit"] {
  float: right;
}
.form label {
  font-weight: normal;
  cursor: pointer;
  padding: 0 5px;
}
.form-radioset .name {
  font-family: 'Tahoma', sans-serif;
  font-size: 13px;
  margin-bottom: 10px;
}
.form-fileset input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.form-fileset label {
  font-weight: bold;
  text-decoration: underline;
}
.form--xl {
  padding: 50px 100px 55px;
}
.form--xl input[type="button"],
.form--xl input[type="submit"] {
  min-width: 120px;
  height: 32px;
}
.form--lite {
  background-color: transparent;
}

.form--lite .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}

/* ?! CARDS (PEOPLE)
=======================================*/

.cardsPeople-block {
  width: 100%;
  max-width: 320px;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  margin-top: 30px;
  font-family: 'Tahoma', sans-serif;
  font-size: 12px;
}
.cardsPeople-block .photo {
  height: 170px;
  line-height: 170px;
  width: 100%;
  text-align: center;
}
.cardsPeople-block .photo img {
  max-width: 100%;
	max-height: 100%;
  vertical-align: bottom;
}
.cardsPeople-block .text {
  padding: 14px 7px;
}
.cardsPeople-block .name {
  font-weight: bold;
  color: #03122f;
}
.cardsPeople-block .occupation {
  color: #aaa9a9;
}
.cardsPeople-block .email {
  color: #333;
}



/* ?! BLOCKLISTS
=======================================*/

.blockList {
  padding: 20px;
  border: 1px solid #e1e1e1;
  font-family: 'Tahoma', sans-serif;
  font-size: 13px;
}
.blockList ul.list {
  padding: 0 0 0 20px;
}
.blockList ul.list li a {
  text-decoration: underline;
  color: #333333;
  display: block;
  padding: 7px 0;
}
.blockList ul.list li a:hover {
  text-decoration: none;
}
.blockList--long {
  margin: 20px auto;
}
.blockList--long ul {
  padding-left: 20px;
  list-style-type: square;
  color: #d3d3d3;
}
.blockList--long ul li span {
  color: #333;
}
.blockList--long ul li {
  line-height: 28px;
  font-size: 12px;
  font-family: 'Tahoma', sans-serif;
}
.blockList--long .heading {
  font-family: 'Tahoma', sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}



/* ?! CARDLINK
=======================================*/

.cardLink,
.cardLink:focus {
  text-align: center;
  font-size: 13px;
  color: #333;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #f6f6f6;
  padding: 30px 10px;
  margin: 25px auto;
  display: block;
}
.cardLink:hover {
  text-decoration: none;
  background-color: #f6f6f6;
  color: #333;
}
.cardLink .heading {
  font-size: 15px;
  font-weight: bold;
  margin: 20px 0 15px;
}



/* ?! FOOTER
=======================================*/

footer {
  margin-top: 100px;
}
footer .line {
  margin-bottom: 30px;
}
.footer-heading {
  color: #666666;
  margin-bottom: 15px;
}
footer ul.list {
  font-size: 10px;
  line-height: 15px;
  color: #b2b2b2;
  padding: 0 0 0 10px;
}
footer ul.list a {
  color: inherit;
  padding: 6px 0;
  display: block;
}
/*
.footer-map {
  text-align: center;
}
*/
.footer-two {
  margin: 20px 0 50px;
}
.footer-copyright {
  float: left;
  color: #b2b2b2;
}
.footer-links {
  float: right;
  color: #b2b2b2;
}
.footer-links ul {
	margin: 0;
	padding: 0;
	font-size: 0;
}
.footer-links ul li {
	display: inline-block;
	font-size: 14px;
	padding: 0 4px;
}
.footer-links ul li+li::before {
	content: '/';
	display: inline-block;
	padding-right: 4px;
}
.footer-links a {
  color: inherit;
}
.footer__partners-slider.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.footer__partners-slider.owl-carousel .owl-item img {
	width: auto;
	margin: 0 auto;
}






.employees {
	text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.employees img {
	
}
.iconblocks {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.iconblocks_equal {
	justify-content: flex-start;
}
.iconblocks_equal > .iconblock {
	width: 30%;
	margin-right: 2rem;
	margin-bottom: 2rem;
}
.iconblock {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	text-align: center;
	border: 1px solid #f4f4f4;
	    max-width: 30%;
    margin-bottom: 5%;
		padding: 1rem;
		color: inherit;
}
.iconblock:hover {
	background-color: #f4f4f4;
}
.iconblock__heading {
	/*font-weight: bold;*/
	font-size: 12px;
}
.iconblock__text {
	font-size: 16px;
	font-weight: bold;
	margin: 1em auto;
}
.double {
	margin: 1rem auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
	border: 1px solid #f4f4f4;
-webkit-box-align: center;
-webkit-align-items: center;
   -moz-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}
.double__picture {
    overflow: hidden;
    padding: 1rem 0 1rem 1rem;
    max-height: 280px;
    width: 33%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
.double__picture_bordered img {
	border: 1px solid #f4f4f4;
}
.double__picture > img {
	/*max-width: 500px;*/
}
.double__content {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	   -moz-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	padding: 1rem;
}
.double__heading {
	font-size: 1.5em;
	margin-bottom: 0.75em;
}
.card {
	text-align: center;
}
.card__heading {
	margin: 0.5em auto;
	font-size: 1.5em;
}

.map {
	height: 400px;
}
.map_size-xl {
	height: 600px;
}

#jqxCalendar {
	margin: 1rem auto;
}























/* ?! POPUP
=======================================*/

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
.popup-content {
  text-align: center;
}



/* ?! BLOG ELEMENTS
=======================================*/

.post-preview {
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 45px;
}
.post_preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f6f6f6;
}
.post_preview__picture {
    display: block;
    margin-right: 30px;
    max-width: 360px;
		max-height: 270px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
    overflow: hidden;
}
.post .post_preview__picture > img {
	display: block;
	max-width: 1200px;
}

.post.post_preview .post_preview__picture > img {
    max-width: 100%;
}

.post_preview__content {
	  display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
            justify-content: space-around;
}
.post_preview__tags {
	margin-bottom: 1em;
}
.post_preview__read-more {
	font-weight: bold;
}
.post img {
  max-width: 100%;
}
.post .heading {
  padding: 15px 0 10px;
}
.post .thumbnail--wide {
  margin-bottom: 20px;
	display: block;
}
.post p {
  font-family: 'Tahoma', sans-serif;
  font-size: 13px;
  line-height: 19px;
} 
.post p::after,
.post div::after {
	content: '';
	display: table;
	clear: both;
}
.post-info {
  margin: 0;
  color: #b5b5b5;
  font-family: 'Tahoma', sans-serif;
  border-left: 1px solid #f6f6f6;
  border-right: 1px solid #f6f6f6;
}
.post-info div[class*="col"]:first-child {
  padding: 0;
}
.post-info .date,
.post-info .tags,
.post-info .more {
  padding: 10px 0;
}
.post-preview .post-info .date {
  text-align: center;
}
.post-info .date img,
.post-info .tags img {
  margin-right: 7px;
  position: relative;
  top: -2px;
}
.post-info .more {
  text-align: center;
}
.post-info .more .link {
  font-weight: bold;
  color: #d8545f;
}
.post-excerpt {
    color: #b5b5b5;
    font-size: 15px;
}
.link--page {
  display: inline-block;
  margin: 0 4px 4px 0;
  min-height: 28px;
  min-width: 28px;
  line-height: 28px;
  text-align: center;
  padding: 0 4px;
  color: #333333;
}
.link--page:hover {
  text-decoration: none;
  border: 1px solid #d82232;
}
.link--page.active {
  border: 1px solid #d82232;
}
.post-content p:first-child {
  margin-bottom: 30px;
}
.post-page .post-info {
  margin-bottom: 12px;
}
.post-share {
  text-align: right;
  padding: 20px 0;
}
.services-links {
    display: flex;
    flex-flow: row wrap;
    margin: 30px 0 30px -25px;
}
.services-links .link--service {
  min-height: 145px;
}
.services-links {
	font-size: 0;
}
.services-links .list {
	font-size: 20px;
}
.services-links__block {
    display: flex;
	vertical-align: top;
	font-size: 13px;
    width: calc(33% - 25px);
    margin: 0 0 30px 25px;
}
@media screen and (max-width: 767px) {
    .services-links__block {
        width: calc(50% - 25px);
    }
}
.services-links__block a {
    width: 100%;
}

/*
.services-links__block:nth-child(3n+3) {
	margin-right: 0;
}
.services-links--minified .services-links__block:nth-child(3n+3) {
	margin-right: 30px;
}

.services-links--minified .services-links__block:nth-child(even) {
	margin-right: 0;
}
*/



/* ?! ERROR 404
=======================================*/

.error404 {
  max-width: 700px;
  margin: 50px auto;
  font-family: 'Tahoma', sans-serif;
}
.error404 .number,
.error404 .details {
  text-align: center;
}
.error404 .number {
  font-size: 125px;
  color: #ddd;
}
.error404 .details {
  font-size: 16px;
  font-weight: bold;
}
.error404 .list {
  margin: 40px auto 25px;
  padding: 0 17px;
  max-width: 600px;
}



/* ?! LANDING CONTENT
=======================================*/

section[class*="lp-"] > .container {
  max-width: 1035px; /* fit weird custom design */
}
.lp-face {
  padding: 50px 0 0;
}
.lp-face .heading--xxl {
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
}
.lp-face .subheading {
  font-family: 'Tahoma', sans-serif;
  color: #8b8b8b;
  max-width: 650px;
  margin: 20px auto 50px;
  text-align: center;
}
.lp-face img {
  max-width: 100%;
  height: 402px;
}
.lp-face .form {
  margin: 0;
  border: 1px solid #d82232;
  position: relative;
}
.lp-face .form .heading--sm {
  position: absolute;
  top: -11px;
  left: -4px;
  background-color: #fff;
  padding: 0 10px 3px 3px;
  color: #000;
}
.lp-face .form textarea {
  margin-top: 0;
  min-height: 75px;
}
.lp-face .form .form-fileset {
  text-align: right;
}
.lp-face .form input[type="button"],
.lp-face .form input[type="submit"] {
  width: 100%;
  max-width: 320px;
  display: block;
  margin: 0 auto;
  position: relative;
  font-weight: bold;
  font-size: 13px;
}
.lp-face .form .input-container {
  position: relative;
  max-width: 253px;
}
.lp-face .form .input-container .input-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 39px;
  height: 39px;
  line-height: 39px;
  background-color: #c72230;
  color: #fff;
  z-index: 2;
  text-align: center;
}
.lp-face .form input[type="button"]:hover ~ .input-icon,
.lp-face .form input[type="submit"]:hover ~ .input-icon {
  background-color: #d92836;
}
.lp-blocks {
  padding: 40px 0 60px;
}
.lp-block {
  padding: 50px 0;
}
.lp-block:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}
.lp-block .imageContainer img {
  max-width: 100%;
}
.lp-block p {
  margin: 20px 0 30px;
  max-width: 600px;
  color: #8b8b8b;
}
.lp-presentation {
  text-align: center;
  padding: 65px 0;
  background-color: #f6f6f6;
}
.lp-presentation iframe {
  max-width: 100%;
}
.lp-presentation .subheading {
  margin: 10px 0 30px;
  font-size: 13px;
}
.lp-blocksVertical > .container {
  padding: 75px 15px;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
}
.lp-blockVertical {
  max-width: 200px;
  margin: 0 auto;
}
.lp-blockVertical .thumb {
  width: 125px;
  margin: 0 auto 20px;
  border-radius: 50%;
}
.lp-blockVertical .thumb img {
  max-width: 100%;
}
.lp-blockVertical .heading {
  font-size: 17px;
  font-weight: bold;
}
.lp-blockVertical p {
  font-family: 'Tahoma', sans-serif;
  font-size: 13px;
  color: #8b8b8b;
  margin: 15px 0 25px;
}
.lp-people {
  padding: 50px 0 100px;
}
.lp-people .cardsPeople-block {
  max-width: 260px;
  margin: 0 auto;
  text-align: center;
}
.lp-people .cardsPeople-block .photo {
  border-bottom: 1px solid #e6e6e6;
}
.lp-people .cardsPeople-block .name {
  font-size: 16px;
}
.lp-people .cardsPeople-block .occupation {
  font-size: 14px;
  padding: 5px 0;

}
.lp-people .cardsPeople-block .desc {
  font-size: 13px;
  color: #8b8b8b;
  padding: 10px 0;
}
section.lp-feedback > .container {
  max-width: 550px;
  padding-top: 85px;
}
.lp-feedback .heading--xl {
  text-align: center;
}
.lp-feedback p {
  text-align: center;
  margin: 20px 0 80px;
}
.lp-feedback .form p {
  text-align: center;
  margin: 5px 0 10px;
}
.lp-feedback .form {
  margin: 0;
  padding: 25px 0;
}
.lp-feedback .form textarea {
  margin-top: 0;
  display: block;
}
.lp-feedback .form input,
.lp-feedback .form textarea {
  margin-bottom: 17px;
}
.lp-feedback .form input[type="button"],
.lp-feedback .form input[type="submit"] {
  padding: 0 20px;
}
.lp-testimonials {
  padding: 75px 0 25px;
  background-color: #f6f6f6;
}
.lp-testimonial {
  margin-bottom: 50px;
}
.lp-testimonial .photo {
  float: left;
  width: 110px;
  margin-right: 15px;
}
.lp-testimonial .text {
  float: right;
  width: calc(100% - 125px);
}
.lp-stages {
  padding: 75px 0 0;
}
.lp-stages .heading--xl {
  text-align: center;
}
.lp-stages .stages-switch {
  text-align: center;
  padding: 15px 0 40px;
}
.lp-stages .stages:not(.visible) {
  display: none;
}



/* custom XL */
@media (min-width: 1500px) {

}



/* up to md */
@media (max-width: 1199px) {
  nav ul > li > a {
      padding: 20px 15px;
  }
  header {
    background-position: center;
  }
  .articlePreview {
    margin: 0 auto;
  }
  .homepage-sliders .imageLink {
    margin: 0 auto;
  }
  .slider--wide .owl-controls {
    bottom: 33%;
    right: 12%;
  }
  .hire-convert > a, .hire-convert > a:focus {
    display: table;
    margin: 10px auto 20px;
    float: none;
  }
  .form--xl {
	  padding: 30px;
  }
}



@media (max-width: 991px) {
  nav ul > li > a,
  nav ul > li > a:focus {
    padding: 20px 8px;
    font-size: 12px;
  }
  footer .imagesRow--default {
    text-align: center;
    margin-bottom: 15px;
  }
  .footer-block {
    max-width: 215px;
    margin: 15px auto;
  }
  .footer-map {
    margin: 15px auto;
  }
  .slider--wide .owl-controls {
      bottom: 107px;
      right: 410px;
  }
  .slider--wide .owl-dots {
    display: table;
    margin: 0 auto;
  }
  .slider--wide .owl-controls {
      bottom: 107px;
      right: 0;
      left: 0;
      margin: 0 auto;
  }
  .sidebar-links ul {
    display: table;
    margin: 0 auto;
  }
  .sidebar-links ul li {
      /*float: left;*/
      padding: 5px;
      margin: 0 20px;
  }
  .sidebar-news .articlePreview {
    max-width: none;
  }
  .pageContent {
    margin: 30px 0;
  }
  .cardsPeople .text {
    text-align: center;
  }
  .lp-blockVertical {
    margin-bottom: 30px;
  }
  .lp-people .cardsPeople-block {
    margin-bottom: 30px;
  }
  .lp-testimonial {
    text-align: center;
    margin-bottom: 20px;
  }
  .lp-testimonial .photo,
  .lp-testimonial .text {
    width: auto;
    max-width: 100%;
    float: none;
    margin: 20px auto;
  }
  .lp-blocks {
    padding: 0;
  }
  .lp-block .imageContainer {
    margin: 20px auto;
  }
  .lp-blocksVertical > .container {
    padding: 30px 15px;
  }
  .lp-people {
    padding: 0;
  }
	/*
	.services-links .link--service {
		min-height: 0px;
	}
	*/
	.contentWrapper {
		margin: 0 auto;
	}
	/* reorder bootstrap layout to put left sidebar under the content zone */
	.contentWrapper > .container > .row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		   -moz-box-orient: vertical;
		   -moz-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.contentWrapper > .container > .row > .col-md-3 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		   -moz-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.contentWrapper > .container > .row > .col-md-9 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		   -moz-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	
	
}



/* xs */
@media (max-width: 767px) {
  .topmenu {
    display: none;
  }
  .topmenu li {
    float: none;
  }
  .topmenu li > a {
    padding: 11px 8px;
  }
  #touch-menu {
    display: block;
  }
  nav ul > li:not(:last-child) > a {
    background-image: none;
  }
  header {
    text-align: center;
    background-image: none;
  }
  .header-content {
    text-align: center;
  }
  .search, .lang {
    margin-left: 0;
    display: block;
    margin: 10px auto;
  }
  .footer-copyright {
    float: none;
    text-align: center;
  }
  .footer-links {
		margin-top: 1.5em;
    float: none;
    text-align: center;
  }
	.footer-links ul li {
		display: block;
	}
	.footer-links ul li+li::before {
		content: none;
	}
  .sidebar-links .list {
    float: none;
  }
  .sidebar-links .list a,
  .sidebar-links .list a:focus {
    padding: 16px 0;
  }
  .sidebar-links ul li:not(:last-child) > a {
    background-image: none;
  }
	.linksTabled {
		    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	}
  .linksTabled .link {
    min-height: auto;
		width: auto;
  }
  .linksTabled > .row:nth-child(2) .link {
    min-height: auto;
  }
  .cardsPeople-block {
    margin: 15px auto;
  }
  .post-info .tags {
    text-align: center;
		display: none;
  }
	.post-info .tags img {
		display: none;
	}
	.crumbsContainer {
		display: none;
	}
	.page-publication .row {
			display: -webkit-box;
			display: -webkit-flex;
			display: -moz-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: reverse;
			-webkit-flex-direction: column-reverse;
			-moz-box-orient: vertical;
			-moz-box-direction: reverse;
			-ms-flex-direction: column-reverse;
							flex-direction: column-reverse;
	}
  .post-info .date {
    text-align: center;
  }
  .error404 .button {
    display: table;
    margin: 0 auto;
  }
  .lp-face img {
    height: auto;
    display: inline-block;
    margin-bottom: 40px;
  }
  .heading--xxl {
    font-size: 20px;
  }
  .slideText {
	  padding: 15px;
  }
	.post_preview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	}
	.post_preview__picture {
		max-width: 100%;
		margin-bottom: 30px;
		margin-right: 0;
	}
	.double {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	}
	.double__picture {
		width: 100%;
		padding: 1rem 1rem 0 1rem;
	}
	.double__content {
		padding-top: 0;
	}
}



/* custom XXS */
@media (max-width: 419px) {
  .slider-navHeading {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
	.slider-navHeading .heading {
			font-size: 16px;
	}
	.slider-navHeading .slider-nav {
			font-size: 13px;
			-webkit-box-flex: 1;
			-webkit-flex-grow: 1;
				 -moz-box-flex: 1;
					-ms-flex-positive: 1;
							flex-grow: 1;
			display: -webkit-box;
			display: -webkit-flex;
			display: -moz-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-webkit-align-items: center;
				 -moz-box-align: center;
					-ms-flex-align: center;
							align-items: center;
	}
  .slider-navHeading .heading,
  .slider-navHeading .slider-nav {
    float: none;
    margin-top: 5px;
  }
  .slider-navHeading .prev,
  .slider-navHeading .next {
    padding: 0 13px;
  }
  .lp-presentation iframe {
    height: auto !important;
  }
}
.slider--imageLinks {
    margin-bottom: 2rem;
}

.pagination .page-numbers.current {
    font-weight: bold;
    font-size: 120%;
}

.wysija-submit-field {
  margin: 20px auto 0 !important;
}
        .tab {display:flex; width:100%; justify-content:space-between;}
        .tab figure {width:24%;}
        .tab img {width:90%; display:block; margin:auto;}
