/*
 *
 *   INSPINIA Landing Page - Responsive Admin Theme
 *   Copyright 2014 Webapplayers.com
 *
 */
@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Poppins:300,400,500,600,700&amp;lang=en");

/*
 *
 *   INSPINIA Landing Page - Responsive Admin Theme
 *   Copyright 2014 Webapplayers.com
 *
 */
/* GLOBAL STYLES
-------------------------------------------------- */
body {
  color: #676a6c;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
}

iframe {
  border: 0;
}

span.navy, strong.navy {
  color: #0096ff;
}

span.dark-navy {
  color: #002a76;
}

p.text-color {
  color: #676a6c;
}

a.navy-link {
  color: #0096ff;
  text-decoration: none;
}

a.navy-link:hover {
  color: #008aeb;
}

a.navy-link-raw {
  color: #0096ff;
  text-decoration: none;
}

a.navy-link-raw:hover {
  text-decoration: none;
  color: #008aeb;

}

section p {
  color: #676a6c;
  font-size: 13px;
}

address {
  font-size: 13px;
}

h1 {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 200;
}

.navy-line {
  width: 60px;
  height: 1px;
  margin: 60px auto 0;
  border-bottom: 2px solid #0096ff;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}

/* Flip around the padding for proper display in narrow viewports */
/*.navbar-default {*/
/*background-color: transparent;*/
/*border-color: transparent;*/
/*transition: all 0.3s ease-in-out 0s;*/
/*}*/
.navbar-default {
  height: 60px;
  background-color: #fff;
}

.navbar-default.navbar-scroll {
  box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
  background-color: #fff;
  border-color: #fff;
  /*padding: 15px 0;*/
}

.navbar-default .nav li a {
  color: #0096ff;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  /*text-transform: uppercase;*/
}

.navbar-nav > li > a {
  padding-top: 25px;
  border-top: 6px solid transparent;
}

.navbar-default .navbar-nav > .active > a {
  background: transparent;
  color: #fff;
  border-top: 6px solid #0096ff;
}

.navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
  color: #fff;
  border-top: 6px solid #0096ff;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #0096ff;
}

.navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
  color: #fff;
}

.navbar-default.navbar-scroll .navbar-nav > .active > a:focus {
  background: transparent;
  color: inherit;
}

.navbar-default .navbar-brand {
  color: #fff;
  height: auto;
  display: block;
  font-size: 14px;
  background: #0096ff;
  /*margin-top: 15px;*/
  margin-top: 7px;
  padding: 11px 18px 11px 18px;
  border-radius: 5px 5px 5px 5px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  background: #008aeb;
  color: #fff;
}

.navbar-scroll.navbar-default .nav li a {
  color: #0096ff;
}

.navbar-scroll.navbar-default .nav li a:hover {
  color: #0096ff;
}

.navbar-wrapper .navbar.navbar-scroll {
  padding-top: 0;
  border-bottom: 1px solid #e7eaec;
  border-radius: 0;
}

.nav > li > a {
  padding: 20px 10px;
}

.navbar-scroll .navbar-nav > li > a {
  padding: 10px 10px;
}

/* BACKGROUNDS SLIDER
-------------------------------------------------- */
.header-back {
  height: 350px;
  width: 100%;
}

.header-back.one {
  background: url("../img/accredito-background1.png") 50% 0 no-repeat;
}

.header-back.two {
  background: url("../img/accredito-background1.png") 50% 0 no-repeat;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  height: 350px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 350px;
  background-color: #777;
}

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 470px;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: none;
  transition-property: none;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control {
  width: 6%;
}

.carousel-control.left, .carousel-control.right {
  background: none;
}

.carousel-inner {
  overflow: visible;
}

.carousel-inner .container {
  position: relative;
}

.carousel-caption {
  position: absolute;
  top: 100px;
  left: 16px;
  bottom: auto;
  right: auto;
  text-align: left;
  position: absolute;
  top: 100px;
  left: 16px;
  bottom: auto;
  right: auto;
  text-align: left;
}

.carousel-caption.blank {
  top: 0px;
}

.carousel-image {
  position: absolute;
  right: 10px;
  top: 150px;
}

.carousel-indicators {
  padding-right: 60px;
}

.carousel-caption h1 {
  font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 0px;
  margin-top: -15px;
}

.carousel-caption p {
  text-shadow: none;
}

.caption-link {
  color: #fff;
  margin-left: 10px;
  text-transform: capitalize;
  font-weight: 400;
}

.caption-link:hover {
  text-decoration: none;
  color: inherit;
}

/* Sections
------------------------- */
.services {
  padding-top: 60px;
}

.services h2 {
  font-size: 20px;
  letter-spacing: -1px;
  font-weight: 500;
}

.features-block {
  position: relative;
  margin-top: 20px
}

.features-text {
  margin-top: 40px;
}

.features small {
  color: #0096ff;
}

.features h2 {
  font-size: 18px;
  margin-top: 5px;
}

.features .news {
  margin-top: 15px;
  min-height: 180px;
}

.features-text-alone {
  margin: 40px 0;
}

.features-text-alone h1 {
  font-weight: 200;
}

.features-icon {
  color: #0096ff;
  font-size: 40px;
}

.feature {
  display: none;
}

.feature.active {
  display: block;
}

.feature-blocks {
  padding: 0 60px;
}

.features-pagination {
  text-align: center;
  margin: 0 0 30px;
}

.feature-item {
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
  color: #aeaeae;
  text-transform: uppercase;
}

.feature-item:last-child {
  margin-right: 0;
}

