.navbar-brand {
  padding: 0;
}


.app-block-intro img {
  margin-bottom: -5%;
  width: auto;
}
/* cf. http://stackoverflow.com/a/3302072 */
.app-block-intro div.outer {
    width: 300px; /* some width amount needed */
    margin: 0 auto; 
    overflow: visible;
}
.app-block-intro div.inner {
    position:relative;
    float: right; /* this was added and display removed */
    right: 50%;
}
.app-block-intro div.inner img {
    position: relative; 
    right:-50%; /* this was changed from "left" in original */
}


div.block-background img {
  width: 100%;
}

div.background-transparent {
  background-color: transparent;
}

div.app-block-footer {
  padding: 15px 0;
}

div.app-block-footer p {
  margin: 0;
  color: rgba(116, 119, 123, 0.9);
}

.nav li a {
  padding-right: 10px;
  padding-left: 10px;
}

span.languages {
  color: #777;
  display: block;
  position: relative;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 22px;
}

span.languages a {
  color: #777;
  padding-right: 0;
  padding-left: 0;
}

/* reduce whitespace below title */
.app-block-intro .p-b-md, .p-y-md {
  padding-bottom: 5px !important;
}
.app-block-intro .m-b-lg, .m-y-lg {
  margin-bottom: 5px !important;
}

.navbar-fixed-top {
    padding: 0px;
    background-color:#ffffff;
    height: 75px;
}

@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

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

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

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

