@font-face {
    font-family: "CenturyGothicRegular";
    font-weight: normal;
    src: url("../fonts/gothic.eot?#iefix") format("embedded-opentype"), url("../fonts/gothic.woff") format("woff"), url("../fonts/gothic.ttf") format("truetype"), url("../fonts/gothic.svg") format("svg");
}

@font-face {
    font-family: "CenturyGothicBold";
    font-weight: bold;
    src: url("../fonts/gothicb.eot?#iefix") format("embedded-opentype"), url("../fonts/gothicb.woff") format("woff"), url("../fonts/gothicb.ttf") format("truetype"), url("../fonts/gothicb.svg") format("svg");
}

html, body {
    margin: 0;
    padding: 0;
    border: 0;
    color: #000;
    font-family: "CenturyGothicrRegular", Arial, sans-serif;
    font-size: 16px;
    height: 100%;
}

h1, h2, h3, h4, h5 {
    margin: 0;
}

.hidden {
    display: none !important;
}

/***--- Mini Menu Section ---****/

.mini-menu {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 60px;
    background-color: #f7f8fa;
    -moz-box-shadow: 0 2px 10px #000;
    -webkit-box-shadow: 0 2px 10px #000;
    box-shadow: 0 2px 10px #000;
    display: none;
    text-align: center;
    opacity: 0.9;
}