.feature-item.active {
  color: #0096ff;
}

.feature-arrow {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  font-size: 30px;
  width: 60px;
  position: absolute;
  color: #eee;
  cursor: pointer;
  float: left;
  height: 100%;
}

.feature-arrow.left {
  left: 0;
}

.feature-arrow.right {
  right: 0;
}

.feature-arrow span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
}

.club-crest {
  max-height: 350px;
}

.navy-section {
  margin-top: 60px;
  background: #0096ff;
  color: #fff;
  padding: 20px 0;
}

.gray-section {
  background: #f4f4f4;
  margin-top: 30px;
}

.team-member {
  text-align: center;
}

.team-member img {
  width: 20%;
  margin: auto;
}

.social-icon a {
  background: #0096ff;
  color: #fff;
  padding: 4px 8px;
  height: 28px;
  width: 28px;
  display: block;
  border-radius: 50px;
}

.social-icon a:hover {
  background: #0096ff;
  color: #fff;
}

.img-small {
  height: 88px;
  width: 88px;
}

.img-medium {
  height: 140px;
  width: 140px;
}

.img-little {
  height: 38px;
  width: 38px;
}

.pricing-plan2 {
  margin: 20px 0px 0 0px;
  border-radius: 4px;
  background: #f4f4f4;
}

.pricing-plan2 li {
  padding: 10px 16px;
  border-top: 1px solid #e7eaec;
  text-align: center;
  color: #676a6c;
  font-size: 13px;
  min-height: 40px;
}

.pricing-plan {
  margin: 20px 0px 0 0px;
  border-radius: 4px;
}

.pricing-plan.selected {
  transform: scale(1.1);
  background: #f4f4f4;
}

.pricing-plan li {
  padding: 10px 16px;
  border-top: 1px solid #e7eaec;
  text-align: center;
  color: #aeaeae;
  font-size: 13px;
  min-height: 40px;
}

.pricing-plan .pricing-price .price {
  font-weight: 700;
  font-size: 22px;
  color: #0096ff;
}

.pricing-plan .pricing-price .per {
  font-weight: 700;
}

.pricing-soon {
  color: #F00;
  font-size: 11px;
  text-align: center
}

li.pricing-desc {
  font-size: 13px;
  border-top: none;
  padding: 20px 16px;
}

li.pricing-title {
  background: #0096ff;
  color: #fff;
  padding: 10px;
  border-radius: 4px 4px 0 0;
  font-size: 22px;
  font-weight: 300;
}

.testimonials {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #0096ff;
  background-image: url("../img/avatar_all.png");
}

.big-icon {
  font-size: 56px;
}

.features .big-icon {
  color: #0096ff;
}

.contact {
  background-image: url("../img/word_map.png");
  background-position: 50% 75px;
  background-repeat: no-repeat;
  margin-top: 60px;
}

.services-box {
  text-align: justify;
}

/* Buttons - only primary custom button
------------------------- */
.btn-primary.btn-outline:hover, .btn-success.btn-outline:hover, .btn-info.btn-outline:hover, .btn-warning.btn-outline:hover, .btn-danger.btn-outline:hover {
  color: #fff;
}

.btn-primary {
  background-color: #0096ff;
  border-color: #0096ff;
  color: #FFFFFF;
  font-size: 14px;
  padding: 11px 18px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background-color: #008df0;
  border-color: #008df0;
  color: #FFFFFF;
}

.open .dropdown-toggle.btn-primary {
  background-color: #008df0;
  border-color: #008df0;
  color: #FFFFFF;
}

.btn-primary:active, .btn-primary.active {
  background-image: none;
}

.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled {
  background-color: #149eff;
  border-color: #149eff;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active {
  background-color: #149eff;
  border-color: #149eff;
}

.btn-primary[disabled] {
  background-color: #149eff;
  border-color: #149eff;
}

.btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active {
  background-color: #149eff;
  border-color: #149eff;
}

.btn-primary.active[disabled] {
  background-color: #149eff;
  border-color: #149eff;
}

fieldset[disabled] .btn-primary {
  background-color: #149eff;
  border-color: #149eff;
}

fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #149eff;
  border-color: #149eff;
}

/* PACE PLUGIN
-------------------------------------------------- */
.pace .pace-progress {
  background: #fff;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

.pace-inactive {
  display: none;
}

#cookies {
  background: rgba(0, 150, 255, 0.80);
  text-align: center;
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
}

#cookies a {
  color: #002A76;
}

#cookies-policy {
  color: #fff;
  font-size: 11px;
  padding: 5px 15px;
  position: relative;
}

#cookies-accept {
  background: white;
  margin-left: 10px;
}

#cookies-accept i {
  color: #002a76;
}

#subpage {
  margin-top: 50px;
}

#accredito-logo {
  height: 36px;
  margin-top: 12px;
  display: inline-block;
}


.form-control {
  height: 42px;
  border-color: #e7eaec;
}

.form-group label {
  font-size: 16px;
  font-weight: 500;
}

textarea {
  resize: vertical;
}

.carousel-tabs {
  padding: 0 60px;
  height: 300px;
  margin: 20px 0;

}

.carousel-tabs .carousel-control {
  width: 60px;
  color: #eee;
}

.carousel-tabs .carousel-control.left {
  left: 0;
}

.carousel-tabs .carousel-control.right {
  right: 0;
}

.carousel-tabs.carousel .item {
  background-color: white;
  height: auto;
}

