@font-face {
    src: url(../fonts/MyriadPro-BoldCond_0.ttf);
    font-family: MyriadPro-BoldCond;
}
@font-face {
    src: url(../fonts/MyriadPro-Cond_0.ttf);
    font-family: MyriadPro-Cond;
}
@font-face {
    src: url(../fonts/MyriadPro-Bold_0.ttf);
    font-family: Franklin Gothic Demi Cond;
}
div.training_container {
    text-align: center;
    margin: 45px 20px;
    background: #efefef;
    border: 1px solid #d0d0d0;
    border-radius: 1px;
}
div.training_container div[role="item"] {
    display: block;
    padding: 40px 60px;
}
div.training_container div[role="item"] h2{
    font-family: "Franklin Gothic Demi Cond";
    font-size: 30px;
    color: #444444;
    font-weight: normal;
}
div.training_container div[role="item"] h3{
    font-family: "Franklin Gothic Demi Cond", "Myriad Pro", "Myriad Web";
    font-size: 20px;
    color: #444444;
    font-weight: normal;
}
div.training_container div[role="item"] h2.striked:before,
div.training_container div[role="item"] h2.striked:after {
    background: #d0d0d0;
}
div.training_container div[role="item"] div {
    display: inline-block;
    width: 250px;
    margin: 10px 30px;
    vertical-align: top;
    font-size: 15px;
    line-height: 22px;
}

div.training_container div[role="item"] div a {
    position: relative;
    display: inherit;
}

div.training_container div[role="item"] img.bb {
/*    width: 238px;
    height: 239px; */
    width: 250px;
    height: 250px;
    display: block;
    margin: 20px auto;
    border: none;
/*    border-radius: 50%;
    -webkit-box-shadow: 4px 4px 8px rgba(0,0,0, 0.8);
    -moz-box-shadow: 4px 4px 8px rgba(0,0,0, 0.8);
    box-shadow: 4px 4px 8px rgba(0,0,0, 0.8); */
}
div.training_container div[role="item"] img.plash {
    position: absolute;
    bottom: 36px;
    right: 10px;
    border-radius: 50%;
}

div.training_container div[role="item"] header {
    font-size: 17px;
    text-transform: uppercase;
    color: #222222;
}
div.training_container div[role="item"] article {
    display: block;
    color: #666666;
}
div.training_container div[role="item"] time {
    display: block;
    color: #c3512f;
    font-weight: bold;
}
div.training_container div[role="item"] address {
    display: block;
    color: #444444;
    font-weight: bold;
    font-style: normal;
}
div.training_container div[role="item"] a {
    font-size: 15px;
    margin: 10px auto;
}

/************************************** TRAININGS pages */
div[role="training"] {
    color: #000000;
}
div[role="training"] > .content {
    vertical-align: top;
    display: inline-block;
    width: 600px;
    margin: 0 40px;
}
div[role="training"] > .aside {
    vertical-align: top;
    display: inline-block;
    width: 310px;
    margin: 0 40px;
    text-align: center;
    font-size: 16px;
}
div[role="training"] header {
    font-size: 75px;
    line-height: 65px;
    text-transform: uppercase;
    font-weight: bolder;
    font-family: "Franklin Gothic Demi Cond";
    margin: 10px auto;
}
div[role="training"] article {
    font-size: 16px;
    line-height: 25px;
    margin: 30px auto;
}
div[role="training"] > .aside div.forlogo {
    position: relative;
    display: inherit;
}
div[role="training"] > .aside div.forlogo img.plash {
    position: absolute;
    right: 12px;
    bottom: 16px;
}
div[role="training"] > .aside .logo {
/*    -webkit-box-shadow: 4px 4px 8px rgba(0,0,0, 0.8);
    -moz-box-shadow: 4px 4px 8px rgba(0,0,0, 0.8);
    box-shadow: 4px 4px 8px rgba(0,0,0, 0.8);
    border-radius: 50%; */
}

