body {
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0px;
}

h2 {
    font-size: 19px;
    font-weight: 500;
    color: #283042;
    margin-bottom: 16px;
    margin-top: 0px;
}

h3 {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 40px;
    margin-top: 0px;
}

h4 {
    font-size: 18px;
    margin: 0px 0px 8px;
    font-weight: 500;
}

h5 {
    font-size: 16px;
    color: #8d99b3;
}

b {
    color: #3cb7ef;
    font-weight:normal;
}

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

a, a:hover, a:active, a:visited, a:focus {
    color: #22a7d5;
    text-decoration: none;
}

.footer a {
    color: inherit;
}


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

.hidden {
    display: none;
}

.logo {
    width: 131px;
    height: 16px;
    float: left;
}

.logo img {
    line-height: 16px;
    vertical-align: top;
}

.hero {
    overflow: hidden;
    background: rgba(40, 48, 66, 0.8) url("../images/bgHero.jpg") no-repeat 100%;
    background-size: cover;
}
.top {
    position: fixed;
    background-color: #525967;
    color: #ffffff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
.top-pricing {
    position: fixed;
    background-color: #f3f5f7;
    color: #283042;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.top-pane {
    padding: 24px 59px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-pane a {
    color: inherit;
}

.pricing {
    color: #283042;
    background-color: #f3f5f7;
    display: flex;
    align-items: center;
    padding-top: 144px;
    padding-bottom: 80px;
}

.menu {
    font-size: 16px;
    display: flex;
    align-items: center;
}

.menu li {
    float: left;
    margin-left: 24px;
}

.menu li:first-child {
    margin-left: 0;
}

.button {
    display: inline-block;
    line-height: 1.5;
    background-color: #22a7d5;
    padding: 8px 20px;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    color: #ffffff !important;
}

.button-login {
    display: inline-block;
    line-height: 1.5;
    background-color: #3E454C;
    padding: 8px 20px;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    color: #ffffff !important;
}

.button--large {
    padding: 16px 74px;
}

.button--medium {
    padding: 16px 31px;
}

.button-light {
    background-color: #f3f5f7;
    color: #283042;
}

input[type=submit] {
    border: 0;
}

.main {
    color: white;
    display: flex;
    align-items: center;
    margin: 164px 0 64px;
}

.tagline {
    text-align: center;
    flex: 1;
}

.tagline h3 {
    font-size: 19px;
    color: #8d99b3;
    font-weight: 400;
    margin-bottom: 40px;
    margin-top: 0px;
}

.panel-preview {
}

.panel-preview > img {
    width: 100%;
}

.white-pane {
    background-color: #ffffff;
    overflow: hidden;
}

.customers {
    height: 48px;
    align-items: center;
    justify-content: center;
    display: flex;
}


.customers li {
    margin: 0px 20px;
    line-height: 0px;
}

.separator {
    height: 1px;
    background-color: rgba(0,0,0,0.1);
}

.separator-short {
    width: 1200px;
    margin: 0px auto;
    height: 1px;
    background-color: rgba(0,0,0,0.1);
}

.preview {
    color: #283042;
    margin-top: 80px;
}

.features {
    text-align: center;
}

.feature-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.feature > img {
    width: 100%;
    height: auto;
}

.switcher {
    margin-top: 24px;
    margin-bottom: 40px;
    border-radius: 2px;
    align-items: center;
    background-color: rgba(0,0,0,0.1);
}

.switcher li {
    font-size: 14px;
    padding: 8px 12px;
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    width: 100%;
    display: block;
}

.switcher li.active {
    color: #22a7d5;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}

.feature {
    position: absolute;
    top: 0px;
}

.feature-tooltip {
    position: relative;
    width: 100%;
    color: white;
    font-size: 14px;
    padding: 16px;
    border-radius: 4px;
    background-color: #3cb8eb;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    text-align: left;
    margin-top: 20px;
}

.data {
    color: #283042;
}

.cloud {
    margin-bottom: 60px;
    text-align: center;
}

.cloud > img {
    width: 100%;
    height: auto;
}

.data-map {
    margin-top: 50px;
    background-color: #283042;
    padding: 80px 0px;
    color: white;
}

.data-map b {
    color: #f26f21;
}

.world {
    display: none;
    text-align: center;
    margin-bottom: 48px;
}

.profits {
    margin-top: 80px;
    margin-bottom: 99px;
    color: #283042;
}

.profit-box {
    color: #8d99b3;
}

.recommendations {
    margin: 80px 0px 63px;
}

.quotations {
    display: flex;
    justify-content: space-between;
}

.quotation {
    height: 340px;
    padding: 30px;
    position: relative;
}

.quotation-title {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.quotation-author {
    height: 40px;
    position: absolute;
    bottom: 40px;
    left: 40;
    text-align: left;
    font-size: 14px;
}

.partners {
    margin-top: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.partners img {
    margin-right: 50px;
    width: 140px;
    height: auto;
}

.partners img:last-child {
    margin-right: 0px;
}

.test-invitation {
    margin: 80px 0px;
    color: #283042;
}

.footer {
    background-color: #283042;
    color: white;
}

.footer-content {
    padding: 64px 100px 93px;
    display: flex;
    justify-content: space-between;
}

.page-links li {
    padding-bottom: 8px;
}

.subscription {
    position: relative;
    float: right;
}

.subscription input[type=email] {
    width: 313px;
    border-radius: 4px;
    background-color: #efefef;
    border: solid 2px #f2f2f2;
    display: block;
    margin-top: 0;
    padding: 14px 16px;
}

.subscription input[type=email]::placeholder {
    font-size: 14px;
    color: #00000080;
}

.subscription .checkbox {
    position:relative;
    padding-left: 25px;
}

.subscription .checkbox input[type=checkbox] {
    position: absolute;
    top: 3px;
    left: 0;
}

#subscribe-success {
    display: none;
}

.captcha {
    margin-top: 14px;
}

.captcha img {
    margin-left: 10px;
}

.captcha input[type=text] {
    width: 313px;
    border-radius: 4px;
    background-color: #efefef;
    border: solid 2px #f2f2f2;
    display: block;
    margin-top: 14px;
    padding: 14px 16px;
}

.checkbox {
    display: none;
}

#personality-agree-error {
    display: none;
}

input[type=email]:valid:not(:placeholder-shown) + #personality-agree-error {
    display: block;
}

input[type=email]:valid:not(:placeholder-shown) + span + .checkbox {
    display: block;
}

input[type=submit] {
    border: none;
}

.social {
    margin-top: 25px;
    width: 100%;
    display: flex;
    justify-content: space-around;

}

.price-list {
    text-align: center;
}

.plans {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.plan {
    position: relative;
    background-color: white;
    border-radius: 2px;
    margin-right: 16px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19);
}

.plan--recommended {
  border: 4px solid #22a7d5;
  margin-left: -4px 12px;
  margin-top: -4px;
  margin-bottom: -4px;
  border-radius: 4px;
}

.plan:last-child {
  margin-right: 0px;
}

.plan .title {
    position: relative;
    padding: 16px;
}

.plan h3 {
  font-size: 20px;
  color: #283042;
  margin: 0;
}

.plan ul {
  font-size: 16px;
  text-align: left;
}

.plan li {
  font-size: 16px;
  padding: 8px 24px;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.plan li.grouped {
  border-bottom-style: none;
}
.plan li.unavailable {
  color: #8a8a8a;
  text-decoration: line-through;
}
.pricing small {
  color: #656565;
  font-size: 12px;
}

.emphasis {
  background-color: #283042;
  padding: 24px;
}
.price {
  position: relative;
  margin-top: 16px;
  min-height: 76px;
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.price b {
  display: block;
  font-size: 20px;
  color: white;
}

.price small {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  display: block;
}

.button--price {
    display: inline-block;
    border-radius: 4px;
    width: 180px;
    padding: 16px 12px;
    line-height: 1;
    background-color: transparent;
    border: solid 2px #ffffff;
}

.button--recommended {
    border-color: #22a7d5;
    color: white;
    background-color: #22a7d5;
}

.text-recommended {
    position: absolute;
    color: #22a7d5;
    bottom: -16px;
    left: 0;
    right: 0;
    text-align: center;
}

.text-bonus {
    color: #22a7d5;
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    text-align: center;
}

.show {
  opacity: 1;
  transition: opacity 1s;
}

.hide {
  opacity: 0;
  transition: opacity 1s;
}

.displaynone {
    display:none;
}

.on {
    display: flex;
}

.off {
    display: none;
}

.button:hover, .button:active, .button:focus {
    color: #ffffff;
    text-decoration: none;
}

.button-light:hover, .button-light:active, .button-light:focus {
    color: #283042;
}

.wrapper {
    position: relative;
    overflow: auto;
    width: 100%;
}

.mobile-lang-switcher {
    display: none;
    width: 100%;
    height: 40px;
    background-color: #283042;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
}

.mobile-lang-switcher.show {
    display: block;
}

.lang-switcher {
    display: none;
    margin-right: 30px;
}

.lang-switcher .active,
.mobile-lang-switcher .active {
    color: #9f9f9f;
}

.lang-switcher .active:hover,
.mobile-lang-switcher .active {
    cursor: default;
}

.lang-switcher .sep,
.mobile-lang-switcher .sep {
    position: relative;
    width: 0;
    height: 100%;
    background-color: #eee;
    margin: 0 14px 0 12px;
}

.lang-switcher .sep:after,
.mobile-lang-switcher .sep:after {
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    content: '';
    background-color: #bbb;
    top: 0;
    left: 100%;
}

[data-quotations] {
    display: none;
}

#contact-map {
    width: 100%;
    height: 360px;
    background-color: #f5f5f5;
}

/*
 *
 * 9. Accordion
 *
 */
.accordion {
  list-style: none;
  padding-left: 0;
}
.accordion li {
  display: block;
}
.accordion li .title {
  position: relative;
  display: block;
  width: 100%;
  height: 48px;
  cursor: pointer;
  line-height: 48px;
  color: #2f2f2f;
  border-bottom: 1px solid #e9e9e9;
  padding-left: 35px;
  padding-right: 15px;
  overflow: hidden;
}
.accordion li .title a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.accordion li .title:before {
  position: absolute;
  top: 0px;
  left: 0;
  content: '\f067';
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #22a7d5;
}
.accordion li .content {
  display: block;
  overflow-y: hidden;
  width: 100%;
  max-height: 0;
  transition: all 0.3s cubic-bezier(0, 1, 0.39, 0.92);
  -o-transition: all 0.3s cubic-bezier(0, 1, 0.39, 0.92);
  -ms-transition: all 0.3s cubic-bezier(0, 1, 0.39, 0.92);
  -moz-transition: all 0.3s cubic-bezier(0, 1, 0.39, 0.92);
  -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.39, 0.92);
}
.accordion li .content p {
  margin: 15px;
  color: #8d99b3;
}
.accordion li.active .title {
  color: #22a7d5;
}
.accordion li.active .title:before {
  color: #22a7d5;
  content: '\f068';
}
.accordion li.active .content {
  max-height: 1000px;
  transition: all 0.3s cubic-bezier(0.74, 0.26, 0.99, 0.37);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.26, 0.99, 0.37);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.26, 0.99, 0.37);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.26, 0.99, 0.37);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.26, 0.99, 0.37);
}
.accordion.ac-button-color li,
.accordion.ac-button-dark li {
  margin-bottom: 10px;
}
.accordion.ac-button-color li .title,
.accordion.ac-button-dark li .title {
  background-color: #f5f5f5;
  border-color: transparent;
  padding-left: 15px;
  transition: 0.2s background-color ease-in-out;
  -o-transition: 0.2s background-color ease-in-out;
  -ms-transition: 0.2s background-color ease-in-out;
  -moz-transition: 0.2s background-color ease-in-out;
  -webkit-transition: 0.2s background-color ease-in-out;
}
.accordion.ac-button-color li .title:before,
.accordion.ac-button-dark li .title:before {
  display: none;
}
.accordion.ac-button-color li .content,
.accordion.ac-button-dark li .content {
  border-width: 0;
  border-style: solid;
  border-color: #e9e9e9;
}
.accordion.ac-button-color li .title:hover,
.accordion.ac-button-dark li .title:hover {
  background-color: #ededed;
}
.accordion.ac-button-color li.active .content,
.accordion.ac-button-dark li.active .content {
  border-width: 0 1px 1px 1px;
}
.accordion.ac-button-color li.active .title {
  background-color: #1abc9c;
  color: #fff;
}
.accordion.ac-button-dark li.active .title {
  background-color: #2f2f2f;
  color: #fff;
}