.carousel-tabs .carousel-indicators {
  display: none !important;
  padding: 0;
  position: relative;
  left: auto;
  bottom: auto;
  width: 100%;
  margin: auto;
}

.carousel-tabs .carousel-indicators li {
  width: auto;
  height: auto;
  display: inline-block;
  text-indent: inherit;
  margin: auto;
  margin-right: 15px;
  border: 0;
  text-transform: uppercase;
}

.carousel-tabs .carousel-indicators li:last-child {
  margin-right: 0;
}

.carousel-tabs .carousel-indicators .active {
  color: #0096ff;
}

.multipleCarousel .items {
  display: none;
}

.multipleCarousel .items.active-tab {
  display: block;
}

.multipleCarousel {
  padding: 0 60px;
  position: relative;
}

.multipleCarousel .item {
  display: none;
}

.multipleCarousel .item.active {
  display: block;
  visibility: visible !important;
}

.multipleCarousel .carousel-indicators {
  display: block;
  padding: 0;
  position: relative;
  left: auto;
  bottom: auto;
  width: 100%;
  margin: 20px 0;
}

#inRecommendations {
  height: 400px;
}

.multipleCarousel .carousel-indicators li {
  width: auto;
  height: auto;
  display: inline-block;
  text-indent: inherit;
  margin: auto;
  margin-right: 15px;
  text-transform: uppercase;
  border: 0;
}

.multipleCarousel .carousel-indicators li:last-child {
  margin-right: 0;
}

.multipleCarousel .active-indicator {
  color: #0096ff;
}

.carousel-inner h2 {
  /*color: #0096ff;*/
}

.footer-menu {
  font-size: 12px;
}

.footer-menu a {
  margin-right: 10px;
}

.footer-menu a:last-child {
  margin-right: 0;
}

#termsOfService {
  margin-top: 90px;
}

#termsOfService ol {
  line-height: 21px;
}

#termsOfService ol ol li {
  list-style-type: lower-latin;
}

.main-slider--description {
  display: none;
  width: 530px;
  padding-top: 6px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    /*margin-top: 20px;*/
  }

  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
    border-radius: 4px;

  }

  .navbar .panel-buttons .navbar-brand:first-child {
    margin-left: 45px;
  }

  .navbar .panel-buttons .navbar-brand {
    margin-left: 10px;
  }


  /* The navbar becomes detached from the top, so we round the corners */
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (max-width: 992px) {
  .carousel-image {
    display: none;
  }

}

@media (max-width: 450px) {
  .play-ico--hover {
    width: 100px;
  }

  .header-back.one {
    background: url("../img/accredito-background1.png") 42% 0 no-repeat;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .navbar .panel-buttons .navbar-brand:first-child {
    margin-left: 0px;
  }

  .navbar .panel-buttons .navbar-brand {
    margin-left: 5px;
  }

  .header-back.one {
    background: url("../img/accredito-background1.png") 52% 0 no-repeat;
  }
}

@media (max-width: 768px) {
  .calendly-overlay .calendly-popup {
    top: 0px;
  }

  #accredito-logo {
    height: 20px;
    margin-top: 20px;
  }

  /*#docked {*/
  /*height:20px;*/
  /*margin-top: 14px;*/
  /*}*/
  .navbar .panel-buttons {
    margin: 0 -15px;
  }

  .navbar .panel-buttons .navbar-brand {
    width: 46%;
    margin-right: 8%;
    margin-left: 0;
    text-align: center;
    font-size: 16px
  }

  .navbar .panel-buttons .navbar-brand:last-child {
    margin-right: 0
  }

  .carousel-caption {
    left: 5%;
    top: 80px;
  }

  .carousel-caption h1 {
    font-size: 28px;
  }

  .navbar-collapse.in {
    overflow-y: visible;
    margin-bottom: 15px;
  }

  .navbar.navbar-scroll .navbar-brand {
    margin-top: 6px;
  }

  .navbar-default {
    background-color: #fff;
    border-color: #fff;
    padding: 15px 0;
  }

  .navbar-toggle {
    margin-right: 0;
    margin-top: 13px;
  }

  .navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
    color: inherit;
  }

  /*.navbar-default .nav li a {*/
  /*color: #676a6c;*/
  /*}*/
  .navbar-default .nav li a:hover {
    color: #0096ff;
  }

  .nav > li > a {
    padding: 25px 20px 15px 10px;
  }

  .navbar-nav > li > a {
    padding: 10px 10px;
  }

  .navbar .navbar-brand {
    margin-top: 6px;
    border-radius: 5px;
    font-size: 12px;
    padding: 10px;
    height: auto;
  }

  .navbar-wrapper .navbar {
    padding: 0 15px;
    border-bottom: 1px solid #e7eaec;
    border-radius: 0;
  }


  .navbar-default .navbar-nav > .active > a {
    color: inherit;
  }

  .navbar-default .navbar-nav > .active > a:hover {
    color: inherit;
  }

  .features-text {
    margin-top: 0px;
  }

  .panel-buttons.subpage {
    float: none;
  }

}

@media (min-width: 992px) {
  /*.calendly-overlay div.callendly-custom-close-button{*/
  /*font-size: 25px;*/
  /*right: 25px;*/
  /*top: 16px;*/
  /*}*/
  .main-slider--description {
    display: block;
  }

  .featurette-heading {
    margin-top: 120px;
  }

  .nav > li:last-child > a {
    padding-right: 0px;
  }
}

.navbar-nav.subpage {
  display: none;
}

.panel-buttons.subpage {
  float: right;
}

.paylane {
  text-align: center;
  margin-top: 60px;
}