.mini-menu .menu-elements {
    width: 1000px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.mini-menu .menu-elements a {
    text-transform: uppercase;
    color: #3f5466;
    text-decoration: none;
    width: 190px;
    line-height: 60px;
    display: inline-block;
    margin: 0 5px 0 5px;
    font-size: 1.125em;
    cursor: pointer;
}

.mini-menu .menu-elements .mini-logo-link {
    margin: 0;
    display: inline-block;
    text-align: left;
    margin-right: 50px;
    width: 38px;
}

.mini-menu .menu-elements img {
    width: 38px;
    height: 38px;
    vertical-align: middle;
    cursor: pointer;
    margin-top: -4px;
}

.mini-menu .menu-elements .a-lang {
    width: 38px;
    text-align: right;
    margin: 0;
    margin-left: 50px;
}

.mini-menu .menu-elements .a-software:hover, .mini-menu .menu-elements .a-software.activeSection {
    color: #fff;
    background-color: #4e687e;
}

.mini-menu .menu-elements .a-using:hover, .mini-menu .menu-elements .a-using.activeSection {
    color: #fff;
    background-color: #798fa1;
}

.mini-menu .menu-elements .a-aboutus:hover, .mini-menu .menu-elements .a-aboutus.activeSection {
    color: #fff;
    background-color: #84669b;
}

.mini-menu .menu-elements .a-wearehere:hover {
    color: #fff;
    background-color: #6c95bb;
}

/***--- Mini Menu Moblie Section ---****/

.mini-menu-mobile {
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0;
    height: 60px;
    background-color: #f7f8fa;
    -moz-box-shadow: 0 2px 10px #000;
    -webkit-box-shadow: 0 2px 10px #000;
    box-shadow: 0 2px 10px #000;
    text-align: center;
    opacity: 0.9;
}

.mini-menu-mobile img {
    width: auto;
    height: 60px;
    cursor: pointer;
    margin: 0 15px;
    float: left;
}

.mini-menu-mobile .open-button {
    background-image: url(../../images/Home/top_navi_mobile_icon.gif);
    width: 30px;
    height: 30px;
    float: right;
    margin: 15px;
    cursor: pointer;
}

.mobile-menu {
    position: fixed;
    z-index: 600;
    background-color: #f7f8fa;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
    width: 200px;
    height: 100%;
    overflow-y: scroll;
    top: 0;
    right: 0;
    -moz-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
}

.mobile-menu-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu-link {
    text-transform: uppercase;
    color: #3f5466;
    text-decoration: none;
    line-height: 60px;
    display: inline-block;
    font-size: 1.125em;
    cursor: pointer;
}

.mobile-menu-link.a-software:hover {
    color: #fff;
    background-color: #4e687e;
}

.mobile-menu-link.a-using:hover {
    color: #fff;
    background-color: #798fa1;
}

.mobile-menu-link.a-aboutus:hover {
    color: #fff;
    background-color: #84669b;
}

.mobile-menu-link.a-wearehere:hover {
    color: #fff;
    background-color: #6c95bb;
}

body.has-active-menu {
    overflow: hidden;
}

.mobile-menu-mask {
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    background-color: #000;
    opacity: 0;
    -moz-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
    -o-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
    -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
    transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}

.mobile-menu-mask.is-active {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.mobile-menu .mobile-menu-item {
    display: block;
    text-align: center;
    border-bottom: solid 1px #3f5466;
}

.mobile-menu .mobile-menu-item:first-child {
    border-top: none;
}

.mobile-menu .mobile-menu-item:last-child {
    border-bottom: none;
}

.mobile-menu .mobile-menu-link {
    display: block;
    padding: 0px 15px;
    text-align: right;
}

.mobile-menu.is-active {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

/***--- Parallax ---****/

.skrollr-desktop body {
    height: 100% !important;
}

.parallax-image-wrapper-simple {
    position: fixed;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.parallax-image-wrapper-simple-100 {
    height: 100%;
    top: -100%;
}

.parallax-image-simple {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.parallax-image-simple-100 {
    height: 100%;
    top: 0;
}

.parallax-image-simple.skrollable-between {
    display: block;
}

.no-skrollr .parallax-image-wrapper-simple {
    display: none !important;
}

#skrollr-body {
    height: 100%;
    position: relative;
}

.gap {
    background: transparent center no-repeat;
    background-size: cover;
}

.skrollr .gap {
    background: transparent !important;
}

.gap-100 {
    height: 100%;
}

.skrollr-mobile .skrollable {
    position: absolute;
}

.software-parallax {
    background-image: url(../../images/Home/priceMountain/priceMountain.png);
}

.software-parallax-cover {
    background-image: url(../../images/Home/priceMountain/priceMountainCover.png);
}

.conclusion-parallax {
    background-image: url(../../images/Home/conclusionMountain/conclusionMountain.png);
}

.conclusion-parallax-cover {
    background-image: url(../../images/Home/conclusionMountain/conclusionMountainCover.png);
}

.reference-parallax {
    background-image: url(../../images/Home/referenceMountain/referenceMountain.png);
}

.reference-parallax-cover {
    background-image: url(../../images/Home/referenceMountain/referenceMountainCover.png);
}

.header-parallax-0 {
    background-image: url(../../images/Home/headerMountain/ao_paralax_0.png);
}

.header-parallax-1 {
    background-image: url(../../images/Home/headerMountain/ao_paralax_1.png);
}

.header-parallax-2 {
    background-image: url(../../images/Home/headerMountain/ao_paralax_2.png);
}

.header-parallax-3 {
    background-image: url(../../images/Home/headerMountain/ao_paralax_3.png);
}

.header-parallax-4 {
    background-image: url(../../images/Home/headerMountain/ao_paralax_4.png);
}

/* The "Dark sun" bubble */
.header-parallax-5-5 {
    background-image: url(../../images/Home/headerMountain/ao_paralax_5-5.png);
}

.header-parallax-5 {
    background-image: url(../../images/Home/headerMountain/ao_paralax_5.png);
}

.header-parallax-6 {
    background-image: url(../../images/Home/headerMountain/ao_paralax_6.png);
}

.header-parallax-7 {
    background-image: url(../../images/Home/headerMountain/ao_paralax_7.png);
}

.header-parallax-8 {
    background-image: url(../../images/Home/headerMountain/ao_paralax_8.png);
}

/***--- Header Section ---****/

.software, .using, .aboutus, .contact, footer {
    position: relative;
}

.software, .using, .aboutus, .contact, footer, .logo, .main-nav {
    z-index: 100;
}

.mini-menu, .mini-menu-mobile {
    z-index: 120;
}

.header {
    position: relative;
    text-align: center;
}

.header .logo-container {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    width: 100%;
    text-align: left;
    z-index: 3;
    display: none;
}

.header .logo-container .logo {
    height: 68px;
    width: 199px;
    background-repeat: no-repeat;
}

.header .main-nav {
    position: absolute;
    width: 1000px;
    top: 170px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

@media screen and (min-width: 1000px) {
    .header .main-nav {
        display: block;
    }

    .header .logo-container {
        display: block;
    }

    .mini-menu-mobile {
        display: none;
    }
}

.main-nav .nav-item {
    height: 190px;
    width: 170px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    margin: 0 5px 0 5px;
    padding: 10px 10px 0 10px;
    opacity: 0.9;
    font-size: 2.375em;
    line-height: 49px;
    font-family: "CenturyGothicBold";
    text-align: left;
    vertical-align: top;
    cursor: pointer;
}

.main-nav .nav-item:hover {
    opacity: 1;
}

.nav-item.nav-software {
    background-color: #4e687e;
}

.nav-item.nav-using {
    background-color: #798fa1;
}

.nav-item.nav-aboutus {
    background-color: #84669b;
}

.nav-item.nav-wearehere {
    background-color: #6c95bb;
}

/***--- News Section ---****/

.news {
    position: relative;
    bottom: 125px;
    width: 100%;
    max-width: 820px;
    margin: auto;
    left: 0;
    right: 0;
    margin-bottom: -130px;
}

.news a {
    position: relative;
    display: block;
    text-align: left;
    background-color: #fff;
    vertical-align: bottom;
    -moz-box-shadow: 0 0 10px 1px #444;
    -webkit-box-shadow: 0 0 10px 1px #444;
    box-shadow: 0 0 10px 1px #444;
    margin: 5px 5px 10px;
    padding: 15px 10px 0 15px;
    text-decoration: none;
    color: #1f1f1f;
}

.news a .title {
    color: #ff01ba;
    font-size: 1.125em;
    font-family: CenturyGothicBold;
    padding-bottom: 15px;
}

.news a .text {
    font-size: 0.75em;
    line-height: 24px;
    margin: 0;
    padding-bottom: 40px;
}

.news a .date {
    color: #adadad;
    font-size: 0.75em;
    line-height: 24px;
    position: absolute;
    bottom: 12px;
}

@media screen and (min-width: 840px) {
    .news {
        bottom: 200px;
        margin-bottom: -205px;
    }

    .news a {
        display: inline-block;
        width: 165px;
        height: 175px;
    }

    .news a:first-child {
        margin-left: 8px;
    }

    .news a .title {
        padding-bottom: 25px;
    }

    .news a .text {
        padding-bottom: 0;
    }
}

/***--- Software Section ---****/

.software, .using, .aboutus, .contact {
    padding-top: 50px;
}

.software .intro .advisory-suite {
    background-image: url("../../images/Home/monitors.png");
    background-color: #fff;
    width: 100%;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 28.28125%; /* (img-height / img-width * width%) */ /* (543 / 1920 * 100) */
    color: #445b72;
    line-height: 49px;
    height: 245px;
    background-position: bottom;
}

.advisory-suite .advisory-suite-desc {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 280px;
}

.advisory-suite-desc h2, .config-desc h3 {
    font-weight: normal;
    margin-bottom: 30px;
    font-size: 1.25em;
}

.advisory-suite-desc span, .config-desc span {
    font-family: "CenturyGothicBold";
    line-height: 32px;
    display: inline-block;
    font-size: 0.75em;
}

.advisory-suite-desc span {
    width: 280px;
}

.intro .icons {
    background-color: #445b72;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.icons .icon-desc {
    vertical-align: top;
    display: inline-block;
    width: 170px;
    line-height: 32px;
    font-size: 0.875em;
    color: #fff;
    padding: 0 10px 0 10px;
    margin: 0 5px 40px 5px;
}

.icons .icon-desc img {
    display: block;
    margin: auto;
    padding-bottom: 40px;
}

.icons .icon-desc span {
    text-align: left;
    display: block;
}

.config-desc span {
    width: 280px;
}

.software .config {
    background-color: #fff;
    color: #445b72;
    text-align: center;
    padding-top: 100px;
}

.config .config-desc {
    text-align: left;
    display: inline-block;
    width: 280px;
}

.config .config-gallery {
    position: relative;
    padding-bottom: 100px;
    padding-top: 110px;
}

.config-gallery .swipe-hand {
    text-align: right;
    margin: auto;
    opacity: 0.6;
    width: 100%;
}

.swipe-hand img {
    width: 38px;
    height: 39px;
    margin-right: 10px;
}

.iosslider {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 1920px;
    height: 200px;
}

.iosslider .slider {
    width: 100%;
    height: 100%;
}

.iosslider .slider .item {
    float: left;
    width: 810px;
    height: auto;
}

.iosslider .slider .item img {
    width: 100%;
}

.config .config-explanation {
    text-align: center;
    padding-bottom: 100px;
}

.config-explanation .box {
    font-size: 1.1875em;
    line-height: 32px;
    color: #445b72;
    border: 1px solid #445b72;
    width: 295px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 0 5px 10px 5px;
}

.box h5 {
    font-size: 1.1875em;
    line-height: 49px;
}

.box .upper-box {
    height: 175px;
}

.box h5, .box .upper-box, .box .lower-box {
    padding: 20px;
}

.box .lower-box {
    color: #fff;
    background-color: #445b72;
    position: relative;
}

.box .lower-box:after {
    width: 30px;
    height: 15px;
    position: absolute;
    top: -8px;
    left: calc(50% - 15px);
    content: url('data:image/png;base64,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');
}

.price, .conclusion, .reference {
    position: relative;
    text-align: center;
}

.price .price-text,
.conclusion .conclusion-text,
.reference .reference-text {
    color: #fff;
    font-family: "CenturyGothicBold";
    position: absolute;
    top: 10px;
    text-align: left;
}

.reference .reference-text {
    width: 300px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.price .price-text {
    width: 300px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 100px;
}

.conclusion .conclusion-text {
    width: 300px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.price .price-text h4, .conclusion .conclusion-text h4, .reference .reference-text h4 {
    font-size: 3em;
    line-height: 49px;
    padding-bottom: 35px;
}

.reference .reference-text h4 {
    padding-bottom: 25px;
    color:#fff;
}

.price .price-text span, .conclusion .conclusion-text span, .reference .reference-text span {
    font-size: 1.1875em;
    line-height: 32px;
    display: inline-block;
}

.reference .reference-text span {
    font-size: 1em;
}

.conclusion .conclusion-text span {
    font-size: 1em;
    display: inline-block;
    width: 300px;
}

.price .price-text span {
    width: 300px;
}

.reference-text h4, .reference .reference-text span {
    color: #1b1826;
}

.reference .reference-text span {
    color: #fff;
}

@media screen and (min-width: 320px) and (min-height: 520px) {
    .conclusion .conclusion-text, .reference .reference-text {
        top: 30px;
    }
}

@media screen and (min-width: 320px) and (min-height: 540px) {
    .conclusion .conclusion-text, .reference .reference-text {
        top: 50px;
    }
}

@media screen and (min-width: 320px) and (min-height: 560px) {
    .conclusion .conclusion-text {
        top: 70px;
    }

    .reference .reference-text {
        top: 60px;
    }
}

@media screen and (min-width: 320px) and (min-height: 580px) {
    .conclusion .conclusion-text {
        top: 90px;
    }

    .reference .reference-text {
        top: 80px;
    }
}

@media screen and (min-width: 320px) and (min-height: 600px) {
    .conclusion .conclusion-text {
        top: 100px;
    }

    .reference .reference-text {
        top: 90px;
    }
}

@media screen and (min-width: 320px) and (min-height: 620px) {
    .reference .reference-text {
        top: 100px;
    }
}

@media screen and (min-width: 360px) {
    .iosslider {
        height: 250px;
    }

    .config-explanation .box {
        width: 325px;
    }

    .box .upper-box {
        height: 170px;
    }
}

@media screen and (min-width: 430px) {
    .iosslider {
        height: 300px;
    }

    .config-explanation .box {
        width: 392px;
    }

    .box .upper-box {
        height: 160px;
    }

    .conclusion .conclusion-text, .reference .reference-text {
        top: 25px;
    }

    .price .price-text, .price .price-text span {
        width: 390px;
    }

    .conclusion .conclusion-text, .conclusion .conclusion-text span, .reference .reference-text, .reference .reference-text span {
        width: 390px;
    }
}

@media screen and (min-width: 430px) and (min-height: 500px) {
    .conclusion .conclusion-text {
        top: 45px;
    }

    .reference .reference-text {
        top: 60px;
    }
}

@media screen and (min-width: 430px) and (min-height: 520px) {
    .conclusion .conclusion-text {
        top: 65px;
    }

    .reference .reference-text {
        top: 80px;
    }
}

@media screen and (min-width: 430px) and (min-height: 540px) {
    .conclusion .conclusion-text {
        top: 85px;
    }

    .reference .reference-text {
        top: 100px;
    }
}

@media screen and (min-width: 430px) and (min-height: 560px) {
    .conclusion .conclusion-text {
        top: 100px;
    }
}

@media screen and (min-width: 480px) {
    .advisory-suite .advisory-suite-desc {
        width: 360px;
    }

    .advisory-suite-desc h2, .config-desc h3 {
        font-size: 1.785em;
    }

    .advisory-suite-desc span, .config-desc span {
        font-size: 0.9375em;
    }

    .advisory-suite-desc span {
        width: 320px;
    }

    .config-desc span, .config .config-desc {
        width: 360px;
    }
}

@media screen and (min-width: 520px) {
    .iosslider {
        height: 350px;
    }

    .price .price-text {
        top: 150px;
    }

    .reference .reference-text {
        top: 50px;
    }

    .conclusion .conclusion-text {
        top: 60px;
    }

    .price .price-text, .price .price-text span {
        width: 450px;
    }

    .conclusion .conclusion-text, .conclusion .conclusion-text span, .reference .reference-text, .reference .reference-text span {
        width: 450px;
    }
}

@media screen and (min-width: 520px) and (min-height: 500px) {
    .conclusion .conclusion-text {
        top: 90px;
    }
}

@media screen and (min-width: 520px) and (min-height: 520px) {
    .conclusion .conclusion-text {
        top: 100px;
    }

    .reference .reference-text {
        top: 70px;
    }
}

@media screen and (min-width: 520px) and (min-height: 540px) {
    .conclusion .conclusion-text {
        top: 120px;
    }

    .reference .reference-text {
        top: 100px;
    }
}

@media screen and (min-width: 520px) and (min-height: 560px) {
    .conclusion .conclusion-text {
        top: 130px;
    }
}

@media screen and (min-width: 520px) and (min-height: 580px) {
    .reference .reference-text {
        top: 120px;
    }
}

@media screen and (min-width: 520px) and (min-height: 620px) {
    .conclusion .conclusion-text {
        top: 150px;
    }

    .reference .reference-text {
        top: 140px;
    }
}

@media screen and (min-width: 520px) and (min-height: 640px) {
    .conclusion .conclusion-text {
        top: 150px;
    }

    .reference .reference-text {
        top: 150px;
    }
}

@media screen and (min-width: 625px) {
    .advisory-suite .advisory-suite-desc {
        width: 500px;
    }

    .advisory-suite-desc h2, .config-desc h3 {
        font-size: 2.375em;
    }

    .advisory-suite-desc span, .config-desc span {
        font-size: 1.1875em;
    }

    .advisory-suite-desc span {
        width: 400px;
    }

    .icons .icon-desc {
        margin: 0 40px 40px 40px;
    }

    .config-desc span, .config .config-desc {
        width: 500px;
    }

    .iosslider {
        height: 410px;
    }

    .config-explanation .box {
        width: 285px;
    }

    .box .upper-box {
        height: 205px;
    }

    .box .lower-box {
        height: 160px;
    }

    .reference .reference-text {
        top: 35px;
        width: 500px;
    }

    .conclusion .conclusion-text {
        top: 80px;
    }

    .price .price-text, .price .price-text span {
        width: 550px;
    }

    .conclusion .conclusion-text, .conclusion .conclusion-text span {
        width: 550px;
    }

    .conclusion .conclusion-text span {
        font-size: 1.1875em;
    }
}

@media screen and (min-width: 625px) and (min-height: 500px) {
    .conclusion .conclusion-text {
        top: 100px;
    }

    .reference .reference-text {
        top: 70px;
    }
}

@media screen and (min-width: 625px) and (min-height: 520px) {
    .conclusion .conclusion-text {
        top: 120px;
    }

    .reference .reference-text {
        top: 90px;
    }
}

@media screen and (min-width: 625px) and (min-height: 540px) {
    .conclusion .conclusion-text {
        top: 140px;
    }
}

@media screen and (min-width: 625px) and (min-height: 560px) {
    .conclusion .conclusion-text {
        top: 150px;
    }

    .reference .reference-text {
        top: 110px;
    }
}

@media screen and (min-width: 625px) and (min-height: 580px) {
    .reference .reference-text {
        top: 120px;
    }
}

@media screen and (min-width: 625px) and (min-height: 600px) {
    .reference .reference-text {
        top: 140px;
    }
}

@media screen and (min-width: 700px) {
    .config-gallery .swipe-hand {
        margin-top: 20px;
    }

    .config-explanation .box {
        width: 320px;
    }

    .box .upper-box {
        height: 175px;
    }

    .box .lower-box {
        height: 115px;
    }
}

@media screen and (min-width: 768px) {
    .software .intro .advisory-suite {
        height: 215px;
    }

    .advisory-suite .advisory-suite-desc {
        width: 550px;
    }

    .config-desc span, .config .config-desc {
        width: 550px;
    }

    .config-explanation .box {
        width: 360px;
    }

    .box .upper-box {
        height: 160px;
    }

    .box .lower-box {
        height: auto;
    }

    .price .price-text {
        top: 200px;
    }

    .reference .reference-text {
        top: 50px;
        width: 550px;
    }

    .conclusion .conclusion-text {
        top: 150px;
    }

    .price .price-text, .price .price-text span {
        width: 700px;
    }

    .conclusion .conclusion-text, .conclusion .conclusion-text span {
        width: 700px;
    }

    .price .price-text h4, .conclusion .conclusion-text h4 {
        font-size: 4em;
    }

    .reference .reference-text h4 {
        font-size: 4em;
    }

    .conclusion .conclusion-text span {
        font-size: 1.1875em;
    }
}

@media screen and (min-width: 768px) and (min-height: 520px) {
    .reference .reference-text {
        top: 70px;
    }
}

@media screen and (min-width: 768px) and (min-height: 540px) {
    .conclusion .conclusion-text {
        top: 170px;
    }
}

@media screen and (min-width: 768px) and (min-height: 560px) {
    .conclusion .conclusion-text {
        top: 180px;
    }

    .reference .reference-text {
        top: 90px;
    }
}

@media screen and (min-width: 768px) and (min-height: 580px) {
    .conclusion .conclusion-text {
        top: 200px;
    }

    .reference .reference-text {
        top: 100px;
    }
}

@media screen and (min-width: 768px) and (min-height: 600px) {
    .reference .reference-text {
        top: 120px;
    }
}

@media screen and (min-width: 768px) and (min-height: 620px) {
    .reference .reference-text {
        top: 140px;
    }
}

@media screen and (min-width: 835px) {
    .icons .icon-desc {
        margin: 0 5px 40px 5px;
    }

    .iosslider .slider .item img {
        width: auto;
    }

    .config-gallery .swipe-hand {
        width: 800px;
    }

    .config-explanation .box {
        width: 392px;
    }

    .price .price-text, .price .price-text span {
        width: 800px;
    }

    .conclusion .conclusion-text {
        width: 800px;
    }

    .conclusion .conclusion-text span {
        width: 710px;
    }
}

@media screen and (min-width: 835px) and (min-height: 500px) {
    .reference .reference-text {
        top: 60px;
    }
}

@media screen and (min-width: 835px) and (min-height: 540px) {
    .conclusion .conclusion-text {
        top: 170px;
    }

    .reference .reference-text {
        top: 80px;
    }
}

@media screen and (min-width: 835px) and (min-height: 560px) {
    .conclusion .conclusion-text {
        top: 180px;
    }

    .reference .reference-text {
        top: 100px;
    }
}

@media screen and (min-width: 835px) and (min-height: 580px) {
    .conclusion .conclusion-text {
        top: 200px;
    }

    .reference .reference-text {
        top: 120px;
    }
}

@media screen and (min-width: 835px) and (min-height: 600px) {
    .reference .reference-text {
        top: 140px;
    }
}

@media screen and (min-width: 1024px) {
    .software .intro .advisory-suite {
        height: 80px;
    }

    .advisory-suite .advisory-suite-desc {
        width: 800px;
    }

    .config .config-desc {
        width: 800px;
    }

    .config-desc span {
        width: 790px;
    }

    .price .price-text {
        top: 250px;
    }

    .reference .reference-text {
        top: 50px;
        width: 800px;
    }

    .conclusion .conclusion-text {
        top: 150px;
    }

    .price .price-text span {
        width: 820px;
    }

    .reference .reference-text span {
        width: 700px;
    }
}

@media screen and (min-width: 1024px) and (min-height: 500px) {
    .reference .reference-text {
        top: 70px;
    }
}

@media screen and (min-width: 1024px) and (min-height: 520px) {
    .reference .reference-text {
        top: 90px;
    }
}

@media screen and (min-width: 1024px) and (min-height: 540px) {
    .conclusion .conclusion-text {
        top: 170px;
    }

    .reference .reference-text {
        top: 110px;
    }
}

@media screen and (min-width: 1024px) and (min-height: 560px) {
    .conclusion .conclusion-text {
        top: 180px;
    }

    .reference .reference-text {
        top: 120px;
    }
}

@media screen and (min-width: 1024px) and (min-height: 580px) {
    .conclusion .conclusion-text {
        top: 200px;
    }

    .reference .reference-text {
        top: 140px;
    }
}

@media screen and (min-width: 1024px) and (min-height: 600px) {
    .conclusion .conclusion-text {
        top: 220px;
    }
}

@media screen and (min-width: 1024px) and (min-height: 630px) {
    .conclusion .conclusion-text {
        top: 250px;
    }
}

@media screen and (min-width: 1280px) {
    .software .intro .advisory-suite {
        height: 40px;
    }

    .reference .reference-text {
        top: 90px;
    }
}

@media screen and (min-width: 1280px) and (min-height: 540px) {
    .reference .reference-text {
        top: 110px;
    }
}

@media screen and (min-width: 1280px) and (min-height: 580px) {
    .reference .reference-text {
        top: 120px;
    }
}

@media screen and (min-width: 1280px) and (min-height: 600px) {
    .reference .reference-text {
        top: 140px;
    }
}

@media screen and (min-width: 1500px) {
    .software .intro .advisory-suite {
        height: 0px;
    }
}

/***--- Using Section ---****/

.using, .aboutus, .contact, footer {
    text-align: center;
}

.using .challenges {
    display: inline-block;
    color: #788fa6;
    text-align: left;
    line-height: 49px;
    padding-top: 50px;
    padding-bottom: 100px;
    width: 280px;
}

.using .challenges h2 {
    font-weight: normal;
    font-size: 1.25em;
}

.using .challenges span {
    font-family: "CenturyGothicBold";
    font-size: 0.75em;
}

.using .circles {
    width: 100%;
    position: relative;
}

.circles-iosslider {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 1890px;
    height: 236px;
}

.circles-iosslider .circles-slider {
    width: 100%;
    height: 100%;
}

.circles-iosslider .circles-slider .item {
    float: left;
    width: 270px;
    height: 236px;
}

.using .effects, .using .fidleg {
    text-align: center;
    padding-top: 100px;
}

.using .fidleg {
    background-color: #788fa6;
    margin-top: 50px;
}

.using .effects {
    padding-bottom: 100px;
}

.effects .effects-text {
    color: #788fa6;
}

.effects .effects-text, .fidleg .fidleg-text {
    width: 280px;
    display: inline-block;
    text-align: left;
}

.fidleg .fidleg-text {
    color: #fff;
}

.contact {
    padding-bottom: 200px;
}

.contact .contact-text {
    color: #4d4c5d;
    text-align: left;
    display: inline-block;
    padding-top: 50px;
    padding-bottom: 100px;
    width: 280px;
}

.effects-text h3, .fidleg-text h3, .security-text h3, .us-text h2, .contact-text h2 {
    font-size: 1.25em;
    font-weight: normal;
    line-height: 49px;
    padding-bottom: 35px;
}

.effects-text span, .fidleg-text span, .security-text span, .us-text span, .contact-text span {
    font-size: 0.75em;
    font-family: "CenturyGothicBold";
    line-height: 32px;
}

.security-text span {
    width: 280px;
    display: inline-block;
}

.using .effects-table {
    max-width: 900px;
    width: 100%;
    height: auto;
    background-size: contain;
}

.fidleg .fidleg-table {
    width: 100%;
    background-color: #788fa6;
    padding: 50px 0 50px 0;
}

.fidleg-table .fidleg-row {
    display: inline-block;
}

.fidleg-table .fidleg-column {
    font-size: 0.875em;
    line-height: 32px;
    vertical-align: top;
    background-color: #435b74;
    color: #fff;
    padding: 20px;
    text-align: left;
    position: relative;
    margin: 0 10px 10px 10px;
}

.fidleg-table .fidleg-column h5 {
    font-family: "CenturyGothicBold";
    text-transform: uppercase;
    padding-bottom: 30px;
}

.fidleg-table .fidleg-column span {
    font-weight: normal;
}

.fidleg-column h5, .fidleg-column span {
    font-size: 0.875em;
    line-height: 32px;
}

@media screen and (min-width: 420px) {
    .fidleg-table .fidleg-column {
        width: 150px;
        height: 235px;
        display: inline-block;
        margin: 0 5px 10px 5px;
        padding: 125px 20px 0 20px;
    }

    .fidleg-table .fidleg-column h5 {
        position: absolute;
        top: 30px;
        left: 20px;
        right: 20px;
        padding: 0;
    }
}

.using .security {
    text-align: center;
    padding-top: 100px;
    background-color: #fff;
}

.security .security-text {
    display: inline-block;
    text-align: left;
    width: 280px;
    color: #788fa6;
    padding-bottom: 60px;
}

.security .security-icons {
    text-align: center;
    padding-bottom: 100px;
}

.security .security-icons img {
    margin: 0 12px 0 12px;
    vertical-align: middle;
}

@media screen and (min-width: 480px) {
    .using .challenges {
        width: 380px;
    }

    .using .challenges h2 {
        font-size: 1.785em;
    }

    .using .challenges span {
        font-size: 0.9375em;
    }

    .effects .effects-text, .fidleg .fidleg-text {
        width: 360px;
    }

    .effects-text h3, .fidleg-text h3, .security-text h3, .us-text h2, .contact-text h2 {
        font-size: 1.785em;
    }

    .effects-text span, .fidleg-text span, .security-text span, .us-text span, .contact-text span {
        font-size: 0.9375em;
    }

    .security .security-text, .contact .contact-text {
        width: 360px;
    }

    .security-text span {
        width: 360px;
    }
}

@media screen and (min-width: 625px) {
    .using .challenges {
        width: 500px;
    }

    .using .challenges h2 {
        font-size: 2.375em;
    }

    .using .challenges span {
        font-size: 1.1875em;
    }

    .effects .effects-text, .fidleg .fidleg-text {
        width: 500px;
    }

    .effects-text h3, .fidleg-text h3, .security-text h3, .us-text h2, .contact-text h2 {
        font-size: 2.375em;
    }

    .effects-text span, .fidleg-text span, .security-text span, .us-text span, .contact-text span {
        font-size: 1.1875em;
    }

    .security .security-text, .contact .contact-text {
        width: 500px;
    }

    .security-text span {
        width: 500px;
    }
}

@media screen and (min-width: 768px) {
    .using .challenges {
        width: 550px;
    }

    .effects .effects-text, .fidleg-text .fidleg-text {
        width: 550px;
    }

    .security .security-text, .contact .contact-text {
        width: 550px;
    }

    .security-text span {
        width: 550px;
    }
}

@media screen and (min-width: 1024px) {
    .using .challenges {
        width: 800px;
    }

    .effects .effects-text, .fidleg .fidleg-text {
        width: 800px;
    }

    .security .security-text, .contact .contact-text {
        width: 800px;
    }

    .security-text span {
        width: 770px;
    }
}

/***--- About us Section ---****/

.us .us-text {
    color: #ae37c4;
    text-align: left;
    display: inline-block;
    padding-top: 50px;
    padding-bottom: 100px;
    width: 280px;
}

.us .us-info {
    position: relative;
}

.us .info-column {
    margin: 6px;
    width: 254px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.info-column img {
    width: 254px;
    height: 476px;
}

.info-column .column-desc {
    background-color: #ae37c4;
    color: #fff;
    padding-bottom: 25px;
    margin-top: 6px;
    position: relative;
}

.info-column .column-desc h5 {
    font-weight: normal;
    font-size: 2.375em;
    line-height: 48px;
    padding-bottom: 35px;
    padding-top: 35px;
    display: table-caption;
}

.info-column .column-desc p.sub {
    padding-bottom: 35px;
    margin: 0;
}

.info-column .column-desc span {
    font-size: 0.75em;
    line-height: 24px;
}

.us-info .info-purple1, .us-info .info-purple2, .us-info .info-purple3 {
    position: absolute;
    width: 100%;
    height: 558px;
    background-color: #ae37c4;
}

.us-info .info-purple1 {
    top: 491px;
}

.us-info .info-purple2 {
    top: 1546px;
}

.us-info .info-purple3 {
    top: 2600px;
}

.aboutus .doing {
    padding-top: 110px;
    padding-bottom: 100px;
}

.aboutus .doing .column {
    display: inline-block;
    max-width: 352px;
    border: 1px solid #ae37c4;
    color: #ae37c4;
    padding: 20px;
    text-align: left;
    vertical-align: top;
    margin: 0 5px 10px 5px;
    min-height: 440px;
}

.doing .column h5 {
    line-height: 49px;
    font-family: "CenturyGothicBold";
    padding-bottom: 35px;
    font-size: 1.1875em;
}

.doing .column span {
    line-height: 32px;
    font-size: 1.1875em;
}

.reference-logos {
    position: relative;
    top: 380px !important;
    padding:0 20px;
/*  left: 0;
    overflow: hidden;
    width: 100%;
    height: 130px;
*/
}

.reference-logos .reference-wrapper {
    width: 100%;
    max-width: 800px;
    margin:0 auto;
}
.reference-logos .reference-wrapper:after{
    display:block;clear:both;content:'';height:0;font-height:0;line-height:0;
}

/*
.reference-logos .reference-slider .item {
    float: left;
    width: 340px;
    height: auto;
}
*/
.reference-logos img {
    opacity: 0.8;
    width: 100px;
    margin: 0;
    float: left;
}

@media screen and (min-width: 320px) and (min-height: 520px) {
    .reference .reference-logos {
        top: 400px !important;
    }
}

@media screen and (min-width: 320px) and (min-height: 540px) {
    .reference .reference-logos {
        top: 420px !important;
    }
}

@media screen and (min-width: 320px) and (min-height: 560px) {
    .reference .reference-logos {
        top: 440px !important;
    }
}

@media screen and (min-width: 320px) and (min-height: 580px) {
    .reference .reference-logos {
        top: 460px !important;
    }
}

@media screen and (min-width: 320px) and (min-height: 600px) {
    .reference .reference-logos {
        top: 480px !important;
    }
}

@media screen and (min-width: 320px) and (min-height: 620px) {
    .reference .reference-logos {
        top: 490px !important;
    }
}

@media screen and (min-width: 320px) and (min-height: 640px) {
    .reference .reference-logos {
        top: 465px !important;
    }

    .reference-logos .reference-slider .item {
        width: 110px;
    }
}

@media screen and (min-width: 320px) and (min-height: 680px) {
    .reference .reference-logos {
        top: 480px !important;
    }
}

@media screen and (min-width: 320px) and (min-height: 720px) {
    .reference .reference-logos {
        top: 500px !important;
    }
}

@media screen and (min-width: 320px) and (min-height: 760px) {
    .reference .reference-logos {
        top: 520px !important;
    }
}

@media screen and (min-width: 360px) {
    .reference-logos img {
        margin: 5px;
    }
}

@media screen and (min-width: 360px) and (min-height: 640px) {
    .reference .reference-logos {
        height: 145px;
        top: 450px !important;
    }
}

@media screen and (min-width: 360px) and (min-height: 700px) {
    .reference .reference-logos {
        top: 480px !important;
    }
}

@media screen and (min-width: 430px) {
    .reference .reference-logos {
        top: 235px !important;
        height: 40px;
    }

    .reference-logos img {
        margin: 5px;
    }

    .reference .reference-text h4 {
        padding-bottom: 15px;
        font-size: 2.2em;
    }

    .reference .reference-text span {
        font-size: 0.95em;
    }
}

@media screen and (min-width: 430px) and (min-height: 360px) {
    .reference .reference-logos {
        top: 260px !important;
        height: 80px;
    }

    .reference .reference-text h4 {
        padding-bottom: 25px;
    }

    .reference .reference-text span {
        font-size: 1em;
    }
}

@media screen and (min-width: 430px) and (min-height: 400px) {
    .reference .reference-text h4 {
        padding-bottom: 35px;
        font-size: 3em;
    }

    .reference .reference-text span {
        font-size: 1.1875em;
    }

    .reference .reference-logos {
        top: 310px !important;
    }
}

@media screen and (min-width: 430px) and (min-height: 430px) {
    .reference .reference-logos {
        top: 330px !important;
    }
}

@media screen and (min-width: 430px) and (min-height: 460px) {
    .reference .reference-logos {
        height: 130px;
    }
}

@media screen and (min-width: 430px) and (min-height: 500px) {
    .reference .reference-logos {
        top: 370px !important;
    }
}

@media screen and (min-width: 430px) and (min-height: 520px) {
    .reference .reference-logos {
        top: 400px !important;
    }
}

@media screen and (min-width: 430px) and (min-height: 540px) {
    .reference .reference-logos {
        top: 420px !important;
    }
}

@media screen and (min-width: 430px) and (min-height: 580px) {
    .reference .reference-logos {
        top: 390px !important;
        height: 150px;
    }

    .reference-logos .reference-slider .item {
        width: 110px;
    }

    .reference-logos img {
        margin: 0;
    }
}

@media screen and (min-width: 430px) and (min-height: 600px) {
    .reference .reference-logos {
        top: 400px !important;
    }
}

@media screen and (min-width: 430px) and (min-height: 620px) {
    .reference .reference-logos {
        top: 420px !important;
    }
}

@media screen and (min-width: 480px) {
    .us .us-text {
        width: 360px;
    }

    .reference .reference-logos {
        top: 230px !important;
        height: 40px;
    }
}

@media screen and (min-width: 480px) and (min-height: 360px) {
    .reference .reference-logos {
        top: 260px !important;
    }
}

@media screen and (min-width: 480px) and (min-height: 380px) {
    .reference .reference-logos {
        top: 270px !important;
        height: 80px;
    }
}

@media screen and (min-width: 480px) and (min-height: 400px) {
    .reference .reference-logos {
        top: 310px !important;
    }
}

@media screen and (min-width: 480px) and (min-height: 420px) {
    .reference .reference-logos {
        top: 320px !important;
    }
}

@media screen and (min-width: 480px) and (min-height: 440px) {
    .reference .reference-logos {
        height: 130px;
        top: 330px !important;
    }
}

@media screen and (min-width: 480px) and (min-height: 500px) {
    .reference .reference-logos {
        top: 380px !important;
    }
}

@media screen and (min-width: 480px) and (min-height: 520px) {
    .reference .reference-logos {
        top: 400px !important;
    }
}

@media screen and (min-width: 480px) and (min-height: 540px) {
    .reference .reference-logos {
        top: 410px !important;
    }
}

@media screen and (min-width: 480px) and (min-height: 580px) {
    .reference .reference-logos {
        top: 390px !important;
    }
}

@media screen and (min-width: 480px) and (min-height: 600px) {
    .reference .reference-logos {
        top: 385px !important;
        height: 150px;
    }

    .reference-logos img {
        margin: 5px;
    }
}

@media screen and (min-width: 480px) and (min-height: 620px) {
    .reference .reference-logos {
        top: 400px !important;
    }
}

@media screen and (min-width: 480px) and (min-height: 640px) {
    .reference .reference-logos {
        top: 420px !important;
    }
}

@media screen and (min-width: 520px) {
    .reference .reference-logos {
        top: 240px !important;
    }
}

@media screen and (min-width: 520px) and (min-height: 360px) {
    .reference .reference-logos {
        top: 260px !important;
    }
}

@media screen and (min-width: 520px) and (min-height: 400px) {
    .reference .reference-logos {
        top: 310px !important;
    }

    .reference .reference-text h4 {
        font-size: 2.5em;
    }
}

@media screen and (min-width: 520px) and (min-height: 440px) {
    .reference .reference-logos {
        top: 340px !important;
    }

    .reference .reference-text h4 {
        font-size: 3em;
    }
}

@media screen and (min-width: 520px) and (min-height: 460px) {
    .reference .reference-logos {
        top: 360px !important;
    }
}

@media screen and (min-width: 520px) and (min-height: 520px) {
    .reference .reference-logos {
        top: 380px !important;
    }
}

@media screen and (min-width: 520px) and (min-height: 540px) {
    .reference .reference-logos {
        top: 400px !important;
    }
}

@media screen and (min-width: 520px) and (min-height: 560px) {
    .reference .reference-logos {
        top: 420px !important;
    }
}

@media screen and (min-width: 520px) and (min-height: 580px) {
    .reference .reference-logos {
        top: 400px !important;
    }

    .reference .reference-text h4 {
        padding-bottom: 25px;
    }
}

@media screen and (min-width: 520px) and (min-height: 600px) {
    .reference-logos img {
        margin: 0;
    }
}

@media screen and (min-width: 520px) and (min-height: 620px) {
    .reference .reference-logos {
        top: 430px !important;
    }
}

@media screen and (min-width: 520px) and (min-height: 640px) {
    .reference .reference-logos {
        top: 425px !important;
    }

    .reference-logos img {
        margin: 5px;
    }
}

@media screen and (min-width: 520px) and (min-height: 680px) {
    .reference .reference-logos {
        top: 440px !important;
    }
}

@media screen and (min-width: 520px) and (min-height: 770px) {
    .reference .reference-logos {
        top: 480px !important;
    }
}

@media screen and (min-width: 537px) {
    .us-info .info-purple3 {
        display: none;
    }

    .reference-logos img {
        width: 120px;
    }

    .reference-logos .reference-slider .item {
        width: 400px;
    }

    .reference .reference-logos {
        height: 55px;
        top: 230px !important;
    }
}

@media screen and (min-width: 537px) and (min-height: 340px) {
    .reference .reference-logos {
        top: 250px !important;
    }
}

@media screen and (min-width: 537px) and (min-height: 400px) {
    .reference .reference-logos {
        height: 90px;
        top: 300px !important;
    }
}

@media screen and (min-width: 537px) and (min-height: 440px) {
    .reference .reference-logos {
        top: 335px !important;
    }
}

@media screen and (min-width: 537px) and (min-height: 460px) {
    .reference .reference-logos {
        height: 155px;
        top: 350px !important;
    }
}

@media screen and (min-width: 537px) and (min-height: 520px) {
    .reference .reference-logos {
        top: 390px !important;
    }
}

@media screen and (min-width: 537px) and (min-height: 560px) {
    .reference .reference-logos {
        top: 420px !important;
    }
}

@media screen and (min-width: 537px) and (min-height: 580px) {
    .reference-logos img {
        margin: 5px;
    }
}

@media screen and (min-width: 537px) and (min-height: 620px) {
    .reference .reference-logos {
        top: 450px !important;
    }
}

@media screen and (min-width: 537px) and (min-height: 640px) {
    .reference .reference-logos {
        top: 425px !important;
        height: 170px;
    }

    .reference-logos .reference-slider .item {
        width: 130px;
    }

    .reference-logos img {
        margin: 0;
    }
}

@media screen and (min-width: 537px) and (min-height: 680px) {
    .reference .reference-logos {
        top: 430px !important;
    }

    .reference-logos img {
        margin: 5px;
    }
}

@media screen and (min-width: 537px) and (min-height: 740px) {
    .reference .reference-logos {
        top: 470px !important;
    }
}

@media screen and (min-width: 625px) {
    .us .us-text {
        width: 500px;
    }
}

@media screen and (min-width: 625px) and (min-height: 320px) {
    .reference .reference-logos {
        top: 230px !important;
    }
}

@media screen and (min-width: 625px) and (min-height: 380px) {
    .reference .reference-logos {
        height: 90px;
        top: 260px !important;
    }
}

@media screen and (min-width: 625px) and (min-height: 400px) {
    .reference .reference-logos {
        top: 300px !important;
    }
}

@media screen and (min-width: 625px) and (min-height: 440px) {
    .reference .reference-logos {
        top: 330px !important;
    }
}

@media screen and (min-width: 625px) and (min-height: 480px) {
    .reference .reference-logos {
        height: 170px;
    }
}

@media screen and (min-width: 625px) and (min-height: 500px) {
    .reference .reference-logos {
        top: 380px !important;
    }
}

@media screen and (min-width: 625px) and (min-height: 520px) {
    .reference .reference-logos {
        top: 400px !important;
    }
}

@media screen and (min-width: 625px) and (min-height: 560px) {
    .reference .reference-logos {
        top: 430px !important;
    }
}

@media screen and (min-width: 625px) and (min-height: 600px) {
    .reference .reference-logos {
        top: 450px !important;
    }
}

@media screen and (min-width: 625px) and (min-height: 640px) {
    .reference .reference-logos {
        top: 420px !important;
    }
}

@media screen and (min-width: 625px) and (min-height: 720px) {
    .reference .reference-logos {
        top: 460px !important;
    }
}

@media screen and (min-width: 625px) and (min-height: 800px) {
    .reference .reference-logos {
        top: 500px !important;
    }

    .reference .reference-text h4 {
        padding-bottom: 35px;
    }
}

@media screen and (min-width: 768px) {
    .us .us-text {
        width: 550px;
    }

    .reference .reference-logos {
        top: 230px !important;
        height: 60px;
    }

    .reference-logos img {
        width: 140px;
    }

    .reference-logos .reference-slider .item {
        width: 460px;
    }
}

@media screen and (min-width: 768px) and (min-height: 360px) {
    .reference .reference-logos {
        top: 250px !important;
    }
}

@media screen and (min-width: 768px) and (min-height: 380px) {
    .reference .reference-logos {
        top: 270px !important;
    }
}

@media screen and (min-width: 768px) and (min-height: 400px) {
    .reference .reference-logos {
        top: 300px !important;
    }
}

@media screen and (min-width: 768px) and (min-height: 420px) {
    .reference .reference-logos {
        height: 110px;
    }
}

@media screen and (min-width: 768px) and (min-height: 460px) {
    .reference .reference-logos {
        top: 330px !important;
    }
}

@media screen and (min-width: 768px) and (min-height: 500px) {
    .reference .reference-logos {
        height: 190px;
    }
}

@media screen and (min-width: 768px) and (min-height: 520px) {
    .reference .reference-logos {
        top: 370px !important;
    }
}

@media screen and (min-width: 768px) and (min-height: 560px) {
    .reference .reference-logos {
        top: 330px !important;
    }

    .reference-logos .reference-slider .item {
        width: 150px;
    }

    .reference-logos img {
        margin: 0;
    }
}

@media screen and (min-width: 768px) and (min-height: 600px) {
    .reference .reference-logos {
        top: 360px !important;
    }
}

@media screen and (min-width: 768px) and (min-height: 620px) {
    .reference .reference-logos {
        top: 380px !important;
    }
}

@media screen and (min-width: 768px) and (min-height: 700px) {
    .reference .reference-logos {
        top: 400px !important;
    }

    .reference-logos img {
        margin: 5px;
    }
}

@media screen and (min-width: 807px) {
    .us-info .info-purple2 {
        display: none;
    }
}

@media screen and (min-width: 835px) and (min-height: 340px) {
    .reference .reference-logos {
        top: 250px !important;
    }
}

@media screen and (min-width: 835px) and (min-height: 400px) {
    .reference .reference-logos {
        top: 290px !important;
    }
}

@media screen and (min-width: 835px) and (min-height: 460px) {
    .reference .reference-logos {
        top: 330px !important;
    }
}

@media screen and (min-width: 835px) and (min-height: 480px) {
    .reference .reference-logos {
        height: 190px;
    }
}

@media screen and (min-width: 835px) and (min-height: 540px) {
    .reference .reference-logos {
        top: 390px !important;
    }
}

@media screen and (min-width: 835px) and (min-height: 560px) {
    .reference .reference-logos {
        top: 340px !important;
    }
}

@media screen and (min-width: 835px) and (min-height: 580px) {
    .reference .reference-logos {
        top: 350px !important;
    }
}

@media screen and (min-width: 835px) and (min-height: 600px) {
    .reference .reference-logos {
        top: 370px !important;
    }
}

@media screen and (min-width: 835px) and (min-height: 640px) {
    .reference .reference-logos {
        top: 390px !important;
    }
}

@media screen and (min-width: 835px) and (min-height: 660px) {
    .reference-logos img {
        margin: 5px;
    }
}

@media screen and (min-width: 835px) and (min-height: 700px) {
    .reference .reference-logos {
        top: 400px !important;
    }
}

@media screen and (min-width: 1024px) {
    .us .us-text {
        width: 800px;
    }

    .reference .reference-logos {
        top: 220px !important;
        height: 70px;
    }

    .reference-logos img {
        width: 180px;
    }

    .reference-logos .reference-slider .item {
        width: 580px;
    }
}

@media screen and (min-width: 1024px) and (min-height: 380px) {
    .reference .reference-logos {
        height: 140px;
    }
}

@media screen and (min-width: 1024px) and (min-height: 400px) {
    .reference .reference-logos {
        top: 260px !important;
    }
}

@media screen and (min-width: 1024px) and (min-height: 480px) {
    .reference .reference-logos {
        height: 220px;
    }
}

@media screen and (min-width: 1024px) and (min-height: 500px) {
    .reference .reference-logos {
        top: 300px !important;
    }
}

@media screen and (min-width: 1024px) and (min-height: 520px) {
    .reference .reference-logos {
        top: 340px !important;
    }
}

@media screen and (min-width: 1024px) and (min-height: 540px) {
    .reference .reference-logos {
        top: 360px !important;
    }
}

@media screen and (min-width: 1024px) and (min-height: 560px) {
    .reference .reference-logos {
        top: 380px !important;
    }

    .reference-logos img {
        margin: 5px;
    }
}

@media screen and (min-width: 1024px) and (min-height: 580px) {
    .reference .reference-logos {
        top: 370px !important;
    }
}

@media screen and (min-width: 1024px) and (min-height: 640px) {
    .reference .reference-logos {
        top: 320px !important;
        height: 235px;
    }

    .reference-logos .reference-slider .item {
        width: 195px;
    }
}

@media screen and (min-width: 1024px) and (min-height: 700px) {
    .reference .reference-logos {
        top: 350px !important;
    }
}

@media screen and (min-width: 1024px) and (min-height: 800px) {
    .reference .reference-logos {
        top: 400px !important;
    }
}

@media screen and (min-width: 1280px) {
    .reference .reference-logos {
        top: 240px !important;
    }
}

@media screen and (min-width: 1280px) and (min-height: 360px) {
    .reference .reference-logos {
        top: 270px !important;
    }
}

@media screen and (min-width: 1280px) and (min-height: 400px) {
    .reference .reference-logos {
        top: 300px !important;
    }
}

@media screen and (min-width: 1280px) and (min-height: 540px) {
    .reference .reference-logos {
        top: 360px !important;
    }
}

@media screen and (min-width: 1280px) and (min-height: 580px) {
    .reference .reference-logos {
        top: 380px !important;
    }
}

@media screen and (min-width: 1280px) and (min-height: 600px) {
    .reference .reference-logos {
        top: 400px !important;
    }

    .reference .reference-text h4 {
        padding-bottom: 35px;
    }
}

@media screen and (min-width: 1280px) and (min-height: 640px) {
    .reference .reference-logos {
        top: 320px !important;
    }
}

@media screen and (min-width: 1280px) and (min-height: 700px) {
    .reference .reference-logos {
        top: 350px !important;
    }
}

@media screen and (min-width: 1280px) and (min-height: 800px) {
    .reference .reference-logos {
        top: 400px !important;
    }
}

/***--- Contacts Section ---****/

.contact #contact-map {
    max-width: 800px;
    margin: auto;
    width: 90%;
    height: 400px;
}

@media screen and (min-width: 480px) {
    .contact #contact-map {
        height: 600px;
    }
}

@media screen and (min-width: 835px) {
    .contact #contact-map {
        height: 600px;
    }
}

/***--- Footer Section ---****/

.footer-table {
    text-align: center;
    padding-bottom: 80px;
}

.footer-table.second {
    padding-bottom: 45px;
}

.footer-table .footer-column, .footer-table .footer-column-big {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    color: #4d4c5d;
    padding: 0 20px 0 20px;
    margin: 0 5px 0 5px;
    list-style-type: none;
}

.footer-table .footer-column {
    width: 150px;
}

.footer-table .footer-column-big {
    width: 350px;
}

.footer-column a, .footer-column-big a {
    text-decoration: none;
    font-size: 1.125em;
    line-height: 32px;
    color: #4d4c5d;
    cursor: pointer;
    display: block;
}

.footer-column a.main-link, .footer-column-big a.main-link {
    text-transform: uppercase;
    line-height: 60px;
    font-size: 1.125em;
    cursor: pointer;
}

.footer-column-big .main-link.no-big-letters {
    text-transform: none;
}

.footer-column a:hover, .footer-column h2:hover,
.footer-column-big a:hover, .footer-column-big h2:hover {
    text-decoration: underline;
}

footer.skrollable {
    width: 100%;
}

.footer-address {
    width: 100%;
    max-width: 800px;
    margin: auto;
    padding-bottom: 40px;
}

.footer-address .address-part {
    display: block;
    text-align: left;
    color: #4d4c5d;
    padding: 0 20px 0 20px;
    margin: 10px 5px 10px 5px;
}

.footer-address .address-part p {
    margin: 0;
    font-size: 0.75em;
}

.footer-images {
    margin: 10px;
}

.footer-images img {
    vertical-align: bottom;
    margin: 10px;
    margin-bottom: 30px;
}

footer .footer-disclaimer, footer .footer-faq {
    text-align: left;
    margin-bottom: 50px;
    color: #4d4c5d;
    display: none;
    border-top: 1px solid #4d4c5d;
    border-bottom: 1px solid #4d4c5d;
}

footer .footer-disclaimer div, footer .footer-faq div {
    overflow-y: auto;
    height: 250px;
    padding: 10px 0;
}

footer .footer-disclaimer div h4,
footer .footer-disclaimer div h5,
footer .footer-disclaimer div h3,
footer .footer-disclaimer div h2,
footer .footer-disclaimer div h1,
footer .footer-disclaimer div p,
footer .footer-disclaimer div ol,
footer .footer-disclaimer div ol li,
footer .footer-faq div p,
footer .footer-faq div h5,
footer .footer-faq div h4,
footer .footer-faq div h3,
footer .footer-faq div h2,
footer .footer-faq div h1 {
    /*max-width: 730px;*/
    margin-left: auto;
    margin-right: auto;
    padding: 0px 25px;
}

footer .footer-faq h2, footer .footer-disclaimer h2 {
    padding: 20px 25px 0 25px;
    height: 40px;
    text-transform: uppercase;
    /*max-width: 730px;*/
    margin-left: auto;
    margin-right: auto;
}

footer .footer-disclaimer h4 {
    font: 14px/20px CenturyGothicBold;
    text-transform: uppercase;
}

footer .footer-disclaimer h3, footer .footer-faq h3 {
    font-size: 11px;
    text-transform: uppercase;
}

footer .footer-disclaimer p, footer .footer-faq p {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 20px;
}

@media screen and (min-width: 420px) {
    .footer-address {
        width: 400px;
    }

    footer .footer-disclaimer div h4,
    footer .footer-disclaimer div h5,
    footer .footer-disclaimer div h3,
    footer .footer-disclaimer div h2,
    footer .footer-disclaimer div h1,
    footer .footer-disclaimer div p,
    footer .footer-disclaimer div ol,
    footer .footer-disclaimer div ol li,
    footer .footer-faq div p,
    footer .footer-faq div h5,
    footer .footer-faq div h4,
    footer .footer-faq div h3,
    footer .footer-faq div h2,
    footer .footer-faq div h1 {
        width: 350px;
    }

    footer .footer-faq h2, footer .footer-disclaimer h2 {
        width: 350px;
    }
}

@media screen and (min-width: 805px) {
    .footer-column-big.faq {
        width: 150px;
    }

    .footer-address {
        width: 600px;
    }

    footer .footer-disclaimer div h4,
    footer .footer-disclaimer div h5,
    footer .footer-disclaimer div h3,
    footer .footer-disclaimer div h2,
    footer .footer-disclaimer div h1,
    footer .footer-disclaimer div p,
    footer .footer-disclaimer div ol,
    footer .footer-disclaimer div ol li,
    footer .footer-faq div p,
    footer .footer-faq div h5,
    footer .footer-faq div h4,
    footer .footer-faq div h3,
    footer .footer-faq div h2,
    footer .footer-faq div h1 {
        width: 550px;
    }

    footer .footer-faq h2, footer .footer-disclaimer h2 {
        width: 550px;
    }
}

@media screen and (min-width: 814px) {
    .footer-column-big.faq {
        width: 350px;
    }

    .footer-address {
        width: 800px;
    }

    .skrollr-desktop .footer-address {
        width: 600px;
    }

    .skrollr-mobile footer .footer-disclaimer div h4,
    .skrollr-mobile footer .footer-disclaimer div h5,
    .skrollr-mobile footer .footer-disclaimer div h3,
    .skrollr-mobile footer .footer-disclaimer div h2,
    .skrollr-mobile footer .footer-disclaimer div h1,
    .skrollr-mobile footer .footer-disclaimer div p,
    .skrollr-mobile footer .footer-disclaimer div ol,
    .skrollr-mobile footer .footer-disclaimer div ol li,
    .skrollr-mobile footer .footer-faq div p,
    .skrollr-mobile footer .footer-faq div h5,
    .skrollr-mobile footer .footer-faq div h4,
    .skrollr-mobile footer .footer-faq div h3,
    .skrollr-mobile footer .footer-faq div h2,
    .skrollr-mobile footer .footer-faq div h1 {
        width: 750px;
        padding: 0 20px;
    }

    .skrollr-mobile footer .footer-faq h2, .skrollr-mobile footer .footer-disclaimer h2 {
        width: 750px;
        padding: 20px 20px 0 20px;
    }

    .skrollr-desktop footer .footer-disclaimer div h4,
    .skrollr-desktop footer .footer-disclaimer div h5,
    .skrollr-desktop footer .footer-disclaimer div h3,
    .skrollr-desktop footer .footer-disclaimer div h2,
    .skrollr-desktop footer .footer-disclaimer div h1,
    .skrollr-desktop footer .footer-disclaimer div p,
    .skrollr-desktop footer .footer-disclaimer div ol,
    .skrollr-desktop footer .footer-disclaimer div ol li,
    .skrollr-desktop footer .footer-faq div p,
    .skrollr-desktop footer .footer-faq div h5,
    .skrollr-desktop footer .footer-faq div h4,
    .skrollr-desktop footer .footer-faq div h3,
    .skrollr-desktop footer .footer-faq div h2,
    .skrollr-desktop footer .footer-faq div h1 {
        width: 540px;
    }

    .skrollr-desktop footer .footer-faq h2, .skrollr-desktop footer .footer-disclaimer h2 {
        width: 560px;
    }
}

@media screen and (min-width: 832px) {
    .skrollr-desktop .footer-address {
        width: 800px;
    }

    .skrollr-desktop footer .footer-disclaimer div h4,
    .skrollr-desktop footer .footer-disclaimer div h5,
    .skrollr-desktop footer .footer-disclaimer div h3,
    .skrollr-desktop footer .footer-disclaimer div h2,
    .skrollr-desktop footer .footer-disclaimer div h1,
    .skrollr-desktop footer .footer-disclaimer div p,
    .skrollr-desktop footer .footer-disclaimer div ol,
    .skrollr-desktop footer .footer-disclaimer div ol li,
    .skrollr-desktop footer .footer-faq div p,
    .skrollr-desktop footer .footer-faq div h5,
    .skrollr-desktop footer .footer-faq div h4,
    .skrollr-desktop footer .footer-faq div h3,
    .skrollr-desktop footer .footer-faq div h2,
    .skrollr-desktop footer .footer-faq div h1 {
        width: 740px;
        padding: 0 20px;
    }

    .skrollr-desktop footer .footer-faq h2, .skrollr-desktop footer .footer-disclaimer h2 {
        width: 760px;
        padding: 20px 20px 0 20px;
    }
}


/* ALL DEVICES */
.main-navigation{position:fixed;width:100%;z-index:101;background:#f7f8fa;opacity:0.9;-moz-box-shadow: 0 2px 10px #000;-webkit-box-shadow: 0 2px 10px #000;box-shadow: 0 2px 10px #000;text-align:center}
.main-navigation .nav-wrapper{width:1122px;margin:0 auto}
.main-navigation ul:after,
.main-navigation .nav-wrapper:after{display:block;clear:both;content:'';height:0;font-height:0;line-height:0}

.main-navigation h1{width:146px;height:118px;float:left;margin-right:7px;position:relative;transition:height 0.2s ease-in-out}
.main-navigation h1 a{display:block;position:absolute;width:100%}
.main-navigation h1 a span{display:none}
.main-navigation h1 .full-logo{height:118px;background:url(/images/Home/logo.png) no-repeat left center;transition:visibility .25s, opacity .25s ease-in-out}
.main-navigation h1 .small-logo{visibility:hidden;opacity:0;height:60px;background:url(/images/Home/logo-small.png) no-repeat 13px center;transition:visibility .25s, opacity .25s ease-in-out}
.main-navigation ul{padding:0;margin:0;float:left;list-style:none}
.main-navigation ul li{display:block;float:left;width:190px;margin:0 7px}
.main-navigation ul li.btn-lang{width:146px;margin-right:0}
.main-navigation ul li a{line-height:118px;display:block;color:#3f5466;font-size:1.125em;text-decoration:none;transition:line-height .25s ease-in-out}
.main-navigation ul li a:hover,
.main-navigation ul li.activeSection a{color:#fff}
.main-navigation ul li.btn-software a:hover,
.main-navigation ul li.btn-software.activeSection a{background:#4e687e}
.main-navigation ul li.btn-using a:hover,
.main-navigation ul li.btn-using.activeSection a{background:#798fa1}
.main-navigation ul li.btn-about a:hover,
.main-navigation ul li.btn-about.activeSection a{background:#84669b}
.main-navigation ul li.btn-login a:hover{background:#6c95bb}
.main-navigation ul li.btn-lang a:hover{color:#3f5466}
.main-navigation.micro h1{height:60px;transition:height 0.2s ease-in-out}
.main-navigation.micro h1 .full-logo{visibility:hidden;opacity:0}
.main-navigation.micro h1 .small-logo{visibility:visible;opacity:1}
.main-navigation.micro ul li a{line-height:60px;transition:line-height .25s ease-in-out}
.main-navigation a.switch{display:none;width:60px;height:60px;float:right;background:url(/images/Home/top_navi_mobile_icon.gif) no-repeat center center}
.main-navigation a.switch span{display:none}

.header-parallax-6{text-align:center}
.header-parallax-6 .dark-sun{display:inline-block;box-sizing:border-box;background:#3c5162;color:#fff;border-radius:50%;width:195px;height:195px;margin:15% 0 0 -50%;padding:30px;text-transform:uppercase;font:bold 1.125em/29px "CenturyGothicBold";position:relative}

.teaser-wrapper{width:100%;box-sizing:border-box;position:absolute;top:-218px;text-align:center}
.teaser-wrapper img{max-width:80%}

.news{max-width:816px}
.news:after{display:block;clear:both;content:'';height:0;font-height:0;line-height:0}
.news a{display:block;margin:5px 7px 10px 7px;float:left}


.reference#reference{background:#454e57 !important;box-sizing:border-box;padding:140px 0;height:auto;min-height:100%}
.reference .reference-text{position:static;margin-bottom:80px}
.reference .reference-logos{position:static;height:auto}

.footer-table{padding:60px 0 40px 0}
.footer-table.second{padding:0 0 40px 0}

/* ALL SMARTPHONES */
@media screen and (min-width: 320px) and (max-width: 767px) {
    .header-parallax-6 .dark-sun{width:100px;height:100px;padding:15px;font-size:12px;line-height:normal;margin-top:12.5%}
    .news a{float:none}
    .reference#reference{padding:80px 0 40px 0}
    .reference .reference-text{margin-bottom:40px}
    .reference .reference-logos{padding:0 10px}
}
/* SMARTPHONES PORTRAIT OVERRIDES */
@media screen and (min-width: 320px) and (max-width: 479px) {
    .header-parallax-6 .dark-sun{margin-top:45%}

    .reference-logos .reference-wrapper{max-width:300px}
    .reference-logos img{width:140px;margin:5px}
}
/* SMARTPHONES LANDSCAPE OVERRIDES */
@media screen and (min-width: 480px) and (max-width: 767px) {
    .reference-logos .reference-wrapper{max-width:435px}
    .reference-logos img{width:135px;margin:5px}
}

/* ALL TABLETS */
@media screen and (min-width: 768px) and (max-width: 1280px) {
    .header-parallax-6 .dark-sun{width:150px;height:150px;padding:22px;line-height:normal;margin-top:20%}

    .reference#reference{padding:100px 0}
    .reference .reference-text{margin-bottom:50px}
    .reference .reference-logos{padding:0 20px}
}
/* TABLET PORTRAIT OVERRIDES */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .header-parallax-6 .dark-sun{margin-top:40%}
    .news a{float:none}
    .reference .reference-wrapper{max-width:550px}
    .reference-logos img{width:170px}
}
/* TABLET LANDSCAPE OVERRIDES */
@media screen and (min-width: 1024px) and (max-width: 1280px) {

}

/* MOBILE NAVIGATION */
@media screen and (min-width: 320px) and (max-width: 1023px) {
    .main-navigation .nav-wrapper{width:100%}
    .main-navigation ul{display:none}
    .main-navigation h1,
    .main-navigation h1 .full-logo{height:60px}
    .main-navigation h1 .small-logo{visibility:visible;opacity:1}
    .main-navigation h1 .full-logo{display:none;visibility:hidden;opacity:0;background-size:auto 60px;background-position:15px center}
    .main-navigation a.switch{display:block}
}
/* LARGE MOBILE NAVIGATION */
@media screen and (min-width: 1024px) and (max-width: 1121px) {
    .main-navigation .nav-wrapper{width:1024px}
    .main-navigation h1{width:97px}
    .main-navigation h1 a.full-logo{background-position:17px center;padding-right:10px;background-clip:content-box;box-sizing:border-box}
    .main-navigation ul li.btn-lang{width:97px}
}