/*
 *
 * 10. Faq
 *
 */
.faq {
  list-style: none;
  padding-left: 0;
}
.faq li {
  display: block;
  margin-bottom: 40px;
}
.faq li .title {
  position: relative;
  display: block;
  width: 100%;
  height: 48px;
  cursor: pointer;
  line-height: 48px;
  color: #2f2f2f;
  border-bottom: 1px solid #e9e9e9;
  padding-left: 35px;
  padding-right: 15px;
  overflow: hidden;
}
.faq li .title a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.faq li .title:before {
  position: absolute;
  top: 0px;
  left: 0;
  content: '\f128';
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #22a7d5;
}
.faq li .content {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.3s cubic-bezier(0, 1, 0.39, 0.92);
  -o-transition: all 0.3s cubic-bezier(0, 1, 0.39, 0.92);
  -ms-transition: all 0.3s cubic-bezier(0, 1, 0.39, 0.92);
  -moz-transition: all 0.3s cubic-bezier(0, 1, 0.39, 0.92);
  -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.39, 0.92);
}
.faq li .content p {
  margin: 15px;
  color: #8d99b3;
}
.faq.ac-button-color li,
.faq.ac-button-dark li {
  margin-bottom: 10px;
}
.faq.ac-button-color li .title,
.faq.ac-button-dark li .title {
  background-color: #f5f5f5;
  border-color: transparent;
  padding-left: 15px;
  transition: 0.2s background-color ease-in-out;
  -o-transition: 0.2s background-color ease-in-out;
  -ms-transition: 0.2s background-color ease-in-out;
  -moz-transition: 0.2s background-color ease-in-out;
  -webkit-transition: 0.2s background-color ease-in-out;
}
.faq.ac-button-color li .title:before,
.faq.ac-button-dark li .title:before {
  display: none;
}
.faq.ac-button-color li .content,
.faq.ac-button-dark li .content {
  border-width: 0;
  border-style: solid;
  border-color: #e9e9e9;
}
.faq.ac-button-color li .title:hover,
.faq.ac-button-dark li .title:hover {
  background-color: #ededed;
}