.faq-item {
  padding: 20px;
  margin-bottom: 2px;
  background: #fff;
}

.faq-question {
  font-size: 18px;
  font-weight: 400;
  color: #0096ff;
  display: block;
  margin-top: 16px;
}

.faq-question:hover {
  color: #0096ff;
}

.faq-answer {
  margin-top: 10px;
  background: #f3f3f4;
  border: 1px solid #e7eaec;
  border-radius: 3px;
  padding: 15px;
}

.faq-item .tag-item {
  background: #f3f3f4;
  padding: 2px 6px;
  font-size: 10px;
  text-transform: uppercase;
}

.img-circle {
  border-radius: 50%;
}

.photo.img-circle {
  overflow: hidden;
  border-color: #fff;
}

.photo.photo-md {
  width: 66px;
  height: 66px;
}

.faq-photo {
  float: left;
}

.faq-label {
  float: left;
  margin-top: 26px;
}

.faq-item {
  padding: 20px;
  border-bottom: 1px solid #f4f4f4;
}

.faq-user-label {
  font-size: 18px;
  font-weight: 600;
  color: #0096ff;
  display: block;
  margin-left: 23px;
  margin-top: 21px;
}

a:hover, a:focus {
  color: #0096ff;
  text-decoration: underline;
}

.features .crests img {
  height: 70px;
  margin-top: 25px
}

.indent {
  text-indent: 37px;
}

a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  outline: 0;
}

.g-recaptcha > div > div {
  margin: 0 auto;
}

.icon {
  width: 65px;
  height: 65px;
}

.photo-lg {
  width: 110px;
  height: 110px;
  padding: 15px;
  text-align: center;
}

.home-page-statistics {
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 8px;
}

.home-page-statistics .number {
  color: #0096ff;
  font-weight: 500;
  font-size: 36px;
}

.home-page-statistics .box {
  width: 14.285%;
  border-left: 1px solid #EBEBEB;
  float: left;
  text-align: center;
}

.home-page-statistics .box:nth-of-type(2) {
  border-left: 0px solid #EBEBEB;
}

.home-page-integrations .box {
  width: 14.285%;
  border-left: 1px solid #EBEBEB;
  float: left;
  text-align: center;
  margin-top: 10px;
}

.home-page-integrations .box:nth-of-type(2) {
  border-left: 0px solid #EBEBEB;
  margin-left: 160px;
}

.home-page-integrations .box .image {
  height: 50px;
}

.home-page-integrations .box .image img {
  width: 37px;
}

.home-page-integrations .box:nth-of-type(6) img {
  padding-top: 12px;
  width: 80px;
}

.home-page-features .box {
  width: 20%;
  border-left: 1px solid #EBEBEB;
  float: left;
  text-align: center;
  margin-top: 25px;
  height: 155px;
}

.home-page-features .box:nth-of-type(1),
.home-page-features .box:nth-of-type(6),
.home-page-features .box:nth-of-type(11),
.home-page-features .box:nth-of-type(16),
.home-page-features .box:nth-of-type(21),
.home-page-features .box:nth-of-type(26),
.home-page-features .box:nth-of-type(31) {
  border-left: 0px solid #EBEBEB;
}

.home-page-features .box img {
  width: 42px;
}

.home-page-features .box .description {
  font-size: 13px;
  padding: 20px;
  color: #636567;
}


@media (max-width: 768px) {

  .home-page-features .box {
    width: 50%;
    border-right: 0px solid #EBEBEB !important;
    border-left: 0px solid #EBEBEB !important;
    height: 185px;
  }

  .home-page-features .box:nth-child(odd) {
    border-right: 1px solid #EBEBEB !important;
  }

  .home-page-statistics {
    padding-top: 20px;
  }

  .home-page-statistics .box {
    margin-top: 15px;
    width: 50%;
    border-right: 0px solid #EBEBEB !important;
    border-left: 0px solid #EBEBEB !important;
  }

  .home-page-statistics .box:nth-child(odd) {
    border-right: 1px solid #EBEBEB !important;
  }

  .home-page-statistics .box:nth-child(9) {
    border-right: 0px !important;
    width: 100%;
  }

  .home-page-integrations .box {
    margin-top: 15px;
    width: 50%;
    border-right: 0px solid #EBEBEB !important;
    border-left: 0px solid #EBEBEB !important;
    min-height: 100px;
  }

  .home-page-integrations .box .image {
    height: 55px;
  }

  .home-page-integrations .box:nth-child(odd) {
    border-right: 1px solid #EBEBEB !important;
  }

  .home-page-integrations .box:nth-of-type(2) {
    margin-left: 0 !important;
  }

  .home-page-integrations .box:nth-child(7) {
    border-right: 0px !important;
    width: 100%;
  }

  .home-page-integrations .box:nth-of-type(6) img {
    padding-top: 12px;
    width: 135px;
  }

  .m-t-xl {
    margin-top: 10px;
  }

  .slider-teaser {
    top: 20% !important;
  }


  .pricing .ref-container {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing .ref-container .features-block {
    padding: 0;
  }

  .home-page-features {
    padding-left: 0px;
    padding-right: 0px;
  }

  .home-page-features .box .description {
    padding: 10px 5px;
  }

  .hide-small {
    visibility: hidden;
  }

  .show-small {
    visibility: visible;
  }

  .panel-buttons.subpage {
    float: none;
  }

  .navbar-nav.subpage {
    display: block;
  }
}

@media (max-width: 400px) {
  .paylane img {
    width: 100%;
  }
}

.home-page-statistics .description {
  font-size: 17px;
  font-weight: 500;
  margin-top: -8px;
}

.youtube-embed {
  text-align: center;
  margin-top: 60px;
}

.img-editor {
  width: 165px;
}

.remove-link-decoration a {
  text-decoration: none;
}

.editors-crest img {
  height: 50px;
}

.position-absolute-center {
  position: absolute;
}

.opacity {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.7;
}

.partner-page-background {
  margin-top: 30px;
  position: relative;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
}

.partner-background-height {
  width: 100%;
  height: 180px;
}

.partner-page-crest {
  top: 50px;
  width: 100%;
}

.partner-page-img-main {
  height: 90px;
}

@media (max-width: 768px) {
  .partner-page-background {
    background-size: 100% 100%;
  }

  .partner-page-img-main {
    height: 88px;
  }

  .partner-background-height {
    height: 150px;
  }

  .partner-page-crest {
    top: 43px;
    width: 100%;
  }

  .img-absolute {
    position: relative;
  }

  .carousel-control {
    font-size: 200%;
  }
}

@media (min-width: 1550px) {
  .partner-page-img-main {
    height: 100px;
  }

  .partner-page-crest {
    top: 50px;
    right: 197px;
  }

  .partner-background-height {
    height: 180px;
  }
}

@media (min-width: 1200px) {
  .editors-crest div:first-child {
    margin-left: 58px;
  }
}

.partner-wall-crest {
  /*min-height: 66px;*/
}

.partner-crest-width a:nth-child(2) {
  margin-left: 5px;
}

.partner-home-clubs {
  height: 52px;
}

.partner-home-clubs img {
  max-height: 100%;
}

.partner-crest-width a {
  min-width: 108px;
}

.partner-crest-width {
  text-align: center;
}

.center-indicators {
  padding-right: 0px;
}

#homepageVideoPreview {
  cursor: pointer;
}