@-moz-keyframes flight-lr {
    from, to {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}
@-webkit-keyframes flight-lr {
    from, to {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}
@-o-keyframes flight-lr {
    from, to {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}
@-ms-keyframes flight-lr {
    from, to {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}
@keyframes flight-lr {
    from, to {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}
@-moz-keyframes flight-tb {
    from, to {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
}
@-webkit-keyframes flight-tb {
    from, to {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
}
@-o-keyframes flight-tb {
    from, to {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
}
@-ms-keyframes flight-tb {
    from, to {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
}
@keyframes flight-tb {
    from, to {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
}
@-moz-keyframes flight-tb-short {
    from, to {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -moz-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}
@-webkit-keyframes flight-tb-short {
    from, to {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -moz-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}
@-o-keyframes flight-tb-short {
    from, to {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -moz-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}
@-ms-keyframes flight-tb-short {
    from, to {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -moz-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}
@keyframes flight-tb-short {
    from, to {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -moz-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}
@-moz-keyframes flight-lr {
    from {
        -moz-transform: scale(0.2);
        -ms-transform: scale(0.2);
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        left: 30%;
    }
    50% {
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }
    to {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        left: 70%;
    }
}
@-webkit-keyframes flight-lr {
    from {
        -moz-transform: scale(0.2);
        -ms-transform: scale(0.2);
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        left: 30%;
    }
    50% {
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }
    to {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        left: 70%;
    }
}
@-o-keyframes flight-lr {
    from {
        -moz-transform: scale(0.2);
        -ms-transform: scale(0.2);
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        left: 30%;
    }
    50% {
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }
    to {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        left: 70%;
    }
}
@-ms-keyframes flight-lr {
    from {
        -moz-transform: scale(0.2);
        -ms-transform: scale(0.2);
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        left: 30%;
    }
    50% {
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }
    to {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        left: 70%;
    }
}
@keyframes flight-lr {
    from {
        -moz-transform: scale(0.2);
        -ms-transform: scale(0.2);
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        left: 30%;
    }
    50% {
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }
    to {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        left: 70%;
    }
}
@-moz-keyframes sky {
    to {
        background-position: 0 227px;
    }
}
@-webkit-keyframes sky {
    to {
        background-position: 0 227px;
    }
}
@-o-keyframes sky {
    to {
        background-position: 0 227px;
    }
}
@-ms-keyframes sky {
    to {
        background-position: 0 227px;
    }
}
@keyframes sky {
    to {
        background-position: 0 227px;
    }
}
.icons-sprite, i.epic, i.arrow_top, i.arrow_left_white, i.arrow_right_white, i.fb, i.tw, i.tw_blue, i.tw_red, i.yt, i.letter, i.letter_red, i.alert_red, i.marker_red, i.note_red, i.lightning_red, i.info_red, i.android, i.android_mini, i.ios, i.ios_mini, i.macos, i.macos_mini, i.tribartolod, .btn_appstore, .btn_googleplay, .icon_play, .tooltips:before, .ship_light_1, .ship_light_2, .ship_light_3, .ship_light_4, .ship_light_5, .ship_light_6, .ship_small_1, .ship_small_2, .ship_small_3, .ship_small_4, .ship_small_5, .ship_small_6, .ship_small_7, .ship_small_8, .ship_small_9, .ship_small_10, .resp_m_deploy_title:before, .resp_m_deploy_title.deployed:before, .chosen-container-single .chosen-single div b, .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-image: url('/image/icons-sfaf56da0c4.png');
    background-repeat: no-repeat;
}

i.epic {
    background-position: -71px -48px;
    display: inline-block;
    text-indent: 9999px;
    overflow: hidden;
    height: 23px;
    width: 20px;
}
i.arrow_top {
    background-position: -19px 0;
    display: inline-block;
    text-indent: 9999px;
    overflow: hidden;
    height: 10px;
    width: 17px;
}
i.arrow_left_white {
    background-position: -69px 0;
    display: inline-block;
    text-indent: 9999px;
    overflow: hidden;
    height: 17px;
    width: 10px;
}
i.arrow_right_white {
    background-position: -60px 0;
    display: inline-block;
    text-indent: 9999px;
    overflow: hidden;
    height: 16px;
    width: 9px;
}
i.fb {
    background-position: -127px -19px;
    display: inline-block;
    text-indent: 9999px;
    overflow: hidden;
    height: 29px;
    width: 13px;
}
i.tw {
    background-position: -113px -72px;
    display: inline-block;
    text-indent: 9999px;
    overflow: hidden;
    height: 23px;
    width: 29px;
}
i.tw_blue {
    background-position: 0 -296px;
    display: inline-block;
    text-indent: 9999px;
    overflow: hidden;
    height: 29px;
    width: 37px;
}
i.tw_red {
    background-position: -24px -100px;
    display: inline-block;
    text-indent: 9999px;
    overflow: hidden;
    height: 23px;
    width: 29px;
}
i.yt {
    background-position: -66px -72px;
    display: inline-block;
    text-indent: 9999px;
    overflow: hidden;
    height: 28px;
    width: 23px;
}
i.letter {
    background-position: -91px -48px;
    display: inline-block;
    text-indent: 9999px;
    overflow: hidden;
    height: 17px;
    width: 24px;
}
i.letter_red {
    background-position: -47px -48px;
    display: inline-block;
    text-indent: 9999px;
    overflow: hidden;
    height: 17px;
    width: 24px;
}
i.alert_red {
    background-position: -53px -100px;
    display: inline-block;
    text-indent: 9999px;
    overflow: hidden;
    height: 28px;
    width: 28px;
}
i.marker_red {
    background-position: -99px 0;
    display: inline-block;
    text-indent: 9999px;
    overflow: hidden;
    height: 19px;
    width: 14px;
}
i.note_red {
    background-position: -24px -133px;
    display: inline-block;
    text-indent: 9999px;
    overflow: hidden;
    height: 26px;
    width: 26px;
}
i.lightning_red {
    background-position: -110px -100px;
    display: inline-block;
    text-indent: 9999px;
    overflow: hidden;
    height: 33px;
    width: 28px;
}
i.info_red {
    background-position: -81px -100px;
    display: inline-block;
    text-indent: 9999px;
    overflow: hidden;
    height: 29px;
    width: 29px;
}
i.android {
    background-position: 0 -133px;
    display: inline-block;
    text-indent: 9999px;
    overflow: hidden;
    height: 24px;
    width: 24px;
}
i.android_mini {
    background-position: -36px 0;
    display: inline-block;
    text-indent: 9999px;
    overflow: hidden;
    height: 12px;
    width: 12px;
}
i.ios {
    background-position: -88px -19px;
    display: inline-block;
    text-indent: 9999px;
    overflow: hidden;
    height: 24px;
    width: 16px;
}
i.ios_mini {
    background-position: -11px 0;
    display: inline-block;
    text-indent: 9999px;
    overflow: hidden;
    height: 12px;
    width: 8px;
}
i.macos {
    background-position: -115px -48px;
    display: inline-block;
    text-indent: 9999px;
    overflow: hidden;
    height: 24px;
    width: 24px;
}
i.macos_mini {
    background-position: -48px 0;
    display: inline-block;
    text-indent: 9999px;
    overflow: hidden;
    height: 12px;
    width: 12px;
}
i.tribartolod {
    background-position: -79px 0;
    display: inline-block;
    text-indent: 9999px;
    overflow: hidden;
    height: 15px;
    width: 20px;
    pointer-events: none;
}

.btn_appstore {
    background-position: 0 -202px;
    display: inline-block;
    text-indent: 9999px;
    overflow: hidden;
    height: 46px;
    width: 142px;
    text-indent: -999px;
}

.btn_googleplay {
    background-position: 0 -248px;
    display: inline-block;
    text-indent: 9999px;
    overflow: hidden;
    height: 48px;
    width: 142px;
    text-indent: -999px;
}

.icon_play {
    background-position: -50px -133px;
    display: inline-block;
    text-indent: 9999px;
    overflow: hidden;
    height: 69px;
    width: 69px;
    text-indent: -999px;
}

.container {
    width: 100%;
    min-height: 100%;
    position: relative;
    z-index: 2;
}
.container:after {
    content: "";
    display: table;
    clear: both;
}
.container aside, .container article {
    vertical-align: top;
}

article {
    padding: 50px 0;
}
article.full_size {
    padding: 0;
}

.row_fluid, .bottom_blocks {
    max-width: 1180px;
    width: 100%;
}

.bottom_blocks {
    margin-left: -590px;
}

.row, .row_fluid {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
}
.row:before, .row_fluid:before {
    content: "";
    display: table;
    line-height: 0;
}
.row:after, .row_fluid:after {
    content: "";
    display: table;
    line-height: 0;
    clear: both;
}

.col_new_line {
    clear: left;
}

[class*="col_"] {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 0%;
    *margin-left: -0.0390625%;
}

[class*="col_"]:first-child {
    margin-left: 0;
}

.col_16 {
    width: 100%;
    *width: 99.9609375%;
}

.col_15 {
    width: 93.75%;
    *width: 93.7109375%;
}

.col_14 {
    width: 87.5%;
    *width: 87.4609375%;
}

.col_13 {
    width: 81.25%;
    *width: 81.2109375%;
}

.col_12 {
    width: 75%;
    *width: 74.9609375%;
}

.col_11 {
    width: 68.75%;
    *width: 68.7109375%;
}

.col_10 {
    width: 62.5%;
    *width: 62.4609375%;
}

.col_9 {
    width: 56.25%;
    *width: 56.2109375%;
}

.col_8 {
    width: 50%;
    *width: 49.9609375%;
}

.col_7 {
    width: 43.75%;
    *width: 43.7109375%;
}

.col_6 {
    width: 37.5%;
    *width: 37.4609375%;
}

.col_5 {
    width: 31.25%;
    *width: 31.2109375%;
}

.col_4 {
    width: 25%;
    *width: 24.9609375%;
}

.col_3 {
    width: 18.75%;
    *width: 18.7109375%;
}

.col_2_and_half {
    width: 15.625%;
    *width: 15.56640625%;
}

.col_2 {
    width: 12.5%;
    *width: 12.4609375%;
}

.col_1_and_half {
    width: 9.375%;
    *width: 9.31640625%;
}

.col_1 {
    width: 6.25%;
    *width: 6.2109375%;
}

/* Tablets */
@media all and (min-width: 768px) and (max-width: 1180px) {
    .row_fluid, .bottom_blocks {
        width: 100%;
        max-width: 768px;
        *zoom: 1;
    }

    .bottom_blocks {
        margin-left: -384px;
    }

    [class*="col_"] {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 3.225806451612903%;
        *margin-left: 3.186743951612903%;
    }

    [class*="col_"]:first-child {
        margin-left: 0;
    }

    .col_16 {
        width: 100%;
        *width: 99.9609375%;
    }

    .col_15 {
        width: 93.54838709677418%;
        *width: 93.50932459677418%;
    }

    .col_14 {
        width: 87.09677419354838%;
        *width: 87.05771169354838%;
    }

    .col_13 {
        width: 80.64516129032256%;
        *width: 80.60609879032256%;
    }

    .col_12 {
        width: 74.19354838709677%;
        *width: 74.15448588709677%;
    }

    .col_11 {
        width: 67.74193548387098%;
        *width: 67.70287298387098%;
    }

    .col_10 {
        width: 61.29032258064516%;
        *width: 61.25126008064516%;
    }

    .col_9 {
        width: 54.83870967741935%;
        *width: 54.79964717741935%;
    }

    .col_8 {
        width: 48.387096774193544%;
        *width: 48.348034274193544%;
    }

    .col_7 {
        width: 41.93548387096774%;
        *width: 41.89642137096774%;
    }

    .col_6 {
        width: 35.483870967741936%;
        *width: 35.444808467741936%;
    }

    .col_5 {
        width: 29.032258064516128%;
        *width: 28.993195564516128%;
    }

    .col_4 {
        width: 22.58064516129032%;
        *width: 22.54158266129032%;
    }

    .col_3 {
        width: 16.129032258064512%;
        *width: 16.089969758064512%;
    }

    .col_2 {
        width: 9.677419354838708%;
        *width: 9.638356854838708%;
    }

    .col_1 {
        width: 3.225806451612903%;
        *width: 3.186743951612903%;
    }
}
/* Mobile */
@media all and (max-width: 767px) {
    .dl-horizontal dt {
        float: none;
        clear: none;
        width: auto;
        text-align: left;
    }

    .dl-horizontal dd {
        margin-left: 0;
    }

    .container {
        width: auto;
    }

    .row_fluid, .bottom_blocks {
        width: 320px;
        padding: 0 20px;
    }

    .row {
        margin-left: 0;
    }

    [class*="col_"] {
        float: none;
        display: block;
        width: 100%;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .col_12 {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

/* Literal.Number.Integer.Long */
.header_container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    min-height: 58px;
}

.header {
    overflow: hidden;
}
.header .btn {
    margin-top: 9px;
    margin-left: 25px;
}

.site_title {
    float: left;
    font-size: 18px;
    line-height: 58px;
}
.site_title a {
    text-decoration: none;
}

.menu {
    float: right;
    margin-bottom: 0;
    border-left: 1px solid #000;
}
.menu li {
    float: left;
}

.deskt_menu a {
    font: normal 18px/1em "museo_sans100", "Museo Sans", Helvetica, Arial, sans-serif;
    display: block;
    border-right: 1px solid #000;
    padding: 20px 25px;
    text-decoration: none;
    position: relative;
    z-index: 9;
    overflow: hidden;
}
.deskt_menu a:before {
    content: '';
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
    background-color: #181818;
    position: absolute;
    bottom: -175%;
    left: -25%;
    width: 150%;
    height: 150%;
    z-index: -1;
}
.deskt_menu a:hover, .deskt_menu a:active, .deskt_menu a:focus {
    color: #002052;
}
.deskt_menu.current a {
    color: #FFF;
}
.deskt_menu a:hover:before, .deskt_menu a:active:before, .deskt_menu a:focus:before, .deskt_menu.current a:before {
    bottom: -25%;
}

.submenu {
    background-color: #181818;
    text-align: center;
}
.submenu ul {
    margin-bottom: 0;
}
.submenu li {
    display: inline-block;
}
.submenu a {
    display: block;
    padding: 20px 30px;
    text-decoration: none;
}
.submenu a:hover, .submenu a:active, .submenu a:focus {
    text-decoration: underline;
}

.v_aligner {
    display: inline-block;
    width: 0;
    zoom: 1;
    vertical-align: middle;
}

.heading {
    position: relative;
    overflow: hidden;
}
.heading .heading_content {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    position: relative;
    z-index: 9;
    width: 100%;
}
.heading h1 {
    color: #FFF;
}
.heading p {
    font: normal 28px/42px "museo_sans100", "Museo Sans", Helvetica, Arial, sans-serif;
    color: #FFF;
    max-width: 640px;
    margin: 40px auto 0;
}
.heading p small {
    display: block;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
}
.heading .footer_intro p {
    margin-top: 10px;
}

.header_default {
    background: #002052 no-repeat center bottom;
    height: 130px;
}
.header_default h1, .header_default p {
    color: #FFF;
}
.header_default .v_aligner {
    height: 130px;
}

.header_illu {
    background-color: #262626;
    height: 380px;
}
.header_illu .v_aligner {
    height: 380px;
}

.header_custom {
    -moz-perspective: 400px;
    -webkit-perspective: 400px;
    perspective: 400px;
    padding: 90px 0 140px;
}
.header_custom p {
    margin-top: 10px;
}
.header_custom input {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.heading_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    min-width: 1650px;
}

.cta_bottom {
    padding: 80px 0;
}
.cta_bottom h3 {
    margin-top: 0;
    font-size: 28px;
}
.cta_bottom .even {
    margin-left: 10px;
    margin-right: 10px;
}

.footer_intro {
    background-image: url("/img/banner-ruby-black.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    border-top: 5px solid #000;
    padding-bottom: 65px;
}
.footer_intro img {
    margin-top: 15px;
}
.footer_intro h2 {
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 30px;
}
.footer_intro p {
    font-family: "museo_sans100", "Museo Sans", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 22px;
}

.sitemap {
    padding: 30px 0;
}
.sitemap h3 {
    font: normal 16px/1em "museo_sans300", "Museo Sans", Helvetica, Arial, sans-serif;
    color: #181818;
    margin-bottom: 20px;
}
.sitemap li {
    padding-bottom: 5px;
}
.sitemap .col_custom {
    width: 16.5%;
}
.sitemap a {
    font: normal 14px/1.3em "museo_sans300", "Museo Sans", Helvetica, Arial, sans-serif;
    text-decoration: none;
}
.sitemap a:hover, .sitemap a:active, .sitemap a:focus {
    text-decoration: underline;
}

.footer_bottom {
    overflow: hidden;
    border-top: 1px solid #262626;
    border-bottom: 1px solid #262626;
}
.footer_bottom .left {
    width: 66%;
    float: left;
}
.footer_bottom .right {
    width: 33%;
    float: right;
}
.footer_bottom a {
    color: #777777;
    text-decoration: none;
}
.footer_bottom a:hover, .footer_bottom a:active, .footer_bottom a:focus {
    color: #FFF;
}
.footer_bottom a.full_bl_i {
    color: #444444;
    font: normal 18px/40px "museo_sans700", "Museo Sans", Helvetica, Arial, sans-serif;
    display: block;
    border-right: 1px solid #262626;
}
.footer_bottom p, .footer_bottom ul {
    margin-bottom: 0;
}
.footer_bottom p {
    padding: 15px 0;
}
.footer_bottom ul li:first-child a {
    border-left: 1px solid #262626;
}
.footer_bottom .sitemap_toggle {
    padding: 15px 30px;
}
.footer_bottom .arrow_top {
    margin-left: 13px;
}
.footer_bottom .full_bl_i {
    position: relative;
    height: 70px;
    width: 70px;
}
.footer_bottom .full_bl_i i {
    position: absolute;
    top: 50%;
    left: 50%;
}
.footer_bottom .full_bl_i .fb {
    margin-top: -11px;
    margin-left: -6px;
}
.footer_bottom .full_bl_i .tw {
    margin-top: -8px;
    margin-left: -13px;
}
.footer_bottom .full_bl_i .yt {
    margin-top: -13px;
    margin-left: -12px;
}
.footer_bottom .full_bl_i .letter {
    margin-top: -8px;
    margin-left: -12px;
}
.footer_bottom .full_bl_i .epic {
    margin-top: -12px;
    margin-left: -10px;
}
.footer_bottom .social {
    text-align: center;
}
.footer_bottom .social li {
    display: inline-block;
}
.footer_bottom .misc li {
    float: right;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.4em;
}

html, body {
    background-color: #FFF;
    width: 100%;
    height: 100%;
}

body {
    font: normal 16px/1.6em "museo_sans300", "Museo Sans", Helvetica, Arial, sans-serif;
    color: #777777;
    /*
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
  */
}

body.buy .footer_intro {
    border-top-width: 2px;
}

@-webkit-keyframes fontfix {
    from {
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}
h1, h2, h3, h4, h5, h6 {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #262626;
    font-weight: normal;
}

h1 {
    font: normal 50px/1.2em "gotham_boldregular", Gotham, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

h2 {
    font: normal 36px/1.5em "gotham_boldregular", Gotham, Helvetica, Arial, sans-serif;
    margin: 0.8em 0 0.5em;
}

h3 {
    font: normal 22px/1.3em "museo_sans900", "Museo Sans", Helvetica, Arial, sans-serif;
    margin: 1em 0 0.8em;
}

h4 {
    font: normal 18px/1.3em "museo_sans900", "Museo Sans", Helvetica, Arial, sans-serif;
    margin: 1em 0 0.8em;
}

h5, h6 {
    font: normal 16px/1.3em "museo_sans700", "Museo Sans", Helvetica, Arial, sans-serif;
    margin: 0.7em 0 0.5em;
}

p, dl, hr, ol, ul, pre, table, address, fieldset {
    margin-bottom: 15px;
}

p strong, li strong {
    font: normal 16px/1.5em "museo_sans700", "Museo Sans", Helvetica, Arial, sans-serif;
}

a {
    -moz-transition: all 0.2s cubic-bezier(0.75, 0, 0.06, 1);
    -o-transition: all 0.2s cubic-bezier(0.75, 0, 0.06, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.75, 0, 0.06, 1);
    transition: all 0.2s cubic-bezier(0.75, 0, 0.06, 1);
    text-decoration: underline;
    color: #002052;
}
a:hover, a:active, a:focus {
    outline: 0;
    text-decoration: none;
}

blockquote cite {
    font-family: "museo_sans700", "Museo Sans", Helvetica, Arial, sans-serif;
    font-weight: normal;
    display: block;
    padding-top: 10px;
}
blockquote cite:before {
    content: '—';
}
blockquote cite strong {
    color: #262626;
}

.main {
    min-height: 300px;
    padding-top: 58px;
}

.nav_pages {
    border-top: 1px solid #dddddd;
    overflow: hidden;
}
.nav_pages .prev {
    border-right: 1px solid #dddddd;
    text-align: right;
    min-height: 65px;
}
.nav_pages .prev a:before {
    right: 0;
}
.nav_pages .next {
    text-align: left;
    min-height: 65px;
}
.nav_pages .next a:before {
    left: 0;
}
.nav_pages a {
    display: block;
    text-decoration: none;
    color: #777777;
    padding: 20px;
    position: relative;
}
.nav_pages a:before {
    content: '';
    -moz-transition: all 0.4s cubic-bezier(0.75, 0, 0.06, 1);
    -o-transition: all 0.4s cubic-bezier(0.75, 0, 0.06, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.75, 0, 0.06, 1);
    transition: all 0.4s cubic-bezier(0.75, 0, 0.06, 1);
    background-color: #262626;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    z-index: -1;
}
.nav_pages a:hover, .nav_pages a:active, .nav_pages a:focus {
    color: #FFF;
}
.nav_pages a:hover:before, .nav_pages a:active:before, .nav_pages a:focus:before {
    width: 300%;
}

.block_intro h2, .block_intro h3 {
    margin-top: 0;
}
.block_intro p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.intro {
    font: normal 22px/1.5em "museo_sans100", "Museo Sans", Helvetica, Arial, sans-serif;
}

.share {
    overflow: hidden;
    border-top: 1px solid #dddddd;
    padding-top: 25px;
    margin-top: 25px;
}

.hexagon {
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    overflow: hidden;
}

.hexagon_in_1 {
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.hexagon_in_2 {
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hexagon_160 {
    width: 160px;
    height: 184px;
}

.hexagon_80 {
    width: 80px;
    height: 92px;
}

.theme_dark h2, .theme_dark h4, .theme_dark h5, .theme_dark h6, .theme_dark a {
    color: #FFF;
}
.theme_dark h3 {
    color: #444444;
}

.theme_white h2, .theme_white h3, .theme_white h4, .theme_white p {
    color: #FFF;
}

.img_block {
    display: block;
    margin: 10px auto;
    max-width: 100%;
    height: auto;
}

.half {
    width: 50%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.vertic_middle {
    vertical-align: middle;
}

.txt_centered {
    text-align: center;
}

.f_monaco_14 {
    font-family: "monacoregular", Monaco, "museo_sans300", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.c_black_closer {
    color: #181818;
}



.bg_black_closer {
    background-color: #181818;
}

.bg_grey_light {
    background-color: #f1f1f1;
}

.bg_red {
    background-color: #1b3560;
}

.border_list {
    border: 2px solid #dddddd;
}
.border_list li {
    padding: 15px 20px;
    border-top: 1px solid #dddddd;
}
.border_list li:first-child {
    border-top: 0;
}

.border_list_head h3 {
    font: normal 22px/1em "museo_sans100", "Museo Sans", Helvetica, Arial, sans-serif;
    color: #FFF;
    margin: 0;
}

.about_illu {
    margin-top: 200px;
}


table {
    width: 100%;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
}

td, th {
    text-align: left;
    color: #777777;
    padding: 13px;
    border-bottom: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
}

th {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font: normal 16px/1.5em "museo_sans900", "Museo Sans", Helvetica, Arial, sans-serif;
    background-color: #f1f1f1;
    border-bottom: 0;
    color: #262626;
}
th + th {
    border-color: #dddddd;
}

label, input, textarea {
    display: block;
}

label {
    font: normal 16px/1.3em "noto_serifbold_italic", "Noto Serif", Georgia, "Times New Roman", Times, serif;
    color: #262626;
    padding-bottom: 5px;
}

input, textarea {
    -moz-transition: all 0.3s cubic-bezier(0.75, 0, 0.06, 1);
    -o-transition: all 0.3s cubic-bezier(0.75, 0, 0.06, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.75, 0, 0.06, 1);
    transition: all 0.3s cubic-bezier(0.75, 0, 0.06, 1);
    font: normal 16px/1.3em "museo_sans300", "Museo Sans", Helvetica, Arial, sans-serif;
    background-color: #f1f1f1;
    border-top: 3px solid #dddddd;
    border-right: 3px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    color: #777777;
    width: 100%;
    padding: 13px 25px 12px;
    margin: 0;
    min-height: 60px;
    outline: none;
}
input:focus, input:active, textarea:focus, textarea:active {
    border-color: #888;
}

.infield_labels p, .infield_labels div {
    position: relative;
}
.infield_labels .infield {
    position: absolute;
    top: 12px;
    left: 15px;
}
.infield_labels .infield.size_m {
    top: 9px;
}

textarea {
    resize: none;
}

select {
    display: block;
    width: 100%;
}

.steps_container {
    min-height: 1950px;
    overflow: hidden;
    position: relative;
}

.steps {
    position: relative;
    z-index: 9;
    width: 160px;
    height: 186px;
    margin-left: auto;
    margin-right: auto;
}
.steps.active .descr {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.i_ruby {
    margin-left: -24px;
    position: absolute;
    top: -34px;
    left: 50%;
    z-index: 1;
}

.descr {
    -moz-transition: all 0.6s cubic-bezier(0.75, 0, 0.06, 1);
    -o-transition: all 0.6s cubic-bezier(0.75, 0, 0.06, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.75, 0, 0.06, 1);
    transition: all 0.6s cubic-bezier(0.75, 0, 0.06, 1);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    padding: 35px;
    position: absolute;
    top: 0;
    z-index: 6;
    width: 500px;
    background-image: url('/images/kadre.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.descr h3 {
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    font-size: 24px;
    margin-top: 0;
    color: #1b3560;
    text-align: center;
}

.descr p {
    font-family: 'Dosis', serif;
    font-size: 18px;
    color: slategrey;
    text-align: center;
}

.step_illu {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: visible;
    position: absolute;
    top: -55px;
    z-index: 5;
    width: 330px;
    height: 330px;
}

.even .descr {
    right: -500px;
}
.even .step_illu {
    left: -400px;
}

.odd .descr {
    left: -500px;
}
.odd .step_illu {
    right: -405px;
}

.steps_path {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -398px;
}

.step_1 {
    margin-top: 134px;
    margin-bottom: 227px;
}

.step_2 {
    margin-bottom: 228px;
}

.step_3 {
    margin-bottom: 230px;
}

.resp_m_deploy_title:before {
    background-position: -104px -19px;
    display: inline-block;
    text-indent: 9999px;
    overflow: hidden;
    height: 13px;
    width: 23px;
}
.resp_m_deploy_title.deployed:before {
    background-position: -65px -19px;
    display: inline-block;
    text-indent: 9999px;
    overflow: hidden;
    height: 13px;
    width: 23px;
}

.app_catalog_logo {
    width: 80px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 0 2px 0 #cacaca;
    -webkit-box-shadow: 0 2px 0 #cacaca;
    box-shadow: 0 2px 0 #cacaca;
    border-color: #cacaca;
    border-style: solid;
    border-width: 1px;
    margin-left: 16px;
}

.app_title {
    font-size: 18px;
}

.pagination {
    font: normal 16px/1em "museo_sans300", "Museo Sans", Helvetica, Arial, sans-serif;
    border-top: 1px solid #dddddd;
    padding: 20px 0;
    text-align: center;
    margin-top: 30px;
}
.pagination a {
    display: inline-block;
    padding: 4px 6px;
    color: #777777;
    text-decoration: none;
}
.pagination a:hover, .pagination a:active, .pagination a:focus {
    color: #002052;
}
.pagination a.no_more {
    pointer-events: none;
    color: #f1f1f1;
}
.pagination a.active_page {
    color: #002052;
}
.pagination a.previous_link {
    margin-right: 45px;
}
.pagination a.next_link {
    margin-left: 45px;
}

.case_head_bg {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    -ms-behavior: url(/javascripts/libs/backgroundsize.min.htc);
}

.case_content header h2 {
    margin-bottom: 0;
}
.case_content header h3 {
    font-family: "museo_sans100", "Museo Sans", Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin-top: 0;
}
.case_content .devices_list {
    margin: 25px 0;
}
.case_content .devices_list i {
    margin-right: 6px;
}

.case_head_details p:first-of-type {
    font: normal 22px/1.5em "museo_sans100", "Museo Sans", Helvetica, Arial, sans-serif;
}

.case_illu_block {
    position: relative;
}

.case_logo {
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -moz-box-shadow: 0 8px 0 #dddddd;
    -webkit-box-shadow: 0 8px 0 #dddddd;
    box-shadow: 0 8px 0 #dddddd;
    position: absolute;
    bottom: -24px;
    left: 0;
    z-index: 99;
    margin-left: 50px;
}

.case_secondary_block {
    padding-top: 45px;
    padding-bottom: 25px;
}

.case_quote {
    font: normal 32px/1.5em "museo_sans500", "Museo Sans", Helvetica, Arial, sans-serif;
    font-style: italic;
    line-height: 40px;
    color: #262626;
}

.btn_appstore {
    margin-right: 30px;
}

.rand_cases {
    text-align: center;
}
.rand_cases .rand_case {
    display: inline-block;
    padding: 0 15px;
    width: 25%;
}
.rand_cases .hexagon {
    margin-right: auto;
    margin-left: auto;
}
.rand_cases .case_title {
    font-family: "museo_sans700", "Museo Sans", Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin-bottom: 0;
}
.rand_cases .case_author {
    font-family: "museo_sans100", "Museo Sans", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    margin-top: 0;
}

/* @group Base */
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    *display: inline;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
}
.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
}

.chosen-search {
    height: 0;
}

/* @end */

/* @end */
@media all and (max-width: 1180px) {
    .gem_item {
        float: none;
        width: auto;
    }

    .gem_list_item {
        margin: 0;
    }

    .even .descr {
        right: -400px;
    }
    .even .step_illu {
        left: -400px;
    }

    .odd .descr {
        left: -400px;
    }
    .odd .step_illu {
        right: -405px;
    }
}
@media all and (min-width: 768px) and (max-width: 1180px) {
    .resp_t_pad_rl {
        padding-left: 20px;
        padding-right: 20px;
    }

    .resp_t_col_full {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .resp_t_none, .site_title_txt {
        display: none;
    }

    .site_title {
        padding-left: 10px;
    }

    .deskt_menu a {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 15px;
        line-height: 18px;
    }

    .submenu a {
        padding-left: 15px;
        padding-right: 15px;
    }

    .menu {
        border-left: 0;
    }
    .menu .btn_filled_red {
        margin-right: 10px;
    }

    .sitemap .col_custom {
        width: 13.5%;
    }

    .footer_bottom .right {
        width: auto;
    }

    .nav_pages .next {
        margin-left: 0;
    }

    .img_block, .sitemap {
        padding-left: 10px;
        padding-right: 10px;
    }

    .row_t_full .col_1 {
        display: none;
    }
    .row_t_full .col_4 {
        width: 100%;
        padding: 20px 20px 0;
        margin: 0;
    }

    .row_t_threeq_n_icon .col_2 {
        margin-left: 0;
        width: 15%;
    }
    .row_t_threeq_n_icon .col_4 {
        width: 70%;
        margin-bottom: 30px;
    }
    .row_t_threeq_n_icon .col_5 {
        margin-left: 0;
    }
    .row_t_threeq_n_icon .col_3 {
        width: 42%;
        margin-left: 0;
    }
    .row_t_threeq_n_icon .col_3 img {
        display: block;
        margin: 0 auto;
    }
    .row_t_threeq_n_icon .col_7 {
        width: 60%;
    }
    .row_t_threeq_n_icon.block_spac_b_l {
        padding-bottom: 0;
    }

    .block_intro {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hexagon_2nd {
        display: none !important;
    }

    .last_cases {
        padding-bottom: 100px;
    }
    .last_cases .col_1 {
        display: none;
    }

    .heroes_illu, .heroes_details {
        width: 46%;
    }

    .case_next, .case_prev {
        top: auto;
        bottom: 40px;
    }

    .choice_dev_comp .sky_space {
        width: 72%;
    }
    .choice_dev_comp .ship_light_2, .choice_dev_comp .ship_light_3, .choice_dev_comp .ship_light_5 {
        display: none !important;
    }

    .sky_space_mask {
        padding-left: 0;
        padding-right: 0;
    }

    .note p {
        position: relative;
        padding-left: 70px;
    }
    .note i {
        margin-top: -15px;
        position: absolute;
        top: 50%;
        left: 20px;
    }

    .team_member {
        width: 100%;
        margin-left: 0;
    }
    .team_member .hexagon {
        margin-left: auto;
        margin-right: auto;
    }

    .tooltips {
        width: 260px;
    }

    .sample_screenshot {
        margin: 13px 0 0;
        width: 100%;
        height: auto;
    }

    .case_logo {
        width: 90px;
        height: auto;
        bottom: 0;
    }

    .odd .descr {
        left: -320px;
    }
    .odd .step_illu {
        right: -275px;
    }

    .even .descr {
        right: -400px;
    }
    .even .step_illu {
        left: -275px;
    }

    .descr {
        width: 500px;
        padding: 25px;
    }

    .step_illu {
        top: -20px;
        width: 230px;
        height: 230px;
    }

    .cases_list .case {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        margin: 30px 0;
    }
    .cases_list .hexagon {
        margin-left: auto;
        margin-right: auto;
    }

    .case_content .row_fluid .col_7:first-child {
        margin-left: 3.225806451612903%;
    }
    .case_content .row_fluid .col_7 h2:first-child, .case_content .row_fluid .col_7 h3:first-child {
        margin-top: 0;
    }
    .case_content iframe {
        width: 100%;
        height: auto;
    }

    .rand_cases, .gls_cell {
        margin-left: 0;
    }

    .gls_cell.odd {
        clear: left;
    }

    .gls_content .app, .gls_content .gls_cell, .app_content .app, .app_content .gls_cell {
        width: 50%;
        padding-left: 20px;
    }

    .footer_intro {
        padding-left: 20px;
        padding-right: 20px;
    }

    .aside_toc {
        margin-left: 0;
        width: 30%;
    }

    .guide_pages {
        padding-top: 30px;
    }

    .guide_content {
        margin-left: 0;
        padding-left: 30px;
        width: 70%;
        padding-right: 30px;
    }
    .guide_content h2:first-child {
        margin-top: 0;
    }

    .toc_container h3, .toc_container a {
        padding-right: 30px;
        padding-left: 30px;
    }

    .news_list {
        width: 60%;
    }

    .aside_events {
        width: 30%;
        padding-top: 0;
    }

    .dates_table.last_news .date_meta, .dates_table.last_news .date_content {
        float: left;
        min-height: 80px;
    }
    .dates_table.last_news .date_meta {
        width: 30%;
    }
    .dates_table.last_news .date_content {
        width: 70%;
    }

    .date_meta {
        float: none;
        width: auto;
    }

    .bottom_blocks .date_meta {
        float: left;
        width: 58px;
    }
    .bottom_blocks .date_content {
        text-align: left;
        float: left;
    }

    .date_content {
        font-family: "museo_sans500", "Museo Sans", Helvetica, Arial, sans-serif;
        font-weight: normal;
        border-top: 1px solid #dddddd;
        width: auto;
        float: none;
        text-align: center;
        min-height: 0;
    }

    .last_news .date_content {
        border-top: 0;
    }

    .next_meetups .date_content {
        border-left: 0;
    }

    .contact_infos .col_4, .contact_infos .col_5 {
        width: 33%;
        margin-left: 0;
    }
}
@media all and (min-width: 768px) {
    .resp_m_only {
        display: none;
    }

    .resp_m_deploy_title:before {
        display: none;
    }

    .step {
        display: none;
    }
}


@media all and (max-width: 767px) {
    .resp_m_none {
        display: none;
    }

    .resp_m_only {
        display: block;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 28px;
    }

    .header_container {
        background-color: transparent;
        height: 58px;
        min-height: 0;
    }
    .header_container .v_aligner {
        display: none;
    }

    .heading p {
        font-size: 18px;
        line-height: 1.4em;
        margin: 20px auto;
    }

    .heading_content {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .heading_content h1 {
        font-size: 22px;
    }

    .header_default {
        height: auto;
    }

    .header_custom p {
        font-size: 22px;
        line-height: 1.4em;
    }

    .header_illu {
        height: auto;
    }

    .heading_bg {
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        min-height: 100%;
        height: 100%;
        min-width: 100%;
        width: auto;
    }

    .site_title {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        text-align: center;
        background-color: #262626;
    }
    .site_title a {
        display: inline-block;
    }

    .menu {
        background-color: #262626;
        overflow-y: auto;
        position: fixed;
        top: 0;
        left: -100%;
        right: 100%;
        bottom: 0;
        z-index: 8;
    }
    .menu li {
        float: none;
    }
    .menu li:before {
        display: none;
    }

    .menu li, .submenu li {
        border-top: 1px solid #000;
        border-bottom: 0;
    }

    .submenu {
        background-color: #262626;
        overflow-y: auto;
        position: fixed;
        top: 0;
        right: 100%;
        bottom: 0;
        left: 0;
        z-index: 9;
    }
    .submenu .row_fluid {
        width: 100%;
        padding: 0;
    }
    .submenu li {
        background-color: #181818;
        display: block;
    }
    .submenu li a:hover, .submenu li a:active, .submenu li a:focus {
        text-decoration: none;
    }

    .deskt_menu a:before {
        display: none;
    }
    .deskt_menu.current a {
        background-color: #181818;
    }

    .mobile_menu {
        -moz-transition: 0s;
        -o-transition: 0s;
        -webkit-transition: 0s;
        transition: 0s;
        padding: 21px 19px 22px;
        background-color: #262626;
        width: 58px;
        height: 58px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 19;
    }
    .mobile_menu:before, .mobile_menu:after {
        content: "";
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        background: #FFF;
        width: 20px;
        height: 2px;
        left: 20px;
    }
    .mobile_menu:before {
        -moz-box-shadow: 0 7px 0 0 #FFF;
        -webkit-box-shadow: 0 7px 0 0 #FFF;
        box-shadow: 0 7px 0 0 #FFF;
        position: absolute;
        top: 20px;
    }
    .mobile_menu:after {
        position: absolute;
        top: 34px;
    }
    .mobile_menu.active:before {
        -moz-box-shadow: 0 0 0 0 transparent;
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
        -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
        top: 27px;
    }
    .mobile_menu.active:after {
        -moz-transform: rotate(315deg);
        -ms-transform: rotate(315deg);
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
        top: 27px;
    }
    .mobile_menu.prev_menu:before {
        -moz-transform: rotate(315deg);
        -ms-transform: rotate(315deg);
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
        width: 12px;
        top: 22px;
    }
    .mobile_menu.prev_menu:after {
        -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
        top: 30px;
        width: 12px;
    }
    .mobile_menu:active {
        background-color: #000;
    }
    .mobile_menu .tribartolod {
        display: none;
    }

    .footer_bottom {
        text-align: center;
    }
    .footer_bottom .row_fluid {
        padding: 0;
    }
    .footer_bottom .col_custom, .footer_bottom .full_bl_i {
        width: 100%;
    }

    .social {
        border-top: 1px solid #262626;
        border-bottom: 1px solid #262626;
    }
    .social li {
        display: block;
        float: left;
        width: 33.3%;
    }

    .misc li {
        width: 50%;
    }
    .misc li + li {
        border-left: 1px solid #262626;
    }

    .main, body.home .header_intro {
        padding-top: 58px;
    }

    body.home .header_intro {
        overflow: hidden;
    }

    .nav_pages {
        position: relative;
        overflow: hidden;
    }
    .nav_pages:before {
        content: '';
        background-color: #dddddd;
        width: 1px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        z-index: -1;
    }
    .nav_pages .row_fluid {
        padding: 0;
    }
    .nav_pages .prev, .nav_pages .next {
        border: 0;
        float: left;
        width: 50%;
    }

    .cta_bottom h3 {
        font-size: 22px;
        padding: 0 20px;
    }

    .header_custom input {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .note p {
        position: relative;
        padding-left: 70px;
    }
    .note i {
        margin-top: -15px;
        position: absolute;
        top: 50%;
        left: 20px;
    }

    .factory_desc {
        margin-left: 0;
        margin-right: 0;
    }

    .tooltips {
        display: none;
    }

    .rwd_table_scroll {
        overflow-x: scroll;
        padding-left: 0;
        padding-right: 0;
    }
    .rwd_table_scroll table {
        table-layout: auto;
    }

    .sample {
        float: none;
        width: auto;
    }

    .main_title {
        letter-spacing: initial;
        font-size: 40px;
    }

    .bottom_blocks {
        position: relative;
        bottom: auto;
        left: auto;
        margin: 0 auto;
        padding: 20px 10px;
    }
    .bottom_blocks .last_news, .bottom_blocks .last_tweet {
        float: none;
    }
    .bottom_blocks .date_meta {
        text-align: left;
        float: left;
        width: 40px;
        margin: 0;
    }
    .bottom_blocks .date_content {
        text-align: left;
        float: left;
        width: 260px;
    }
    .bottom_blocks .last_tweet #latest_tweet {
        width: auto;
    }
    .bottom_blocks .last_tweet .tweet_link {
        display: none;
    }

    .video_container {
        height: 380px;
    }

    .hexagon_2nd {
        display: none !important;
    }

    .case_nav_next, .case_nav_prev {
        background-color: transparent;
    }
    .case_nav_next:hover, .case_nav_next:focus, .case_nav_next:active, .case_nav_prev:hover, .case_nav_prev:focus, .case_nav_prev:active {
        background-color: transparent;
    }

    .case_next, .case_prev {
        top: 128px;
    }

    .case_prev {
        left: 0;
    }

    .case_next {
        right: 0;
    }

    .choice_dev_comp .ship_light_2, .choice_dev_comp .ship_light_3, .choice_dev_comp .ship_light_5 {
        display: none !important;
    }
    .choice_dev_comp li {
        border-right: 0;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .choice_dev_comp li + li {
        border-top: 1px solid #dddddd;
    }

    .last_cases {
        overflow: hidden;
        text-align: center;
    }

    .heroes_illu img {
        width: 80%;
    }

    .case_heroes {
        background-position: center center;
    }

    .partner_list_title {
        margin: 0;
    }

    .partner_list_logo {
        margin: 0 0 20px;
        display: block;
        float: none;
    }

    .contact_form {
        padding: 0;
    }

    .contact_infos .col_4, .contact_infos .col_5 {
        border-top: 1px solid #dddddd;
        border-right: 0;
    }
    .contact_infos .first {
        border-top: 0;
    }

    .steps_container {
        position: relative;
    }
    .steps_container:before {
        content: '';
        background-color: #002052;
        width: 4px;
        margin-left: -2px;
        position: absolute;
        top: 0;
        bottom: 200px;
        left: 50%;
        z-index: 1;
    }

    .steps {
        width: 100%;
        height: auto;
    }
    .steps .descr {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        text-align: center;
        position: relative;
        left: auto;
        right: auto;
        width: 95%;
        padding: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .steps .descr p {
        margin-bottom: 0;
    }

    .step {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .step_1, .step_2, .step_3, .step_4 {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .cases_list .case {
        text-align: center;
    }
    .cases_list .hexagon {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .case_illu_block {
        display: none;
    }

    .case_content .block_spac_tb {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .case_content iframe {
        width: 100%;
        height: auto;
    }

    .rand_cases .rand_case {
        width: 100%;
    }

    .app_content {
        text-align: center;
    }
    .app_content .app .hexagon {
        margin-left: auto;
        margin-right: auto;
    }

    .gls_cell {
        text-align: center;
    }
    .gls_cell .hexagon {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .platform {
        display: block;
        width: 100%;
    }

    .pricing_table_container {
        overflow-x: auto;
    }

    .pricing_table {
        margin-right: 20px;
    }

    .pricing_testimonials .testimonial {
        width: auto;
    }

    .guides_pages {
        padding-top: 0;
    }

    .toc_container .resp_m_deploy_title {
        position: relative;
        padding-left: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .toc_container a {
        padding-left: 20px;
        padding-right: 20px;
    }

    .resp_m_deploy_title {
        position: relative;
    }
    .resp_m_deploy_title:before {
        content: '';
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -6px;
    }

    .resp_m_to_deploy {
        display: none;
    }

    .team_member .hexagon {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
    }

    .dates .date_content {
        width: 160px;
        padding: 15px;
    }

    .article_item {
        padding-top: 0;
    }
    .article_item .time {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
    }
    .article_item .content {
        padding-left: 0;
    }
}

/* Preload images */

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-container {
    padding: 4px;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}


.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}



.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}



.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