div[role="training"] > .aside time {
    display: block;
    padding: 20px 20px 20px 70px;
    line-height: 19px;
    text-align: left;
    background: #e2e2e2 url("../images/icon/date.png") 24px 22px no-repeat;
}
div[role="training"] > .aside datalist {
    display: block;
    padding: 20px;
    background-color: #f2f2f2;
}
div[role="training"] > .aside datalist p {
    text-align: left;
    line-height: 43px;
}
div[role="training"] > .aside datalist span {
    text-align: left;
    line-height: 36px;
    font-size: 21px;
    font-family: "Franklin Gothic Demi Cond";
}
div[role="training"] > .aside datalist a {
    margin-top: 15px;
    display: block;
    text-align: center;
    border-bottom: 3px solid #0070a4;
    line-height: 50px;
}

div[role="training"] > .aside address {
    margin-top: 15px;
    display: block;
    padding: 30px 20px 30px 66px;
    background: #f2f2f2 url("../images/icon/location.png") 34px 32px no-repeat;
    font-style: normal;
    text-align: left;
    line-height: 20px;
    white-space: pre-line;
}
div[role="training"] > .aside div.faq {
    margin: 15px auto;
    display: block;
    line-height: 20px;
    font-size: 15px;
}
div[role="training"] > .aside div.faq a {
    text-decoration: underline;
    color: #000000;
}
div[role="training"] > .aside div.share {
    margin: 15px auto;
    display: block;
}
div[role="training"] > .aside div.share h2 {
    font-family: "Franklin Gothic Demi Cond";
    color: #474747;
    font-size: 21px;
    text-transform: uppercase;
}
div[role="training"] > .aside div.share h2.striked:before,
div[role="training"] > .aside div.share h2.striked:after
{
    background: #d1d2d2;
    border-bottom: 1px solid #f1f1f1;
}

/* SOCIAL Icons */
div[role="training"] span[st_processed="yes"] span.stButton
{
    width: 55px;
    height: 55px;
    margin: 14px 3px;
}
div[role="training"] span[st_processed="yes"] .stButton .stLarge {
    display: inline-block;
    width: 55px;
    height: 56px;
    position: relative;
    filter: invert(1) brightness(1) contrast(0.7) opacity(0.3);
}
div[role="training"] span.st_facebook_large[st_processed="yes"] span.stButton span.stLarge {
    background: url("../images/social/fb-img.png") top left no-repeat!important;
}
div[role="training"] span.st_twitter_large[st_processed="yes"] span.stButton span.stLarge {
    background: url("../images/social/tw-img.png")!important;
}
div[role="training"] span.st_pinterest_large[st_processed="yes"] span.stButton span.stLarge {
    background: url("../images/social/trainings/pinterest.png")!important;
}
div[role="training"] span.st_email_large[st_processed="yes"] span.stButton span.stLarge {
    background: url("../images/social/mail-img.png")!important;
}
div[role="training"] span.st_google_bmarks_large[st_processed="yes"] span.stButton span.stLarge {
    background: url("../images/social/trainings/google.png")!important;
}
div[role="training"] span.st_linkedin_large[st_processed="yes"] span.stButton span.stLarge {
    background: url("../images/social/In-img.png")!important;
}