@media (min-width: 1200px) {
  #homepageVideo .modal-dialog {
    width: 900px;
    height: 524px;
  }
}

#homepageVideo .modal-body {
  padding: 20px;
}

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

#homepageVideo .video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

#homepageVideo .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.partner-list-crest {
  width: 70px;
  text-align: center;
}

.partner-list-crest img {
  height: 38px;
}

.text-in-line div {
  display: inline-block;
}

.img-small-height {
  height: 66px;
}

.partner-page-news p {
  margin: 0 0 25px;
}

.partner-page-news:last-child p {
  margin: 0 0 10px;
}

#offer {
  margin-top: 90px;
}

#offer ol {
  line-height: 21px;
}

#offer ol ol li {
  list-style-type: lower-latin;
}

@media (max-width: 1200px) {
  #offer .mobile-img img {
    width: 100%;
  }

  .navbar-default {
    max-height: none;
  }
}

.padding-responsive-menu {
  padding-bottom: 10px;
}

#inSlider {
  margin-top: 60px;
}

#inSlider .carousel-control.left {
  left: 5px;
}

#inSlider .carousel-control.right {
  right: 5px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 50.625%; /* 16:9 */
  height: 0;
  margin: 0 auto;
  width: 90%;
  display: none;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#youtubecover {
  z-index: 5;
}

@media (min-width: 768px) {
  .navbar-scroll .navbar-nav {
    margin: 10.5px 0px 3.5px !important;
  }

  .navbar-nav {
    margin-top: 1px !important;
  }
}

.press-office--number {
  color: #0096ff;
  font-weight: normal;
  font-size: 15px;
}

.vertical-line--img {
  position: absolute;
  left: -11px;
  bottom: -18px;
  width: 60px;
}

/*center .videoWrapper{
  height: 61.19%;
  width: 69%;
}*/
nav.navbar.navbar-default:not(.navbar-scroll) {
  border-bottom: 0px !important;
}

.on-page, .on-page * {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

nav.navbar.navbar-default.navbar-scroll .on-page, nav.navbar.navbar-default.navbar-scroll .on-page * {
  transition: opacity 1s ease-out;
  opacity: 1;
  height: auto;
}

.docked, .docked * {
  transition: opacity 0.75s ease-in;
  opacity: 1;
  height: auto;
  overflow: hidden;
}

.docked {
  margin-top: 10px;
  font-size: 22px;
  color: #0096ff;
}

.docked img {
  margin-left: 20px;
  margin-top: 1px;
  height: 39px;
}

nav.navbar.navbar-default.navbar-scroll .docked, nav.navbar.navbar-default.navbar-scroll .docked * {
  opacity: 0;
  height: 0;
  margin-top: 0px;
}

.awards-teaser, #features p a[title] {
  color: #676a6c;
  text-decoration: initial;
  margin: 1em 0;
  font-size: 14px;
  line-height: 28px;
  cursor: context-menu;
  font-color: #676a6c;
}

#features p a[title]:hover {
  color: #676a6c;
  text-decoration: initial;
  margin: 1em 0;
  font-size: 14px;
  line-height: 28px;
  cursor: context-menu;
  font-color: #676a6c;
}

.tocible {
  width: 200px;
  font-size: 14px;
  color: #676a6c;
  border: 1px solid #e7eaec;
  border-bottom: 0px;
  z-index: 2;
}

.tocible ul li.tocible_heading:last-of-type {
  border-bottom: 0px !important;
}

.tocible_header, .tocible_heading, .tocible_subheading {
  background: #fff !important;
  color: #676a6c;
  border-bottom: 2px solid #e7eaec !important;
}

.tocible_heading {
  color: #0096ff !important;
  font-weight: 500;
}

