.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 4px
}

.chosen-container * {
    box-sizing: border-box
}

.events_view_type .chosen-container .chosen-drop {
    z-index: 999 !important
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 2;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15)
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0
}

.chosen-container a {
    cursor: pointer
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4);
    background: linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4);
    background-clip: padding-box;
    box-shadow: inset 0 0 3px #fff, 0 1px 1px rgba(0, 0, 0, .1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-single .chosen-single abbr:hover, .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(chosen-sprite.png) no-repeat 0 2px
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

.chosen-container-single .chosen-search input[type=text] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: #fff url(chosen-sprite.png) no-repeat 100% -20px;
    background: url(chosen-sprite.png) no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: pointer
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 1px 0;
    padding: 0;
    outline: 0;
    border: 0 !important;
    background: 0 0 !important;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    cursor: pointer
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #7f3f7a;
    max-width: 100%;
    border-radius: 3px;
    background-color: #7f3f7a;
    color: #fff;
    line-height: 13px;
    cursor: default
}

.chosen-container-multi .chosen-choices li.search-choice span {
    width: 345px;
    padding-top: 1px;
    padding-bottom: 1px;
    color: #fff;
    word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee);
    color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));
    background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
    background-image: linear-gradient(#eee 20%, #fff 80%);
    box-shadow: inset 0 1px 0 #fff
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: 0 0
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #222 !important
}

.chosen-disabled {
    opacity: .5 !important;
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close, .chosen-disabled .chosen-single {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
    direction: rtl
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px
}

.chosen-rtl .chosen-drop, .chosen-rtl.chosen-container-single-nosearch .chosen-search {
    left: 9999px
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none
}

.chosen-rtl .chosen-search input[type=text] {
    padding: 4px 5px 4px 20px;
    background: #fff url(chosen-sprite.png) no-repeat -30px -20px;
    background: url(chosen-sprite.png) no-repeat -30px -20px;
    direction: rtl
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px
}

.chosen-container .chosen-drop {
    box-shadow: none;
    border: 1px solid #dadada
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #dadada;
    background-image: none;
    box-shadow: none
}

.chosen-container-single .chosen-single {
    border-radius: inherit;
    height: 34px;
    background: 0 0;
    border: 1px solid #dadada;
    box-shadow: none
}

.chosen-container-active .chosen-single {
    box-shadow: none
}

.chose-image-small {
    width: 21px;
    height: 23px;
    padding: 0;
    margin: -7px 15px -5px 0
}

.chosen-container-single .chosen-single span {
    font-size: 14px;
    line-height: 34px;
    padding-right: 50px;
    margin-right: 0
}

.chosen-container-single .chosen-single div {
    width: 41px
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: inherit;
    background: #efefef url(../../img/select_arr_up.png) no-repeat 50%
}

.chosen-container-single .chosen-single div b {
    border-left: 1px solid #dadada;
    background: #efefef url(../../img/select_arr.png) no-repeat 50%
}

.chosen-container-single .chosen-search input[type=text] {
    border: 1px solid #dadada
}

.chosen-container .chosen-results li.highlighted {
    color: #000;
    background-color: #efefef;
    background-image: none
}

.chosen-results li img {
    margin: 2px 15px 0 0;
    max-width: 21px
}

/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

audio, canvas, progress, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

[hidden], template {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active, a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit;
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button, input, select, textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: 700
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.profile-main-wrapper.menu-padding {
    padding-top: 80px
}

.validate-error {
    border-color: red !important;
    animation: validateError .25s
}

@keyframes validateError {
    0% {
        transform: translateX(0)
    }
    20% {
        transform: translateX(2%)
    }
    40% {
        transform: translateX(-2%)
    }
    60% {
        transform: translateX(2%)
    }
    80% {
        transform: translateX(-2%)
    }
    100% {
        transform: translateX(0)
    }
}

.no-display {
    display: none
}

.no-margin {
    margin: 0
}

.wrapper footer {
    background: #2b2e31
}

.center-text {
    text-align: center
}

.welcome__content {
    height: 430px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.close_button2 {
    right: 0;
    top: 0
}

.text__content-fix {
    padding: 27px 25px 20px;
    color: #000
}

.text__content-fix-2 {
    padding-top: 15px;
    padding-bottom: 24px;
    background: #4e5459
}

.text__content-fix-2 .fl {
    width: 340px;
    border-right: 1px solid #f5f6f6;
    height: 145px
}

.text__content-fix-2 .fl > div {
    padding-left: 55px
}

.text__content-fix-2 .fl .login__form2 input[type=submit] {
    background: #e31f29;
    color: #fff;
    display: block;
    height: 45px;
    border-radius: 5px;
    width: 210px;
    font: 24px din-condensed-web;
    line-height: 45px;
    margin: auto;
    text-align: center
}

.text__content-fix-2 .fl .login__form2 {
    display: block;
    height: 150px;
    padding: 0;
    border: none;
    width: 220px;
    padding-left: 10px
}

.com__exhibition-title {
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 1;
    position: absolute
}

.com__exhibition-title > .inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center
}

.com__exhibition-title .exhibition-data {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.com__exhibition-title .exhibition-data > .inner {
    text-align: center;
    padding: 10px;
    min-height: 185px
}

.com__exhibition-title .exhibition-data > .inner h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 67px;
    font-weight: 700
}

.com__exhibition-title .exhibition-data > .inner span {
    font-size: 29px;
    text-transform: uppercase;
    font-weight: 700
}

.com__exhibition-title .exhibition-title {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.com__exhibition-title .exhibition-title > .inner {
    opacity: .8;
    min-height: 185px;
    padding: 15px;
    text-align: left
}

.com__exhibition-title .exhibition-title > .inner h2 {
    font-size: 45px;
    margin: 0;
    white-space: nowrap
}

.com__exhibition-title .exhibition-title > .inner h3 {
    margin-top: 0;
    font-size: 30px;
    margin-bottom: 24px
}

.com__exhibition-title .exhibition-title > .inner .btn-group .book-button-main, .com__exhibition-title .exhibition-title > .inner .btn-group .register-button-main {
    margin: 0
}

.search_top i {
    cursor: pointer
}

.premium-popup {
    width: 816px;
    height: 699px
}

.premium-popup .top-block {
    position: relative;
    height: 527px;
    background: #fff url(/images/premium/popup_bg.jpg) no-repeat 100% 0
}

.premium-popup .bottom-block {
    position: relative;
    height: 144px;
    background: #5f6469;
    padding-top: 28px
}

.premium-popup .top-block .premium-popup-logo {
    position: absolute;
    top: 2px;
    left: 39px;
    width: 189px;
    height: 83px;
    background: url(/images/premium/popup_logo.png) no-repeat 0 0
}

.premium-popup-name {
    position: absolute;
    top: 145px;
    left: 37px;
    font: 26px/26px Open Sans;
    color: #6e2568
}

.premium-popup-text {
    position: absolute;
    top: 190px;
    left: 37px;
    font: 20px/24px Open Sans;
    color: #3bb54c
}

.premium-popup-text a {
    color: #3bb54c;
    text-decoration: underline
}

.premium-advantages-wrap {
    position: absolute;
    left: 39px;
    bottom: 10px
}

.premium-advantages-wrap .advantages-title {
    color: #000;
    font: 22px/22px Open Sans
}

.premium-advantages-wrap .advantages-title strong {
    color: #3bb54c
}

.premium-advantages-wrap .advantages-list {
    margin: 0;
    padding: 24px 0 0 14px
}

.premium-advantages-wrap .advantages-list li {
    height: 34px;
    padding: 0 0 4px 46px;
    margin: 0;
    color: #000;
    font: 18px/34px Open Sans
}

.premium-advantages-wrap .advantages-list li.advantage-profile {
    background: url(/images/premium/profile_icon.png) no-repeat 0 0
}

.premium-advantages-wrap .advantages-list li.advantage-product {
    background: url(/images/premium/product_icon.png) no-repeat 0 0
}

.premium-advantages-wrap .advantages-list li.advantage-business {
    background: url(/images/premium/business_icon.png) no-repeat 0 0
}

.premium-advantages-wrap .advantages-list li.advantage-msg {
    background: url(/images/premium/msg_icon.png) no-repeat 0 0
}

.premium-advantages-wrap .advantages-list li.advantage-job {
    background: url(/images/premium/job_icon.png) no-repeat 0 0
}

.check-wrap {
    position: absolute;
    bottom: 0;
    right: 22px;
    width: 212px;
    height: 233px;
    background: url(/images/premium/check_bg.jpg) no-repeat 0 0
}

.check-title {
    position: absolute;
    top: 19px;
    left: 13px;
    color: #000;
    font: 20px/20px Designio
}

.check-price {
    top: 53px;
    color: #6e2568
}

.check-item-name, .check-price {
    position: absolute;
    right: 24px;
    font: 700 16px/16px Designio
}

.check-item-name {
    top: 78px;
    color: #3bb54c
}

.check-total-name {
    left: 13px
}

.check-total-name, .check-total-value {
    position: absolute;
    top: 130px;
    color: #000;
    font: 700 16px/16px Designio
}

.check-total-value {
    right: 24px
}

.check-thank {
    position: absolute;
    top: 196px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #000;
    font: 18px/18px Designio
}

.premium-popup .bottom-block .premium-big-green-btn, .premium-popup .bottom-block .premium-green-btn, .premium-popup .bottom-block .premium-purple-btn {
    color: #fff;
    height: 54px;
    width: 245px;
    font: 24px/54px Open Sans;
    display: block;
    background: #3bb54c;
    margin: 0 auto 14px;
    text-align: center
}

.premium-popup .bottom-block .premium-green-btn {
    height: 54px;
    background: url(/images/premium/btn_green.png) no-repeat 0 0
}

.premium-popup .bottom-block .premium-big-green-btn {
    margin-top: 33px;
    height: 48px;
    width: 345px;
    font: 20px/48px Open Sans;
    background: url(/images/premium/big_green_btn.png) no-repeat 0 0
}

.premium-popup .bottom-block .premium-purple-btn {
    height: 51px;
    background: url(/images/premium/btn_purple.png) no-repeat 0 0
}

.card-form .block-title {
    text-align: left;
    padding: 25px 0
}

.card-form .field-label {
    width: 135px;
    padding: 0 15px 12px 0;
    height: 40px;
    font: 18px/40px Designio;
    text-align: right
}

.card-form .field-cell {
    width: 420px;
    height: 40px;
    text-align: left;
    padding: 0 0 12px
}

.card-form .field-cell input {
    height: 38px;
    border: 1px solid #b8b8b8;
    background: #fff;
    font: 18px/38px Designio;
    padding: 0 10px
}

.card-form .field-cell input.full-field {
    width: 370px
}

.card-form .field-cell input.half-field {
    width: 240px
}

.card-form .field-cell select {
    height: 38px;
    border: 1px solid #b8b8b8;
    background: #fff;
    font: 18px/38px Designio;
    padding: 0 10px
}

.card-form .description-cell {
    font: 18px/20px Designio;
    color: #000;
    text-indent: 15px;
    background: url(/images/premium/description_asterisk.png) no-repeat 0 1px
}

.payment-submit-btn {
    width: 132px;
    background: #6e2168;
    color: #fff;
    margin-right: 26px
}

.payment-cancel-btn, .payment-submit-btn {
    height: 39px;
    text-align: center;
    border: 1px solid #a2a2a2;
    border-radius: 2px;
    font: 18px/39px Designio;
    cursor: pointer
}

.payment-cancel-btn {
    width: 102px;
    background: #f9f9f9;
    color: #000
}

.payment-page-title {
    text-align: center;
    font: 34px/34px Designio;
    color: #000
}

.person__block.premium {
    position: relaitve
}

.person__block.premium:after {
    content: '';
    display: block;
    width: 50px;
    height: 52px;
    position: absolute;
    top: -10px;
    left: -10px;
    background: url(img/premium_icon.png) no-repeat 0 0
}

.job__request {
    padding-bottom: 20px
}

.job__request__addFile > div {
    border: 1px solid #e4e4e4;
    padding: 15px
}

h3 {
    font-size: 22px
}

h4 {
    font-size: 17px
}

img {
    max-width: 100%
}

.h-centered {
    display: block;
    text-align: center
}

.justify-text {
    text-align: justify
}

.rlp-2 {
    padding: 0 2px
}

.null-padding {
    padding: 0 !important
}

.null-padding-left {
    padding-left: 0
}

.null-padding-right {
    padding-right: 0
}

.fl-l {
    float: left
}

.fl-r {
    float: right
}

.def-button-link {
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff
}

.main-color {
    color: #6e2568 !important
}

.ttn {
    text-transform: none !important
}

.dt {
    display: table
}

.clearfix {
    clear: both
}

@font-face {
    font-family: din-condensed-web, sans-serif;
    src: url(../fonts/UFONTS.COM_DIN-1451-ENGSCHRIFT.TTF)
}

@font-face {
    font-family: Designio, sans-serif;
    src: url(../fonts/Designio_Regular.otf)
}

.font-din {
    font-family: din-condensed-web, sans-serif
}

.flex-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 768px) {
    .flex-menu {
        display: block
    }
}

.flex-menu li a {
    color: #fff;
    display: block;
    padding: 0 10px;
    line-height: 60px
}

@media (max-width: 768px) {
    .flex-menu li a {
        line-height: 35px
    }
}

.flex-menu li a:hover {
    background: #fff;
    color: #21bbb1;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}

.main-menu ul {
    list-style: none
}

.main-menu ul li {
    text-transform: uppercase;
    border-left: 1px solid #c9c9c9;
    border-color: #fff;
    color: #606060;
    font-weight: 700;
    position: relative
}

@media (max-width: 768px) {
    .main-menu ul li {
        border: 1px solid #c9c9c9;
        border-top: none
    }
}

.main-menu > ul > li:last-child {
    border-right: 1px solid #c9c9c9;
    border-color: #fff
}

.main-menu-header {
    border-bottom: 1px solid #c9c9c9;
    border-top: 1px solid #c9c9c9
}

@media (max-width: 768px) {
    .main-menu-header {
        border: 0
    }
}

.navbar-default .navbar-toggle {
    background: #fff
}

.logo-wrapper {
    position: relative
}

.logo-wrapper .logo {
    position: absolute;
    top: 0;
    left: 0
}

.logo-wrapper .logo img {
    max-width: 100%
}

@media (max-width: 480px) {
    .logo-wrapper .logo img {
        position: relative;
        top: 12px
    }
}

.header-row, .header-row .logo-wrapper {
    height: 46px
}

.header-row .logo-wrapper .fa {
    color: #fff;
    display: inline-block;
    line-height: 46px;
    font-size: 25px;
    width: 46px;
    background: #2b2e31;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    text-align: center;
    z-index: 3;
    position: relative;
    float: left
}

@media (max-width: 635px) {
    .header-row .logo-wrapper .fa {
        border-right: 1px solid #fff
    }
}

.header-row .logo-wrapper a {
    color: #fff;
    display: block
}

.header-row .logo-wrapper span {
    height: 46px;
    line-height: 46px;
    display: block;
    background: #5e6263;
    font-size: 12px;
    width: 150px;
    margin-left: -25px;
    text-align: right;
    float: left;
    z-index: 2;
    position: relative
}

@media (max-width: 635px) {
    .header-row .logo-wrapper span {
        display: none
    }
}

.header-row .logo-wrapper div {
    width: 46px;
    line-height: 46;
    height: 46px;
    background: #5e6263;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    color: #5e6263;
    float: left;
    position: relative;
    left: -30px;
    z-index: 1
}

@media (max-width: 635px) {
    .header-row .logo-wrapper div {
        display: none
    }
}

.header-row .search-wrapper {
    height: 46px;
    border-right: 1px solid #4a4a4a;
    border-color: #4a4a4a
}

@media (max-width: 992px) {
    .header-row .search-wrapper {
        border: 0
    }

    .about-stats h5 {
        font-size: 14px !important
    }

    .about-stats h4 {
        font-size: 16px !important
    }

    #event-statistic .jx-title-icon.sim-row-edit i {
        font-size: 20px !important
    }
}

.header-row .signin-wrapper {
    height: 46px;
    border-right: 1px solid #4a4a4a;
    border-color: #4a4a4a;
    padding: 0
}

.header-row .signin-wrapper .col-md-7 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 45px;
    line-height: 45px
}

@media (max-width: 768px) {
    .header-row .signin-wrapper {
        padding: 0
    }
}

@media (max-width: 992px) {
    .header-row .signin-wrapper {
        border: 0
    }
}

.header-row .signin-wrapper .fa {
    color: #fff;
    margin-left: 5px
}

.header-row .signin-wrapper span {
    color: #fff;
    line-height: 30px
}

.header-row .signin-wrapper img {
    margin-top: 6px;
    border-radius: 50%;
    width: 34px;
    position: relative;
    z-index: 0
}

.header-row .signout-wrapper {
    height: 46px;
    border-right: 1px solid #4a4a4a;
    border-color: #4a4a4a;
    padding: 0
}

@media (max-width: 992px) {
    .header-row .signout-wrapper {
        border: 0
    }
}

.header-row .signout-wrapper a {
    line-height: 46px;
    color: #fff;
    display: block;
    text-align: center
}

.search {
    padding: 4px 0;
    position: relative
}

.search input {
    width: 100%;
    background: #000 !important;
    border: 1px solid #3b3e43 !important;
    height: 38px;
    padding-left: 15px;
    padding-right: 40px;
    font-size: 13px;
    color: #fff
}

@media (max-width: 480px) {
    .search input {
        font-size: 11px;
        padding-left: 5px
    }
}

.search .fa {
    position: absolute;
    color: #464b48;
    right: 11px;
    top: 13px;
    font-size: 18px
}

.search:after {
    content: '';
    width: 1px;
    position: absolute;
    height: 38px;
    border-right: 1px solid #3b3e43;
    top: 4px;
    right: 38px
}

@media (max-width: 768px) {
    .navbar-default {
        background: 0 0
    }
}

#bs-example-navbar-collapse-1 {
    padding: 0;
    margin: 0
}

@media (max-width: 768px) {
    #bs-example-navbar-collapse-1 .flex-menu {
        padding: 0
    }

    #bs-example-navbar-collapse-1 .flex-menu li {
        border: 0
    }

    #bs-example-navbar-collapse-1 .flex-menu li a {
        color: #fff;
        position: relative
    }

    #bs-example-navbar-collapse-1 .flex-menu li a:active, #bs-example-navbar-collapse-1 .flex-menu li a:focus, #bs-example-navbar-collapse-1 .flex-menu li a:hover {
        border-radius: 5px;
        color: #fff
    }

    #bs-example-navbar-collapse-1 .flex-menu li a:active:after, #bs-example-navbar-collapse-1 .flex-menu li a:focus:after, #bs-example-navbar-collapse-1 .flex-menu li a:hover:after {
        content: "";
        position: absolute;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        right: 12px;
        top: 8px;
        border: 3px solid #fff
    }
}

.exhibitor-logo a {
    display: block;
    font-weight: 700;
    color: #606060;
    text-align: center;
    max-height: 300px;
    max-width: 100%;
    font-size: 40px
}

.exhibitor-logo img {
    display: inline-block;
    margin: auto
}

@media (max-width: 1440px) and (min-width: 1200px) {
    .exhibitor-logo a {
        max-width: 100%;
        margin: auto;
        font-size: 20px
    }
}

.visitor-photo {
    position: relative
}

.visitor-photo img {
    border-radius: 50%;
    max-width: 115px;
    max-height: 115px;
    display: block;
    margin: auto
}

.exhibitor-logo-edit ul li {
    list-style-type: none;
    display: table;
    width: 100%
}

.exhibitor-logo-edit ul li {
    margin-top: 5px
}

.exhibitor-logo-edit ul li:first-child {
    margin-top: 0
}

.exhibitor-logo-edit ul li a {
    width: 100%;
    border: 2px solid;
    height: 40px;
    font-size: 10px;
    display: table-cell;
    vertical-align: middle
}

.exhibitor-logo-edit .fa {
    font-size: 13px;
    margin-right: 5px
}

.profile-info h3 {
    margin: 10px 0 0;
    padding-top: 10px;
    font-weight: 600
}

.profile-info h6 {
    margin: 2px 0
}

.profile-info span {
    margin: 2px 0;
    display: inline-block
}

.profile-info .fa {
    font-size: 20px;
    margin-right: 10px
}

.profile-info .local-time {
    margin-left: 15px
}

.profile-info a {
    font-weight: 700
}

.profile-info .edit-profile {
    padding-left: 15px;
    font-size: 13px;
    margin: 10px 0 5px
}

.profile-categories a {
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    padding: 3px 20px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 12px
}

.profile-content {
    background: url(../../img/gradient-bg.jpg) no-repeat;
    background-size: cover;
    margin-bottom: 10px
}

.profile-content .fa {
    font-size: 20px;
    margin-right: 20px
}

.profile-content a {
    height: 62px;
    line-height: 62px;
    padding-left: 30px
}

.profile-menu {
    list-style: none
}

.print-badge-button {
    background: url(../../img/print-b-icon.png) 20px no-repeat
}

#show__more__contacts {
    background: url(../../img/print-b-icon.png);
    background-position: 20px;
    background-repeat: no-repeat
}

.invite-visitors-button {
    background: url(../../img/invite-v-icon.png) 20px no-repeat
}

.business-matching-button {
    background: url(../../img/business-m-icon.png) 20px no-repeat
}

.favproducts-button {
    background: url(../../img/favproducts.png) 20px no-repeat
}

.make-appointment-button {
    background: url(../../img/calendar-icon.png) 20px no-repeat
}

.send-message-button {
    background: url(../../img/envelope-icon.png) 20px no-repeat;
    position: relative
}

.my-tickets-button {
    background: url(../../img/ticket-icon.png) 20px no-repeat
}

.right-main-profile-block {
    background: #f4f4f4;
    color: #606060
}

.exhibitor-edit-main-block {
    min-height: 718px
}

.round-buttons-profile {
    border-radius: 50%;
    background: url(../../img/round-button-bg.png) no-repeat 50%;
    width: 53px;
    height: 53px;
    margin: auto;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}

.round-buttons-profile:hover {
    opacity: .7
}

.round-buttons-profile a {
    color: #34dbd0;
    display: block
}

.round-buttons-profile a .fa {
    font-size: 19px;
    margin: auto;
    display: block;
    text-align: center;
    line-height: 53px
}

a[href*="/profile/disconnectExhibitor/"], a[href*="/profile/disconnectVisitor/"] {
    color: #dbaf00
}

.round-buttons-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-top: 15px
}

.round-buttons-wrapper span {
    text-align: center;
    display: inline-block;
    width: 100%
}

.line-gradient {
    background: url(../../img/linear-bg.png) no-repeat 50%;
    background-size: cover;
    margin: 30px auto;
    max-width: 276px;
    height: 1px;
    z-index: 5
}

.contacts-slider-item {
    padding: 15px
}

#exhibitor__contacts-slider .contacts-slider-item {
    min-height: 82px;
    display: flex;
    align-items: center
}

#exhibitor__contacts-slider .contacts-slider-item .row:nth-of-type(1) {
    width: 100%
}

#exhibitor__contacts-slider.exhibitor__contacts-active .contacts-slider-item {
    min-height: 123px;
    display: flex;
    width: auto;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.contacts-slider-item h5 {
    color: #fff
}

.contacts-slider-item img {
    border-radius: 50%;
    height: 40px;
    width: 40px
}

.contacts-slider-item .col-md-7 {
    padding-left: 0
}

.contacts-slider-item .col-md-7 h6 {
    color: #fff;
    margin: 4px 0
}

.contacts-slider-item .col-md-7 a {
    color: #4adfd5;
    font-size: 12px;
    word-wrap: break-word
}

.contacts-slider-item .col-md-8 {
    padding-left: 0;
    overflow: hidden;
    word-wrap: break-word
}

.contacts-slider-item .col-md-8 h6 {
    margin: 4px 0
}

#header.wrapper, #index-header {
    background-size: 100% 358px;
    background-position-y: 100%
}

.contacts-slider-item .col-md-12 a, .contacts-slider-item .col-md-8 a {
    font-size: 12px;
    word-wrap: break-word
}

.contacts-slider-item .contacts-connect {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 4
}

.contacts-slider-item .contacts-connect .fa {
    font-size: 16px;
    margin-right: 10px
}

.right-side-profile {
    padding-top: 15px
}

.right-side-profile img {
    max-width: 100%;
    display: block;
    margin: auto
}

.at-glance-text {
    font-size: 12px;
    min-height: 255px
}

.exhibitor-edit-statictics {
    margin-top: 40px
}

.info-round-buttons-profile {
    border-radius: 50%;
    background: url(../../img/round-button-bg.png) no-repeat 50%;
    width: 53px;
    height: 53px;
    margin: auto;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    background: #fff;
    border: 2px solid #9e9e9e
}

.info-round-buttons-profile:hover {
    opacity: .7
}

.info-round-buttons-profile a {
    color: #34dbd0;
    display: block
}

.info-round-buttons-profile a .fa {
    font-size: 19px;
    margin: auto;
    display: block;
    text-align: center;
    line-height: 53px
}

.info-round-buttons-profile a .fa-star {
    color: #ffd117
}

.established-circle img {
    display: block;
    margin: 6px auto 0
}

.turnover-circle img {
    width: 90%
}

.productivity-circle img, .team-circle img, .turnover-circle img {
    display: block;
    margin: 6px auto 0
}

.company-info-blocks span {
    text-transform: uppercase;
    font-size: 9px;
    display: inline-block;
    margin-top: 5px
}

.statistic-profile-info .col-md-5 {
    padding: 0 5px;
    text-align: center
}

.add__product .print-content option {
    color: #000
}

.statistic-profile-info h6 {
    font-size: 11px;
    text-transform: uppercase;
    height: 12px
}

.md-123__123 {
    text-align: center
}

.md-123__123 a {
    font-size: 9px;
    text-transform: uppercase
}

.text-center.md-123__123 {
    text-align: center;
    padding: 0
}

span.owl-mailto {
    display: none
}

.visitor-filter-123 .news__sort .title {
    line-height: 41px
}

.visitor-filter-123 .news__sort {
    margin: 0 !important
}

.expo-input-visitor input {
    max-width: 400px;
    width: 100% !important
}

.expo-input-visitor {
    border-radius: 0 !important;
    max-width: 400px;
    width: 100% !important
}

.max-select-60 .selector span:after {
    top: 18px !important
}

.max-select-60 .selector span {
    line-height: 40px !important
}

.max-select-60 {
    max-width: 60px !important;
    width: 100%;
    display: inline-block;
    height: 35px
}

.null-padd {
    padding: 0
}

.header-visitor-matching {
    padding: 10px;
    border-right: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4
}

.statistic-profile-info ul li {
    list-style: none;
    background: url(../../img/right-bl-arrow.png) 0 no-repeat;
    font-size: 9px;
    padding-left: 10px;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .statistic-profile-info ul li {
        font-size: 13px
    }
}

.statistic-profile-info span {
    font-size: 9px;
    text-transform: uppercase;
    text-align: center
}

.statistic-profile-info .fa {
    display: block;
    font-size: 13px
}

@media (max-width: 768px) {
    .statistic-profile-info .fa {
        font-size: 16px
    }
}

.statistic-profile-info .bordered-left {
    border-left: 1px solid
}

@media (max-width: 992px) {
    .statistic-profile-info .bordered-left {
        border: 0
    }
}

.profile-product-block .col-md-3, .profile-product-block .col-md-9 {
    margin-top: 10px
}

.profile-product-block .slider-circle {
    position: relative;
    bottom: -21px
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: transparent;
    border: 3px solid #fff;
    width: 10px;
    height: 10px;
    margin-bottom: 0
}

.owl-theme .owl-controls .owl-page span {
    background-color: #fff;
    opacity: 1;
    width: 7px;
    height: 7px;
    margin: 0 5px 2px
}

.owl-pagination {
    background-color: #c4c4c4
}

.owl-theme .owl-controls {
    margin-top: 0
}

#owl-demo2 {
    margin-top: 10px
}

#owl-demo3 .owl-item {
    height: 250px
}

#owl-demo3 .owl-item .item {
    height: 250px;
    padding: 5px;
    position: relative
}

#owl-demo3 .owl-item h5 {
    text-decoration: underline;
    font-weight: 700;
    color: #606060;
    text-align: center
}

#owl-demo3 .owl-item span {
    color: #ff1f1f;
    font-size: 12px
}

#owl-demo3 .owl-item img {
    max-width: 100%;
    height: auto;
    max-height: 150px
}

.discount-label {
    position: absolute;
    top: 30%;
    right: 0;
    background: #ffd117;
    height: 40px;
    width: 100px
}

.discount-label h3 {
    margin: 0;
    text-align: center;
    font-weight: 700
}

.discount-label h6 {
    font-size: 7px;
    font-weight: 700;
    margin: 2px 0;
    text-align: center
}

#owl-demo4 .owl-item {
    min-height: 300px
}

#owl-demo4 .item {
    min-height: 310px;
    background: #424242;
    padding: 25px 15px 0
}

#owl-demo4 .item span, #owl-demo4 .item span a {
    font-size: 10px;
    color: #fff
}

#owl-demo4 .item span {
    padding-left: 15px
}

#owl-demo4 .item h4 a {
    color: #fff;
    text-align: center;
    margin: 15px 0;
    display: block;
    text-transform: uppercase
}

#owl-demo4 img {
    max-width: 96%;
    margin: 0 auto;
    max-height: 155px;
    display: block
}

#owl-demo4 h6 a {
    text-align: center;
    color: #4adfd5;
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 15px;
    display: block
}

.slider-circle {
    width: 53px;
    height: 48px;
    background: url(../../img/slider-cirlcle-bg.png) no-repeat 50%;
    margin: auto
}

.slider-circle .fa {
    line-height: 2.2;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #fff
}

.news-circle {
    z-index: 2
}

.main-activities {
    margin-top: 30px
}

.main-activities .col-md-5 {
    padding: 0 5px;
    text-align: center
}

.main-activities h6 {
    font-size: 11px;
    text-transform: uppercase
}

.main-activities ul li {
    list-style: none;
    background: url(../../img/right-bl-arrow.png) 0 no-repeat;
    font-size: 9px;
    padding-left: 10px;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .main-activities ul li {
        font-size: 13px
    }
}

.main-activities span {
    font-size: 9px;
    text-transform: uppercase;
    text-align: center
}

.main-activities .fa {
    color: #21bbb1;
    display: block
}

@media (max-width: 768px) {
    .main-activities .fa {
        font-size: 16px
    }
}

.main-activities .bordered-left {
    border-left: 1px solid
}

@media (max-width: 992px) {
    .main-activities .bordered-left {
        border: 0
    }
}

.main-activities h6, .main-activities li {
    text-align: center
}

.edit-profile {
    background: #fff;
    width: 100%;
    border: 2px solid;
    height: 40px;
    line-height: 40px;
    font-size: 10px;
    color: #e31f29;
    display: block
}

.visitor-prof-info .bold-text-block li {
    font-weight: 700
}

.visitor-prof-info a {
    color: #21bbb1
}

.profile-twitter-block-wrapper {
    padding: 5px;
    background: #424242
}

.profile-twitter-block-wrapper footer {
    margin: 7px 0 0
}

.profile-twitter-block-wrapper footer a {
    float: left;
    margin-right: 3px
}

.profile-twitter-block-wrapper footer img {
    width: 18px
}

.profile-twitter-block {
    border-radius: 5px;
    background: #fff;
    padding: 6px 6px 0;
    position: relative;
    margin-top: 7px
}

.profile-twitter-block h5 {
    font-weight: 700
}

.profile-twitter-block h5 span {
    color: #adadad;
    font-weight: 400
}

.profile-twitter-block a {
    color: #21bbb1;
    margin-bottom: 15px;
    display: block
}

.profile-twitter-block footer {
    background: #4ec2dc;
    margin: 0 -6px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-left: 10px;
    height: 40px;
    line-height: 40px
}

.profile-twitter-block footer i {
    color: #fff
}

.profile-twitter-block footer .fa {
    font-size: 18px
}

.profile-twitter-block .twitter-user-links {
    position: absolute;
    right: 10px;
    bottom: 30px
}

.profile-twitter-block .twitter-user-links a {
    float: left;
    margin-left: 6px
}

.profile-twitter-block .twitter-user-links .fa {
    color: #939393;
    font-size: 16px
}

.visitor-page-profile {
    background: #414141;
    padding: 20px 15px
}

.visitor-page-profile .row {
    text-align: center
}

.visitor-page-profile .row h6 {
    font-size: 11px;
    text-transform: uppercaseж;
    height: 12px
}

.visitor-page-profile .row ul li {
    list-style: none;
    background: url(../../img/right-bl-arrow.png) 0 no-repeat;
    font-size: 9px;
    padding-left: 10px;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .visitor-page-profile .row ul li {
        font-size: 13px
    }
}

.visitor-page-profile .row span {
    font-size: 9px;
    text-transform: uppercase;
    text-align: center
}

.visitor-page-profile .row span:lang(it) {
    word-wrap: break-word;
    height: 25px;
    display: block
}

.visitor-page-profile .row .fa {
    color: #21bbb1;
    display: block
}

@media (max-width: 768px) {
    .visitor-page-profile .row .fa {
        font-size: 16px
    }
}

.visitor-page-profile .row .bordered-left {
    border-left: 1px solid
}

@media (max-width: 992px) {
    .visitor-page-profile .row .bordered-left {
        border: 0
    }
}

.visitor-page-profile .row .col-md-7 {
    color: #fff
}

.visitor-page-profile h5 {
    color: #939393;
    font-size: 10px
}

.visitor-page-profile .bd-pr-b {
    border-left: 1px solid #fff;
    padding-top: 10px
}

.speaker-micro {
    position: absolute;
    width: 39px;
    height: 39px;
    background: url(/int/img/micro-icon.png);
    top: 0;
    left: 25%
}

.speaker-info-text {
    padding: 25px 0 15px 15px;
    font-size: 13px
}

.speaker-profile-stat {
    color: #fff;
    padding-bottom: 45px
}

.speaker-profile-stat .col-md-5 {
    padding: 0 5px;
    text-align: center
}

.speaker-profile-stat h6 {
    font-size: 11px;
    text-transform: uppercase
}

.speaker-profile-stat ul li {
    list-style: none;
    background: url(../../img/right-bl-arrow.png) 0 no-repeat;
    font-size: 9px;
    padding-left: 10px;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .speaker-profile-stat ul li {
        font-size: 13px
    }
}

.speaker-profile-stat span {
    font-size: 9px;
    text-transform: uppercase;
    text-align: center
}

.speaker-profile-stat .fa {
    color: #21bbb1;
    display: block
}

@media (max-width: 768px) {
    .speaker-profile-stat .fa {
        font-size: 16px
    }
}

.speaker-profile-stat .bordered-left {
    border-left: 1px solid
}

@media (max-width: 992px) {
    .speaker-profile-stat .bordered-left {
        border: 0
    }
}

.speaker-profile-stat h5 {
    text-align: center;
    color: #fff;
    margin-bottom: 20px
}

.speaker-profile-stat h6 {
    margin: 0
}

.speaker-view-text-wrapper {
    position: relative;
    background: #fff;
    margin: 20px 3%;
    padding: 3% 3% 6%
}

.speaker-view-text-wrapper p {
    font-size: 13px
}

.speaker-view-main-block {
    padding-bottom: 15px
}

.visitor-company-info li {
    font-size: 13px
}

.visitor-company-info .col-md-4 .col-md-7 {
    font-size: 13px;
    padding-left: 3px !important
}

.visitor-company-info .col-md-4 .col-md-7 a {
    color: #21bbb1
}

.visitor-company-info .edit-profile {
    margin-top: 5px;
    padding-left: 10px
}

.event-memory-item header, .event-memory-item header div {
    background: #5d5d5d !important
}

.event-memory-item .fa-caret-down {
    width: auto !important;
    font-size: 16px !important;
    position: relative;
    top: 2px;
    left: 7px
}

.event-memory-item ul li {
    width: 100%;
    text-align: right;
    color: #969696;
    font-style: italic;
    font-weight: 700;
    font-size: 10px;
    padding-right: 10px
}

.event-memory-item a {
    width: 30px
}

.event-memory-item .more-link {
    left: 15px;
    text-decoration: underline;
    width: 40px;
    background: 0 0;
    color: #969696
}

.speaker-events-menu li {
    width: 100%;
    display: table
}

.speaker-events-menu a {
    vertical-align: middle;
    display: table-cell;
    padding: 0 15px;
    width: 100%;
    background: #303030;
    height: 62px;
    color: #fff;
    border-bottom: 1px solid #7d7d7d;
    font-size: 13px
}

.speaker-events-menu a:hover {
    color: #21bbb1
}

.speaker-events-menu .fa-caret-down {
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 24px
}

.speaker-events-wrapper {
    position: relative
}

.speaker-events-wrapper .micro-circle {
    position: absolute;
    top: -53px;
    left: 50%;
    width: 53px;
    height: 48px;
    background: url(../../img/slider-cirlcle-bg.png) no-repeat 50%;
    margin: auto;
    margin-left: -27px
}

.speaker-events-wrapper .circle-light {
    top: -33px
}

.speaker-events-wrapper .micro-circle .fa {
    color: #34dbd0;
    line-height: 59px;
    width: 100%;
    text-align: center;
    font-size: 19px
}

.speaker-event-block header {
    background: #303030;
    line-height: 50px
}

.speaker-event-block header span {
    color: #fff;
    margin-right: 10px
}

.speaker-event-block header i {
    margin-right: 10px;
    margin-left: 5px
}

.speaker-event-block .event-theme-header {
    min-height: 35px;
    line-height: 35px;
    color: #fff;
    display: none
}

.speaker-event-block .event-theme-header .fa {
    margin: 0 10px 0 20px
}

.speaker-event-content {
    background: #fff
}

.main-event-block h3 {
    text-transform: uppercase;
    font-size: 21px
}

.speaker-event-block .green__link {
    background-color: #21bbb1
}

.speaker-event-block .blue__link, .speaker-event-block .green__link {
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
    margin-top: 10px;
    margin-right: 15px
}

.speaker-event-block .blue__link {
    background: #3474ca
}

.speaker-event-block .blue__link:hover {
    background: #2b61aa
}

.speaker-event-block .blue__link span {
    display: block;
    float: right;
    height: 40px;
    color: #fff;
    line-height: 40px;
    width: 53px;
    text-align: center;
    background: #2b61aa;
    font-size: 16px;
    font-weight: 600
}

.main-event-block a:hover {
    opacity: .7
}

.main-event-block .flex-menu {
    margin-top: 15px
}

.main-event-block .flex-menu li {
    width: 33.3%;
    border-left: 2px solid #fff
}

.main-event-block .flex-menu li:first-child {
    border: none
}

.main-event-block .flex-menu a {
    color: #fff;
    line-height: 40px;
    padding: 0
}

.main-event-block .flex-menu .fa {
    margin-right: 15px
}

.main-event-block .flex-menu .facebook-color {
    background: #3d5c9f
}

.main-event-block .flex-menu .twitter-color {
    background: #54acee
}

.main-event-block .flex-menu .google-plus-color {
    background: #dd4839
}

.main-event-block .bordered-top {
    border-top: 1px solid #000;
    margin: 10px 0
}

.main-event-block .more-link {
    background: #e31f29;
    width: 100px;
    margin: auto
}

.event-speakers-profile .col-md-8 h4 {
    color: #4adfd5;
    margin: 0 0 5px;
    font-weight: 500
}

.event-speakers-profile .col-md-8 span {
    color: #000;
    font-size: 11px;
    display: block;
    font-weight: 700
}

.event-speakers-profile .col-md-8 h5 {
    color: #8c8c8c;
    font-size: 11px;
    margin-top: 2px
}

.speaker-event-sponsors h4 {
    font-weight: 700;
    text-align: center
}

.speaker-event-sponsors img {
    display: block;
    margin: auto;
    max-width: 100%
}

.back-search-wrapper {
    margin-bottom: 20px
}

.back-search-wrapper a {
    color: #e31f29;
    font-weight: 700
}

.back-search-wrapper a:hover {
    opacity: .7
}

.back-search-wrapper label {
    width: 100%
}

.back-search-wrapper input {
    width: 70%;
    height: 45px;
    border: 1px solid #c9c9c9;
    color: #b8b8b8;
    padding-left: 10px;
    font-style: italic;
    font-weight: 400
}

.back-search-wrapper button {
    width: 30%;
    margin-left: -5px;
    height: 45px;
    border: 1px solid #c9c9c9;
    background: #f9f9f9;
    color: #b8b8b8
}

#index-header {
    position: relative
}

@media (max-width: 1440px) and (min-width: 1200px) {
    .header__text_mini {
        display: none
    }
}

#index-header .logo {
    width: auto;
    line-height: normal;
    height: auto
}

@media (max-width: 635px) {
    #index-header .logo {
        display: block
    }
}

#index-header .logo-wrapper div {
    background: 0 0
}

@media (max-width: 480px) {
    #index-header .logo-wrapper .logo img {
        position: relative;
        top: 6px;
        min-width: 95px
    }
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

.index-main-circles a:hover img {
    opacity: .6
}

.index-main-circles img {
    border-radius: 50%;
    border: 9px solid #c9c9c9;
    max-width: 183px;
    width: 100%;
    display: block;
    margin: auto;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}

.index-main-circles h3 {
    text-align: center;
    font-family: din-condensed-web;
    color: #606060
}

.index-bg {
    padding: 0
}

.lined-pagetitle {
    overflow: hidden;
    text-align: center;
    padding: 25px 0
}

.lined-title {
    color: #21bbb1;
    text-align: center;
    display: inline-block;
    padding: 0 18px;
    font: 34px din-condensed-web, sans-serif;
    position: relative
}

.lined-title:after, .lined-title:before {
    content: '';
    right: 100%;
    top: 50%;
    border-bottom: 1px solid #21bbb1;
    width: 10000px;
    position: absolute
}

.lined-title:after {
    right: auto;
    left: 100%
}

.index-pages-header {
    width: 100%;
    background: #fdfdfd;
    height: 70px;
    line-height: 70px;
    font-size: 28px;
    font-family: din-condensed-web, sans-serif;
    padding-left: 20px;
    border: 1px solid #f4f4f4;
    color: #585858
}

.tutorials-menu {
    list-style: none
}

.tutorials-menu li a {
    display: block;
    height: 62px;
    line-height: 62px;
    background-color: #e31f29;
    color: #fff;
    padding-left: 55px;
    border-bottom: 1px solid #fff;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}

.tutorials-menu li a:hover {
    background-color: #5f1f5a
}

.tutorials-menu li a {
    border-bottom: 1px solid #5f1f5a
}

.tutorials-menu .tutorials-title {
    height: 70px;
    background: #5f1f5a;
    line-height: 70px;
    font-size: 25px;
    border-bottom: 1px solid #5f1f5a;
    color: #fff;
    padding-left: 55px;
    font-weight: 200
}

.tutorials-menu .downloands-button {
    background: url(/css/int/img/download-icon.png) 20px no-repeat #6e2568
}

.tutorials-menu .floorplan-button {
    background: url(/css/int/img/floor-plan-icon.png) 20px no-repeat #6e2568
}

.tutorials-menu .marketinfo-button {
    background: url(/css/int/img/market-info-icon.png) 20px no-repeat #6e2568
}

.tutorials-menu .dropdown:hover .dropdown-menu {
    display: none !important
}

.index-content-box {
    padding: 25px 0;
    border: 1px solid #f4f4f4;
    border-top: 0
}

.index-content-box img {
    max-width: 290px;
    width: 100%;
    display: block;
    margin: 0 auto 10px
}

.index-content-box h4 {
    margin-top: 0
}

.index-content-box p {
    color: #838383
}

#owl-photo-gallery .item div {
    margin: 5px
}

#owl-photo-gallery .owl-prev {
    position: absolute;
    top: -20px;
    left: -60px;
    font-size: 100px;
    color: #777;
    background: 0 0;
    opacity: 1;
    height: 130px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    border-radius: 0 !important
}

#owl-photo-gallery .owl-prev:hover {
    color: #e31f29
}

@media (max-width: 768px) {
    #owl-photo-gallery .owl-prev {
        font-size: 100px;
        left: -48px;
        top: 0
    }
}

@media (max-width: 480px) {
    #owl-photo-gallery .owl-prev {
        font-size: 70px;
        left: -40px;
        top: 20px
    }
}

#owl-photo-gallery .owl-next {
    position: absolute;
    top: -20px;
    left: auto;
    font-size: 100px;
    color: #777;
    background: 0 0;
    opacity: 1;
    height: 130px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    border-radius: 0 !important;
    right: -60px
}

#owl-photo-gallery .owl-next:hover {
    color: #e31f29
}

@media (max-width: 768px) {
    #owl-photo-gallery .owl-next {
        font-size: 100px;
        left: -48px;
        top: 0
    }
}

@media (max-width: 480px) {
    #owl-photo-gallery .owl-next {
        font-size: 70px;
        left: -40px;
        top: 20px
    }
}

@media (max-width: 768px) {
    #owl-photo-gallery .owl-next {
        font-size: 100px;
        right: -48px;
        left: auto
    }
}

@media (max-width: 480px) {
    #owl-photo-gallery .owl-next {
        font-size: 70px;
        right: -40px;
        left: auto
    }
}

.expovideo {
    margin-top: 30px
}

.become-exhibitor-button {
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #21bbb1;
    font-family: din-condensed-web, sans-serif;
    height: 60px;
    line-height: 60px;
    font-size: 23px;
    margin-top: 30px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}

.become-exhibitor-button:hover {
    color: #fff;
    background: #4adfd5
}

.become-visitor-button {
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #21bbb1;
    font-family: din-condensed-web, sans-serif;
    height: 60px;
    line-height: 60px;
    font-size: 23px;
    margin-top: 30px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    background: #e31f29;
    margin-top: 15px
}

.become-visitor-button:hover {
    color: #fff;
    background: #4adfd5;
    background: #eb636a
}

.expo-categories-button {
    width: 100%;
    background: #fdfdfd;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    padding-left: 20px;
    border: 1px solid #f4f4f4;
    color: #585858;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-family: din-condensed-web, sans-serif;
    margin-top: 20px;
    border: 1px solid #c9c9c9;
    color: #838383 !important
}

.event-figures-numbers h6 {
    color: #838383;
    margin-bottom: 5px
}

.event-figures-numbers h3 {
    font-weight: 700;
    margin-top: 0
}

.event-figures-numbers .red-h {
    color: #cc051c
}

.event-figures-numbers .yellow-h {
    color: #ffa800
}

.event-figures-numbers .blue-h {
    color: #2caeed
}

.event-figures-numbers .violet-h {
    color: #9258a1
}

#owl-terms-conditions .item div {
    margin: 5px
}

#owl-terms-conditions .owl-prev {
    position: absolute;
    top: -33px;
    left: -72px;
    font-size: 120px;
    color: #777;
    background: 0 0;
    opacity: 1;
    height: 130px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    border-radius: 0 !important
}

#owl-terms-conditions .owl-prev:hover {
    color: #e31f29
}

@media (max-width: 768px) {
    #owl-terms-conditions .owl-prev {
        font-size: 100px;
        left: -48px;
        top: 0
    }
}

@media (max-width: 480px) {
    #owl-terms-conditions .owl-prev {
        font-size: 70px;
        left: -40px;
        top: 20px
    }
}

#owl-terms-conditions .owl-next {
    position: absolute;
    top: -33px;
    left: -72px;
    font-size: 120px;
    color: #777;
    background: 0 0;
    opacity: 1;
    height: 130px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    border-radius: 0 !important;
    right: -72px;
    left: auto
}

#owl-terms-conditions .owl-next:hover {
    color: #e31f29
}

@media (max-width: 768px) {
    #owl-terms-conditions .owl-next {
        font-size: 100px;
        left: -48px;
        top: 0
    }
}

@media (max-width: 480px) {
    #owl-terms-conditions .owl-next {
        font-size: 70px;
        left: -40px;
        top: 20px
    }
}

@media (max-width: 768px) {
    #owl-terms-conditions .owl-next {
        font-size: 100px;
        right: -48px;
        left: auto
    }
}

@media (max-width: 480px) {
    #owl-terms-conditions .owl-next {
        font-size: 70px;
        right: -40px;
        left: auto
    }
}

#owl-terms-conditions img {
    max-width: 66px;
    margin: auto
}

#owl-terms-conditions h4 {
    text-align: center;
    color: #838383;
    margin: 10px 0
}

#owl-terms-conditions a {
    display: block;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}

#owl-terms-conditions a:hover {
    opacity: .6
}

.expo-categories-block {
    margin-top: 20px
}

.expo-categories-block ul li a {
    display: block;
    padding-left: 20px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #f4f4f4;
    border-top: 0;
    color: #838383;
    background: url(/int/img/list-item.png) 10px no-repeat;
    font-size: 13px
}

#owl-why-exhibit .owl-controls .owl-page.active span, #owl-why-exhibit .owl-controls.clickable .owl-page:hover span {
    background-color: #e31f29;
    border: 3px solid #e31f29;
    width: 20px;
    height: 20px
}

#owl-why-exhibit .owl-controls .owl-page span {
    background-color: #e1e1e1;
    border: 3px solid #e1e1e1;
    opacity: 1;
    width: 20px;
    height: 20px;
    margin: 0 5px
}

#owl-why-exhibit .owl-pagination {
    background-color: transparent;
    width: 70px;
    position: absolute;
    top: -27px;
    right: 0
}

#owl-why-exhibit .owl-prev {
    position: absolute;
    left: -53px;
    top: -33px;
    background: 0 0;
    opacity: 1
}

#owl-why-exhibit .owl-prev:hover {
    opacity: .8
}

#owl-why-exhibit .owl-next {
    position: absolute;
    left: -53px;
    top: -33px;
    background: 0 0;
    opacity: 1;
    left: auto;
    right: -53px
}

#owl-why-exhibit .owl-next:hover {
    opacity: .8
}

.why-show-more-button {
    font-size: 30px;
    font-family: din-condensed-web, sans-serif;
    padding-left: 20px;
    color: #585858;
    height: 50px;
    font-size: 17px;
    color: #e31f29
}

#owl-travel .item div {
    margin: 5px
}

#owl-travel .owl-prev {
    position: absolute;
    top: -33px;
    left: -72px;
    font-size: 120px;
    color: #777;
    background: 0 0;
    opacity: 1;
    height: 130px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    border-radius: 0 !important
}

#owl-travel .owl-prev:hover {
    color: #e31f29
}

@media (max-width: 768px) {
    #owl-travel .owl-prev {
        font-size: 100px;
        left: -48px;
        top: 0
    }
}

@media (max-width: 480px) {
    #owl-travel .owl-prev {
        font-size: 70px;
        left: -40px;
        top: 20px
    }
}

#owl-travel .owl-next {
    position: absolute;
    top: -33px;
    left: -72px;
    font-size: 120px;
    color: #777;
    background: 0 0;
    opacity: 1;
    height: 130px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    border-radius: 0 !important;
    right: -72px;
    left: auto
}

#owl-travel .owl-next:hover {
    color: #e31f29
}

@media (max-width: 768px) {
    #owl-travel .owl-next {
        font-size: 100px;
        left: -48px;
        top: 0
    }
}

@media (max-width: 480px) {
    #owl-travel .owl-next {
        font-size: 70px;
        left: -40px;
        top: 20px
    }
}

@media (max-width: 768px) {
    #owl-travel .owl-next {
        font-size: 100px;
        right: -48px;
        left: auto
    }
}

@media (max-width: 480px) {
    #owl-travel .owl-next {
        font-size: 70px;
        right: -40px;
        left: auto
    }
}

#owl-travel img {
    max-width: 66px;
    margin: auto
}

#owl-travel h4 {
    text-align: center;
    color: #838383;
    margin: 10px 0
}

#owl-travel a {
    display: block;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}

#owl-travel a:hover {
    opacity: .6
}

#owl-travel img {
    max-width: 165px
}

.why-visit-menu {
    list-style: none
}

.why-visit-menu li a {
    display: block;
    height: 62px;
    line-height: 62px;
    background-color: #e31f29;
    color: #fff;
    padding-left: 55px;
    border-bottom: 1px solid #fff;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}

.why-visit-menu li a:hover {
    background-color: #ee7a80
}

.why-visit-menu li a {
    border-bottom: 1px solid #f19095
}

.why-visit-menu .tutorials-title {
    height: 70px;
    background: #b8171f;
    line-height: 70px;
    font-size: 25px;
    border-bottom: 1px solid #b8171f;
    color: #fff;
    padding-left: 55px;
    font-weight: 200
}

.why-visit-menu .downloands-button {
    background: url(/css/int/img/download-icon.png) 20px no-repeat #e31f29
}

.why-visit-menu .floorplan-button {
    background: url(/css/int/img/floor-plan-icon.png) 20px no-repeat #e31f29
}

.why-visit-menu .marketinfo-button {
    background: url(/css/int/img/market-info-icon.png) 20px no-repeat #e31f29
}

.why-visit-menu .exhibitor-search-button {
    background: url(/css/int/img/about-list-news-ico.png) 20px no-repeat #e31f29
}

.why-visit-menu .visitor-guide-button {
    background: url(/css/int/img/about-list-events-ico.png) 20px no-repeat #e31f29
}

#contacts-section {
    background: #f9f9f9;
    padding: 0 40px 20px
}

.contact-team-buttons a {
    display: block;
    background: #fff;
    padding: 20px;
    height: 300px;
    border: 1px solid #e5e5e5
}

.contact-team-buttons a div {
    height: 200px;
    padding-top: 20px
}

.contact-team-buttons a img {
    display: block;
    margin: auto
}

.contact-team-buttons h3 {
    text-align: center;
    margin: 10px 0 0;
    padding-top: 15px;
    border-top: 1px solid #e5e5e5;
    color: #838383;
    font-family: din-condensed-web, sans-serif
}

.contacts-right-menu {
    padding: 25px 0;
    border: 1px solid #f4f4f4;
    border-top: 0;
    padding: 0;
    border: 1px solid #e5e5e5
}

.contacts-right-menu img {
    max-width: 290px;
    width: 100%;
    display: block;
    margin: 0 auto 10px
}

.contacts-right-menu h4 {
    margin-top: 0
}

.contacts-right-menu p {
    color: #838383
}

.contacts-right-menu a {
    display: block;
    background: #fff;
    padding-top: 25px;
    border-bottom: 1px solid #e5e5e5
}

.contacts-right-menu a:last-child {
    border-bottom: 0
}

.contacts-right-menu img {
    margin: auto;
    width: 90%
}

.contacts-right-menu h3 {
    text-align: center;
    padding: 8px 0;
    color: #838383;
    font-family: din-condensed-web, sans-serif;
    margin-bottom: 0
}

.index-main-circles {
    margin-top: 30px
}

@media (max-width: 1920px) and (min-width: 1680px) {
    .index-main-circles {
        margin-top: 100px
    }
}

.new-message-round {
    background: #fff;
    right: 16px;
    top: 18px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #e31f29
}

.new-message-round, .new-message-round-top {
    position: absolute;
    text-align: center;
    border-radius: 50%
}

.new-message-round-top {
    right: 24px;
    top: 9px;
    width: 15px;
    font-size: 10px;
    height: 15px;
    line-height: 16px !important
}

@media (min-width: 1600px) {
    #contactsSection {
        min-height: 800px !important
    }
}

.search__results__item .image a {
    display: block;
    min-height: 80px;
    float: left
}

#accordion-js h2 {
    font-size: 12px
}

.visitor__block table td {
    padding-left: 10px
}

.reply__block form input[type=submit] {
    width: 180px !important;
    background-color: #21bbb1
}

.reply__block form input[type=submit]:lang(it) {
    width: 210px !important
}

.memory-bord-title {
    font-size: 20px
}

.memory-board-date, .memory-bord-title {
    color: #fff;
    position: relative;
    z-index: 6;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    bottom: -30px
}

.memory-board-date {
    font-size: 17px;
    text-transform: uppercase
}

.visitor-prof-info header {
    width: 100%;
    text-align: center;
    background: #21bbb1;
    line-height: 40px;
    color: #fff;
    font-size: 17px
}

.visitor-prof-info .visitor-info-row {
    background: #fff;
    min-height: 170px;
    padding: 20px 15px
}

.visitor-prof-info img {
    margin: auto
}

.visitor-view-main-block {
    background: #f4f4f4;
    color: #606060;
    min-height: 500px;
    padding: 20px
}

.business-request-vis-view {
    background: #424242;
    padding: 20px
}

.business-request-vis-view header {
    text-align: center;
    color: #fff
}

.bus-match-req-circle {
    position: relative;
    bottom: -21px;
    padding-top: 11px
}

.bus-match-req-circle img {
    width: 30px;
    margin: auto;
    display: block
}

.business-request-vis-view h4 {
    padding: 20px 0
}

#cross {
    width: 30px;
    height: 30px;
    display: block;
    margin: auto
}

.business-request-vis-view li {
    color: #fff;
    padding: 3px 0
}

.business-request-vis-view .bold-text-block li {
    color: silver
}

.category-link {
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    text-align: center;
    width: 25%;
    min-width: 150px;
    color: #21bbb1;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 12px;
    background: #fff
}

.business-request-vis-view .line-gradient:last-child {
    display: none
}

.profile-product-block .text-center a {
    text-transform: uppercase;
    color: #fff
}

@media (max-width: 1440px) and (min-width: 1365px) {
    #aboutSection .index-pages-header {
        height: 45px;
        line-height: 45px;
        font-size: 24px
    }

    #aboutSection .index-content-box {
        padding: 8px 0
    }

    #aboutSection .about-content-box {
        padding: 0
    }

    .tutorials-menu .tutorials-title {
        height: 45px;
        line-height: 45px;
        font-size: 20px
    }

    #exhibitSection .index-pages-header {
        height: 45px;
        line-height: 45px;
        font-size: 24px
    }

    #exhibitSection .index-content-box {
        padding: 5px 0
    }

    .contact-team-buttons a {
        height: 250px;
        padding: 5px
    }

    .contact-team-buttons a div {
        height: 185px
    }

    .contacts-right-menu a {
        padding-top: 9px
    }

    .contacts-right-menu h3 {
        margin-top: 10px
    }

    #HiddenBlock-2 {
        top: 45px
    }
}

.popUpWindowWrapper {
    position: relative;
    max-width: 800px;
    height: 500px;
    padding: 20px 20px 24px 16px
}

.popupContentBlock {
    overflow-y: auto;
    background-color: #fff;
    height: 360px;
    position: relative;
    box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, .75)
}

.popupContentHeader {
    width: 100%;
    height: 60px;
    background-color: #6e2568
}

.popupContentHeader h3 {
    line-height: 60px;
    color: #fff;
    font-size: 15pt;
    margin: 0 40px;
    font-weight: 400
}

.teamMemberPhoto {
    display: inline-block;
    float: left;
    padding: 0 15px 0 0
}

.popupNameAndSocialBlock h4 {
    font-size: 15pt;
    display: inline-block;
    margin: 0
}

.popupNameAndSocialBlock h5 {
    font-weight: 400;
    font-size: 13pt;
    margin: 10px;
    font-style: italic
}

.popupNameAndSocialBlock {
    margin: 13px 25px 0 40px;
    min-height: 80px;
    border-bottom: 1px solid #c2c2c2
}

.popupSocialButtons {
    margin-top: 27px
}

.popupSocialButtons img {
    margin-right: 35px
}

.popupContactsBlock {
    margin: 15px 25px 0 40px
}

.popupContactsData i {
    display: inline-block
}

.popupContactsData h4 {
    display: inline-block;
    margin: 0;
    font-size: 14pt
}

.popupContactsData img {
    margin-right: 20px
}

.popupContactsData img[src="/images/popup/envelope.png"] {
    margin: 0 18.5px 0 1.5px
}

.popupContactsData img[src="/images/popup/phone.png"] {
    margin: 0 19px 0 1px
}

.popupContactsData p {
    margin: 3px 37px;
    font-size: 13pt
}

.popupContactsData {
    margin-top: 0
}

.popupEmail p {
    color: #6e2568
}

.popupCloseButton a {
    position: absolute;
    top: 4px;
    right: 4px
}

.backgroundcircle {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50px
}

@media (max-width: 480px) {
    #scrollTop {
        display: none !important
    }
}

#owl-top-slider-index .item {
    height: 120px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media (min-width: 480px) {
    #owl-top-slider-index .item {
        height: 200px
    }
}

@media (min-width: 768px) {
    #owl-top-slider-index .item {
        height: 300px
    }
}

#owl-top-slider-index .owl-pagination {
    background-color: transparent;
    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%)
}

.bx-wrapper .bx-caption {
    display: none
}

.bordered-top33 {
    border-top: 1px solid #000;
    margin: 10px 0
}

.register-box {
    color: #fff
}

.register-box .col-md-3 {
    background: rgba(33, 187, 177, .8);
    min-height: 185px;
    padding: 15px 0 0
}

.register-box .col-md-3 h4 {
    font-size: 67px;
    display: inline;
    font-weight: 700;
    letter-spacing: -7px;
    margin-left: -13px;
    display: inline-block
}

.register-box sup {
    font-size: 43px;
    top: -37px;
    letter-spacing: normal
}

.register-box .col-md-3 span {
    font-size: 29px;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 20px;
    display: inline-block
}

.register-box .col-md-9 {
    background: rgba(43, 46, 49, .8);
    min-height: 185px;
    padding: 15px;
    text-align: left
}

.register-box .col-md-9 h2 {
    font-size: 45px;
    margin: 0;
    font-weight: 700
}

.register-box .col-md-9 h3 {
    margin-top: 0;
    font-size: 30px
}

.jx-section-title-1 {
    text-align: center
}

.jx-section-title-1 .jx-pre-title {
    max-width: 540px;
    margin: 0 auto;
    position: relative;
    height: 50px
}

.jx-section-title-1 .jx-title-border.left {
    left: 0;
    top: 20px
}

.jx-section-title-1 .jx-title-border.right {
    right: 0;
    top: 20px
}

.jx-section-title-1 .jx-title-icon i {
    font-size: 35px
}

.jx-section-title-1 .jx-title-border {
    height: 3px;
    width: 230px;
    background: #000;
    position: absolute
}

.jx-section-title-1 .jx-title {
    font-size: 40px;
    font-weight: 600
}

.jx-section-title-1 .jx-subtitle p {
    font-size: 18px;
    max-width: 1100px;
    margin: 10px auto;
    margin-bottom: 40px
}

.jx-section-title-1 .jx-pre-title.jx-short-border {
    width: 180px
}

.jx-section-title-1 .jx-pre-title.jx-short-border .jx-title-border {
    width: 55px
}

.jx-section-title-1.jx-light .jx-title-icon i {
    color: #fff
}

.jx-section-title-1.jx-light .jx-title-border {
    background: #fff
}

.jx-section-title-1.jx-light .jx-subtitle p, .jx-section-title-1.jx-light .jx-title {
    color: #fff
}

.fa-handshake {
    background: url(/css/int/img/handshake.png) 50% no-repeat;
    width: 48px;
    height: 31px
}

.about-col img {
    display: block;
    margin: auto
}

.blue-border {
    background: #21bbb1;
    width: 100px;
    height: 3px;
    margin: 20px auto
}

.p {
    font-size: 16px;
    color: #727272
}

.exhibition-img {
    max-width: 80%;
    display: block;
    margin: 30px auto
}

#testimonial-carousel {
    max-width: 800px;
    margin: auto;
    padding-top: 40px
}

.testimonial-block {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0 0 30px;
    position: relative
}

.testimonial-block:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .4);
    -webkit-transition: background .3s linear;
    transition: background .3s linear
}

#testimonial-carousel .owl-pagination {
    background: 0 0
}

#testimonial-carousel .owl-controls .owl-page span {
    background-color: #21bbb1;
    width: 11px;
    height: 11px;
    margin-top: 0;
    margin-bottom: 0
}

#testimonial-carousel .owl-controls .owl-page.active span, #testimonial-carousel .owl-controls.clickable .owl-page:hover span {
    background: 0 0;
    height: 11px;
    width: 11px;
    border: 1px solid #21bbb1;
    margin-top: 0;
    margin-bottom: 0
}

#testimonial-carousel .fa-quote-left {
    background: #fff;
    color: #21bbb1;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 22px;
    line-height: 26px
}

#testimonial-carousel .name-testimon {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 30px 0 10px;
    color: #fff;
    background: #21bbb1
}

#testimonial-carousel .testimon-stat {
    color: #21bbb1
}

.socialwall .soc {
    max-height: 800px;
    max-width: 1435px;
    width: 90%;
    overflow-y: auto;
    margin: 30px auto
}

#testimonial-carousel .lead {
    color: #fff;
    padding: 10px 0;
    line-height: 1.5;
    font-size: 19px;
    font-weight: 400;
    font-family: raleway
}

.social-stats {
    background: #333;
    margin-top: 65px;
    padding: 10px 0 20px
}

.social-stats h3 {
    text-transform: uppercase;
    font-family: oswald
}

.social-stats h4 {
    font-family: oswald
}

.social-stats img {
    display: block;
    margin: 20px auto 0
}

.about-stats {
    background: url(/css/int/img/stock-3.jpg) no-repeat;
    background-size: cover;
    min-height: 250px;
    position: relative;
    color: #fff;
    font-family: oswald;
    padding-top: 60px;
    margin-top: 100px
}

.about-stats:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    -webkit-transition: background .3s linear;
    transition: background .3s linear
}

.about-stats h5 {
    font-size: 14px
}

.about-stats h4 {
    font-size: 16px;
    font-weight: 700
}

.about-stats img {
    margin-top: 30px
}

.jx-sponsors {
    margin: 30px 0 30px
}

.jx-sponsors ul li {
    margin-bottom: 0;
    border: 4px solid #eee;
    display: inline-block;
    width: 218px;
    margin-left: 5px;
    overflow: hidden
}

.jx-sponsors img {
    max-width: 100%
}

.jx-summary-info {
    min-height: 140px;
    background: #21bbb1;
    position: relative
}

.jx-summary-info ul > li {
    border-right: 1px solid hsla(0, 0%, 100%, .2)
}

.jx-summary-info .jx-hotline-event, .jx-summary-info .jx-location-event, .jx-summary-info .jx-subscribe-event {
    padding: 28px 5px;
    min-height: 110px
}

.jx-summary-info li .jx-location-img {
    display: inline-block;
    vertical-align: top;
    padding-top: 10px
}

.jx-summary-info li .fl-img {
    line-height: 1;
    margin: 0 20px 0 0
}

.jx-summary-info li .jx-info .jx-bar-head {
    font-size: 28px;
    color: #fff;
    line-height: 1
}

.jx-summary-info li .jx-info .jx-bar-title {
    font-size: 20px;
    color: #fff;
    line-height: 1;
    margin-top: 7px
}

.jx-summary-info li .jx-subscribe-event h2 {
    font-size: 19px;
    color: #fff;
    line-height: 30px;
    margin: 0
}

.jx-summary-info li .jx-subscribe-event .jx-newsletter-box {
    width: 238px;
    float: left
}

.jx-summary-info li .jx-newsletter-box input {
    min-height: 40px;
    border-radius: 0;
    border: 0;
    padding: 10px 11px;
    outline: medium none;
    border-radius: 2px;
    font: 14px Raleway, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0 0 20px;
    width: 100%;
    max-width: 100%;
    display: block;
    background: #fff none repeat scroll 0 0
}

.jx-summary-info li .jx-newsletter-submit input {
    min-height: 40px;
    background: #000;
    width: 90px;
    border-radius: 0;
    color: #fff;
    font-family: raleway;
    font-size: 16px;
    font-weight: 400;
    border: 0;
    padding: 0 20px;
    margin-left: 10px
}

@media (max-width: 481px) {
    #header img {
        max-width: 100%
    }

    .ch-op {
        font-size: 20px !important
    }

    #entry img {
        max-width: 100% !important
    }

    #entry .forLabelsClass {
        padding: 10px 15px !important
    }

    #entry label {
        line-height: 25px !important
    }

    .ui-tabs .ui-tabs-nav li {
        max-width: 100% !important;
        font-size: 18px !important
    }
}

.owl-demo2-footer {
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    margin-bottom: 10px
}

.owl-demo2-footer span {
    font-weight: 700;
    color: #0d766f;
    font-size: 14px;
    text-decoration: underline
}

#owl-demo2 .owl-prev {
    left: 0
}

#owl-demo2 .owl-next, #owl-demo2 .owl-prev {
    position: absolute;
    bottom: -11px;
    font-size: 27px;
    color: #fff;
    background: 0 0;
    opacity: 1;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    border-radius: 0 !important
}

#owl-demo2 .owl-next {
    right: 0
}

#owl-demo2 .owl-buttons div:hover {
    transform: scale(1.1);
    color: #fff
}

.questions-block-wrapper h4 {
    color: #428bca
}

.questions-block-wrapper h1 {
    font-size: 23px;
    color: #428bca
}

.questions-block-wrapper h5 {
    text-align: center;
    text-transform: uppercase;
    color: #21bbb1;
    font-weight: 700
}

.questions-block {
    background: #f4f4f4;
    padding: 5% 10% 2%
}

.questions-block img {
    display: block;
    margin: auto
}

.questions-block h6 {
    text-align: center;
    color: #989898
}

.questions-block .row {
    margin-bottom: 20px
}

.question-body {
    position: relative;
    background: #fff;
    padding: 5px 15px 30px;
    border: 1px solid #ddd
}

.question-body h4 {
    color: #000;
    font-weight: 700
}

.question-body h5 {
    font-size: 14px;
    color: #989898;
    text-transform: none;
    text-align: left;
    font-weight: 400
}

.question-body:before {
    content: "";
    border: 13px solid transparent;
    border-right: 13px solid #fff;
    position: absolute;
    top: 10%;
    left: -25px;
    z-index: 2
}

.question-body:after {
    content: "";
    border: 13.5px solid transparent;
    border-right: 13.5px solid #ddd;
    position: absolute;
    top: 10%;
    left: -26px
}

.question-body:hover {
    border-color: #21bbb1
}

.question-body:hover:after {
    border-right: 13.5px solid #21bbb1
}

.like-question {
    position: absolute;
    bottom: 10px;
    right: 10px
}

.like-question span {
    color: #989898
}

.like-question i {
    color: #6e2568;
    font-size: 20px;
    margin-left: 10px;
    -webkit-transition: .4s;
    transition: .4s
}

.like-question i:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.like-question .q-likes {
    color: #6e2568;
    font-weight: 700
}

.check-question {
    display: block;
    text-align: center;
    margin: 20px 0;
    color: #898989
}

.question-edit img {
    min-width: 100%
}

.question-edit textarea {
    width: 100%;
    min-height: 70px;
    padding: 10px;
    border: 2px solid #ddd;
    border-radius: 2px;
    resize: none
}

.question-edit-buttons {
    padding-top: 10px
}

.question-edit-buttons a {
    color: #898989;
    font-size: 14px;
    line-height: 40px
}

.question-edit-buttons a:hover .fa {
    color: #4099ff
}

.question-edit-buttons a .fa {
    font-size: 20px
}

.question-edit-buttons .anonym-q {
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #303030;
    transition: .4s
}

.question-edit-buttons .anonym-q:hover {
    opacity: .7
}

.question-edit-buttons .ask-me {
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #21bbb1;
    transition: .4s
}

.question-edit-buttons .ask-me:hover {
    opacity: .7
}

.my-question-header {
    color: #fff;
    background: #21bbb1;
    height: 40px;
    line-height: 40px;
    padding-left: 25px;
    margin-top: 10px
}

.my-questions-block {
    background: #f4f4f4;
    padding: 5% 10% 2%;
    padding: 2% 10% 1%
}

.my-questions-block img {
    display: block;
    margin: auto
}

.my-questions-block h6 {
    text-align: center;
    color: #989898
}

.my-questions-block .row {
    margin-bottom: 20px
}

.my-questions-block .status-m {
    color: #c9c9c9
}

.my-questions-block .status-p {
    color: #21bbb1
}

.my-questions-block .question-body {
    border-color: #21bbb1
}

.my-questions-block .question-body:after {
    border-right: 13px solid #21bbb1
}

.question-reply .question-body {
    padding: 5px 15px;
    border-color: #6e2568
}

.question-reply .question-body h4 b {
    color: #6e2568
}

.question-reply .question-body:before {
    border-right: none;
    border-left: 13px solid #fff;
    right: -13px;
    left: auto
}

.question-reply .question-body:after {
    border-right: none;
    border-left: 13.5px solid #6e2568;
    right: -14px;
    left: auto
}

.question-tabs a {
    display: block;
    text-align: center;
    color: #fff;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    border: 1px solid #f4f4f4;
    border-right: none;
    background: #6e2568;
    background: -webkit-linear-gradient(45deg, #6e2568, #6e2568 50%, #7b3976 51%, #712a6c);
    background: linear-gradient(45deg, #6e2568, #6e2568 50%, #7b3976 51%, #712a6c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6e2568', endColorstr='#712a6c', GradientType=1)
}

.question-tabs .active-tab {
    background: #21bbb1;
    background: -webkit-linear-gradient(45deg, #21bbb1, #1aa9a0 50%, #48c5bd 51%, #20aaa2);
    background: linear-gradient(45deg, #21bbb1, #1aa9a0 50%, #48c5bd 51%, #20aaa2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21bbb1', endColorstr='#20aaa2', GradientType=1)
}

.speaker-questions-block h1 {
    padding: 0 30px;
    font-size: 23px;
    color: #428bca
}

.speaker-questions-block h5 {
    text-align: center;
    text-transform: uppercase;
    color: #21bbb1;
    font-weight: 700
}

.edit-question-row {
    background: #fff;
    border-radius: 5px;
    margin-top: 10px
}

.edit-question-row h3 {
    color: #303030;
    font-size: 16px;
    font-weight: 700
}

.edit-question-row h4 {
    color: #cbcbcb;
    font-size: 13px
}

.edit-question-row .edit-buttons {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    height: 100%;
    line-height: 25px;
    background: #f4f4f4;
    color: #21bbb1;
    text-align: center;
    width: 24%;
    min-height: 70px;
    float: left;
    margin: 1px;
    padding-top: 10px;
    border-radius: 5px;
    -webkit-transition: .3s;
    transition: .3s
}

.edit-question-row .edit-buttons .fa {
    font-size: 20px
}

.edit-question-row .edit-buttons:last-child {
    background: #303030;
    width: 49%
}

.edit-question-row .edit-buttons:hover {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition: .3s;
    transition: .3s
}

.see-survey {
    display: block;
    height: 40px;
    line-height: 40px;
    height: 100%;
    line-height: 25px;
    background: #f4f4f4;
    color: #21bbb1;
    text-align: center;
    width: 24%;
    min-height: 70px;
    float: left;
    margin: 1px;
    padding-top: 10px;
    border-radius: 5px;
    -webkit-transition: .3s;
    transition: .3s;
    width: 47%;
    float: right;
    background: #21bbb1 !important;
    color: #fff
}

.see-survey .fa {
    font-size: 20px
}

.see-survey:last-child {
    background: #303030;
    width: 49%
}

.see-survey:hover {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition: .3s;
    transition: .3s
}

.see-survey:active, .see-survey:focus {
    color: #fff
}

.question-textarea {
    position: relative
}

.question-textarea textarea {
    width: 100%;
    min-height: 70px;
    padding: 10px;
    border: 2px solid #ddd;
    border-radius: 2px;
    resize: none
}

.question-textarea .fa {
    position: absolute;
    right: 30px;
    bottom: 10px;
    font-size: 20px;
    color: #c9c9c9
}

.answers-row label {
    font-weight: 400;
    color: #898989
}

.question-inputs-row {
    background: #fff;
    margin-top: 20px;
    padding: 30px 0 15px
}

.question-inputs-row input {
    width: 100%;
    height: 40px;
    border: 1px solid #9a9a9a;
    padding-left: 10px;
    margin-bottom: 10px;
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .2)
}

.question-inputs-row .col-md-1 {
    padding: 0;
    text-align: right
}

.question-inputs-row .col-md-1 span {
    color: #898989;
    line-height: 40px
}

.question-inputs-row .fa {
    position: absolute;
    right: 30px;
    bottom: 20px;
    font-size: 20px;
    color: #c9c9c9
}

.blue-placeholder::-webkit-input-placeholder {
    color: #21bbb1
}

.blue-placeholder:-moz-placeholder, .blue-placeholder::-moz-placeholder {
    color: #21bbb1
}

.blue-placeholder:-ms-input-placeholder {
    color: #21bbb1
}

.blue-placeholder {
    font-style: italic
}

.radio-link {
    cursor: pointer
}

.multiple-analytics-wrapper {
    background: #f0f0f0;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .2)
}

.multiple-analytics-wrapper .col-md-3:first-child h4 {
    color: #6e2568
}

.multiple-analytics-wrapper h4 {
    color: #21bbb1;
    font-size: 15px
}

.multiple-analytics-wrapper h4 span {
    font-weight: 700
}

.multiple-answers-row h3 {
    color: #7f7f7f;
    font-size: 15px;
    font-weight: 700;
    margin-top: 10px
}

.multiple-answers-row .col-md-5 {
    border-left: 1px solid #f0f0f0;
    line-height: 40px;
    height: 40px
}

.multiple-answers-row .col-md-1 {
    border-left: 1px solid #f0f0f0;
    text-align: center
}

.multiple-answers-row .multiple-q-line:nth-child(odd) {
    background: #fff
}

.multiple-answers-row .bar-chart {
    height: 20px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background: #f3f3f4;
    margin-top: 10px;
    border: 2px inset #f1f1f1
}

.multiple-answers-row .bar-chart .bar62 {
    width: 62%
}

.multiple-answers-row .bar-chart .bar3, .multiple-answers-row .bar-chart .bar62 {
    background: #21bbb1;
    height: 16px;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px
}

.multiple-answers-row .bar-chart .bar3 {
    width: 62%;
    width: 12%
}

.multiple-answers-row .bar-chart .bar10 {
    width: 62%;
    width: 20%
}

.multiple-answers-row .bar-chart .bar10, .multiple-answers-row .bar-chart .bar25 {
    background: #21bbb1;
    height: 16px;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px
}

.multiple-answers-row .bar-chart .bar25 {
    width: 62%;
    width: 30%
}

.see-survey.active {
    border: 1px solid #000
}

.edit-buttons.active, .see-survey.active {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    color: #000
}

.edit-buttons.active {
    border: 1px solid
}

.question-edit-wrapper {
    padding: 10px;
    background: #f0f0f0;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .2)
}

.visitor-answers-block {
    padding: 0 50px
}

.visitor-answers-block h1 {
    font-size: 23px;
    color: #428bca
}

.answer-block {
    background: #f4f4f4;
    padding-bottom: 20px
}

.answer-block h3 {
    font-weight: 700;
    font-size: 15px;
    line-height: 70px;
    text-transform: none;
    border-bottom: 1px solid #21bbb1;
    padding-left: 30px
}

.answer-block h3 span {
    display: inline-block;
    float: right;
    line-height: 70px;
    height: 70px;
    width: 70px;
    color: #b9b9b9;
    text-align: center;
    background: #ddd;
    border-radius: 3px;
    font-size: 30px
}

.answer-block .fa.answered {
    color: #21bbb1 !important
}

.answer-block .row .col-md-4 {
    line-height: 40px;
    height: 40px;
    padding-left: 30px
}

.answer-block input {
    margin-right: 10px
}

.answer-block label {
    font-weight: 700;
    cursor: pointer
}

.answer-block .answer-button {
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #21bbb1;
    width: 150px;
    margin: 30px auto 0
}

.answer-block .radio-link {
    cursor: pointer
}

.answer-block img {
    display: block;
    margin: auto
}

.answer-block textarea {
    width: 90%;
    min-height: 50px;
    padding: 15px 20px 0;
    border: 2px solid #ddd;
    border-radius: 2px;
    resize: none;
    margin: 20px 5% 0;
    box-sizing: border-box
}

.answer-block .bar-chart {
    height: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background: #fff;
    margin-top: 10px;
    border: 1px inset #f1f1f1;
    width: 90%;
    margin: 60px 5% 0;
    position: relative
}

.answer-block .bar-chart .bar200 {
    width: 25%;
    background: #6e2568;
    height: 13px;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px
}

.answer-block .bar-quantity {
    position: absolute;
    width: 80px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #6e2568;
    border-radius: 5px;
    font-weight: 700;
    top: -50px;
    left: 20%
}

.answer-block .bar-quantity .triangle-down {
    position: relative
}

.answer-block .bar-quantity .triangle-down:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #6e2568;
    left: 50%;
    margin-left: -10px
}

.moderator-block {
    padding-top: 10px
}

.moderator-block .row {
    margin-bottom: 15px
}

.moderator-block .col-md-2 {
    text-align: center
}

.moderator-block .col-md-10 h6 {
    color: #989898;
    font-size: 14px;
    max-width: 75%;
    width: 100%;
    word-wrap: break-word
}

.moderator-block .answer-check {
    position: absolute;
    top: 0;
    right: 10px
}

.moderator-block .answer-check span {
    color: #989898;
    font-size: 14px;
    margin-right: 8px;
    line-height: 30px
}

.moderator-block .answer-check input {
    height: 20px;
    width: 20px;
    position: relative;
    top: -3px
}

.moderator-block .to-pend {
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #6e2568;
    color: #fff;
    width: 100px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    position: absolute;
    right: 10px;
    top: 40px;
    -webkit-transition: .9s;
    transition: .9s
}

.moderator-block .to-pend:hover {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.moderator-block .approved-link {
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #6e2568;
    color: #fff;
    width: 100px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    position: absolute;
    right: 10px;
    top: 40px;
    -webkit-transition: .9s;
    transition: .9s;
    top: 13%;
    background: #21bbb1
}

.moderator-block .approved-link:hover {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.moderator-block .banned-link {
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #6e2568;
    color: #fff;
    width: 100px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    position: absolute;
    right: 10px;
    top: 40px;
    -webkit-transition: .9s;
    transition: .9s;
    top: 50%;
    background: #9a9a9a
}

.moderator-block .banned-link:hover {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.moderator-block .question-reply .question-body:after {
    right: -14.5px
}

.reply-link {
    position: absolute;
    bottom: 10px;
    left: 15px
}

.reply-link .fa {
    color: #6e2568;
    margin-right: 5px;
    -webkit-transition: .2s;
    transition: .2s
}

.reply-link .fa:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.reply-link .fa.replied {
    color: #cbcbcb !important
}

.reply-link span {
    color: #cbcbcb;
    font-size: 11px
}

.questions-table {
    border: 1px solid #c9c9c9
}

.questions-table .title {
    border-bottom: 1px solid #c9c9c9;
    background: #f7f7f7;
    line-height: 40px;
    text-align: center
}

.admin-q-wrapper .show-events {
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #c13089;
    color: #fff
}

.admin-q-wrapper .search-q input {
    width: 90%;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    font-style: italic;
    border: 1px solid #b8b8b8
}

.admin-q-wrapper .search-q .fa {
    width: 10%;
    height: 40px;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    background: #efefef;
    color: #b8b8b8;
    border: 1px solid #b8b8b8;
    border-left: none
}

.question-item {
    padding: 5px 0;
    border-bottom: 1px solid #c9c9c9
}

.question-item div[class^=col-md] {
    min-height: 70px;
    height: 100%
}

.question-item div[class^=col-md] span {
    display: table-cell;
    height: 70px;
    vertical-align: middle
}

.question-item .blue-block {
    background: #2caeed
}

.question-item .blue-block, .question-item .grey-block {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff
}

.question-item .grey-block {
    background: #2caeed;
    background: #9a9a9a
}

.question-item .green-block {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #2caeed;
    background: #73b23a
}

.question-item .green-text {
    color: #73b23a
}

.question-item .blue-text, .question-item .green-text {
    text-decoration: underline;
    text-align: center;
    display: block
}

.question-item .blue-text {
    color: #73b23a;
    color: #2caeed
}

.question-item .grey-t {
    color: #898989
}

.question-item .text {
    font-weight: 700;
    font-size: 12px
}

.running-event {
    position: relative
}

.running-event:before {
    position: absolute;
    content: "";
    border-left: 15px solid #c13089;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    top: 0;
    left: 0
}

.admin-qedit-wrapper .answer-check {
    position: absolute;
    top: 0;
    right: 10px
}

.admin-qedit-wrapper .answer-check span {
    color: #989898;
    font-size: 14px;
    margin-right: 8px;
    line-height: 20px
}

.admin-qedit-wrapper .answer-check input {
    height: 20px;
    width: 20px;
    position: relative;
    top: 5px
}

.admin-qedit-wrapper .topending {
    height: 100px
}

.admin-qedit-wrapper .topending a {
    display: block;
    text-align: center;
    background: #2caeed;
    color: #fff;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    right: 10px;
    -webkit-transition: .9s;
    transition: .9s;
    width: 60%;
    margin: auto;
    top: 50%;
    margin-top: -17.5px;
    position: absolute;
    margin-left: -30%;
    left: 50%
}

.admin-qedit-wrapper .topending a:hover {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.admin-qedit-wrapper .questions-admin-wrapper {
    background: #f4f4f4;
    padding-bottom: 20px
}

.admin-qedit-wrapper .questions-admin-wrapper .question-body h6 {
    color: #989898;
    max-width: 75%;
    word-wrap: break-word
}

.admin-qedit-wrapper .approved-questions {
    background: #73b23a;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    font-size: 17px;
    margin-bottom: 20px
}

.admin-qedit-wrapper .row {
    margin-bottom: 20px
}

.admin-qedit-wrapper .banned-questions {
    background: #73b23a;
    background: #9a9a9a
}

.admin-qedit-wrapper .banned-questions, .admin-qedit-wrapper .pending-questions {
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    font-size: 17px;
    margin-bottom: 20px
}

.admin-qedit-wrapper .pending-questions {
    background: #73b23a;
    background: #2caeed
}

.admin-qedit-wrapper .pending-block {
    height: 100px
}

.admin-qedit-wrapper .pending-block .aprove-link {
    display: block;
    text-align: center;
    background: #73b23a;
    color: #fff;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    right: 10px;
    -webkit-transition: .9s;
    transition: .9s;
    width: 60%;
    margin: auto;
    top: 25%;
    margin-top: -17.5px;
    position: absolute;
    margin-left: -30%;
    left: 50%;
    -webkit-transition: .4s;
    transition: .4s
}

.admin-qedit-wrapper .pending-block .aprove-link:hover {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.admin-qedit-wrapper .pending-block .ban-link {
    display: block;
    text-align: center;
    background: #73b23a;
    color: #fff;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    right: 10px;
    -webkit-transition: .9s;
    transition: .9s;
    width: 60%;
    margin: auto;
    top: 25%;
    margin-top: -17.5px;
    position: absolute;
    margin-left: -30%;
    left: 50%;
    -webkit-transition: .4s;
    transition: .4s;
    top: 65%;
    background: #9a9a9a
}

.admin-qedit-wrapper .pending-block .ban-link:hover {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

@media (max-width: 768px) {
    .register-box .col-md-3 h4 {
        font-size: 40px;
        letter-spacing: 0;
        margin: 0
    }

    .register-box .col-md-9 h2 {
        font-size: 32px
    }

    .register-box .col-md-9 h3 {
        font-size: 23px;
        margin-bottom: 0
    }

    .register-box .col-md-3, .register-box .col-md-9 {
        min-height: 150px
    }

    .header__text__wrapper {
        max-width: 500px;
        margin-left: -250px
    }

    .register-box .col-md-3 span {
        padding-top: 0
    }

    .logo-wrapper .logo img {
        max-height: 40px
    }

    .header__text__wrapper .header__text {
        padding-top: 0
    }

    #button-login, .header-row .signout-wrapper a {
        z-index: 7
    }

    .floor__block .exhibition-img {
        margin: auto !important
    }

    .social-stats h3, .social-stats h4 {
        text-align: center
    }

    #speakers figure.effect-ming {
        background: 0 0 !important
    }

    #speakers figure.effect-ming img {
        margin: auto !important
    }

    .testimonial-block {
        background-position: 50% !important
    }
}

@media (max-width: 480px) {
    .header__text__wrapper {
        max-width: none;
        left: 0;
        margin-left: 0;
        width: 100%;
        top: 23%
    }

    .register-box .col-md-3 {
        min-height: 110px
    }

    #button-login {
        font-size: 12px
    }

    .header__text {
        padding-top: 5px !important
    }

    .footer__cols__item .title {
        font-size: 17px;
        text-align: center
    }

    .jx-section-title-1 .jx-title-border {
        width: 140px
    }

    .jx-sponsors ul li {
        width: 100%
    }

    #exhibitSection #hallPlanSVG {
        display: none
    }

    .floor__block .padder {
        min-height: auto
    }

    .jx-summary-info ul > li {
        width: 100%;
        border-left: 0;
        border-right: 0
    }
}

@media (max-width: 320px) {
    .jx-section-title-1 .jx-title-border {
        width: 80px
    }
}

@media (max-width: 970px) {
    .about-stats .row .col-md-3 {
        text-align: center
    }

    .footer__cols__item {
        border: 0 !important
    }

    .footer__search__wrapper {
        width: 100%;
        max-width: 250px
    }

    .footer__user__links a {
        width: 100% !important;
        margin: 0 !important;
        text-align: center
    }
}

#contactsSection {
    padding-bottom: 20px
}

.hidden-col {
    display: none !important
}

.col-md-12 #owl-demo3 {
    margin-bottom: 20px
}

.pgwSlideshow .ps-list {
    background: 0 0 !important;
    box-shadow: none !important;
    border: 0 !important
}

.pgwSlideshow .ps-caption {
    display: none !important
}

.pgwSlideshow .ps-current .ps-prev {
    left: 10px;
    padding: 30px 7px;
    border-radius: 0;
    border: 0
}

.pgwSlideshow .ps-current .ps-next {
    right: 10px;
    padding: 30px 7px;
    border-radius: 0;
    border: 0
}

.pgwSlideshow .ps-current .fa {
    font-size: 40px;
    color: #fff
}

.pgwSlideshow .ps-current .ps-next:hover, .pgwSlideshow .ps-current .ps-prev:hover {
    background: #21bbb1
}

.pgwSlideshow .ps-current > ul > li img {
    min-height: 300px !important
}

#related-carousel {
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 20px
}

.back-to-products {
    display: block;
    color: #21bbb1;
    font-size: 12px;
    margin: 10px 0
}

.interested-link {
    display: block;
    height: 40px;
    width: 200px;
    line-height: 40px;
    background: #6e2568;
    color: #fff !important;
    margin: auto;
    text-align: center;
    transition: .4s
}

.interested-link:hover {
    transform: scale(1.1)
}

#interested_in {
    display: none;
    transition: .4s
}

.interested_pop {
    position: absolute;
    top: 50%;
    margin-top: -180px;
    left: 50%;
    margin-left: -380px;
    width: 760px;
    height: 360px;
    background: #ebebeb;
    padding: 20px
}

.interested_inner {
    background: #fff;
    height: 100%;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .75)
}

.interested-text {
    height: 150px;
    line-height: 25px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 30px
}

.interested-text p {
    color: #000;
    font-size: 17px
}

.interested_pop footer {
    background: #5f6469;
    height: 170px;
    padding-top: 55px
}

.interested_pop footer a {
    display: block;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    text-align: center;
    color: #fff !important;
    width: 250px;
    margin: auto;
    background: #1ec2b7;
    box-shadow: inset 0 0 18px 0 rgba(0, 0, 0, .3);
    border-radius: 5px;
    transition: .4s
}

.interested_pop footer a:hover {
    transform: scale(1.1)
}

.product_title p {
    display: inline-block;
    padding-left: 0
}

.products__item {
    position: relative
}

.products__item .products-analyticts-wrapper {
    position: absolute;
    bottom: 5px;
    width: 100%
}

.products-analyticts-wrapper .fa {
    color: #6e2568
}

.products-analyticts-wrapper span {
    color: #9c9c9c
}

.products-analyticts-wrapper span.quantity {
    color: #21bbb1
}

.interested-active-btn {
    width: auto !important;
    color: #000;
    font-size: 14px;
    border: 1px solid #e4e4e4;
    height: auto !important;
    line-height: 35px;
    padding: 0 17px
}

.product_title .star.active .fa {
    position: relative;
    left: -5px;
    top: 3px
}

.social_prod {
    position: relative
}

.ui-resizable-handle {
    display: none !important
}

.pgwSlideshow .ps-list li img {
    width: auto
}

#exhibitSection #hallPlanSVG {
    margin-left: -391px
}

#partnersSection .container {
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (max-width: 1024px) {
    .jx-summary-info li .jx-info .jx-bar-head {
        font-size: 22px
    }

    .jx-summary-info li .jx-info .jx-bar-title {
        font-size: 15px
    }

    .jx-summary-info li .jx-subscribe-event .jx-newsletter-box {
        width: 170px
    }

    .jx-newsletter-submit {
        float: left
    }
}

.exhibitor-content-wrapper .fa-file-pdf-o {
    color: #e95740;
    font-size: 30px;
    margin-right: 5px
}

.exhibitor-content-wrapper .fa-file-word-o {
    color: #6682b2;
    font-size: 30px;
    margin-right: 5px
}

.exhibitor-content-wrapper .fa-file-image-o {
    color: #56af9e;
    font-size: 30px;
    margin-right: 5px
}

.exhibitor-content-wrapper .fa-folder-o {
    color: #2cadec;
    font-size: 30px;
    margin-right: 5px
}

.exhibitor-content-wrapper span {
    color: #777
}

#content-carousel {
    margin: 20px 0
}

#content-carousel .__title {
    display: block;
    color: #000;
    text-transform: capitalize;
    padding: 10px 0 5px;
    font-size: 12px
}

.profile-main-wrapper #content-carousel .__title {
    min-height: 65px;
    word-wrap: break-word
}

#content-carousel .fa-file-pdf-o {
    color: #e95740;
    font-size: 60px
}

#content-carousel .fa-file-word-o {
    color: #6682b2;
    font-size: 60px
}

.content__list ul li span a {
    background-color: #21bbb1;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 8px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%
}

#content-carousel .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: 0;
    top: -10px;
    background: 0 0;
    color: #aaa;
    font-size: 50px
}

#content-carousel .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: 0;
    top: -10px;
    background: 0 0;
    color: #aaa;
    font-size: 50px
}

#content-carousel .owl-item span a {
    background-color: #21bbb1;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 8px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%
}

#speakers .speaker .caption {
    padding: 10px
}

#speakers .owl-buttons {
    position: absolute;
    font-size: 10px;
    right: 0
}

#list-speaker li {
    display: none
}

#speaker-detail {
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1)
}

#speaker-detail h2 {
    margin-bottom: 0
}

#speaker-detail h2 span {
    font-family: montserratbold
}

#speaker-detail img {
    width: 100%;
    height: auto
}

#speaker-detail .lead, #speaker-detail .social {
    margin-bottom: 10px
}

#speaker-detail .social li {
    padding-left: 1px
}

#speaker-detail .social li:first-child {
    padding-left: 5px
}

#speaker-detail .social a {
    opacity: .8;
    -webkit-transition: all .3s;
    transition: all .3s
}

#speaker-detail .social a:hover {
    opacity: 1
}

#speaker-detail .social a .fa-facebook-square {
    color: #3b5998
}

#speaker-detail .social a .fa-twitter-square {
    color: #00aced
}

#speaker-detail .social a .fa-linkedin-square {
    color: #007bb6
}

#speaker-detail .social a .fa-google-plus-square {
    color: #dd4b39
}

#speaker-detail .mfp-close {
    color: #fff;
    background: #262626;
    opacity: 1
}

#speaker-detail li {
    padding-right: 1px
}

#speaker-detail #content {
    height: 230px;
    margin-bottom: 15px
}

#speakers .button {
    font-size: 17px;
    text-transform: uppercase;
    border: none;
    padding: 5px 15px;
    display: inline-block;
    position: relative;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

#speakers .button-line-dark {
    color: #262626;
    background: 0 0;
    border: 2px solid #262626
}

#speakers .button-small {
    padding: 5px 30px;
    font-size: 13px;
    letter-spacing: 1px
}

#speakers figure.effect-ming {
    background: #030c17;
    overflow: hidden;
    width: 100%
}

#speakers figure.effect-ming:hover img {
    opacity: .4
}

#speakers .speaker figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    text-align: center;
    cursor: pointer
}

#speakers figure.effect-ming img {
    width: 100%;
    height: auto;
    opacity: .9;
    -webkit-transition: opacity .35s;
    transition: opacity .35s
}

#speakers .speaker figure img {
    position: relative;
    display: block;
    height: auto;
    max-width: 100%;
    opacity: .8
}

#tickets {
    background: #fff;
    padding: 60px 0 0
}

#program {
    color: #fff;
    background: #e7e7e7;
    padding: 70px 0 60px
}

#program h4 {
    font-size: 17px;
    letter-spacing: 0
}

#program .lead {
    color: #fff
}

#program img {
    border: 2px solid #fff;
    margin-top: 30px
}

#program .nav-tabs {
    border-bottom: 1px solid #868686;
    margin-bottom: 20px;
    font-size: 19px
}

#program .nav-tabs > li > a {
    color: #3b3b3b;
    padding: 10px 22px;
    background: 0 0;
    border: none;
    cursor: default
}

#program .nav-tabs > li.active > a {
    color: #262626;
    padding: 10px 50px 10px 0;
    padding: 10px 22px
}

#program .nav-tabs > li.active > a:hover, #program .nav-tabs > li > a:hover {
    color: #262626
}

#program .panel {
    background: 0 0
}

#program .panel-body {
    border-top: 1px solid #868686;
    padding: 20px 0;
    background-color: #fff
}

#program .panel-default {
    border: none;
    border-bottom: 1px solid #868686;
    border-radius: 0
}

#program .panel-default > .panel-heading {
    color: #333;
    background: 0 0;
    border-color: #fff;
    padding: 10px 0
}

#program .panel-title {
    float: left
}

#program .panel-title > a {
    text-decoration: none;
    -webkit-transition: all .1s;
    transition: all .1s
}

#program .panel-title > a:hover {
    color: #fff
}

#program .date {
    float: left;
    color: #fac42b;
    margin-bottom: 0;
    font-size: 17px;
    margin-left: 20px
}

#program .date, .panel-title {
    line-height: 27px
}

#program .speaker-name {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 400;
    text-decoration: underline
}

#program .panel-body h4 {
    color: #fac42b;
    font-size: 21px
}

#program .panel-body p {
    margin-right: 10px;
    display: inline-block;
    color: #000
}

.speakersTitle {
    color: #000;
    font-weight: bolder
}

#program .panel-body p span {
    color: #666;
    display: inherit
}

#program .about-speaker i {
    color: #262626
}

#program .about-speaker a {
    color: #262626;
    text-decoration: none
}

#program .about-speaker a:hover {
    color: #000;
    text-decoration: none
}

.labelsAgenda {
    font-size: 20px;
    font-weight: 700;
    color: #533092;
    text-align: center
}

.titleBlockAgenda {
    width: 100%;
    height: 40px;
    background-color: #6a4c9f
}

.pannelHeadingTripple {
    padding-bottom: 0 !important
}

.trippleBlock {
    margin-top: -15px !important
}

.trippleBlockh4 {
    line-height: 40px;
    float: none !important;
    color: #fff !important;
    text-align: center
}

.trippleBlockContent {
    background-color: #f7f7f7
}

.addButtonWrapper {
    padding-top: 5px;
    margin-right: 15px;
    float: left
}

.buttoninTrippleBlock {
    margin-left: 5px
}

.panel_White_for_Labels {
    background-color: #f7f7f7 !important;
    margin-top: 0 !important;
    padding-top: 5px
}

.trippleBlockInfo {
    float: left
}

.arrowBottomInTripple {
    margin-top: 40px;
    float: right;
    margin-right: 7px
}

.trippleBlockInfo span {
    font-weight: 700;
    font-size: 17px;
    padding-top: 4px
}

.trippleBlockContent {
    min-height: 107px
}

.speakersinTripple {
    margin-top: 15px
}

.speakersinTripple span {
    font-size: 14px
}

.trippleBlock .col-md-4 {
    padding-left: 10px
}

@media only screen and (max-device-width: 480px), only screen and (max-width: 480px) {
    #myTab li {
        width: 100%
    }

    #program .panel-title {
        display: block;
        float: none
    }

    #program .speaker-name {
        text-align: center;
        margin-top: 20px
    }
}

.sessionsH2 {
    color: #fac42b;
    text-align: center
}

.SessionInSchedule {
    padding: 0 20px
}

.SessionInSchedule, .dwnldProgram {
    color: #000;
    float: right;
    font-size: 10.5pt;
    font-weight: 700;
    margin-top: 20px
}

#program .nav-tabs .active {
    background-color: #fac42b;
    margin-right: 8px
}

.arrowBottom {
    color: #000;
    font-size: 20px
}

.AddToScheduleBtn {
    margin-top: 35px
}

.button {
    font-size: 17px;
    text-transform: uppercase;
    border: none;
    padding: 5px 15px;
    display: inline-block;
    position: relative;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

.button-line-dark {
    color: #262626;
    background: 0 0;
    border: 2px solid #262626;
    margin-top: 10px
}

.button-small {
    padding: 5px 30px;
    font-size: 13px;
    letter-spacing: 1px
}

.blackText1 {
    color: #000 !important;
    text-align: center
}

.moreButton {
    color: #fac42b;
    font-weight: 700
}

#download {
    padding: 90px 0 110px
}

#download h3:after {
    content: "";
    display: block;
    width: 120px;
    height: 3px;
    background-color: #21bbb1;
    margin-top: 12px;
    margin-bottom: 15px
}

#download p {
    color: #666
}

#download h3 {
    font-size: 28px;
    letter-spacing: -2px;
    color: #262626;
    line-height: 28px
}

.title, .title-news {
    padding-bottom: 15px
}

.speaker .title {
    padding: 10px 0 15px 0 !important;
    height: 70px
}

#news .speaker > a:first-child {
    min-height: 130px;
    display: block
}

#news .news--article {
    height: 150px
}

#news .short {
    color: #787878;
    height: 80px;
    font-size: 14px
}

#news .bottom-news .col-md-6 {
    color: #21bbb1;
    font-size: 12px
}

.entry-thumbnail {
    margin-bottom: 18px
}

.entry-content {
    margin: 0 0 40px
}

.entry-footer {
    padding: 4px 0 0;
    background: url(/img/border-dotted.png) 0 0 repeat-x !important
}

.meta {
    padding: 8px 0 0;
    color: #797979;
    font-size: 14px;
    margin-bottom: 30px
}

.tags-wrapper {
    padding-top: 34px
}

#accommodation {
    padding: 30px 0
}

#venue {
    padding-top: 0;
    padding-bottom: 0
}

#accommodation .fa {
    color: #21bbb1
}

#accommodation h3 {
    font-size: 28px;
    letter-spacing: -2px;
    color: #262626;
    line-height: 28px
}

#venue .venue {
    background-image: url(/img/bg-venue.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    height: 600px;
    margin-bottom: 110px;
    display: table;
    width: 100%
}

#venue .venue .venue-inner {
    color: #b0b0b0;
    background: rgba(0, 0, 0, .7);
    display: table-cell;
    vertical-align: middle
}

.venue-inner h2 {
    color: #fff;
    margin-top: 0
}

#venue h2:after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #21bbb1;
    margin-top: 12px;
    margin-bottom: 15px
}

#venue h3 {
    margin-top: 10px
}

#venue h3:after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #fac42b;
    margin-top: 12px;
    margin-bottom: 15px
}

.venue-inner h4 {
    color: #fff
}

#venue i {
    color: #2bbbb1;
    font-size: 4em
}

.venue-inner .lead {
    color: #b0b0b0
}

.venue-info {
    margin-bottom: 45px
}

.hotel-carousel {
    margin-top: 20px;
    margin-bottom: 70px
}

#hotel-carousel .item {
    margin: 0 7px
}

.hotel .caption {
    position: relative;
    padding: 10px 0 0;
    line-height: 19px
}

.hotel .caption h5 {
    font-family: montserratlight
}

.hotel .caption .rating {
    position: absolute;
    top: 0;
    right: 0;
    padding: 17px 0 0
}

.button-xsmall {
    padding: 2px 7px;
    font-size: 11px;
    letter-spacing: 1px
}

#register {
    background: #f5f5f5;
    border-bottom: 1px solid #f0f0f0;
    padding: 70px 0 90px
}

#price-carousel {
    margin: 20px 0 40px
}

.price-table {
    color: #fff;
    background: #293f6f;
    padding: 15px;
    line-height: 1;
    font-weight: 300;
    position: relative;
    overflow: hidden;
    margin-top: 10px
}

.early-bird {
    background: #21bbb1
}

.standart {
    background: #1fb1a8
}

.vip {
    background: #1b9f96
}

.price-table .icon {
    color: hsla(0, 0%, 100%, .4);
    position: absolute;
    bottom: -50px;
    right: -50px;
    display: block;
    font-size: 40px
}

.price-table .price {
    color: #fff;
    font-family: montserratbold;
    font-size: 50px;
    font-weight: 400
}

.price-table h3 {
    color: #fff;
    background: #262626;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 2px;
    border-radius: 30px;
    text-transform: uppercase;
    padding: 0 16px;
    margin: 0 0 10px;
    display: inline-block;
    float: right;
    height: 30px;
    line-height: 30px
}

.price-table .desc li {
    font-family: montserratlight;
    line-height: 2;
    border-bottom: 1px dotted;
    border-color: hsla(0, 0%, 100%, .7)
}

.price-table .desc li:last-child {
    border-bottom: none
}

.venue-inner h2 {
    color: #fff;
    margin-top: 0;
    font-size: 40px;
    text-align: center
}

.uppercase {
    text-transform: uppercase
}

.button-line-light {
    color: #fff;
    background: 0 0;
    border: 2px solid #fff
}

.button-line-light:active, .button-line-light:hover {
    color: #262626;
    background: #fff;
    text-decoration: none
}

#highlight {
    padding: 0
}

#highlight h2 {
    color: #fff;
    margin-bottom: 0
}

#highlight #left {
    color: #b0b0b0;
    background: #262626;
    min-height: 100px
}

#highlight #right {
    background: #fac42b;
    min-height: 100px
}

#right #countdown {
    margin: 15px 0
}

@media only screen and (max-device-width: 768px), only screen and (max-width: 768px) {
    #highlight #left {
        background: 0 0;
        text-align: center
    }

    #highlight h2 {
        color: #262626
    }

    #highlight #right {
        background: 0 0
    }
}

.sponsorBlockWrap a {
    display: inline-block
}

.sponsorBlockWrap h4 {
    color: #fac42b;
    font-size: 15pt;
    text-align: center
}

.sponsorBlockWrap a:hover {
    text-decoration: none !important
}

.sponsor_block22 {
    width: 230px
}

.sponsor_block22 img {
    margin: 0 35px
}

#countdown1 {
    margin: 15px 0
}

#countdown1 .countdown_amount {
    color: #666;
    font-size: 40px;
    text-align: left;
    line-height: 50px;
    text-align: center
}

#countdown1 .countdown_section {
    color: #262626;
    font-family: montserratbold;
    font-size: 13px;
    text-align: left;
    line-height: 10px;
    letter-spacing: 0;
    text-align: center
}

#highlight .container-fluid {
    padding: 0
}

.ExhibManualBtn {
    display: block;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    padding-left: 15px;
    margin-top: 10px;
    transition: .4s
}

.statistic-profile-info a:lang(es), .visitor-page-profile .row span:lang(es) {
    word-wrap: break-word
}

.sponsors-blocks .jx-title-border:lang(es) {
    width: 45px !important
}

.flex-menu li a:lang(es) {
    font-size: 13px
}

@media (max-width: 1200px) and (min-width: 992px) {
    .flex-menu li a {
        font-size: 12px !important
    }
}

#map {
    height: 413px;
    width: 100%;
    line-height: 22px
}

.map-button {
    font-family: Oswald, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: transparent;
    width: 100%;
    height: 113px
}

.map-button:focus, .map-button:hover {
    opacity: 1
}

.map-button:before {
    content: "\f041";
    font-family: FontAwesome;
    font-size: 19px;
    margin-right: 10px;
    color: #f96015
}

#googlemap * {
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s
}

.service_div {
    padding-top: 15px;
    border-top: 1px solid #ccc
}

.succesm {
    margin-top: 30px;
    height: 80px;
    text-align: center
}

caption, table, tbody, td, tfoot, th, thead, tr {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline
}

#atglance ul {
    list-style: circle
}

blockquote, q {
    quotes: none
}

:focus {
    outline: 0 !important
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

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

html {
    height: 100%
}

article, aside, figcaption, figure, footer, header, nav, section {
    display: block;
    margin: 0
}

img {
    border: none
}

.centered-img {
    display: block;
    margin: auto
}

input {
    vertical-align: middle
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.clear {
    display: table;
    width: 100%;
    clear: both
}

.fill--gray {
    background-color: #f9f9f9
}

.pattern--right {
    background-position: 100% 0;
    background-repeat: no-repeat
}

.pattern--left {
    background-position: 0 0;
    background-repeat: no-repeat
}

.text__content {
    color: #9c9c9c;
    font-size: 14px;
    line-height: 18px
}

.events__item .text__content {
    max-width: 450px
}

.text__content:after {
    content: '';
    clear: both;
    display: table;
    width: 100%
}

.text__content p {
    margin: 0 0 15px
}

.text__content img {
    max-width: 100%;
    height: auto;
    border: 1px solid #e4e4e4
}

.text__content h1, .text__content h2, .text__content h3, .text__content h4, .text__content h5, .text__content h6 {
    margin: 0 0 8px
}

.text__content h3 {
    font-size: 24px;
    color: #9c9c9c
}

.text__content h4 {
    font-size: 15px;
    color: #747474
}

.text__content li {
    margin-bottom: 5px
}

.text__content ul {
    margin: 0 0 15px
}

.text__content ol {
    margin: 0 0 15px;
    list-style: decimal
}

.text__content table {
    margin: 0 0 15px
}

.text__content table td, .text__content table th {
    padding-top: 3px;
    padding-bottom: 3px
}

.text__content .fz16 {
    font-size: 16px
}

.text__content .c-green {
    color: #73b23a
}

.button {
    display: inline-block;
    position: relative
}

.button input {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-appearance: button;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute
}

.between__sections {
    margin: 40px auto;
    display: block
}

.no__title {
    padding-top: 30px
}

ol, ul {
    list-style: none
}

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

.no_bg, .no_bg strong {
    background: 0 0 !important
}

.bordered--right {
    border-right: 1px solid #e4e4e4 !important
}

.bordered--right .content__block {
    margin-bottom: 0
}

.no__more {
    margin: 0 !important
}

.visitor__block {
    border: 1px solid #e4e4e4;
    margin-bottom: 20px;
    padding-bottom: 20px
}

#editForm header {
    margin: 0 -15px
}

.content__block .content__article header {
    background: #fdfdfd;
    border-bottom: 1px solid #f4f4f4;
    color: #282828;
    font: 30px Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 44px;
    padding: 10px 30px;
    margin: 0 -10px
}

.content__block .content__article .text__content {
    padding: 15px 30px
}

.content__block .content__article .text__content p strong {
    font-size: 15px
}

.content__block .content__article .event_categories_block ul li a {
    color: #fff
}

.content__block .content__article a {
    text-decoration: none
}

.content__block .content__article .lite a {
    color: #ccc;
    text-decoration: none
}

.content__block .content__article a:hover {
    color: #bebebe
}

.content__block .content__article figure {
    float: left;
    width: 200px;
    margin-right: 25px;
    text-align: center;
    margin-top: -7px
}

.content__block .content__article figure figcaption {
    font-size: 13px;
    line-height: 20px
}

.content__block .content__article:nth-child(2) header {
    border-top: 1px solid #f4f4f4
}

.about-list {
    border: 1px solid #73b23a;
    background: #73b23a;
    margin-bottom: 25px
}

.about-list-speaker {
    border: 1px solid #cabbc9;
    background: #6e2568;
    margin-bottom: 25px
}

.about-list .title {
    line-height: 34px;
    font: 24px Designio;
    color: #fff;
    background: #6aa435;
    padding: 19px 40px
}

.about-list .title, .about-list li {
    border-bottom: 1px solid #a0c67e
}

.about-list li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 18px;
    padding: 15px 45px 13px;
    display: block
}

.about-list li a:hover {
    background-color: #6ca837
}

.about-list li.downloads-ico a {
    background-image: url(../../img/about-list-download-ico.png)
}

.about-list li.floor-ico a {
    background-image: url(../../img/about-list-floor-ico.png)
}

.about-list li.faq-ico a {
    background-image: url(../../img/about-list-faq-ico.png)
}

.about-list li.video-ico a {
    background-image: url(../../img/about-list-video-ico.png)
}

.about-list li:last-child {
    border-bottom: none
}

.video {
    position: relative
}

.video, .video img {
    box-sizing: border-box
}

.video img {
    border: 1px solid #8a8a8a;
    display: block;
    width: 100%
}

.video a {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -70px;
    margin-left: -70px
}

.video a img {
    border: none
}

.catedories__list {
    margin-bottom: 20px;
    background: #fff;
    margin-top: 25px;
    position: absolute;
    bottom: -100px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: ease .3s all;
    -ms-transition: ease .3s all;
    -o-transition: ease .3s all;
    border: 1px solid #e4e4e4;
    border-bottom: none;
    width: 321px;
    overflow-x: hidden;
    overflow-y: auto
}

.catedories__list .title {
    border-bottom: 1px solid #e4e4e4;
    background: #fdfdfd;
    cursor: pointer;
    color: #282828;
    font: 28px Designio;
    line-height: 44px;
    padding: 10px 30px
}

.catedories__list .title span {
    padding-right: 35px;
    background: url(../../img/about-categories-totop-ico.png) no-repeat right 15px;
    font-size: 23px
}

.catedories__list ul {
    position: absolute;
    width: 100%;
    display: none;
    z-index: 9;
    background: #fff;
    left: -1px;
    padding-left: 2px
}

.catedories__list ul li {
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    list-style: none;
    width: 100%;
    right: 1px;
    position: relative
}

.catedories__list ul li a {
    background: url(../../img/list-item.png) no-repeat 23px;
    color: #9c9c9c;
    font-size: 14px;
    padding: 8px 0 8px 45px;
    display: block;
    border-bottom: 1px solid #e4e4e4
}

.catedories__list ul li a:hover {
    background-color: #fdfdfd
}

.main-catedories__list {
    background: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: ease .3s all;
    -ms-transition: ease .3s all;
    -o-transition: ease .3s all;
    border-bottom: none;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto
}

.main-catedories__list .title {
    border-bottom: 1px solid #e4e4e4;
    background: #fdfdfd;
    cursor: pointer;
    color: #282828;
    font: 28px Designio;
    line-height: 44px;
    padding: 10px 30px
}

.main-catedories__list .title span {
    padding-right: 35px;
    background: url(../../img/about-categories-totop-ico.png) no-repeat right 15px;
    font-size: 23px
}

.main-catedories__list ul {
    width: 100%;
    display: none;
    z-index: 9;
    background: #fff;
    left: -1px;
    padding-left: 2px
}

.main-catedories__list ul li {
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    list-style: none;
    width: 100%;
    right: 1px;
    position: relative
}

.main-catedories__list ul li a {
    background: url(../../img/list-item.png) no-repeat 23px;
    color: #9c9c9c;
    font-size: 14px;
    padding: 8px 0 8px 45px;
    display: block;
    border-bottom: 1px solid #e4e4e4
}

.main-catedories__list ul li a:hover {
    background-color: #fdfdfd
}

.catedories__list3 {
    margin-bottom: 20px;
    background: #fff;
    margin-top: 25px;
    position: relative;
    bottom: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: ease .3s all;
    -ms-transition: ease .3s all;
    -o-transition: ease .3s all;
    border: 1px solid #e4e4e4;
    border-bottom: none
}

.catedories__list3 .title {
    border-bottom: 1px solid #e4e4e4;
    background: #fdfdfd;
    cursor: pointer;
    color: #282828;
    font: 28px Designio;
    line-height: 44px;
    padding: 10px 30px
}

.catedories__list3 .title span {
    padding-right: 35px;
    background: url(../../img/about-categories-totop-ico.png) no-repeat right 15px
}

.catedories__list3 ul {
    position: absolute;
    width: 100%;
    display: none;
    z-index: 9;
    background: #fff;
    left: 0
}

.catedories__list3 ul li {
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    list-style: none;
    width: 100%;
    right: 1px;
    position: relative
}

.catedories__list3 ul li a {
    background: url(../../img/list-item.png) no-repeat 23px;
    color: #9c9c9c;
    font-size: 14px;
    padding: 8px 0 8px 45px;
    display: block;
    border-bottom: 1px solid #e4e4e4
}

.catedories__list3 ul li a:hover {
    background-color: #fdfdfd
}

.catedories__list4 {
    margin-bottom: 20px;
    background: #fff;
    margin-top: 25px;
    position: relative;
    bottom: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: ease .3s all;
    -ms-transition: ease .3s all;
    -o-transition: ease .3s all;
    border: 1px solid #e4e4e4;
    border-bottom: none
}

.catedories__list4 .title {
    border-bottom: 1px solid #e4e4e4;
    background: #fdfdfd;
    cursor: pointer;
    color: #282828;
    font: 28px Designio;
    line-height: 44px;
    padding: 10px 30px
}

.catedories__list4 .title span {
    padding-right: 35px;
    background: url(../../img/about-categories-totop-ico.png) no-repeat right 15px
}

.catedories__list4 ul {
    position: absolute;
    width: 100%;
    display: none;
    z-index: 9;
    background: #fff;
    left: 0
}

.catedories__list4 ul li {
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    list-style: none;
    width: 100%;
    right: 1px;
    position: relative
}

.catedories__list4 ul li a {
    background: url(../../img/list-item.png) no-repeat 23px;
    color: #9c9c9c;
    font-size: 14px;
    padding: 8px 0 8px 45px;
    display: block;
    border-bottom: 1px solid #e4e4e4
}

.catedories__list4 ul li a:hover {
    background-color: #fdfdfd
}

.catedories__list5 {
    margin-bottom: 20px;
    background: #fff;
    margin-top: 25px;
    position: relative;
    bottom: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: ease .3s all;
    -ms-transition: ease .3s all;
    -o-transition: ease .3s all;
    border: 1px solid #e4e4e4;
    border-bottom: none
}

.catedories__list5 .title {
    border-bottom: 1px solid #e4e4e4;
    background: #fdfdfd;
    cursor: pointer;
    color: #282828;
    font: 28px Designio;
    line-height: 44px;
    padding: 10px 30px
}

.catedories__list5 .title span {
    padding-right: 35px;
    background: url(../../img/about-categories-totop-ico.png) no-repeat right 15px
}

.catedories__list5 ul {
    position: absolute;
    width: 100%;
    display: none;
    z-index: 9;
    background: #fff;
    left: 0
}

.catedories__list5 ul li {
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    list-style: none;
    width: 100%;
    right: 1px;
    position: relative
}

.catedories__list5 ul li a {
    background: url(../../img/list-item.png) no-repeat 23px;
    color: #9c9c9c;
    font-size: 14px;
    padding: 8px 0 8px 45px;
    display: block;
    border-bottom: 1px solid #e4e4e4
}

.catedories__list5 ul li a:hover {
    background-color: #fdfdfd
}

.catedories__list2 {
    margin-bottom: 20px;
    background: #fff;
    margin-top: 20px;
    position: absolute;
    bottom: -65px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: ease .3s all;
    -ms-transition: ease .3s all;
    -o-transition: ease .3s all;
    border: 1px solid #e4e4e4;
    border-bottom: none;
    width: 321px;
    overflow-x: hidden;
    overflow-y: auto
}

.catedories__list2 .title {
    border-bottom: 1px solid #e4e4e4;
    background: #fdfdfd;
    cursor: pointer;
    color: #282828;
    font: 28px Designio;
    line-height: 44px;
    padding: 10px 30px
}

.catedories__list2 .title span {
    padding-right: 35px;
    background: url(../../img/about-categories-totop-ico.png) no-repeat right 15px
}

.catedories__list2 ul {
    position: absolute;
    width: 100%;
    display: none;
    z-index: 9;
    background: #fff;
    left: 0
}

.catedories__list2 ul li {
    width: 100%;
    right: 1px;
    position: relative;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    list-style: none
}

.catedories__list2 ul li a {
    background: url(../../img/list-item.png) no-repeat 23px;
    color: #9c9c9c;
    font-size: 14px;
    padding: 8px 0 8px 45px;
    display: block;
    border-bottom: 1px solid #e4e4e4
}

.catedories__list2 ul li a:hover {
    background-color: #fdfdfd
}

.catedories__list6 {
    margin-bottom: 20px;
    background: #fff;
    margin-top: 20px;
    position: relative;
    bottom: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: ease .3s all;
    -ms-transition: ease .3s all;
    -o-transition: ease .3s all;
    border: 1px solid #e4e4e4;
    border-bottom: none
}

.catedories__list6 .title {
    border-bottom: 1px solid #e4e4e4;
    background: #fdfdfd;
    cursor: pointer;
    color: #282828;
    font: 28px Designio;
    line-height: 44px;
    padding: 10px 30px
}

.catedories__list6 .title span {
    padding-right: 35px;
    background: url(../../img/about-categories-totop-ico.png) no-repeat right 15px
}

.catedories__list6 ul {
    position: absolute;
    width: 100%;
    display: none;
    z-index: 9;
    background: #fff;
    left: 0
}

.catedories__list6 ul li {
    width: 100%;
    right: 1px;
    position: relative;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    list-style: none
}

.catedories__list6 ul li a {
    background: url(../../img/list-item.png) no-repeat 23px;
    color: #9c9c9c;
    font-size: 14px;
    padding: 8px 0 8px 45px;
    display: block;
    border-bottom: 1px solid #e4e4e4
}

.catedories__list6 ul li a:hover {
    background-color: #fdfdfd
}

.content__block {
    margin-bottom: 25px;
    background: #fff
}

.content__block figure.fr {
    float: right;
    margin-left: 25px
}

.content__block .content__article .text__content .docs__pdf {
    margin-bottom: 0
}

.content__block .content__article .text__content .docs__pdf ul li {
    float: left;
    box-sizing: border-box;
    list-style: none;
    width: 50%;
    background: url(../../img/adobe-pdf-ico.png) no-repeat 0;
    padding: 10px 0 5px 25px
}

.content__block .content__article .text__content .docs__pdf ul li a {
    color: #9c9c9c
}

.content__block .content__article .text__content .media__list ul:after {
    content: '';
    clear: both;
    display: table;
    width: 100%
}

.content__block .content__article .text__content .media__list ul li {
    list-style: none;
    width: 110px;
    float: left;
    margin-right: 11px
}

.content__block .content__article .text__content .media__list ul li:nth-child(5n) {
    margin-right: 0
}

.content__block .content__article .text__content .media__list ul li a {
    display: block;
    position: relative;
    width: 110px
}

.content__block .content__article .text__content .media__list ul li a img {
    width: auto
}

.content__block .content__article .text__content .media__list ul li a img.video__hover {
    position: absolute;
    width: 61px;
    top: 11px;
    left: 25px
}

.content__block .content__article .text__content .media__list ul li a p {
    background: url(../../img/img-ico.png) no-repeat left 4px;
    padding-left: 20px;
    padding-top: 2px;
    padding-bottom: 0
}

.content__block .content__article .text__content .media__list ul li a p span {
    padding-left: 4px;
    color: #73b23a;
    font-size: 12px;
    position: relative;
    z-index: 998;
    display: block;
    background: #fdfdfd
}

.content__block .content__article .text__content .media__list ul li a:hover p {
    overflow: visible
}

.content__block .content__article .text__content .media__list ul li a:hover p span {
    background: #fdfdfd;
    z-index: 999
}

.content__block .content__article .text__content .media__list ul li.video__list a p {
    background: url(../../img/video-ico.png) no-repeat left 4px
}

.content__block .content__article .text__content .media__list ul li.video__list a:hover p {
    background: #fdfdfd url(../../img/video-ico.png) no-repeat left 4px
}

.content__block .content__article .text__content p.no__margin {
    margin-bottom: 0
}

.content__block .content__article .text__content p.no__margin2 {
    margin-bottom: 5px
}

.content__block .content__article .text__content table tr td {
    color: #9c9c9c;
    font-size: 14px;
    padding-right: 80px;
    padding-bottom: 10px
}

.content__block .content__article .text__content .under__content {
    padding: 23px 30px 0;
    margin: 0 -30px;
    border-top: 1px solid #e4e4e4
}

.content__block .content__article .text__content .under__content .page__nav {
    margin-bottom: 5px;
    float: left
}

.content__block .content__article .text__content .under__content .page__nav p {
    float: left;
    color: #d6d6d6;
    line-height: 36px;
    height: 34px;
    margin-right: 10px
}

.content__block .content__article .text__content .under__content .page__nav ul {
    height: 33px
}

.content__block .content__article .text__content .under__content .page__nav ul a {
    font-size: 14px;
    line-height: 36px;
    height: 34px;
    padding: 0 10px
}

.content__block .content__article .text__content .under__content .page__nav ul .prev a {
    background-image: url(../../img/bg-pager-prev-min.png)
}

.content__block .content__article .text__content .under__content .page__nav ul .prev a:hover {
    background-image: url(../../img/bg-pager-prev-min-white.png)
}

.content__block .content__article .text__content .under__content .page__nav ul .next a {
    background-image: url(../../img/bg-pager-next-min.png)
}

.content__block .content__article .text__content .under__content .page__nav ul .next a:hover {
    background-image: url(../../img/bg-pager-next-min-white.png)
}

.content__block .content__article .text__content .under__content .show__less {
    float: right;
    background: url(../../img/triangle-blue-top.png) no-repeat 100%;
    font-size: 14px;
    padding-right: 20px;
    margin-top: 8px
}

.content__block .content__article .under__content.more {
    background: #fdfdfd;
    margin: 0 -30px;
    padding: 1px 30px 10px;
    border-top: 1px solid #e4e4e4
}

.content__block .content__article .under__content.more .show__more {
    background: url(../../img/triangle-blue-bottom.png) no-repeat 100%;
    font-size: 14px;
    padding-right: 20px;
    margin-top: 8px;
    float: left
}

.content__block .content__article .under__content.more .prev a {
    background-image: url(../../img/bg-pager-prev-min.png)
}

.text__content .under__content.more {
    margin-bottom: -15px !important
}

.under__content.less {
    background: #fdfdfd;
    margin: 0;
    padding: 1px 30px 10px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4
}

.under__content.less .show__less {
    background: url(../../img/triangle-blue-top.png) no-repeat 100%;
    font-size: 14px;
    padding-right: 20px;
    margin-top: 8px;
    float: left
}

.sidebar--right .content__article {
    background: #fff;
    border: 1px solid #e4e4e4;
    margin-bottom: 20px
}

.sidebar--right .content__article header {
    background: #fdfdfd;
    border-bottom: 1px solid #f4f4f4;
    color: #282828;
    font: 30px Designio;
    line-height: 44px;
    padding: 10px 30px
}

.sidebar--right .content__article .text__content {
    padding: 18px 30px 0
}

.sidebar--right .content__article .content__figures {
    padding: 15px 30px 0
}

.sidebar--right .content__article .content__figures p {
    color: #d3d3d3
}

.sidebar--right .content__article .content__figures p small {
    font-size: 16px;
    line-height: 20px
}

.sidebar--right .content__article .content__figures p span {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px
}

.sidebar--right .content__article .content__figures p.left {
    float: left;
    width: 50%
}

.sidebar--right .content__article .content__figures p.left span {
    color: #73b23a
}

.sidebar--right .content__article .content__figures p.right {
    float: right;
    width: 50%
}

.sidebar--right .content__article .content__figures p.right span {
    color: #ffa800
}

.sidebar--right .content__article .content__figures:nth-child(3) {
    padding-bottom: 30px
}

.sidebar--right .content__article .content__figures:nth-child(3) p.left span {
    color: #2caeed
}

.sidebar--right .content__article .content__figures:nth-child(3) p.right span {
    color: #9258a1
}

.sidebar--right .content__article .content__partners {
    padding: 10px 30px
}

.sidebar--right .content__article .content__partners ul li {
    list-style: none;
    text-align: center;
    min-height: 100px;
    float: left;
    width: 80px;
    margin-bottom: 13px;
    margin-right: 6px
}

.sidebar--right .content__article .content__partners ul li:nth-child(3n) {
    margin-right: none
}

.sidebar--right .content__article .content__partners ul li a span {
    color: #929292;
    font-size: 12px
}

.sidebar--right .content__article .content__partners ul li .imager {
    min-height: 70px;
    display: inline-block
}

.sidebar--right .content__article .show_more {
    font-size: 14px;
    color: #2caeed;
    padding: 10px 30px;
    background-color: #fdfdfd;
    border-top: 1px solid #e4e4e4;
    display: block
}

.sidebar--right .content__article .show_more strong {
    background: url(../../img/triangle-blue-bottom.png) no-repeat 100%;
    padding-right: 20px
}

.sidebar--right .content__article .show_more:hover {
    color: #bebebe
}

.sidebar--right .blue__button {
    margin-bottom: 10px
}

.sidebar--right .blue__button a {
    color: #fff;
    font-size: 22px;
    line-height: 44px;
    background-color: #2caeed;
    display: block;
    text-align: center
}

.sidebar--right .blue__button a:hover {
    background: #5bc9ff
}

.sidebar--right .green__button {
    margin-bottom: 18px
}

.sidebar--right .green__button a {
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 44px;
    background-color: #21bbb1;
    display: block;
    text-transform: uppercase
}

.sidebar--right .green__button a:hover {
    background-color: #6ca837
}

.sidebar--right .green__button a span {
    color: #fff !important
}

.sidebar--right .catedories__list.exhibit {
    margin-top: 18px
}

.webinars__left__block {
    border: 1px solid #e4e4e4;
    background-color: #fdfdfd;
    margin-bottom: 20px
}

.webinars__left__block .logo__header {
    text-align: center;
    margin-top: 2px
}

.webinars__left__block .webinar__descr {
    padding: 10px 22px
}

.webinars__left__block .webinar__descr p strong, .webinars__left__block .webinar__descr p strong a {
    font-size: 18px;
    color: #727272
}

.webinars__left__block .webinar__descr p small {
    color: #bcbcbc
}

.webinars__left__block .webinar__descr p a {
    color: #9c9c9c;
    font-size: 12px
}

.webinars__left__block .webinar__descr .tags {
    margin: 19px 0
}

.webinars__left__block .webinar__descr .tags ul li {
    display: inline-block;
    margin-right: 1px;
    line-height: 16px
}

.webinars__left__block .webinar__descr .tags ul li a {
    color: #4ca300;
    font-size: 11px;
    padding: 2px;
    background: #f1f1f1;
    box-sizing: border-box
}

.webinars__left__block .blue__nav {
    background-color: #37a2d9
}

.webinars__left__block .blue__nav ul li {
    border-bottom: 1px solid #7cbcdd;
    position: relative
}

.webinars__left__block .blue__nav ul li a {
    color: #fff;
    font-size: 14px;
    padding: 10px 25px;
    display: block
}

.webinars__left__block .blue__nav ul li a:hover {
    background-color: #218ec6
}

.webinars__left__block .blue__nav2 {
    background-color: #73b23a
}

.webinars__left__block .blue__nav2 ul li {
    border-bottom: 1px solid #a0c67e;
    position: relative
}

.webinars__left__block .blue__nav2 ul li a {
    color: #fff;
    font-size: 14px;
    padding: 10px 0 10px 25px;
    display: block
}

.webinars__left__block .blue__nav2 ul li a:hover {
    background-color: #6ca837
}

.webinars__left__block .blue__nav ul li a.notify {
    position: absolute;
    right: 10px;
    top: 8px;
    background-color: #fff;
    border-radius: 100%;
    width: 21px;
    display: block;
    height: 21px;
    padding: 0;
    text-align: center;
    line-height: 23px;
    color: #2caeed;
    font-size: 10px
}

.webinars__left__block .blue__nav ul li:first-child {
    border-top: 1px solid #7cbcdd
}

.webinars__left__block .blue__nav ul li:last-child {
    border-bottom: none
}

.webinars__left__block .blue__nav ul li.has__sub > a:after {
    content: '';
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHCAYAAAAvZezQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0Q0MwMTMxRjkzRjkxMUUzQUFBM0JBQzAxNzRBQTQ5QiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0Q0MwMTMyMDkzRjkxMUUzQUFBM0JBQzAxNzRBQTQ5QiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRDQzAxMzFEOTNGOTExRTNBQUEzQkFDMDE3NEFBNDlCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRDQzAxMzFFOTNGOTExRTNBQUEzQkFDMDE3NEFBNDlCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+WtdH+QAAACxJREFUeNpi/A8EDAwMjAxQwATl/EcWYEAWhAnABZEFwGYxIXNgWlBsAQgwAP1zCgt7kvaFAAAAAElFTkSuQmCC);
    width: 4px;
    height: 7px;
    display: inline-block;
    margin-left: 12px;
    top: -1px;
    position: relative
}

.webinars__left__block .blue__nav ul li > ul {
    display: none;
    border-left: 1px solid #fff;
    background-color: #37a2d9;
    left: 100%;
    top: -1px;
    z-index: 999;
    width: 100%;
    position: absolute
}

.webinars__left__block .blue__nav ul li:hover > ul {
    display: block
}

.webinars__left__block .blue__nav2 ul li:last-child {
    border-bottom: none
}

.webinars__left__block .blue__nav2 ul li.has__sub > a:after {
    content: '';
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHCAYAAAAvZezQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0Q0MwMTMxRjkzRjkxMUUzQUFBM0JBQzAxNzRBQTQ5QiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0Q0MwMTMyMDkzRjkxMUUzQUFBM0JBQzAxNzRBQTQ5QiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRDQzAxMzFEOTNGOTExRTNBQUEzQkFDMDE3NEFBNDlCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRDQzAxMzFFOTNGOTExRTNBQUEzQkFDMDE3NEFBNDlCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+WtdH+QAAACxJREFUeNpi/A8EDAwMjAxQwATl/EcWYEAWhAnABZEFwGYxIXNgWlBsAQgwAP1zCgt7kvaFAAAAAElFTkSuQmCC);
    width: 4px;
    height: 7px;
    display: inline-block;
    margin-left: 12px;
    top: -1px;
    position: relative
}

.webinars__left__block .blue__nav2 ul li > ul {
    display: none;
    border-left: 1px solid #fff;
    background-color: #73b23a;
    left: 100%;
    top: -1px;
    width: 100%;
    position: absolute
}

.webinars__left__block .blue__nav2 ul li:hover > ul {
    display: block
}

.webinars__left__block .person__block a {
    position: relative;
    height: 170px;
    display: block
}

.webinars__left__block .person__block a img {
    display: block;
    margin: 20px auto;
    border: 1px solid #e4e4e4
}

.webinars__left__block .person__block a span {
    position: absolute;
    display: none;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 12px;
    padding: 10px 20px;
    width: 168px;
    box-sizing: border-box;
    margin-left: 20px
}

.webinars__left__block .person__block a:hover span {
    display: block
}

.webinars__left__block .person__block p {
    color: #727272;
    padding: 11px 20px;
    font-size: 15px
}

.webinar_middle__content .expo__tabs {
    width: 100%
}

.webinar_middle__content .webinars__list header {
    padding: 10px 19px
}

.webinar_middle__content .webinars__list .adobe__btn {
    background: url(../../img/adobe-pdf-ico.png) no-repeat 20px;
    border-bottom: 1px solid #f4f4f4;
    display: block;
    padding: 10px 45px;
    font-size: 13px;
    color: #ababab
}

.webinar_middle__content .webinars__list .webinar__list__item {
    padding: 20px 19px 15px;
    font-size: 14px;
    line-height: 20px;
    color: #9c9c9c;
    border-bottom: 1px solid #f4f4f4
}

.webinar_middle__content .webinars__list .webinar__list__item .title p strong {
    font-size: 18px;
    color: #727272
}

.webinar_middle__content .webinars__list .webinar__list__item .title p span {
    font-size: 15px
}

.webinar_middle__content .webinars__list .webinar__list__item .title p:last-child {
    margin-top: 0;
    margin-bottom: 15px
}

.webinar_middle__content .webinars__list .webinar__list__item p {
    margin-bottom: 5px
}

.webinar_middle__content .webinars__list .webinar__list__item p strong {
    font-size: 15px
}

.webinar_middle__content .webinars__list .webinar__list__item p a.title__link {
    color: #9c9c9c
}

.webinar_middle__content .webinars__list .webinar__list__item .big__video {
    position: relative
}

.webinar_middle__content .webinars__list .webinar__list__item .big__video img {
    max-width: 100%;
    border: 1px solid #9b9b9b
}

.webinar_middle__content .webinars__list .webinar__list__item .big__video a {
    position: absolute;
    top: 50px;
    left: 130px
}

.webinar_middle__content .webinars__list .webinar__list__item .big__video a img {
    border: none
}

.webinar_middle__content .webinars__list .blue__button {
    margin-bottom: 10px
}

.webinar_middle__content .webinars__list .blue__button a {
    color: #fff;
    font: 15px;
    line-height: 44px;
    background-color: #2caeed;
    display: block;
    text-align: center
}

.webinar_middle__content .webinars__list .green__button a {
    color: #fff;
    font: 15px;
    line-height: 44px;
    background-color: #73b23a;
    display: block;
    width: 50%;
    text-align: center;
    width: 280px
}

.webinar_middle__content .webinars__list .green__button a:hover {
    background-color: #6ca837
}

.webinar_middle__content .webinars__list .green__button a span {
    color: #fff !important
}

.webinar_middle__content .webinars__list .green__button.profit {
    display: inline-block
}

.webinar_middle__content .webinars__list .green__button.profit.active a:after {
    content: '';
    background-image: url(../../img/profit-ico.png);
    background-repeat: no-repeat;
    background-position: 0 0
}

.webinar_middle__content .webinars__list .green__button.profit.active a:hover:after {
    content: '-';
    background-image: none;
    line-height: 10px;
    text-align: right
}

.webinar_middle__content .webinars__list .green__button.profit a {
    color: #fff;
    font: 15px;
    line-height: 44px;
    background-color: #73b23a;
    display: block;
    width: 250px;
    padding: 0 0 0 30px;
    text-align: center;
    position: relative
}

.webinar_middle__content .webinars__list .green__button.profit a:after {
    content: '+';
    background-image: none;
    width: 12px;
    height: 12px;
    top: 50%;
    margin-top: -6px;
    left: 18px;
    color: #fff;
    line-height: 12px;
    text-align: right;
    font-size: 23px;
    position: absolute
}

.webinar_middle__content .webinars__list .green__button.profit a:hover {
    background-color: #6ca837
}

.webinar_middle__content .under__content {
    padding: 20px 19 pxpublicdist
}

.webinar_middle__content .under__content .page__nav {
    float: left
}

.webinar_middle__content .under__content .page__nav p {
    float: left;
    color: #d6d6d6;
    line-height: 36px;
    height: 34px;
    margin-right: 10px
}

.webinar_middle__content .under__content .page__nav ul {
    height: 33px
}

.webinar_middle__content .under__content .page__nav ul a {
    font-size: 14px;
    line-height: 36px;
    height: 33px;
    padding: 0 10px
}

.webinar_middle__content .under__content .page__nav ul .prev a {
    background-image: url(../../img/bg-pager-prev-min.png)
}

.webinar_middle__content .under__content .page__nav ul .prev a:hover {
    background-image: url(../../img/bg-pager-prev-min-white.png)
}

.webinar_middle__content .under__content .page__nav ul .next a {
    background-image: url(../../img/bg-pager-next-min.png)
}

.webinar_middle__content .under__content .page__nav ul .next a:hover {
    background-image: url(../../img/bg-pager-next-min-white.png)
}

.webinar_middle__content .under__content .show__less {
    float: right;
    background: url(../../img/triangle-blue-top.png) no-repeat 100%;
    font-size: 14px;
    padding-right: 20px;
    margin-top: 8px
}

.sidebar--right .local__time {
    padding: 17px 0 30px;
    text-align: center;
    color: #bcbcbc;
    font-size: 16px
}

.sidebar--right .local__time .date__time {
    font-family: Oswald;
    color: #6e7278;
    font-size: 26px;
    font-weight: 300
}

.sidebar--right .local__time .date__time b, .sidebar--right .local__time .date__time strong {
    font-weight: 400
}

.sidebar--right .grey__list {
    border: 1px solid #e4e4e4;
    background: #fdfdfd;
    margin-bottom: 25px
}

.sidebar--right .grey__list ul li {
    border-top: 1px solid #e4e4e4;
    list-style: none
}

.sidebar--right .grey__list ul li:first-child {
    border-top: none
}

.sidebar--right .grey__list ul li a {
    padding: 11px 10px 9px 40px;
    display: block;
    color: #6e7278;
    font-size: 13px
}

.sidebar--right .grey__list ul li.star {
    margin-left: 0;
    width: auto;
    height: auto;
    display: block
}

.sidebar--right .grey__list ul li.star.active {
    border-color: #ffa800
}

.sidebar--right .grey__list ul li.star.active a {
    background-color: #ffa800;
    background-image: url(../../img/star-ico-1.png);
    color: #fff
}

.sidebar--right .grey__list ul li.star a {
    background: #fdfdfd url(../../img/star-ico.png) no-repeat 15px;
    color: #6e7278;
    font-size: 12px
}

.sidebar--right .grey__list ul li.star_conn a {
    background: #73b23a url(../../img/star-ico.png) no-repeat 15px;
    color: #fff;
    font-size: 12px
}

.sidebar--right .grey__list ul li.star a:hover {
    background: #f9f9f9 url(../../img/star-ico.png) no-repeat 15px;
    color: #6e7278
}

.sidebar--right .grey__list ul li.star-conn a:hover {
    background: #6ca837 url(../../img/star-ico.png) no-repeat 15px;
    color: #fff
}

.sidebar--right .grey__list ul li.adobe a {
    background: #fdfdfd url(../../img/adobe-pdf-ico.png) no-repeat 15px
}

.sidebar--right .grey__list ul li.docs a {
    padding-left: 50px;
    background: #fdfdfd url(../../img/folder_ico.png) no-repeat 15px
}

.sidebar--right .grey__list ul li.adobe a:hover {
    background: #f9f9f9 url(../../img/adobe-pdf-ico.png) no-repeat 15px
}

.sidebar--right .grey__list ul li.docs a:hover {
    background: #f9f9f9 url(../../img/folder_ico.png) no-repeat 15px
}

.sidebar--right .grey__list ul li.floor a {
    background: #fdfdfd url(../../img/floor-ico.png) no-repeat 15px
}

.sidebar--right .grey__list ul li.floor a:hover {
    background: #f9f9f9 url(../../img/floor-ico.png) no-repeat 15px
}

.sidebar--right .grey__list ul li.stats a {
    padding-left: 50px;
    background: #fdfdfd url(../../img/stats-ico.png) no-repeat 15px
}

.sidebar--right .grey__list ul li.connects a {
    padding-left: 50px
}

.sidebar--right .grey__list ul li.connects {
    background: #fdfdfd url(../../img/connects-ico.png) no-repeat 15px
}

.sidebar--right .grey__list ul li.stats a:hover {
    background: #f9f9f9 url(../../img/stats-ico.png) no-repeat 15px
}

.sidebar--right .grey__list ul li.connects a:hover {
    text-decoration: underline
}

.sidebar--right .about-list .no__icon a {
    padding-left: 20px;
    padding-right: 20px
}

.sidebar--right .about-list .print a {
    padding-left: 45px;
    padding-right: 20px;
    background: url(../../img/print-ico.png) no-repeat 15px
}

.sidebar--right .about-list .print a:hover {
    background: #6ca837 url(../../img/print-ico.png) no-repeat 15px
}

.sidebar--right .about-list .edit-p a {
    padding-left: 20px;
    padding-right: 20px;
    background: url(../../img/profile.png) no-repeat 167px
}

.sidebar--right .about-list .edit-p a:hover {
    background: #6ca837 url(../../img/profile.png) no-repeat 167px
}

.sidebar--right .about-list .tickets-b a {
    padding-left: 20px;
    padding-right: 20px;
    background: url(../../img/tickets.png) no-repeat 167px
}

.sidebar--right .about-list .tickets-b a:hover {
    background: #6ca837 url(../../img/tickets.png) no-repeat 167px
}

.sidebar--right .about-list .print-b a {
    padding-left: 20px;
    padding-right: 20px;
    background: url(../../img/badge.png) no-repeat 167px
}

.sidebar--right .about-list .print-b a:hover {
    background: #6ca837 url(../../img/badge.png) no-repeat 167px
}

.sidebar--right .about-list .invite a {
    padding-left: 20px;
    padding-right: 20px;
    background: url(../../img/invite.png) no-repeat 167px
}

.sidebar--right .about-list .invite a:hover {
    background: #6ca837 url(../../img/invite.png) no-repeat 167px
}

.sidebar--right .about-list .added_connect a {
    padding-left: 45px;
    padding-right: 20px;
    background: url(../../img/star_added_ico.png) no-repeat 15px
}

.sidebar--right .about-list .added_connect a:hover {
    background: #6ca837 url(../../img/star_added_ico.png) no-repeat 15px
}

.sidebar--right .about-list .expo_plan > a {
    padding-left: 45px;
    padding-right: 20px;
    background: url(../../img/expo-plan-ico.png) no-repeat 15px
}

.sidebar--right .about-list .send_message a {
    padding-left: 45px;
    padding-right: 20px;
    background: url(../../img/send_mail_ico.png) no-repeat 15px
}

.sidebar--right .about-list .bm a {
    padding-left: 45px;
    padding-right: 20px;
    background: url(../../img/bussines-mat-ico.png) no-repeat 15px
}

.sidebar--right .about-list .expo_plan a:hover {
    background: #6ca837 url(../../img/expo-plan-ico.png) no-repeat 15px
}

.sidebar--right .about-list .send_message a:hover {
    background: #6ca837 url(../../img/send_mail_ico.png) no-repeat 15px
}

.sidebar--right .about-list .bm a:hover {
    background: #6ca837 url(../../img/bussines-mat-ico.png) no-repeat 15px
}

.sidebar--right .about-list .job_market a {
    padding-left: 45px;
    padding-right: 20px;
    background: url(../../img/job-market-ico.png) no-repeat 15px
}

.sidebar--right .about-list .job_market a:hover {
    background: #6ca837 url(../../img/job-market-ico.png) no-repeat 15px
}

.enquiries {
    width: 150px;
    margin-right: 20px;
    background: #6ca837 url(../../img/enquiries.png) no-repeat 15px
}

.add_enquiries, .enquiries {
    margin-top: 13px;
    float: right;
    height: 40px;
    color: #fff;
    text-align: center;
    vertical-align: baseline
}

.add_enquiries {
    width: 180px;
    background: #2caeed url(../../img/add_enquirie.png) no-repeat 15px
}

.saved {
    margin-top: 13px;
    float: right;
    width: 100px;
    height: 39px;
    border: 1px solid #eaeaea;
    color: #fff;
    margin-right: 12px;
    text-align: center;
    background: url(../../img/star.png) no-repeat 15px
}

.count_bm {
    width: 105px;
    position: absolute;
    left: 120px;
    margin-top: -10px;
    height: 16px;
    line-height: 16px;
    background: #2caeed;
    color: #fff
}

.bm_list {
    padding-left: 40px;
    background: url(../../img/bm_list_ico.png) 0 no-repeat
}

.content__list_left {
    margin-top: 65px
}

. {
    margin-left: 10px;
    padding-top: 3px;
    font-weight: 700;
    color: #9c9c9c
}

.content__list_left ol li:hover {
    background-color: #6ca837
}

.content__list_left ol li:hover p {
    background-color: #6ca837;
    background: 0 0;
    color: #fff
}

.content__list_right p {
    color: #747474
}

.content__list_right ol :hover {
    background-color: #f3f3f3
}

.bm_hrest {
    background: url(../../img/mess/hrest.png) no-repeat 50%
}

.bm_hrest, .bm_pancil {
    width: 10px;
    height: 10px;
    margin-left: 10px;
    display: inline-block;
    z-index: 1000;
    position: absolute
}

.bm_pancil {
    background: url(../../img/pancil.png) no-repeat 50%
}

.enquiries a, .enquiries a:hover {
    line-height: 40px;
    width: 150px
}

.add_enquiries a {
    line-height: 40px;
    width: 180px
}

li.bm_list_all .test a {
    width: 513px;
    height: 100%;
    background: #000
}

li.bm_list_all .test a:hover {
    width: 513px;
    height: 100%;
    padding-bottom: 50px
}

a .test {
    background: #000
}

li.bm_list_all_small a {
    width: 150px;
    height: 100%
}

.saved a, .saved a:hover {
    line-height: 40px;
    width: 100px
}

.saved a:hover {
    text-decoration: underline
}

.add_enquiries a:hover {
    line-height: 40px;
    width: 180px
}

li.hall_plan a {
    padding-left: 15px;
    color: #404040;
    background: url(../../img/floor_plan_ico.png) no-repeat 15px
}

li.hall_plan a:hover {
    padding-left: 15px;
    color: #404040;
    background: #e9e9e9 url(../../img/floor_plan_ico.png) no-repeat 15px
}

li.prod_cat a {
    padding-left: 36px;
    color: #404040;
    background: url(../../img/prod_catalog_ico.png) no-repeat 15px
}

li.prod_cat a:hover {
    padding-left: 36px;
    color: #404040;
    background: #e9e9e9 url(../../img/prod_catalog_ico.png) no-repeat 15px
}

li.webinars a {
    padding-left: 32px;
    color: #404040;
    background: url(../../img/webinars_ico.png) no-repeat 15px
}

li.webinars a:hover {
    padding-left: 32px;
    color: #404040;
    background: #e9e9e9 url(../../img/webinars_ico.png) no-repeat 15px
}

.visitor__banners a img {
    margin: 0 0 7px
}

.visitor__blocks .visitor__block {
    padding: 20px;
    width: 50%;
    color: #9c9c9c;
    font-size: 13px;
    line-height: 20px;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    float: left;
    box-sizing: border-box
}

.visitor__blocks .visitor__block a {
    position: relative;
    margin-bottom: 15px
}

.visitor__blocks .visitor__block a span {
    position: absolute;
    display: none;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font: 21px Designio;
    padding: 10px 0;
    width: 226px;
    box-sizing: border-box;
    text-align: center
}

.visitor__blocks .visitor__block a:hover span {
    display: block
}

.visitor__blocks .visitor__block p a {
    margin-bottom: 5px
}

.visitor__blocks .visitor__block:nth-child(2n) {
    border-right-color: transparent
}

.visitor__blocks .visitor__block:nth-child(3), .visitor__blocks .visitor__block:nth-child(4) {
    border-bottom-color: transparent
}

.visitor__blocks .visitor__block:hover {
    background: #f9f9f9
}

.contacts {
    border: 1px solid #e4e4e4
}

.contacts > a:nth-child(2) .block_contact {
    border-right: none
}

.contacts > a:nth-child(3) .block_contact {
    border-bottom: none
}

.contacts > a:nth-child(4) .block_contact {
    border-bottom: none;
    border-right: none
}

.contacts > a:hover .block_contact {
    background-color: #f9f9f9
}

.contacts .block_contact {
    width: 50%;
    border-bottom: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    float: left;
    box-sizing: border-box;
    text-align: center;
    padding: 50px 0 0
}

.contacts .block_contact img {
    height: 120px;
    width: auto
}

.contacts .block_contact .title {
    border-top: 1px solid #e4e4e4;
    margin: 43px 20px 0;
    font-size: 22px;
    color: #585858;
    font-family: Designio;
    padding: 15px 0
}

.contacts .contact__article {
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #e4e4e4
}

.contacts .contact__article img {
    margin-top: 20px
}

.contacts .contact__article .title {
    font-size: 22px;
    color: #585858;
    font-family: Designio;
    padding: 5px 0 7px
}

.contacts .contact__article:last-child {
    border-bottom: none
}

.contacts .contact__article:hover {
    background-color: #f9f9f9
}

.news__slider {
    padding: 20px;
    border: 1px solid #e4e4e4;
    position: relative
}

.news__slider .news__slide__item {
    position: relative;
    width: 470px;
    margin-right: 18px;
    box-sizing: border-box;
    float: left
}

.news__slider .news__slide__item:nth-child(2) {
    margin-right: 0
}

.news__slider .news__slide__item img {
    max-width: 100%;
    display: block
}

.news__slider .news__slide__item .caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    font: 14px Designio;
    padding: 10px 20px;
    background-color: rgba(60, 60, 60, .4)
}

.news__slider .news__slide__item .caption .title {
    font-size: 26px;
    text-transform: uppercase
}

.news__slide {
    width: 100%
}

.news__cats {
    margin-top: 25px;
    border: 1px solid #e4e4e4
}

.news__cats .news__cat {
    float: left;
    box-sizing: border-box;
    width: 199px;
    text-align: center;
    border-left: 1px solid #e4e4e4;
    padding: 20px 20px 0
}

.news__cats .news__cat img {
    max-width: 100%;
    display: block
}

.news__cats .news__cat .title {
    font: 20px Designio;
    color: #585858;
    padding: 10px 0
}

.news__cats .news__cat:hover {
    background-color: #f9f9f9
}

.news__list {
    margin-bottom: 25px
}

.news__list .news__list__item {
    border: 1px solid #e4e4e4;
    border-top: none;
    padding: 20px;
    color: #9c9c9c;
    font-size: 14px;
    line-height: 18px
}

.news__list .news__list__item header {
    border-bottom: 1px solid #e4e4e4;
    background-color: #fdfdfd;
    width: 100%;
    padding: 0 20px !important;
    position: relative;
    right: 20px;
    bottom: 20px;
    height: 45px;
    font: 14px Liberation Sans, Arial, Helvetica, sans-serif;
    line-height: 47px;
    font-weight: 700
}

.news__list .news__list__item img {
    float: left;
    margin: 0 20px 5px 0
}

.news__list .news__list__item .title {
    font-weight: 700;
    font-size: 18px;
    color: #747474;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 0
}

.news__list .news__list__item .dater {
    color: #bebebe;
    margin-bottom: 5px
}

.news__list .news__list__item:first-child {
    border-top: 1px solid #e4e4e4
}

.news__list .news__list__item .news__title {
    color: #282828;
    font: 30px Designio;
    margin-bottom: 18px
}

.news__list .news__list__item .social__share p {
    margin-bottom: 10px
}

.news__list .news__list__item .social__share a {
    display: inline-block
}

.news__list .news__list__item .social__share a img {
    margin: 0 10px 0 0
}

.featured__news header {
    font: 28px Designio;
    color: #282828;
    background: #fdfdfd;
    padding: 10px 20px;
    border: 1px solid #e4e4e4;
    border-top: none
}

.featured__news .news__list__item {
    border-bottom: none
}

.featured__news .news__list__item:first-child {
    border-top: none
}

.featured__news .news__list__item:nth-child(4) {
    border-bottom: 1px solid #e4e4e4
}

.news__sort .title {
    padding: 0 12px 0 0;
    font-size: 14px;
    color: #9c9c9c;
    font-weight: 700;
    height: 24px;
    line-height: 26px;
    float: left
}

.news__sort .title span {
    padding-left: 20px;
    color: #9c9c9c;
    font-weight: 400
}

.news__sort .title span.nopadding {
    padding-left: 0
}

.news__sort .title a {
    color: #6e2568
}

.expo__tabs--news {
    width: 100%
}

.little__news ul li {
    width: 49%;
    float: left;
    margin-right: 1%;
    margin-bottom: 20px
}

.little__news ul li img {
    float: left;
    margin-right: 10px
}

.little__news ul li a span {
    position: relative;
    top: 5px;
    color: #9c9c9c !important
}

.little__news ul li a:hover span {
    color: #bebebe !important
}

.pr__block {
    width: 50%;
    padding: 20px;
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #e4e4e4
}

.pr__block img {
    max-width: 100%
}

.pr__block .title {
    color: #282828 !important;
    font: 28px Designio;
    display: block;
    padding-bottom: 5px
}

.pr__block:nth-child(2) {
    border-right: none
}

.pr__list ul li a {
    padding: 15px 10px 15px 45px !important
}

.main__sector {
    padding: 24px 0 0 20px;
    float: left;
    position: relative
}

.main__sector img {
    display: block
}

.main__sector .caption {
    background: rgba(60, 60, 60, .4);
    position: absolute;
    box-sizing: border-box;
    padding: 10px 15px;
    color: #fff;
    bottom: 0
}

.main__sector .caption .title {
    font: 18px Designio;
    text-transform: uppercase
}

.sector__list {
    float: right;
    box-sizing: border-box;
    width: 300px;
    margin-top: 16px;
    margin-bottom: 18px;
    margin-right: 8px
}

.sector__list ul li {
    padding: 8px 8px 9px;
    border: 1px solid transparent
}

.sector__list ul li img {
    float: left;
    margin-right: 7px
}

.sector__list ul li span {
    position: relative;
    top: 5px
}

.sector__list ul li:after {
    content: '';
    clear: both;
    display: table;
    width: 100%
}

.sector__list ul li:hover {
    border: 1px solid #e4e4e4;
    background-color: #fdfdfd
}

.sector__list ul li a span {
    color: #737373 !important
}

.sector__list ul li a:hover span {
    color: #bebebe !important
}

.row:after {
    content: '';
    clear: both;
    display: table;
    width: 100%
}

.row .one__half {
    width: 49%;
    margin-right: 2%;
    box-sizing: border-box;
    float: left
}

.row .one__half:nth-child(2n) {
    margin-right: 0
}

.row .one__half .content__block {
    position: relative
}

.row .one__half .content__block .content__article header.grey__slide {
    background: #7e7e7e;
    color: #fff
}

.row .one__half .content__block .content__article header.grey__slide span {
    float: right
}

.row .one__half .content__block .content__article header.grey__slide span a {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px
}

.row .one__half .content__block .content__article header.grey__slide span a.slider__min__button--prev {
    background: url(../../img/content_images/analytics/left.png)
}

.row .one__half .content__block .content__article header.grey__slide span a.slider__min__button--prev:hover {
    background: url(../../img/content_images/analytics/left_a.png)
}

.row .one__half .content__block .content__article header.grey__slide span a.slider__min__button--next {
    background: url(../../img/content_images/analytics/right.png)
}

.row .one__half .content__block .content__article header.grey__slide span a.slider__min__button--next:hover {
    background: url(../../img/content_images/analytics/right_a.png)
}

.row .one__half .content__block .content__article header.grey__slide span a:hover {
    color: #bebebe !important
}

.row .one__half .content__block .content__article img {
    padding: 16px 14px 0;
    display: block
}

.row .one__half .content__block .content__article .title {
    padding: 6px 14px;
    font-size: 15px;
    color: #737373;
    font-weight: 700
}

.row .one__half .content__block .content__article p {
    padding: 0 14px 5px;
    font-size: 12px;
    color: #9c9c9c
}

.row .one__half .content__block .content__article ul {
    margin: 5px 14px 0
}

.row .one__half .content__block .content__article ul li {
    padding: 8px 0;
    border-top: 1px solid #e4e4e4
}

.row .one__half .content__block .content__article ul li a {
    font-size: 14px;
    color: #737373
}

.row .one__half .content__block .content__article ul li a:hover {
    color: #bebebe
}

.row .one__third {
    width: 33.333%;
    box-sizing: border-box;
    float: left
}

.row .one__third:nth-child(2n) {
    margin-right: 0
}

.row .one__third .content__block {
    border-right: none
}

.row .one__third .content__block .content__article header {
    font: 26px Designio;
    padding: 14px !important
}

.row .one__third .content__block .content__article header:hover {
    background: #f7f7f7;
    color: #969696
}

.row .one__third .content__block .content__article header.grey__slide {
    background: #7e7e7e;
    color: #fff
}

.row .one__third .content__block .content__article header.grey__slide span {
    float: right
}

.row .one__third .content__block .content__article header.grey__slide span a {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px
}

.row .one__third .content__block .content__article header.grey__slide span a.slider__min__button--prev {
    background: url(../../img/content_images/analytics/left.png)
}

.row .one__third .content__block .content__article header.grey__slide span a.slider__min__button--prev:hover {
    background: url(../../img/content_images/analytics/left_a.png)
}

.row .one__third .content__block .content__article header.grey__slide span a.slider__min__button--next {
    background: url(../../img/content_images/analytics/right.png)
}

.row .one__third .content__block .content__article header.grey__slide span a.slider__min__button--next:hover {
    background: url(../../img/content_images/analytics/right_a.png)
}

.row .one__third .content__block .content__article header.light__slide span {
    float: right
}

.row .one__third .content__block .content__article header.light__slide span a {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px
}

.row .one__third .content__block .content__article header.light__slide span a.slider__min__button--prev, .row .one__third .content__block .content__article header.light__slide span a.slider__min__button--prev:hover {
    background: url(../../img/content_images/analytics/left_light.png)
}

.row .one__third .content__block .content__article header.light__slide span a.slider__min__button--next, .row .one__third .content__block .content__article header.light__slide span a.slider__min__button--next:hover {
    background: url(../../img/content_images/analytics/right_light.png)
}

.row .one__third .content__block .content__article img {
    padding: 16px 14px 0;
    display: block;
    float: left
}

.row .one__third .content__block .content__article .title {
    padding: 6px 14px;
    font-size: 15px;
    color: #737373;
    font-weight: 700
}

.row .one__third .content__block .content__article .title.no__marginer {
    padding: 15px 14px 0
}

.row .one__third .content__block .content__article p {
    padding: 14px 14px 5px;
    font-size: 14px;
    color: #737373
}

.row .one__third .content__block .content__article ul {
    margin: 5px 14px 0
}

.row .one__third .content__block .content__article ul li {
    padding: 8px 0;
    border-top: 1px solid #e4e4e4
}

.row .one__third .content__block .content__article ul li a {
    font-size: 14px;
    color: #737373
}

.row .one__third .content__block .content__article ul li a:hover {
    color: #bebebe
}

.row .one__third .content__block .content__article .under__content.more {
    margin: 0;
    padding: 1px 14px 10px
}

.row .one__third .content__block .content__article .analytic_slide {
    background: #eee;
    padding-bottom: 7px;
    position: relative
}

.row .one__third .content__block .content__article .analytic_slide img {
    margin-bottom: 5px
}

.row .one__third .content__block .content__article .analytic_slide p {
    margin-bottom: 5px;
    font-size: 12px
}

.row .one__third .content__block .content__article .analytic_slide2 {
    background: #fff;
    padding-bottom: 7px
}

.row .one__third .content__block .content__article .analytic_slide2 img {
    margin-bottom: 5px
}

.row .one__third .content__block .content__article .analytic_slide2 p {
    margin-bottom: 5px;
    font-size: 12px
}

.row .one__third:nth-child(3) .content__block {
    border-right: 1px solid #e4e4e4
}

.row .two__third {
    width: 66.666%;
    box-sizing: border-box;
    float: left
}

.row .two__third:nth-child(2n) {
    margin-right: 0
}

.row .two__third .content__block {
    border-right: none
}

.row .two__third .content__block .content__article .analytic_slide, .row .two__third .content__block .content__article .analytic_slide2 {
    padding-bottom: 0
}

.row .two__third .content__block .content__article header {
    font: 26px Designio;
    padding: 14px !important
}

.row .two__third .content__block .content__article header:hover {
    background: #f7f7f7;
    color: #969696
}

.row .two__third .content__block .content__article header.grey__slide {
    background: #7e7e7e;
    color: #fff
}

.row .two__third .content__block .content__article header.grey__slide span {
    float: right
}

.row .two__third .content__block .content__article header.grey__slide span a {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px
}

.row .two__third .content__block .content__article header.grey__slide span a.slider__min__button--prev {
    background: url(../../img/content_images/analytics/left.png)
}

.row .two__third .content__block .content__article header.grey__slide span a.slider__min__button--prev:hover {
    background: url(../../img/content_images/analytics/left_a.png)
}

.row .two__third .content__block .content__article header.grey__slide span a.slider__min__button--next {
    background: url(../../img/content_images/analytics/right.png)
}

.row .two__third .content__block .content__article header.grey__slide span a.slider__min__button--next:hover {
    background: url(../../img/content_images/analytics/right_a.png)
}

.row .two__third .content__block .content__article header.light__slide span {
    float: right
}

.row .two__third .content__block .content__article header.light__slide span a {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px
}

.row .two__third .content__block .content__article header.light__slide span a.slider__min__button--prev, .row .two__third .content__block .content__article header.light__slide span a.slider__min__button--prev:hover {
    background: url(../../img/content_images/analytics/left_light.png)
}

.row .two__third .content__block .content__article header.light__slide span a.slider__min__button--next, .row .two__third .content__block .content__article header.light__slide span a.slider__min__button--next:hover {
    background: url(../../img/content_images/analytics/right_light.png)
}

.row .two__third .content__block .content__article img {
    padding: 16px 14px 0;
    display: block;
    float: left
}

.row .two__third .content__block .content__article .title {
    padding: 6px 14px;
    font-size: 15px;
    color: #737373;
    font-weight: 700
}

.row .two__third .content__block .content__article .title.no__marginer {
    padding: 15px 14px 0
}

.row .two__third .content__block .content__article p {
    padding: 14px 14px 5px;
    font-size: 14px;
    color: #737373
}

.row .two__third .content__block .content__article ul {
    margin: -1px 14px 0
}

.row .two__third .content__block .content__article ul li {
    padding: 14px 0;
    display: inline-block;
    width: 193px;
    margin-right: 25px
}

.row .two__third .content__block .content__article ul li a {
    font-size: 14px;
    color: #737373
}

.row .two__third .content__block .content__article ul li a:hover {
    color: #bebebe
}

.row .two__third .content__block .content__article ul li a span {
    position: relative;
    display: block;
    min-height: 128px
}

.row .two__third .content__block .content__article ul li a span img {
    padding: 0
}

.row .two__third .content__block .content__article ul li a span img.hoveron {
    position: absolute;
    top: 15px;
    left: 50px
}

.row .two__third .content__block .content__article ul li a p {
    background: url(../../img/content_images/analytics/video_icon.png) no-repeat left 4px;
    color: #737373;
    font-size: 14px;
    padding: 0 0 0 18px;
    display: inline;
    position: relative;
    top: 5px
}

.row .two__third .content__block .content__article ul li:nth-child(3n) {
    margin-right: 0
}

.row .two__third .content__block .content__article .under__content.more {
    margin: 25px 0 0;
    background-color: #f2f2f2;
    padding: 1px 14px 10px
}

.analytics__sidebar .about-list ul li a {
    padding: 13px 40px
}

.analytics__sidebar .about-list ul li:last-child {
    border-bottom: none
}

.analytic_slide {
    background: #eee;
    padding-bottom: 10px;
    width: 100%
}

.analytic_slide_light img {
    margin-bottom: 4px
}

.general__sponsors {
    padding-bottom: 35px
}

.general__sponsors img {
    float: none !important;
    margin: 0 auto
}

.theme__title {
    color: #9c9c9c;
    font-style: italic;
    font-weight: 700;
    padding-bottom: 5px
}

.persons:hover {
    background: #fdfdfd
}

.general__sponsors__side header {
    background-color: #fdfdfd;
    border: 1px solid #e4e4e4;
    border-bottom: none;
    color: #aaa;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    height: 90px;
    line-height: 90px
}

.general__sponsors__side .content__block {
    padding: 14px
}

.general__sponsors__side .content__block a {
    margin: 5px 0;
    display: block
}

.speakers_title {
    color: #161616;
    font-size: 17px;
    font-weight: 700;
    padding-top: 5px;
    padding-bottom: 10px
}

.event_speaker__block {
    border: 3px solid #373d43;
    border-bottom: none;
    margin-bottom: 5px
}

.speaker__block {
    border-bottom: none;
    margin-bottom: 5px
}

.speaker__block header {
    background-color: #fdfdfd;
    border-bottom: 1px solid #e4e4e4;
    color: #282828;
    font: 30px din-condensed-web, sans-serif;
    padding: 10px 20px
}

.speaker__block .speaker__info {
    padding: 20px
}

.speaker__block .speaker__info img {
    float: left;
    margin-right: 20px
}

.speaker__block .speaker__info .title {
    font-size: 24px;
    line-height: 24px;
    color: #747474;
    font-weight: 700;
    padding-bottom: 10px
}

.speaker__block .speaker__info .dater, .speaker__block .speaker__info .location__place {
    color: #9c9c9c;
    font-size: 16px;
    padding-bottom: 10px
}

.speaker__block .speaker__info .location__place {
    font-weight: 700;
    font-style: italic
}

.speaker__block .speaker__info .text__block {
    margin-bottom: 25px
}

.speaker__block .speaker__info p {
    color: #666;
    font-size: 14px;
    padding-bottom: 15px
}

.speaker__block .speaker__info p:first-child {
    display: none !important;
    height: 0
}

.speaker__block .speaker__event {
    color: #9c9c9c;
    font-size: 14px
}

.speaker__block .speaker__event img {
    float: left;
    margin-right: 20px
}

.speaker__block .speaker__event .title {
    font-size: 20px;
    line-height: 20px;
    color: #747474;
    font-weight: 700;
    padding-bottom: 5px
}

.speaker__block .speaker__event .dater {
    color: #9c9c9c;
    font-size: 14px;
    padding-bottom: 5px
}

.speaker__block .speaker__event .location__place {
    color: #9c9c9c;
    font-weight: 700;
    font-style: italic;
    font-size: 14px;
    padding-bottom: 5px
}

.speaker__block .speaker__event .text__block {
    margin-bottom: 25px
}

.speaker__block .speaker__event p {
    color: #9c9c9c;
    font-size: 14px;
    padding-bottom: 15px
}

.floor__block .exhibitor-popup .exhibitor-popup_floorplan {
    background: #fff
}

.app-popup-header, .floor__block .exhibitor-popup header {
    width: 100%;
    display: block;
    background-color: #fff;
    border-bottom: 2px solid #5f6469;
    color: #282828;
    font: 27px Open Sans, sans-serif;
    height: auto;
    padding: 15px;
    line-height: 1.6
}

.popup-hall .message {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px
}

.popup-hall .meet {
    width: 31% !important
}

.popup-hall {
    height: auto !important
}

.a-popup-floor, .app-popup-close {
    -webkit-box-shadow: 2px 5px 4px 0 rgba(128, 128, 128, 1);
    -moz-box-shadow: 2px 5px 4px 0 rgba(128, 128, 128, 1);
    box-shadow: 2px 5px 4px 0 rgba(128, 128, 128, 1);
    border-radius: 20px;
    border: 3px solid #fff
}

.popup-hall .popup-hall_2 a.popup-make-appointment {
    height: 22px
}

.popup-hall .popup-hall_2 {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    padding-top: 5px
}

.popup-hall .popup-hall_2 a {
    max-width: 25px;
    width: 100%;
    display: inline-block;
    border-radius: 0 !important
}

.floor__block header .selector span {
    font-family: Liberation Sans, Arial, Tahoma, Verdana, sans-serif;
    color: #404040 !important
}

.floor__block header select {
    float: right;
    width: 100%;
    height: 39px;
    min-height: 39px
}

.floor__block header select option {
    font-size: 13px
}

.floor__block .floor__content {
    position: relative;
    padding: 0
}

.floor__block .floor__content img {
    max-width: 100%
}

.floor__block .floor__content img.floor {
    display: block;
    position: relative;
    z-index: -1;
    margin: auto
}

.floor__block .floor__content .green__button {
    margin-bottom: 18px
}

.floor__block .floor__content .green__button a {
    color: #fff;
    font: 24px Designio;
    line-height: 44px;
    text-align: center
}

.floor__block .floor__content .green__button a:hover {
    background-color: #6ca837
}

.floor__block .floor__content .sponsors__block a {
    display: inline-block;
    box-sizing: border-box;
    padding: 20px 15px;
    border-right: 1px solid #e4e4e4
}

.floor__block .floor__content .sponsors__block a:last-child {
    border-right: none;
    padding: 20px 0 20px 10px
}

.floor__block .floor__content .sponsors__block a:first-child {
    margin-left: 20px;
    padding: 20px 10px 20px 0
}

.floor__block .floor__content.padder {
    padding: 20px
}

.floor__block .floor__content .popup {
    max-width: 510px;
    width: 100%;
    height: auto;
    padding: 15px;
    background: #bbb;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.floor__block .floor__content .popup .popup__content {
    border: 1px solid #e4e4e4;
    border-top: none;
    font-size: 16px;
    padding: 20px 0 0 !important;
    color: #9c9c9c
}

.floor__block .floor__content .popup .popup__content .title {
    font-size: 18px;
    color: #737373
}

.floor__block .floor__content .popup .popup__content .smaler {
    padding: 3px 15px 10px;
    color: #737373
}

.floor__block .floor__content .popup .popup__content .smaler span {
    color: #9c9c9c
}

.floor__block .floor__content .popup .popup__content .location {
    color: #737373;
    line-height: 20px;
    padding-bottom: 10px
}

.floor__block .floor__content .popup .popup__content .green__button {
    margin: 25px auto 23px
}

.floor__block .floor__content .popup .popup__content .green__button a {
    font: 18px Open Sans, sans-serif;
    line-height: 36px;
    width: 200px;
    margin: 0 auto
}

.header__nav {
    z-index: 99 !important
}

.breadcrumbs ul li a:hover {
    color: #9c9c9c
}

a:hover {
    color: #bebebe
}

.scroller {
    padding-top: 10px
}

.scroller.first__one {
    padding-top: 0
}

.bottom__padding {
    padding-bottom: 180px !important
}

.partners__section {
    padding: 30px 0 0
}

footer.home__page {
    margin-top: 0 !important;
    position: absolute;
    bottom: 0;
    width: 100%
}

#ten {
    box-sizing: border-box
}

.side_block ul {
    padding: 7px 0 0 !important
}

.links_block {
    padding: 30px !important
}

.resources {
    position: relative;
    bottom: 1px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s
}

#show_link-1 {
    position: relative;
    top: 15px
}

.text__content .media__list {
    margin-bottom: 1px
}

.text__content .media__list p {
    margin: 0 0 14px
}

.slider__pager {
    margin: -30px 0 0 !important;
    padding: 0 0 10px !important
}

.slider__pager#news__slider--pager {
    padding: 20px 0 0 !important;
    margin: 0 !important;
    text-align: center
}

.main__slider__pager .title a {
    color: #fff
}

.header__user__links a img {
    display: block;
    float: left;
    position: relative;
    right: 5px;
    margin-top: 11px
}

.header__user__links a span {
    display: block;
    float: right;
    position: relative;
    left: 5px
}

#video_popup {
    display: none
}

.print_btn {
    position: relative;
    bottom: 0;
    left: 10px;
    margin-top: -3px
}

.product__search__form input[type=submit] {
    width: 40px !important
}

.padder {
    min-height: 492px
}

.company__info {
    margin: 30px 40px
}

.company__info tbody {
    font-size: 14px;
    line-height: 20px
}

.company__info tbody td:first-child {
    text-align: right;
    color: #bdbdbd;
    width: 160px;
    padding-right: 25px;
    min-height: 40px
}

.company__info tbody td:last-child {
    text-align: left;
    color: #797878;
    padding-bottom: 11px
}

.content__list input[type=submit] {
    background-color: #6e2568;
    color: #fff;
    font: 22px Helvetica Neue, Helvetica, Arial, sans-serif;
    height: 45px;
    width: 205px;
    outline: 0;
    margin: 15px auto;
    border: none;
    cursor: pointer;
    display: block
}

.content__list input[type=submit]:hover {
    opacity: .8
}

.content__list ul li {
    border-top: 1px solid #f4f4f4;
    width: 100%;
    padding: 15px 20px 11px 50px;
    box-sizing: border-box;
    font-size: 14px
}

.content__list ul li:after {
    content: '';
    clear: both;
    display: table;
    width: 100%
}

.content__list ul li a {
    color: #9c9c9c !important;
    line-height: 18px;
    float: left
}

.content__list ul li a:hover {
    color: #c8c8c8 !important;
    text-decoration: none
}

.content__list ul li span {
    float: right
}

.fancybox-inner #messagePopup2 .content__list ul li span.country-name, .fancybox-inner #messagePopup2 .content__list ul li span.dial-code {
    float: none
}

.fancybox-inner #messagePopup2 .intl-tel-input {
    display: block !important
}

.fancybox-inner #messagePopup2 .intl-tel-input .country-list {
    position: fixed !important
}

.edit-add {
    border: none !important
}

.content__block .content__article .add__product .inputs__info p span {
    line-height: 40px;
    float: none;
    text-align: left !important
}

.content__list ul li span a {
    background-color: #21bbb1;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 8px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%
}

a.status {
    background: url(../../img/icons/plus.png) 50% no-repeat;
    padding: 0
}

span a.status.done {
    background: #fece4b url(../../img/icons/profit.png) 50% no-repeat !important
}

span a.status.done:hover {
    background: #e9b935 url(../../img/icons/minus.png) 50% no-repeat !important
}

a.download {
    background: url(../../img/icons/download.png) 50% no-repeat
}

a.mail {
    background: url(../../img/icons/mail.png) 50% no-repeat
}

a.remove {
    background: #e10025 url(../../img/icons/remove.png) 50% no-repeat !important
}

a.remove:hover {
    background-color: #c3222a
}

.content__list ul li:last-child {
    border-bottom: 1px solid #f4f4f4
}

.content__list ul li.adobe {
    background: url(../../img/icons/adobe.png) no-repeat 20px
}

.content__list ul li.docs {
    background: url(../../img/icons/docs.png) no-repeat 20px
}

.content__list ul li.removed a {
    color: #c3222a !important
}

.content__list.white__list li {
    background-color: #fff;
    margin-top: 10px
}

.content__list.white__list .add__product, .content__list.white__list .sliding__links {
    background-color: #fafafa;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef
}

.media__lister {
    padding: 20px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4
}

.media__lister ul:after {
    content: '';
    clear: both;
    display: table;
    width: 100%
}

.media__lister ul li {
    list-style: none;
    width: 110px;
    float: left;
    margin-right: 11px
}

.media__lister ul li:nth-child(4n) {
    margin-right: 0
}

.media__lister ul li a {
    display: block;
    position: relative;
    width: 110px
}

.media__lister ul li a img {
    width: auto
}

.media__lister ul li a img.video__hover {
    position: absolute;
    width: 61px;
    top: 11px;
    left: 25px
}

.media__lister ul li a p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: url(../../img/img-ico.png) no-repeat left 11px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px
}

.media__lister ul li a p span {
    color: #9c9c9c;
    position: relative;
    top: 1px;
    display: block;
    background: #fdfdfd
}

.media__lister ul li.video__list a p {
    background: url(../../img/video-ico.png) no-repeat left 9px
}

.media__lister ul li.video__list a:hover p {
    background: #fdfdfd url(../../img/video-ico.png) no-repeat left 9px
}

.search__and__select {
    padding-bottom: 15px
}

.search__and__select .product__search__form__wrapper {
    width: 280px;
    box-sizing: border-box;
    margin-right: 30px;
    margin-bottom: 0
}

.search__and__select .product__search__form__wrapper .product__search__form input[type=text] {
    width: 242px !important
}

.search__and__select .expo__sort__by .title {
    font-size: 12px;
    width: 60px;
    padding: 0
}

.search__and__select .expo__sort__by select {
    width: 150px !important;
    height: 39px;
    min-height: 39px;
    line-height: 39px
}

.huver {
    width: 217px;
    display: block;
    float: left;
    margin: 0 27px 0 0;
    position: relative
}

.huver .zoom {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px
}

.huver:hover .zoom {
    display: block
}

.visitor__search .expo__search input[type=text] {
    max-width: 368px
}

.social_prod {
    padding-top: 10px;
    height: auto;
    line-height: 7px;
    padding-left: 41px
}

.products__item {
    height: auto
}

.products__item > div:first-child {
    -webkit-background-size: auto 170px !important;
    background-size: auto 170px !important
}

.products__item .titles {
    color: #d6d6d6;
    font-size: 13px
}

.products__item .titles .title a {
    font-weight: 700;
    font-size: 16px;
    color: #555
}

.products__item .titles .title a:hover {
    color: #9c9c9c
}

.main-prod .texter p {
    width: 100%;
    height: 66px;
    display: inline-block
}

.bdr-bott-0 {
    border-bottom: 0 !important
}

.products__item .texter {
    width: 195px;
    height: 66px;
    float: left;
    padding-top: 5px;
    font-size: 12px;
    color: #9c9c9c
}

.products__item .action {
    float: right
}

.products__item .action .mailer {
    background: url(../../img/icons/mail_grey.png) no-repeat;
    width: 19px;
    height: 14px;
    display: inline-block
}

.products__item .action .star {
    background: url(../../img/icons/hrest.png) no-repeat;
    width: 17px;
    height: 18px;
    display: inline-block
}

.products__item .action .star:hover {
    background: url(../../img/icons/hrest_a.png) no-repeat
}

.products__item .action .stars {
    background: transparent url(../../img/icons/star_grey.png) 100% no-repeat;
    width: 17px;
    height: 18px;
    position: absolute;
    top: 5px;
    right: 10px;
    display: inline-block
}

.products__item .action .stars:hover {
    background: #fff url(../../img/icons/star.png) 100% no-repeat
}

.products__item .action .active, .products__item .action .active:hover, .products__item .action .stars:active {
    background: #fff url(../../img/icons/star_a.png) 100% no-repeat
}

.products__item .action .active i {
    display: none
}

.main-prod {
    padding: 10px;
    background: hsla(0, 0%, 100%, .9);
    width: 100%;
    overflow: hidden
}

.favorite__item {
    border-bottom: 1px solid #e4e4e4;
    padding: 15px 15px 15px 30px
}

.favorite__item img {
    float: left;
    margin-right: 15px;
    display: block
}

.favorite__item .titles {
    float: left;
    max-width: 136px;
    width: 100%;
    color: #d6d6d6;
    font-size: 13px
}

.favorite__item .titles .title a {
    font-weight: 700;
    font-size: 16px;
    color: #555
}

.favorite__item .titles .title a:hover {
    color: #9c9c9c
}

.favorite__item .texter {
    max-width: 295px;
    float: left;
    padding-top: 5px;
    padding-left: 15px;
    font-size: 12px;
    color: #9c9c9c
}

.favorite__item .action {
    float: right
}

.favorite__item .action .mailer {
    background: url(../../img/icons/mail_grey.png) no-repeat;
    width: 19px;
    height: 16px;
    display: inline-block
}

.favorite__item .action .star {
    background: url(../../img/icons/hrest.png) no-repeat;
    width: 17px;
    height: 18px;
    display: inline-block
}

.favorite__item .action .star:hover {
    background: url(../../img/icons/hrest_a.png) no-repeat
}

.favorite__item .action .stars {
    background: url(../../img/icons/star_grey.png) no-repeat;
    width: 17px;
    height: 18px;
    position: relative;
    top: 2px;
    left: 2px;
    display: inline-block
}

.favorite__item .action .stars:hover {
    background: url(../../img/icons/star.png) no-repeat
}

.favorite__item .action .stars:active {
    background: url(../../img/icons/star_a.png) no-repeat
}

.favorite__item.removed .titles {
    width: 350px
}

.favorite__item.removed .titles .red {
    margin-top: 10px
}

.favorite__item.removed .titles .red a {
    color: #c3222a
}

.favorite__item__post {
    border-bottom: 1px none;
    position: relative;
    padding: 15px 15px 15px 30px
}

.favorite__item__post img {
    float: left;
    margin-right: 15px;
    display: block
}

.favorite__item__post .titles {
    float: left;
    width: 350px;
    color: #d6d6d6;
    font-size: 13px
}

.favorite__item__post .titles .title a {
    font-weight: 700;
    font-size: 24px;
    color: #555
}

.favorite__item__post .titles .title a:hover {
    color: #9c9c9c
}

.favorite__item__post .texter {
    font-size: 14px;
    color: #9c9c9c;
    line-height: 20px;
    padding: 10px 0
}

.favorite__item__post .texter p {
    margin-bottom: 11px
}

.favorite__item__post .action {
    float: right
}

.favorite__item__post .action .mailer {
    background: url(../../img/icons/mail_grey.png) no-repeat;
    width: 19px;
    height: 14px;
    display: inline-block
}

.favorite__item__post .action .star {
    background: url(../../img/icons/star.png) no-repeat;
    width: 17px;
    height: 16px;
    display: inline-block
}

.favorite__item__post .action .star:hover {
    background: url(../../img/icons/star_a.png) no-repeat
}

.favorite__item__post .action .stars {
    background: url(../../img/icons/star_grey.png) no-repeat;
    width: 17px;
    height: 18px;
    position: relative;
    top: 2px;
    left: 2px;
    display: inline-block
}

.favorite__item__post .action .stars:hover {
    background: url(../../img/icons/star.png) no-repeat
}

.favorite__item__post .action .stars:active {
    background: url(../../img/icons/star_a.png) no-repeat
}

.favorite__item__post .social__share p {
    margin-bottom: 10px
}

.favorite__item__post .social__share a {
    display: inline-block
}

.favorite__item__post .social__share a img {
    margin: 0 10px 0 0
}

.favorite__itemer {
    border-bottom: 1px solid #e4e4e4;
    padding: 15px
}

.favorite__itemer img {
    float: left;
    margin-right: 20px;
    display: block;
    width: 120px
}

.favorite__itemer .titles {
    color: #d6d6d6;
    font-size: 13px
}

.favorite__itemer .titles .title a {
    font-weight: 700;
    font-size: 16px;
    color: #555
}

.favorite__itemer .titles .title a:hover {
    color: #9c9c9c
}

.favorite__itemer .texter {
    width: 195px;
    float: left;
    font-size: 14px;
    color: #9c9c9c
}

.favorite__itemer .action {
    float: right;
    position: relative;
    top: 10px
}

.favorite__itemer .action .mailer {
    background: url(../../img/icons/mail_grey.png) no-repeat;
    width: 19px;
    height: 14px;
    display: inline-block
}

.favorite__itemer .action .star {
    background: url(../../img/icons/hrest.png) no-repeat;
    width: 17px;
    height: 18px;
    position: relative;
    top: 2px;
    left: 2px;
    display: inline-block
}

.favorite__itemer .action .star:hover {
    background: url(../../img/icons/hrest_a.png) no-repeat
}

.favorite__itemer .action .stars {
    background: url(../../img/icons/star_grey.png) no-repeat;
    width: 17px;
    height: 18px;
    position: relative;
    top: 2px;
    left: 2px;
    display: inline-block
}

.favorite__itemer .action .stars:hover {
    background: url(../../img/icons/star.png) no-repeat
}

.favorite__itemer .action .stars:active {
    background: url(../../img/icons/star_a.png) no-repeat
}

.favorite__itemer.removed .titles .red {
    margin-top: 10px
}

.favorite__itemer.removed .titles .red a {
    color: #c3222a
}

.favorite__itemer.company {
    background: url(../../img/connections/company.png) no-repeat 100% 0
}

.favorite__itemer.visitor {
    background: url(../../img/connections/visitor.png) no-repeat 100% 0
}

.favorite__itemer .textik {
    color: #9c9c9c;
    margin-top: 5px
}

.favorite__itemer .tags {
    margin-top: 10px
}

.favorite__itemer .tags li {
    display: inline-block;
    background: #f9f9f9
}

.favorite__itemer .tags li a {
    color: #73b23a;
    padding: 5px 10px;
    display: inline-block
}

.favorite__itemer .tags li:hover {
    background: #73b23a
}

.favorite__itemer .tags li:hover a {
    color: #fff
}

.lefterok {
    margin-left: 10px
}

.webinars__item {
    padding: 15px 20px !important
}

#accordion h3 {
    text-align: center;
    cursor: pointer;
    font: 22px Designio;
    color: #282828;
    height: 44px;
    line-height: 44px;
    background: #f1f1f1 url(../../img/icons/to_bottom.png) no-repeat 440px;
    border-bottom: 1px solid #d9d9d9
}

#accordion h3.ui-accordion-header-active {
    border-bottom: none;
    background: #f1f1f1 url(../../img/icons/to_top.png) no-repeat 440px
}

#accordion h3.last {
    border-bottom: none !important
}

#accordion div {
    padding: 20px 20px 10px;
    color: #9c9c9c;
    font-size: 14px
}

#accordion div p {
    margin-bottom: 10px
}

.steps .success {
    margin: 20px 20px 10px;
    background: #e9f3e1;
    color: #73b23a;
    border: 1px solid #73b23a;
    padding: 10px 20px
}

.steps .step {
    border-top: 1px solid #f4f4f4;
    padding: 20px
}

.steps .step .title {
    font-size: 15px;
    color: #727272;
    font-weight: 700;
    padding-bottom: 0
}

.steps .step p {
    margin-bottom: 15px
}

.steps .step p span {
    line-height: 40px;
    height: 40px;
    color: #9c9c9c
}

.steps input[type=email], .steps input[type=password], .steps input[type=tel], .steps input[type=text], .steps input[type=url] {
    width: 380px;
    height: 40px;
    border: 1px solid #b8b8b8;
    padding-left: 10px;
    box-sizing: border-box;
    float: right
}

.steps input[type=email].focused, .steps input[type=email]:focus, .steps input[type=password].focused, .steps input[type=password]:focus, .steps input[type=tel].focused, .steps input[type=tel]:focus, .steps input[type=text].focused, .steps input[type=text]:focus, .steps input[type=url].focused, .steps input[type=url]:focus {
    border-color: #30b5ef
}

.steps input[type=email].error, .steps input[type=password].error, .steps input[type=tel].error, .steps input[type=text].error, .steps input[type=url].error {
    border-color: #b74b4b;
    color: #b74b4b
}

.steps input[type=email].success, .steps input[type=password].success, .steps input[type=tel].success, .steps input[type=text].success, .steps input[type=url].success {
    border-color: #49874a;
    color: #49874a
}

.steps select {
    width: 378px;
    height: 40px;
    min-height: 40px;
    line-height: 40px
}

.steps select, .steps textarea {
    border: 1px solid #b8b8b8;
    padding-left: 10px;
    box-sizing: border-box;
    float: right
}

.steps textarea {
    width: 380px;
    height: 95px
}

.steps input[type=radio] + label {
    margin-left: 3px;
    position: relative;
    top: 3px
}

.steps input[type=checkbox] {
    float: left;
    position: relative;
    right: 4px
}

.steps input[type=checkbox] + label {
    width: 470px;
    margin-left: 3px;
    margin-bottom: 15px;
    position: relative;
    top: 3px;
    float: left;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    color: #404040
}

.steps .submit__form {
    margin-top: 0;
    background: #fff;
    padding: 10px 0;
    text-align: center
}

.steps .submit__form input[type=submit] {
    background-color: #2caeed;
    color: #fff;
    border: none;
    outline: 0;
    width: 260px;
    height: 48px;
    font: 24px Designio;
    cursor: pointer
}

.steps .submit__form input[type=submit]:hover {
    background-color: #5bc9ff
}

.margin0 {
    width: 100% !important;
    margin: 0 auto 20px !important
}

.events__sidebar {
    border: 1px solid #e4e4e4
}

.events__sidebar header {
    background: #fdfdfd;
    border-bottom: 1px solid #e4e4e4;
    color: #282828;
    font: 24px Designio;
    line-height: 44px;
    padding: 10px 30px
}

.events__sidebar .event__block {
    padding: 15px 30px;
    color: #ababab;
    font-size: 13px;
    border-bottom: 1px solid #e4e4e4
}

.events__sidebar .event__block span {
    color: #73b23a
}

.events__sidebar .event__block:hover {
    background-color: #fdfdfd
}

.events__sidebar .show_more {
    padding: 10px 30px;
    background-color: #fdfdfd !important;
    display: block
}

.calendar .title {
    padding: 0;
    background: #73b23a;
    color: #fff
}

.calendar .title a {
    color: #fff !important
}

.calendar .title .month {
    padding: 10px 0;
    float: left;
    font-size: 14px;
    font-weight: 700
}

.calendar .title .month a {
    margin: 0 15px
}

.calendar .title .filter {
    float: right
}

.calendar .title .filter a {
    display: inline-block;
    padding: 12px 20px
}

.calendar .title .filter a.current, .calendar .title .filter a:hover {
    background-color: #488411
}

.calendar table {
    width: 100%;
    font-size: 11px
}

.calendar table td, .calendar table th {
    width: 76.2px;
    box-sizing: border-box
}

.calendar table th {
    text-align: left;
    background-color: #e4e4e4 !important;
    color: #595959;
    font-size: 11px;
    padding: 15px
}

.calendar table th a {
    color: #595959 !important
}

.calendar table td {
    height: 90px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    color: #343434;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 3px;
    text-align: right;
    position: relative
}

.calendar table td:last-child {
    border-right: none
}

.calendar table td a {
    position: relative;
    min-height: 34px;
    height: 34px;
    display: block
}

.calendar table td a.apointment {
    background-color: #37a2d9
}

.calendar table td a.apointment, .calendar table td a.my {
    display: block;
    color: #fff !important;
    text-align: left;
    position: relative;
    left: 2px;
    margin-top: 2px;
    box-sizing: border-box;
    padding: 3px
}

.calendar table td a.my {
    background-color: #d9d700
}

.calendar table td a.event {
    background-color: #9258a1
}

.calendar table td a.event, .calendar table td a.expo {
    display: block;
    color: #fff !important;
    text-align: left;
    box-sizing: border-box;
    position: relative;
    left: 2px;
    margin-top: 2px;
    padding: 3px
}

.calendar table td a.expo {
    background-color: #faa634
}

.calendar table td a.add__event {
    color: #595959;
    display: block;
    height: 90px
}

.calendar table td span {
    position: absolute;
    left: 3px;
    top: 3px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    color: #fff !important;
    background-color: #595959;
    text-align: center;
    line-height: 16px
}

.calendar table td span.counter {
    background-color: #549c12
}

.calendar table td.last {
    color: #bebebe
}

.calendar table td.has_a {
    background-color: #f1f1f1 !important
}

.calendar table tr:last-child td {
    border-bottom: none
}

.calendar table.two_columns tr.greyer {
    background: #fdfdfd
}

.calendar table.two_columns tr.greyer td.first {
    color: #bebebe !important
}

.calendar table.two_columns tr.greyer td.last {
    color: #595959 !important;
    text-align: left
}

.calendar table.two_columns td {
    width: 85%;
    height: 40px;
    vertical-align: middle
}

.calendar table.two_columns td.first {
    width: 15%;
    background: #fdfdfd
}

.calendar table.two_columns td.last {
    color: #595959 !important;
    text-align: left;
    padding-left: 20px
}

.calendar table.two_columns td.appointment {
    border-right: 4px solid #009ce4
}

.calendar table.two_columns td.expo {
    border-right: 4px solid #faa634
}

.calendar table.two_columns td.company {
    border-right: 4px solid #9258a1
}

.calendar table.two_columns td a {
    position: relative;
    text-align: left;
    float: left;
    height: 36px;
    line-height: 34px;
    display: inline;
    padding-left: 20px
}

.calendar table.two_columns td a.remove_plan {
    position: absolute;
    float: none;
    right: 5px;
    top: 5px;
    width: 17px;
    height: 18px;
    display: block;
    background: url(../../img/icons/hrest.png) no-repeat 50%
}

.calendar table.two_columns td a.remove_plan:hover {
    background: url(../../img/icons/hrest_a.png) no-repeat 50%
}

.btn__green a {
    width: 165px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    font-size: 12px;
    display: block
}

.btn__green a:hover {
    opacity: .8
}

.btn__green button {
    width: 165px;
    height: 41px;
    line-height: 41px;
    color: #fff !important;
    text-align: center;
    font-size: 12px;
    display: block;
    background-color: #73b23a
}

.messages__block {
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #e4e4e4
}

.messages__block:hover {
    background-color: #fdfdfd
}

.messages__block.removed .titles, .messages__block.removed img {
    opacity: .5;
    -moz-opacity: .5
}

.messages__block.removed .red {
    margin-top: 20px
}

.messages__block.removed .red a {
    color: #c3222a;
    font-size: 13px
}

.messages__block img {
    float: left;
    margin-right: 15px
}

.messages__block:first-child {
    border-top: 1px solid #e4e4e4
}

.messages__block .titles {
    float: left;
    margin-right: 25px
}

.messages__block .titles p {
    color: #c5c5c5;
    font-size: 11px;
    margin-top: 5px
}

.messages__block .titles .title {
    font-size: 12px
}

.messages__block .texter p {
    color: #9c9c9c;
    margin-top: 5px
}

.messages__block .texter .subject {
    color: #434343
}

.messages__block .actions {
    position: absolute;
    right: 10px;
    top: 10px
}

.messages__block .actions .stars {
    background: url(../../img/messages/star.png) no-repeat 0;
    width: 11px;
    height: 10px;
    display: inline-block
}

.messages__block .actions .stars.active, .messages__block .actions .stars:hover {
    background: url(../../img/messages/star_a.png) no-repeat 0
}

.messages__block .actions .remove {
    width: 11px;
    height: 10px;
    display: inline-block
}

.messages__block .actions .remove, .messages__block .actions .remove:hover {
    background: url(../../img/messages/hrest.png) no-repeat 0
}

.video__block {
    border: none !important;
    float: right;
    width: 765px
}

.video__block img {
    max-width: 100%
}

.video__block .big__block {
    height: 463px;
    width: 100%;
    position: relative
}

.video__block .big__block .big__video {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -116px;
    margin-left: -116px
}

.video__block .video__title:after {
    content: '';
    clear: both;
    display: table;
    width: 100%
}

.video__block .video__title .title {
    font: 28px Designio;
    line-height: 28px;
    color: #000;
    float: left
}

.video__block .video__title a {
    line-height: 28px;
    float: right;
    height: 28px;
    color: #bebebe !important;
    display: block;
    padding-left: 25px
}

.video__block .video__title a:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: #73b23a url(../../img/icons/plus.png) 50% no-repeat;
    position: absolute;
    margin-left: -23px;
    border-radius: 100%;
    margin-top: 2px
}

.video__block .video__title a.done:before {
    background: #fece4b url(../../img/icons/profit.png) 50% no-repeat
}

.video__block .four__block {
    margin: 35px 0
}

.video__block .four__block:after {
    content: '';
    clear: both;
    display: table;
    width: 100%
}

.video__block .four__block .item__block {
    float: left;
    width: 180px;
    margin-right: 15px
}

.video__block .four__block .item__block:nth-child(4n) {
    margin-right: 0
}

.video__block .four__block .item__block a {
    position: relative;
    display: block
}

.video__block .four__block .item__block a .hover__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px
}

.video__block .four__block .item__block p a {
    color: #9c9c9c;
    font-size: 13px;
    background: url(../../img/video-ico.png) no-repeat left 4px;
    padding: 5px 0 5px 25px;
    display: block
}

.floor_blocks {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.floor_blocks svg polygon {
    fill: transparent;
    stroke: none;
    stroke-width: 1;
    cursor: pointer
}

.floor_blocks svg polygon:hover {
    fill: #c2c2c2;
    stroke: #d3d3d3;
    stroke-width: 1
}

.tool_tip {
    cursor: pointer;
    background: url(../../img/tooltip.png) no-repeat;
    width: 281px;
    height: 66px;
    box-sizing: border-box;
    padding: 12px 10px;
    font-size: 14px;
    color: #737373;
    position: absolute;
    top: -35px;
    left: 25px
}

.tool_tip.show {
    display: block
}

.closer {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer
}

.floor-plan-container .hallplan-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.floor-plan-container .hallplan-container {
    position: absolute;
    top: 0;
    left: 0;
    cursor: move
}

.floor-plan-container .hallplan-container.nomove {
    cursor: default
}

.floor-plan-container .hallplan, .floor-plan-container .hallplan svg {
    width: 100%;
    height: 100%
}

.floor-plan-container {
    padding: 20px 44px !important;
    height: 520px;
    min-height: 520px
}

.floor-plan-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5) url(fancybox_loading.gif) 50% no-repeat;
    z-index: 8
}

.floor-plan-container .zoom-container {
    position: absolute;
    top: 30px;
    left: 9px;
    border: 1px solid #d2d2d2;
    background: #fff;
    width: 35px;
    padding: 0;
    z-index: 7
}

.floor-plan-container .zoom-sep {
    height: 1px;
    width: 28px;
    margin: 0 auto;
    background: #b2b2b2
}

.floor-plan-container .zoom-minus, .floor-plan-container .zoom-plus {
    height: 33px;
    cursor: pointer;
    text-align: center;
    font: 700 33px/33px Arial;
    color: #2caeed
}

.floor-plan-container .zoom-minus.disabled, .floor-plan-container .zoom-plus.disabled {
    cursor: default;
    color: #ccc
}

.floor-plan-container .company-list-popup {
    position: absolute;
    margin-top: -11px;
    margin-left: 0;
    z-index: 300;
    cursor: pointer
}

.floor-plan-container .company-list-popup-container {
    max-height: 191px;
    border: 1px solid #cfcfcf;
    padding: 0 10px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff
}

.floor-plan-container .company-list-popup-container :last-child {
    border-bottom: 0
}

.floor-plan-container .company-list-popup-container::-webkit-scrollbar {
    width: 8px;
    background-color: #fff
}

.floor-plan-container .company-list-popup-container::-webkit-scrollbar-thumb {
    background: #49b3e7;
    border-radius: 4px
}

.floor-plan-container .company-list-popup-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #f5f5f5;
    border-radius: 4px
}

.floor-plan-container .company-list-popup-corner {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 253px;
    height: 11px;
    background: url(../../../img/tooltip_corner.png) no-repeat 0 0
}

.floor-plan-container .tool_tip {
    position: relative;
    top: 0;
    left: 0;
    background: #fff;
    padding: 5px 0;
    height: auto;
    border-bottom: 1px solid #cfcfcf
}

.floor-plan-container .tool_tip p.more {
    bottom: 8px
}

.app-popup-subject {
    height: auto
}

.app-popup-close {
    color: #fff !important;
    background: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 25px;
    border-radius: 26px;
    font-size: 17px
}

.app-popup_calendar, .app-popup_time {
    font-size: 14px
}

.header-left .hall-name {
    line-height: 33px
}

.p-top20 {
    padding-top: 20px
}

.floor-plan-container .closer .fa {
    color: #fff !important;
    background: #000;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 20px;
    font-size: 17px
}

.floor-plan-container .closer {
    top: 8px;
    right: 6px
}

.btn__green {
    margin-right: 32px
}

.btn__green button {
    width: 165px;
    height: 41px;
    line-height: 41px;
    color: #fff !important;
    text-align: center;
    font-size: 12px;
    display: block;
    background-color: #73b23a;
    border: none;
    outline: 0;
    cursor: pointer
}

.btn__green button:hover {
    background-color: #498612
}

.expo__tabs__grey.margin0.nearby {
    width: 81% !important;
    float: left
}

.helpers {
    margin-top: -10px;
    margin-right: 1px;
    float: right
}

.helpers li {
    background-color: #9258a1;
    color: #fff;
    padding: 3px 5px
}

.helpers li:first-child {
    background-color: #faa634
}

.helpers li:nth-child(3) {
    background-color: #37a2d9
}

.helpers li:last-child {
    background-color: #d9d700
}

._w_popup {
    position: relative;
    z-index: 9999999999;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

._w_popup .welcome__content {
    position: absolute;
    top: 50%;
    margin-top: -170px;
    left: 50%;
    margin-left: -325px;
    width: 650px;
    height: 340px;
    background: #fff
}

._w_popup .welcome__content header {
    background: #fdfdfd;
    border-bottom: 1px solid #e4e4e4;
    color: #282828;
    font: 30px Designio;
    line-height: 50px;
    padding: 7px 40px 5px;
    font-weight: 400
}

._w_popup .welcome__content .text__content {
    padding: 20px 40px
}

._w_popup .welcome__content .text__content span {
    color: #73b23a
}

._w_popup2 {
    position: relative;
    z-index: 9999999999;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

._w_popup2 .welcome__content {
    position: absolute;
    top: 50%;
    margin-top: -170px;
    left: 50%;
    margin-left: -325px;
    max-width: 650px;
    height: 340px;
    background: #fff
}

._w_popup2 .welcome__content header {
    background: #fdfdfd;
    border-bottom: 2px solid #4e5459;
    color: #282828;
    font: 30px din-condensed-web, sans-serif;
    line-height: 50px;
    padding: 15px 40px 20px;
    font-weight: 400
}

._w_popup2 .welcome__content .text__content {
    padding: 0
}

._w_popup2 .welcome__content .text__content span {
    color: #73b23a
}

.blue__button a {
    color: #fff;
    font: 22px Open Sans, sans-serif;
    line-height: 44px;
    background-color: #21bbb1;
    display: inline-block;
    padding: 0 50px
}

.blue__button a:hover {
    opacity: .8
}

.message__actions {
    box-sizing: border-box;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    line-height: 34px
}

.message__actions:after {
    content: '';
    clear: both;
    display: table;
    width: 100%
}

.message__actions a {
    display: block;
    float: left;
    box-sizing: border-box;
    width: 5%;
    line-height: 34px
}

.message__actions a.show__history {
    width: 71%;
    margin-right: 2px;
    text-align: center;
    color: #cacaca;
    font-size: 11px
}

.message__actions a.show__history span {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    color: #cacaca;
    padding-right: 20px;
    background: url(../../img/content_images/opened_message/triangle.png) no-repeat 100%
}

.message__actions a.reply {
    background: #fff url(../../img/content_images/opened_message/reply.png) no-repeat 50%;
    width: 38px;
    height: 34px;
    border-left: 1px solid #e4e4e4
}

.message__actions a.reply:hover {
    background-color: #f7f7f7
}

.message__actions a.favorite {
    background: #fff url(../../img/content_images/opened_message/star.png) no-repeat 50%;
    width: 38px;
    height: 34px;
    border-left: 1px solid #e4e4e4
}

.message__actions a.favorite:hover {
    background-color: #f7f7f7
}

.message__actions a.info {
    background: #fff url(../../img/content_images/opened_message/info.png) no-repeat 50%;
    width: 38px;
    height: 34px;
    border-left: 1px solid #e4e4e4
}

.message__actions a.info:hover {
    background-color: #f7f7f7
}

.message__actions a.remove {
    background: #fff url(../../img/content_images/opened_message/remove.png) no-repeat 50%;
    width: 38px;
    height: 34px;
    border-left: 1px solid #e4e4e4
}

.message__actions a.remove:hover {
    background-color: #f7f7f7
}

.history .oppened__message__block {
    border-bottom: 1px solid #e4e4e4
}

.history .oppened__message__block:last-child {
    border-bottom: none
}

.oppened__message__block {
    padding: 10px 20px
}

.oppened__message__block img {
    float: left;
    margin-right: 15px
}

.oppened__message__block .titles p {
    color: #c5c5c5;
    font-size: 11px;
    margin-top: 5px
}

.oppened__message__block .titles .title {
    font-size: 12px
}

.oppened__message__block .titles .title:after {
    content: '';
    clear: both;
    display: table;
    width: 100%
}

.oppened__message__block .titles .title a {
    color: #21bbb1
}

.oppened__message__block .titles .title span {
    color: #c5c5c5;
    float: right
}

.oppened__message__block a.info {
    background: url(../../img/content_images/opened_message/info.png) no-repeat 50%;
    background-size: 100% auto;
    width: 11px;
    height: 11px;
    margin-left: 5px;
    display: inline-block
}

.oppened__message__block .texter {
    float: right;
    width: 700px;
    margin-top: -35px
}

.oppened__message__block .texter p {
    color: #9c9c9c;
    margin-top: 5px
}

.oppened__message__block .texter .subject {
    color: #434343
}

.oppened__message__block .texter .subject span {
    color: #2caeed
}

.reply__block {
    padding: 20px;
    margin-top: 10px;
    border-top: 1px solid #e4e4e4
}

.reply__block img {
    float: left;
    margin-right: 13px
}

.reply__block form {
    float: left;
    width: 425px
}

.reply__block form input[type=text] {
    display: block;
    width: 100%;
    height: 32px;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 3px 10px;
    border: 1px solid #b8b8b8
}

.reply__block form textarea {
    resize: vertical;
    border: 1px solid #b8b8b8;
    box-sizing: border-box;
    width: 100%;
    height: 155px;
    padding: 10px;
    color: #9c9c9c
}

.reply__block form input[type=submit] {
    background-color: #73b23a;
    color: #fff;
    border: none;
    outline: 0;
    margin: 15px 0 20px;
    width: 155px;
    height: 32px;
    float: right;
    font: 12px;
    cursor: pointer
}

.reply__block form input[type=submit]:hover {
    background-color: #6ca837
}

.file_upload {
    position: relative;
    float: left;
    margin: 15px 0 20px;
    width: 270px
}

.file_upload input[type=file] {
    position: absolute;
    top: 0;
    visibility: hidden
}

.file_upload button {
    background: 0 0;
    border: none;
    outline: 0;
    overflow: hidden;
    width: 37px;
    height: 32px;
    margin-right: 10px;
    cursor: pointer;
    float: right
}

.file_upload div {
    visibility: hidden
}

.file_upload div span {
    color: #73b23a;
    float: left;
    min-width: 230px;
    background-color: #eee;
    margin-top: 10px;
    padding: 5px 5px 3px
}

.file_upload div a {
    background-color: #eee;
    display: block;
    margin-left: 5px;
    float: left;
    width: 23px;
    height: 29px;
    line-height: 26px;
    text-align: center
}

.file_upload div a img {
    margin-right: 0;
    float: none
}

.no__border {
    border: none !important
}

.slider_8_steps {
    position: relative
}

.slider_8_steps .step__slide {
    position: relative;
    z-index: 1 !important
}

.slider_8_steps .step__slide .text_half {
    width: 400px;
    float: left
}

.slider_8_steps .step__slide .text_half img {
    display: block;
    margin: 25px auto;
    position: relative;
    z-index: -1
}

.slider_8_steps .step__slide .text_half h2 {
    font: 40px Designio;
    text-align: center;
    margin-top: 0;
    padding-bottom: 20px;
    color: #000;
    font-weight: 400
}

.slider_8_steps .step__slide .text_half p {
    padding-bottom: 15px;
    color: #9c9c9c;
    font-size: 14px;
    line-height: 20px
}

.slider_8_steps .step__slide .img_half {
    float: right
}

.slider_8_steps .step__slide .img_half img {
    box-shadow: 0 0 6px rgba(0, 0, 0, .2)
}

.slider_8_steps #step__prev {
    background: url(../../img/content_images/arrows/prev.png) no-repeat;
    width: 31px;
    height: 132px;
    position: absolute;
    top: 50%;
    margin-top: -61px;
    left: -60px;
    cursor: pointer
}

.slider_8_steps #step__prev:hover {
    background: url(../../img/content_images/arrows/prev_a.png) no-repeat
}

.slider_8_steps #step__next {
    background: url(../../img/content_images/arrows/next.png) no-repeat;
    width: 31px;
    height: 132px;
    position: absolute;
    top: 50%;
    margin-top: -61px;
    right: -60px;
    cursor: pointer
}

.slider_8_steps #step__next:hover {
    background: url(../../img/content_images/arrows/next_a.png) no-repeat
}

#step__pager {
    margin: 0 0 40px
}

#step__pager:after {
    content: '';
    clear: both;
    display: table;
    width: 100%
}

#step__pager li {
    display: block;
    margin-left: -10px;
    float: left
}

#step__pager li a {
    color: #404040;
    font-size: 12px;
    text-decoration: none;
    background-color: #f9f9f9;
    border-top: 1px solid #b8b8b8;
    border-bottom: 1px solid #b8b8b8;
    box-sizing: border-box;
    line-height: 41px;
    height: 41px;
    padding: 0 1px;
    display: block;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    float: left
}

#step__pager li:after {
    content: url(../../img/content_images/arrows/after.png);
    display: block;
    float: left
}

#step__pager li:before {
    content: url(../../img/content_images/arrows/before.png);
    display: block;
    float: left
}

#step__pager li:hover:after {
    content: url(../../img/content_images/arrows/after_a.png);
    display: block;
    float: left
}

#step__pager li:hover:before {
    content: url(../../img/content_images/arrows/before_a.png);
    display: block;
    float: left
}

#step__pager li:hover a {
    color: #fff;
    background-color: #2caeed;
    border: none
}

#step__pager li:first-child {
    margin-left: 0
}

#step__pager li:first-child a {
    border-left: 1px solid #b8b8b8;
    padding-left: 5px
}

#step__pager li:first-child:before {
    content: ""
}

#step__pager li.cycle-pager-active a {
    color: #fff;
    background-color: #2caeed;
    border: none
}

#step__pager li.cycle-pager-active:before {
    content: url(../../img/content_images/arrows/before_a.png);
    display: block;
    float: left
}

#step__pager li.cycle-pager-active:after {
    content: url(../../img/content_images/arrows/after_a.png);
    display: block;
    float: left
}

#step__pager li.cycle-pager-active:first-child:before {
    content: ""
}

.visitor__block:nth-child(2) header {
    border-top: 1px solid #f4f4f4
}

.visitor__block .blue__button {
    margin: 30px auto
}

.visitor__block .blue__button a {
    color: #fff
}

.visitor__block .content__part {
    padding: 15px 0
}

.job__request p, .visitor__block .form p {
    margin-bottom: 35px
}

.job__request p span:first-child, .visitor__block .form p span:first-child {
    width: 100px;
    display: inline-block;
    color: #9c9c9c
}

.job__request p.two_lines span:first-child, .visitor__block .form p.two_lines span:first-child {
    position: relative;
    bottom: 8px
}

.job__request select, .visitor__block .form select {
    min-height: 40px;
    height: 40px;
    border: 1px solid #b8b8b8;
    padding-left: 10px;
    box-sizing: border-box
}

.visitor__block .form select:focus {
    border-color: #30b5ef
}

.visitor__block input[type=email].focused, .visitor__block input[type=email]:focus, .visitor__block input[type=password].focused, .visitor__block input[type=password]:focus, .visitor__block input[type=tel].focused, .visitor__block input[type=tel]:focus, .visitor__block input[type=text].focused, .visitor__block input[type=text]:focus, .visitor__block input[type=url].focused, .visitor__block input[type=url]:focus {
    border-color: #30b5ef
}

.visitor__block input[type=email].error, .visitor__block input[type=password].error, .visitor__block input[type=tel].error, .visitor__block input[type=text].error, .visitor__block input[type=url].error {
    border-color: #b74b4b;
    color: #b74b4b
}

.visitor__block input[type=email].success, .visitor__block input[type=password].success, .visitor__block input[type=tel].success, .visitor__block input[type=text].success, .visitor__block input[type=url].success {
    border-color: #49874a;
    color: #49874a
}

.visitor__block input[type=radio] + label {
    margin-left: 3px;
    position: relative;
    top: 3px
}

.visitor__block input[type=submit] {
    background-color: #21bbb1;
    color: #fff;
    font-size: 20px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    height: 45px;
    max-width: 205px;
    width: 100%;
    outline: 0;
    border: none;
    cursor: pointer
}

.visitor__block input[type=submit]:hover {
    opacity: .8s
}

.visitor__block .information {
    float: left
}

.visitor__block .information h3 {
    color: #747474;
    font-size: 24px;
    font-weight: 700
}

.visitor__block .information p {
    color: #b3b3b3;
    font-size: 14px;
    line-height: 25px
}

.visitor__block .information p a {
    text-decoration: underline
}

.visitor__block .information .two__buttons {
    margin: 21px 0
}

.visitor__block .information .two__buttons a {
    color: #fff;
    font-size: 15px;
    height: 39px;
    line-height: 39px;
    padding: 0 15px;
    margin-right: 10px;
    display: inline-block;
    text-align: center
}

.visitor__block .information .two__buttons a.blue {
    background-color: #2caeed
}

.visitor__block .information .two__buttons a.blue:hover {
    background-color: #5bc9ff
}

.visitor__block .information .two__buttons a.green {
    background-color: #73b23a
}

.visitor__block .information .two__buttons a.green:hover {
    background-color: #6ca837
}

.visitor__block .information .user__info {
    float: left;
    margin-right: 60px
}

.visitor__block .information .adress {
    background-color: #f9f9f9;
    box-sizing: border-box;
    float: left;
    width: 355px;
    padding: 22px
}

.visitor__block .information .adress h3 {
    font-size: 18px
}

.double__info {
    float: left;
    width: 50%;
    margin: -30px 0;
    box-sizing: border-box;
    padding: 30px 30px 30px 0
}

.double__info:nth-child(2) {
    padding-left: 30px;
    border-left: 1px solid #f4f4f4
}

.double__info h4 {
    font-size: 15px;
    color: #73b23a;
    padding-bottom: 20px
}

.double__info table tr td {
    color: #9c9c9c;
    padding-bottom: 10px
}

.double__info table tr td:first-child {
    width: 120px;
    color: #747474
}

.double__double, .double__double__long {
    border-bottom: 1px solid #f4f4f4
}

.double__info2 {
    float: left;
    width: 50%;
    border-right: 1px solid #f4f4f4;
    box-sizing: border-box;
    padding: 0
}

.double__info2 header {
    border-top: 1px solid #f4f4f4
}

.double__info2:nth-child(3) {
    min-height: 406px;
    border-bottom: 1px solid #f4f4f4
}

.double__info2:nth-child(3) p label {
    padding-bottom: 20px;
    color: #9c9c9c !important
}

.double__info2 .content__part {
    padding: 30px
}

.double__info2 .content__part.textareas p span:first-child {
    float: left;
    width: 100%
}

.double__info2 .content__part.textareas p textarea {
    width: 310px;
    height: 70px;
    border: 1px solid #b8b88b;
    resize: none;
    box-sizing: border-box;
    padding: 5px 10px
}

.double__info2 .content__part.textareas p textarea:focus {
    border-color: #30b5ef
}

.no__border__left {
    border-left: none !important;
    border-bottom: 1px solid #f4f4f4
}

.no__border__left h3 {
    padding-bottom: 25px
}

.intl-tel-input {
    border-radius: 4px !important
}

.file_uploader {
    position: relative;
    margin: 0;
    width: 100%;
    max-width: 170px
}

.file_uploader input[type=file] {
    position: absolute;
    top: 0;
    visibility: hidden
}

.file_uploader .cropper-img-result {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 170px;
    height: 170px
}

.file_uploader button {
    background: #eee;
    border: 1px solid #d5d5d5;
    outline: 0;
    overflow: hidden;
    width: 100%;
    height: 200px;
    padding: 0;
    cursor: pointer;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.file_uploader button img {
    margin: 0 auto;
    float: none !important;
    border: none !important;
    margin-right: 0 !important
}

.file_uploader div {
    width: 100%;
    background-color: #5f5f5f;
    padding: 7px 0 5px;
    text-align: center;
    position: absolute;
    bottom: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.file_uploader div span {
    color: #fff !important;
    box-sizing: border-box;
    font-size: 14px;
    display: block;
    cursor: pointer
}

.file_uploader div span:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 16px;
    top: 3px;
    left: -3px;
    background: url(../../img/screpka.png) no-repeat 0;
    position: relative
}

.floater {
    float: left;
    width: 100px
}

.event__page .blue__link:hover {
    background-color: #5bc9ff
}

.event__page .green__link:hover, .events__item .side--right .green__link:hover {
    background-color: #21bbb1
}

#exhibitorProfile p.centered {
    width: 100%;
    display: inline-block;
    margin: 5px 0 !important
}

.centered {
    text-align: center;
    color: #9c9c9c;
    font-size: 14px
}

.web-slider-text {
    margin-top: 20px
}

.file_uploading {
    position: relative;
    margin: 32px auto 0;
    max-width: 205px;
    width: 100%;
    height: 30px
}

.file_uploading input[type=file] {
    position: absolute;
    top: 0;
    visibility: hidden
}

.file_uploading:hover button {
    background: #f9f9f9
}

.file_uploading button {
    background: #fdfdfd;
    border: 1px solid #eaeaea;
    outline: 0;
    overflow: hidden;
    width: 205px;
    min-height: 30px;
    margin-right: 10px;
    cursor: pointer;
    text-align: center;
    float: left
}

.file_uploading button img {
    margin: 0 auto;
    float: none !important;
    border: none !important;
    margin-right: 0 !important
}

.file_uploading div {
    width: 100%;
    padding: 7px 0 5px;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 8px;
    cursor: pointer
}

.file_uploading div span {
    color: #6e7278 !important;
    display: block;
    font-size: 14px;
    box-sizing: border-box
}

.file_uploading div span:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 16px;
    top: 3px;
    left: -3px;
    background: url(../../img/screpka_grey.png) no-repeat 0;
    position: relative
}

#make_an_appointment .overlayer {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 999999
}

#make_an_appointment .make__popup {
    background-color: #fff;
    position: fixed;
    z-index: 9999999;
    top: 50%;
    left: 50%;
    margin-top: -220px;
    margin-left: -325px;
    width: 650px
}

#make_an_appointment .make__popup header {
    background: #fdfdfd;
    border-bottom: 1px solid #f4f4f4;
    color: #282828;
    font: 30px Designio;
    line-height: 44px;
    padding: 10px 30px
}

#make_an_appointment .make__popup form {
    padding: 30px
}

#make_an_appointment .make__popup form p {
    padding-bottom: 20px
}

#make_an_appointment .make__popup form p:after {
    content: '';
    clear: both;
    display: table;
    width: 100%
}

#make_an_appointment .make__popup form p > span {
    display: inline-block;
    min-width: 145px;
    font-size: 14px;
    line-height: 32px;
    color: #9c9c9c
}

#make_an_appointment .make__popup form .selector {
    float: right
}

#make_an_appointment .make__popup form .selector > span {
    line-height: 34px
}

#make_an_appointment .make__popup form .selector > span:after {
    top: 15px
}

#make_an_appointment .make__popup form select {
    width: 403px;
    height: 32px;
    min-height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #9c9c9c;
    box-sizing: border-box;
    float: right;
    background: #f9f9f9;
    border: 1px solid #e4e4e4
}

#make_an_appointment .make__popup form textarea {
    display: block;
    float: right;
    resize: none;
    height: 138px;
    width: 399px;
    border: 1px solid #e4e4e4
}

#make_an_appointment .make__popup form input[type=radio] {
    display: none
}

#make_an_appointment .make__popup form input[type=radio] + label span {
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-left: 25px;
    position: relative;
    top: 5px;
    cursor: pointer
}

#make_an_appointment .make__popup form input[type=radio].device1 + label span {
    background: url(../../img/mobile/ico1.png) no-repeat 50%
}

#make_an_appointment .make__popup form input[type=radio].device1:checked + label span {
    background: url(../../img/mobile/ico1_a.png) no-repeat 50%
}

#make_an_appointment .make__popup form input[type=radio].device2 + label span {
    background: url(../../img/mobile/ico2.png) no-repeat 50%
}

#make_an_appointment .make__popup form input[type=radio].device2:checked + label span {
    background: url(../../img/mobile/ico2_a.png) no-repeat 50%
}

#make_an_appointment .make__popup form input[type=radio].device3 + label span {
    background: url(../../img/mobile/ico3.png) no-repeat 50%
}

#make_an_appointment .make__popup form input[type=radio].device3:checked + label span {
    background: url(../../img/mobile/ico3_a.png) no-repeat 50%
}

#make_an_appointment .make__popup form input[type=submit] {
    background-color: #2caeed;
    color: #fff;
    border: none;
    outline: 0;
    display: block;
    margin: 0 auto;
    width: 260px;
    height: 48px;
    font: 24px Designio;
    cursor: pointer
}

#make_an_appointment .make__popup form input[type=submit]:hover {
    background-color: #5bc9ff
}

.star {
    width: 11px;
    margin-left: 5px;
    height: 11px;
    display: inline-block
}

.star2 {
    width: 11px;
    margin-left: 5px;
    height: 11px;
    display: inline-block;
    background: url(../../img/mess/star_a.png) no-repeat 50%
}

.star2:hover {
    background: url(../../img/mess/star_a_del.png) no-repeat 50%
}

.mess {
    width: 11px;
    margin-left: 5px;
    height: 11px;
    display: inline-block;
    background: url(../../img/mes_ico.png) no-repeat 50%
}

.mess:hover {
    background: url(../../img/mes_ico_hover.png) no-repeat 50%
}

.hrest {
    width: 11px;
    height: 11px;
    margin-left: 5px;
    display: inline-block;
    background: url(../../img/mess/hrest.png) no-repeat 50%
}

.hrest:hover {
    background: url(../../img/mess/hrest_a.png) no-repeat 50%
}

.big__block {
    float: left;
    width: 420px
}

.big__block a {
    width: 448px;
    height: 292px;
    display: block;
    position: relative
}

.big__block a img {
    position: relative;
    z-index: 2
}

.big__block a .caption {
    position: absolute;
    bottom: 0;
    font: 18px Designio;
    left: 14px;
    z-index: 3;
    width: 420px;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 13px
}

.big__block a .caption small {
    text-transform: none;
    font: 13px Liberation Sans, Arial, Tahoma, Verdana, sans-serif
}

.little__blocks {
    float: left;
    width: 200px;
    margin-left: 15px;
    margin-bottom: 15px
}

.little__blocks a {
    width: 222px;
    height: 144px;
    display: block;
    margin-bottom: 4px;
    position: relative
}

.little__blocks a img {
    position: relative;
    z-index: 2
}

.little__blocks a .caption {
    position: absolute;
    bottom: 0;
    font: 18px Designio;
    left: 14px;
    z-index: 3;
    width: 199px;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 5px
}

.little__blocks a .caption small {
    text-transform: none;
    font: 13px Liberation Sans, Arial, Tahoma, Verdana, sans-serif
}

.many__innovations ul li a {
    display: block;
    position: relative;
    width: 193px;
    height: 128px
}

.row .two__third .content__block .content__article .many__innovations ul {
    padding: 14px 0 7px
}

.row .two__third .content__block .content__article .many__innovations ul li {
    padding: 0;
    margin-bottom: 10px
}

.row .two__third .content__block .content__article .many__innovations ul li a span.cap {
    padding: 0;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    width: 193px;
    font: 13px Liberation Sans, Arial, Tahoma, Verdana, sans-serif;
    color: #fff;
    min-height: 0;
    box-sizing: border-box;
    padding: 5px
}

.marginer {
    margin: 0 0 15px;
    position: relative;
    top: 5px
}

header.grey__slide {
    background: #7e7e7e !important;
    color: #fff !important
}

.video__slders {
    position: relative
}

.slider__button--previous {
    left: -60px;
    background: url(../../img/bg-slide-prev.png) 50% no-repeat
}

.slider__button--nexter, .slider__button--previous {
    position: absolute;
    top: 60px;
    width: 31px;
    height: 132px;
    display: block
}

.slider__button--nexter {
    right: -60px;
    background: url(../../img/bg-slide-next.png) 50% no-repeat
}

.analytic_slide {
    position: relative
}

.analytic_slide .many__videoss ul {
    padding-left: 15px
}

.analytic_slide .many__videoss ul li {
    display: inline-block;
    width: 315px;
    padding: 20px 0;
    margin-right: 10px
}

.analytic_slide .many__videoss ul li:nh-child(3) {
    margin-right: 0
}

.analytic_slide .many__videoss ul li a span {
    position: relative;
    width: 315px;
    height: 215px;
    display: block
}

.analytic_slide .many__videoss ul li a span .hoveron {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px
}

.analytic_slide .many__videoss ul li a p {
    background: url(../../img/content_images/analytics/video_icon.png) no-repeat left 4px;
    color: #737373;
    font-size: 14px;
    padding: 0 0 0 18px;
    display: inline
}

#log_in.active {
    background-color: #2caeed;
    color: #fff
}

.login__form2 {
    width: 220px;
    height: 210px;
    color: #9c9c9c;
    position: absolute;
    box-sizing: border-box;
    padding: 20px;
    z-index: 1000;
    border: 1px solid #b8b8b8
}

.login__form2 input[type=password], .login__form2 input[type=text] {
    border: 1px solid #b8b8b8;
    outline: 0;
    height: 35px;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 10px;
    width: 100%;
    color: #9c9c9c
}

.login__form2 input[type=password]:focus, .login__form2 input[type=text]:focus {
    border-color: #2caeed
}

.login__form2 input[type=checkbox] + label span {
    font: 14px Liberation Sans, Arial, Tahoma, Verdana, sans-serif
}

.login__form2 input[type=submit] {
    background-color: #2caeed;
    color: #fff;
    font-size: 15px;
    height: 40px;
    width: 100%;
    border: none;
    cursor: pointer;
    outline: 0;
    margin-top: 10px
}

.login__form2 input[type=submit]:hover {
    background-color: #5bc9ff
}

.exhibitor__title {
    font: 28px din-condensed-web, sans-serif;
    color: #000;
    padding-bottom: 0;
    position: relative;
    top: 3px
}

.edit__product__catalog ol li {
    border-bottom: 1px solid #e4e4e4;
    padding: 25px
}

.edit__product__catalog ol li:after {
    content: '';
    clear: both;
    display: table;
    width: 100%
}

.edit__product__catalog ol li .number {
    float: left;
    margin: 5px 20px 0 0
}

.edit__product__catalog ol li img {
    float: left
}

.edit__product__catalog ol li .text__content {
    float: left;
    max-width: 385px;
    width: 100%;
    padding: 5px 30px
}

.edit__product__catalog ol li .text__content p {
    padding: 0;
    margin: 0;
    font-size: 14px
}

.edit__product__catalog ol li .text__content p.title {
    font-size: 18px;
    font-weight: 700;
    color: #000
}

.edit__product__catalog ol li .text__content p.title__light {
    font-size: 16px;
    font-weight: 700
}

.edit__product__catalog ol li .text__content p span.green {
    color: #73b23a !important
}

.edit__product__catalog ol li .text__content.longer {
    width: 575px
}

.edit__product__catalog ol li .tags {
    margin-top: 10px;
    float: left
}

.edit__product__catalog ol li .tags > span {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 3px
}

.edit__product__catalog ol li .tags a {
    color: #4ca300;
    font-size: 11px;
    padding: 5px;
    background: #f1f1f1;
    box-sizing: border-box;
    display: inline-block;
    margin-right: -4px
}

.edit__product__catalog ol li .list__actions {
    float: right;
    margin-top: 5px
}

.edit__product__catalog ol li .list__actions .edit_it {
    background-color: #fdfdfd;
    border: 1px solid #eaeaea;
    color: #6e7278;
    font-size: 14px;
    width: 105px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-right: 15px
}

.edit__product__catalog ol li .list__actions .edit_it:hover {
    background-color: #2caeed;
    color: #fff
}

.sliding__links {
    background-color: #f7f7f7;
    border-bottom: 1px solid #efefef;
    display: block
}

.sl-add {
    padding: 10px
}

.content__block .content__article .add__product {
    background-color: #f7f7f7;
    padding: 20px 20px;
    border: 1px solid #e4e4e4;
    position: relative
}

.content__block .content__article .add__product h3 {
    font-size: 15px;
    color: #727272
}

.content__block .content__article .add__product p.floater {
    width: 60px
}

.content__block .content__article .add__product p span {
    color: #9c9c9c
}

.content__block .content__article .add__product .inputs__info.very__long {
    width: 630px;
    margin-left: 30px
}

.content__block .content__article .add__product .inputs__info.very__long input[type=text] {
    width: 530px
}

.content__block .content__article .add__product .inputs__info p {
    margin-bottom: 10px
}

.content__block .content__article .add__product .inputs__info p span {
    line-height: 40px
}

.content__block .content__article .add__product .inputs__info p:after {
    content: '';
    clear: both;
    display: table;
    width: 100%
}

.content__block .content__article .add__product .inputs__info p input[type=text] {
    float: right;
    width: 245px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #b8b8b8;
    padding: 0 10px
}

.content__block .content__article .add__product .inputs__info p input[type=text]:focus {
    border-color: #2caeed
}

.content__block .content__article .add__product .inputs__info p.centered {
    text-align: right;
    margin-top: 10px
}

.content__block .content__article .add__product .inputs__info .nice {
    position: relative;
    width: 100%;
    margin: 5px auto
}

.content__block .content__article .add__product .inputs__info .nice:after {
    content: '';
    clear: both;
    display: table;
    width: 100%
}

.content__block .content__article .add__product .inputs__info .nice:hover button {
    border-color: #2caeed
}

.content__block .content__article .add__product .inputs__info .nice button {
    cursor: pointer;
    float: right;
    width: 245px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #b8b8b8;
    margin-right: 0
}

.content__block .content__article .add__product .inputs__info .nice p:first-child {
    position: absolute;
    left: 0;
    top: 12px;
    color: #9c9c9c;
    font-size: 14px
}

.content__block .content__article .add__product .inputs__info .nice div {
    cursor: pointer
}

.content__block .content__article .add__product .inputs__info .nice div span {
    position: relative;
    left: 40px;
    cursor: pointer;
    top: 5px
}

.content__block .content__article .add__product .inputs__info .button:after {
    content: '';
    clear: both;
    display: table;
    width: 100%
}

.content__block .content__article .add__product .inputs__info .button button {
    margin-top: 0
}

.content__block .content__article .add__product .adding__block p:after {
    content: '';
    clear: both;
    display: table;
    width: 100%
}

.content__block .content__article .add__product .adding__block p span {
    float: left;
    line-height: 40px;
    margin-right: 15px
}

.content__block .content__article .add__product .adding__block p span.areas {
    margin-right: 0
}

.content__block .content__article .add__product .adding__block p textarea {
    max-width: 350px;
    height: 70px;
    box-sizing: border-box;
    border: 1px solid #b8b8b8;
    padding: 10px;
    float: right
}

.content__block .content__article .add__product .adding__block p textarea.longer {
    height: 150px
}

.content__block .content__article .add__product .button:after {
    content: '';
    clear: both;
    display: table;
    width: 100%
}

.content__block .content__article .add__product .button button {
    cursor: pointer;
    font-size: 15px;
    width: 152px;
    height: 39px;
    border: none;
    outline: 0;
    margin-top: 15px;
    float: right
}

.content__block .content__article .add__product .button.white__button button {
    background-color: #fdfdfd;
    border: 1px solid #eaeaea;
    color: #6e7278;
    font-size: 15px
}

.content__block .content__article .add__product .button.white__button button:hover {
    border-color: #2caeed
}

.visitor__block .content__part.application .inputs {
    height: 40px
}

.visitor__block .content__part.application .inputs .bootstrap-tagsinput {
    width: 348px
}

.visitor__block .content__part.application .inputs input[type=email], .visitor__block .content__part.application .inputs input[type=tel], .visitor__block .content__part.application .inputs input[type=text], .visitor__block .content__part.application .inputs select {
    width: 360px
}

.visitor__block .content__part.application .inputs select {
    width: 358px;
    margin: 0;
    padding: 0;
    height: 40px
}

.visitor__block .content__part.application .blue__button {
    padding-left: 115px;
    margin-bottom: 5px
}

.dubler {
    float: left !important;
    width: 100% !important;
    margin-bottom: 14px;
    margin-top: -10px
}

.dubler:after {
    content: '';
    clear: both;
    display: table;
    width: 100%
}

.dubler span {
    display: inline-block
}

.dubler span.grey {
    color: #9c9c9c !important;
    margin: 0 8px
}

.dubler span.dark {
    color: #404040 !important;
    margin: 0 10px
}

.dubler span.dark.first {
    margin-left: 0
}

.dubler select {
    width: 154px !important;
    display: inline-block
}

.dubler input {
    width: 80px !important;
    display: inline-block
}

.half__block {
    width: 48%;
    float: left;
    box-sizing: border-box;
    padding-bottom: 25px;
    border: 1px solid #e4e4e4
}

.half__block:nth-child(2) {
    margin-right: 0
}

.half__block header {
    border-bottom: 1px solid #e4e4e4;
    background-color: #fdfdfd;
    margin-bottom: 25px
}

.half__block .button input[type=submit] {
    background-color: #73b23a;
    width: 155px;
    height: 40px;
    outline: 0;
    border: none;
    cursor: pointer;
    margin: 15px auto 0;
    position: relative;
    display: block;
    color: #fff;
    opacity: 1 !important;
    -moz-opacity: 1 !important
}

.half__block .button input[type=submit]:hover {
    background-color: #498612
}

.drager {
    cursor: move
}

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

.webinar__room__video iframe {
    height: 475px !important
}

.webinar__room__chat__message textarea {
    resize: none
}

.webinar__room__chat__message input[type=submit] {
    right: 20px !important;
    bottom: 0 !important
}

.person__container {
    position: relative
}

.person__container .drop__here {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 150px;
    background-color: hsla(0, 0%, 100%, .6);
    color: #000;
    font-weight: 700;
    z-index: -1
}

.webinar__room__video .drop__here {
    line-height: 500px
}

.green__text {
    color: #73b23a;
    padding-left: 20px;
    background: url(../../img/green_ico.png) no-repeat 0
}

.content__block {
    position: relative
}

.links_block {
    padding: 15px 30px
}

.links_block ul li {
    float: left;
    text-align: center;
    margin-right: 10px
}

.links_block ul li:last-child {
    margin-right: 0
}

.simple_img img {
    display: block
}

.simple_img {
    position: relative;
    margin: 0 0 15px
}

a:hover .simple_img:before {
    position: absolute;
    content: '';
    background: #2caeed;
    width: 141px;
    height: 96px;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
    left: 0;
    top: 0
}

.about-list li.news-ico a {
    background-image: url(../../img/about-list-news-ico.png)
}

.about-list li.events-ico a {
    background-image: url(../../img/about-list-events-ico.png)
}

.main_list {
    border: 1px solid #e4e4e4;
    margin-bottom: 20px
}

.main_list .title {
    border-bottom: 1px solid #e4e4e4;
    background: #fdfdfd;
    color: #282828;
    font: 28px Designio;
    line-height: 44px;
    padding: 10px 30px
}

.list_title {
    font-size: 14px;
    color: #73b23a
}

.side_block {
    padding: 15px 30px
}

.side_block ul {
    padding: 15px 0 0
}

.side_block ul li {
    background: url(../../img/list-item.png) no-repeat 0;
    padding: 0 0 0 25px;
    font-size: 14px;
    line-height: 24px;
    color: #9c9c9c
}

.text_message {
    border: 1px solid #e4e4e4;
    width: 400px;
    float: right;
    padding: 20px 0 20px 90px;
    margin: -110px 0 0
}

.text_message .theme {
    font-size: 15px;
    color: #9c9c9c;
    line-height: 28px
}

.text_message p {
    font-size: 14px;
    color: #9c9c9c
}

.print_btn {
    background: url(../../img/print_btn.png) no-repeat 0;
    width: 14px;
    height: 14px;
    display: block;
    float: right
}

.own_comment textarea {
    width: 464px;
    height: 40px;
    padding: 18px 40px 18px 30px;
    border: 1px solid #e4e4e4;
    outline: 0;
    resize: none
}

.own_comment input[type=submit] {
    background: url(../../img/brief_btn.png) no-repeat 0 0;
    width: 25px;
    height: 18px;
    border: none;
    outline: 0;
    cursor: pointer;
    float: right;
    margin: -30px 22px 0 0;
    position: relative;
    z-index: 15
}

.real_man {
    padding: 0 0 20px
}

.star_title {
    font-size: 18px;
    color: #727272;
    background: url(../../img/star-ico.png) no-repeat 0;
    padding: 0 0 0 30px;
    margin: 20px 0 0 30px
}

.pager_conteiner {
    border-top: 1px solid #f4f4f4
}

.video_web {
    width: 129px;
    float: right;
    margin: 0 -15px 0 0
}

.video_web a {
    margin-top: -30px;
    margin-left: -30px
}

.contact__list {
    padding: 0 !important
}

.contact__list ul:after {
    content: '';
    clear: both;
    display: table;
    width: 100%
}

.contact__list ul li {
    text-align: center;
    box-sizing: border-box;
    background-color: #fff;
    cursor: pointer;
    display: block;
    padding: 21px 0;
    border-bottom: 1px solid #e4e4e4;
    float: left;
    width: 33%;
    border-right: 1px solid #e4e4e4
}

.contact__list ul li img {
    margin-bottom: 10px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 1px solid #e4e4e4
}

.contact__list ul li:nth-child(3n) {
    border-right: none
}

.contact__list ul li p {
    margin-bottom: 3px
}

.contact__list ul li p.title {
    font-weight: 700;
    color: #9c9c9c;
    font-size: 16px
}

.contact__list ul li p.job {
    font-size: 12px
}

.contact__list ul li:hover {
    background-color: #fdfdfd
}

.header__top__stripe {
    height: 58px;
    background: rgba(0, 0, 0, .7);
    z-index: 201;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.header__logo {
    float: left
}

.header__search__wrapper {
    border-left: 1px solid hsla(0, 0%, 84%, .2);
    padding: 12px 24px 0;
    height: 46px;
    float: right
}

.header__search {
    border: 1px solid #4a4a4a;
    background: #000
}

.header__search:after {
    content: '';
    clear: both;
    display: table;
    width: 100%
}

.header__search input[type=text] {
    font-size: 14px;
    color: #ccc;
    margin: 0;
    padding: 0 0 0 15px;
    width: 170px;
    height: 30px;
    border: none;
    background: 0 0;
    font-style: italic;
    float: left
}

.header__search input[type=submit] {
    width: 37px;
    height: 30px;
    border: none;
    border-left: 1px solid #4a4a4a;
    background: url(../../img/bg-header_search.png) 50% no-repeat;
    text-indent: -10000px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    float: left
}

.header__search input[type=submit]:hover {
    background-color: rgba(79, 82, 82, .6)
}

.messages-header ul {
    height: 0;
    overflow: hidden;
    position: absolute;
    background: #fff;
    margin-top: 12px;
    z-index: 999;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    width: 300px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.messages-header ul li {
    padding: 6px 10px;
    border-bottom: 1px solid #e5e5e5
}

.messages-header ul a li:hover {
    background: #ededed
}

.msg-header {
    color: #b7b7b7 !important;
    line-height: 10px !important;
    font-size: 12px
}

.msg-title-header {
    color: #000;
    overflow: hidden
}

.msg-header-date {
    color: #14bab0 !important;
    line-height: 10px !important;
    font-size: 12px
}

.msg-header-img img {
    border-radius: 50%
}

.header__user__wrapper {
    border-left: 1px solid hsla(0, 0%, 84%, .2);
    float: right
}

.header__user__links li {
    border-right: 1px solid hsla(0, 0%, 84%, .2);
    float: left
}

.header__user__links a {
    font-size: 13px;
    color: #ccc;
    display: block;
    height: 58px;
    line-height: 58px;
    padding: 0 24px;
    text-decoration: none
}

.header__user__links a:hover {
    background: rgba(79, 82, 82, .6)
}

.header__user {
    border-right: 1px solid hsla(0, 0%, 84%, .2);
    padding: 11px 15px 0;
    height: 47px
}

.header__user a {
    font-size: 13px;
    line-height: 34px;
    color: #ccc
}

.header__user .photo {
    float: left
}

.header__user .name {
    padding: 0 0 0 15px;
    height: 34px;
    float: left
}

.header__text__wrapper {
    max-width: 630px;
    left: 50%;
    margin-left: -315px;
    top: 30%;
    z-index: 97;
    position: absolute;
    width: 100%
}

.header__text__wrapper .header__text {
    padding-top: 45px
}

.header__text__wrapper .header__text .title {
    margin: 0 0 7px
}

.header__text {
    padding-top: 85px;
    text-align: center;
    position: absolute;
    top: 100px;
    left: 100px
}

.header__text .title {
    background-color: rgba(0, 0, 0, .5);
    display: inline-block;
    padding: 1px 35px 0;
    font: 44px din-condensed-web, sans-serif;
    color: #fff;
    height: 53px;
    margin: 0 0 20px
}

.header__text .longtitle {
    font: 40px din-condensed-web, sans-serif;
    color: #fff;
    background-color: rgba(6, 151, 246, .6);
    display: inline-block;
    height: 45px;
    padding: 1px 28px 0;
    margin: 0 0 7px
}

.project__search__wrapper {
    margin: 30px 0 0;
    background-color: hsla(0, 0%, 100%, .4);
    padding: 4px;
    border-radius: 2px;
    display: inline-block
}

.project__search {
    border: 1px solid #9e9e9e;
    background: #fff
}

.project__search:after {
    content: '';
    clear: both;
    display: table;
    width: 100%
}

.project__search input[type=text] {
    font-size: 14px;
    margin: 0;
    padding: 0 0 0 18px;
    width: 340px;
    height: 38px;
    border: none;
    background: 0 0;
    font-style: italic;
    float: left
}

.project__search input[type=submit] {
    width: 38px;
    height: 38px;
    border: 1px solid #fff;
    background: url(../../img/bg-header_search-white.png) 50% no-repeat #2caeed;
    text-indent: -10000px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    float: left
}

.project__search input[type=submit]:hover {
    background-color: rgba(79, 82, 82, .6)
}

.main__slider__wrapper {
    width: 100%;
    overflow: hidden;
    position: relative
}

.main__slider {
    width: 2000px;
    margin: 0 0 0 -1000px;
    left: 50%;
    position: relative
}

.main__slider img {
    display: block
}

.main__slider__pager {
    background: rgba(60, 60, 60, .4);
    left: 0;
    bottom: 0;
    width: 100%;
    height: 58px;
    z-index: 102;
    position: absolute
}

.main__slider__pager .title {
    line-height: 58px;
    font-size: 20px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
    color: #fff;
    float: left
}

.main__slider__pager ul {
    padding: 21px 0 0;
    margin: 0 45px 0 0;
    float: right
}

.main__slider__pager ul li {
    margin: 0 5px;
    float: left
}

.main__slider__pager ul li.active a, .main__slider__pager ul li:hover a {
    background: #2caeed
}

.main__slider__pager ul a {
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%
}

.header__nav__wrapper {
    height: 58px;
    z-index: 200;
    position: relative
}

.header__nav {
    border-top: 1px solid #b8b8b8;
    border-bottom: 1px solid #b8b8b8;
    background: #e31f29
}

.header__nav.fixed {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed
}

.header__nav .container {
    display: table
}

.header__nav ul {
    background: #e31f29;
    display: table-row
}

.header__nav li {
    display: table-cell
}

.header__nav li:first-child a {
    border-left: 1px solid #b8b8b8
}

.main-menu li.active > a, .main-menu li:hover > a, .main-menu ul li:hover li.active > a, .main-menu ul li:hover li:hover > a {
    background: rgba(0, 0, 0, .25);
    color: #fff
}

.header__nav a, .header__nav ul li:hover ul li a {
    display: block;
    height: 58px;
    line-height: 58px;
    font-weight: 700;
    color: #fff;
    border-color: #b8b8b8;
    border-top: 1px solid #b8b8b8;
    border-bottom: 1px solid #b8b8b8;
    border-right: 1px solid #b8b8b8;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 18px;
    margin: -1px 0;
    text-align: center
}

.main__circles ul {
    text-align: justify;
    line-height: 0;
    font-size: 1px;
    text-justify: newspaper;
    zoom: 1;
    text-align-last: justify;
    padding: 37px 0 45px
}

.main__circles ul:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block
}

.main__circles ul li {
    display: inline-block;
    line-height: normal;
    vertical-align: top;
    text-align: center
}

.main__circles a {
    font: 23px Designio;
    color: #404040;
    text-decoration: none
}

.main__circles a:hover img {
    border-color: #bababa;
    opacity: .6;
    filter: alpha(opacity=60)
}

.main__circles img {
    border: 9px solid #dfdfdf;
    border-radius: 50%;
    margin: 0 0 10px
}

.expo__tabs {
    background: #f9f9f9
}

.expo__tabs ul {
    border: 1px solid #b8b8b8;
    border-left: none;
    height: 44px
}

.expo__tabs li {
    float: left;
    display: table
}

.tabs-colors-change li.active a, .tabs-colors-change li.active a:hover {
    color: #fff !important
}

.expo__tabs li.active a:not(.tabs-colors-changeli.activea), .expo__tabs li:hover a {
    background: #21bbb1;
    color: #fff
}

.expo__tabs a {
    height: 43px;
    margin: -1px 0;
    font-size: 15px;
    color: #404040;
    border-left: 1px solid #b8b8b8;
    display: table-cell;
    text-decoration: none;
    text-align: center;
    vertical-align: middle
}
.expo__tabs-overflow {
    width: 100%;
    overflow-x: auto;
}
.expo__tabs__grey {
    margin: 20px auto;
}

.expo__tabs__grey ul {
    width: 100%;
    display: flex;
}

.expo__tabs__grey li {
    border-top: 1px solid #b8b8b8;
    border-bottom: 1px solid #b8b8b8;
    border-left: 1px solid #b8b8b8;
    width: 20% !important;
    background: #f9f9f9;
}
.expo__tabs__grey li:last-of-type {
    border-right: 1px solid #b8b8b8;
}
.expo__tabs__grey li.active, .expo__tabs__grey li:hover {
    color: #404040
}

.expo__tabs__grey li.active a, .expo__tabs__grey li:hover a {
    background-color: #e1e1e1 !important;
    color: #404040;
    font-size: 12px
}

.expo__tabs__grey li a {
    color: #404040 !important;
    font-size: 12px
}

.expo__tabs__grey li.inbox a {
    background: url(../../img/messages/inbox.png) no-repeat 7px 13px;
    box-sizing: border-box;
    padding-left: 0
}

.expo__tabs__grey li.sent a {
    background: url(../../img/messages/sent.png) no-repeat 7px 13px;
    box-sizing: border-box;
    padding-left: 0
}

.expo__tabs__grey li.important a {
    background: url(../../img/messages/important.png) no-repeat 7px 13px;
    box-sizing: border-box;
    padding-left: 0
}

.expo__tabs__grey li.trash a {
    background: url(../../img/messages/trash.png) no-repeat 7px 13px;
    box-sizing: border-box;
    padding-left: 0
}

.expo__tabs__grey a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px 0;
    line-height: normal;
    margin: 0;
    font-size: 12px;
    color: #404040;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
}

.expo__tabs--events {
    margin: 0 0 20px;
    width: 481px;
    float: left
}

.expo__tabs--events2 {
    margin: 0 0 20px;
    width: 150px;
    float: left
}

.expo__tabs__date {
    margin: 0 0 20px
}

.expo__tabs__date ul {
    border: 1px solid #b8b8b8;
    border-left: none;
    height: 39px;
    display: inline-block
}

.expo__tabs__date li {
    float: left
}

.expo__tabs__date li.active a, .expo__tabs__date li:hover a {
    background: #e1e1e1
}

.expo__tabs__date a {
    height: 39px;
    line-height: 39px;
    font-size: 15px;
    color: #404040;
    border-left: 1px solid #b8b8b8;
    display: block;
    width: 80px;
    text-align: center
}

.events {
    margin: 0 0 25px
}

.events__item {
    border: 1px solid #e4e4e4;
    color: #9c9c9c;
    border-top: none;
    margin-bottom: 20px
}

.events__item .header {
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #6e2568;
    height: 50px;
    line-height: 48px;
    border-bottom: 1px solid #e4e4e4;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.events__item .header .date, .events__item .header .date2 {
    line-height: 26px;
    padding-top: 10px;
    white-space: nowrap
}

.events__item .header .date2 {
    color: #21bbb1
}

.events__item .header .date span.f_fullDate {
    padding-left: 40px
}

.events__item .header .date2 span.f_fullDate {
    padding-left: 10px
}

.events__item .header .time {
    line-height: 26px;
    padding-top: 6px
}

.events__item .header .time span.f_start {
    padding-left: 40px
}

.events__item .header .time2 {
    line-height: 26px;
    color: #21bbb1;
    padding-top: 10px
}

.events__item .header .time2 span.f_start {
    padding-left: 10px
}

.events__item .header .place span.f_place {
    padding-left: 35px
}

.events__item .header .place {
    line-height: 25px;
    padding-top: 25px
}

.events__item .header .place2 span.f_place {
    padding-left: 10px
}

.events__item .header .place2 {
    line-height: 25px;
    padding-top: 10px
}

.events__item:first-child {
    border-top: 1px solid #e4e4e4
}

.events__item:hover {
    background: #f9f9f9
}

.events__item .title {
    font: 26px din-condensed-web, sans-serif;
    color: #282828;
    margin: 0 0 5px
}

.events__item .title a {
    color: #6e2568;
    font-weight: 700
}

.events__item .text {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 10px
}

.events__item .location {
    font-size: 14px;
    font-weight: 700;
    color: #73b23a;
    margin: 0 0 14px
}

.events__person {
    font-size: 14px;
    line-height: 18px
}

.events__person ul {
    display: table-row
}

.events__person li {
    display: table-cell;
    float: left;
    padding-right: 10px
}

.events__person li:nth-child(3n+1) {
    clear: left;
    float: left
}

.events__person .photo img {
    border: 1px solid #e4e4e4;
    margin: 0 16px 0 0;
    float: left
}

.events__person .name {
    font-size: 15px;
    font-weight: 700;
    color: #747474;
    margin: 0 0 6px
}

.events__person .text {
    max-width: 145px
}

.events__sponsored {
    width: 200px;
    float: right
}

.events__sponsored img {
    margin: 0 0 12px
}

.events__sponsored .sponsor {
    font-size: 15px;
    font-weight: 700
}

.search__result__string {
    font-size: 16px;
    color: #9c9c9c;
    padding: 5px 0 25px
}

.events__slider {
    padding-top: 20px;
    position: relative
}

.events__slider article {
    width: 1000px;
    border: 1px solid #e4e4e4;
    background: #fff;
    box-sizing: border-box
}

.events__slider article:after {
    content: '';
    clear: both;
    display: table;
    width: 100%
}

.events__slider__item {
    width: 33.33%;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 15px 0;
    text-align: center;
    float: left;
    box-sizing: border-box
}

.events__slider__item:first-child + .events__slider__item + .events__slider__item {
    border-right: none
}

.events__slider__item:first-child + .events__slider__item + .events__slider__item + .events__slider__item, .events__slider__item:first-child + .events__slider__item + .events__slider__item + .events__slider__item + .events__slider__item {
    border-bottom: none
}

.events__slider__item:first-child + .events__slider__item + .events__slider__item + .events__slider__item + .events__slider__item + .events__slider__item {
    border-right: none;
    border-bottom: none
}

.events__slider__item a {
    color: #585858;
    font: 21px Designio
}

.events__slider__item img {
    margin: 0 0 7px
}

.events__slider__item:hover {
    background: #f9f9f9
}

.event__page {
    border: 1px solid #e4e4e4;
    padding: 0 25px 20px;
    color: #9c9c9c;
    border-top: none;
    margin: 0 0 20px
}

.event__page:after {
    content: '';
    clear: both;
    display: table;
    width: 100%
}

.event__page header {
    margin: 0 -25px 18px;
    padding: 0 25px;
    font-size: 14px;
    font-weight: 700;
    color: #f9f9f9;
    background: #73b23a;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #e4e4e4;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.event__page header .date {
    float: left
}

.event__page header .time {
    float: right
}

.event__page .title {
    font: 26px Designio;
    color: #282828;
    margin: 0 0 16px
}

.event__page .text {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 10px
}

.event__page .location {
    font-size: 14px;
    font-weight: 700;
    color: #73b23a;
    margin: 0 0 14px
}

.event__page .side--right, .events__item .side--right {
    width: 140px;
    float: right;
    margin-right: 42px
}

.event__page .side--left, .events__item .side--left {
    width: 785px;
    float: left
}

.event__page .blue__link {
    background: #2caeed;
    color: #fff;
    display: block;
    height: 37px;
    line-height: 37px;
    margin: 0 0 45px;
    text-align: center
}

.event__page .green__link, .events__item .side--right .green__link {
    background: #4d4d4d;
    color: #fff;
    display: block;
    height: 37px;
    line-height: 37px;
    margin: 0 0 45px;
    text-align: center;
    border-radius: 5px
}

.event__page__sponsored {
    font-size: 17px;
    font-weight: 700;
    color: #161616;
    line-height: 50px;
    text-align: center
}

.event__page .events__person {
    border-top: 1px solid #e4e4e4;
    padding: 10px 0 0
}

.event__page .events__person .text {
    line-height: 17px
}

.event__page .events__person .title {
    font-size: 20px
}

.event__page .events__person img {
    margin-bottom: 15px
}

.breadcrumbs {
    font-size: 14px;
    color: #9c9c9c;
    margin: 0 0 20px
}

.breadcrumbs li {
    display: inline
}

.breadcrumbs li:before {
    content: ' / ';
    color: #d6d6d6
}

.breadcrumbs li:first-child:before {
    display: none
}

.breadcrumbs a {
    color: #d6d6d6
}

.product__search:after {
    content: '';
    clear: both;
    display: table;
    width: 100%
}

.product__search__form__wrapper {
    margin: 0 0 25px;
    float: left
}

.product__search__form__wrapper .title {
    font-size: 15px;
    color: #9c9c9c;
    font-weight: 700;
    margin-bottom: 10px;
    height: 26px
}

.product__search__form {
    border: 1px solid #b8b8b8
}

.product__search__form:after {
    content: '';
    clear: both;
    display: table;
    width: 100%
}

.product__search__form input[type=text] {
    width: 528px;
    padding: 0 0 0 10px;
    height: 40px;
    border: none;
    margin: 0;
    font-size: 15px;
    font-style: italic;
    float: left
}

.product__search__form input[type=submit] {
    margin: 0;
    padding: 0;
    border: none;
    width: 46px;
    height: 40px;
    border-left: 1px solid #b8b8b8;
    background: url(../../img/bg-header_search-gray.png) 50% no-repeat #f9f9f9;
    text-indent: -10000px;
    margin-left: -100%;
    float: right
}

.product__search__counter {
    border: 1px solid #d2d2d2;
    background: #f9f9f9;
    padding: 0 15px;
    height: 65px;
    margin: 0 0 25px 20px;
    border-radius: 2px;
    position: relative;
    text-align: center;
    float: right
}

.product__search__counter:before {
    content: '';
    width: 100%;
    height: 0;
    left: 0;
    border-bottom: 1px solid #d2d2d2;
    top: 50%;
    position: absolute
}

.product__search__counter .value {
    font-weight: 700;
    font-size: 35px;
    color: #6e7278;
    height: 41px;
    padding: 7px 0 0;
    position: relative
}

.product__search__counter .title {
    font-size: 10px;
    color: #5a5d63;
    position: relative
}

.company__list {
    margin: 0 0 20px
}

.company__list > a {
    display: block;
    background: url(../../img/adobe-pdf-ico.png) 32px no-repeat #fdfdfd;
    height: 47px;
    line-height: 47px;
    font-size: 15px;
    color: #9c9c9c;
    padding: 0 0 0 64px;
    border: 1px solid #f4f4f4
}

.company__list > a span:after {
    content: '';
    background: url(../../img/bg-more-arrow.png) 0 0 no-repeat;
    width: 15px;
    height: 11px;
    display: inline-block;
    margin: 0 0 0 10px
}

.floor__plan__list {
    margin: 0 0 20px
}

.floor__plan__list > a {
    display: block;
    height: 47px;
    line-height: 47px;
    font-size: 15px;
    color: #9c9c9c;
    padding: 0 15px;
    border: 1px solid #f4f4f4
}

.floor__plan__list > a span:after {
    content: ''
}

.floor__plan__list .floor__content {
    padding: 15px 30px;
    border: 1px solid #f4f4f4;
    border-top: none
}

.floor__plan {
    margin: 0 0 20px
}

.floor__plan > a {
    display: block;
    background: url(../../img/about-list-floor-ico-inverse.png) 32px no-repeat #fdfdfd;
    height: 47px;
    line-height: 47px;
    font-size: 15px;
    color: #9c9c9c;
    padding: 0 0 0 64px;
    border: 1px solid #f4f4f4
}

.floor__plan > a span:after {
    content: '';
    width: 1px;
    border-top: 5px solid #cecece;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 2px solid transparent;
    display: inline-block;
    margin: 0 0 0 10px
}

.floor__plan .plan {
    padding: 17px 0;
    border: 1px solid #f4f4f4;
    border-top: none;
    display: none;
    text-align: center
}

.floor__plan .plan img {
    border: 1px solid #f4f4f4
}

.floor__plan.active a span:after {
    border-bottom: 5px solid #cecece;
    border-top: 3px solid transparent
}

.sidebar__banners img {
    max-width: 100%;
    height: auto;
    margin: 0 0 20px;
    border: 1px solid #e4e4e4
}

.search__results__item .title .icons {
    float: right
}

.search__results__item .title .icons img {
    margin: 0 0 0 10px
}

.search__results__item .text {
    font-size: 14px;
    color: #9c9c9c
}

.search__results__item .tags ul:after {
    content: '';
    clear: both;
    width: 100%
}

.search__results__item .tags li {
    margin: 0 10px 0 0;
    float: left
}

.search__results__item .tags a {
    white-space: nowrap;
    background: #f9f9f9;
    font-size: 12px;
    color: #73b23a;
    display: block;
    padding: 0 10px;
    height: 21px;
    line-height: 22px
}

.search__results__item .tags a:hover {
    color: #fff;
    background: #73b23a
}

.webinar__room__video__wrapper {
    width: 727px;
    height: 608px;
    border: 1px solid #c3c3c3;
    float: left
}

.webinar__room__video__wrapper img {
    max-width: 100%
}

.webinar__room__video__wrapper header {
    background-color: #3a3a3a;
    border: 1px solid #686868;
    margin: -1px 0 0 -1px;
    width: 100%;
    padding: 0 !important;
    font-family: Liberation Sans, Arial, Helvetica, sans-serif;
    height: 64px;
    line-height: 75px
}

.webinar__room__video__wrapper header .name {
    font-size: 24px;
    color: #fff;
    padding-left: 20px;
    font-weight: 700;
    float: left
}

.webinar__room__video__wrapper header .time {
    font-size: 26px;
    color: #fff;
    line-height: 80px;
    margin: 0 100px 0 0;
    float: right
}

.webinar__room__video__wrapper header .exit {
    font-size: 18px;
    color: #98dcff;
    font-weight: 700;
    line-height: 80px;
    margin: 0 24px 0 0;
    float: right
}

.webinar__room__video {
    padding: 15px
}

.webinar__room__video .video__container {
    border: 1px solid #777;
    position: relative
}

.webinar__room__video .play {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

.webinar__room__video .play:before {
    content: '';
    width: 220px;
    height: 220px;
    background: rgba(0, 0, 0, .4);
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    border-radius: 50%;
    position: absolute
}

.webinar__room__video .play:after {
    content: '';
    border-top: 43px solid transparent;
    border-bottom: 43px solid transparent;
    border-left: 44px solid #fff;
    top: 50%;
    left: 50%;
    margin: -35px 0 0;
    position: absolute
}

.webinar__room__attention {
    padding: 0 15px 25px
}

.webinar__room__chat__wrapper {
    border: 1px solid #c3c3c3;
    width: 270px;
    height: 608px;
    float: right
}

.webinar__room__chat__person {
    padding: 13px;
    border-bottom: 1px solid #c3c3c3
}

.webinar__room__chat__person .person__container {
    position: relative
}

.webinar__room__chat__person .person__container img {
    max-width: 100%;
    height: auto;
    border: 1px solid gray;
    display: block;
    box-sizing: border-box
}

.webinar__room__chat__person .person__container .name {
    background: rgba(27, 27, 27, .6);
    height: 26px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    padding: 0 0 0 13px;
    position: absolute
}

.webinar__room__chat__comments {
    height: 337px;
    overflow-y: scroll;
    border-bottom: 1px solid #c3c3c3
}

.webinar__room__chat__comments ul {
    padding: 10px 0 0 15px
}

.webinar__room__chat__comments li {
    font-size: 12px;
    color: #737373;
    line-height: 18px;
    margin: 0 0 10px
}

.webinar__room__chat__comments .name {
    color: #cacaca;
    font-size: 11px;
    font-weight: 400;
    display: block
}

.webinar__room__chat__comments .name:after {
    content: '';
    clear: both;
    display: table;
    width: 100%
}

.webinar__room__chat__comments .name.orange {
    color: #f4a100;
    font-weight: 700
}

.webinar__room__chat__comments .name.green {
    color: #73b23a;
    font-weight: 700
}

.webinar__room__chat__comments .name.blue {
    color: #2caeed;
    font-weight: 700
}

.webinar__room__chat__comments .name small {
    font-size: 10px;
    color: #b6b5b5;
    margin-right: 10px;
    float: right
}

.webinar__room__chat__message {
    height: 70px;
    position: relative
}

.webinar__room__chat__message textarea {
    max-height: 70px;
    height: 70px;
    display: block;
    margin: 0;
    width: 100%;
    padding: 5px 45px 5px 15px;
    max-width: 100%;
    border: none;
    box-sizing: border-box
}

.webinar__room__chat__message input[type=submit] {
    width: 21px;
    height: 15px;
    background: url(../../img/bg-submit_message.png) 0 0 no-repeat;
    padding: 0;
    margin: 0;
    border: 0;
    right: 7px;
    bottom: 7px;
    text-indent: -10000px;
    position: absolute
}

.webinar__room__persons {
    background-color: #f9f9f9;
    border: 1px solid #c3c3c3;
    border-top: none
}

.webinar__room__persons ul {
    padding: 15px 15px 0;
    border-right: 1px solid #c3c3c3
}

.webinar__room__persons ul:after {
    content: '';
    clear: both;
    display: table;
    width: 100%
}

.webinar__room__persons ul:first-child {
    width: 745px;
    float: left
}

.webinar__room__persons ul:nth-child(2) {
    border-right: none;
    width: 190px;
    float: right
}

.webinar__room__persons ul:nth-child(2) li a {
    color: #9c9c9c;
    background: url(../../img/adobe.png) no-repeat 0;
    padding-left: 25px
}

.webinar__room__persons ul:nth-child(2) li a:hover {
    color: #bebebe
}

.webinar__room__persons li {
    margin: 0 15px 13px 0;
    float: left;
    position: relative
}

.webinar__room__persons li:last-child {
    margin-right: 0
}

.webinar__room__persons li .iconer {
    position: absolute;
    right: 5px;
    top: 5px
}

.webinar__room__persons li .iconer img {
    border: none
}

.webinar__room__persons a:hover .name {
    background: rgba(115, 178, 58, .6)
}

.webinar__room__persons img {
    border: 1px solid gray;
    display: block
}

.webinar__room__persons .name {
    background: rgba(27, 27, 27, .6);
    height: 26px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    padding: 0 0 0 13px;
    position: absolute
}

.hideVisibleBlockContainer {
    display: none
}

.hiddenAnimate {
    -webkit-transition: top .3s ease;
    transition: top .3s ease;
    background: #fff;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    left: -1px;
    right: -1px;
    z-index: 100;
    position: absolute
}

.job__request p, .visitor__block .form p {
    color: #9c9c9c;
    font-size: 14px;
    line-height: 20px
}

.job__request p span:first-child, .visitor__block .form p span:first-child {
    vertical-align: top
}

#password_new {
    margin-bottom: 10px
}

.visitor__block .content__part input[type=email].focused, .visitor__block .content__part input[type=email]:focus, .visitor__block .content__part input[type=password].focused, .visitor__block .content__part input[type=password]:focus, .visitor__block .content__part input[type=tel].focused, .visitor__block .content__part input[type=tel]:focus, .visitor__block .content__part input[type=text].focused, .visitor__block .content__part input[type=text]:focus, .visitor__block .content__part input[type=url].focused, .visitor__block .content__part input[type=url]:focus, .visitor__block .content__part textarea.focused, .visitor__block .content__part textarea:focus {
    border-color: #30b5ef
}

.visitor__block .content__part input[type=email].error, .visitor__block .content__part input[type=password].error, .visitor__block .content__part input[type=tel].error, .visitor__block .content__part input[type=text].error, .visitor__block .content__part input[type=url].error, .visitor__block .content__part textarea.error {
    border-color: #b74b4b;
    color: #b74b4b
}

.visitor__block .content__part input[type=email].success, .visitor__block .content__part input[type=password].success, .visitor__block .content__part input[type=tel].success, .visitor__block .content__part input[type=text].success, .visitor__block .content__part input[type=url].success, .visitor__block .content__part textarea.success {
    border-color: #49874a;
    color: #49874a
}

.visitor__block .content__part textarea {
    height: 68px;
    max-width: 310px
}

.visitor__block.submit__wrapper {
    margin-top: 20px;
    border: 1px solid #e4e4e4;
    padding-top: 12px;
    padding-bottom: 12px
}

.visitor__block.submit__wrapper .blue__button {
    margin: 0
}

.job__search .blue__button {
    text-align: left;
    padding-left: 104px
}

.visitor__block__section {
    margin: 0 -30px;
    padding: 30px
}

.visitor__block__section:first-child {
    padding-top: 0
}

.visitor__block__section:last-child {
    padding-bottom: 0
}

.visitor__block__section > .title {
    font: 24px Designio;
    color: #393939;
    margin-bottom: 20px
}

.visitor__block__section .live__changes {
    color: #9c9c9c;
    font-size: 14px
}

.visitor__block__section .live__changes strong {
    color: #747474;
    padding-right: 40px
}

.visitor__block__section .live__changes td {
    padding: 3px 0
}

.visitor__block__section + .visitor__block__section {
    border-top: 1px solid #f3f3f3
}

.visitor__block__section .half__input {
    width: 139px !important
}

.job__list {
    margin: 0 0 10px
}

.job__list .news__sort {
    margin: 12px 0 25px
}

.job__list .news__sort + .blue__button {
    float: right
}

.job__list .news__sort + .blue__button a {
    font-size: 15px
}

.job__list__item {
    border: 1px solid #e4e4e4;
    padding: 20px
}

.job__list__item:after {
    content: '';
    clear: both;
    display: table;
    width: 100%
}

.job__list__item:hover {
    background: #fbfbfb
}

.job__list__item .image {
    border: 1px solid #e4e4e4;
    display: block
}

.job__list__item .image img {
    display: block
}

.job__list__item .title {
    font-size: 18px;
    font-weight: 700;
    color: #747474;
    margin: 0 0 10px
}

.job__list__item .longtitle {
    font-size: 13px;
    color: #9c9c9c;
    margin: 0 0 10px
}

.job__list__item .text {
    font-size: 14px;
    color: #c9c9c9;
    margin: 0 0 15px
}

.job__list__item .date {
    color: #21bbb1
}

.job__list__item .col--1 {
    float: left
}

.job__list__item .col--2 {
    margin-left: 150px
}

.job__list__item + .job__list__item {
    border-top: none
}

.scroller {
    box-sizing: border-box
}

.scroller.red {
    background: red !important
}

.scroller:first-child {
    padding-top: 0
}

.expo__sort__by .selector {
    margin-right: 21px
}

.steps .selector {
    float: right
}

.news__sort .selector span {
    line-height: 26px;
    right: 20px;
    padding: 0 0 0 5px;
    position: absolute
}

.news__sort .selector span:after {
    right: -17px;
    top: 11px
}

.inc__dec__button:before {
    content: '+ ';
    background: 0 !important
}

.inc__dec__button.active:before {
    content: '- ';
    background: 0 !important
}

.button--blue {
    height: 39px;
    padding: 0 40px;
    line-height: 40px;
    color: #fff;
    background-color: #2caeed;
    display: inline-block;
    font-size: 14px
}

.button--blue:hover {
    color: #fff;
    background-color: #5bc9ff
}

.button--blue_del {
    height: 39px;
    padding: 0 40px;
    line-height: 40px;
    color: #fff;
    background-color: red;
    display: inline-block;
    font-size: 14px
}

.button--blue_del:hover {
    color: #fff;
    background-color: #e80000
}

.button--blue.fr + [class*=button] {
    margin-right: 5px
}

.button--green {
    height: 39px;
    padding: 0 40px;
    line-height: 40px;
    color: #fff;
    background-color: #2caeed;
    display: inline-block;
    font-size: 14px;
    background-color: #73b23a
}

.button--green:hover {
    color: #fff;
    background-color: #5bc9ff
}

.button--green.fr + [class*=button] {
    margin-right: 5px
}

.button--green:hover {
    background: #6ca837
}

.button--star {
    font-size: 14px;
    color: #6e7278;
    height: 37px;
    padding: 0 39px;
    line-height: 39px;
    border: 1px solid #eaeaea;
    background: #fdfdfd url(../../img/star-ico.png) no-repeat 15px 10px
}

.button--star:hover {
    color: #6e7278;
    background-color: #f9f9f9
}

.button--star.fr + [class*=button] {
    margin-right: 5px
}

.button--check {
    font-size: 14px;
    color: #6e7278;
    height: 37px;
    padding: 0 39px;
    line-height: 39px;
    border: 1px solid #eaeaea;
    background: #fdfdfd url(../../img/check-ico.png) no-repeat 15px 10px
}

.button--check:hover {
    color: #6e7278;
    background-color: #f9f9f9
}

.button--check.fr + [class*=button] {
    margin-right: 5px
}

.job__search__button {
    margin-top: 18px
}

.button--edit.job__search__button {
    min-width: 154px
}

.button--edit.button_edit_jr {
    padding: 0 !important
}

.button--edit {
    border: 1px solid #2caeed;
    height: 39px;
    line-height: 39px;
    display: inline-block;
    margin-bottom: 13px;
    margin-right: 10px !important;
    text-align: center;
    width: 20%
}

.button--edit:hover {
    color: #2caeed;
    background: #f9f9f9
}

.button--edit:before {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(../../img/icon-pencil.png) 0 0 no-repeat;
    bottom: -1px;
    margin-right: 5px;
    position: relative
}

.button--vote {
    display: inline-block;
    background: #fdfdfd;
    border: 1px solid #eaeaea;
    height: 37px;
    line-height: 38px;
    font-size: 14px;
    color: #6e7278;
    padding-right: 12px;
    width: 100px;
    text-align: center
}

.button--vote:hover {
    background: #f9f9f9;
    color: #6e7278
}

.button--vote:before {
    content: '';
    width: 12px;
    height: 10px;
    background-image: url(../../img/bg-sprite-button_vote.png);
    background-repeat: no-repeat;
    background-position: -100px 0;
    margin-right: 5px;
    display: inline-block;
    position: relative
}

.button--vote.accept:before {
    background-position: 0 top
}

.button--vote.reject:before {
    background-position: 0 bottom
}

.button--vote + .button--vote {
    margin-left: 5px
}

.button--job__offer {
    background: #fdfdfd;
    border: 1px solid #eaeaea;
    height: 32px;
    line-height: 28px;
    font-size: 14px;
    color: #6e7278;
    padding: 0 12px;
    text-align: center
}

.button--job__offer:hover {
    background: #f9f9f9;
    color: #6e7278
}

.button--job__offer_del {
    background: red;
    border: 1px solid #eaeaea;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    padding: 0 12px;
    text-align: center
}

.button--job__offer_del:hover {
    background: #e90303;
    color: #fff
}

.button--job__offer.fr + .button--job__offer {
    margin-right: 10px
}

.button--job__offer.with__star:before {
    background-image: url(../../img/star-ico.png);
    width: 17px;
    bottom: -2px
}

.button--job__offer.with__check:before, .button--job__offer.with__star:before {
    content: '';
    height: 16px;
    display: inline-block;
    margin-right: 6px;
    position: relative
}

.button--job__offer.with__check:before {
    background-image: url(../../img/check-ico.png);
    width: 16px;
    bottom: -4px
}

.job__offer__page {
    border: 1px solid #e4e4e4;
    padding: 20px
}

.job__offer__page .job__offer__page__header {
    margin-bottom: 35px
}

.job__offer__page .job__offer__page__header:after {
    content: '';
    clear: both;
    display: table;
    width: 100%
}

.job__offer__page .job__offer__page__header img {
    border: 1px solid #e4e4e4;
    float: left
}

.job__offer__page .job__offer__page__header .text {
    margin-left: 150px
}

.job__offer__page .job__offer__page__header .title {
    color: #747474;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px
}

.job__offer__page .job__offer__page__header .longtitle {
    color: #9c9c9c;
    font-size: 13px;
    margin-bottom: 15px
}

.job__offer__page .job__offer__page__header .adress {
    color: #c9c9c9;
    font-size: 14px;
    margin-bottom: 15px
}

.job__offer__page hr {
    margin: 0 -20px;
    border: none;
    padding: 0;
    border-bottom: 1px solid #eaeaea
}

.job__offer__page__contacts {
    padding-top: 20px
}

.job__offer__page__contacts .title {
    font: 24px Designio;
    color: #393939;
    margin-bottom: 20px
}

.job__offer__page__contacts dl {
    font-size: 14px
}

.job__offer__page__contacts dt {
    color: #747474;
    font-weight: 700;
    width: 95px;
    display: block;
    height: 19px;
    margin-bottom: 5px;
    float: left
}

.job__offer__page__contacts dd {
    color: #9c9c9c;
    margin-left: 95px;
    display: block;
    height: 19px;
    margin-bottom: 5px
}

.job__offer__page__contacts__person {
    padding-top: 20px
}

.job__offer__page__contacts__person .title {
    font: 24px din-condensed-web, sans-serif;
    color: #393939;
    margin-bottom: 20px
}

.job__offer__page__contacts__person .person:after {
    content: '';
    clear: both;
    display: table;
    width: 100%
}

.job__offer__page__contacts__person .person img {
    border: 1px solid #e4e4e4;
    float: left;
    margin-bottom: 10px
}

.job__offer__page__contacts__person .person .text {
    margin-left: 110px;
    font-size: 14px;
    color: #9c9c9c
}

.job__offer__page__contacts__person .person .text p {
    margin-bottom: 10px
}

.job__offer__page__contacts__person .person .name {
    color: #747474;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px
}

.analytics__full__report {
    float: right
}

.analytics__full__report a {
    color: #eaeaea;
    display: block;
    padding-left: 25px;
    font-size: 15px;
    font-weight: 700;
    background: url(../../img/bg-analytics_dload_full.png) 0 no-repeat
}

.analytics__full__report a:hover {
    background-image: url(../../img/bg-analytics_dload_full-blue.png);
    color: #2caeed
}

.analytics__graph__list:after {
    content: '';
    clear: both;
    display: table;
    width: 100%
}

.analytics__graph__list > .title {
    font: 28px din-condensed-web, sans-serif;
    color: #000;
    margin: 0 0 22px
}

.analytics__graph__item {
    border: 1px solid #e4e4e4;
    width: 388px;
    margin: 0 3px 6px;
    float: left;
    position: relative
}

.analytics__graph__item header {
    background: #fdfdfd;
    padding: 10px;
    border-bottom: 1px solid #e4e4e4
}

.analytics__graph__item header .title {
    font-size: 24px;
    color: #282828
}

.analytics__graph__item header .selector {
    height: 28px;
    margin-top: -27px;
    float: right
}

.analytics__graph__item header .selector > span {
    line-height: 30px;
    font-family: Liberation Sans, Arial, Tahoma, Verdana, sans-serif
}

.analytics__graph__item header .selector > span:after {
    top: 12px
}

.analytics__graph__item header select {
    width: 140px;
    height: 28px;
    min-height: 28px;
    display: block;
    margin: 0;
    padding: 0
}

.analytics__graph__item .analytics__download__link {
    width: 16px;
    height: 16px;
    right: 10px;
    margin-top: 10px;
    background: url(../../img/bg-analytics_dload_full.png) 50% no-repeat;
    position: absolute
}

.analytics__graph__item .analytics__download__link:hover {
    background-image: url(../../img/bg-analytics_dload_full-blue.png)
}

.analytics__general {
    width: 784px
}

.analytics__general ul {
    padding: 20px
}

.analytics__general ul:after {
    content: '';
    clear: both;
    display: table;
    width: 100%
}

.analytics__general li {
    width: 335px;
    margin-bottom: 5px;
    float: left
}

.analytics__general .icon {
    margin-left: 7px;
    margin-right: 18px;
    display: inline-block
}

.analytics__general .icon img {
    display: block
}

.analytics__general .value {
    margin-right: 10px;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    color: #282828
}

.analytics__general .desc {
    display: inline-block;
    font-size: 14px;
    color: #7fba00
}

.analytics__general + .analytics__full__report {
    margin: 10px 5px 20px 0
}

.edit__link {
    display: inline-block;
    margin: 0 15px;
    font-family: Liberation Sans, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    background: url(../../img/icon-pencil.png) 0 no-repeat;
    padding-left: 18px;
    position: relative
}

.edit__link, .edit__link:hover {
    color: #2caeed !important
}

.expo__labels li {
    display: inline-block
}

.expo__labels a {
    color: #73b23a;
    background: #f9f9f9;
    padding: 3px 10px;
    display: block;
    font-size: 12px
}

.applications__list {
    border: 1px solid #e4e4e4
}

.applications__item {
    padding: 20px;
    position: relative
}

.applications__item + .applications__item {
    border-top: 1px solid #e4e4e4
}

.applications__item .image {
    float: left
}

.applications__item .image img {
    border: 1px solid #e4e4e4;
    display: block;
    margin-bottom: 20px
}

.applications__item > .title {
    color: #747474;
    font-size: 18px;
    font-weight: 700;
    margin-left: 150px;
    margin-bottom: 15px
}

.applications__item .longtitle {
    font-size: 14px;
    color: #c9c9c9;
    margin-left: 150px;
    margin-bottom: 15px
}

.applications__item .longtitle small {
    font-size: 13px;
    color: #9c9c9c
}

.applications__item .date {
    font-size: 12px;
    color: #73b23a;
    margin: 12px 0 12px 150px
}

.applications__item .expo__labels {
    margin-left: 150px
}

.applications__item .details__table .title {
    font-family: Designio;
    color: #393939;
    font-size: 24px;
    margin-bottom: 5px
}

.applications__item .details__table td:first-child {
    padding-right: 30px
}

.applications__item .attachment {
    display: inline-block;
    padding-left: 22px;
    background: url(../../img/bg-attachment.png) 0 0 no-repeat;
    font-size: 14px
}

.applications__item .green__summ {
    color: #73b23a;
    font-size: 16px;
    font-weight: 700
}

.applications__item .status__icon {
    width: 24px;
    height: 24px;
    top: 20px;
    right: 20px;
    position: absolute
}

.applications__item .status__icon.processing {
    background: url(../../img/bg-applications-processing.png) 0 0 no-repeat
}

.applications__item .status__icon.success {
    background: url(../../img/bg-applications-success.png) 0 0 no-repeat
}

.appointment__request__list {
    border: 1px solid #e4e4e4
}

.appointment__request__item {
    padding: 20px;
    position: relative
}

.appointment__request__item + .appointment__request__item {
    border-top: 1px solid #e4e4e4
}

.appointment__request__item .image {
    float: left
}

.appointment__request__item .image img {
    border: 1px solid #e4e4e4;
    display: block;
    margin-bottom: 20px
}

.appointment__request__item .text {
    margin-left: 150px
}

.appointment__request__item .text .title {
    font-size: 18px;
    color: #747474;
    font-weight: 700;
    margin-bottom: 10px
}

.appointment__request__item .text .longtitle {
    font-size: 13px;
    color: #9c9c9c;
    margin-bottom: 5px
}

.appointment__request__item .text .text__content p {
    margin-bottom: 5px
}

.visitor-header {
    display: inline-block;
    height: 173px;
    width: 100%;
    background: url(../../img/profile-bg.jpg) 0 0 no-repeat
}

.visitor-header h2 {
    color: #77bf38;
    font-size: 35px;
    padding: 0 20px;
    line-height: 65px
}

.visitor-header-text {
    color: #fff;
    background: #37a2d9;
    padding: 5px 20px;
    font-weight: 700;
    font-size: 13px
}

.fd-visitor, .visitor__blocks .visitor__block.fd-visitor {
    color: #000;
    font-weight: 400
}

.visitor__blocks .visitor__block.fd-visitor p a {
    margin: 0
}

.fd-visitor h3 {
    font-size: 21px;
    font-weight: 700;
    line-height: 26px;
    color: #77bf38
}

.fd-visitor h4 {
    font-size: 21px;
    font-weight: 400;
    line-height: 24px
}

.fd-pad-20 {
    padding: 0 20px
}

#fd-main-sponsors {
    background: url(../../img/principal_sponsor.png) 0 0 no-repeat;
    width: 203px;
    height: 146px;
    z-index: 500;
    top: 80px;
    left: 50%;
    margin-left: -500px
}

#fd-main-sponsors, #fd-main-sponsors2 {
    display: inline-block;
    position: absolute
}

#fd-main-sponsors2 {
    background: url(../../img/app2.png) 0 0 no-repeat;
    width: 257px;
    height: 347px;
    z-index: 199;
    top: 65px;
    right: 50%;
    margin-right: -493px
}

.fd-packs {
    font-size: 14px
}

.fd-packs h3 {
    font-size: 28px;
    font-family: Designio
}

.fd-icons-list {
    line-height: 30px;
    padding-left: 50px;
    margin-top: 10px
}

.pack-ic1 {
    background: url(../../img/pack/pack-ic1.png) 0 no-repeat
}

.pack-ic2 {
    background: url(../../img/pack/pack-ic2.png) 0 no-repeat
}

.pack-ic3 {
    background: url(../../img/pack/pack-ic3.png) 0 no-repeat
}

.fd-packages {
    width: 100%;
    margin-top: 30px
}

.fd-packages td {
    padding: 8px 5px;
    box-sizing: border-box;
    text-align: center
}

.fd-packages td:first-child {
    padding-left: 30px;
    text-align: left
}

.fd-row-bordered {
    background: #eee
}

.fd-row-bordered td {
    border: 1px solid #ddd
}

.fd-tick {
    background: url(../../img/pack/pack-tick.png) 50% no-repeat
}

.fd-row-underline {
    border-bottom: 1px solid #ddd
}

.fd-buy-but {
    color: #fff;
    background: #2caeed;
    border: 1px solid #666;
    border-radius: 5px;
    padding: 3px 25px;
    font-family: Designio;
    cursor: pointer
}

.fd-buy-but:hover {
    background: #1e9ddc
}

.fd-buy-but.gray {
    background: #999 !important
}

.fd-subscribe-request-window {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 999
}

.fd-subscribe-request-bg {
    background: #eee;
    box-shadow: 10px 20px 20px rgba(0, 0, 0, .7);
    position: fixed;
    top: 50%;
    margin-top: -200px;
    left: 50%;
    border: 10px solid #fff;
    margin-left: -370px;
    z-index: 1100;
    width: 700px;
    padding: 20px
}

.fd-subscribe-request-bg h3 {
    font-size: 28px;
    font-family: Designio;
    text-align: center;
    color: #636363
}

.fd-subscribe-request-bg h3 span {
    color: #77bf38
}

.fd-infoblock {
    padding-left: 350px;
    min-height: 240px;
    margin-top: 30px;
    color: #555;
    font-size: 18px;
    font-family: Designio
}

.fd-infoblock-messages {
    background: url(../../img/pack/pack-screen-messages.png) 20px 0 no-repeat
}

.fd-infoblock-scheduler {
    background: url(../../img/pack/pack-screen-scheduling.png) 20px 0 no-repeat
}

.fd-infoblock-analytics {
    background: url(../../img/pack/pack-screen-analytics.png) 20px 0 no-repeat
}

.fd-infoblock-content {
    background: url(../../img/pack/pack-screen-content.png) 20px 0 no-repeat
}

.fd-infoblock-bm {
    background: url(../../img/pack/pack-screen-bm.png) 20px 0 no-repeat
}

.fd-infoblock-products {
    background: url(../../img/pack/pack-screen-product.png) 20px 0 no-repeat
}

.fd-infoblock-jobs {
    background: url(../../img/pack/pack-screen-job.png) 20px 0 no-repeat
}

.fd-infoblock ul {
    margin-top: 10px
}

.fd-infoblock ul li {
    list-style: disc outside;
    margin: 3px 0 3px 20px
}

.fd-infoblock-link {
    clear: both;
    margin-top: 10px;
    text-align: center;
    font-size: 14px
}

.fd-infoblock-link span {
    padding-top: 5px;
    display: inline-block
}

.fd-infoblock-link a {
    display: inline-block;
    width: 100%;
    padding: 8px 0;
    background: #73b936;
    box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, .4), inset -2px -2px 2px #65a92d, 2px 2px 2px rgba(0, 0, 0, .2);
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .6)
}

.fd-infoblock-link a:hover {
    background: #218800
}

.fd-cl {
    padding-right: 300px;
    min-height: 230px;
    position: relative
}

.fd-cl-logo {
    position: absolute;
    right: 10px;
    border: 14px solid #f9f9f9;
    top: 10px
}

.fd-cl-logo img {
    float: left
}

.fd-popup-cross {
    background: url(../../img/fd-popup-cross.png) 0 0 no-repeat;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    right: -33px;
    top: -38px
}

#fd-free {
    position: absolute;
    width: 69px;
    height: 69px;
    background: url(../../img/fd-free.png) 0 0 no-repeat;
    margin-top: -50px;
    margin-left: -65px
}

#fd-free, .smic {
    display: inline-block
}

.smic {
    height: 55px;
    padding-left: 65px;
    background-position: 0;
    background-repeat: no-repeat;
    line-height: 55px;
    margin-bottom: 7px
}

.smic.smic-messages {
    background-image: url(../../img/pack/sm/smic-messages.png)
}

.smic.smic-bm {
    background-image: url(../../img/pack/sm/smic-bm.png)
}

.smic.smic-analytics {
    background-image: url(../../img/pack/sm/smic-analytics.png)
}

.smic.smic-products {
    background-image: url(../../img/pack/sm/smic-products.png)
}

.smic.smic-jobs {
    background-image: url(../../img/pack/sm/smic-job.png)
}

.smic.smic-content {
    background-image: url(../../img/pack/sm/smic-content.png)
}

.smic.smic-scheduler {
    background-image: url(../../img/pack/sm/smic-scheduling.png)
}

#show__more__members {
    position: relative
}

.span_right_alert {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 16px;
    top: 18px;
    border-radius: 50%;
    padding: 0;
    line-height: 23px;
    text-align: center;
    color: #6ca837;
    line-height: 25px;
    font-size: 11px;
    background: #fff
}

.span_right_alert p {
    margin-top: 0 !important;
    font-size: 14px
}

.video_input_name {
    width: 480px;
    background: #f9f9f9;
    color: #818181;
    border: 1px solid #d2d2d2;
    text-align: center;
    line-height: 35px;
    height: 35px
}

.video_textarea_description {
    border: 1px solid #eaeaea;
    height: 80px;
    width: 450px;
    max-width: 450px;
    margin-top: 20px;
    background: #fdfdfd url(../../img/bg_name_product.png) 0 0 no-repeat;
    color: #818181;
    padding-left: 28px;
    padding-top: 8px
}

.video_button a div {
    margin-left: 135px;
    background: #30b5ef
}

.video_button a div, .video_button a:hover div {
    width: 240px;
    margin-top: 15px;
    height: 53px;
    float: center;
    font: 30px Designio;
    line-height: 53px
}

.video_button a:hover div {
    padding-left: 5px;
    background: #2597c9 url(../../img/diskette_ico.png) 0 no-repeat
}

.successMessage {
    position: fixed;
    left: 50%;
    z-index: 9999;
    padding: 25px;
    margin-left: -150px;
    margin-top: 200px;
    width: 300px;
    color: #fff;
    font-size: 16px;
    background: #30b5ef;
    text-align: center
}

#first {
    background-color: #dadada
}

#first, #second {
    border-radius: 15px;
    font-size: 16px;
    font-weight: 700
}

#second {
    background-color: #f5f5f5
}

.sizeMe {
    max-height: 220px;
    position: relative;
    opacity: .7;
    overflow: hidden;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.sizeMe > div:nth-child(n+2) > a:nth-child(n+4) {
    display: none
}

.sizeMe:hover > div:nth-child(n+2) > a:nth-child(n+4) {
    display: inline-block
}

.sizeMe:hover {
    max-height: inherit;
    height: auto;
    opacity: 1
}

.sizeMe:hover #all_cat {
    display: none
}

.job__request p .salary span:first-child, .job__request p span.salary {
    color: #000;
    padding-left: 10px
}

.job__request p span:first-child, .visitor__block .job_request .form p span:first-child {
    width: 110px
}

.button_edit_jr {
    margin-bottom: 0;
    height: 31px;
    line-height: 32px;
    padding: 0 34px;
    margin-right: 15px
}

.button--job__request_del {
    color: #000;
    border: 1px solid #eaeaea;
    height: 27px;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    padding: 0 30px;
    text-align: center
}

.button--job__request_del:hover {
    color: #000
}

.button--job__request_del:before {
    content: 'x';
    color: red;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 5px;
    position: relative
}

.request_list_item {
    border: none;
    padding: 20px 0
}

.tags-list {
    font-size: 12px;
    margin: 20px 0
}

.tags-list span.tag {
    color: #73b23a;
    border: 1px solid #c9c9c9;
    margin: 8px 5px 8px 0;
    padding: 5px 10px
}

.job__list__item .col--2 {
    position: relative
}

.job__list__item .col--2 .actions {
    position: absolute;
    right: 10px;
    top: 10px
}

.job__list__item .col--2 .actions a.mail {
    background: url(../../img/icon-mail.png) no-repeat 0;
    width: 25px;
    height: 15px;
    display: inline-block;
    margin: -3px 0 0 -23px;
    position: absolute
}

.location_sector {
    text-align: left;
    line-height: 27px;
    color: #9c9ca2;
    font-size: 16px;
    height: 27px;
    padding-left: 25px;
    margin-top: 5px;
    background: url(../../img/Location.png) 0 no-repeat
}

.location_sector a {
    margin-left: 23px;
    color: #9c9ca2
}

.expo__tabs--events_green li.active a, .expo__tabs--events_green li:hover a {
    background: #21bbb1;
    color: #fff
}

.expo__tabs--event_dates li.active a, .expo__tabs--event_dates li:hover a {
    background: #e1e1e1;
    color: #000;
    margin: -1px 0;
    border-top: 1px solid #b8b8b8;
    border-bottom: 1px solid #b8b8b8;
    height: 39px
}

a.event_collapse {
    font-size: 30px;
    font-family: din-condensed-web, sans-serif;
    padding-left: 20px;
    height: 50px;
    font-size: 17px;
    color: #6e2568;
    cursor: pointer
}

a.event_collapse.opened {
    color: #bebebe
}

.events__item .events__info {
    min-width: 200px;
    background: #5b6064
}

.events__item__content {
    padding: 15px 0 0
}

.events__item .events__info div div div span {
    line-height: 20px !important;
    font-weight: 400 !important;
    font-family: sans-serif !important
}

.events__item .events__info div {
    line-height: 25px
}

.events__item .events__info .events__sectors {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 20px
}

.events__item .events__info .events__cats span.event__cats {
    color: #21bbb1;
    font-weight: 700;
    position: relative;
    margin-top: 5px;
    font-size: 14px;
    top: 5px
}

.speaker__info .actions a.mail, .speakers__list .actions a.mail {
    background: url(../../img/icon-mail-17.png) no-repeat 0;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin: 0;
    position: absolute
}

.speaker__info .actions a.fav, .speakers__list .actions a.fav {
    background: url(../../img/icon-fav-sm.png) no-repeat 0;
    width: 18px;
    height: 16px;
    display: inline-block;
    margin: 0 0 0 -20px;
    position: absolute
}

.speaker__event .side--right {
    width: 140px;
    float: right
}

.speaker__event .side--left {
    width: 490px;
    float: left
}

.speaker__event .events__item .header {
    margin: 0 -25px 20px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: -webkit-linear-gradient(top, #e31f29, #e31f29 75px, #5b6064 0, #5b6064);
    height: 110px;
    line-height: 110px;
    border-bottom: 1px solid #e4e4e4;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.speaker__event .events__item .header .date {
    line-height: 26px;
    padding-top: 10px
}

.speaker__event .events__item .header .date span.f_fullDate {
    padding-left: 40px
}

.speaker__event .events__item .header .date:before {
    content: '';
    width: 30px;
    height: 25px;
    background: url(../../img/events/event_date.png) 50% no-repeat;
    position: absolute
}

.speaker__event .events__item .header .time {
    line-height: 26px
}

.speaker__event .events__item .header .time span.f_start {
    padding-left: 40px
}

.speaker__event .events__item .header .time:before {
    content: '';
    width: 30px;
    height: 28px;
    background: url(../../img/events/event_time.png) 50% no-repeat;
    position: absolute
}

.speaker__event .events__item .header .place span.f_place {
    padding-left: 35px
}

.speaker__event .events__item .header .place {
    line-height: 26px;
    padding-top: 30px
}

.speaker__event .events__item .header .place:before {
    content: '';
    width: 30px;
    height: 28px;
    background: url(../../img/events/event_place.png) 50% no-repeat;
    position: absolute
}

.speaker__event .events__item .events__info {
    width: auto;
    height: auto;
    float: none;
    padding-top: 2px;
    margin-left: -5px
}

.speaker__event .events__item .events__info .events__sectors {
    position: absolute;
    right: 0;
    bottom: auto;
    line-height: 20px;
    padding-bottom: 5px
}

.speaker__event .events__item .events__info .events__cats {
    margin-bottom: 5px;
    float: left
}

div.category_list span {
    border-radius: 5px;
    padding: 5px 10px;
    line-height: 15px;
    display: block;
    float: left;
    width: auto;
    cursor: pointer
}

.calendar__block {
    margin-top: 0
}

.calendar__block .event_categories_block .li-tutorial {
    vertical-align: top;
    margin: 4px 20px 0 4px;
    top: 0;
    left: 0
}

.calendar__block .event_categories_block li {
    float: left;
    display: table-cell;
    margin-right: 6px;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 5px
}

.calendar__block .event_categories_block ul li span.title:before {
    content: '';
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-top: 2px;
    margin-right: 5px;
    border: .0625em solid #8f918f;
    border-radius: 100%;
    background-image: -webkit-linear-gradient(#f0f0f0, #e0e0e0);
    background-image: linear-gradient(#f0f0f0, #e0e0e0)
}

.calendar__block .event_categories_block ul li.is-checked span.title:before {
    background-image: -webkit-linear-gradient(#21bbb1, #21bbb1);
    background-image: linear-gradient(#21bbb1, #21bbb1)
}

.calendar__block .event_categories_block ul li.is-checked span {
    margin: 0
}

a.black {
    color: #000
}

.appointment-button {
    display: block;
    height: 37px;
    line-height: 37px;
    margin: auto;
    text-align: center
}

.visitor-header-speaker h2 {
    color: #fff;
    background-color: rgba(110, 37, 104, .7);
    line-height: 45px;
    margin: 30px 0
}

.visitor-header-speaker .visitor-header-text {
    margin: 0 80px 0 50px;
    background-color: rgba(110, 37, 104, .7)
}

.moderator-icon a:first-child:before, .speaker-icon a:first-child:before {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    background: url(../../img/icon-speaker.png) 50% no-repeat;
    position: absolute;
    margin-left: 0;
    margin-top: -20px;
    border: 1px solid #fff
}

.moderator-icon a:first-child:before {
    background: url(../../img/icon-moderator.png) 50% no-repeat
}

.webinars__left__block .blue__nav.speaker__nav {
    background-color: #6e2568
}

.webinars__left__block .blue__nav.speaker__nav ul li:first-child {
    border-top: 1px solid #a17f9e
}

.webinars__left__block .blue__nav.speaker__nav ul li {
    border-bottom: 1px solid #cabbc9;
    position: relative
}

.about-list-speaker li a:hover, .webinars__left__block .blue__nav.speaker__nav ul li a:hover {
    background-color: #a17f9e
}

.about-list-speaker li {
    border-bottom: 1px solid #cabbc9
}

.job__list .news__sort .selector, .middle__container .middle__content .news__sort .selector {
    height: 25px !important
}

.froala-element.f-placeholder:before {
    top: 0 !important;
    left: 0 !important
}

#eventsSection .expo__tabs {
    width: 432px
}

#eventsSection .expo__tabs li {
    width: 100%
}

#eventsSection .expo__search input[type=text] {
    width: 300px
}

.events .events__item .side--left .text__content, .events .events__item .side--left .text__content ul li {
    width: 100%
}

.webinars__left__block .blue__nav2 ul li > ul {
    z-index: 10
}

.webinars__left__block .blue__nav2 ul li .not-premium {
    display: block
}

.webinars__left__block .blue__nav2 ul li .notify.not-premium {
    display: inline-block;
    float: right;
    background: #fff;
    color: #6ca837;
    text-align: center;
    line-height: 21px;
    border-radius: 50%;
    margin: 9px;
    font-size: 12px;
    margin-left: 0;
    width: 21px !important;
    height: 21px;
    padding: 0;
    position: relative;
    top: -38px
}

.webinars__left__block > nav > ul > li:nth-child(2) > .not-premium {
    width: 100%;
    display: inline-block
}

.webinars__left__block > nav > ul > li:nth-child(2) > .notify.not-premium {
    width: 21px
}

#added_to_connections, #product_rating {
    overflow: scroll
}

.visitor-info-col label {
    font-weight: 400
}

a:focus {
    -webkit-box-shadow: none;
    outline: 0 auto -webkit-focus-ring-color !important;
    outline-offset: 0 !important
}

.index-pages-header-no-line-height {
    line-height: 30px !important
}

@media (max-width: 480px) {
    .productTreeSearch > input {
        width: 93% !important
    }

    .product__search__form input[type=text] {
        width: 100% !important
    }
}

.user-name {
    z-index: 5
}

.user-name ul {
    display: none;
    margin-left: 48px;
    padding-left: 15px;
    position: absolute;
    top: 46px;
    z-index: 213425345;
    width: 100%;
    max-width: 316px
}

.user-name ul li {
    background-color: #333
}

.user-name ul img {
    margin: 0 23px 0 8px !important
}

@media (max-width: 768px) {
    .floatRightSpanRegPage {
        float: left !important
    }
}

.popup__content .exhibitor-about {
    padding-bottom: 10px;
    line-height: 20px
}

.editor-null-styles p {
    margin: 10px 0 !important
}

.editor-null-styles p + p {
    margin: 0 0 10px !important
}

.editor-null-styles ol {
    list-style-type: decimal !important
}

.editor-null-styles ol li {
    font-weight: 300
}

.editor-null-styles ul {
    list-style-type: disc !important
}

.editor-null-styles ul li {
    font-weight: 300
}

.metis_prof-img {
    text-align: center;
    margin-top: 20px
}

.footer__lang .en {
    background-image: url(../../img/icon-flag-uk.jpg)
}

.footer__lang .it {
    background-image: url(../../img/icon-flag-it.png)
}

.footer__lang .es {
    background-image: url(../../img/icon-flag-es.jpg)
}

.footer__lang .ua {
    background-image: url(../../img/icon-flag-ua.jpg)
}

.footer__lang .de {
    background-image: url(../../img/icon-flag-brd.jpg)
}

.footer__lang .ru {
    background-image: url(../../img/icon-flag-ru.jpg)
}

.favorite__item .action .stars.active {
    background: url(../../img/icons/star_a.png) no-repeat
}

.favorite__item .titles {
    max-width: 136px;
    overflow: hidden
}

.oppened__message__block.removed .red {
    margin-top: 20px
}

.oppened__message__block.removed .red a {
    color: #c3222a;
    font-size: 13px
}

.webinar__room__chat__comments .action:not(.name):before {
    content: '... is '
}

.webinar__room__chat__comments .action:not(.name) {
    color: #ffa07a
}

div.errorMessage {
    background: red
}

div.errorMessage, div.successfulMessage {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 30px;
    opacity: .9;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    z-index: 10
}

div.successfulMessage {
    background: #549c12
}

.analytics__graph__item .analytics__download__link {
    z-index: 1
}

.froala-editor {
    z-index: 9
}

.froala-box {
    outline-offset: 1px;
    display: block
}

.double__info2 .content__part.textareas p div.froala-box {
    width: 310px;
    height: 70px;
    border: 1px solid #b8b88b;
    resize: none;
    box-sizing: border-box;
    padding: 5px 10px;
    overflow: auto
}

.double__info2 .content__part.textareas.at_glance p div.froala-box {
    height: 250px;
    width: 450px
}

.double__info2 .content__part.textareas p div.froala-box:focus {
    border-color: #30b5ef
}

.content__block .content__article .add__product .inputs__info p .selector, .content__block .content__article .add__product .inputs__info p select {
    float: right;
    width: 245px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #b8b8b8;
    padding: 0 10px
}

#added_to_connections .favorite__itemer {
    padding: 5px 2px
}

#added_to_connections .favorite__itemer.removed .titles {
    width: 200px
}

.product_title {
    font-size: 18px;
    color: #727272;
    margin: 20px 0 0 30px
}

.product_title .star {
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    margin: 4px 0 0 5px
}

.product_title p {
    font-weight: 700;
    padding: 0 0 0 30px
}

.webinars__left__block .person__block a {
    position: inherit;
    display: inline;
    height: auto
}

.webinars__left__block .person__block a.edit_link {
    position: relative;
    display: block;
    margin-top: -70px;
    height: 50px
}

.messages__block .actions .stars, .oppened__message__block .titles .title a.star {
    background: url(../../img/star-ico-grey.png) no-repeat 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: -3px 0 0 -23px;
    position: absolute
}

.messages__block .actions .stars.active, .messages__block .actions .stars:hover, .oppened__message__block .titles .title a.star.active, .oppened__message__block .titles .title a.star:hover {
    background: url(../../img/star-ico.png) no-repeat 0
}

.oppened__message__block .titles .title a.star {
    position: relative;
    margin: 0 0 0 3px;
    background-position: 0 3px
}

.temp_popup {
    display: table-cell;
    position: fixed;
    top: 10px;
    left: 50%;
    width: 300px;
    border: 1px solid grey;
    z-index: 11;
    background: #fff;
    margin-left: -150px;
    line-height: 1em;
    border-radius: 5px;
    padding: 10px;
    font-weight: bolder;
    text-align: center
}

#make_an_appointment .make__popup form input[type=text] {
    width: 403px;
    height: 32px;
    min-height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #9c9c9c;
    box-sizing: border-box;
    float: right;
    border: 1px solid #e4e4e4
}

.calendar table td a {
    overflow: hidden;
    line-height: 15px
}

div.fixedWidth {
    overflow: hidden
}

.floor_blocks svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.floor_blocks svg polygon:hover {
    fill: rgba(0, 0, 0, .6);
    stroke: none;
    fill-opacity: .6
}

.floor_blocks svg polygon.highlight {
    fill: rgba(255, 0, 0, .5)
}

.expo__tabs__date a {
    min-width: 70px;
    width: auto;
    padding: 0 10px
}

.reply__block img {
    float: none;
    margin: 0
}

.reply__block .profile_photo {
    float: left;
    width: 65px;
    margin-right: 13px
}

.reply__block form {
    float: left;
    width: 100%;
    height: auto
}

.reply__block .file_upload {
    position: relative;
    float: left;
    margin: 13px 0 20px;
    width: 180px
}

.temp_popup.error, .temp_popup.info {
    display: table-cell;
    position: absolute;
    top: 25px;
    left: 55px;
    border: 1px solid grey;
    z-index: 11;
    background: #fff;
    border-radius: 3px;
    padding: 2px 5px;
    text-align: center;
    font-size: 10px;
    width: auto;
    margin: 0
}

.temp_popup.error {
    background: red;
    color: #fff
}

.float__links {
    z-index: 8
}

.tool_tip, .tool_tip p {
    overflow: hidden
}

.tool_tip p {
    width: 230px;
    white-space: nowrap
}

.registration__block .social__list a {
    width: 199px
}

.float__links {
    position: fixed;
    top: 50%;
    margin-top: -200px;
    right: 0;
    z-index: 8;
    padding: 15px 5px;
    border-radius: 30px 0 0 30px;
    background: #fff
}

@media all and (max-width: 1385px) {
    .float__links {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        right: -14px
    }
}

.float__links li {
    margin: 30px 0 0;
    text-align: center
}

.float__links li:first-child {
    margin: 0
}

.float__links a {
    text-decoration: none;
    font: 22px/24px Designio;
    color: #000
}

.float__links a:hover img {
    border-color: #2caeed
}

.float__links img {
    border: 5px solid #dfdfdf;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    background-color: #fff
}

.visitor__block .information .two__buttons a {
    font-size: 13px
}

#login-form ul.signin_buttons li {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 10px 13px
}

#login-form ul.signin_buttons li a {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0
}

.tool_tip p.more {
    position: absolute;
    bottom: 13px;
    left: 200px;
    font-size: .9em;
    color: #2caeed
}

.presenter_choose {
    padding: 10px 60px;
    background: #f7f7f7
}

.content__block .content__article .presenter_choose > button {
    border: 1px solid #eaeaea;
    background: url(../../img/new_presenter.png) 100px 11px no-repeat #fdfdfd;
    font-size: 14px;
    color: #6e7278;
    line-height: 14px;
    padding: 12px 0;
    vertical-align: top;
    width: 375px;
    cursor: pointer
}

.content__block .content__article .presenter_choose > button:hover {
    background-color: #fafafa
}

.content__block .content__article .presenter_choose > span {
    display: inline-block;
    color: #9c9c9c;
    font-weight: 700;
    font-size: 14px;
    margin: 0 75px;
    vertical-align: top;
    height: 40px;
    line-height: 40px
}

.content__part.top_border {
    border-top: 1px solid #f4f4f4
}

.content__part.images {
    width: 938px;
    overflow: auto
}

.content__part.images ul {
    height: 170px;
    display: table;
    table-layout: fixed
}

.content__part.images ul li {
    display: table-cell;
    width: 165px;
    padding-right: 6px;
    position: relative
}

.content__part.images ul li .remove {
    position: absolute;
    top: 5px;
    right: 30px;
    font-family: monospace;
    display: none;
    background: #f4f4f4;
    width: 17px;
    height: 17px;
    text-align: center;
    cursor: pointer;
    line-height: 17px;
    color: #131313
}

.content__part.images ul li:hover .remove {
    display: block
}

.blue__button.white a {
    background-color: #fdfdfd;
    color: #6e7278 !important;
    border: 1px solid #eaeaea
}

.content__part .buttons {
    width: 440px;
    margin: 0 auto
}

.content__part .buttons a {
    width: 205px;
    margin: 0;
    padding: 0
}

.add_speaker .inputs__info p span {
    vertical-align: top
}

.add_speaker .inputs__info p textarea {
    height: 130px;
    width: 240px;
    float: right;
    padding: 10px
}

.add_speaker .button {
    right: 400px
}

.add_speaker header {
    position: relative;
    margin: -20px -25px 25px
}

.content__block .content__article .add__product .inputs__info p textarea:focus {
    border-color: #2caeed
}

.visitor__block .content__part input[type=datetime] {
    width: 310px;
    height: 40px;
    border: 1px solid #b8b8b8;
    padding-left: 10px;
    box-sizing: border-box
}

.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px
}

.ui-timepicker-div dl {
    text-align: left
}

.ui-timepicker-div dl dt {
    float: left;
    clear: left;
    padding: 0 0 0 5px
}

.ui-timepicker-div dl dd {
    margin: 0 10px 10px 45%
}

.ui-timepicker-div td {
    font-size: 90%
}

.ui-tpicker-grid-label {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0
}

.ui-timepicker-rtl {
    direction: rtl
}

.ui-timepicker-rtl dl {
    text-align: right;
    padding: 0 5px 0 0
}

.ui-timepicker-rtl dl dt {
    float: right;
    clear: right
}

.ui-timepicker-rtl dl dd {
    margin: 0 45% 10px 10px
}

.fileinput-button {
    position: relative;
    margin: 32px auto;
    width: 205px;
    height: 35px;
    background: #fdfdfd;
    border: 1px solid #eaeaea;
    outline: 0;
    overflow: hidden;
    text-align: center
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer
}

@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%
    }
}

.fileinput-button div {
    width: 100%;
    padding: 7px 0 5px;
    text-align: center;
    bottom: 0;
    cursor: pointer
}

.fileinput-button div span {
    color: #6e7278 !important;
    display: block;
    font-size: 14px;
    box-sizing: border-box
}

.fileinput-button div span:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 16px;
    top: 3px;
    left: -3px;
    background: url(../../img/screpka_grey.png) no-repeat 0;
    position: relative
}

.webinar_manage section {
    margin: 20px 0;
    height: 185px;
    float: left
}

#youtubeStatus article {
    width: 364px;
    float: left;
    outline: 1px solid #e4e4e4;
    margin: 0;
    padding: 0
}

#youtubeStatus article header {
    border-bottom: 1px solid #f4f4f4
}

#youtubeStatus article ul {
    margin: 25px 15px;
    height: 74px
}

#youtubeStatus article ul li {
    width: 107px;
    height: 17px;
    float: left;
    margin: 0;
    background-repeat: no-repeat;
    padding-top: 50px;
    text-align: center;
    font-size: 14px;
    display: block;
    overflow: visible
}

ul li.yt-status {
    color: transparent
}

ul li.yt-status, ul li.yt-status.active {
    background-image: url(../../img/youtube_status.png)
}

ul li.yt-status.active {
    color: #737373
}

ul li.yt-status.green {
    background-position: 30px 0
}

ul li.yt-status.red {
    background-position: -78px 0
}

ul li.yt-status.yellow {
    background-position: -186px 0
}

ul li.yt-status.green.active {
    background-position: 30px -67px
}

ul li.yt-status.red.active {
    background-position: -78px -67px
}

ul li.yt-status.yellow.active {
    background-position: -186px -67px
}

#webinarControls {
    width: 270px;
    outline: 1px solid #e4e4e4;
    height: 182px
}

#webinarControls header {
    padding: 0 !important;
    outline: 1px solid #d8d8d8;
    height: 57px
}

#webinarControls header .button {
    width: 74px;
    margin: 0;
    padding: 16px 0 16px 60px;
    outline: 1px solid #d8d8d8;
    border: 0;
    display: block;
    float: left;
    font: 20px Designio;
    color: #6e7278;
    background: #f7f7f7 url(../../img/start_stop.png) no-repeat;
    height: 25px;
    text-align: left;
    box-sizing: content-box;
    cursor: pointer;
    visibility: hidden
}

#webinarControls header .button.active {
    visibility: visible
}

#webinarControls header .button.active:hover {
    background-color: #efefef
}

#webinarControls header .button.stop {
    background-position: 32px -24px;
    float: right
}

#webinarControls header .button.start {
    background-position: 32px 17px
}

#webinarControls dl {
    font-size: 14px;
    margin: 10px
}

#webinarControls dl dd {
    width: 240px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: pre;
    border: 1px solid #f7f7f7;
    padding: 2px 5px;
    font-size: 11px
}

.content__block header a.button {
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid #ebebeb;
    font-size: 18px;
    padding: 0 10px;
    background: #37a2d9;
    color: #fff
}

.content__block header a.button:hover {
    background: #218ec6;
    color: #fff
}

.webinar__list__item a.m_link {
    float: right;
    margin: 0 5px;
    font-size: .8em;
    display: none
}

.webinar__list__item:hover a.m_link {
    display: block
}

.webinar__room__persons .jcarousel-wrapper {
    width: 685px;
    position: relative;
    padding: 0 20px;
    float: left
}

.webinar__room__persons .jcarousel ul:first-child {
    width: 20000em;
    float: none
}

.webinar__room__persons .jcarousel ul li {
    margin: 6px 15px 6px 0;
    float: left;
    position: relative
}

.jcarousel {
    position: relative;
    overflow: hidden
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0
}

.jcarousel li {
    float: left
}

.webinar__room__persons div.jcarousel-wrapper a.jcarousel-control-next {
    width: 20px;
    height: 15px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 54px 0;
    text-align: center;
    font-size: 14px
}

.webinar__room__persons div.jcarousel-wrapper a.jcarousel-control-prev {
    width: 20px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 54px 0;
    text-align: center;
    font-size: 14px
}

.webinar__room__persons div.jcarousel-wrapper a.jcarousel-control-next:hover, .webinar__room__persons div.jcarousel-wrapper a.jcarousel-control-prev:hover {
    background-color: #eee
}

.content__block .content__article .add__product .button button:disabled {
    background-color: #679b38;
    color: #a2e06a
}

.webinar__room__persons ul:nth-child(2) {
    border-right: none;
    width: 190px;
    float: right;
    height: 120px
}

.webinar__room__chat__person #big_graph img {
    max-height: 150px
}

.webinar__room__video #big_graph img {
    max-height: 504px
}

._w_popup .travel_info {
    position: absolute;
    top: 50%;
    margin-top: -240px;
    left: 50%;
    margin-left: -400px;
    width: 800px;
    height: 480px;
    background: #fff
}

._w_popup .travel_info header {
    background: #fdfdfd;
    border-bottom: 1px solid #e4e4e4;
    color: #282828;
    font: 30px Designio;
    line-height: 50px;
    padding: 7px 40px 5px;
    font-weight: 400
}

._w_popup .travel_info .text__content {
    padding: 20px 40px;
    overflow: auto;
    overflow-x: hidden;
    height: 355px;
    max-height: 655px
}

._w_popup .travel_info .text__content span {
    color: #73b23a
}

._w_popup .contact_info {
    position: absolute;
    top: 50%;
    margin-top: -250px;
    left: 50%;
    margin-left: -400px;
    width: 800px;
    height: 500px;
    background: #fff
}

._w_popup .contact_info header {
    background: #fdfdfd;
    border-bottom: 1px solid #e4e4e4;
    color: #282828;
    font: 30px Designio;
    line-height: 50px;
    padding: 7px 40px 5px;
    font-weight: 400
}

._w_popup .contact_info .text__content {
    padding: 20px 40px;
    overflow: auto;
    overflow-x: hidden;
    height: 380px;
    max-height: 380px
}

._w_popup .contact_info .text__content span {
    color: #73b23a
}

.sponsors__slider ul li a span {
    width: 94px;
    display: block;
    text-align: center;
    margin: auto
}

#header .dates {
    display: none;
    float: left;
    color: #efefef;
    text-shadow: 1px 1px 4px #000;
    margin-left: 206px;
    margin-top: 43px;
    position: absolute;
    font-weight: 700
}
#vidNimg ul.uploadsList, #myUploads ul.uploadsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
#vidNimg ul.uploadsList li.item, #myUploads ul.uploadsList li.item {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 0 15px;
    max-width: 140px;
}

#vidNimg ul li a.remove {
    width: 20px;
    height: 20px;
    display: none;
    margin-left: 8px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background: #9e9e9e url(../../img/icons/remove.png) no-repeat 50%;
    position: absolute;
    top: 4px;
    right: 9px
}

#vidNimg ul li:hover a.remove {
    display: block
}

#vidNimg ul li a.remove:hover {
    background-color: #c3222a
}

#vidNimg ul li a.status {
    width: 20px;
    height: 20px;
    display: none;
    margin-left: 8px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    position: absolute;
    top: 4px;
    right: 9px
}

#vidNimg ul li a.status:not(.done) {
    background-color: grey
}

#vidNimg ul li a.status:hover:not(.done) {
    background-color: #518821
}

#vidNimg ul li:hover a.status {
    display: block
}

.header__user__links a.link {
    display: inline;
    background: 0 0;
    line-height: 1em
}

.header__nav ul li ul {
    display: none;
    position: absolute
}

.header__nav ul li:hover ul, .header__nav ul li:hover ul li {
    display: block
}

.header__nav ul li:hover ul li a {
    height: 31px;
    line-height: 31px
}

.floor_blocks.hallplan .overlay {
    position: absolute;
    z-index: 3;
    background: rgba(0, 0, 0, .5) url(fancybox_loading.gif) 50% no-repeat
}

.text__content ul li {
    font-size: 14px;
    line-height: 24px;
    color: #9c9c9c
}

.text__content ol {
    margin: 0 0 15px;
    list-style: decimal;
    counter-reset: a
}

.text__content ol li p, .text__content ul li p {
    display: inline;
    padding: inherit;
    margin: inherit;
    line-height: inherit
}

.text__content ol li {
    list-style: none;
    padding: 0 0 0 25px
}

.text__content ol li:before {
    content: counter(a) ". ";
    counter-increment: a;
    color: #73b23a;
    position: relative;
    margin-left: -25px
}

.calendar table td.currentDay {
    box-shadow: inset 0 0 15px 0 #006add;
    border-radius: 5px
}

.text__content .page__nav ul li {
    background: 0 0;
    padding: 0;
    font-size: 1em;
    line-height: inherit;
    color: inherit
}

.text__content .media__list#HiddenBlock {
    height: 250px;
    display: block;
    overflow-x: hidden;
    overflow-y: auto
}

.calendar_middle__content {
    padding-right: 0 !important
}

.calendar__title {
    font-weight: 700;
    height: 38px;
    background: #549c12;
    color: #fff;
    font-size: 14px;
    line-height: 38px;
    padding-left: 30px;
    margin-left: -1px;
    margin-top: -1px;
    margin-right: -1px
}

.calendar:after {
    clear: both;
    content: "";
    display: block
}

.calendar .calendar_day {
    width: 191px;
    float: left;
    box-sizing: border-box;
    background: #fff;
    position: relative
}

.calendar .calendar_day:first-child {
    width: 193px
}

.calendar .calendar_day .calendar_day__head {
    height: 39px;
    background: #e4e4e4;
    position: relative;
    text-align: center;
    line-height: 39px;
    font-size: 12px;
    color: #595959
}

.calendar .calendar_day .calendar_day__head .day {
    position: absolute;
    top: 7px;
    right: 9px;
    line-height: normal;
    color: #212121
}

.calendar .calendar_day .calendar_day__content {
    padding-bottom: 2px;
    cursor: pointer;
    background: #f1f1f1;
    box-sizing: border-box;
    position: relative
}

.calendar .calendar_day:not(:first-child) .calendar_day__content:before {
    position: absolute;
    content: "";
    display: block;
    border-left: 1px solid #e4e4e4;
    height: auto;
    width: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.calendar .calendar_day .calendar_day__content:before {
    position: absolute;
    content: "";
    display: block;
    height: auto;
    width: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #37a2d9
}

.calendar .calendar_day .calendar_day__content.empty {
    background: #fff;
    height: 310px;
    cursor: pointer
}

.calendar .calendar_day .calendar_day__content.empty:hover:before {
    background: url(../../img/pen.png) no-repeat 50%
}

.calendar .calendar_day .calendar_day__content .events__cnt {
    height: 57px;
    position: relative
}

.calendar .calendar_day .calendar_day__content .events__cnt .cnt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 26px;
    height: 26px;
    font-size: 16.25px;
    text-align: center;
    line-height: 28px;
    background: #549c12;
    color: #fff
}

.calendar .calendar_day .calendar_day__content .events__cnt .cnt:after {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    border: 1px solid #ccc;
    padding: 4px;
    top: -5px;
    left: -5px
}

.calendar .calendar_day .calendar_day__content .events__cnt .cnt, .calendar .calendar_day .calendar_day__content .events__cnt .cnt:after {
    border-radius: 100%
}

.calendar .calendar_day .calendar_day__content .events {
    height: 241px;
    overflow-y: scroll;
    margin: 5px;
    margin-bottom: 0;
    padding-bottom: 5px;
    position: relative;
    z-index: 2
}

.calendar .calendar_day .calendar_day__content .events .event {
    overflow: hidden;
    height: 57px;
    background: #d9d700;
    margin-bottom: 5px;
    cursor: pointer
}

.calendar .calendar_day .calendar_day__content .events .event:last-child {
    margin-bottom: 0
}

.calendar .calendar_day .calendar_day__content .events .event .event__desc, .calendar .calendar_day .calendar_day__content .events .event .event__time {
    color: #fff;
    margin-left: 7px
}

.calendar .calendar_day .calendar_day__content .events .event .event__time {
    font-size: 14px;
    font-weight: 700;
    padding-top: 8px
}

.calendar .calendar_day .calendar_day__content .events .event .event__desc {
    font-size: 11px;
    padding-top: 4px;
    white-space: nowrap;
    margin-right: 5px;
    overflow: hidden
}

.calendar .calendar_day .calendar_day__content .events .event__expo {
    background: #f58d00
}

.calendar .calendar_day .calendar_day__content .events .event__webinar {
    background: #9258a1
}

.calendar .calendar_day .calendar_day__content .events .event__appointment {
    background: #37a2d9
}

.with-requests-calendar {
    width: 522px;
    display: inline-block;
    vertical-align: top
}

.with-requests-calendar .calendar .calendar_day:first-child {
    width: 132px
}

.with-requests-calendar .calendar .calendar_day {
    width: 130px
}

.appointments-requests {
    width: 240px;
    border: 1px solid #e4e4e4;
    display: inline-block;
    margin-left: -4px;
    position: relative;
    vertical-align: top
}

.appointments-requests .requests-head {
    height: 38px;
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 37px;
    background: #549c12;
    border-bottom: 2px solid #e9e9e9;
    margin-top: -1px;
    margin-right: -1px;
    font-weight: 700;
    font-size: 14px
}

.appointments-requests .requests .page {
    display: none
}

.appointments-requests .requests .page.active {
    display: block
}

.appointments-requests .requests .request {
    height: 80px;
    border-bottom: 1px solid #eaeaea
}

.appointments-requests .requests .request:hover {
    background: #f4f4f4;
    cursor: pointer
}

.appointments-requests .requests .request:after {
    content: "";
    display: block;
    clear: both
}

.appointments-requests .requests .request .request-column {
    float: left;
    height: 100%
}

.appointments-requests .requests .request .request-cnt {
    width: 28px;
    color: #c9c9c9;
    font-size: 13px;
    line-height: 80px;
    text-align: center;
    border-right: 1px solid #eaeaea
}

.appointments-requests .requests .request .request-user-avatar {
    width: 80px;
    text-align: center
}

.appointments-requests .requests .request .request-user-avatar img {
    margin-top: 7px;
    max-width: 65px;
    max-height: 65px
}

.appointments-requests .requests .request .request-info {
    width: 130px;
    font-size: 11px
}

.appointments-requests .requests .request .request-info .user-name {
    font-weight: 700;
    color: #747474;
    margin-top: 5px;
    white-space: nowrap;
    margin-right: 5px;
    overflow: hidden
}

.appointments-requests .requests .request .request-info .user-location {
    color: #c9c9c9;
    margin-top: 3px;
    margin-bottom: 3px
}

.appointments-requests .requests .request .request-info .request-date, .appointments-requests .requests .request .request-info .request-time {
    color: #73b23a
}

.appointments-requests .requests .request .request-info .request-time {
    position: relative;
    padding-left: 14px;
    margin-top: 2px
}

.appointments-requests .requests .request .request-info .request-time:before {
    content: "";
    position: absolute;
    display: block;
    background: url(../../img/clock.png) no-repeat;
    width: 9px;
    height: 9px;
    left: 0;
    top: 2px
}

.appointments-requests .requests-pagination:after {
    content: "";
    display: block;
    clear: both
}

.appointments-requests .requests-pagination .page {
    width: 35.4px;
    height: 43px;
    float: left;
    text-align: center;
    border-right: 1px solid #f1f1f1
}

.appointments-requests .requests-pagination .page:last-child {
    border-right: 0
}

.appointments-requests .requests-pagination .active, .appointments-requests .requests-pagination .page:hover:not(.page-more) {
    background: #2caeed
}

.appointments-requests .requests-pagination .page a {
    display: block;
    height: 100%;
    width: 100%;
    line-height: 43px;
    text-decoration: none;
    font-size: 19.29px;
    color: #ababab
}

.appointments-requests .requests-pagination .active a, .appointments-requests .requests-pagination .page:hover:not(.page-more) a {
    color: #fff
}

.appointments-requests .requests-pagination .page-left, .appointments-requests .requests-pagination .page-right {
    width: 28px
}

.appointments-requests .requests-pagination .page-right {
    width: 29px
}

span.dynatree-node {
    width: 100%
}

span.dynatree-node .tree-excount, span.dynatree-node .tree-pcount {
    float: right;
    color: #fff;
    width: 30px;
    text-align: center
}

span.dynatree-node .tree-excount {
    background-color: #9258a1
}

span.dynatree-node .tree-pcount {
    background-color: #ffa800;
    margin-right: 6px
}

.breadcrumbs-date_time {
    font-size: 18px
}

.b-modal-container {
    overflow-y: auto;
    display: none;
    background: rgba(0, 0, 0, .7);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 6
}

.b-modal-container.b-modal-show {
    display: block !important
}

.b-modal {
    position: relative;
    margin: auto;
    display: none;
    z-index: 7
}

.b-modal.b-modal-show {
    display: block !important
}

.b-modal-overlay {
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 4;
    position: absolute;
    top: 0
}

.b-modal-close, .b-modal-close-submodal {
    font-size: 17px;
    font-family: designio
}

.b-modal-overlayed {
    margin-top: 1px
}

.b-modal-overlayed:before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    width: auto;
    height: auto;
    z-index: 5;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px
}

.b-modal-opened {
    overflow: hidden
}

.b-modal-appointment-popup, .b-modal-appointment-request {
    width: 650px;
    height: 400px;
    border: 1px solid #e4e4e4;
    background: #fff url(../../img/modal-background.png) bottom
}

.appointment-request-head {
    position: relative;
    font-family: designio;
    box-sizing: border-box;
    padding-left: 34px;
    margin-bottom: 10px;
    background: #fff;
    height: 56px;
    width: 100%;
    color: #282828;
    font-size: 30px;
    border-bottom: 1px solid #f4f4f4;
    line-height: 56px
}

.appointment-request-head .b-modal-close, .appointment-request-head .b-modal-close-submodal {
    position: absolute;
    right: 5px;
    top: 5px;
    display: block;
    line-height: normal;
    cursor: pointer
}

.appointment-request-user {
    height: 105px;
    padding-left: 34px
}

.appointment-request-user-avatar {
    width: 105px;
    height: 105px;
    display: inline-block
}

.appointment-request-user-avatar img {
    width: 105px;
    height: 105px;
    display: block
}

.appointment-request-info {
    display: inline-block;
    vertical-align: top;
    margin-left: 17px;
    font-size: 17.97px
}

.appointment-request-info .user-name {
    color: #747474;
    font-weight: 700;
    margin-top: -5px
}

.appointment-request-info .user-location {
    color: #c9c9c9;
    margin: 10px 0
}

.appointment-request-info .request-date {
    color: #73b23a
}

.appointment-request-info .request-time {
    color: #73b23a;
    font-size: 12.82px;
    position: relative;
    padding-left: 26px;
    margin-top: 4px
}

.appointment-request-info .request-time:before {
    content: "";
    position: absolute;
    display: block;
    background: url(../../img/clock-big.png) no-repeat;
    width: 15px;
    height: 15px;
    left: 2px;
    top: -2px
}

.appointment-request-description, .appointment-request-subject {
    padding-left: 34px;
    margin-top: 15px;
    font-size: 14px
}

.appointment-request-description span:first-child, .appointment-request-subject span:first-child {
    display: inline-block;
    width: 105px;
    margin-right: 17px;
    color: #9c9c9c
}

.appointment-request-subject span:last-child {
    font-weight: 700;
    color: #747474
}

.appointment-request-description span:last-child {
    text-align: justify;
    margin-bottom: 20px;
    overflow: auto;
    max-height: 95px;
    width: 450px;
    display: inline-block;
    vertical-align: top;
    color: #747474
}

.b-modal-appointment-request-decline {
    height: 350px
}

.b-modal-appointment-request-decline .decline-message-title {
    font-size: 18px;
    color: #747474;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 22px
}

.b-modal-appointment-request-decline .decline-message {
    position: relative;
    width: 380px;
    margin: 0 auto
}

.b-modal-appointment-request-decline .decline-message:before {
    width: 15px;
    height: 15px;
    content: "";
    display: block;
    position: absolute;
    background: url(../../img/marker.png);
    top: 10px;
    left: 8px
}

.b-modal-appointment-request-decline .decline-message textarea {
    width: 100%;
    height: 109px;
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
    display: block;
    padding-top: 10px;
    padding-left: 29px;
    resize: none
}

.appointment-request-buttons {
    width: 590px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px
}

.appointment-request-buttons:after {
    content: "";
    clear: both;
    display: block
}

.appointment-request-buttons .appointment-request-button {
    float: left;
    margin-right: 4px
}

.appointment-request-buttons .appointment-request-button:last-child {
    margin-right: 0
}

.appointment-request-button {
    text-align: center;
    line-height: 48px;
    width: 190px;
    height: 48px;
    display: block;
    border: 1px solid #969696;
    box-shadow: 1.5px 2.598px 5px 0 rgba(68, 68, 68, .63)
}

.appointment-request-button a {
    font-family: designio;
    color: #fff;
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
    font-size: 24px
}

.b-modal-appointment-request-decline .appointment-request-buttons, .b-modal-appointment-request-reschedule .appointment-request-buttons {
    width: 390px
}

.button-accept {
    background-image: -webkit-linear-gradient(90deg, #529019, #63a12a 40%, #73b23a);
    background-image: -ms-linear-gradient(90deg, #529019 0, #63a12a 40%, #73b23a 100%)
}

.button-reschedule {
    background-image: -webkit-linear-gradient(90deg, #258ebc, #2ba2d6 40%, #30b5ef);
    background-image: -ms-linear-gradient(90deg, #258ebc 0, #2ba2d6 40%, #30b5ef 100%)
}

.button-decline {
    background-image: -webkit-linear-gradient(90deg, #6a3578, #7e478d 40%, #9258a1);
    background-image: -ms-linear-gradient(90deg, #6a3578 0, #7e478d 40%, #9258a1 100%)
}

.b-modal-appointment-request-reschedule .appointment-request-user {
    position: relative;
    padding-top: 30px;
    box-sizing: border-box;
    width: 283px;
    height: 147px;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
    box-shadow: 2px 2px 10px 0 #9c9c9c
}

.b-modal-appointment-request-reschedule .appointment-request-user:before {
    display: block;
    content: "";
    position: absolute;
    background: url(../../img/pin.png);
    width: 24px;
    height: 22px;
    top: -13px;
    left: 0;
    right: 0;
    margin: auto
}

.b-modal-appointment-request-reschedule .reschedule-title {
    font-size: 20px;
    color: #818181;
    text-align: center;
    margin: 25px 0
}

.b-modal-appointment-request-reschedule .reschedule-title.reschedule-want {
    margin: 20px 0
}

.b-modal-appointment-request-reschedule .appointment-request-user .appointment-request-user-avatar, .b-modal-appointment-request-reschedule .appointment-request-user .appointment-request-user-avatar img {
    width: 84px;
    height: 84px
}

.b-modal-appointment-request-reschedule .appointment-request-user .user-name {
    font-size: 14px;
    width: 135px
}

.b-modal-appointment-request-reschedule .appointment-request-user .user-location {
    font-size: 14px;
    margin: 5px 0
}

.b-modal-appointment-request-reschedule .appointment-request-user .request-date {
    font-size: 14px
}

.b-modal-appointment-request-reschedule .appointment-request-user .request-time {
    font-size: 10px;
    padding-left: 20px
}

.b-modal-appointment-request-reschedule .appointment-request-user .appointment-request-info .request-time:before {
    width: 11px;
    height: 11px;
    background: url(../../img/clock-min.png)
}

.b-modal-appointment-view {
    min-height: 250px
}

.b-modal-appointment-view .appointment-request-description .description {
    text-align: justify;
    margin-bottom: 20px;
    overflow: auto;
    max-height: 95px;
    width: 450px
}

.b-modal-appointment-view .appointment-request-buttons {
    width: 390px
}

.calendar_reschedule {
    display: none;
    background: #e9f3e1;
    height: 63px;
    width: auto;
    border: 1px solid #73b23a;
    text-align: center;
    line-height: 63px;
    position: relative;
    left: 0;
    margin-right: 4px;
    font-size: 14px;
    color: #73b23a
}

.calendar_reschedule.profile {
    margin-top: 5px;
    margin-right: 0
}

.profile_greyer .last a {
    color: #bebebe !important
}

.b-form-row__default-error input, .b-form-row__default-error textarea {
    border-color: #ff8989 !important
}

.webinar-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

li.invite-webinar, li.leave-webinar {
    width: 50% !important
}

@media (min-width: 1681px) and (max-width: 1920px) {
    .webinar__room__video iframe {
        height: 580px !important
    }

    #player {
        height: 365px
    }

    .webinar__room__chat__person img {
        height: 365px;
        max-height: 365px !important
    }

    .webinar-container {
        max-width: 1640px
    }
}

@media (min-width: 1441px) and (max-width: 1680px) {
    .webinar-container {
        max-width: 1400px
    }

    .webinar__room__video iframe {
        height: 520px !important
    }

    #player {
        height: 300px
    }

    .webinar__room__chat__person img {
        height: 313px;
        max-height: 313px !important
    }
}

@media (min-width: 1367px) and (max-width: 1440px) {
    .webinar-container {
        max-width: 1326px
    }

    .webinar__room__video iframe {
        height: 488px !important
    }

    #player {
        height: 253px
    }

    .webinar__room__chat__person img {
        height: 297px;
        max-height: 297px !important
    }
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .webinar-container {
        max-width: 1160px
    }

    .webinar__room__video iframe {
        height: 441px !important
    }

    #player {
        height: 223px
    }

    .webinar__room__chat__person img {
        height: 261px;
        max-height: 261px !important
    }
}

@media print {
    .float__links {
        display: none !important
    }

    .header__nav.fixed {
        position: relative
    }
}

.footer__lang .en {
    background-image: url(../../img/icon-flag-uk.jpg)
}

.footer__lang .es {
    background-image: url(../../img/icon-flag-es.jpg)
}

.footer__lang .it {
    background-image: url(../../img/icon-flag-it.png)
}

.footer__lang .ua {
    background-image: url(../../img/icon-flag-ua.jpg)
}

.footer__lang .de {
    background-image: url(../../img/icon-flag-brd.jpg)
}

.footer__lang .ru {
    background-image: url(../../img/icon-flag-ru.jpg)
}

.favorite__item .action .stars.active {
    background: url(../../img/icons/star_a.png) no-repeat
}

.favorite__item .titles {
    max-width: 136px;
    overflow: hidden
}

.oppened__message__block.removed .red {
    margin-top: 20px
}

.oppened__message__block.removed .red a {
    color: #c3222a;
    font-size: 13px
}

.webinar__room__chat__comments .action:not(.name):before {
    content: '... is '
}

.webinar__room__chat__comments .action:not(.name) {
    color: #ffa07a
}

div.errorMessage {
    background: red
}

div.errorMessage, div.successfulMessage {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 30px;
    opacity: .9;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    z-index: 9999
}

div.successfulMessage {
    background: #549c12
}

.analytics__graph__item .analytics__download__link {
    z-index: 1
}

.froala-editor {
    z-index: 9
}

.froala-box {
    outline-offset: 1px;
    display: block
}

.double__info2 .content__part.textareas p div.froala-box {
    width: 310px;
    height: 70px;
    border: 1px solid #b8b88b;
    resize: none;
    box-sizing: border-box;
    padding: 5px 10px;
    overflow: auto
}

.double__info2 .content__part.textareas.at_glance p div.froala-box {
    height: 250px;
    width: 450px
}

.double__info2 .content__part.textareas p div.froala-box:focus {
    border-color: #30b5ef
}

.content__block .content__article .add__product .inputs__info p .selector, .content__block .content__article .add__product .inputs__info p select {
    float: right;
    width: 245px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #b8b8b8;
    padding: 0 10px
}

.content__block .content__article .add__product .inputs__info p .selector {
    padding: 0 !important
}

.content__block .content__article .add__product .inputs__info p .selector select {
    padding: 0 !important;
    width: 100% !important
}

#added_to_connections .favorite__itemer {
    padding: 5px 2px
}

#added_to_connections .favorite__itemer.removed .titles {
    width: 200px
}

.product_title {
    font-size: 18px;
    color: #727272;
    margin: 20px 0 0 30px
}

.product_title .star {
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    margin: 10px 0 0 5px
}

.product_title .star .fa {
    color: #8c8d8c;
    transition: .4s;
    font-size: 23px
}

.product_title .star .fa:hover {
    color: #ffe400
}

.product_title .star.active .fa {
    color: #ffe400;
    transition: .4s;
    font-size: 23px
}

.product_title p {
    font-weight: 700;
    margin-left: 30px;
    border-bottom: 2px solid #727272
}

.webinars__left__block .person__block a {
    position: inherit;
    display: inline;
    height: auto
}

.webinars__left__block .person__block a.edit_link {
    position: relative;
    display: block;
    margin-top: -70px;
    height: 50px
}

.messages__block .actions .stars, .oppened__message__block .titles .title a.star {
    background: url(../../img/star-ico-grey.png) no-repeat 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 1px 0 0 -23px;
    position: absolute
}

.messages__block .actions .stars.active, .messages__block .actions .stars:hover, .oppened__message__block .titles .title a.star.active, .oppened__message__block .titles .title a.star:hover {
    background: url(../../img/star-ico.png) no-repeat 0
}

.oppened__message__block .titles .title a.star {
    position: relative;
    margin: 0 0 0 3px;
    background-position: 0 3px
}

.temp_popup {
    display: table-cell;
    position: fixed;
    top: 10px;
    left: 50%;
    width: 300px;
    border: 1px solid grey;
    z-index: 11;
    background: #fff;
    margin-left: -150px;
    line-height: 1em;
    border-radius: 5px;
    padding: 10px;
    font-weight: bolder;
    text-align: center
}

#make_an_appointment .make__popup form input[type=text] {
    width: 403px;
    height: 32px;
    min-height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #9c9c9c;
    box-sizing: border-box;
    float: right;
    border: 1px solid #e4e4e4
}

.calendar table td a {
    overflow: hidden;
    line-height: 15px
}

div.fixedWidth {
    overflow: hidden
}

.floor_blocks svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.floor_blocks svg polygon:hover {
    fill: rgba(0, 0, 0, .6);
    stroke: none;
    fill-opacity: .6
}

.floor_blocks svg polygon.highlight {
    fill: rgba(255, 0, 0, .5)
}

.expo__tabs__date a {
    min-width: 70px;
    width: auto;
    padding: 0 10px
}

.reply__block img {
    float: none;
    margin: 0
}

.reply__block .profile_photo {
    float: left;
    width: 65px;
    margin-right: 13px
}

.reply__block form {
    float: left;
    width: 335px
}

.reply__block .file_upload {
    position: relative;
    float: left;
    margin: 15px 0 20px;
    width: 120px
}

.temp_popup.error, .temp_popup.info {
    display: table-cell;
    position: absolute;
    top: 25px;
    left: 55px;
    border: 1px solid grey;
    z-index: 11;
    background: #fff;
    border-radius: 3px;
    padding: 2px 5px;
    text-align: center;
    font-size: 10px;
    width: auto;
    margin: 0
}

.temp_popup.error {
    background: red;
    color: #fff
}

.float__links {
    z-index: 8
}

.tool_tip, .tool_tip p {
    overflow: hidden
}

.tool_tip p {
    width: 230px;
    white-space: nowrap
}

.registration__block .social__list a {
    width: 199px
}

.float__links {
    position: fixed;
    top: 50%;
    margin-top: -200px;
    right: 0;
    z-index: 8;
    padding: 15px 5px;
    border-radius: 30px 0 0 30px;
    background: #fff
}

@media all and (max-width: 1385px) {
    .float__links {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        right: -14px
    }
}

.float__links li {
    margin: 30px 0 0;
    text-align: center
}

.float__links li:first-child {
    margin: 0
}

.float__links a {
    text-decoration: none;
    font: 22px/24px Designio;
    color: #000
}

.float__links a:hover img {
    border-color: #2caeed
}

.float__links img {
    border: 5px solid #dfdfdf;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    background-color: #fff
}

.visitor__block .information .two__buttons a {
    font-size: 13px
}

#login-form ul.signin_buttons li {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 10px 10px
}

#login-form ul.signin_buttons li a {
    display: block;
    width: 45px;
    height: 35px;
    margin: 0;
    padding: 0
}

.tool_tip p.more {
    position: absolute;
    bottom: 13px;
    left: 200px;
    font-size: .9em;
    color: #2caeed
}

.presenter_choose {
    padding: 10px 60px;
    background: #f7f7f7
}

.content__block .content__article .presenter_choose > button {
    border: 1px solid #eaeaea;
    background: url(../../img/new_presenter.png) 100px 11px no-repeat #fdfdfd;
    font-size: 14px;
    color: #6e7278;
    line-height: 14px;
    padding: 12px 0;
    vertical-align: top;
    width: 375px;
    cursor: pointer
}

.content__block .content__article .presenter_choose > button:hover {
    background-color: #fafafa
}

.content__block .content__article .presenter_choose > span {
    display: inline-block;
    color: #9c9c9c;
    font-weight: 700;
    font-size: 14px;
    margin: 0 75px;
    vertical-align: top;
    height: 40px;
    line-height: 40px
}

.content__part.top_border {
    border-top: 1px solid #f4f4f4
}

.content__part.images {
    width: 938px;
    overflow: auto
}

.content__part.images ul {
    height: 170px;
    display: table;
    table-layout: fixed
}

.content__part.images ul li {
    display: table-cell;
    width: 165px;
    padding-right: 6px;
    position: relative
}

.content__part.images ul li .remove {
    position: absolute;
    top: 5px;
    right: 30px;
    font-family: monospace;
    display: none;
    background: #f4f4f4;
    width: 17px;
    height: 17px;
    text-align: center;
    cursor: pointer;
    line-height: 17px;
    color: #131313
}

.content__part.images ul li:hover .remove {
    display: block
}

.blue__button.white a {
    background-color: #fdfdfd;
    color: #6e7278 !important;
    border: 1px solid #eaeaea
}

.content__part .buttons {
    width: 440px;
    margin: 0 auto
}

.content__part .buttons a {
    width: 205px;
    margin: 0;
    padding: 0
}

.add_speaker .inputs__info p span {
    vertical-align: top
}

.add_speaker .inputs__info p textarea {
    height: 130px;
    width: 240px;
    float: right;
    padding: 10px
}

.add_speaker .button {
    right: 400px
}

.add_speaker header {
    position: relative;
    margin: -20px -25px 25px
}

.content__block .content__article .add__product .inputs__info p textarea:focus {
    border-color: #2caeed
}

.visitor__block .content__part input[type=datetime] {
    width: 310px;
    height: 40px;
    border: 1px solid #b8b8b8;
    padding-left: 10px;
    box-sizing: border-box
}

.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px
}

.ui-timepicker-div dl {
    text-align: left
}

.ui-timepicker-div dl dt {
    float: left;
    clear: left;
    padding: 0 0 0 5px
}

.ui-timepicker-div dl dd {
    margin: 0 10px 10px 45%
}

.ui-timepicker-div td {
    font-size: 90%
}

.ui-tpicker-grid-label {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0
}

.ui-timepicker-rtl {
    direction: rtl
}

.ui-timepicker-rtl dl {
    text-align: right;
    padding: 0 5px 0 0
}

.ui-timepicker-rtl dl dt {
    float: right;
    clear: right
}

.ui-timepicker-rtl dl dd {
    margin: 0 45% 10px 10px
}

.fileinput-button {
    position: relative;
    margin: 32px auto;
    width: 205px;
    height: 50px;
    background: #fdfdfd;
    border: 1px solid #eaeaea;
    outline: 0;
    overflow: hidden;
    text-align: center
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer
}

@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%
    }
}

.fileinput-button div {
    width: 100%;
    padding: 7px 0 5px;
    text-align: center;
    bottom: 0;
    cursor: pointer
}

.fileinput-button div span {
    color: #6e7278 !important;
    display: block;
    font-size: 14px;
    box-sizing: border-box
}

.fileinput-button div span:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 16px;
    top: 3px;
    left: -3px;
    background: url(../../img/screpka_grey.png) no-repeat 0;
    position: relative
}

.webinar_manage section {
    margin: 20px 0;
    height: 185px;
    float: left
}

#youtubeStatus article {
    width: 364px;
    float: left;
    outline: 1px solid #e4e4e4;
    margin: 0;
    padding: 0
}

#youtubeStatus article header {
    border-bottom: 1px solid #f4f4f4;
    text-align: center
}

#youtubeStatus article ul {
    margin: 25px 15px;
    height: 74px
}

#youtubeStatus article ul li {
    width: 107px;
    height: 17px;
    float: left;
    margin: 0;
    background-repeat: no-repeat;
    padding-top: 50px;
    text-align: center;
    font-size: 14px;
    display: block;
    overflow: visible
}

ul li.yt-status {
    color: transparent
}

ul li.yt-status, ul li.yt-status.active {
    background-image: url(../../img/youtube_status.png)
}

ul li.yt-status.active {
    color: #737373
}

ul li.yt-status.green {
    background-position: 30px 0
}

ul li.yt-status.red {
    background-position: -78px 0
}

ul li.yt-status.yellow {
    background-position: -186px 0
}

ul li.yt-status.green.active {
    background-position: 30px -67px
}

ul li.yt-status.red.active {
    background-position: -78px -67px
}

ul li.yt-status.yellow.active {
    background-position: -186px -67px
}

#webinarControls {
    width: 270px;
    outline: 1px solid #e4e4e4;
    min-height: 182px;
    height: 100%;
    float: right
}

#webinarControls header {
    padding: 0 !important;
    outline: 1px solid #d8d8d8;
    height: 57px
}

#webinarControls header .button {
    width: 74px;
    margin: 0;
    padding: 16px 0 16px 60px;
    outline: 1px solid #d8d8d8;
    border: 0;
    display: block;
    float: left;
    font: 20px Designio;
    color: #6e7278;
    background: #f7f7f7 url(../../img/start_stop.png) no-repeat;
    height: 25px;
    text-align: left;
    box-sizing: content-box;
    cursor: pointer;
    visibility: hidden
}

#webinarControls header .button.active {
    visibility: visible
}

#webinarControls header .button.active:hover {
    background-color: #efefef
}

#webinarControls header .button.stop {
    background-position: 32px -24px;
    float: right
}

#webinarControls header .button.start {
    background-position: 32px 17px
}

#webinarControls dl {
    font-size: 14px;
    margin: 10px
}

#webinarControls dl dd {
    width: 240px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: pre;
    border: 1px solid #f7f7f7;
    padding: 2px 5px;
    font-size: 11px
}

.content__block header a.button {
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid #ebebeb;
    font-size: 18px;
    padding: 0 10px;
    background: #37a2d9;
    color: #fff
}

.content__block header a.button:hover {
    background: #218ec6;
    color: #fff
}

.webinar__list__item a.m_link {
    float: right;
    margin: 0 5px;
    font-size: .8em;
    display: none
}

.webinar__list__item:hover a.m_link {
    display: block
}

.webinar__room__persons .jcarousel-wrapper {
    width: 685px;
    position: relative;
    padding: 0 20px;
    float: left
}

.webinar__room__persons .jcarousel ul:first-child {
    width: 20000em;
    float: none
}

.webinar__room__persons .jcarousel ul li {
    margin: 6px 15px 6px 0;
    float: left;
    position: relative
}

.jcarousel {
    position: relative;
    overflow: hidden
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0
}

.jcarousel li {
    float: left
}

.webinar__room__persons div.jcarousel-wrapper a.jcarousel-control-next {
    width: 20px;
    height: 15px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 54px 0;
    text-align: center;
    font-size: 14px
}

.webinar__room__persons div.jcarousel-wrapper a.jcarousel-control-prev {
    width: 20px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 54px 0;
    text-align: center;
    font-size: 14px
}

.webinar__room__persons div.jcarousel-wrapper a.jcarousel-control-next:hover, .webinar__room__persons div.jcarousel-wrapper a.jcarousel-control-prev:hover {
    background-color: #eee
}

.content__block .content__article .add__product .button button:disabled {
    background-color: #679b38;
    color: #a2e06a
}

.webinar__room__persons ul:nth-child(2) {
    border-right: none;
    width: 190px;
    float: right;
    height: 120px
}

.webinar__room__chat__person #big_graph img {
    max-height: 150px
}

.webinar__room__video #big_graph img {
    max-height: 504px
}

._w_popup .travel_info {
    position: absolute;
    top: 50%;
    margin-top: -240px;
    left: 50%;
    margin-left: -400px;
    width: 800px;
    height: 480px;
    background: #fff
}

._w_popup .travel_info header {
    background: #fdfdfd;
    border-bottom: 1px solid #e4e4e4;
    color: #282828;
    font: 30px din-condensed-web, sans-serif;
    line-height: 50px;
    padding: 7px 40px 5px;
    font-weight: 400
}

._w_popup .travel_info .text__content {
    padding: 20px 40px;
    overflow: auto;
    overflow-x: hidden;
    height: 355px;
    max-height: 655px
}

._w_popup .travel_info .text__content span {
    color: #73b23a
}

._w_popup .contact_info {
    position: absolute;
    top: 50%;
    margin-top: -250px;
    left: 50%;
    margin-left: -400px;
    max-width: 800px;
    width: 100%;
    min-height: 500px;
    background: #fff;
    border: 1px solid #c9c9c9
}

._w_popup .contact_info header {
    background: #fdfdfd;
    border-bottom: 1px solid #e4e4e4;
    color: #282828;
    font: 30px din-condensed-web, sans-serif;
    line-height: 50px;
    padding: 7px 40px 5px;
    font-weight: 400
}

._w_popup .contact_info .text__content {
    padding: 20px 40px;
    min-height: 380px;
    max-height: 380px;
    overflow: auto
}

._w_popup .contact_info .text__content span {
    color: #73b23a
}

.sponsors__slider ul li a span {
    width: 94px;
    display: block;
    text-align: center;
    margin: auto
}

#header .dates {
    display: none;
    float: left;
    color: #efefef;
    text-shadow: 1px 1px 4px #000;
    margin-left: 206px;
    margin-top: 43px;
    position: absolute;
    font-weight: 700
}

#vidNimg ul li {
    position: relative
}

#vidNimg ul li a.remove {
    width: 20px;
    height: 20px;
    display: none;
    margin-left: 8px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background: #9e9e9e url(../../img/icons/remove.png) no-repeat 50%;
    position: absolute;
    top: 4px;
    right: 9px
}

#vidNimg ul li:hover a.remove {
    display: block
}

#vidNimg ul li a.remove:hover {
    background-color: #c3222a
}

#vidNimg ul li a.status {
    width: 20px;
    height: 20px;
    display: none;
    margin-left: 8px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    position: absolute;
    top: 4px;
    right: 9px
}

#vidNimg ul li a.status:not(.done) {
    background-color: grey
}

#vidNimg ul li a.status:hover:not(.done) {
    background-color: #518821
}

#vidNimg ul li:hover a.status {
    display: block
}

.header__user__links a.link {
    display: inline;
    background: 0 0;
    line-height: 1em
}

.header__nav ul li ul {
    display: none;
    position: absolute
}

.header__nav ul li:hover ul, .header__nav ul li:hover ul li {
    display: block
}

.header__nav ul li:hover ul li a {
    height: 31px;
    line-height: 31px
}

.floor_blocks.hallplan .overlay {
    position: absolute;
    z-index: 3;
    background: rgba(0, 0, 0, .5) url(fancybox_loading.gif) 50% no-repeat
}

.text__content ul li {
    font-size: 14px;
    line-height: 24px;
    color: #9c9c9c
}

.text__content ol {
    margin: 0 0 15px;
    list-style: decimal;
    counter-reset: a
}

.text__content ol li p, .text__content ul li p {
    display: inline;
    padding: inherit;
    margin: inherit;
    line-height: inherit
}

.text__content ol li {
    list-style: none;
    padding: 0 0 0 25px
}

.text__content ol li:before {
    content: counter(a) ". ";
    counter-increment: a;
    color: #73b23a;
    position: relative;
    margin-left: -25px
}

.calendar table td.currentDay {
    box-shadow: inset 0 0 15px 0 #006add;
    border-radius: 5px
}

.text__content .page__nav ul li {
    background: 0 0;
    padding: 0;
    font-size: 1em;
    line-height: inherit;
    color: inherit
}

.text__content .media__list#HiddenBlock {
    height: 250px;
    display: block;
    overflow-x: hidden;
    overflow-y: auto
}

.calendar_middle__content {
    padding-right: 0 !important
}

.calendar__title {
    font-weight: 700;
    height: 38px;
    background: #549c12;
    color: #fff;
    font-size: 14px;
    line-height: 38px;
    padding-left: 30px;
    margin-left: -1px;
    margin-top: -1px;
    margin-right: -1px
}

.calendar:after {
    clear: both;
    content: "";
    display: block
}

.calendar .calendar_day {
    width: 191px;
    float: left;
    box-sizing: border-box;
    background: #fff;
    position: relative
}

.calendar .calendar_day:first-child {
    width: 193px
}

.calendar .calendar_day .calendar_day__head {
    height: 39px;
    background: #e4e4e4;
    position: relative;
    text-align: center;
    line-height: 39px;
    font-size: 12px;
    color: #595959
}

.calendar .calendar_day .calendar_day__head .day {
    position: absolute;
    top: 7px;
    right: 9px;
    line-height: normal;
    color: #212121
}

.calendar .calendar_day .calendar_day__content {
    padding-bottom: 2px;
    cursor: pointer;
    background: #f1f1f1;
    box-sizing: border-box;
    position: relative
}

.calendar .calendar_day:not(:first-child) .calendar_day__content:before {
    position: absolute;
    content: "";
    display: block;
    border-left: 1px solid #e4e4e4;
    height: auto;
    width: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.calendar .calendar_day .calendar_day__content:before {
    position: absolute;
    content: "";
    display: block;
    height: auto;
    width: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #37a2d9
}

.calendar .calendar_day .calendar_day__content.empty {
    background: #fff;
    height: 310px;
    cursor: pointer
}

.calendar .calendar_day .calendar_day__content.empty:hover:before {
    background: url(../../img/pen.png) no-repeat 50%
}

.calendar .calendar_day .calendar_day__content .events__cnt {
    height: 57px;
    position: relative
}

.calendar .calendar_day .calendar_day__content .events__cnt .cnt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 26px;
    height: 26px;
    font-size: 16.25px;
    text-align: center;
    line-height: 28px;
    background: #549c12;
    color: #fff
}

.calendar .calendar_day .calendar_day__content .events__cnt .cnt:after {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    border: 1px solid #ccc;
    padding: 4px;
    top: -5px;
    left: -5px
}

.calendar .calendar_day .calendar_day__content .events__cnt .cnt, .calendar .calendar_day .calendar_day__content .events__cnt .cnt:after {
    border-radius: 100%
}

.calendar .calendar_day .calendar_day__content .events {
    height: 241px;
    overflow-y: scroll;
    margin: 5px;
    margin-bottom: 0;
    padding-bottom: 5px;
    position: relative;
    z-index: 2
}

.calendar .calendar_day .calendar_day__content .events .event {
    overflow: hidden;
    height: 57px;
    background: #d9d700;
    margin-bottom: 5px;
    cursor: pointer
}

.calendar .calendar_day .calendar_day__content .events .event:last-child {
    margin-bottom: 0
}

.calendar .calendar_day .calendar_day__content .events .event .event__desc, .calendar .calendar_day .calendar_day__content .events .event .event__time {
    color: #fff;
    margin-left: 7px
}

.calendar .calendar_day .calendar_day__content .events .event .event__time {
    font-size: 14px;
    font-weight: 700;
    padding-top: 8px
}

.calendar .calendar_day .calendar_day__content .events .event .event__desc {
    font-size: 11px;
    padding-top: 4px;
    white-space: nowrap;
    margin-right: 5px;
    overflow: hidden
}

.calendar .calendar_day .calendar_day__content .events .event__expo {
    background: #f58d00
}

.calendar .calendar_day .calendar_day__content .events .event__webinar {
    background: #9258a1
}

.calendar .calendar_day .calendar_day__content .events .event__appointment {
    background: #37a2d9
}

.with-requests-calendar {
    width: 522px;
    display: inline-block;
    vertical-align: top
}

.with-requests-calendar .calendar .calendar_day:first-child {
    width: 132px
}

.with-requests-calendar .calendar .calendar_day {
    width: 130px
}

.appointments-requests {
    width: 240px;
    border: 1px solid #e4e4e4;
    display: inline-block;
    margin-left: -4px;
    position: relative;
    vertical-align: top
}

.appointments-requests .requests-head {
    height: 38px;
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 37px;
    background: #549c12;
    border-bottom: 2px solid #e9e9e9;
    margin-top: -1px;
    margin-right: -1px;
    font-weight: 700;
    font-size: 14px
}

.appointments-requests .requests .page {
    display: none
}

.appointments-requests .requests .page.active {
    display: block
}

.appointments-requests .requests .request {
    height: 80px;
    border-bottom: 1px solid #eaeaea
}

.appointments-requests .requests .request:hover {
    background: #f4f4f4;
    cursor: pointer
}

.appointments-requests .requests .request:after {
    content: "";
    display: block;
    clear: both
}

.appointments-requests .requests .request .request-column {
    float: left;
    height: 100%
}

.appointments-requests .requests .request .request-cnt {
    width: 28px;
    color: #c9c9c9;
    font-size: 13px;
    line-height: 80px;
    text-align: center;
    border-right: 1px solid #eaeaea
}

.appointments-requests .requests .request .request-user-avatar {
    width: 80px;
    text-align: center
}

.appointments-requests .requests .request .request-user-avatar img {
    margin-top: 7px;
    max-width: 65px;
    max-height: 65px
}

.appointments-requests .requests .request .request-info {
    width: 130px;
    font-size: 11px
}

.appointments-requests .requests .request .request-info .user-name {
    font-weight: 700;
    color: #747474;
    margin-top: 5px;
    white-space: nowrap;
    margin-right: 5px;
    overflow: hidden
}

.appointments-requests .requests .request .request-info .user-location {
    color: #c9c9c9;
    margin-top: 3px;
    margin-bottom: 3px
}

.appointments-requests .requests .request .request-info .request-date, .appointments-requests .requests .request .request-info .request-time {
    color: #73b23a
}

.appointments-requests .requests .request .request-info .request-time {
    position: relative;
    padding-left: 14px;
    margin-top: 2px
}

.appointments-requests .requests .request .request-info .request-time:before {
    content: "";
    position: absolute;
    display: block;
    background: url(../../img/clock.png) no-repeat;
    width: 9px;
    height: 9px;
    left: 0;
    top: 2px
}

.appointments-requests .requests-pagination:after {
    content: "";
    display: block;
    clear: both
}

.appointments-requests .requests-pagination .page {
    width: 35.4px;
    height: 43px;
    float: left;
    text-align: center;
    border-right: 1px solid #f1f1f1
}

.appointments-requests .requests-pagination .page:last-child {
    border-right: 0
}

.appointments-requests .requests-pagination .active, .appointments-requests .requests-pagination .page:hover:not(.page-more) {
    background: #2caeed
}

.appointments-requests .requests-pagination .page a {
    display: block;
    height: 100%;
    width: 100%;
    line-height: 43px;
    text-decoration: none;
    font-size: 19.29px;
    color: #ababab
}

.appointments-requests .requests-pagination .active a, .appointments-requests .requests-pagination .page:hover:not(.page-more) a {
    color: #fff
}

.appointments-requests .requests-pagination .page-left, .appointments-requests .requests-pagination .page-right {
    width: 28px
}

.appointments-requests .requests-pagination .page-right {
    width: 29px
}

span.dynatree-node {
    width: 100%
}

span.dynatree-node .tree-excount, span.dynatree-node .tree-pcount {
    float: right;
    color: #fff;
    width: 30px;
    text-align: center
}

span.dynatree-node .tree-excount {
    background-color: #9258a1
}

span.dynatree-node .tree-pcount {
    background-color: #ffa800;
    margin-right: 6px
}

.breadcrumbs-date_time {
    font-size: 18px
}

.b-modal-container {
    overflow-y: auto;
    display: none;
    background: rgba(0, 0, 0, .7);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 6
}

.b-modal-container.b-modal-show {
    display: block !important
}

.b-modal {
    position: relative;
    margin: auto;
    display: none;
    z-index: 7
}

.b-modal.b-modal-show {
    display: block !important
}

.b-modal-overlay {
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 4;
    position: absolute;
    top: 0
}

.b-modal-close, .b-modal-close-submodal {
    font-size: 17px;
    font-family: designio
}

.b-modal-overlayed {
    margin-top: 1px
}

.b-modal-overlayed:before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    width: auto;
    height: auto;
    z-index: 5;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px
}

.b-modal-opened {
    overflow: hidden
}

.b-modal-appointment-popup, .b-modal-appointment-request {
    width: 650px;
    height: 400px;
    border: 1px solid #e4e4e4;
    background: #fff url(../../img/modal-background.png) bottom
}

.appointment-request-head {
    position: relative;
    font-family: designio;
    box-sizing: border-box;
    padding-left: 34px;
    margin-bottom: 10px;
    background: #fff;
    height: 56px;
    width: 100%;
    color: #282828;
    font-size: 30px;
    border-bottom: 1px solid #f4f4f4;
    line-height: 56px
}

.appointment-request-head .b-modal-close, .appointment-request-head .b-modal-close-submodal {
    position: absolute;
    right: 5px;
    top: 5px;
    display: block;
    line-height: normal;
    cursor: pointer
}

.appointment-request-user {
    height: 105px;
    padding-left: 34px
}

.appointment-request-user-avatar {
    width: 105px;
    height: 105px;
    display: inline-block
}

.appointment-request-user-avatar img {
    width: 105px;
    height: 105px;
    display: block
}

.appointment-request-info {
    display: inline-block;
    vertical-align: top;
    margin-left: 17px;
    font-size: 17.97px
}

.appointment-request-info .user-name {
    color: #747474;
    font-weight: 700;
    margin-top: -5px
}

.appointment-request-info .user-location {
    color: #c9c9c9;
    margin: 10px 0
}

.appointment-request-info .request-date {
    color: #73b23a
}

.appointment-request-info .request-time {
    color: #73b23a;
    font-size: 12.82px;
    position: relative;
    padding-left: 26px;
    margin-top: 4px
}

.appointment-request-info .request-time:before {
    content: "";
    position: absolute;
    display: block;
    background: url(../../img/clock-big.png) no-repeat;
    width: 15px;
    height: 15px;
    left: 2px;
    top: -2px
}

.appointment-request-description, .appointment-request-subject {
    padding-left: 34px;
    margin-top: 15px;
    font-size: 14px
}

.appointment-request-description span:first-child, .appointment-request-subject span:first-child {
    display: inline-block;
    width: 105px;
    margin-right: 17px;
    color: #9c9c9c
}

.appointment-request-subject span:last-child {
    font-weight: 700;
    color: #747474
}

.appointment-request-description span:last-child {
    text-align: justify;
    margin-bottom: 20px;
    overflow: auto;
    max-height: 95px;
    width: 450px;
    display: inline-block;
    vertical-align: top;
    color: #747474
}

.b-modal-appointment-request-decline {
    height: 350px
}

.b-modal-appointment-request-decline .decline-message-title {
    font-size: 18px;
    color: #747474;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 22px
}

.b-modal-appointment-request-decline .decline-message {
    position: relative;
    width: 380px;
    margin: 0 auto
}

.b-modal-appointment-request-decline .decline-message:before {
    width: 15px;
    height: 15px;
    content: "";
    display: block;
    position: absolute;
    background: url(../../img/marker.png);
    top: 10px;
    left: 8px
}

.b-modal-appointment-request-decline .decline-message textarea {
    width: 100%;
    height: 109px;
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
    display: block;
    padding-top: 10px;
    padding-left: 29px;
    resize: none
}

.appointment-request-buttons {
    width: 590px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px
}

.appointment-request-buttons:after {
    content: "";
    clear: both;
    display: block
}

.appointment-request-buttons .appointment-request-button {
    float: left;
    margin-right: 4px
}

.appointment-request-buttons .appointment-request-button:last-child {
    margin-right: 0
}

.appointment-request-button {
    text-align: center;
    line-height: 48px;
    width: 190px;
    height: 48px;
    display: block;
    border: 1px solid #969696;
    box-shadow: 1.5px 2.598px 5px 0 rgba(68, 68, 68, .63)
}

.appointment-request-button a {
    font-family: designio;
    color: #fff;
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
    font-size: 24px
}

.b-modal-appointment-request-decline .appointment-request-buttons, .b-modal-appointment-request-reschedule .appointment-request-buttons {
    width: 390px
}

.button-accept {
    background-image: -webkit-linear-gradient(90deg, #529019, #63a12a 40%, #73b23a);
    background-image: -ms-linear-gradient(90deg, #529019 0, #63a12a 40%, #73b23a 100%)
}

.button-reschedule {
    background-image: -webkit-linear-gradient(90deg, #258ebc, #2ba2d6 40%, #30b5ef);
    background-image: -ms-linear-gradient(90deg, #258ebc 0, #2ba2d6 40%, #30b5ef 100%)
}

.button-decline {
    background-image: -webkit-linear-gradient(90deg, #6a3578, #7e478d 40%, #9258a1);
    background-image: -ms-linear-gradient(90deg, #6a3578 0, #7e478d 40%, #9258a1 100%)
}

.b-modal-appointment-request-reschedule .appointment-request-user {
    position: relative;
    padding-top: 30px;
    box-sizing: border-box;
    width: 283px;
    height: 147px;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
    box-shadow: 2px 2px 10px 0 #9c9c9c
}

.b-modal-appointment-request-reschedule .appointment-request-user:before {
    display: block;
    content: "";
    position: absolute;
    background: url(../../img/pin.png);
    width: 24px;
    height: 22px;
    top: -13px;
    left: 0;
    right: 0;
    margin: auto
}

.b-modal-appointment-request-reschedule .reschedule-title {
    font-size: 20px;
    color: #818181;
    text-align: center;
    margin: 25px 0
}

.b-modal-appointment-request-reschedule .reschedule-title.reschedule-want {
    margin: 20px 0
}

.b-modal-appointment-request-reschedule .appointment-request-user .appointment-request-user-avatar, .b-modal-appointment-request-reschedule .appointment-request-user .appointment-request-user-avatar img {
    width: 84px;
    height: 84px
}

.b-modal-appointment-request-reschedule .appointment-request-user .user-name {
    font-size: 14px;
    width: 135px
}

.b-modal-appointment-request-reschedule .appointment-request-user .user-location {
    font-size: 14px;
    margin: 5px 0
}

.b-modal-appointment-request-reschedule .appointment-request-user .request-date {
    font-size: 14px
}

.b-modal-appointment-request-reschedule .appointment-request-user .request-time {
    font-size: 10px;
    padding-left: 20px
}

.b-modal-appointment-request-reschedule .appointment-request-user .appointment-request-info .request-time:before {
    width: 11px;
    height: 11px;
    background: url(../../img/clock-min.png)
}

.b-modal-appointment-view {
    min-height: 250px
}

.b-modal-appointment-view .appointment-request-description .description {
    text-align: justify;
    margin-bottom: 20px;
    overflow: auto;
    max-height: 95px;
    width: 450px
}

.b-modal-appointment-view .appointment-request-buttons {
    width: 390px
}

.calendar_reschedule {
    display: none;
    background: #e9f3e1;
    height: 63px;
    width: auto;
    border: 1px solid #73b23a;
    text-align: center;
    line-height: 63px;
    position: relative;
    left: 0;
    margin-right: 4px;
    font-size: 14px;
    color: #73b23a
}

.calendar_reschedule.profile {
    margin-top: 5px;
    margin-right: 0
}

.profile_greyer .last a {
    color: #bebebe !important
}

.b-form-row__default-error input, .b-form-row__default-error textarea {
    border-color: #ff8989 !important
}

.webinar-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

li.invite-webinar, li.leave-webinar {
    width: 50% !important
}

@media (min-width: 1681px) and (max-width: 1920px) {
    .webinar__room__video iframe {
        height: 580px !important
    }

    #player {
        height: 365px
    }

    .webinar__room__chat__person img {
        height: 365px;
        max-height: 365px !important
    }

    .webinar-container {
        max-width: 1640px
    }
}

@media (min-width: 1441px) and (max-width: 1680px) {
    .webinar-container {
        max-width: 1400px
    }

    .webinar__room__video iframe {
        height: 520px !important
    }

    #player {
        height: 300px
    }

    .webinar__room__chat__person img {
        height: 313px;
        max-height: 313px !important
    }
}

@media (min-width: 1367px) and (max-width: 1440px) {
    .webinar-container {
        max-width: 1326px
    }

    .webinar__room__video iframe {
        height: 488px !important
    }

    #player {
        height: 253px
    }

    .webinar__room__chat__person img {
        height: 297px;
        max-height: 297px !important
    }
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .webinar-container {
        max-width: 1160px
    }

    .webinar__room__video iframe {
        height: 441px !important
    }

    #player {
        height: 223px
    }

    .webinar__room__chat__person img {
        height: 261px;
        max-height: 261px !important
    }
}

@media (max-width: 768px) {
    ._w_popup .contact_info {
        top: 0;
        left: 0;
        margin-left: 0;
        margin-top: 0
    }

    ._w_popup .contact_info .text__content {
        padding: 10px 5px
    }

    #contacts_sales_team .contact_info {
        top: 300px
    }

    #contacts_marketing_team .contact_info {
        top: 600px
    }

    #contacts_support_team .contact_info {
        top: 900px
    }
}

.exhibitor-about-text {
    max-height: 370px;
    overflow-x: auto;
    margin-right: -15px;
    padding-right: 8px
}

.index-bg .edit-product-popup header {
    line-height: 60px;
    height: 60px;
    font-size: 22px;
    color: #21bbb1;
    border-bottom: 2px solid #000
}

.edit-product-popup .file_uploader {
    float: none;
    width: 100%;
    height: auto
}

.edit-product-popup .file_uploader div {
    bottom: -9px;
    padding: 0;
    line-height: 30px;
    height: 30px
}

.edit-product-popup .file_uploader button {
    width: 100%;
    float: none;
    height: auto
}

.edit-product-popup .file_uploading {
    margin: 10px auto
}

.edit-product-popup .file_uploading button {
    border: 1px solid #21bbb1
}

.dots-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.speaker__block .speaker__info div.clear + p, .speaker__block .speaker__info p:last-child {
    display: none !important
}

.agenda-m {
    padding-top: 0 !important
}

.atime {
    width: 120px
}

.aadd {
    width: 50px
}

.pro-padding-123 {
    padding: 0 20px
}

.super-class-j {
    display: block;
    float: right;
    margin-top: 13px
}

.super-class-jr .location_sector {
    width: 65px
}

.super-class-jr {
    display: block;
    float: right;
    margin-left: 15px
}

.index-bg .wedding-1 {
    padding-top: 80px !important
}

.ul-wedd {
    margin-bottom: 0 !important;
    padding: 0 10px
}

.floor__block .floorplan-wrap .floor-plan-container {
    width: calc(100% - 320px) !important
}

.floor_blocks.hallplan {
    display: block
}

.floor__content .exhibitor-popup .green__button {
    width: 100%
}

.floor__content .exhibitor-popup .green__button a {
    line-height: 50px
}

.floor__block .floor__content .pop-img_plan {
    text-align: center
}

.floor__block .floor__content .popup2_img {
    max-width: 90px !important
}

.col-md-6.inputs__info .inputs .selector {
    text-align: left
}

.col-md-6.inputs__info .inputs {
    text-align: center
}

.header-search-btn {
    position: relative;
    background: #000;
    margin-left: -18px;
    left: 50%
}

.header__topSearch::after {
    display: none
}

.header-search-popup {
    display: none;
    padding: 7px 10px;
    position: absolute;
    top: 46px;
    right: -10px;
    width: 275px;
    background: #4a4a4a;
    z-index: 999
}

.exbit-reg h4, .visi-reg h4 {
    margin: 35px 0 5px;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    display: block
}

.exbit-reg {
    max-width: 260px;
    width: 100%;
    height: 233px;
    display: block;
    float: right;
    padding: 40px;
    position: relative;
    text-align: center
}

.visi-reg {
    max-width: 260px;
    width: 100%;
    height: 233px;
    display: block;
    float: left;
    text-align: center;
    padding: 40px
}

a.exbit-reg:after, a.visi-reg:after {
    content: "";
    border-bottom: 2px solid #fff;
    bottom: 0;
    right: 0;
    display: block;
    max-width: 137px;
    width: 100%;
    margin: 0 auto
}

.exbit-reg img, .visi-reg img {
    width: 70px;
    text-align: center
}

.main-menu-header nav .dropdown-menu {
    border: 0 !important;
    box-shadow: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    margin: 0 !important
}

.ajax-loader-status {
    position: fixed;
    top: 25vh;
    left: 41vw;
    font-size: 1.5em;
    font-weight: 700;
    z-index: 99999;
    text-align: center;
    display: none
}

.ajax-loader-status .panel-body {
    padding: 15px 30px
}

.ajax-loader-status .panel {
    border-color: #777
}

.m-block-date {
    margin-bottom: 10px;
    margin-top: 10px
}

.time-wrap-block {
    bottom: -29px
}

.input-error {
    border-color: #c00 !important
}

.ul-sponsors-section {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.text-events_speaker {
    overflow: hidden;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.calendar_modal .event-info .event-descr {
    overflow: hidden;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

#aboutSection {
    padding-top: 0
}

#about {
    padding-top: 50px
}

.floor__block.fullscreened {
    margin-bottom: 0;
    padding: 20px
}

.floor__block.fullscreened .floorplan-wrap {
    border: none
}

.ul-page__nav {
    margin-top: 7px
}

.tu-button {
    position: relative
}

.pro-search {
    top: -30px !important;
    left: 5px !important
}

#myTab {
    margin-left: 30px
}

.navbar-toggle .icon-bar {
    background: #fff
}

@media (max-width: 767px) {
    .atime {
        width: 125px
    }

    .aadd + div {
        max-width: 60%
    }

    .ui-tabs .ui-tabs-panel {
        padding: 0
    }
}

@media (max-width: 480px) {
    #agendaTabs .flex-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #agendaTabs .flex-row > div {
        width: 100%;
        max-width: none
    }

    #myTab {
        margin-left: 0
    }
}

#welcome_sign_in .header__signIn__form__social {
    width: 50%;
    margin: 0 auto
}

#welcome_sign_in .header__signIn__form__social .header__signIn__form__social__item__link__img {
    border: 0
}

.contact-pop-header {
    line-height: 60px;
    height: 60px;
    font-size: 22px;
    color: #21bbb1;
    border-bottom: 2px solid #000
}

#section-block-1077 .next a, #section-block-1077 .previous a {
    background-color: #004cff
}

.checkMailButton {
    padding: 10px 15px;
    font-size: 20px;
    min-width: 250px;
    display: inline-block;
    line-height: 1.6
}

.col-md-6 .checkMailButton {
    padding: 10px 15px;
    font-size: 20px;
    min-width: 228px;
    display: inline-block;
    line-height: 1.6
}

.sessions-popup {
    display: none;
    width: 460px;
    position: absolute;
    top: 500px;
    left: 50%;
    margin-left: -230px;
    z-index: 10;
    border-radius: 6px;
    background: #3474ca;
    overflow: hidden
}

.sessions-popup-header {
    padding-bottom: 10px
}

.sessions-popup-title {
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
    text-align: center
}

.session-popup-date-selector-wrap {
    width: 200px;
    margin: 0 auto
}

.sessions-popup-day-wrap {
    background: #fff;
    border-radius: 6px;
    border: 1px solid #d9d9d9
}

.sessions-popup-hour-val {
    text-align: center;
    color: #3474ca;
    font-weight: 700;
    padding-top: 45px
}

.sessions-popup-hour-item {
    padding-top: 5px
}

.sessions-popup-hour-item:nth-child(even) {
    background: #f1f7ff
}

.sessions-popup-event-item {
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    padding: 10px 17px;
    margin-bottom: 15px;
    background: #fff
}

.sessions-popup-event-title {
    line-height: 22px;
    color: #293f6f;
    font-weight: 700
}

.sessions-popup-event-time {
    color: #686868;
    position: relative;
    padding-top: 5px
}

.sessions-popup-event-time .fa-clock-o {
    color: #293f6f;
    margin-right: 7px
}

.sessions-popup .popup-close-icon {
    position: absolute;
    top: 6px;
    right: 10px;
    color: #fff;
    cursor: pointer
}

.upload-wrap {
    width: 320px;
    height: 320px;
    margin: 15px 0 0
}

.preview-wrap {
    overflow: hidden;
    margin: 0 auto 10px
}

.preview-wrap.wrap-1 {
    width: 34px;
    height: 34px
}

.preview-wrap.wrap-2 {
    width: 113px;
    height: 113px
}

.preview-wrap.wrap-3 {
    width: 140px;
    height: 140px
}

.preview-wrap.wrap-4 {
    width: 68px;
    height: 68px;
    border-radius: 34px
}

.is_new {
    background: #5bc0de;
    width: 50px;
    position: absolute;
    text-align: center;
    top: 40px;
    right: 0px;
    font-size: 10px;
    color: #fff;
}