/* Get Font Awesome from CDN */
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans|Oswald&subset=cyrillic,greek');
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.no-padd {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 990px) {
  .no-padd-lg {
    padding-left: 0;
    padding-right: 0;
  }
}

.margin-15l {
  margin-left: 15px;
}

.margin-15r {
  margin-right: 15px;
}

.margin-40t {
  margin-top: 40px;
}

.margin-60t {
  margin-top: 60px;
}

.marg-lg-b180 {
  margin-bottom: 180px;
}

ul {
  list-style: none;
  padding: 0;
}

.pos-rel {
  position: relative;
}

.main-header {
  padding-top: 50px;
  padding-bottom: 340px;
  background-size: cover;
}

@media screen and (max-width: 990px) {
  .main-header {
    padding-bottom: 240px;
  }
}

@media screen and (max-width: 480px) {
  .main-header {
    padding-top: 25px;
  }
}

.main-header__menu-line {
  position: fixed;
  padding: 20px;
  padding-top: 50px;
  top: 0;
  width: 100%;
  z-index: 5;
  -webkit-transition: all .5s;
  transition: all .5s;
  max-height: 100%;
  overflow-y: auto;
}

@media screen and (max-width: 480px) {
  .main-header__menu-line {
    padding-top: 25px;
  }
}

.main-header__menu-line--scroll {
  background-color: #ffffff;
  padding-top: 20px;
}

.main-header__text-logo {
  margin-left: 60px;
  float: left;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 1px;
}

@media screen and (max-width: 480px) {
  .main-header__text-logo {
    margin-left: 15px;
  }
}

.main-header__text-logo:hover {
  text-decoration: none;
  color: #fff;
}

.main-header__text-logo:focus {
  text-decoration: none;
  color: #fff;
}

.main-header__img-logo {
  margin-top: 180px;
  text-align: center;
}

@media screen and (max-width: 990px) {
  .main-header__img-logo {
    margin-top: 118px;
  }
}

.main-header__text-top {
  margin-top: 60px;
  text-align: center;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 7px;
}

.main-header__text-middle {
  margin-top: 25px;
  text-align: center;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 60px;
  line-height: 60px;
  padding-left: 15px;
  padding-right: 15px;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .main-header__text-middle {
    font-size: 40px;
  }
}

.main-header__text-bottom {
  margin-top: 50px;
  text-align: center;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #ccc;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: .5px;
}

.main-header .call-to-action {
  text-align: center;
  margin-top: 45px;
}

.main-header .call-to-action__link {
  padding: 0 30px;
  display: inline-block;
  background-color: #293e91;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 54px;
  letter-spacing: .3px;
  border: 1px solid transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.main-header .call-to-action__link:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.wpc-navigation {
  position: relative;
  min-height: 40px;
  float: right;
  margin-right: 140px;
  vertical-align: middle;
  color: #ff;
}

@media screen and (max-width: 1250px) {
  .wpc-navigation {
    float: none;
    margin-right: 0;
  }
}

@media screen and (max-width: 600px) {
  .wpc-navigation {
    float: none;
  }
}

.wpc-navigation > nav {
  margin-top: 25px;
}

@media screen and (max-width: 1250px) {
  .wpc-navigation > nav {
    margin: 0;
  }
}

.main-menu {
  padding: 2px 10px;
  margin: 0;
}

@media screen and (max-width: 1250px) {
  .main-menu {
    margin-top: 0px;
    padding-bottom: 30px;
  }
}

.menu-item {
  display: inline-block;
  margin-right: 5px;
  padding: 0 15px;
  position: relative;
  font-family: 'Montserrat',
 Arial,
 Helvetica,
 sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1.8px;
}

@media screen and (max-width: 1500px) {
  .menu-item {
    padding: 0 5px;
  }
}

@media screen and (max-width: 1250px) {
  .menu-item {
    display: block;
    text-align: center;
    line-height: 30px;
  }
}

.menu-item > a {
  color: #fff;
}

.menu-item > a:hover {
  color: #fff;

  text-decoration: none;
}

.menu-item > a:focus {
  color: #fff;
  text-decoration: none;
}

.main-menu .sub-menu {
  display: none;
  padding: 0;
  position: absolute;
  white-space: nowrap;
}

/* Active menu items */
.main-menu .current-menu-parent a,
.main-menu .current-menu-item a {
  color: #000;
}

/* Show second and third menu levels */
@media screen and (min-width: 768px) {
  .main-menu .sub-menu li {
    display: block;
  }
  .main-menu li:hover > .sub-menu {
    display: block;
  }
  .main-menu .sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
  }
  /* First level menu arrows */
  .main-menu > .menu-item-has-children > a:after {
    content: '\f107';
    font-family: 'FontAwesome';
  }
  /* Second level menu arrows */
  .main-menu .sub-menu .menu-item-has-children > a:after {
    content: '\f105';
    font-family: 'FontAwesome';
  }
}

/* Responsive menu button */
.nav-menu-icon {
  position: absolute;
  right: 60px;
  top: 6px;
  width: 32px;
  height: 32px;
  display: block;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .nav-menu-icon {
    right: 15px;
  }
}

@media screen and (min-width: 1250px) {
  .nav-menu-icon {
    right: -60px;
  }
}

/* Don`t reqiured */
.wpc-navigation.active .nav-menu-icon i {
  background: none;
}

.wpc-navigation.active .nav-menu-icon i:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wpc-navigation.active .nav-menu-icon i:after {
  top: 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* End Don`t reqiured */
.nav-menu-icon i:before,
.nav-menu-icon i:after {
  content: '';
  width: 30px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
}

.nav-menu-icon i:before {
  top: -8px;
}

.nav-menu-icon i:after {
  bottom: -8px;
}

.nav-menu-icon i {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 3px;
  background: #fff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}

.menu-item-has-children > a span {
  display: none;
}

/* Responsive menu */
.nav-menu-icon {
  display: block;
}

.main-menu {
  display: none;
}

.wpc-navigation.active .main-menu {
  display: block;
  width: 100%;
  background-color: transparent;
  height: auto;
}

.main-menu .sub-menu {
  position: static;
  padding: 5px 15px;
}

.lrg-logo {
  width: 320px;
  height: 70px;
  text-align: center;
  background-image: url("../img/logomediationwit.png");
  background-size: cover;
}

.sml-logo {
  width: 320px;
  height: 30px;
  text-align: center;
  background-image: url("../img/logomediation.png");
  background-size: cover;
}

/*effect-underline*/
a.effect-underline:after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  border-bottom: 1px solid;
  margin-top: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}

a.effect-underline:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*effect-box*/
a.effect-box:after,
a.effect-box:before {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  margin-top: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;

}

a.effect-box:before {
  border-left: 1px solid;
  border-right: 1px solid;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
}

a.effect-box:after {
  border-bottom: 1px solid;
  border-top: 1px solid;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}

a.effect-box:hover:after,
a.effect-box:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* effect-shine */
a.effect-shine:hover {
  -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }

  to {
    -webkit-mask-position: -50%;
  }
}