.section {
    padding: 40px 0 140px;
}

.section.background-gray {
    background: #f3f5f7;
}

.section.background-white {
    background: #ffffff;
}

.section.background-dark {
    background: #283042;
}

.section.section-content-middle {
    padding: 50px 0 50px;
}

@media only screen and (min-width: 992px) {

    .section .horizontal .right {
        margin-left: auto;
    }

    .section .horizontal .right * {
        display: flex;
        vertical-align: middle;
    }

    .section .horizontal {
        display: flex;
        flex-direction: row;
        vertical-align: middle;
    }

}

.section .white {
    color: #fff !important;
}

.section .section-title {
    font-size: 32px;
    margin-bottom: 50px;
}

.section .section-subtitle {
    margin-top: 16px;
}

.section .section-subtitle.white {
    color: #e5e5e5 !important;
}

.section .no-margin {
    margin: 0 !important;
}

/*****************************************************/

.center {
    text-align: center;
}

.image-circle {
    width: 100px;
    height: 100px;
    padding: 12px;
    background: #ffffff;
    border-radius: 50%;
}

.image-circle img {
    width: 100%;
    height: auto;
}

.resources {
  padding: 80px 0 80px;
}

.resources .header {
    padding: 80px;
    background-color: #fff;
}

.resources .header h1 {
    font-size: 38px;
    font-weight: 500;
    text-align: center;
}