.tocible_subheading {
  font-size: 10px;
  background-color: #f4f4f4 !important;
}

.tooltip, .arrow:after {
  background: #fff;
  border: 2px solid white;
}

.tooltip {
  padding: 10px 20px;
  color: white;
  border-radius: 20px;
  /*font: bold 14px "Helvetica Neue", Sans-Serif;*/
  font-size: 14px;
  text-transform: none;
  box-shadow: 0 0 7px #fff;
}

.tooltip.in {
  opacity: 1;
}

.tooltip-inner {
  border: 1px solid #e7eaec;
  background-color: #f4f4f4 !important;
  color: #676a6c !important;
  font-size: 10px;
}

.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}

.arrow.top {
  top: -16px;
  bottom: auto;
}

.arrow.left {
  left: 20%;
}

.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow.top:after {
  bottom: -20px;
  top: auto;
}

#container .wideoWrapper {
  width: 100%;
  height: 58.3%
}

#container center img {
  width: 90%;
}

@media (min-width: 1200px) {
  #container center img {
    width: 800px;
  }

  #container .wideoWrapper {
    width: 800px;
    height: 466, 4px;
  }
}

.social-icon a i {
  padding-top: 3px;
  max-width: 9px;
  margin-left: -4px;
}

.social-icon a i.fa-twitter {
  margin-top: 1px;
}

.social-icon a i.fa-facebook {
  padding-top: 4px;
  margin-left: 0px;
}

.social-icon a i.fa-linkedin {
  padding-top: 4px;
  margin-left: -2px;
}

.social-icon a i.fa-youtube-play {
  padding-top: 4px;
}

.nav-anchor {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  z-index: -1;
  top: -40px;
  left: 0;
  visibility: hidden;
}

.toc_scrolled {
  color: #0096ff !important;
  font-weight: 700;
}

.vertical-timeline-center {
  float: none;
  margin: 0 auto;
  margin-top: 85px !important;
  text-align: center;
}

.center-orientation .vertical-timeline-center::before {
  top: -14px;
  left: 50%;
  margin-left: -7px;
  transform: rotate(-90deg);
}

.center-orientation .vertical-timeline-center {
  margin-left: auto;
}

@media only screen and (min-width: 1170px) {
  .center-orientation .vertical-timeline-block {
    margin: 2em 0;
  }
}

.center-orientation .vertical-timeline-content {
  padding: 10px 20px;
}

@media (min-width: 1200px) {
  #container .videoWrapper {
    width: 800px;
  }

  #container .videoWrapper iframe {
    height: 449.9933px;
  }
}

@media (max-width: 768px) {
  .pricing-wrapper div {
    padding: 0 5px;
  }

  .tocible {
    visibility: hidden;
  }
}

.home--play-ico {
  display: inline-flex !important;
  position: absolute;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  visibility: hidden;
}

/*#container center .play-ico-hover:hover ~ .home--play-ico {
    display: inline;
}​*/
.home--play-cover {
  background-color: red;
  background-image: url("../img/play_ico.png") 50% 0 no-repeat;
}

@media (max-width: 990px) {
  .carousel-caption.blank {
    left: 10px;
    right: 10px;
    top: 0px;
  }

  #commercialVideoBox {
    margin-top: 0;
  }

  .vertical-timeline-center {
    float: none;
    margin-left: 60px;
    margin-top: 0px !important;
    text-align: inherit;
  }

  .center-orientation .vertical-timeline-center {
    margin-left: 60px;
  }
}

.tooltip-inner {
  max-width: 250px;
  width: 250px;
  font: 13px "Helvetica Neue", Sans-Serif !important;
}

#vertical-timeline .vertical-timeline-content h2 {
  font-size: 18px;
}

@media (max-width: 990px) {
  .center-orientation .vertical-timeline-center::before {
    top: 10px;
    left: -14px;
    right: 100%;
    margin-left: 0px;
    transform: rotate(0deg);
  }

  #vertical-timeline::before {
    height: 90%;
  }

  .vertical-timeline-icon {
    top: 10px;
    left: -5px;
  }

  .vertical-timeline-center {
    margin-left: 70px !important;
  }

  .navbar-header {
    display: inherit;
    float: none;
  }

  #pricing li {
    height: 55px;
  }

  li.pricing-title {
    font-size: 18px;
  }

  .vertical-timeline-content {
    margin-left: 70px;
  }
}

@media (min-width: 990px) and (max-width: 1200px) {
  .vertical-timeline-icon {
    left: -5px;
  }

  .vertical-timeline-content {
    margin-left: 70px;
  }

  .vertical-timeline-icon {
    top: 10px;
  }

  .center-orientation .vertical-timeline-center::before {
    top: -14px;
    left: 20px;
    margin-left: -7px;
    transform: rotate(90deg);
  }
}

@media (max-width: 750px) {
  #vertical-timeline::before {
    height: 85%;
  }
}

#pricing li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.crest-box {
  width: 13.333%;
  float: left;
  text-align: center;
}

.crest-box--super-width {
  width: 20%;
}

@media (max-width: 440px) {
  .crest-box--super-width {
    width: 40% !important;
  }

  .crest-box--super-width-neighbour {
    width: 29.5% !important;
  }
}

@media (max-width: 760px) {
  .crest-box {
    width: 33%;
  }
}

.landing-page .features-block {
  margin-top: 40px;
  padding-bottom: 30px;
}

.landing-page section.timeline {
  padding-bottom: 30px;
}

.landing-page section.comments {
  padding-bottom: 80px;
}

