/*
Theme Name: ifc
Theme URI: http://underscores.me/
Author: Dima Minka
Author URI: http://cdk.co.il
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ifc
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ifc is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);

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

body {
  margin: 55px 0 0 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Style
--------------------------------------------------------------*/
/*FONTS*/
/*BOX MODEL*/
* {
  box-sizing: border-box; }

/*HTML*/
html {
  height: 100%; }

/*BODY*/
body {
  height: 100%;
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  line-height: 1.3;
  color: #000000;
  background-color: #f2f2f3; }

/*LINKS*/
a {
  color: #000;
  text-decoration: none; }

/*HEADINGS*/
h1 {
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  font-size: 27px;
  color: #4a545d; }

h2 {
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  font-size: 25px;
  color: #4a545d; }

h3 {
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  font-size: 23px;
  color: #4a545d; }

h4 {
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  font-size: 21px;
  color: #4a545d; }

h5 {
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  font-size: 19px;
  color: #4a545d; }

h6 {
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  font-size: 17px;
  color: #4a545d; }

/*TRANSITIONS*/
.menu-item a,
.sub-menu,
.sub-menu,
.burger span {
  transition: all 0.2s ease; }

/*HEADER*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 290px;
  padding-top: 18px;
  padding-bottom: 12px;
  text-align: right;
  background-color: #b39675;
  z-index: 9999; }

.header__wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px; }

/*NAVIGATION*/
.menu-main-container{
	/*text-align: center;*/
}
.navigation {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  list-style-type: none; }

.menu-item {
  position: relative;
  display: inline-block;
  vertical-align: top; }



.main-navigation .menu-item + .menu-item {
  margin-left: 60px; }

.main-navigation .menu-item a {
  font-size: 22px;
  line-height: 22px;
  color: #fbf8f8;
  text-decoration: none; }

.menu-item a:hover {
  color: #b5121b; }

.main-navigation .current-menu-item a {
  color: #b5121b; }

.menu-item:hover > a + .sub-menu {
  visibility: visible;
  opacity: 1;
  transition-delay: .0s; }

/*DROPDOWN*/
.sub-menu {
  display: block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-bottom: 22px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 330px;
  top: 100%;
  left: 0;
  padding-top: 20px;
  text-align: left;
  background: #b39675;
  background: rgba(179, 150, 117, 0.8);
  z-index: 9999;
  transition-delay: .2s; }

.sub-menu .menu-item {
  display: block;
  padding-left: 18px; }

.sub-menu .menu-item + .menu-item {
  margin-left: 0; }

.sub-menu .menu-item + .menu-item {
  margin-top: 10px; }

.sub-menu .menu-item a {
  font-size: 18px;
  line-height: 18px;
  color: #fbf8f8;
  text-decoration: none; }

.sub-menu .menu-item a:hover {
  color: #b5121b; }

.sub-menu .menu-item.current_page_item a {
  color: #b5121b; }

/*BURGER*/
.burger {
  display: none;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 15px;
  top: 50%;
  margin-top: -12px;
  text-decoration: none;
  outline: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.burger span {
  display: block;
  width: 24px;
  height: 3px;
  margin-top: 4px;
  background-color: #b39675;
  opacity: 1;
  border: none; }

body.modal-open .burger > span:nth-child(1) {
  -webkit-transform: translate(0, 7px) rotate(45deg);
  -ms-transform: translate(0, 7px) rotate(45deg);
  transform: translate(0, 7px) rotate(45deg); }

body.modal-open .burger > span:nth-child(2) {
  opacity: 0; }

body.modal-open .burger > span:nth-child(3) {
  -webkit-transform: translate(0, -7px) rotate(-45deg);
  -ms-transform: translate(0, -7px) rotate(-45deg);
  transform: translate(0, -7px) rotate(-45deg); }

/*LOGO*/
.logo {
  position: relative;
  min-width: 290px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
  z-index: 9990; }

.logo__wrapper {
  position: relative;
  max-width: 1280px;
  margin: 0 auto; }

body.modal-open .logo {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0; }

body.modal-open {
  padding-top: 79px; }

/*PROMO*/
.promo {
  position: relative;
  width: 100%;
  min-width: 290px;
  height: 474px;
  border-top: 15px solid #4b4b4b;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../images/promo-index.jpg);
  background-size: cover;
}

/*MAIN*/
.main {
  width: 100%;
  min-width: 290px;
  margin: 0 auto; }

/*CONTENT*/
.content {
  padding-top: 30px;
  padding-bottom: 10px; }

.content__wrapper {
  position: relative;
  max-width: 1280px;
  margin: 0 auto; }

.content__title {
  margin-bottom: 22px;
  font-weight: normal;
  font-size: 36px;
  line-height: 36px;
  color: #1b4075; }

/*FOOTER TOP*/
.footer-top {
  min-width: 290px;
  padding-top: 5px;
  padding-bottom: 5px; }

.footer-top__title {
  font-size: 36px;
  line-height: 36px; }

/*FOOTER*/
.footer {
  position: relative;
  min-width: 260px;
  height: 57px;
  padding-top: 18px;
  padding-bottom: 30px;
  background-color: #4b4b4b; }

.footer__wrapper {
  position: relative;
  max-width: 1280px;
  margin: 0 auto; }

.footer__copy {
  display: inline-block;
  vertical-align: top;
  margin-right: 118px;
  font-size: 18px;
  line-height: 18px;
  color: #FFF;
  margin-left: 15px; }

.footer-navigation {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: -6px; }

.footer-navigation .menu-item {
  display: inline-block;
  vertical-align: top; }

.footer-navigation .menu-item + .menu-item {
  margin-left: 55px; }

.footer-navigation .menu-item a {
  font-size: 18px;
  line-height: 44px;
  color: #fbf8f8;
  text-decoration: none; }

.footer-navigation .sub-menu {
  display: none; }

/*SOCIAL*/
.social {
  position: absolute;
  /*width: 254px;*/
  height: 56px;
  /*top: -46px;*/
  top: -31px;
  right: 0;
  margin-right: -192px;
  overflow: hidden;
  white-space: nowrap; }

.social__item {
  display: inline-block;
  vertical-align: top;
  /*width: 59px;
  height: 56px;*/
  width: 50px;
  height: 47px; }

.social__item + .social__item {
  margin-left: 6px; }

.social__link {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #b39675;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../images/social.png);
  background-size: cover !important; }

.social_linked {
  background-position: 0 0; }

.social_twitter {
  background-position: 0 -56px; }

.social_youtube {
  background-position: 0 -112px; }

.social_facebook {
  background-position: 0 -168px; }

/*FORM ELEMENTS*/
.form {
  padding-top: 10px; }

.form__row + .form__row {
  margin-top: 11px; }

.wpcf7-form-control {
  display: inline-block;
  vertical-align: top;
  width: 32.5%;
  height: 40px;
  padding-left: 12px;
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  resize: none;
  outline: none;
  border: 1px solid #515151;
  background-color: #f2f2f3; }

.wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-left: 1.25%; }

.wpcf7-textarea {
  display: block;
  width: 100%;
  height: 169px;
  padding-left: 12px;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  resize: none;
  outline: none;
  border: 1px solid #515151;
  background-color: #f2f2f3; }

.wpcf7-form-control.inactive {
  color: #979595; }

.form__textarea.inactive {
  color: #979595; }

.wpcf7-submit {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 154px;
  height: 45px;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  resize: none;
  outline: none;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../images/contact-submit.png); }

.form_submit {
  padding-top: 5px;
  padding-right: 20px;
  text-align: right; }

span.wpcf7-not-valid-tip, div.wpcf7-validation-errors {
  /*display: none !important;*/ }

.wpcf7-not-valid {
  border: 1px solid red; }

/*CLEARFIX*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    display: block;
    position: absolute !important;
    z-index: 100;
    top: 100px;
    background-color: #fff;
    left: 0;
}
/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
/*MODAL*/
.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background: #f2f2f3; }

.modal.fade .modal-dialog {
  /*-webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);*/
  opacity: 0;
  transition: all 0.2s ease-out; }

.modal.in .modal-dialog {
  opacity: 1;
  /*-webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);*/ }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  /*background-color: #ffffff;*/
  /*border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);*/
  border-radius: 6px;
  /*-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);*/
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  /*background-color: #000000;*/ }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 0;
  overflow: hidden;
  background-color: #f2f2f3;
  /*-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;*/ }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 362px;
    margin: 30px auto; }
  .modal-content {
    /*-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);*/ }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.modal__close {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 10px;
  right: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../dist/images/modal-close@1x.png); }

.modal .modal-navigation {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.modal .modal-navigation > li {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 15px;
  /*padding-bottom: 15px;*/ }

.modal ul > li > a {
  font-size: 18px;
  line-height: 18px;
  color: #4b4b4b; }

.modal ul > li.active > a {
  color: #b5121b; }

.modal ul + ul {
  margin-top: 50px; }

.modal-navigation .sub-menu {
  display: none;
}

.modal-content {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: transparent;
  background-clip: padding-box;
  outline: 0; }

.modal-content .box {
  border: 0; }

.modal-body {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  padding: 15px;
  text-align: center; }

.modal-dialog {
  position: relative;
  height: 100%;
  margin: 0;
  padding-top: 79px; }

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Frontpage
--------------------------------------------------------------*/
/*HOME*/
/*PROMO*/
.promo__title_home {
  position: absolute;
  top: 210px;
  right: 0;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  font-style: italic;
  color: #4b4b4b; }

.promo__title_home .promo__line {
  display: block;
  padding: 4px 20% 10px 20px;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.6);
  white-space: nowrap !important;
  }

.promo__title_home .promo__line + .promo__line {
  margin-top: 10px;
  /*margin-left: 60px;*/
  margin-left: 75px;
  }

/*CONTENT*/
.content_home {
  background-color: #ea8335;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../images/content-home-bg.jpg);
  background-size: cover; }

.content_home .content__wrapper {
  max-width: 550px;
  margin-left: 25.5%; }

.content_home .content__wrapper:before {
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  height: 271px;
  top: 55px;
  left: -45px;
  background-color: #584c48; }

.content__image_home {
  position: absolute;
  top: 80px;
  left: 100%;
  margin-left: 38px; }

/*FOOTER TOP*/
.footer-top_home .footer-top__wrapper {
  max-width: 550px;
  margin-left: 25.5%; }

.footer-top_home {
  background-color: #f9c23e; }

/*--------------------------------------------------------------
## About
--------------------------------------------------------------*/
/*HOME*/
/*PROMO*/
.promo_about {
  height: 286px;
  border-top: 2px solid #4b4b4b;
  background-image: url(../images/promo-about.jpg); }

.promo__title_about {
  position: absolute;
  top: 86px;
  left: 60px;
  padding-left: 24%;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  color: #FFF;
  text-shadow: 1px 5px 5px rgba(0, 0, 0, 0.75);
  /*width: 100%;*/ }

.promo__title_about .promo__line {
  display: block;
  padding-top: 4px;
  padding-bottom: 10px;
  /*padding-left: 24%;*/ }

.promo__title_about .promo__line + .promo__line {
  margin-top: 0px; }

.promo__title_about .promo__author {
  display: block;
  font-size: 24px;
  font-style: italic;
  line-height: 24px;
  text-align: right; }

/*CONTENT*/
.content_about {
  background-color: #f3f3f3;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../images/content-about-bg.jpg);
  background-size: cover; }

.content_about .content__wrapper {
  max-width: 550px;
  margin-left: 25.5%; }

.pdf-link {
  /*display: block;*/
  display: none;
  position: absolute;
  width: 191px;
  height: 86px;
  left: 100%;
  top: 50%;
  margin-left: 100px;
  text-indent: -999px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../images/pdf.png);
  overflow: hidden; }

/*FOOTER TOP*/
.footer-top_about .footer-top__title {
  padding-top: 2px;
  /*padding-left: 180px;*/
  color: #1b4075;
}

.footer-top_about .footer-top__title p {
  margin-bottom: 0;
}

.footer-top_about {
  text-align: center;
  border-top: 2px solid #add7d0;
  background-color: #bfdbd3;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../images/footer-top-about.jpg);
  background-size: cover; }

/*BRANDS*/
.brands {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}

.brands__item {
  display: inline-block;
  /*vertical-align: top;*/
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px; }

.brands__item img {
  max-width: 100%; }

/*--------------------------------------------------------------
## Conferences
--------------------------------------------------------------*/
/*HOME*/
/*PROMO*/
.promo_conferences {
  height: 286px;
  border-top: 2px solid #4b4b4b;
  background-image: url(../images/promo-conferences.jpg);
  background-size: cover; }

.promo__title_conferences {
  position: absolute;
  top: 45%;
  left: 15%;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  color: #FFF; }

.promo__title_conferences .promo__line {
  display: block;
  padding-top: 4px;
  padding-bottom: 10px;
  padding-left: 20px; }

.promo__title_conferences .promo__line + .promo__line {
  margin-top: 0px; }

/*CONTENT*/
.content_conferences {
  background-color: #f3f3f3;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../images/content-conferences-bg.jpg);
  background-size: cover; }

.content_conferences .content__wrapper {
  min-height: 900px;
  margin-left: 25.5%; }

.content__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 30px;
  color: #b5121b; }

/*FOOTER TOP*/
.footer-top_conferences .footer-top__title {
  padding-top: 2px;
  color: #1b4075; }

.footer-top_conferences {
  text-align: center;
  border-top: 2px solid #add7d0;
  background-color: #bfdbd3;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../images/footer-top-about.jpg);
  background-size: cover; }

/*--------------------------------------------------------------
## Contact
--------------------------------------------------------------*/
/*HOME*/
/*PROMO*/
.promo_contact {
  height: 286px;
  border-top: 2px solid #4b4b4b;
  background-image: url(../images/promo-contact.jpg);
  background-size: cover; }

.promo__title_contact {
  position: absolute;
  /*bottom: 20%;*/
  top: 45%;
  left: 15%;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  color: #b5121b; }

.promo__title_contact .promo__line {
  display: block;
  padding-top: 4px;
  padding-bottom: 10px;
  padding-left: 20px; }

/*CONTENT*/
.content_contact {
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: #f3f3f3;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../images/content-contact-bg.jpg);
  background-size: cover; }

.content_contact .content__wrapper {
  max-width: 874px;
  margin-left: auto;
  margin-right: auto; }

/*CONTACT*/
.contact__title {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  color: #4b4b4b; }

.contact__item {
  font-size: 20px;
  line-height: 30px;
  color: #000000; }

.contact__item + .contact__item {
  margin-top: 28px; }

/*--------------------------------------------------------------
## Services
--------------------------------------------------------------*/
/*HOME*/
/*PROMO*/
.promo_services {
  height: 411px;
  border-top: 2px solid #4b4b4b;
  background-image: url(../images/promo-services.jpg); }

.promo__title_services {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  font-style: italic;
  color: #4b4b4b;
  width: 100%;
  max-width: 925px; }

.promo__title_services .promo__line {
  display: block;
  padding-top: 4px;
  padding-bottom: 10px;
  padding-left: 20px;
  background: rgba(255, 255, 255, 0.6); }

/*CONTENT*/
.content_services {
  background-color: #f3f3f3;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../images/content-services-bg.jpg);
  background-size: cover; }

.content_services .content__wrapper {
  max-width: 840px;
  margin-left: 30%; }

.content_services .content__title {
  margin-bottom: 22px;
  font-weight: normal;
  font-size: 36px;
  line-height: 36px;
  color: #1b4075; }

/*FOOTER TOP*/
.footer-top_services {
  padding-top: 5px;
  padding-bottom: 15px;
  color: #FFF;
  /*border-bottom: 46px solid #f2f2f3;*/
  background-color: #bfdbd3;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../images/footer-top-services.jpg);
  background-size: cover; }

.footer-top_services .footer-top__wrapper {
  /*max-width: 840px;*/
  max-width: 760px;
  margin: 0 auto 0 30%; }

.footer-top_services .footer-top__title {
  font-size: 20px;
  line-height: 20px;
  color: #000000; }

.footer-top_services .footer-top__title + p {
  margin-top: 0; }

/*HOME*/
/*PROMO*/
.promo_services1 {
  height: 413px;
  border-top: 2px solid #4b4b4b;
  background-image: url(../images/promo-services1.jpg); }

.promo__title_services {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  font-style: italic;
  color: #4b4b4b; }

.promo__title_services .promo__line {
  display: block;
  padding-top: 4px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 190px;
  background: rgba(255, 255, 255, 0.6); }

/*CONTENT*/
.content_services1 {
  background-color: #f3f3f3;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../images/content-services1-bg.jpg);
  background-size: cover; }

.content_services1 .content__wrapper {
  max-width: 550px;
  margin-left: 25.5%; }

.content_services1 .content__wrapper:before {
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  height: 240px;
  top: 5px;
  left: -42px;
  background-color: #584c48; }

.content_services1 .content__title {
  margin-bottom: 22px;
  font-weight: normal;
  font-size: 36px;
  line-height: 36px;
  color: #1b4075; }

/*HOME*/
/*PROMO*/
.promo_services2 {
  height: 410px;
  border-top: 2px solid #4b4b4b;
  background-image: url(../images/promo-services2.jpg); }

.promo__title_services {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  font-style: italic;
  color: #4b4b4b; }

.promo__title_services .promo__line {
  display: block;
  padding-top: 4px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 190px;
  background: rgba(255, 255, 255, 0.6); }

/*CONTENT*/
.content_services2 {
  background-color: #f3f3f3;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../images/content-services2-bg.jpg);
  background-size: cover; }

.content_services2 .content__wrapper {
  max-width: 550px;
  margin-left: 25.5%; }

.content_services2 .content__wrapper:before {
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  height: 240px;
  top: 5px;
  left: -32px;
  background-color: #584c48; }

.content_services2 .content__title {
  margin-bottom: 22px;
  font-weight: normal;
  font-size: 36px;
  line-height: 36px;
  color: #1b4075; }

/*--------------------------------------------------------------
## Testimonials
--------------------------------------------------------------*/
/*HOME*/
/*PROMO*/
.promo_testimonials {
  height: 276px;
  border-top: 2px solid #4b4b4b;
  background-image: url(../images/promo-testimonials.jpg); }

.promo__title_testimonials {
  position: absolute;
  bottom: 30px;
  left: 8%; }

/*CONTENT*/
.content_testimonials {
  background-color: #f3f3f3;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../images/content-testimonials-bg.jpg);
  background-size: cover; }
.content_testimonials .content_testimonials{
	background: transparent none;
}

/*TESTIMONIALS*/
.testimonials {
  margin-top: 45px;
  margin-bottom: 107px; }

.testimonials__item {
  max-width: 890px;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 20px;
  font-style: italic;
  font-size: 24px;
  border-left: 12px solid #b5121b;
  background-color: #e7e8e7; }

.testimonials .middle {
  margin-left: 25%;
  margin-right: 0; }

.testimonials .last {
  margin-left: 35%;
  margin-right: 0; }

.testimonials__item p {
  margin: 0; }

.testimonials__footer {
  display: table;
  margin-top: 10px; }

.testimonials__footer-cell {
  display: table-cell;
  vertical-align: middle; }

.testimonials__logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }

.testimonials__author {
  display: inline-block;
  vertical-align: middle;
  font-size: 19px;
  font-weight: 700; }

.service-wrapper{
	position: relative;
	width: 100%;
}
/*.bx-wrapper .bx-controls-direction a{
	position: fixed !important;
	top: 50% !important;
}*/
.bx-wrapper .bx-viewport{
	box-shadow: none !important;
	border: none !important;
	left: 0 !important;
}
.bx-wrapper{
	max-height: 410px;
	overflow-y: hidden;
}
/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
/*MEDIA*/
@media screen and (max-width: 1900px) {
  .footer {
    height: 98px; }
  .footer__wrapper {
    padding-bottom: 30px; }
  .social {
    top: 0;
    margin-right: 0; }
  .footer-navigation {
    display: block; }
  .footer__copy {
    position: absolute;
    bottom: -10px; }
  .footer-top_services {
    border-bottom: none; } }

@media screen and (max-width: 1600px) {
  .content_home .content__wrapper {
    margin-left: 15%;
  }
  .footer-top_home .footer-top__wrapper {
    margin-left: 15%;
  }
}
@media screen and (max-width: 1400px) {
  .promo__title_about {
    padding-left: 16%;
  }
}
@media screen and (max-width: 1300px) {
  .promo__title_home .promo__line {
    padding: 4px 10% 10px 20px;
  }

  .content_home .content__wrapper {
    margin-left: 10%;
  }
  .footer-top_home .footer-top__wrapper {
    margin-left: 10%;
  }
}

@media screen and (max-width: 1280px) {
  .footer {
    padding-left: 15px;
    padding-right: 15px; } }

@media screen and (max-width: 1194px) {
  .content__image_home {
    display: none; } }

@media screen and (max-width: 1024px) {
  .main-navigation .menu-item + .menu-item {
    margin-left: 50px;
  }
  .sub-menu .menu-item + .menu-item {
    margin-left: 0;
  }
  .pdf-link {
    position: relative;
    left: 0;
    top: auto;
    margin-left: 0; }
  .promo__title_home .promo__line {
    width: 450px;
    padding: 4px 1% 10px 20px;
    white-space: normal;
  }

  .promo__title_about {
    padding-left: 0;
  }
}

@media screen and (max-width: 964px) {
  .social {
    width: 134px;
    height: 28px; }
  .social__item {
    display: inline-block;
    vertical-align: top;
    width: 29px;
    height: 28px; }
  .social__link {
    background-size: 30px 112px; }
  .social_linked {
    background-position: 0 0; }
  .social_twitter {
    background-position: 0 -28px; }
  .social_youtube {
    background-position: 0 -56px; }
  .social_facebook {
    background-position: 0 -84px; } }

@media screen and (max-width: 890px) {
  .content_testimonials {
    padding-left: 15px;
    padding-right: 15px; }
  .content_contact .content__wrapper {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; } }

@media screen and (max-width: 768px) {
  .header {
    display: none; }
  .burger {
    display: block; }
  .navigation {
    display: none; }
  .logo {
    border-top: 10px solid #b39675; }
  .logo__img {
    width: 172px;
    height: 55px;
    margin-left: 15px; }
  .promo {
    height: 200px;
    border-top: 15px solid #4b4b4b;
    background-size: cover; }
  .promo__title_home {
    top: 50px;
    right: 0;
    font-size: 24px;
    line-height: 24px; }
  .promo__title_home .promo__line {
    width: auto;
  }
  .promo__title_about {
    top: 40px;
    left: 15px;
    font-size: 24px;
    line-height: 24px; }
  .promo__title_about .promo__line {
    padding-bottom: 0;
    padding-left: 0px; }
  .promo__title_about .promo__author {
    padding-top: 10px;
    font-size: 12px;
    line-height: 12px; }
  .promo__title_services {
    font-size: 24px;
    line-height: 24px; }
  .promo__title_services .promo__line {
    padding-left: 15px;
    padding-right: 15px; }
  .promo__title_testimonials img {
    width: 222px;
    height: 49px; }
  .promo__title_conferences {
    top: 60px;
    left: 15px;
    font-size: 24px;
    line-height: 24px; }
  .promo__title_contact {
    left: 15px;
    font-size: 24px;
    line-height: 24px; }
  .content__title {
    font-size: 24px;
    line-height: 30px; }
  .content_home {
    padding-left: 15px;
    padding-right: 15px; }
  .content_home .content__wrapper {
    max-width: 100%;
    margin-left: 0; }
  .content_about {
    padding-left: 15px;
    padding-right: 15px; }
  .content_about .content__wrapper {
    max-width: 100%;
    margin-left: 0; }
  .content_services {
    padding-left: 15px;
    padding-right: 15px; }
  .content_services .content__wrapper {
    max-width: 100%;
    margin-left: 0; }
  .content_services .content__title {
    font-size: 24px;
    line-height: 30px; }
  .content_services1 {
    padding-left: 15px;
    padding-right: 15px; }
  .content_services1 .content__wrapper {
    max-width: 100%;
    margin-left: 0; }
  .content_services1 .content__title {
    font-size: 24px;
    line-height: 30px; }
  .content_services2 {
    padding-left: 15px;
    padding-right: 15px; }
  .content_services2 .content__wrapper {
    max-width: 100%;
    margin-left: 0; }
  .content_services2 .content__title {
    font-size: 24px;
    line-height: 30px; }
  .testimonials__item {
    font-size: 18px; }
  .testimonials {
    margin-top: 0;
    margin-bottom: 10px; }
  .content_conferences {
    padding-left: 15px;
    padding-right: 15px; }
  .content_conferences .content__wrapper {
    min-height: auto;
    margin-left: 0; }
  .footer-top_home {
    padding-left: 15px;
    padding-right: 15px; }
  .footer-top_home .footer-top__wrapper {
    max-width: 100%;
    margin-left: 0; }
  .footer-top__title {
    font-size: 18px;
    line-height: 24px; }
  .footer-top_about {
    padding-left: 15px;
    padding-right: 15px; }
  .footer-top_about .footer-top__title {
    padding-bottom: 20px; }
  .footer-top_services {
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: none; }
  .footer-top_services .footer-top__wrapper {
    max-width: 100%;
    margin-left: 0; }
  .footer__copy {
    margin-right: 0;
    font-size: 14px; }
  .footer-navigation {
    display: none; }
  .social {
    position: relative; }
  .form__input {
    display: block;
    width: 100%; }
  .form__input + .form__input {
    margin-left: 0;
    margin-top: 11px; }
  .form_submit {
    padding-right: 0;
    text-align: left; }
  .contact {
    margin-top: 40px; } }

@media screen and (max-width: 640px) {
  .testimonials__logo {
    /*display: none; }*/

  .promo__title_home .promo__line {
    /*width: 200px;*/
  }
}
@media screen and (max-width: 415px){
	body{
		margin: 0;
	}
    .modal-navigation .sub-menu {
      display: block;
      visibility: visible;
      opacity: 1;
      position: relative;
      background: transparent none;
    }
    .modal .modal-navigation > li{
        text-align: left;
    }
    .modal-navigation li a{
        color: #4b4b4b !important;
    }
    .testimonials__item{
        margin-left: 0 !important;
    }
    .promo__title_about{
        top: 0;
    }
    .promo.promo_about{
        background-size: initial !important;
    }
    .promo.promo_about:after{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        content: '';
        background: url('../images/mobile-about.png');
        background-position: bottom center;
        background-repeat: no-repeat;
    }
}