/************************************** TRAININGS pages */
.table-wrapper-ssoft{
    width: 1080px;
    display: table;
    margin: 0 auto 60px;
    border: 2px solid #434444;
}
.row-item-table{
    width: 100%;
    float: left;
}
.table-wrapper-ssoft .row-item-table{
    width: 100%;
}
.table-wrapper-ssoft td:first-child{
    border: none;
}
.table-wrapper-ssoft td{
    border-left: 1px solid #939393;
    vertical-align: middle;
}
.table-wrapper-ssoft .cell-ssoft{
    float: left;
    padding: 15px 15px;
    box-sizing: border-box;
}
.table-wrapper-ssoft .month-cell{
    width: 190px;
    text-align: center;
    font: 18px "Franklin Gothic Demi Cond";
    color: #000;
}
.table-wrapper-ssoft .workshop-cell p{
    font: 18px "Franklin Gothic Demi Cond";
}
.table-wrapper-ssoft .workshop-cell{
    width: 241px;
    text-align: center;
    font: 18px "Franklin Gothic Demi Cond";
    color: #bb1f1e;
}
.table-wrapper-ssoft .location-cell{
    width: 149px;
    text-align: center;
    font: 18px "Franklin Gothic Demi Cond";
    color: #000;
}
.table-wrapper-ssoft .description-cell{
    width: 540px;
    position: relative;
}
.description-cell .text-content{
    width: 400px;
    float: left;
    font: 19px "Franklin Gothic Demi Cond";
    color: #000;
    max-width: 380px;
}
.description-cell a.button{
    float: right;
    top: 50%;
    margin-top: -14px;
    position: absolute;
    right: 15px;
    font-family: "Franklin Gothic Demi Cond";
}
.table-wrapper-ssoft .row-item-table:nth-child(odd){
    background: #afafaf;
}
.margin-top-ssoft{
    margin-top: 60px;
}
.table-wrapper-ssoft  .table-header{
    float: left;
    width: 100%;
    background: #5f5f5f;
}
.table-wrapper-ssoft .table-header th:first-child{
    border: none;
}
.table-wrapper-ssoft .table-header th {
    border-left: 1px solid #181818;
    vertical-align: middle;
}
.table-wrapper-ssoft .table-header div{
    float: left;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font: 18px/35px "Franklin Gothic Demi Cond";
    box-sizing: border-box;
}
.custom-title-ssoft{
    color: #444;
    font: 28px "Franklin Gothic Demi Cond";
    margin-bottom: 35px;
}
h2.custom-title-ssoft:before,
h2.custom-title-ssoft:after{
    display: none;
}
.table-wrapper-ssoft .row-item-table.outdate:nth-child(odd) .month-cell,
.table-wrapper-ssoft .row-item-table.outdate:nth-child(odd) .description-cell .text-content,
.table-wrapper-ssoft .row-item-table.outdate:nth-child(odd) .location-cell,
.table-wrapper-ssoft .row-item-table.outdate:nth-child(odd) .workshop-cell{
    color: #ccc;
}
.table-wrapper-ssoft .row-item-table.outdate{
    color: #949494;
}
.outdate .workshop-cell,
.outdate .location-cell,
.outdate .description-cell .text-content,
.outdate .month-cell{
    color: #949494;
    font: 19px "Franklin Gothic Demi Cond";
}
.outdate .workshop-cell p{
    font-family: "Franklin Gothic Demi Cond";
}
.outdate .description-cell a.button{
    background: #666;
}

