/*reset*/


/* html5doctor.com Reset v1.6.1 - http://cssreset.com */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body,
html {
    /*overflow: hidden;*/
    width: 100%;
    height: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

    nav ul {
        list-style: none;
    }

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

    a:hover,
    a:focus {
        text-decoration: none !important;
    }

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

fieldset {
    display: block;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-before: 0em;
    -webkit-padding-start: 0em;
    -webkit-padding-end: 0em;
    -webkit-padding-after: 0em;
}


/*=======================================================----Ajax loading arrow-----=========================== */

.ajax-load {
    position: fixed;
    background: #FFFFFF;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 9998;
    overflow: hidden;
}

.ajax-load-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.p-logo {
    padding: 5px 0px 0px 15px;
    font-weight: 600;
    background: url('../../../src/img/home/logorsl.png') center center;
    width: 159px;
    height: 55px;
    background-size: 173px 54px;
    position: absolute;
    top: 25%;
    left: 0px;
    right: 0px;
    margin: auto;
}

.preloader {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 9999;
    background: url(../../../src/img/home/preloader.gif) no-repeat center center;
    overflow: hidden;
}


.rsl-m-body .jslghtbx-active img {
    width:100% !important;
}

/*============================================================= GENERAL ====================================*/

.backgroundImage {
    /*background-image: -ms-radial-gradient(center, ellipse farthest-side, #4994D2 0%, #04133E 100%);
    background-image: -moz-radial-gradient(center, ellipse farthest-side, #4994D2 0%, #04133E 100%);
    background-image: -o-radial-gradient(center, ellipse farthest-side, #4994D2 0%, #04133E 100%);
    background-image: -webkit-gradient(radial, center center, 0, center center, 486, color-stop(0, #4994D2), color-stop(1, #04133E));
    background-image: -webkit-radial-gradient(center, ellipse farthest-side, #4994D2 0%, #04133E 100%);
    background-image: radial-gradient(ellipse farthest-side at center, #4994D2 0%, #04133E 100%);*/

    background-image: -ms-radial-gradient(center, ellipse farthest-side, #30669D 0%, #04133E 100%);
    background-image: -moz-radial-gradient(center, ellipse farthest-side, #30669D 0%, #04133E 100%);
    background-image: -o-radial-gradient(center, ellipse farthest-side, #30669D 0%, #04133E 100%);
    background-image: -webkit-gradient(radial, center center, 0, center center, 486, color-stop(0, #30669D), color-stop(1, #04133E));
    background-image: -webkit-radial-gradient(center, ellipse farthest-side, #30669D 0%, #04133E 100%);
    background-image: radial-gradient(ellipse farthest-side at center, #30669D 0%, #04133E 100%);
}

ul {
    font-size: 15px;
    color: white;
    float: left;
    margin-left: 30px;
    /*list-style-type:none;*/
}

.left {
    float: left;
}

.fallback-message {
    font-family: 'Raleway', sans-serif;
    width: 70%;
    margin-top: 20%;
    margin-left: 10%;
    position: absolute;
}

    .fallback-message h3 {
        font-size: 16px;
    }

    .fallback-message p {
        font-size: 25px;
    }

.highlight {
    background: rgba(198, 214, 226, 0.47);
    color: lightblue;
    font-style: italic;
    padding: 5px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.75);
}

.rsl-d-selected {
    background: #418ECB;
    color: white !important;
}

.rsl-transition {
    background: none;
    cursor: pointer;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.rsl-delay1 {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -0-transition-delay: 0s;
    transition-delay: 0s;
}

.rsl-delay2 {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -0-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.rsl-delay3 {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -0-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.rsl-delay4 {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -0-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.rsl-delay5 {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    -0-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.rsl-delay6 {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -0-transition-delay: 1s;
    transition-delay: 1s;
}

.rsl-delay7 {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    -0-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.rsl-delay8 {
    -webkit-transition-delay: 1.4s;
    -moz-transition-delay: 1.4s;
    -ms-transition-delay: 1.4s;
    -0-transition-delay: 1.4s;
    transition-delay: 1.4s;
}


.jslghtbx-contentwrapper > img {
    background:rgba(0, 0, 0, 0.9);
}
 
.rsl-highlight-stories {
    background: rgba(106, 163, 208, 0.8);
}

.rsl-highlight-products {
    padding: 10px;
    background: rgba(65, 142, 203, 0.3);
}

.rsl-hidden,
.rsl-disabled {
    display: none;
}

.rsl-hidden-xs {
    display: inline-block;
}

.rsl-inline-block {
    display: inline-block !important;
}


.rsl-block {
    display: block;
}



.rsl-align-center {
    text-align: center;
}


.rsl-margin {
    margin-top:20px !important;
}

.rsl-margin-top {
    margin-top:10px !important;
}

.rsl-success-container {
    width:100%;
    height:100%;
    position:relative;
}

.rsl-message-container {
    position:absolute;
    display: inline-block;
    width:500px;
    height:100px;
    padding:20px;
    bottom:0;
    top:0;
    left:0;
    right:0;
    margin: auto;
}

.rsl-message-container h1 {
    color:white;
}

.rsl-message-container .rsl-wrapper-button {
        margin: 25px;
}

@media (max-width: 767px) {
    .rsl-hidden-xs {
        display: none !important;
    }
}



/*=============================================== */


/*DESKTOP
================================================================*/

.rsl-d-html {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.rsl-d-body {
    background: #04133E;
    line-height: 1;
    font-family: 'Raleway', sans-serif;
    overflow: hidden !important;
    height: 100%;
    width: 100%;
    cursor: auto;
}

.rsl-d-header {
    height: 60px;
    background-color: white;
    color: #3f8cca;
    position: fixed;
    z-index: 2;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
}

.rsl-d-logo {
    padding: 5px 0px 0px 15px;
    font-weight: 600;
    background: url('../../../src/img/home/logorsl.png') center center;
    width: 159px;
    height: 55px;
    background-size: 173px 54px;
    margin-left: 20px;
    margin-top: 0;
    float: left;
    cursor: pointer;
}

.rsl-d-beta {
    color: rgb(63, 140, 202);
    float: left;
    font-size: 15px;
    font-family: Raleway, sans-serif;
    padding-top: 28px;
    margin-left: -5px;
}

.rsl-d-menu {
    line-height: 60px;
    text-align: center;
}

.rsl-d-item {
    display: inline-block;
    font-size: 19px;
    font-weight: 600;
    padding: 0 20px;
    color: #418ECB;
    text-transform: uppercase;
    height: 60px;
}

    .rsl-d-item:last-child {
        margin-right: 15px;
    }

    .rsl-d-item:hover {
        background: #418ECB;
        color: white;
    }

.rsl-d-item {
    cursor: pointer;
}

.rsl-d-menu-right {
    /* float: right;
    padding: 15px;
    margin-right: 20px; */
    padding: 15px;
    text-align: right;
    overflow: hidden;
}

    .rsl-d-menu-right > * {
        display: inline-block;
        margin-right: 10px;
    }

    .rsl-d-menu-right img {
        width: 30px;
        height: 30px;
        position: relative;
        border-radius: 100%;
    }

        .rsl-d-menu-right img:hover,
        .menu-right img.select {
            background: rgb(219, 230, 234);
        }

.rsl-d-search-form {
    width: 200px;
    height: 30px;
    position: relative;
}

.rsl-d-search-box {
    box-sizing: border-box;
    padding-left: 10px;
    height: 30px;
    width: 100%;
    border: 2px solid #4192D4;
    color: #4192D4;
    font-size: 13px;
    position: absolute;
    right: 0px;
    outline: none;
    display: none;
    border-radius: 40px;
}

.rsl-d-clearable {
    color: #DCDCDC;
    position: absolute;
    font-size: 17px;
    top: 8px;
    right: 35px;
    z-index: 1;
    display: none;
    cursor: pointer;
}

.rsl-d-go-button {
    /*    display: none;
    position: absolute;
    right: 208px;
    height: 27px !important;
    margin-top: 3px;
    width: 32px !important;
    font-size: 16px;
    padding: 5px;
    box-sizing: border-box;*/
    background: #4192D4 !important;
    color: white !important;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.rsl-d-no-results,
.rsl-d-results {
    position: absolute;
    top: 60px;
    font-size: 15px;
    background: rgb(245, 241, 241);
    padding: 15px;
    display: none;
    text-align: center;
}

.rsl-d-no-results {
    right: 210px;
}

.rsl-d-results {
    right: 5%;
    width: 313px;
    display: none;
}

.rsl-d-hide-results {
    text-align: right;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}

.rsl-d-search-button {
    cursor: pointer;
    background: white;
    border-radius: 100%;
}

.rsl-d-results-title {
    cursor: pointer;
    padding: 3px;
    font-weight: 500;
}

.rsl-d-results-info {
    font-weight: 500;
}

.rsl-d-results-title:not(first-child):hover {
    background: rgba(93, 148, 195, 0.2);
}

.rsl-d-activeDiv {
    color: black;
}

.rsl-required {
    box-shadow: inset 0px 0px 11px red;
}


/*

SOCIAL BUTTONS

*/

.rsl-d-menu-right > a {
    width: 30px;
    height: 30px;
}

.social_icon {
    display: inline-block;
    cursor: pointer;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #418ECB;
    color: #418ECB;
    text-align: center;
    font-size: 16px;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    line-height: 43px;
}

    .social_icon i {
        vertical-align: top;
        line-height: 25px;
    }

    .social_icon strong {
        vertical-align: top;
        line-height: 26px;
        font-size: 14px;
    }


/*

IMPRESS

*/

.rsl-d-help-box {
    position: absolute;
    color: rgb(4, 19, 62);
    top: 60px;
    background: rgba(245, 241, 241, 0.9);
    padding: 20px;
    z-index: 1;
    width: 99%;
}

    .rsl-d-help-box p {
        font-size: 15px;
    }

.rsl-d-container {
    height: 906px;
    margin-top: 59px;
    position: relative;
    z-index: 1;
    /*cursor: move;*/
    -ms-touch-action: none;
    touch-action: none;
}

.rsl-d-scroll-helper {
    position: fixed;
    display: inline-block;
    right: 15px;
    height: 45px;
    width: 685px;
    z-index: 1;
    bottom: 15px;
}

.rsl-d-scroll-img-down {
    cursor: pointer;
    height: 44px;
    width: 44px;
    position: absolute;
    bottom: 0;
    right: 5px;
    background: url(../../../src/img/home/scroll.png) center center no-repeat;
    z-index: 11;
}

.rsl-d-scroll-img-up {
    cursor: pointer;
    height: 44px;
    width: 44px;
    position: absolute;
    bottom: 0;
    right: 55px;
    background: url(../../../src/img/home/scroll.png) center center no-repeat;
    z-index: 11;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rsl-d-scroll-info {
    position: absolute;
    right: 130px;
    bottom: 0;
    color: white;
    font-size: 18px;
    height: 22px;
    padding: 11px;
    z-index: 5;
    display: none;
}

.rsl-d-impress {
    height: 100%;
    margin-top: 450px;
}

.rsl-d-box_scale {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.rsl-d-overview {
    height: 1080px;
    width: 1920px;
}

svg {
    position: absolute;
    display: inline;
    width: 100%;
    height: calc(100% - 60px);
}

path {
    stroke: rgb(65, 142, 203);
    stroke-width: 1.25px;
    fill: none;
    marker-end: url(#products-arrow);
    display: none;
}

    path.home {
        opacity: 0.4;
        display: none;
    }

    path.products {
        opacity: 0.7;
        display: none;
    }

    path.solutions {
        opacity: 0.7;
        display: none;
    }


/*=========

TEMPLATES

===========*/

.rsl-d-info {
    width: 225px !important;
    right: calc(50% - 160px);
}

    .rsl-d-info h1 {
        width: 320px;
        color: #69C8C9;
        font-weight: 800;
        text-transform: uppercase;
        font-size: 67px;
        text-align: center;
        margin: 0 auto;
        cursor:default;
    }

    .rsl-d-info span {
        font-weight: 600;
        margin-left: 4px;
        float: left;
        font-size: 72px;
    }

    .rsl-d-info h1:before {
        content: "";
        background: url(../../../src/img/home/lines-01.svg) center center;
        background-size: 120px 160px;
        height: 160px;
        width: 120px;
        float: left;
        margin-bottom: -4px;
        margin-left: 185px;
    }

    .rsl-d-info h1:after {
        content: "";
        background: url(../../../src/img/home/lines-01.svg) center center;
        background-size: 120px 160px;
        height: 160px;
        width: 120px;
        float: left;
        margin-top: -2px;
        margin-left: 5px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.rsl-d-box[data-rotate='270'] {
    width: 450px;
}

.rsl-d-box-border {
    width: 319px;
    height: 0;
    border-top: 3px solid #69C8C9;
    padding: 0 10px;
    margin-left: 10px;
    position: absolute;
    top: 0px;
}

.rsl-d-box-header {
    width: 100%;
    color: white;
    text-transform: uppercase;
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 57px;
    cursor: default;
    padding: 10px;
    margin: 15px 0 0 0;
    transform: all 0.4s linear;
}

.active h2.rsl-d-box-header {
    color: white !important;
    font-size: 40px !important;
}

.active .rsl-d-box-border {
    border: 3px solid #69C8C9 !important;
}

.rsl-d-box,
.rsl-d-box.active {
    width: 1450px;
    /*background: green;*/
}

.rsl-d-smaller-slides {
    width: 800px !important;
}

    .rsl-d-smaller-slides .rsl-d-main-content {
        width: 100%;
    }

.rsl-d-main-block {
    /*background: orannge;*/
    width: 100%;
    display: none;
}

.rsl-d-box-content {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    margin-top: 25px;
}

.active .rsl-d-main-block {
    display: block;
}

.rsl-d-second-content {
    /*background: grey;*/
    width: 310px;
    margin-top: -20px;
}

.rsl-d-align-arrangement {
    vertical-align: bottom;
}

.rsl-d-main-content {
    /*background: black;*/
    width: calc(100% - 360px);
}

.rsl-d-main-paragraphs {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

    .rsl-d-main-paragraphs strong {
        color: rgba(255, 255, 255, 0.6);
    }

    .rsl-d-main-paragraphs ol {
        background: white;
        width: 100%;
        display: inline;
    }

.rsl-inline-pictures-container img {
    float:right;
    padding:20px;
}

.rsl-inline-pictures {
    display: block;
    float: right;
    max-width: 35%;
    margin-left: 15px;
}

.rsl-d-fitting-image-block {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

    .rsl-d-fitting-image-block img {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }

.rsl-d-height-forced {
    max-height: 300px;
}

.rsl-d-margin-forced {
    margin-top:-65px !important;
}

.rsl-d-fitting-main-content:not(.rsl-section-home)) {
    height: 525px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.rsl-d-main-columns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*margin-top: 15px;*/
}

.rsl-d-category h1 {
    width: 600px;
    font-size: 30px;
}


/*.rsl-d-mihai {
    width: 800px;
}
*/

.rsl-d-story.rsl-d-enabled {
    -webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
}

.rsl-d-translated-top {
    margin-top: 20px;
}

.rsl-d-bullets {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    position: absolute;
    top: -65px;
    left: 50px;
}

.rsl-d-fullwidth {
    width: 100% !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.rsl-d-box-content h3 {
    text-transform: uppercase;
    font-size: 25px;
    color: white;
    font-weight: 400;
}

.rsl-d-layout2-img1 {
    width: 280px;
}

.rsl-d-layout2-img2 {
    height: 200px;
}

.rsl-d-main-header {
    text-transform: initial !important;
}

.rsl-d-box-content a {
    color: lightblue;
}

    .rsl-d-box-content a:hover {
        color: white;
        text-decoration: none;
    }

.rsl-d-box-content span {
    font-size: 16px;
    line-height: 18px;
}

.rsl-groups {
    display: flex;
    width: 200px;
    align-items: center;
}

    .rsl-groups img {
        width: 50%;
        height: 50%;
    }

.rsl-d-box-content h4,
.rsl-d-box-content h5 {
    display: block;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 15px;
}

.rsl-d-box-content h4 {
    margin-bottom: 10px;
}

.rsl-d-box-content h4 {
    font-size: 25px;
}

.rsl-d-shadow + h5 {
    /*margin-top: 20px;*/
}

.rsl-d-box-content h5 {
    font-size: 17px;
}

/*.rsl-d-back-margin {
    cursor: move;
}*/

.rsl-d-subtitle-white {
    margin-top: 0px !important;
    color: white;
    margin-top: 27px;
}

.rsl-d-thick-border {
    border-top: 7px solid #69C8C9;
    width: 33px;
    height: 0;
    opacity: 0.4;
    margin-bottom: 30px;
    display: block;
}

.rsl-d-shadow,
.rsl-d-shadow li {
    color: rgba(255, 255, 255, 0.4) !important;
    line-height: 20px !important;
    font-size: 17px !important;
    font-weight: 400 !important;
}

[data-layout="5"] p.rsl-d-shadow {
    /*text-align: justify;*/
    margin-top: 2px;
}

    [data-layout="5"] p.rsl-d-shadow + .rsl-d-main-columns {
        margin-top: 0;
    }

[data-layout="5"] ul.rsl-d-shadow {
    margin-top: 0;
}

ul.rsl-d-shadow {
    margin-bottom: 10px;
}

.rsl-d-shadow li {
    margin: 5px 0;
}

.rsl-d-shadow-title {
    margin-top: -1px !important;
    font-size: 18px !important;
     color: rgba(255, 255, 255, 0.4) !important;
}

.rsl-d-subtitle h3,
.rsl-d-subtitle-white h3,
.rsl-d-box-content p,
.rsl-d-box-content .mihai > p {
    padding: 0;
    display: block;
    color: #65CBE3;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
}
.rsl-d-box-content ul {
    padding: 0;
    display: block;
    color: #65CBE3;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
}

.rsl-d-fitting-main-content.large-content {
    margin-top: -10px;
}

.rsl-d-fitting-main-content p {
    margin-top: 0;
}

.rsl-lighter-color p {
    color: white !important;
}

.rsl-d-smaller-fonts h5 {
    font-size: 15px;
}

.rsl-d-smaller-fonts p {
    font-size: 15px;
}


/* NOT USED ANYMORE */

.rsl-d-sharing-box {
    border: 1px solid rgba(0, 0, 0, 0.17);
    border-radius: 2px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    transition: background-color 0.218s ease 0s, border-color 0.218s ease 0s, box-shadow 0.218s ease 0s;
    -moz-user-select: none;
    background-color: #FFF;
    background-image: none;
    color: #262626;
    cursor: pointer;
    outline: medium none;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    float: left;
    margin-top: 5px;
    height: 40px;
}

.rsl-d-g {
    color: #DD4B38 !important;
    font-family: 'PT Serif', serif;
    font-size: 18px;
    font-weight: 800;
    float: left;
    display: block;
    padding: 10px 5px 10px 10px;
}

.rsl-d-share {
    float: left;
    display: block;
    padding: 10px 10px 10px 0;
    color: black !important;
    font-size: 15px;
}

.rsl-d-download-brochure {
    border: 1px solid rgba(0, 0, 0, 0.17);
    border-radius: 2px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    transition: background-color 0.218s ease 0s, border-color 0.218s ease 0s, box-shadow 0.218s ease 0s;
    -moz-user-select: none;
    background-color: #FFF;
    background-image: none;
    color: #262626;
    cursor: pointer;
    outline: medium none;
    float: left;
    height: 40px;
    display: inline-block;
    margin-top: 5px;
    line-height: 33px;
    margin-left: 10px;
    width: 140px;
}

    .rsl-d-download-brochure a {
        display: block;
        font-size: 15px;
        padding: 3px;
        color: black !important;
    }

        .rsl-d-download-brochure a:hover {
            color: lightblue;
        }

    .rsl-d-download-brochure i {
        color: #DD4B38 !important;
        white-space: nowrap;
        font-size: 18px;
        font-weight: 800;
        float: left;
        display: block;
        padding: 10px 5px 10px 10px;
    }

.rsl-d-rasp-column {
    width: 48%;
    float: left;
    margin: 5px;
    box-sizing: border-box;
    padding: 5px;
    height: 300px;
}

    .rsl-d-rasp-column p {
        font-size: 24px;
        color: #65CBE3;
    }

.rsl-d-column-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 21px;
    float: left;
    width: 100%;
}

.rsl-d-paragraph-layout-5 {
    height: 300px;
    padding-top: 20px;
}

.rsl-d-testimonial-signature {
    float: left;
    width: 100%;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.4);
}

.rsl-d-column {
    margin-right: 20px;
}

    .rsl-d-column:last-child {
        margin-right: 0px;
    }

.rsl-d-visualisation {
    width: 800px;
}

.rsl-d-columns-3 .rsl-d-column {
    width: 1000px;
    margin-right: 25px;
    margin-top: 100px;
    color: white;
    position: relative;
    font-size: 70px;
}

    .rsl-d-columns-3 .rsl-d-column > p {
        color: white;
        /*margin-top: 20px;
position: absolute;
top: 645px;*/
    }

.rsl-d-nested-image {
    top: 0 !important;
}

    .rsl-d-nested-image img {
        width: 100%;
    }

.rsl-d-column.rsl-d-nested-image {
}

.rsl-d-white-border {
    width: 100%;
    height: 260px;
}

.rsl-d-subtitle2 h3 {
    font-size: 27px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.rsl-d-subtitle2:not(:first-child) {
    margin-top: 10px;
}

.rsl-d-img-row {
    float: left;
    margin: 0px;
    width: 371px;
    margin-bottom: 13px;
}

.rsl-d-rsl-img-row .rsl-d-column {
    float: left;
    width: calc(50% - 20px);
    margin-right: 20px;
}

.rsl-d-img-row .rsl-d-column img {
    height: 160px;
    width: 160px;
}

.rsl-d-big-monitor {
    background: url(../../../src/img/home/pc.svg) center center no-repeat;
    height: 35px;
    width: 35px;
    display: inline-block;
    vertical-align: -11px;
    cursor: pointer;
}

.rsl-d-small-monitor {
    background: url(../../../src/img/home/pc.svg) center center no-repeat;
    background-size: 25px 25px;
    height: 25px;
    width: 25px;
    display: inline-block;
    vertical-align: -8px;
    cursor: pointer;
}

.rsl-d-small-p {
    font-size: 14px !important;
    line-height: 18px !important;
}

.rsl-d-customers-list {
    margin: 20px 0;
    float: left;
}

    .rsl-d-customers-list img {
        width: 155px;
        height: 80px;
        margin-right: 9px;
        background: rgba(255, 255, 255, 0.4);
    }

.rsl-d-link:hover {
    color: rgba(255, 255, 255, 0.7) !important;
    cursor: pointer !important;
}

.rsl-d-columns-4 {
    margin-top: 60px;
    float: left;
}

.rsl-d-one-column {
    text-align: center;
    background: white;
    float: left;
    width: 165px;
    margin-right: 20px;
    padding: 10px 5px;
    height: 255px;
}

    .rsl-d-one-column:last-child {
        margin-right: 0;
    }

    .rsl-d-one-column p {
        width: 154px;
    }

    .rsl-d-one-column img {
        margin-bottom: 23px;
        margin-top: 15px;
    }

.rsl-d-vnav-column {
    width: 237px;
    text-align: center;
    background: white;
    float: left;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 5px;
    height: 245px;
}

    .rsl-d-vnav-column p {
        width: 215px;
        padding: 10px;
    }

.rsl-d-order {
    width: 100%;
    height: 110px;
}

    .rsl-d-order img {
        vertical-align: middle;
        margin: 0 auto;
        height: 90px;
    }

.rsl-d-vwork-column {
    width: 350px;
    text-align: center;
    background: white;
    float: left;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 5px;
    height: 260px;
}

    .rsl-d-vwork-column p {
        width: 330px;
        padding: 10px;
    }

.rsl-d-vend-column {
    text-align: center;
    background: white;
    float: left;
    width: 172px;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 5px;
    height: 285px;
}

    .rsl-d-vend-column.rsl-d-exception {
        width: 365px;
    }

        .rsl-d-vend-column.rsl-d-exception p {
            margin-top: 40px;
        }

    .rsl-d-one-column em,
    .rsl-d-vnav-column em,
    .rsl-d-vwork-column em,
    .rsl-d-vend-column em {
        color: #69C8C9;
        font-weight: 800;
        font-style: normal;
    }

    .rsl-d-one-column p,
    .rsl-d-vnav-column p,
    .rsl-d-vwork-column p,
    .rsl-d-vend-column p {
        float: left;
        text-align: center;
        line-height: 17px;
        font-size: 16px;
        font-weight: 500;
        color: black;
    }

.rsl-d-vnav-column p {
    margin-top: 0px;
}

.rsl-d-arrow-top,
.rsl-d-arrow-down {
    text-align: center;
    font-size: 40px;
    color: #69C8C9;
    cursor: pointer;
}

.rsl-d-arrow-top {
    margin-bottom: 5px;
}

.rsl-d-bar-top {
    height: auto;
    width: 100%;
}

.rsl-d-top-scroller {
    height: 636px;
    overflow: hidden;
}

.rsl-d-scroller {
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

.rsl-d-ids img {
    background: rgba(255, 255, 255, 0.4);
    border: none;
    width: 225px;
    height: 150px;
    margin-right: 9px;
    outline: none;
    overflow: hidden;
    margin-left: -20px;
}

.rsl-d-ids > span {
    border: 2px solid white !important;
    float: left;
    width: 175px;
    height: 150px;
    margin-right: 5px;
    overflow: hidden;
    margin-bottom: 5px;
}

.rsl-d-ids-info {
    background: transparent;
    float: left;
    height: 40px;
    width: 175px;
    color: transparent;
    text-align: center;
    margin-top: -42px;
    z-index: 2;
    position: relative;
    transition: all 0.4s linear;
}

.rsl-d-ids-name {
    text-transform: uppercase;
    margin-top: 5px;
    float: left;
    text-align: center;
    width: 100%;
}

.rsl-d-ids > span:hover > .rsl-d-ids-info {
    background: rgba(101, 203, 227, 0.4);
    color: white;
}


/* INLINE STYLES */

.margin-style {
    margin-right: 80px !important;
}

.height-style {
    height: 600px;
    width: 910px;
}

.width-style {
    width: 1280px !important;
}

.style-medium-width {
    width: 900px !important;
}

.d-lab-style {
    margin-top: 10px !important;
}

.style-margin-right {
    margin-right: 80px !important;
}

.padding-left-style {
    padding-left: 10px !important;
}

.padding-top-style {
    padding-top: 28px !important;
}

.style-initial {
    text-transform: none !important;
    font-weight: 100 !important;
    font-size: 58px !important;
}

.style-mongo {
    text-transform: initial !important;
    font-weight: 100 !important;
    font-size: 30px !important;
}

.style-height {
    height: 650px !important;
}

.rsl-d-layout4-height {
    height: 400px;
}

.rsl-d-nested-steps {
    width: 100%;
}

.style-position-height {
    position: relative;
    height: 1000px;
}

.style-margin-top {
    margin-top: -130px;
}

.style-margin-bottom {
    margin-bottom: 17px !important;
}

.style-float {
    float: none !important;
    margin-bottom: 25px !important;
}

.style-width-float {
    width: 700px !important;
    float: none !important;
}

.big-style {
    width: 560px;
    height: 710px !important;
    float: none;
    position: absolute;
    top: 0px;
    right: 0px;
}

.img-style {
    width: 300px;
    margin-top: 30px;
    margin-left: 215px;
}


/* Kontakt form */

.rsl-contact-labels {
    color: white;
    display: block;
    padding: 10px;
}

input.form-control {
    /*height: 29px;
width: 348px;*/
}

.rsl-contact-form {
    margin-top: 10px;
}

.form-control {
    font-size: 20px;
    box-sizing: border-box;
}

.rsl-contact-form textarea {
    height: 80px;
    /*width: 348px;*/
}

.rsl-submit-buttons * {
    display: inline-block;
}

.rsl-submit-info {
    color: white;
    font-size: 17px;
    line-height: 20px;
}

.rsl-submit-buttons {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .rsl-submit-buttons input[type="checkbox"] {
        margin-top: 0px;
    }


.rsl-expand-image-container {
    position:relative;
    display: inline-block;
    cursor:pointer;
}
.rsl-expand-image-container img {
    position:relative;
    z-index:2;
}

.rsl-expand-image-icon {
    position:absolute;
    right:0px;
    bottom:0px;
}

.rsl-expand-image-icon img {
    z-index:0;
}



/*Firefox hack */

@-moz-document url-prefix() {
    .rsl-d-top-scroller {
        height: 619px;
    }

    .rsl-d-beta {
        padding-top: 25px !important;
        margin-left: 3px !important;
    }

    .rsl-d-vnav-column {
        height: 293px;
    }

    .rsl-d-vend-column {
        height: 310px !important;
    }

    .mobile {
        width: 55px;
        height: 60px;
    }

    .rsl-d-rsl-search-box {
        height: 26px !important;
        right: 237px;
    }

    .rsl-d-scroll-info {
        bottom: 55px;
    }

    .products > .rsl-d-box-border {
        border: 3px solid #69C8C9 !important;
    }

    .rsl-d-one-column {
        height: 280px;
    }

    .rsl-d-vend-column {
        width: 176px;
    }

    .blog2 {
        -moz-transform: translate(-50%, -50%) translate3d(-600px, 710px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(0.2) scaleY(0.2) scaleZ(1) !important;
        transform: translate(-50%, -50%) translate3d(-600px, 710px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(0.2) scaleY(0.2) scaleZ(1) !important;
    }
    /*========Mobile =======*/
    .rsl-m-menu-stripes {
        width: 55px !important;
    }

    .rsl-m-menu-right form,
    .rsl-m-menu-right a {
        float: left;
    }

    .rsl-m-menu-right {
        margin: 0 auto;
        width: 60%;
    }

    .rsl-m-clearable {
        top: 65px !important;
    }
}



@media (min-height: 600px) and (max-width: 1366px) {
    .impress {
        margin-top: -120px;
    }
}

@media (min-height: 600px) and (min-width: 1400px) { 
    .impress {
        margin-top: -70px;
    }
      .rsl-d-box,
    .rsl-d-box.active {
    width: 1350px;
}
 .rsl-d-box-content p, .rsl-d-box-content ul {
        font-size:16px;
    }
}





@media (max-width: 1300px) {
    .rsl-d-scroll-helper {
        right: 0;
        bottom: 0;
    }
}


/*=============================================== */


/*Tablets
================================================================*/

@media (max-height: 800px) and (max-width: 1280px) {
    .impress {
        margin-top: -130px;
    }
}

@media (min-height: 899px) and (min-width: 1280px) {
    .impress {
        margin-top: 0px;
    }
}

@media (max-width: 1170px) {
    .rsl-d-item {
        padding: 0 8px;
    }

    #impress {
        margin-top: -100px;
    }

    .rsl-d-menu-right img {
        margin-right: 5px;
    }

    .rsl-d-item {
        font-size: 16px;
        padding: 0 8px;
    }
}

@media (max-height: 768px) and (max-width: 1024px) {
    .impress {
        margin-top: -50px;
    }
}

@media (max-width: 1004px) {
    .rsl-d-logo {
        width: 150px;
    }

    .rsl-d-menu ul {
        margin-left: 10px;
    }

    .rsl-d-item {
        font-size: 14px;
        padding: 0 8px;
    }

    .rsl-d-menu-right {
        margin-right: 0px;
    }

        .rsl-d-menu-right img {
            margin-right: 0px;
            width: 25px;
            height: 28px;
        }

    .rsl-d-menu-right {
        padding: 15px 5px;
    }
}

@media (max-width: 900px) {
    .rsl-d-item {
        font-size: 12px;
        /*padding: 0 10px;*/
    }

    .rsl-d-box,
    .rsl-d-box.active {
        width: 1170px;
    }

    .rsl-d-back-margin {
        width: 319px;
    }

    .main-content.rsl-d-box-content {
        width: 795px;
    }

    .rsl-d-vend-column {
        width: 167px;
    }

    .rsl-d-vnav-column {
        width: 230px;
    }

    .blog-second.rsl-d-box-content {
        margin-top: 135px;
    }

    .style-margin-right,
    .margin-style {
        margin-right: 0px !important;
    }

    .rsl-d-clearable {
        right: 150px;
    }

    .rsl-d-search-box {
        height: 24px;
        width: 110px;
        right: 130px;
    }

    .teamjobs-second.rsl-d-back-margin {
        width: 370px;
    }
}


/*=============================================== */


/*Mobile
================================================================*/

.rsl-m-html {
    width: 100%;
    height: 100% !important;
    position: relative;
}

.rsl-m-body {
    color: white;
    background: #04133E;
    font-family: 'Raleway', sans-serif;
    width: 100%;
    height: auto;
    overflow:auto !important;
}

.rsl-m-container {
    margin:250px 0 0 0;
    height: auto;
}

.rsl-m-header {
    height: 110px;
    background: pink;
    background-color: white;
    color: #3f8cca;
    position: fixed;
    z-index: 3;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
}

.rsl-m-logo-wrapper {
    overflow: hidden;
    width: 100%;
}

    .rsl-m-logo-wrapper a {
        display: block;
        overflow: hidden;
        width: 70%;
    }

.rsl-m-logo {
    padding: 5px 0px 0px 15px;
    font-weight: 600;
    background: url('../../../src/img/home/logorsl.png') center center;
    width: 159px;
    height: 55px;
    background-size: 173px 54px;
    margin: 0 auto;
    float: left;
    cursor: pointer;
}

.rsl-m-beta {
    color: rgb(63, 140, 202);
    float: left;
    font-size: 15px;
    font-family: Raleway, sans-serif;
    padding-top: 28px;
    margin-left: -5px;
}

.rsl-m-menu-wrapper {
    position: relative;
    top: 0px;
}

.rsl-m-menu-stripes {
    display: none;
    width: 30px;
    position: absolute;
    top: -58px;
    right: 20px;
    padding: 10px;
    cursor: pointer;
}

    .rsl-m-menu-stripes:hover {
        background: #418ECB;
    }

.rsl-m-stripes {
    height: 5px;
    border-radius: 10px;
    width: 90%;
    margin: 5px 0px;
    background: #418ECB;
}

.rsl-m-menu {
    position: absolute;
    top: 48px;
    width: 100%;
    background: white;
    height: auto;
}

    .rsl-m-menu ul {
        font-size: 15px;
        color: black;
        float: none;
        margin-left: 0px;
        list-style-type: none;
    }

.rsl-m-item {
    float: none;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}

    .rsl-m-item:hover {
        background: #418ECB;
        color: white;
    }

    .rsl-m-item.rsl-m-selected {
        background: #418ECB;
        color: white !important;
    }

.rsl-m-menu-right {
    width: 95%;
    text-align: center;
    overflow: hidden;
}

    .rsl-m-menu-right a {
        margin-left: 10px;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 50px;
        display: inline-block;
    }

.rsl-item-absolute {
    position: absolute;
    top: 20px;
    right: 15px;
}

.rsl-m-menu-right img {
    width: 35px;
    height: 35px;
    cursor: pointer;
}

    .rsl-m-menu-right img:hover,
    .rsl-m-menu-right img.rsl-m-selected {
        background: rgb(213, 239, 247);
        border-radius: 100%;
    }

.rsl-m-search-form {
    display: inline-block;
    position: relative;
}

.rsl-m-search-wrapper {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

.rsl-m-search-box {
    height: 29px;
    width: 125px;
    border: 1px solid #4192D4;
    color: #4192D4;
    font-size: 13px;
    outline: none;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    margin-right: 15px;
    vertical-align: bottom;
    padding-left: 10px;
    margin-bottom: 3px;
}

.rsl-m-search-button {
    cursor: pointer;
    border-radius: 100%;
    background: white;
}

.rsl-m-clearable {
    color: #DCDCDC;
    position: absolute;
    font-size: 22px;
    top: 2px;
    cursor: pointer;
    margin-left: 85px;
}

.rsl-m-go-button {
    display: none;
    position: absolute;
    right: 208px;
    height: 27px !important;
    margin-top: 3px;
    width: 32px !important;
    font-size: 16px;
    padding: 5px;
    background: #4192D4;
    color: white;
    box-sizing: border-box;
    cursor: pointer;
}

.rsl-m-no-results,
.rsl-m-results {
    position: absolute;
    top: 100px;
    font-size: 15px;
    background: rgb(245, 241, 241);
    padding: 15px;
    display: none;
    width: 80%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.rsl-m-hide-results {
    text-align: right;
    margin-top: 5px;
    font-weight: 600;
}

.rsl-m-activeDiv {
    color: black;
}


/*============= rsl-m-container ==========*/

.rsl-m-scroll-to-top {
    background: #408DCC;
    display: block;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 30px;
    right: 5px;
    z-index: 2;
    display: none;
    cursor: pointer;
}

    .rsl-m-scroll-to-top i {
        color: white;
        display: block;
        font-size: 26px;
        height: 40px;
        width: 25px;
        line-height: 40px;
        margin: 0 auto;
    }

        .rsl-m-scroll-to-top i:hover {
            -webkit-stroke-width: 5.3px;
            -webkit-stroke-color: #FFFFFF;
            -webkit-fill-color: #FFFFFF;
            text-shadow: 1px 0px 20px whitesmoke;
            -webkit-transition: width 0.3s;
            /*Safari & Chrome*/
            transition: width 0.3s;
            -moz-transition: width 0.3s;
            /* Firefox 4 */
            -o-transition: width 0.3s;
            /* Opera */
        }

.rsl-m-info {
    height: 255px;
    position: relative;
}

    .rsl-m-info h1 {
        width: 128px;
        color: #69C8C9;
        font-weight: 800;
        text-transform: uppercase;
        font-size: 25px;
        text-align: center;
        height: 255px;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: 0 auto;
        position: absolute;
    }

    .rsl-m-info span {
        font-weight: 600;
        margin-left: 4px;
        float: left;
    }

    .rsl-m-info h1:before {
        content: "";
        background: url(../../../src/img/home/lines-01.svg) center center;
        background-size: 120px 160px;
        height: 78px;
        width: 120px;
        float: left;
        margin-left: 55px;
    }

    .rsl-m-info h1:after {
        content: "";
        background: url(../../../src/img/home/lines-01.svg) center center;
        background-size: 120px 160px;
        height: 78px;
        width: 120px;
        float: left;
        margin-top: -2px;
        margin-left: -33px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.rsl-m-vision {
    /*  background: green; */
}

.rsl-m-box {
    box-sizing: border-box;
    padding: 10px 0px;
    overflow-x: hidden;
}

.rsl-m-box-header {
    width: 90%;
    color: white;
    text-transform: uppercase;
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    padding: 10px 0 10px 20px;
    position: relative;
}

h2 {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.plus:before {
    content: "\f0da";
    position: absolute;
    font-family: FontAwesome;
    top: 8px;
    left: 7px;
    font-size: 20px;
    padding-right: 20px;
}

.minus:before {
    content: "\f0d7";
    position: absolute;
    font-family: FontAwesome;
    top: 8px;
    left: 7px;
    font-size: 20px;
    padding-right: 20px;
}

.rsl-m-box-content {
    padding: 20px;
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto;
}

    .rsl-m-box-content > h3 {
        font-weight: 100;
        font-size: 15px;
    }

    .rsl-m-box-content p,
    .rsl-m-box-content li {
        /*color: #69C8C9;*/
        color:white;        
        padding: 10px 0px;
    }

    .rsl-m-box-content h4 {
        font-style: italic;
        font-size: 15px;
        /*color: rgba(161, 154, 154, 0.8);*/
        color:white; 
    }

    .rsl-m-box-content img {
        display:block;
        margin:0 auto;
       max-width:100%;
    }

    .rsl-m-fitting-image-block {
        /*width: 100% !important;
        margin: 10px 0px !important;*/
    }

    .rsl-m-box-content a {
        /*color: rgb(213, 231, 237);*/
        color:#418ecb;
    }

        .rsl-m-box-content a:hover {
            /*color: rgb(241, 244, 245);*/
            color: #69C8C9;
        }

    .rsl-m-box-content em {
        /*color: #69C8C9;*/
        color:white;
        font-weight: 800;
        font-style: normal;
    }

.new {
    display: none;
}

.rsl-m-title-menu {
    background: #418ecb;
    padding: 10px 0px;
    text-align: center;
    cursor: pointer;
    width: 85%;
    margin: 0 auto;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
}

    .rsl-m-title-menu:hover,
    .rsl-m-selected {
        opacity: 0.9;
        box-sizing: border-box;
        box-shadow: inset 5px 0px 0px 0px #00E8EA;
    }

.wrapper-container > .article > h2 {
    margin: -5px 7.5%;
}

.extra-wrapper > .article > h2 {
    margin: -10px 30px;
    font-size: 17px;
    text-transform: none;
    width: 88%;
}

.extra-wrapper > .article > .rsl-m-box-header.plus:before,
.extra-wrapper > .article > .rsl-m-box-header.minus:before {
    top: 10px;
}

.rsl-m-title-blog {
    background: #327ABB;
}

.rsl-m-title-teamjobs {
    background: #1665B2;
}

.rsl-m-title-aboutus {
    background: #122D5B;
}

.rsl-m-tehnologies-span {
    color: rgb(213, 231, 237);
    font-size: 13px;
}

.rsl-m-image-icons {
    width: 50%;
    margin: 0 auto;
}

/*.rsl-m-small-forced-img {
    width: 200px !important;
    margin: 0 auto !important;
    display: block;
}*/

    .rsl-m-image-icons img {
        width: 50% !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

@media (min-width: 341px) and (max-width: 782px) {
    .extra-wrapper > .article > h2 {
        word-break: break-all;
    }  
}

@media (min-width: 341px) and (max-width: 360px) {
  .rsl-inline-pictures {
        height: 100% !important;
        float: none;
    }
}
@media (max-width: 340px) {
    .rsl-m-menu-right a {
        margin-left: 5px;
        width: 28px;
        height: 28px;
    }

    .rsl-m-menu-right img {
        width: 28px;
        height: 28px;
    }

    .rsl-m-search-box {
        /*height: 24px;
        margin-bottom: 19px;*/
    }

    .rsl-m-menu-right {
        margin: 0 auto;
        width: 100%;
    }

    .rsl-inline-pictures {
        height: 100% !important;
        float: none;
    }
}