.resources .section {
    padding: 40px 0 140px;
}

.resources .section.section-content-middle {
    padding: 50px 0 50px;
}

.resources .section.background-gray {
    background: #f3f5f7;
}

.resources .section.background-white {
    background: #ffffff;
}

.resources .section.background-dark {
    background: #283042;
}

.resources .section.separator-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.resources .section .white {
    color: #fff !important;
}

.resources .section .no-margin {
    margin: 0 !important;
}

.resources .section .side-image {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 30px;
}

.resources .section .side-image img {
    width: 100%;
    height: 100%;
}

.resources .section .narrow {
    display: block;
    width: 70%;
    margin: 0 auto;
}

.resources .section .horizontal {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    text-align: center;
}

@media only screen and (min-width: 992px) {

    .resources .section .horizontal .right {
        margin-left: auto;
    }

    .resources .section .horizontal .right * {
        display: flex;
        vertical-align: middle;
    }

    .resources .section .horizontal {
        display: flex;
        flex-direction: row;
        vertical-align: middle;
        align-items: flex-start;
        align-content: flex-start;
        text-align: left;
    }

}

.resources .section.section-extendable {
    overflow-y: hidden;
}

.resources .section-extend {
    position: relative;
    height: 0;
    width: 100%;
}

.resources .section-extend .section-more, .resources .section-extend .section-less {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -60px;
}