.landing-page .comments-avatar {
  margin-top: 25px;
  margin-left: 22px;
  margin-bottom: 25px;
}

.landing-page .center .comments-avatar {
  margin: 25px 22px;
}

.landing-page .comments-avatar .comments-name {
  font-weight: 600;
  font-size: 14px;
}

.landing-page .comments-avatar a img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-right: 10px;
}

.landing-page .comments-avatar img.static-size {
  height: 42px;
}

.landing-page .bubble {
  position: relative;
  min-height: 220px;
  padding: 20px;
  background: #FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 14px;
}

.landing-page .bubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 15px 14px 0;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -15px;
  left: 30px;
}

.landing-page .center .bubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 15px 14px 0;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -15px;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -10%);
}

.navbar-default .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  background-color: #0096ff;
  border-color: #0096ff;
  color: #FFFFFF;
}

.navbar-default .btn-primary.btn-outline:hover, .navbar-default .btn-success.btn-outline:hover, .btn-info.btn-outline:hover, .btn-warning.btn-outline:hover, .btn-danger.btn-outline:hover {
  color: #fff;
}

.navbar-default .btn-success.btn-outline {
  color: #0096ff;
}

.navbar-default .float-e-margins .btn {
  margin-bottom: 5px;
}

.navbar-default .btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}

.navbar-default .btn-success {
  background-color: #FFFFFF;
  border-color: #0096ff;
  color: #FFFFFF;
}

.landing-page .gray-section {
  background: #f4f4f4;
  margin-top: 60px;
}

.chat-element,
.media-body {
  overflow: hidden;
  font-style: normal;
}

.chat-element .media-body {
  display: block;
  width: auto;
}

.media-body > .media {
  background: #f9f9f9;
  border-radius: 3px;
  border: 1px solid #f1f1f1;
}

.forum-post-container .media-body .photos {
  margin: 10px 0;
}

.forum-photo {
  max-width: 140px;
  border-radius: 3px;
}

.media-body > .media .forum-avatar {
  width: 70px;
  margin-right: 10px;
}

.media-body > .media .forum-avatar .img-circle {
  height: 38px;
  width: 38px;
}

.text-muted {
  color: #888888;
}

.bottom-video-player {
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 9000;
  text-align: right;
}

.bottom-video-player--play-ico-hover {
  width: 100%;
}

.component {
  background-color: #F4F5F7;
  border-radius: 4px;
  padding: 20px 20px 50px;
  text-align: center;
}

.price-block__heading {
  color: #676a6c;
  padding: 24px 12px;
  padding-top: 5px;
}

.price-block__price {
  font-size: 4.5rem;
  line-height: 1;
  margin-bottom: 12px;
  color: #0096ff;
}

.price-block__primaryText {
  color: #676a6c;
  font-size: 18px;
  line-height: 1.2;
}

.price-block__secondaryText {
  color: #676a6c;
  font-size: 12px;
  line-height: 1.71428571;
}

.price-block__button {
  margin-top: 32px;
  margin-bottom: 32px;
}

.column .column, .component:not(.block):last-child > :last-child {
  margin-bottom: 0;
}

.price-block__post-cta-text {
  color: #676a6c;
  line-height: 1.71428571;
}

.price-box {
  border: none;
  float: none;
  margin: 0 auto;
}

/*nie wiadomo czy to nie wyjedzie*/
.font-heavy {
  font-weight: bold;
}

.price-block__price {
  font-weight: bold;
}

.avoid-clicks {
  pointer-events: none;
}

.awards-teaser {
  float: none;
  margin: 50px auto auto;
  padding-top: 20px;
  cursor: auto;
  pointer-events: none;
}

.pointer-cursor {
  width: 65px;
  cursor: pointer;
  font-family: 'Poppins';
}

#bottom-video-player .videoWrapper {
  margin-top: unset;
  margin-left: unset;
  float: right;
  margin-right: 15px;
  margin-bottom: 20px;
}

.simple-button {
  color: #fff;
  height: auto;
  text-decoration: none;
  font-size: 14px;
  background: #0096ff;
  margin-top: 15px;
  padding: 11px 18px 11px 18px;
  border-radius: 5px 5px 5px 5px;
  transition: all 0.3s ease-in-out 0s;
}

.simple-button:hover {
  background: #008aeb;
  color: #fff;
  text-decoration: none;
}

.carousel-caption.blank, .carousel-caption.blank div, .carousel-caption.blank p {
  padding-left: 0px;
  padding-right: 0px;
}

.slider-logo {
  height: 26px;
  margin-bottom: 50px;
  display: inline-block;
}

.bubble-icon {
  position: absolute;
  bottom: 10px;
  right: 20px;
}

.slider-teaser {
  position: absolute;
  top: 26%;
  left: 0;
}

.slider-teaser-header {
  font-size: 30px !important;
  font-family: 'Poppins';
  font-weight: 500;
  color: #ffffff;
}

.slider-teaser-content {
  font-size: 15px !important;
  font-family: 'Poppins';
  color: #cecac8;
}

@media (max-width: 768px) {
  /*.bottom-video-player{*/
  /*bottom: 60px;*/
  /*}*/
  .slider-teaser-header {
    font-size: 24px !important;
    font-family: 'Poppins';
    font-weight: 500;
    color: #ffffff;
  }

  .slider-teaser-content {
    font-size: 14px !important;
    font-family: 'Poppins';
    color: #cecac8;
  }
}