@media screen and (max-width:768px) {
    .custom-title-ssoft.striked {
        white-space: normal;
    }
    .wshops .item {
        position: relative;
        margin-bottom: 5px;
    }
    .wshops .item .wshop-heading {
        position: relative;
        display: inline-block;
        width: 100%;
        min-height: 70px;
        padding: 15px 70px 15px 20px;
        background: #efefef;
        transition: all linear 0.15s;
        color: #444;
        font-size: 0;
        text-transform: uppercase;
        border-radius: 8px;
        box-shadow: 0 4px 4px rgba(0,0,0,0.3);
        box-sizing: border-box;
        cursor: pointer;
    }
    .wshops .item.outdate .wshop-heading {
        color: #949494;
    }
    .wshops .item .wshop-heading p {
        display: inline-block;
    }
    .wshops .item .wshop-heading span {
        float: left;
        display: inline-block;
        font: 26px/40px "Franklin Gothic Demi Cond";
        box-sizing: border-box;
    }
    .wshops .item .wshop-heading .wsp-header {
        min-width: 280px;
        padding-right: 20px;
        margin-right: 20px;
        font: 26px/40px "Franklin Gothic Demi Cond";
        color: #c3512f;
        background: url("../images/mob/dots-v.png") right center repeat-y;
        background-size: 3px auto;
    }
    .wshops .item.outdate .wshop-heading .wsp-header {
        color: #949494;
    }
    .wshops .item .wshop-heading .wsp-time {
        min-width: 115px;
        padding-right: 20px;
        margin-right: 20px;
        background: url("../images/mob/dots-v.png") right center repeat-y;
        background-size: 3px auto;
    }
    .wshops .item .wshop-heading .arrow {
        width: 50px;
        height: 50px;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        background: url("../images/mob/arrow-lite.png") left center no-repeat;
        background-size: auto 100%;
    }
    .wshops .item .wshop-heading.active .arrow {
        background-position: right center;
    }
    .wshops .item .wshop-wrapper {
        display: none;
        width: 100%;
        padding: 15px 20px;
        box-sizing: border-box;
        font-size: 0;
    }
    .wshops .item .wshop-wrapper .wsp-content,
    .wshops .item .wshop-wrapper .wsp-side {
        display: inline-block;
        vertical-align: top;
    }
    .wshops .item .wshop-wrapper .wsp-content {
        width: calc(100% - 145px);
        font: 26px/1em "Franklin Gothic Demi Cond";
    }
    .wshops .item .wshop-wrapper .wsp-content .time {
        font: 24px/1em "Franklin Gothic Demi Cond";
    }
    .wshops .item .wshop-wrapper .wsp-side {
        float: right;
        width: 125px;
    }
    .wshops .item .wshop-wrapper .button {
        width: 100%;
        font: 16px/30px "Franklin Gothic Demi Cond";
        box-sizing: border-box;
    }
    div[role="training"] {
        display: flex;
        flex-wrap: wrap;
    }
    div[role="training"] header {
        font-size: 70px;
        line-height: 50px;
        text-align: center;
    }
    div[role="training"] > .content,
    div[role="training"] > .aside {
        margin: 0;
    }
    div[role="training"] > .aside {
        position: relative;
        width: calc(100% + 50px);
        margin: 25px -25px 0;
        padding: 30px 0;
        background-color: #f2f2f2;
        order: 1;
    }
    div[role="training"] > .aside .side {
        float: left;
        box-sizing: border-box;
    }
    div[role="training"] > .aside .side.left {
        width: 45%;
        padding: 0 20px;
    }
    div[role="training"] > .aside .side.right {
        width: 55%;
        padding: 0 40px;
    }
    div[role="training"] > .aside .side.right div.share {
        display: none;
    }
    div[role="training"] > .aside .side.right div.share.vis {
        display: block;
        margin-top: 20px;
    }
    div[role="training"] > .aside .side.left:after {
        content: '';
        display: block;
        width: 3px;
        background: url("../images/mob/dots-v.png") center repeat-y;
        background-size: 100% auto;
        position: absolute;
        left: 45%; top: 30px; bottom: 30px;
    }
    div[role="training"] > .aside .logo {
        max-width: 100%;
    }
    div[role="training"] > .aside div.forlogo img.plash {
        max-width: 30%;
    }
    div[role="training"] > .aside div.share {
        margin: 0;
    }
    div[role="training"] > .aside div.share h2 {
        white-space: normal;
        margin-bottom: 10px;
    }
    div[role="training"] span[st_processed="yes"] span.stButton {
        margin: 5px 5px 0 0;
    }
    div[role="training"] > .aside datalist {
        background: none;
    }
    div[role="training"] > .aside datalist p {
        line-height: 35px;
    }
    div[role="training"] > .aside datalist p:after {
        content: '';
        display: block;
        clear: both;
    }
    div[role="training"] > .aside address {
        margin: 0;
        padding: 20px 20px 20px 60px;
        background: #e2e2e2 url("../images/mob/ico-location.png") 25px 20px no-repeat;
    }
    div[role="training"] > .aside div.faq {
        margin: 10px 0 0 0;
    }
    div[role="training"] > .content {
        width: 100%;
        order: 2;
    }
    .newTextBlock + div.training_container {
        margin-top: 20px;
    }
    div.training_container {
        margin: 5px 0 0;
        background: none;
        border: none;
    }
    div.training_container .heading {
        position: relative;
        display: inline-block;
        width: 100%;
        min-height: 65px;
        padding: 20px 70px 20px 20px;
        background: #efefef;
        transition: all linear 0.15s;
        color: #444;
        /*font-size: 0;*/
        text-transform: uppercase;
        border-radius: 8px;
        box-shadow: 0 4px 4px rgba(0,0,0,0.3);
        box-sizing: border-box;
        cursor: pointer;
        z-index: 2;
    }
    div.training_container .heading h2 {
        float: left;
        display: inline-block;
        font: 26px/25px "Franklin Gothic Demi Cond";
        box-sizing: border-box;
        text-align: left;
    }
    div.training_container .heading .arrow {
        width: 50px;
        height: 50px;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        background: url("../images/mob/arrow-lite.png") left center no-repeat;
        background-size: auto 100%;
    }
    div.training_container .heading.active .arrow {
        background-position: right center;
    }
    div.training_container div[role="item"] {
        display: none;
        font-size: 0;
        padding: 15px 0 0;
        margin: -15px 10px 0;
        background: #efefef;
        position: relative;
    }
    div.training_container div[role="item"]:after {
        content: '';
        display: block;
        width: 4px;
        margin-left: -2px;
        background: url("../images/mob/dots-v.png") left top repeat-y;
        background-size: 3px auto;
        position: absolute;
        left: 50%; top: 0; bottom: 0;
    }
    div.training_container div[role="item"] div {
        margin: 0;
        width: 50%;
        padding: 30px 7%;
        box-sizing: border-box;
        position: relative;
    }
    div.training_container div[role="item"] div + div:after {
        content: '';
        display: block;
        width: 200%;
        height: 3px;
        background: url("../images/mob/dots.png") left top repeat-x;
        background-size: auto 100%;
        position: absolute;
        left: 0; top: 0;
    }
    div.training_container div[role="item"] div:nth-child(2n+4):after {
        display: none;
    }
    div.training_container div[role="item"] a {
        margin: 0;
    }
    div.training_container div[role="item"] img.bb {
        width: 100%;
        height: auto;
        margin: 0;
    }
    div.training_container div[role="item"] img.plash {
        max-width: 30%;
    }
    div.training_container div[role="item"] header {
        margin-top: 30px;
    }
    div.training_container div[role="item"] div a.button {
        margin-top: 10px;
    }
}
@media screen and (max-width:600px) {
    .wshops .item .wshop-heading span {
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
        min-width: 0 !important;
        line-height: 1em !important;
    }
    .wshops .item .wshop-heading span:not(.arrow) {
        background: none !important;
    }
    .wshops .item .wshop-wrapper {
        padding: 10px;
    }
    .wrapper iframe,
    .margin-top-ssoft iframe {
        max-height: 250px;
    }
    div[role="training"] header {
        font-size: 54px;
        line-height: 1em;
    }
    div[role="training"] > .aside .side.right {
        padding: 0 20px;
    }
    div[role="training"] > .aside datalist {
        padding: 20px 0;
    }
    div[role="training"] > .aside datalist span {
        font-size: 24px;
    }
}
@media screen and (max-width:450px) {
    .wshops .item .wshop-wrapper .wsp-content {
        width: calc(100% - 110px);
        font-size: 20px;
    }
    .wshops .item .wshop-wrapper .wsp-content .time {
        font-size: 18px;
    }
    .wshops .item .wshop-wrapper .wsp-side {
        width: 100px;
    }
    .wshops .item .wshop-wrapper .button {
        padding: 0;
        font-size: 14px;
    }
    div[role="training"] > .aside .side.left,
    div[role="training"] > .aside .side.right {
        width: 100%;
        padding: 0 5%;
        position: relative;
    }
    div[role="training"] > .aside .side.left {
        padding-bottom: 20px;
    }
    div[role="training"] > .aside .side.left:after {
        width: 90%;
        height: 3px;
        background: url("../images/mob/dots.png") center repeat-x;
        background-size: auto 100%;
        top: auto; left: 5%; bottom: 20px;
    }
    div[role="training"] > .aside .side.left div.share {
        display: none;
    }
    div[role="training"] > .aside .side.right div.share {
        display: block;
        margin-top: 20px;
    }
    div.training_container div[role="item"] div {
        width: 100%;
    }
    div.training_container div[role="item"]:after {
        display: none;
    }
    div.training_container div[role="item"] div + div:after {
        display: block !important;
        width: 86%;
        left: 7%;
    }
}
@media screen and (max-width:320px) {
    .wshops .item .wshop-heading {
        padding-right: 60px;
    }
    .wshops .item .wshop-heading span,
    .wshops .item .wshop-heading .wsp-header {
        font-size: 22px;
    }
    .wshops .item .wshop-heading .arrow {
        width: 40px;
        height: 40px;
    }
    .wshops .item .wshop-wrapper .wsp-content {
        width: calc(100% - 100px);
        font-size: 17px;
    }
    .wshops .item .wshop-wrapper .wsp-content .time {
        font-size: 17px;
    }
    .wshops .item .wshop-wrapper .wsp-side {
        width: 90px;
    }
    .wshops .item .wshop-wrapper .button {
        font-size: 12px;
    }

}