.resources .section .section-title {
    font-size: 32px;
    margin-bottom: 50px;
}

.resources .section .section-subtitle {
    margin-top: 16px;
}

.resources .section .section-subtitle.white {
    color: #e5e5e5 !important;
}

.resources .section.condensed .items-container {
    overflow-y: hidden;
}

.resources .items-container {
    position: relative;
    font-size: 0;
    margin: -10px;
}

.resources .items-container .item {
    position: relative;
    display: inline-block;
    padding: 10px;
}

.resources .items-container .item-big .item-inner {
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    margin: 0;
    transition: padding 0.15s cubic-bezier(0.4, 0, 0.2, 1),margin 0.15s cubic-bezier(0.4, 0, 0.2, 1),box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: none;
    z-index: 0;
}

.resources .items-container .item-big .item-inner:hover {
    padding: 6px 10px;
    margin: -6px -10px;
    box-shadow: 0 49.5px 70px -24.5px rgba(0,0,0,0.3);
}

.resources .items-container .item-big .item-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.resources .items-container .item-big .item-image {
    position: relative;
    margin: -6px -10px;
}

.resources .items-container .item-big .item-desc {
    position: relative;
    width: 100%;
}

.resources .items-container .item-big .item-image img {
    width: 100%;
    height: auto;
}

.resources .items-container .item-big .item-desc {
    padding: 20px 16px 12px;
    height: 112px;
}

.resources .items-container .item-big .item-desc .item-title {
    font-size: 17px;
    font-weight: 700;
}

.resources .items-container .item-big .item-desc .item-content {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
}

.resources .items-container .item-small {
    vertical-align: top;
}

.resources .items-container .item-small .item-inner {
    position: relative;
    display: flex;
    margin-bottom: 30px;
}

.resources .items-container .item-small .item-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.resources .items-container .item-small .item-image {
    flex: 2;
}

.resources .items-container .item-small .item-image.item-image-small {
    flex: 1;
}

.resources .items-container .item-small .item-desc {
    flex: 4;
    padding: 0 20px;
}

