@charset "UTF-8";
.free-registration-banner {
    position: relative;
    background-image: url("../../images_custom/features_11_1/free_registration_v2/background-map.png"), url("../../images_custom/features_11_1/free_registration_v2/background.jpg");
    background-size: auto, cover;
    background-repeat: no-repeat;
    background-position: right center, center center;
    width: 100%;
    height: 217px;
    margin: 30px 0 10px 0; }
.free-registration-banner .free-registration-left {
    height: 100%;
    width: 480px;
    position: absolute;
    top: 0;
    right: 50%; }
.free-registration-banner .free-registration-left .free-registration-explanation {
    color: #FFFFFF; }
.free-registration-banner .free-registration-left .free-registration-explanation h2 {
    font-size: 22px;
    line-height: 22px;
    font-weight: normal;
    border: none;
    text-decoration: none;
    margin-bottom: 25px; }
.free-registration-banner .free-registration-left .free-registration-explanation ul {
    display: inline-block; }
.free-registration-banner .free-registration-left .free-registration-explanation ul li {
    font-weight: bold; }
.free-registration-banner .free-registration-left .free-registration-explanation ul.free-registration-platform-access {
    vertical-align: top;
    margin-top: -21px;
    margin-left: 12px; }
.free-registration-banner .free-registration-left .free-registration-explanation ul.free-registration-platform-access:before {
    content: "";
    position: absolute;
    width: 17px;
    height: 67px;
    background: url("../../images_custom/features_11_1/free_registration_v2/open-brace-blue.png") no-repeat center center;
    margin: -5px 0 0 -20px; }
.free-registration-banner .free-registration-left .free-registration-explanation ul.free-registration-platform-access li {
    background: none; }
.free-registration-banner .free-registration-left .free-registration-explanation ul.free-registration-platform-access li:before {
    content: "";
    display: inline-block;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #FFFFFF;
    margin: 0 10px 0 -10px; }
.free-registration-banner .free-registration-right {
    padding-top: 52px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%; }
.free-registration-banner .free-registration-right img {
    display: inline-block; }
.free-registration-banner .free-registration-right .free-registration-register {
    display: inline-block;
    max-width: 255px;
    text-align: center; }
.free-registration-banner .free-registration-right .free-registration-register .free-registration-register-label {
    color: #FFFFFF;
    font-size: 27px;
    line-height: 27px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px; }

.thumbnailVideo, .thumbnailVideoLocal {
    position: relative;
    cursor: pointer; }
.thumbnailVideo .playButton, .thumbnailVideoLocal .playButton {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    background: #444b52;
    background: -webkit-gradient(linear, left top, left bottom, from(#444b52), to(#2a3137));
    background: -moz-linear-gradient(center top, #444b52 0%, #2a3137 100%);
    background: -webkit-linear-gradient(top, #444b52 0%, #2a3137 100%);
    background: -o-linear-gradient(top, #444b52 0%, #2a3137 100%);
    background: -ms-linear-gradient(top, #444b52 0%, #2a3137 100%);
    background: linear-gradient(to bottom, #444b52 0%, #2a3137 100%);
    -moz-transition: all 0.2s ease-in-out 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out 0.2s ease-in-out;
    transition: all 0.2s ease-in-out 0.2s ease-in-out;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    -ms-background-clip: padding;
    background-clip: padding;
    background-clip: padding-box; }
.thumbnailVideo .playButton:after, .thumbnailVideoLocal .playButton:after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0; }
.thumbnailVideo:hover .playButton, .thumbnailVideoLocal:hover .playButton {
    background: #3f464c;
    background: -webkit-gradient(linear, left top, left bottom, from(#3f464c), to(#262c31));
    background: -moz-linear-gradient(center top, #3f464c 0%, #262c31 100%);
    background: -webkit-linear-gradient(top, #3f464c 0%, #262c31 100%);
    background: -o-linear-gradient(top, #3f464c 0%, #262c31 100%);
    background: -ms-linear-gradient(top, #3f464c 0%, #262c31 100%);
    background: linear-gradient(to bottom, #3f464c 0%, #262c31 100%);
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    -ms-background-clip: padding;
    background-clip: padding;
    background-clip: padding-box; }

.largeVideo p.title {
    margin: 14px 0 9px 0; }
.largeVideo p.title img {
    vertical-align: middle; }
.largeVideo a {
    font-size: 14px; }
.largeVideo a.catalanLink {
    font-size: 11px;
    font-weight: normal; }
.largeVideo .thumbnailVideo .playButton, .largeVideo .thumbnailVideoLocal .playButton {
    width: 110px;
    height: 110px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    margin-top: 75px;
    margin-left: 176px; }
.largeVideo .thumbnailVideo .playButton:after, .largeVideo .thumbnailVideoLocal .playButton:after {
    background: url("../../../images_custom/features_11_1/common/play-video-button-x2.png") no-repeat;
    width: 110px;
    height: 110px;
    margin-top: 29px;
    margin-left: 36px; }
.largeVideo .thumbnailVideo:hover .playButton, .largeVideo .thumbnailVideoLocal:hover .playButton {
    border: 4px solid rgba(255, 255, 255, 0.85); }

.smallVideo {
    clear: both;
    margin-bottom: 20px; }
.smallVideo:last-child {
    margin-bottom: 0; }
.smallVideo.last-child {
    margin-bottom: 0; }
.smallVideo a:not(.thumbnailVideoLocal),
.smallVideo p {
    width: 305px;
    display: inline-block; }
.smallVideo p {
    margin-top: 3px; }
.smallVideo .thumbnailVideo, .smallVideo .thumbnailVideoLocal {
    float: left;
    margin-right: 12px; }
.smallVideo .thumbnailVideo .playButton, .smallVideo .thumbnailVideoLocal .playButton {
    width: 35px;
    height: 35px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    margin-top: 22px;
    margin-left: 55px; }
.smallVideo .thumbnailVideo .playButton:after, .smallVideo .thumbnailVideoLocal .playButton:after {
    background: url("../../../images_custom/features_11_1/common/play-video-button-small.png") no-repeat;
    width: 35px;
    height: 35px;
    margin-top: 9px;
    margin-left: 12px; }
.smallVideo .thumbnailVideo:hover .playButton, .smallVideo .thumbnailVideoLocal:hover .playButton {
    border: 2px solid rgba(255, 255, 255, 0.85); }

#youtube-video-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    z-index: 100; }
#youtube-video-wrapper #youtube-video {
    margin: auto; }
#youtube-video-wrapper #youtube-video #youtube-video-close-wrapper {
    text-align: right; }
#youtube-video-wrapper #youtube-video #youtube-video-close-wrapper #youtube-video-close {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: transparent url(../../../images_custom/features_11_1/common/icons/icon-close-image.png) top left no-repeat;
    border: 0;
    margin: 2px 0;
    outline: none;
    overflow: hidden;
    cursor: pointer; }
#youtube-video-wrapper #youtube-video #youtube-video-close-wrapper #youtube-video-close:hover {
    background-position: bottom; }

.youtube-video-buttons {
    display: none; }

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
.slick-list:focus {
    outline: none; }
.slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block; }
.slick-track:before, .slick-track:after {
    content: "";
    display: table; }
.slick-track:after {
    clear: both; }
.slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none; }
[dir="rtl"] .slick-slide {
    float: right; }
.slick-slide img {
    display: block; }
.slick-slide.slick-loading img {
    display: none; }
.slick-slide.dragging img {
    pointer-events: none; }
.slick-initialized .slick-slide {
    display: block; }
.slick-loading .slick-slide {
    visibility: hidden; }
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-slider {
    text-align: center; }

.slick-list {
    text-align: left; }

.slick-dots {
    position: absolute;
    list-style: outside none none;
    bottom: 14px;
    margin: 0;
    padding: 0; }
.slick-dots li {
    display: inline-block;
    background: none;
    margin: 0 5px;
    padding: 0; }
.slick-dots li button {
    width: 16px;
    height: 16px;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    border: 1px solid #cbd0d4;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    background: #cbd0d4 none;
    text-align: center;
    color: transparent;
    cursor: pointer;
    outline: none; }
.slick-dots li.slick-active button, .slick-dots li:hover button {
    border-color: #4db1fa;
    background-color: white; }
.slick-dots li.slick-active button:before {
    content: "•";
    height: 100%;
    width: 100%;
    font-size: 24px;
    vertical-align: middle;
    color: #1197f8; }

.content-v11 .section {
    margin-top: 60px !important; }
.content-v11 .section#platform_redesign {
    margin-top: 0 !important; }

.features-header {
    position: relative;
    background-color: #3fa3e7;
    background-image: url("../../images_custom/features_11_1/features/features_11_1/header-background.png"), linear-gradient(#141618, #3c4249 35%, #394046 46%, #0d0f11 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 131px;
    width: 100%; }
.features-header .features-header-title {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
.features-header .features-header-share {
    position: absolute;
    left: 50%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 8px 12px 12px 12px;
    border-radius: 3px;
    margin-left: 392px; }
.features-header .features-header-share .features-share-label {
    text-align: center;
    color: #d2d2d2;
    font-size: 11px;
    margin-bottom: 5px; }
.features-header .features-header-share .features-share-links {
    text-align: center; }
.features-header .features-header-share .features-share-links a {
    margin-right: 5px;
    text-decoration: none; }
.features-header .features-header-share .features-share-links a:last-of-type {
    margin: 0; }
.features-header .features-header-share .features-share-links a img {
    height: 24px;
    width: 24px;
    border-radius: 3px; }

.features-footer {
    position: relative; }
.features-footer .features-footer-disclaimer {
    font-size: 17px;
    line-height: 20px;
    margin-right: 175px; }
.features-footer .features-footer-share {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #f8f8f8;
    padding: 8px 12px 12px 12px;
    border-left: 1px solid #cbd0d4;
    border-bottom: 1px solid #cbd0d4; }
.features-footer .features-footer-share .features-share-label {
    text-align: center;
    color: #000000;
    font-size: 11px;
    margin-bottom: 5px; }
.features-footer .features-footer-share .features-share-links {
    text-align: center; }
.features-footer .features-footer-share .features-share-links a {
    margin-right: 5px;
    text-decoration: none; }
.features-footer .features-footer-share .features-share-links a:last-of-type {
    margin: 0; }
.features-footer .features-footer-share .features-share-links a img {
    height: 24px;
    width: 24px;
    border-radius: 3px; }
.features-footer .features-footer-nav {
    margin-top: 20px;
    margin-bottom: 10px !important;
    text-align: center; }
.features-footer .features-footer-nav a.features-footer-link {
    display: inline-block;
    width: 130px;
    margin: 0 35px 0 35px;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 13px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 10px; }
.features-footer .features-footer-nav a.features-footer-link .version {
    display: inline-block;
    border-radius: 4px;
    background-color: #4db1fa;
    width: 115px;
    height: 63px;
    font-size: 45px;
    color: white;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    margin-bottom: 5px; }
.features-footer .features-footer-nav a.features-footer-link .suggestion-box {
    display: inline-block;
    background: url("../../images_custom/features_11_1/contact/contact-suggestion-box.png") no-repeat top center;
    margin-bottom: 5px;
    height: 63px;
    width: 115px; }

.feature-section-header {
    margin-bottom: 15px; }
.feature-section-header h2 {
    padding-top: 12px !important;
    padding-bottom: 14px !important;
    margin-left: 5px !important;
    display: inline-block; }
.feature-section-header .feature-section-header-icon {
    display: inline-block;
    margin: 0;
    width: 94px;
    height: 48px;
    background-image: url("../../images_custom/features_11_1/features/features_11_1/functionalities-icons.png");
    background-repeat: no-repeat; }

.features-main-title {
    text-align: center;
    font-size: 17px; }
.features-main-title h1 {
    font-size: 28px;
    letter-spacing: -2px;
    font-weight: bold;
    margin-bottom: 16px;
    margin-top: 30px; }

.features-menu td {
    border: none;
    background-color: initial !important;
    width: 152px;
    height: 105px;
    padding: 0 12px 12px 0; }
.features-menu .feature-menu-item {
    width: 152px;
    height: 105px;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
    background: linear-gradient(0deg, #fafafa 0%, white 100%);
    text-align: center;
    cursor: pointer;
    color: #737373; }
.features-menu .feature-menu-item:hover {
    border: 1px solid #1197f8;
    background-color: #FFFFFF;
    color: #1197f8;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15); }
.features-menu .feature-menu-item .feature-menu-img {
    width: 94px;
    height: 48px;
    margin: 15px auto 6px auto;
    background-image: url("../../images_custom/features_11_1/features/features_11_1/functionalities-icons.png");
    background-repeat: no-repeat; }
.features-menu .feature-menu-item .feature-menu-label {
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.273;
    padding: 0 3px 0 3px; }

.feature-section-content {
    font-size: 15px;
    line-height: 20px;
    font-weight: normal; }
.feature-section-content h3 {
    margin: 0 0 9px 0;
    padding: 0 0 2px 0;
    border-bottom: 1px solid #32323c;
    font-size: 16px;
    font-weight: bold; }
.feature-section-content img {
    margin: 10px auto 10px auto;
    display: block;
    max-width: 100%; }
.feature-section-content .feature-gallery-container {
    margin-top: 10px;
    position: relative; }
.feature-section-content .feature-gallery-container:hover .slick-prev, .feature-section-content .feature-gallery-container:hover .slick-next {
    background-position: bottom left !important; }
.feature-section-content .feature-gallery-container:hover .feature-gallery-slider .slick-list {
    background-color: #32323c !important;
    border-top: 1px solid #32323c;
    border-bottom: 1px solid #32323c; }
.feature-section-content .feature-gallery-container:hover .feature-gallery-slider .slick-list .gallery-img {
    opacity: 0.3;
    -webkit-box-shadow: 0 1px 1px black;
    -moz-box-shadow: 0 1px 1px black;
    box-shadow: 0 1px 1px black; }
.feature-section-content .feature-gallery-container:hover .feature-gallery-slider .slick-list .gallery-img.slick-center {
    opacity: 1; }
.feature-section-content .feature-gallery-container .feature-gallery-slider .slick-list {
    background-color: #f1f1f1;
    padding: 8px 10px 10px 8px !important;
    margin-left: 58px;
    margin-right: 58px;
    border-top: 1px dashed #cbd0d4;
    border-bottom: 1px dashed #cbd0d4; }
.feature-section-content .feature-gallery-container .feature-gallery-slider .slick-list div.gallery-img {
    background: url("../../images_custom/features_11_1/features/features_11_1/thumbnails.jpg") #f1f1f1 no-repeat top left;
    height: 96px;
    width: 96px;
    border-radius: 7px;
    cursor: pointer;
    margin: 0 5px 0 0;
    opacity: 0.5;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
.feature-section-content .feature-gallery-container .feature-gallery-slider .slick-list div.gallery-img:hover {
    opacity: 1; }
.feature-section-content .feature-gallery-container .feature-gallery-slider .slick-prev, .feature-section-content .feature-gallery-container .feature-gallery-slider .slick-next {
    position: absolute;
    top: 0;
    width: 58px;
    height: 116px;
    cursor: pointer;
    z-index: 10001; }
.feature-section-content .feature-gallery-container .feature-gallery-slider .slick-prev.slick-prev, .feature-section-content .feature-gallery-container .feature-gallery-slider .slick-next.slick-prev {
    left: 0;
    background: url("../../images_custom/features_11_1/features/features_11_1/gallery-button-left.png") no-repeat top left; }
.feature-section-content .feature-gallery-container .feature-gallery-slider .slick-prev.slick-next, .feature-section-content .feature-gallery-container .feature-gallery-slider .slick-next.slick-next {
    right: 0;
    background: url("../../images_custom/features_11_1/features/features_11_1/gallery-button-right.png") no-repeat top left; }
.feature-section-content .feature-gallery-container .feature-gallery-pagination {
    position: absolute;
    right: -3px;
    top: 121px;
    width: 40px;
    height: 20px;
    z-index: 10001;
    background-color: #a2aab0;
    text-align: center;
    border-radius: 2px 2px 0 2px;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold; }
.feature-section-content .feature-gallery-container .feature-gallery-pagination:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    border-width: 0 0 4px 4px;
    border-style: solid;
    border-left-color: #677179; }
.feature-section-content .feature-gallery-container .feature-gallery-content {
    background-color: #f8f8f8;
    border: 1px dashed #cbd0d4;
    border-top: none; }
.feature-section-content .feature-gallery-container .feature-gallery-content .feature-gallery-content-item {
    padding: 25px 20px 10px 20px;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    width: 916px; }
.feature-section-content .feature-gallery-container .feature-gallery-content .feature-gallery-content-item h4 {
    margin-top: 0; }
.feature-section-content .feature-gallery-container .feature-gallery-content .feature-gallery-content-item .fullscreen-wrapper {
    display: inline-block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 10px 0 10px 0; }
.feature-section-content .feature-gallery-container .feature-gallery-content .feature-gallery-content-item .fullscreen-wrapper .fullscreen-button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 52px;
    width: 52px;
    background: url("../../images_custom/features_11_1/features/features_11_1/open-fullscreen.png") no-repeat top left;
    display: none;
    cursor: pointer; }
.feature-section-content .feature-gallery-container .feature-gallery-content .feature-gallery-content-item .fullscreen-wrapper .fullscreen-button:hover {
    background-position: bottom left; }
.feature-section-content .feature-gallery-container .feature-gallery-content .feature-gallery-content-item .fullscreen-wrapper img {
    margin: 0;
    cursor: pointer;
    max-width: 916px; }
.feature-section-content .feature-gallery-container .feature-gallery-content .feature-gallery-content-item .fullscreen-wrapper:hover {
    -webkit-box-shadow: 0 1px 11px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 11px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 11px rgba(0, 0, 0, 0.2); }
.feature-section-content .feature-gallery-container .feature-gallery-content .feature-gallery-content-item .fullscreen-wrapper:hover .fullscreen-button {
    display: block; }
.feature-section-content .feature-gallery-container .feature-gallery-content .feature-gallery-content-item.active {
    display: block; }

#fullscreen-container {
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 11000;
    display: none; }
#fullscreen-container .fullscreen-header {
    width: 100%;
    height: 116px;
    background-color: black;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0; }
#fullscreen-container .fullscreen-header .fullscreen-title {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 24px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
#fullscreen-container .fullscreen-header .fullscreen-pagination {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #000000;
    background-color: #7f7f7f;
    width: 40px;
    border-radius: 0 0 3px 3px;
    height: 18px;
    font-size: 11px;
    font-weight: normal; }
#fullscreen-container .fullscreen-header .fullscreen-close {
    height: 116px;
    width: 116px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background: url("../../images_custom/features_11_1/features/features_11_1/close-fullscreen.png") no-repeat top left; }
#fullscreen-container .fullscreen-header .fullscreen-close:hover {
    background-color: #1197f8; }
#fullscreen-container .fullscreen-content {
    margin: 116px 0 116px 0;
    text-align: center;
    color: #FFFFFF;
    height: calc(100% - 232px); }
#fullscreen-container .fullscreen-content .slick-list, #fullscreen-container .fullscreen-content .slick-track {
    height: 100%; }
#fullscreen-container .fullscreen-content .fullscreen-content-item {
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    text-align: justify;
    overflow: hidden;
    -ms-overflow-style: none;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text; }
#fullscreen-container .fullscreen-content .fullscreen-content-item .wrapper {
    width: 984px;
    margin: 0 auto 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
#fullscreen-container .fullscreen-content .fullscreen-content-item .wrapper img {
    margin: 15px 0 15px 0;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
#fullscreen-container .fullscreen-content .fullscreen-content-item .wrapper h4 {
    display: none; }
#fullscreen-container .fullscreen-slider {
    width: 100%;
    height: 116px;
    background-color: black;
    position: absolute;
    bottom: 0;
    left: 0; }
#fullscreen-container .fullscreen-slider .slick-list {
    padding: 10px !important;
    margin-left: 58px;
    margin-right: 58px; }
#fullscreen-container .fullscreen-slider .slick-list .fullscreen-slider-item {
    background: url("../../images_custom/features_11_1/features/features_11_1/thumbnails.jpg") #000000 no-repeat top left;
    height: 96px !important;
    width: 96px !important;
    border-radius: 7px;
    cursor: pointer;
    margin-right: 5px;
    opacity: 0.3; }
#fullscreen-container .fullscreen-slider .slick-list .fullscreen-slider-item:hover, #fullscreen-container .fullscreen-slider .slick-list .fullscreen-slider-item.slick-center {
    opacity: 1; }
#fullscreen-container .fullscreen-slider .slick-prev, #fullscreen-container .fullscreen-slider .slick-next {
    position: absolute;
    top: 0;
    width: 58px;
    height: 116px;
    cursor: pointer;
    z-index: 10001; }
#fullscreen-container .fullscreen-slider .slick-prev.slick-prev, #fullscreen-container .fullscreen-slider .slick-next.slick-prev {
    left: 0;
    background: url("../../images_custom/features_11_1/features/features_11_1/gallery-button-left.png") no-repeat bottom left; }
#fullscreen-container .fullscreen-slider .slick-prev.slick-next, #fullscreen-container .fullscreen-slider .slick-next.slick-next {
    right: 0;
    background: url("../../images_custom/features_11_1/features/features_11_1/gallery-button-right.png") no-repeat bottom left; }

.no-scroll {
    overflow: hidden;
    -ms-overflow-style: none; }

#backtotop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: url("../../images_custom/features_11_1/features/features_11_1/back-to-top.png") top left;
    width: 52px;
    height: 52px;
    cursor: pointer;
    display: none; }
#backtotop:hover {
    background-position: bottom left; }

.platform-redesign-icon {
    background-position: 0 0; }

.chart-improvements-icon {
    background-position: -94px 0; }

.price-indicators-icon {
    background-position: -188px 0; }

.chart-studies-icon {
    background-position: -282px 0; }

.objects-drawing-improvements-icon {
    background-position: -376px 0; }

.client-sentiment-icon {
    background-position: -470px 0; }

.trading-icon {
    background-position: 0 -48px; }

.portfolio-icon {
    background-position: -94px -48px; }

.trading-journal-icon {
    background-position: -188px -48px; }

.shortcuts-instruments-icon {
    background-position: -282px -48px; }

.prorealmap-icon {
    background-position: -376px -48px; }

.search-instrument-database-icon {
    background-position: -470px -48px; }

.historical-data-icon {
    background-position: 0 -96px; }

.notification-center-icon {
    background-position: -94px -96px; }

.options-pricer-icon {
    background-position: -188px -96px; }

.probacktest-probuilder-icon {
    background-position: -282px -96px; }

.proorder-autotrading-icon {
    background-position: -376px -96px; }

.other-improvements-icon {
    background-position: -470px -96px; }