@media (max-width: 350px) {
  .slider-teaser-header {
    font-size: 21px !important;
    font-family: 'Poppins';
    font-weight: 500;
    color: #ffffff;
  }

  .slider-teaser-content {
    font-size: 13px !important;
    font-family: 'Poppins';
    color: #cecac8;
  }
}

.nav.panel-buttons .btn-success {
  border-width: 2px;
}

.nav.panel-buttons .navbar-brand {
  border: #0096ff 2px solid;
}

.navbar-default .nav li a {
  border-top-width: 0px;
}

#docked .navy-link-raw {
  text-decoration: none;
  color: #0096ff;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 14px;
}

.btn-white {
  color: #0096ff;
  background-color: #fff;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  z-index: 5000;
}

#team .bubble {
  min-height: 260px;
}

@media (max-width: 500px) {
  .slider-teaser {
    bottom: 20px;
  }

  .price-block__button a {
    margin-left: auto;
    display: block;
  }
}

.collapse.in {
  background-color: rgb(255, 255, 255);
  margin-top: 4px;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .25);

}

.landing-page .comments-avatar .comments-name {
  font-weight: inherit;
}

.responsive-player {
  width: 1200px;
}

.play-ico--hover {
  box-shadow: 10px 10px 20px -6px rgba(0, 0, 0, .25);
  margin: 0 10px 10px 0;
  max-width: 200px;
  width: 200px;
}

@media (max-width: 1100px) {
  .responsive-player {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .videoWrapper {
    clear: both;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto !important;
  }

  .play-ico--hover {
    width: 140px;
  }
}

.navbar-collapse.collapsing {
  border-top: none;
}

.sm-login-button {
  display: inline-block;
  color: rgb(28, 132, 198);
  border: 1px solid rgb(28, 132, 198);
  border-radius: 3px;
  padding: 6px 13px;
  margin: 4px 3px;
  font-size: 14px;
  font-weight: 400;
  background-color: #fff;
}

.sm-login-button img {
  width: 14px;
  margin-right: 6px;
}

.bottom-callendly {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2) !important;
  clear: both;

  display: flex;
  align-items: center;
  justify-content: center;
}

#calendly-mobile a.calendly-button, #calendly-desktop a.calendly-button {
  background-color: #0096ff;
  border-color: #0096ff;
  color: #FFFFFF;
  border: #0096ff 2px solid;
  width: auto;
}

.bottom-callendly a {
  display: table-cell;
  vertical-align: middle;
  margin: auto 0 auto 0;
  border: #0096ff 2px solid;
  width: 35%;
  min-width: 275px;
  max-width: 350px;
}

.navbar-fixed-bottom #cookies {
  position: relative;
}

.position-relative {
  position: relative;
}

.home-bottom-bar {
  -webkit-box-shadow: 0px -5px 50px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -5px 50px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -5px 50px -10px rgba(0, 0, 0, 0.75);
  padding: 0;
  text-align: center;
}

.calendly-overlay div.callendly-custom-close-button {
  background: none;
  font-weight: initial;
  font-size: 35px;
  top: 35px;
  right: 50px;
}

.calendly-overlay {
  background-color: rgba(31, 31, 31, 0.7);
}

@media (max-width: 992px) {
  .calendly-overlay div.callendly-custom-close-button {
    font-size: 25px;
    top: 17px;
    right: 31px;
    color: rgb(77, 80, 85);
  }

  .bottom-callendly .btn-outline:hover {
    color: #fff;
  }
}

.alter-calendly-main {
  position: absolute;
  max-width: 370px;
  background-color: white;
  border-radius: 8px !important;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2) !important;
  bottom: 10px;
  padding: 20px 40px 40px 40px;
  line-height: 1.6rem;
  font-weight: 400;
  color: #48525c;
  z-index: 100000000;
  right: 10px;
  background-image: url("../img/box.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto calc(100% + 10px);
}

#calendly-desktop a.calendly-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.calendly-desktop-wrapper .ap-o-consent-text {
  position: relative;
}

.calendly-desktop-wrapper .ap-o-consent-text span {
  display: block;
}

.calendly-desktop-wrapper .ap-o-consent-text .fa-close {
  position: absolute;
  top: -15px;
  right: -25px;
  font-size: 20px;
}

.pull-none {
  float: none !important;
}

.partner-name {
  margin-top: 18px;
  margin-left: 84px;
  position: absolute;
  left: -86px;
  top: 58px;
}

.contain-accreditation-processes {
  float: left;
  margin-top: 18px;
  padding-left: 10px;
}

.data-accreditation-processes {
  margin-right: 5px;
  font-family: 'Montserrat';
  font-weight: 600;
}

.font-partner-bold {
  font-family: 'Montserrat';
}

.gray-border-top {
  border-top: 1px solid #ddd;
}

.font-partner-slightly-bold {
  font-weight: 600;
  font-family: 'Montserrat';
}

@media (max-width: 991px) {
  .contain-menu {
    display: none;
  }
}

@media (min-width: 992px) {
  #navbar {
    float: none;
    padding-right: 15px;
  }
  #navbar ul {
    padding-left: 35px;
  }
}

.head-logo {
  z-index: 99999;
}

.partner-page-background-image {
  position: relative
}

.partner-background {
  position: absolute;
  background-size: 41% auto;
  background-repeat: no-repeat;
  background-position: top right;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  opacity : 0.07;
  position: absolute;
  right: 0px;
}

.height-one-accreditation {
  height: 65px
}

.partner-contain {
  display: flex;
  justify-content: flex-end;
  z-index: 1;

}

.image-contact-partner {
  height: 80px;
}