.resources .items-container .item-small .item-desc .item-title {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.resources .items-container .item-small .item-desc .item-content {
    font-size: 14px;
    margin-bottom: 0;
}

.resources .items-container .item-small .item-inner:hover .item-desc .item-title {
    color: #22a7d5;
}

.resources .items-container.items-col-3 .item {
    width: 100%;
}

@media only screen and (max-width: 767px) {

    .resources .section-extendable.collapsed.section-collapsed-1 .items-container.items-col-2 .item:nth-child(n+2),
    .resources .section-extendable.collapsed.section-collapsed-1 .items-container.items-col-3 .item:nth-child(n+2),
    .resources .section-extendable.collapsed.section-collapsed-1 .items-container.items-col-4 .item:nth-child(n+2),
    .resources .section-extendable.collapsed.section-collapsed-1 .items-container.items-col-5 .item:nth-child(n+2) {
        visibility: hidden;
    }

    .resources .section-extendable.collapsed.section-collapsed-2 .items-container.items-col-2 .item:nth-child(n+3),
    .resources .section-extendable.collapsed.section-collapsed-2 .items-container.items-col-3 .item:nth-child(n+3),
    .resources .section-extendable.collapsed.section-collapsed-2 .items-container.items-col-4 .item:nth-child(n+3),
    .resources .section-extendable.collapsed.section-collapsed-2 .items-container.items-col-5 .item:nth-child(n+3) {
        visibility: hidden;
    }

}

@media only screen and (min-width: 768px) {

	.resources .items-container.items-col-2 .item,
	.resources .items-container.items-col-3 .item,
	.resources .items-container.items-col-4 .item {
		width: 50%;
	}

	.resources .items-container.items-col-5 .item {
		width: 33.3333333333%;
	}

	.resources .items-container.items-masonry.items-col-2 .item.item-wide,
	.resources .items-container.items-masonry.items-col-3 .item.item-wide,
	.resources .items-container.items-masonry.items-col-4 .item.item-wide {
		width: 100%;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .resources .section-extendable.collapsed.section-collapsed-1 .items-container.items-col-2 .item:nth-child(n+3),
    .resources .section-extendable.collapsed.section-collapsed-1 .items-container.items-col-3 .item:nth-child(n+3),
    .resources .section-extendable.collapsed.section-collapsed-1 .items-container.items-col-4 .item:nth-child(n+3),
    .resources .section-extendable.collapsed.section-collapsed-1 .items-container.items-col-5 .item:nth-child(n+4) {
        visibility: hidden;
    }

    .resources .section-extendable.collapsed.section-collapsed-2 .items-container.items-col-2 .item:nth-child(n+5),
    .resources .section-extendable.collapsed.section-collapsed-2 .items-container.items-col-3 .item:nth-child(n+5),
    .resources .section-extendable.collapsed.section-collapsed-2 .items-container.items-col-4 .item:nth-child(n+5),
    .resources .section-extendable.collapsed.section-collapsed-2 .items-container.items-col-5 .item:nth-child(n+7) {
        visibility: hidden;
    }

}

@media only screen and (min-width: 992px) {

	.resources .items-container.items-col-3 .item {
		width: 33.333333333%;
	}

	.resources .items-container.items-col-4 .item,
	.resources .items-container.items-col-5 .item {
		width: 25%;
	}

    .resources .items-container.items-masonry.items-col-3, 
    .resources .items-container.items-masonry.item.item-wide {
		width: 66.666666666%;
	}

    .resources .items-container.items-masonry.items-col-4, 
    .resources .items-container.items-masonry.item.item-wide,
    .resources .items-container.items-masonry.items-col-5,
    .resources .items-container.items-masonry.item.item-wide {
		width: 50%;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .resources .section-extendable.collapsed.section-collapsed-1 .items-container.items-col-2 .item:nth-child(n+3),
    .resources .section-extendable.collapsed.section-collapsed-1 .items-container.items-col-3 .item:nth-child(n+4),
    .resources .section-extendable.collapsed.section-collapsed-1 .items-container.items-col-4 .item:nth-child(n+5),
    .resources .section-extendable.collapsed.section-collapsed-1 .items-container.items-col-5 .item:nth-child(n+5) {
        visibility: hidden;
    }

    .resources .section-extendable.collapsed.section-collapsed-2 .items-container.items-col-2 .item:nth-child(n+5),
    .resources .section-extendable.collapsed.section-collapsed-2 .items-container.items-col-3 .item:nth-child(n+7),
    .resources .section-extendable.collapsed.section-collapsed-2 .items-container.items-col-4 .item:nth-child(n+9),
    .resources .section-extendable.collapsed.section-collapsed-2 .items-container.items-col-5 .item:nth-child(n+9) {
        visibility: hidden;
    }

}

@media only screen and (min-width: 1200px) {

	.resources .items-container.items-col-5 .item {
		width: 20%;
	}

    .resources .items-container.items-masonry.items-col-5,
    .resources .items-container.items-masonry .item.item-wide {
		width: 40%;
	}

}

.resources .section-extendable.collapsed.section-collapsed-1 .items-container.items-col-3 .item:nth-child(n+4) {
    visibility: hidden;
}

.resources .section-extendable.collapsed.section-collapsed-1 .items-container.items-col-2 .item:nth-child(n+3) {
    visibility: hidden;
}

.resources .section-extendable.collapsed.section-collapsed-2 .items-container.items-col-3 .item:nth-child(n+7) {
    visibility: hidden;
}

.resources .section-extendable.collapsed.section-collapsed-2 .items-container.items-col-2 .item:nth-child(n+5) {
    visibility: hidden;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: -40px;
}

.owl-carousel .owl-nav .owl-prev span {
    font-size: 48px;
}

.owl-carousel .owl-nav .owl-prev:hover {
    background: transparent !important;
}

.owl-carousel .owl-nav .owl-prev:hover span {
    color: #22a7d5;
}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: -40px;
}

.owl-carousel .owl-nav .owl-next span {
    font-size: 48px;
}

.owl-carousel .owl-nav .owl-next:hover {
    background: transparent !important;
}

.owl-carousel .owl-nav .owl-next:hover span {
    color: #22a7d5;
}

.owl-carousel .owl-dots {
    margin-top: 30px;
}

.infographics {
    max-height: 800px;
}

/****************************************************/


@media (min-width: 576px) {

    .quotation {
        height: 300px;
        padding: 30px;
    }

}

@media (min-width: 767px) {

    .switcher {
        display: inline-flex;
    }

    .switcher li {
        display: inline-block;
        width: auto;
        margin: 4px;
    }

    .quotation {
        height: 320px;
        padding: 30px;
    }

    .feature-tooltip {
        position: absolute;
        margin-top: 0;
        width: 240px;
    }

    .social {
        width: 317px;
        float: right;
    }

}

@media (min-width: 991px) {

    .panel-preview > img {
    }

    .feature-container {
        width: 620px;
    }

    .feature > img {
        width: 620px;
    }

    .world {
        display: block;
    }

    .quotation {
        height: 380px;
        padding: 30px;
    }

    .mobile-lang-switcher,
    .mobile-lang-switcher.show {
        display: none;
    }

    .lang-switcher {
        display: block;
    }

}

@media (min-width: 1200px) {

    .feature-container {
        width: 780px;
    }

    .feature > img {
        width: 780px;
    }

    .quotation {
        padding: 40px;
    }

}

@media (min-width: 1400px) {

    .container {
        max-width: 1366px;
        width: 1366px;
    }

    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .panel-preview {
        display: block;
        flex: 1;
    }

    .feature-container {
        width: 960px;
    }

    .feature > img {
        width: 960px;
    }
}

@media (max-width: 767px) {

    .page-links > li {
        text-align: center;
    }

    .top-pane {
        padding: 24px 0;
    }

    .panel-preview {
        display: block;
    }

    .panel-preview > img {
        height: auto;
    }

    .button {
        padding: 8px 16px;
    }

    .menu li.lang-switcher + li {
        margin-left: 0;
    }

}

@media (max-width: 1199px) {

    .separator-short {
        width: 100%;
    }

}

@media (min-width: 576px) {
  .d-sm-list-item {
    display: list-item !important;
  }
}

@media (min-width: 768px) {
  .d-md-list-item {
    display: list-item !important;
  }
}

@media (min-width: 992px) {
  .d-lg-list-item {
    display: list-item !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-list-item {
    display: list-item !important;
  }
}

.owl-carousel.owl-loaded {
	display: inline-block;
}
.img-wrap1 {
	background-size: cover;
    background-position: bottom;
	height: 220px;
    width: 400px;


}

.img-wrap1 > img {
    visibility: hidden;
}