/* #region - global */
* {
    box-sizing: border-box;
}

.center_report {
text-align: center;
text-align: -webkit-center;
text-align: -moz-center;
font-weight: 600;
}

.accordion {
  margin-top: 14px;
}
.accordion .card {
  border: none;
  margin-bottom: 20px;
font-size: 14px;
}
.card h2 {
  cursor: pointer;
  background: url("../img//arrow_new_2.png") !important;
  background-position-x: right !important;
  background-position-y: top;
  background-repeat: no-repeat !important;
  font-weight: 600 !important;
text-align: left !important;
font-size: 1.2rem !important; 
}

.card h2.collapsed {
  background-image: url("../img//arrow_new_1.png") !important;
  background-repeat: no-repeat !important;
}
.accordion .card-body {
  padding-left: 0;
  padding-right: 0;
}

.accordion .card span {
font-weight: bold;
font-size: 16px;
}

.btn_watch {
  background-color: #2185A1;
  border: none;
  color: white;
  padding: 9px 16px;
  font-size: 14px;
  cursor: pointer;
}

.btn_watch:hover {
  background-color: #2185A1;
  color:#fff !important;
  text-decoration: none;
}

.btn_watch a {
	padding: 0 3px;
	color: #fff;
}

.btn_watch a:hover {
  color: #fff !important;
  text-decoration: underline;
}

.program span{
  font-size: 14px;
}

.studies_1 {
    text-align: center;
    padding: 10px;
    transition: background-color 0.5s;
    background-color: #fff;
    margin: 6px 6px 30px 6px;
    display: inline-table;
}

.studies_1:hover {
    background-color: #e9e9e9;
}

.limited-speaker{
    height: 155px;
    display: block;
    overflow: hidden;
    margin-top: -2px;
}

.section.press h3 {
    font-size: 20px;
    font-weight: 700 !important;
    padding-top: 16px;
}

body {
    font-family: 'Open Sans', sans-serif !important;
    color: #0A6481;
    background-color: #FFF;
    font-size: 1rem;
    padding-top: 250px;
}

    body.lock {
        overflow: hidden;
    }

h2, h3 {
    font-size: 24px;
    font-weight: 700 !important;
}

h4 {
    font-size: 1rem;
    font-weight: 700;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    pointer-events: none;
}

    img.object-fit {
        font-family: 'object-fit: cover;';
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

a {
    color: inherit;
    cursor: pointer;
    /*transition: all 0.4s cubic-bezier(0, 0, 0.2, 1) 0s;*/
    /*color: #0A6481;*/
    /* padding: 0 3px; */
}

    a:hover {
        color: #2185A1 !important;
    }

/*.modal-dialog {
	max-width:100% !important;
}*/
.hidden {
    display: none;
}

.container-fluid {
    padding-right: 30px;
    padding-left: 30px;
}

.fullwidth {
    position: absolute;
    left: 50%;
    right: 50%;
    width: 100vw;
    height: 100%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.card-header, .card {
    border: 0;
    padding: 0;
    margin: 0;
    background: none;
}

    .card-header a {
        text-align: left;
        white-space: inherit;
        line-height: 1.5;
        font-size: 1.12rem;
        font-weight: 600;
        position: relative;
        cursor: pointer;
        padding: 0;
    }

hr {
    background-color: #C4C4C4;
    border: 0;
    height: 1px;
}

.video {
    background-color: #000;
    width: 100%;
    height: 100%;
    display: flex;
}

video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
}

.swiper-container {
    height: 100%;
}

@keyframes preloader {
    100% {
        transform: rotate(360deg)
    }
}

.site-main {
    min-height: calc(100vh - 183px - 90px - 81px - 160px);
    /*background: url(../images/patter-inner.svg) repeat-x bottom left;*/
    /*background-size: 29%;*/
    padding-bottom: 20px;
}

.page-home .site-main {
    background: none;
    padding-bottom: 0;
}
/* #endregion */
/* #region - site-header */
/* site-header */


#site-headernew {
    font-weight: 700;
    text-transform: uppercase;
    background-color: #FFF;
    width: 100%;
    top: 0px;
    z-index: 99;
    position: fixed;
    transition: 0.2s;
}

.multimedia {
    margin: 20px 0;
}

.multi-box-padd {
    padding-left: 5px;
    padding-right: 5px;
}

.multimedia-box {
    padding: 2px;
    margin: 0 0 20px 0;
}

.limited-gallery {
    height: 150px;
    display: block;
    overflow: hidden;
}

.img-border {
    border: 1px solid #dedede;
    padding: 3px;
}

.close {
    font-size: 40px;
    opacity: 1;
    color: #fff;
}

    .close:hover {
        color: #fff;
    }
/*.modal-body {
	margin: 0 auto;
}*/
/*.modal-dialog {
	max-width: 97% !important;
	margin: 0 auto;
}*/

.modal-content {
    background: transparent;
}

.modal-header {
    border: 0;
    padding: 1rem 1rem 0 1rem;
}

.p-4 {
    padding: 0;
}

.modal-body img {
    border: 2px solid #fff;
}

.modal {
    background: #000000e6 !important;
}

.site-header:before {
    content: '';
    background-color: #000;
    position: fixed;
    left: 0;
    top: 0 !important;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease;
}

.site-header.active-menu:before {
    z-index: 0;
    opacity: 0.6;
    visibility: hidden;
}

.site-header .container-fluid {
    display: flex;
    flex-direction: column;
}

/* logo */
.site-header .logo {
    display: block;
    padding: 20px 0 10px;
}

    .site-header .logo img {
        max-height: 120px;
        /*width:100%;*/
        transition: all 0.8s ease;
    }

    .site-header .logo a {
        margin: 15px auto;
        display: table;
    }

    .site-header .logo h1 {
        color: #000000;
        font-weight: normal;
        font-size: 17px;
        text-align: center;
        letter-spacing: 4px;
        margin-bottom: 15px;
        margin-top: -5px;
        transition: all 0.8s ease;
    }

[dir="rtl"] .site-header .logo h1 {
    letter-spacing: 0px;
    font-size: 24px;
}

.site-header {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: fixed;
    transition: all 0.2s ease;
}

    .site-header.fixed-header {
        position: fixed;
        top: 0 !important;
        left: 0;
        width: 100%;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
        font-size: 0.8rem;
    }

.fixed-header.site-header .logo img {
    max-height: 80px;
}

.fixed-header.site-header .logo h1 {
    font-size: 10px;
    letter-spacing: 3px;
}

[dir="rtl"] .fixed-header.site-header .logo h1 {
    letter-spacing: 0px;
    font-size: 16px;
}
/* nav */
.navigation {
    display: block;
    background-color: #F5F5F5;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    margin: 0 -40px;
}

    .navigation ul {
        text-align: center;
        list-style-type: none;
        padding: 0;
        margin: auto;
        display: table;
    }

    .navigation a {
        position: relative;
        display: block;
    }

ul.primary-menu {
    transition: all 0.25s ease 0s;
}

    ul.primary-menu.has-active {
        transition: none;
    }

    ul.primary-menu:hover,
    ul.primary-menu.has-active {
        padding-bottom: 0px;
    }

    ul.primary-menu > li {
        display: table-cell;
        vertical-align: middle;
    }

        ul.primary-menu > li > a {
            /*border-radius: 5px 5px 0 0;*/
            padding: 8px 20px;
            color: #0A6481;
        }

            ul.primary-menu > li > a:hover {
                text-decoration: none;
            }

            ul.primary-menu > li > a[href*="#"] {
                /*pointer-events: none;*/
            }

        ul.primary-menu > li:not(:last-child) > a:after {
            content: '';
            border-right: 1px solid #0A6481;
            position: absolute;
            top: 20%;
            right: 0;
            height: 60%;
        }

    ul.primary-menu ul.sub-menu {
        font-size: 0.875em;
        color: #2185A1;
        background-color: #F5F5F5;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
        position: absolute;
        left: 0;
        width: 100%;
        margin: 0;
        display: table;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        transition: all 0.25s ease 0s;
    }

        ul.primary-menu ul.sub-menu > li {
            display: inline-block;
        }

            ul.primary-menu ul.sub-menu > li.set-left {
                margin-left: -18%;
            }

            ul.primary-menu ul.sub-menu > li.set-right {
                margin-right: -18%;
            }

            ul.primary-menu ul.sub-menu > li > a {
                padding: 8px 15px;
            }

                ul.primary-menu ul.sub-menu > li > a:hover {
                    text-decoration: none;
                    color: #C4C4C4;
                }

            ul.primary-menu ul.sub-menu > li.active > a, ul.primary-menu ul.sub-menu > li.active-child > a {
                color: #C4C4C4;
            }

            ul.primary-menu ul.sub-menu > li:not(:last-child) > a:after {
                content: '';
                border-right: 1px solid #fff;
                /*border-right: 1px solid #2185A1;*/
                position: absolute;
                top: 20%;
                right: 0;
                height: 60%;
            }

    ul.primary-menu:hover > li[class*="active"] > a {
        background: none;
    }

    ul.primary-menu > li[class*="active"] > a,
    ul.primary-menu > li[class*="active"]:hover > a,
    ul.primary-menu > li:hover > a {
        /*background-color: #F5F5F5;*/
        color: #2185A1;
        /*background-color:#008c47;*/
    }

    ul.primary-menu > li[class*="active"] > ul.sub-menu {
        pointer-events: all;
        opacity: 1;
        visibility: visible;
    }

    ul.primary-menu > li[class*="active-child"] > ul.sub-menu {
        pointer-events: all;
        opacity: 1;
        visibility: visible;
    }

    ul.primary-menu > li:hover > ul.sub-menu {
        pointer-events: all;
        opacity: 1;
        visibility: visible;
        z-index: 1;
    }

.lanSelection {
    position: absolute;
    right: 100px;
    top: 65px;
    color: #8B8B8B;
    font-weight: normal;
}

    .lanSelection a {
        font-size: 15px;
        color: #8B8B8B;
        display: inline-block !important;
        font-weight: normal;
    }

        .lanSelection a.active {
            color: #0A6481;
            font-weight: 500;
            pointer-events: none;
        }

        .lanSelection a:hover {
            text-decoration: none;
            color: #2185A1;
        }

.lanSelection_reg {
    position: absolute;
    right: 100px;
    top: 92px;
    font-weight: normal;
}

    .lanSelection_reg a {
        font-size: 15px;
        color: #ffffff;
        display: inline-block !important;
        font-weight: normal;
        background-color: #0A6481;
        padding: 3px 10px;
    }

        .lanSelection_reg a:hover {
            text-decoration: none;
            color: #bbd8e1 !important;
        }
 
.mobile-container .lanSelection_reg {
    position: static;
    color: #8B8B8B;
    font-weight: normal;
    top: inherit;
    text-align: center;
    padding-top: 8px;
}



/* mobile nav */
.navigation-mobile {
    margin-left: 30px;
    display: none;
}

.mobile-menu {
    position: relative;
    width: 28px;
    height: 20px;
    margin: auto;
    z-index: 1;
    cursor: pointer;
    transition: none;
    display: block;
    margin-top: -30px;
}

    .mobile-menu:before {
        content: '';
        position: absolute;
        top: -11px;
        left: -11px;
        width: 40px;
        height: 35px;
    }

    .mobile-menu.active:before {
        display: none;
    }

    .mobile-menu span,
    .mobile-menu span,
    .mobile-menu span {
        background-color: #000;
        border-radius: 3px;
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        opacity: 1;
        transform: rotate(0deg);
        transition: 0.25s ease-in-out;
        display: block;
    }

    .mobile-menu:hover span {
        background-color: #2185A1;
    }

    .mobile-menu.active span {
        background-color: #000;
    }

    .mobile-menu.active:hover span {
        background-color: #2185A1;
    }

    .mobile-menu span:nth-child(1) {
        top: 0px;
    }

    .mobile-menu span:nth-child(2),
    .mobile-menu span:nth-child(3) {
        top: 6px;
    }

    .mobile-menu span:nth-child(4) {
        top: 12px;
    }

    .mobile-menu.active span:nth-child(1) {
        top: 5px;
        left: 50%;
        width: 0%;
    }

    .mobile-menu.active span:nth-child(2) {
        transform: rotate(45deg);
    }

    .mobile-menu.active span:nth-child(3) {
        transform: rotate(-45deg);
    }

    .mobile-menu.active span:nth-child(4) {
        top: 5px;
        left: 50%;
        width: 0%;
    }

.mobile-container .lanSelection {
    position: static;
    /*right:100px;*/
    /*bottom:65px;*/
    color: #8B8B8B;
    font-weight: normal;
    top: inherit;
    text-align: center;
    padding-top: 30px;
}

.mobile-container {
    background-color: #FFF;
    position: fixed;
    top: 0;
    right: 0;
    max-width: 480px;
    width: 100%;
    height: 100vh;
    padding: 80px 40px 40px;
    overflow: auto;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transform: translateX(75%);
    transition: all 0.25s ease 0s;
}

.mobile-menu.active + .mobile-container {
    pointer-events: all;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.mobile-container .navigation {
    display: block;
}

.mobile-container ul.primary-menu {
    display: flex;
    flex-direction: column;
    transition: none;
}

    .mobile-container ul.primary-menu > li {
        margin-bottom: 30px;
        display: block;
    }

        .mobile-container ul.primary-menu > li:not(:last-child) > a:after,
        .mobile-container ul.primary-menu ul.sub-menu > li:nth-child(even) > a:after {
            display: none;
        }

        .mobile-container ul.primary-menu > li[class*="active"] > a {
            color: inherit;
        }

    .mobile-container ul.primary-menu ul.sub-menu {
        background: none;
        box-shadow: none;
        position: relative;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

        .mobile-container ul.primary-menu ul.sub-menu > li {
            width: 50%;
        }

    .mobile-container ul.primary-menu > li[class*="active"] > a,
    .mobile-container ul.primary-menu > li[class*="active"]:hover > a,
    .mobile-container ul.primary-menu > li:hover > a {
        background: none;
    }

    .mobile-container ul.primary-menu:hover > li > ul.sub-menu {
        pointer-events: all;
        opacity: 1;
        visibility: visible;
    }

/* social */
.social {
    position: fixed;
    top: 270px;
    right: 0;
}

ul.social-menu {
    font-size: 1.25rem;
    font-weight: 400;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}

    ul.social-menu li {
        background-color: rgba(255, 255, 255, 0.8);
        width: 2.5rem;
        height: 2.5rem;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.25s ease 0s;
    }

        ul.social-menu li:hover {
            background-color: rgba(245, 245, 245, 1);
        }

        ul.social-menu li:before {
            transition: all 0.25s ease 0s;
            color: #0A6481;
        }

        ul.social-menu li:hover:before {
            color: #2185A1;
        }

    ul.social-menu a {
        text-indent: 200%;
        white-space: nowrap;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        color: #2185A1;
    }

/* #endregion */
/* #region - home */
/* hero */
.section.hero {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-size: cover;
}


    .section.hero .background-slider {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*z-index: -1;*/
    }

.background-slider .swiper-button-next, .background-slider .swiper-button-prev {
    z-index: 9999;
    outline: none;
    margin-top: -18px;
}

.section.hero .countdown {
    color: #fff;
    margin: 114px 0 26px;
    display: flex;
    justify-content: center;
    min-height: 40px;
    direction: ltr;
    /*animation: fadein 3s;*/
    /*-moz-animation: fadein 3s;*/
    /*-webkit-animation: fadein 3s;*/
    /*-o-animation: fadein 3s;*/
    animation: 1.5s ease-out 0s 1 fadein;
    transition: opacity 1.6s ease;
    text-transform: uppercase;
    position: relative;
    z-index: 999;
}

    .section.hero .countdown > div {
        text-align: center;
        margin: 0 12px;
        display: flex;
        flex-direction: column;
    }

    .section.hero .countdown h4 {
        font-weight: 400;
        text-transform: initial;
        padding-top: 4px;
    }

    .section.hero .countdown .number {
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 1em;
        display: block;
    }

    .section.hero .countdown .label {
        font-size: 0.7rem;
        font-weight: 700;
        display: block;
    }

.playButton {
    position: absolute;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    left: 48%;
    top: 40%;
    z-index: 9;
    border-radius: 50%;
    background: rgb(0,0,0);
    border: 0;
    outline: none;
    font-size: 26px;
    opacity: 0;
    transition: opacity 1s 0.5s ease;
    color: #fff;
}

    .playButton:focus {
        outline: none;
    }

    .playButton:hover {
        opacity: 0.8;
    }

.played .playButton {
    opacity: 0.5;
}

.playButton.pause {
    opacity: 0;
}

.played:hover .playButton.pause {
    opacity: 0.5;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Intro */
.section.intro {
    padding: 130px 0 10px;
    overflow: hidden;
    text-align: center;
    background: url(../images/vector-intro1.svg) no-repeat center 40px;
    background-size: 21%;
}

    .section.intro h2 {
        color: #0A6481;
        font-weight: bold;
        /*font-style:italic;*/
        font-size: 1.6em;
    }

    .section.intro p {
        font-size: 1.2em;
        line-height: 1.6em;
        max-width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
/* Twitter Slider */
.sepLine {
    /*width:100%;*/
    /*display:block;*/
}

.section.twitterSlider {
    padding: 0px 0 100px;
    background: url(../images/forum-2018.svg) no-repeat center bottom;
    background-size: 18%;
}

    .section.twitterSlider .tweetSlideOverlay {
        background: #fff;
        font-family: 'Open Sans', sans-serif;
    }

    .section.twitterSlider .twittDetails {
        font-family: 'Open Sans', sans-serif;
        font-size: 23px;
        font-weight: 400;
    }

    .section.twitterSlider .tweetSlideSection {
        padding: 20px 0;
    }

.tweetSlideSection .bx-wrapper .bx-controls-direction a.bx-prev:before, .tweetSlideSection .bx-wrapper .bx-controls-direction a.bx-next:before {
    border-color: #3EAE79 !important;
    width: 30px;
    height: 30px;
    border-width: 2px !important;
}

.section.twitterSlider .twittIcon {
    background: url('../images/twiter-logo.svg') no-repeat center top;
    width: 250px;
    height: 160px;
    border-radius: 0;
}

.section.twitterSlider .tweetsliderColumn {
    width: 80%;
}

.section.twitterSlider .bx-wrapper .bx-controls-direction a {
    top: 60%;
    z-index: 99 !important;
    color: #fff;
}
/* featured */
.section.featured {
    margin: 0px 0 30px;
    overflow: hidden;
}

    .section.featured .items {
        margin: 0 auto -40px;
        max-width: 960px;
        display: flex;
        flex-wrap: wrap;
    }

    .section.featured .item {
        position: relative;
        padding: 0;
        margin: 0 40px 40px;
        width: calc(33.33% - 80px);
        display: flex;
    }

    /*.section.featured .item:after {*/
    /*    content: '';*/
    /*    border-right: 1px solid #C4C4C4;*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    right: -40px;*/
    /*    height: 100%;*/
    /*    display: block;*/
    /*}*/
    .section.featured hr {
        margin: 60px 0 0;
    }

    .section.featured .item:nth-child(3n):after {
        display: none;
    }

    .section.featured h2 {
        font-size: 1.3rem;
        text-align: center;
        color: #2185A1;
        line-height: 1.6rem;
        padding-top: 16px;
    }

        .section.featured h2 span {
            font-size: 1rem;
            font-weight: 300;
        }

    .section.featured .item-image {
        flex: 1;
    }

    .section.featured .item-photo {
        background-color: rgba(255, 255, 255, 0.1);
        position: relative;
        padding-bottom: 100%;
        width: 100%;
        overflow: hidden;
    }

        .section.featured .item-photo img {
            max-width: 80%;
        }

        .section.featured .item-photo h3 {
            text-align: center;
            position: absolute;
            bottom: 0px;
            width: 100%;
            color: #2185A1;
            text-transform: uppercase;
        }

        .section.featured .item-photo span {
            font-size: 1.5rem;
            font-weight: 700;
            text-transform: uppercase;
            color: #2185A1;
            background-size: 50%;
            background-position: center;
            background-repeat: no-repeat;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.8s ease;
        }

    .section.featured .item:nth-child(2) .item-photo span {
        background-size: 48%
    }

    .section.featured .item-photo span:hover {
        transform: scale(1.1);
        text-decoration: none;
    }

/* media */
.section.media {
    margin: 60px 0;
}

    .section.media h2 {
        font-size: 1.3rem;
        text-align: center;
        margin-bottom: 30px;
    }

.media-slider {
    position: relative;
    width: calc(100% - 360px);
    margin: auto;
}

    .media-slider .swiper-slide {
        background-color: #FFF;
    }

    .media-slider .slide-photo {
        background-color: rgba(255, 255, 255, 0.1);
        position: relative;
        width: 100%;
        padding-bottom: 0;
        overflow: hidden;
    }

        .media-slider .slide-photo > div {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .media-slider .swiper-slide img {
        opacity: 0.5;
        transition: all 0.25s ease 0s;
    }

    .media-slider .swiper-slide-active img {
        opacity: 1;
    }

    .media-slider .swiper-button-prev,
    .media-slider .swiper-button-next {
        background-image: url('../img/arrow.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        outline: none;
        position: absolute;
        top: 50%;
        left: auto;
        right: auto;
        width: 55.5px;
        height: 90px;
        margin-top: -45px;
        transition: background 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
    }

    .media-slider .swiper-button-prev,
    .media-slider .swiper-container-rtl + .swiper-navigation .swiper-button-next {
        left: -100px;
        right: auto;
        transform: scaleX(-1);
    }

    .media-slider .swiper-button-next,
    .media-slider .swiper-container-rtl + .swiper-navigation .swiper-button-prev {
        left: auto;
        right: -100px;
        transform: scaleX(1);
    }

        .media-slider .swiper-button-prev.swiper-button-disabled,
        .media-slider .swiper-button-next.swiper-button-disabled {
            opacity: 0.4;
        }

.section.media hr {
    margin: 60px 0 0;
}

/* news, press */
.section.np {
    margin: 60px 0;
}

    .section.np h2 {
        font-size: 1.6rem;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 30px;
    }

    .section.np .posts {
        display: flex;
    }

    .section.np .latest-news {
        margin-right: 60px;
        flex: 1;
    }

        .section.np .latest-news .post {
            display: flex;
        }

            .section.np .latest-news .post:not(:last-child) {
                border-bottom: 1px solid #C4C4C4;
                padding-bottom: 30px;
                margin-bottom: 30px;
            }

        .section.np .latest-news .post-image {
            margin-right: 20px;
            flex: 1;
        }

        .section.np .latest-news .post-photo {
            background-color: rgba(255, 255, 255, 0.1);
            position: relative;
            width: 100%;
            padding-bottom: 100%;
            overflow: hidden;
        }

            .section.np .latest-news .post-photo a {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

        .section.np .latest-news .post-text {
            font-size: 0.875rem;
            position: relative;
            padding-bottom: 40px;
            flex: 2;
        }

        .section.np .latest-news .post-title {
            font-size: 1.25rem;
            font-weight: 700;
            line-height: 1.5em;
            margin-bottom: 5px;
        }

        .section.np .latest-news .post-description {
            font-weight: 500;
        }

        .section.np .latest-news .post-source {
            color: #000;
            position: absolute;
            bottom: 0;
            width: 100%;
            display: flex;
            justify-content: space-between;
        }

            .section.np .latest-news .post-source .date {
                margin-right: 20px;
            }

            .section.np .latest-news .post-source .link {
                font-weight: 700;
                text-decoration: underline;
            }

    .section.np .latest-press {
        background-color: #E4E4E4;
        border-radius: 10px;
        padding: 40px 30px;
        flex: 1;
    }

        .section.np .latest-press h3 {
            font-size: 0.875rem;
            color: #000;
            margin-bottom: 30px;
        }

        .section.np .latest-press .post:not(:last-child) {
            border-bottom: 1px solid #C4C4C4;
            padding-bottom: 20px;
            margin-bottom: 20px;
        }

        .section.np .latest-press .post-title {
            font-size: 1.25rem;
            font-weight: 700;
            line-height: 1.5em;
        }

            .section.np .latest-press .post-title a {
                position: relative;
                padding-right: 45px;
                display: block;
            }

                .section.np .latest-press .post-title a:after {
                    content: '';
                    background-image: url('../img/arrow.png');
                    background-size: contain;
                    background-position: center;
                    background-repeat: no-repeat;
                    position: absolute;
                    top: 50%;
                    left: auto;
                    right: 0;
                    width: 25px;
                    height: 45px;
                    margin-top: -22.5px;
                    margin-left: 10px;
                }

    .section.np hr {
        margin: 60px 0 0;
    }

/* partners */
.section.partners {
    margin: 60px 0;
}

    .section.partners h2 {
        font-size: 1.6rem;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 30px;
    }

    .section.partners .logos {
        margin: -20px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .section.partners .logo {
        width: calc(33.33% - 40px);
        margin: 20px;
    }

        .section.partners .logo:nth-child(2) img {
            max-width: 120px;
        }

        .section.partners .logo:nth-child(3) img {
            max-width: 230px;
        }
/* sponsors */
.section.sponsors {
    margin: 60px 0;
}

    .section.sponsors h2 {
        font-size: 1.2rem;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 30px;
    }

    .section.sponsors .logos {
        display: flex;
        flex-direction: column;
    }

        .section.sponsors .logos > div {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
        }

            .section.sponsors .logos > div:not(:last-child) {
                position: relative;
                margin: 0 0 30px;
            }

                .section.sponsors .logos > div:not(:last-child):after {
                    content: '';
                    background-color: #C4C4C4;
                    position: absolute;
                    bottom: -15px;
                    left: 50%;
                    width: 180px;
                    height: 1px;
                    margin-left: -90px;
                }

        .section.sponsors .logos h4 {
            font-size: 0.65rem;
            text-transform: uppercase;
            text-align: center;
            color: #2185A1;
            width: 100%;
        }

    .section.sponsors .logo {
        margin: 10px;
        min-width: calc(25% - 20px);
        max-width: calc(33.33% - 20px);
        width: 50%;
    }

        .section.sponsors .logo img {
            max-width: 180px;
            margin: 0 auto;
            max-height: 150px;
        }

    .section.sponsors hr {
        margin: 60px 0 0;
    }

.intro h2 {
    font-size: 1.2rem;
    text-transform: uppercase;
}

/* location, contact */
.section.lc {
    margin: 60px 0;
}

    .section.lc .line {
        border-top: 1px solid #C4C4C4;
        padding-top: 50px;
    }

    .section.lc h2 {
        font-size: 1.3rem;
        text-align: center;
        margin-bottom: 30px;
    }

    .section.lc .container {
        display: flex;
        align-content: flex-start;
    }

    .section.lc .location {
        border-right: 1px solid #C4C4C4;
        padding-right: 60px;
        margin-right: 60px;
        flex: 1;
    }

        .section.lc .location .map {
            margin: auto;
            display: table;
        }

    .section.lc .contact {
        flex: 1;
    }

        .section.lc .contact ul {
            font-size: 1.05rem;
            font-weight: 500;
            list-style-type: none;
            padding: 0;
            margin: auto;
            display: table;
        }

            .section.lc .contact ul li:not(:last-child) {
                margin-bottom: 20px;
            }

            .section.lc .contact ul li .icon {
                background-size: 95%;
                width: 30px;
                height: 31px;
                margin-right: 10px;
                display: inline-block;
                vertical-align: middle;
                background-repeat: no-repeat;
                background-position: left center;
            }

            .section.lc .contact ul li a {
                direction: ltr;
                display: inline-block;
            }
/* #endregion */
/* #region - vision mission */
.main-content.vm {
    /*background: url('../images/patter-inner.svg') repeat-x bottom left;*/
    /*background-size:29%;*/
    display: table;
    width: 100%;
}

.section.vision {
    padding: 20px 0 20px;
    /*background:#FAF9F9;*/
}

    .section.vision:before {
        content: '';
        background-image: url(../images/forum-banner-1.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 78%;
        height: 174px;
        display: block;
        display: none;
    }

    .section.vision h2 {
        font-size: 1.5rem;
        line-height: 1em;
        margin-bottom: 30px;
        /*max-width: 700px;*/
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }

    .section.vision .content {
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.6em;
        /*max-width: 700px;*/
        margin: auto;
        color: #000;
        /*-moz-text-align-last: center;*/
        /*text-align-last: center;*/
    }

.section.mission {
    margin: 20px 0 90px;
}

    .section.mission h2 {
        font-size: 1.5rem;
        line-height: 1em;
        margin-bottom: 30px;
        /*max-width: 700px;*/
        margin-left: auto;
        margin-right: auto;
    }

    .section.mission .content {
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.6em;
        /*max-width: 700px;*/
        margin: auto;
        color: #000;
        /*-moz-text-align-last: center;*/
        /*text-align-last: center;*/
    }

        .section.mission .content p {
            margin-bottom: 25px;
        }
/* #endregion */
/* #region - previous editions */
.section.editions {
    margin: 0px 0;
}

    .section.editions h2 {
        font-size: 1.5rem;
        letter-spacing: 0px;
        text-align: center;
        margin-bottom: 30px;
    }

.editions-slider {
    position: relative;
    width: calc(100% - 360px);
    margin: auto;
}

    .editions-slider:before {
        content: '';
        background-color: #E5F3ED;
        position: absolute;
        top: 23px;
        left: 0;
        width: 100%;
        height: calc(100% - 23px);
    }

.mediagallery {
    /*background-color:#faf9f9;*/
    margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .mediagallery .editions-slider:before {
        /*background-color:#faf9f9;*/
    }

.editions-slider .swiper-slide {
    background-color: #FFF;
}

.editions-slider .slide-photo {
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
    width: 100%;
    padding-bottom: 59.20%; /* 75% */
    overflow: hidden;
}

    .editions-slider .slide-photo > div,
    .editions-slider .slide-photo > a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.editions-slider .swiper-slide img {
    opacity: 0.5;
    transition: all 0.25s ease 0s;
}

.editions-slider .swiper-slide-active img {
    opacity: 1;
}

.editions-slider .swiper-button-prev,
.editions-slider .swiper-button-next {
    background-image: url('../img/arrow.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
    position: absolute;
    top: 50%;
    left: auto;
    right: auto;
    width: 55.5px;
    height: 90px;
    margin-top: -45px;
    transition: background 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
}

.editions-slider .swiper-button-prev,
.editions-slider .swiper-container-rtl + .swiper-navigation .swiper-button-next {
    left: -100px;
    right: auto;
    transform: scaleX(-1);
}

.editions-slider .swiper-button-next,
.editions-slider .swiper-container-rtl + .swiper-navigation .swiper-button-prev {
    left: auto;
    right: -100px;
    transform: scaleX(1);
}

    .editions-slider .swiper-button-next.swiper-button-disabled,
    .editions-slider .swiper-button-prev.swiper-button-disabled {
        opacity: 0.4;
    }

.editions-slider2 {
    position: relative;
    width: calc(100% - 360px);
    margin: auto;
}

    .editions-slider2:before {
        content: '';
        /*background-color: #E5F3ED;*/
        position: absolute;
        top: 23px;
        left: 0;
        width: 100%;
        height: calc(100% - 23px);
    }

.mediagallery .editions-slider2:before {
    /*background-color:#faf9f9;*/
}

.editions-slider2 .swiper-slide {
    background-color: #FFF;
}

.editions-slider2 .slide-photo {
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
    width: 100%;
    padding-bottom: 59.20%; /* 75% */
    overflow: hidden;
}

    .editions-slider2 .slide-photo > div,
    .editions-slider2 .slide-photo > a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.editions-slider2 .swiper-slide img {
    opacity: 0.5;
    transition: all 0.25s ease 0s;
}

.editions-slider2 .swiper-slide-active img {
    opacity: 1;
}

.editions-slider2 .swiper-button-prev,
.editions-slider2 .swiper-button-next {
    background-image: url('../img/arrow.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
    position: absolute;
    top: 50%;
    left: auto;
    right: auto;
    width: 55.5px;
    height: 90px;
    margin-top: -45px;
    transition: background 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
}

.editions-slider2 .swiper-button-prev,
.editions-slider2 .swiper-container-rtl + .swiper-navigation .swiper-button-next {
    left: -100px;
    right: auto;
    transform: scaleX(-1);
}

.editions-slider2 .swiper-button-next,
.editions-slider2 .swiper-container-rtl + .swiper-navigation .swiper-button-prev {
    left: auto;
    right: -100px;
    transform: scaleX(1);
}

    .editions-slider2 .swiper-button-next.swiper-button-disabled,
    .editions-slider2 .swiper-button-prev.swiper-button-disabled {
        opacity: 0.4;
    }

.editions-slider-content {
    background-color: #E5F3ED;
    position: relative;
    width: calc(100% - 360px);
    margin: auto;
    z-index: 0;
}

    .editions-slider-content .swiper-slide {
        padding: 90px 60px;
    }

    .editions-slider-content .content h2 {
        font-size: 1.5rem;
        color: #2185A1;
    }

    .editions-slider-content .content {
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.75em;
        max-width: 640px;
        margin: auto;
        text-align: center;
    }

        .editions-slider-content .content > *:last-child {
            margin-bottom: 0;
        }

/* #endregion */
/* #region - modal */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    background: #00000080;
}

    .modal.active {
        display: block;
    }

    .modal .content {
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0;
        transition: opacity 0.25s ease 0s;
    }

        .modal .content.active {
            opacity: 1;
        }

    .modal .video {
        position: relative;
        top: 50px;
        height: calc(100% - 100px);
    }

    .modal video,
    .modal iframe {
        width: 100%;
        height: 100%;
    }

    .modal a.button-close {
        color: #FFF;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        width: 50px;
        height: 50px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .modal a.button-close:hover {
            color: #2185A1;
        }

        .modal a.button-close:after {
            content: '\f00d';
            font-family: Font Awesome\ 5 Free;
            font-size: 1.5rem;
            font-weight: 900;
            line-height: 1.25em;
        }

.modall {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
    background: #000;
}

    .modall a.closebtn {
        color: #FFF;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        width: 50px;
        height: 50px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .modall a.closebtn:hover {
            color: #2185A1;
        }

        .modall a.closebtn:after {
            content: '\f00d';
            font-family: Font Awesome\ 5 Free;
            font-size: 1.5rem;
            font-weight: 900;
            line-height: 1.25em;
        }

.modal2 {
    position: fixed !important;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
    background: #fff;
    left: 0;
    top: 0;
}

    .modal2 a.closebtn2 {
        color: #000;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        width: 50px;
        height: 50px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .modal2 a.closebtn2:hover {
            color: #2185A1;
        }

        .modal2 a.closebtn2:after {
            content: '\f00d';
            font-family: Font Awesome\ 5 Free;
            font-size: 1.5rem;
            font-weight: 900;
            line-height: 1.25em;
        }

.modal-image {
    float: left;
}
/* #endregion */
/* #region - concept */
.main-content.concept .hero {
    min-height: 165px;
    background-size: 50%;
}


.section.concept {
    margin: 60px 0;
}

    .section.concept .content {
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.75em;
        margin: auto;
        max-height: 600px;
        overflow: hidden;
        transition: all 2s ease;
        color: #000;
    }

        .section.concept .content h2 {
            color: #0A6481;
        }

        .section.concept .content p {
            color: #000;
        }

        .section.concept .content.setHeight {
            max-height: 2000px;
        }

    .section.concept .more-btn {
        background: #fff;
        border: 1px solid #2185A1;
        padding: 6px 20px;
        border-radius: 4px;
        display: inline-block;
        font-weight: 500;
        margin: 30px auto;
    }

        .section.concept .more-btn:hover {
            text-decoration: none;
            background: #2185A1;
            color: #fff;
        }

    .section.concept .more-btn2 {
        background: #2185A1;
        border: 1px solid #2185A1;
        padding: 6px 20px;
        border-radius: 4px;
        display: inline-block;
        font-weight: 500;
        margin: 30px auto;
        color: #fff;
    }

        .section.concept .more-btn2:hover {
            text-decoration: none;
            background: #fff;
            color: #2185A1;
        }
/* #endregion */
/* #region - agenda */
.section.agenda {
    margin: 60px 0;
}

    .section.agenda h2 {
        font-size: 1.5rem;
        line-height: 1em;
        letter-spacing: 0px;
        text-align: center;
        margin-bottom: 30px;
    }

    .section.agenda a.download {
        font-size: 0.875rem;
        font-weight: 700;
        text-decoration: underline;
        text-transform: uppercase;
        color: #2185A1;
        margin: -10px auto 60px;
        display: table;
    }

    .section.agenda .schedule {
        font-weight: 500;
        /*background: #F4F4F4;*/
        /*padding: 30px;*/
        display: flex;
        flex-wrap: wrap;
    }

        .section.agenda .schedule > div {
            margin: 30px;
        }

        .section.agenda .schedule h3 {
            font-size: 1.6rem;
            line-height: 1em;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 10px;
        }

            .section.agenda .schedule h3 em {
                text-transform: lowercase;
                font-size: 1.2rem;
                font-style: normal;
            }

        .section.agenda .schedule .date {
            font-size: 0.875rem;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 20px;
            display: block;
        }

        .section.agenda .schedule .pre {
            width: 100%;
        }

            .section.agenda .schedule .pre h3 {
                font-size: 1.75rem;
                color: #2185A1;
            }

        .section.agenda .schedule .day {
            width: calc(50% - 60px);
        }

            .section.agenda .schedule .day.full {
                width: calc(100%);
            }

            .section.agenda .schedule .day p {
                margin: 0;
                padding: 0;
            }

            .section.agenda .schedule .day strong {
                font-weight: normal;
                color: #2185A1;
            }

            .section.agenda .schedule .day em {
                font-weight: 600;
                font-style: normal;
            }

            .section.agenda .schedule .day ul {
                margin: 0 !important;
                padding: 0 !important;
            }

                .section.agenda .schedule .day ul li {
                    list-style: none;
                    padding-left: 0;
                    margin-left: 0;
                    margin-bottom: 0px;
                    font-size: 1rem;
                }

            .section.agenda .schedule .day .list > div {
                display: flex;
            }

                .section.agenda .schedule .day .list > div > div:nth-child(1) {
                    min-width: 120px;
                    margin-right: 30px;
                }

                .section.agenda .schedule .day .list > div > div:nth-child(2) {
                    flex: 1;
                }

                .section.agenda .schedule .day .list > div > div {
                    padding: 8px 0;
                    border-top: 1px solid #2185A1;
                }

            .section.agenda .schedule .day .list ul {
                font-size: 1.1rem;
                padding: 0 0 0 20px;
                margin: 0;
            }

            .section.agenda .schedule .day .list ol {
                font-size: 0.8rem;
                padding: 10px 0 10px 0px;
                margin: 0;
            }

                .section.agenda .schedule .day .list ol li {
                    list-style: none;
                    padding-bottom: 5px;
                }

            .section.agenda .schedule .day .unlistedSpeakers {
                font-size: 0.8rem;
                padding-bottom: 5px;
                margin: 0;
                color: #0A6481;
            }

                .section.agenda .schedule .day .unlistedSpeakers strong {
                    color: #0A6481;
                    font-weight: bold;
                }

            .section.agenda .schedule .day:nth-child(1) {
                display: block;
                width: 50%;
            }

/* #endregion */
/* #region - plenaries */
.section.plenaries {
    margin: 60px 0;
}

    .section.plenaries .items {
        max-width: 640px;
        width: 100%;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
    }

    .section.plenaries .item {
        width: 50%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

        .section.plenaries .item:nth-child(2n-1) {
            border-right: 1px solid #C4C4C4;
            padding-right: 40px;
        }

        .section.plenaries .item:nth-child(2n) {
            padding-left: 40px;
        }

        .section.plenaries .item:not(:nth-child(-n+2)) {
            padding-top: 40px;
        }

    .section.plenaries.odd .item:not(:nth-last-child(-n+1)) {
        border-bottom: 1px solid #C4C4C4;
        padding-bottom: 40px;
    }

    .section.plenaries.even .item:not(:nth-last-child(-n+2)) {
        border-bottom: 1px solid #C4C4C4;
        padding-bottom: 40px;
    }

    .section.plenaries .item-image {
        width: 100%;
        margin-bottom: 20px;
    }

    .section.plenaries .item-text {
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        color: #2185A1;
    }

/* #endregion */
/* #region - plenary */
/* plenary */
.section.plenary {
    margin: 60px 0;
}

    .section.plenary .container {
        display: flex;
        align-content: flex-start;
    }

    .section.plenary .image {
        border-right: 1px solid #C4C4C4;
        padding-right: 30px;
        margin-right: 30px;
        flex: 1;
    }

    .section.plenary .content {
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.75em;
        margin: auto;
        flex: 2;
    }

        .section.plenary .content h2 {
            color: #2185A1;
        }

        .section.plenary .content > *:last-child {
            margin-bottom: 0;
        }

/* more plenaries */
.section.more-plenaries {
    background-color: #F5F5F5;
    padding: 60px 0;
    margin: 60px 0 0;
}

    .section.more-plenaries:after {
        content: '';
        background-color: #F5F5F5;
    }

    .section.more-plenaries h2 {
        font-size: 1.125rem;
        letter-spacing: 0px;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 30px;
    }

    .section.more-plenaries .items {
        margin: 0 -20px -40px;
        display: flex;
        flex-wrap: wrap;
    }

    .section.more-plenaries .item {
        width: calc(25% - 40px);
        padding: 0;
        margin: 0 20px 40px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        position: relative;
    }

        .section.more-plenaries .item:after {
            content: '';
            border-right: 1px solid #C4C4C4;
            position: absolute;
            top: 0;
            right: -20px;
            height: 100%;
            display: block;
        }

        .section.more-plenaries .item:nth-child(4n):after {
            display: none;
        }

    .section.more-plenaries .item-image {
        width: 100%;
        margin-bottom: 20px;
    }

    .section.more-plenaries .item-text {
        font-size: 0.875rem;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        color: #2185A1;
    }

/* #endregion */
/* #region - sessions */
.section.sessions {
    margin: 60px 0;
}

    .section.sessions h2 {
        font-size: 1.5rem;
        line-height: 1em;
        letter-spacing: 0px;
        text-align: center;
        margin-bottom: 30px;
    }

    .section.sessions .items {
        margin: 60px -20px 20px;
        display: flex;
        flex-wrap: wrap;
    }

    .section.sessions .item {
        width: calc(25% - 40px);
        padding: 10px;
        margin: 0 20px 40px;
        display: flex;
        flex-direction: column;
        position: relative;
        transition: all 0.6s ease;
    }
        /*.section.sessions .item:hover {*/
        /*    background:#EEEEEE;*/
        /*}*/
        /*.section.sessions .item:after {*/
        /*    content: '';*/
        /*    border-right: 1px solid #C4C4C4;*/
        /*    position: absolute;*/
        /*    top: 0;*/
        /*    right: -20px;*/
        /*    height: 100%;*/
        /*    display: block;*/
        /*}*/

        .section.sessions .item a:hover {
            text-decoration: none;
        }

        .section.sessions .item:nth-child(4n):after {
            display: none;
        }

    .section.sessions .item-image {
        background-color: rgba(255, 255, 255, 0.1);
        position: relative;
        width: 100%;
        padding-bottom: 100%;
        overflow: hidden;
        margin-bottom: 20px;
    }

        .section.sessions .item-image a {
            color: #000;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .section.sessions .item-image a:hover {
                text-decoration: none;
            }

            .section.sessions .item-image a span {
                font-weight: 600;
                line-height: 1.25em;
                text-transform: uppercase;
                text-align: center;
                background-color: #FFF;
                max-width: 150px;
                padding: 19px 20px;
                min-width: 122px;
            }

    .section.sessions .items .item:nth-child(2) .item-image a span, .section.sessions .items .item:nth-child(4) .item-image a span {
        max-width: 124px;
        padding: 12px 10px;
        min-width: 122px;
    }

    .section.sessions .item-link a {
        font-size: 0.875rem;
        font-weight: 500;
        text-transform: uppercase;
        text-align: center;
        color: #2185A1;
        border-radius: 20px;
        border: 1px solid;
        padding: 10px 20px;
        margin: auto;
        display: table;
    }

    .section.sessions .item:nth-child(1) .item-link a {
        color: #D15050;
    }

    .section.sessions .item:nth-child(2) .item-link a {
        color: #3EAE79;
    }

    .section.sessions .item:nth-child(3) .item-link a {
        color: #FFE14A;
    }

    .section.sessions .item:nth-child(4) .item-link a {
        color: #8DB7F2;
    }

.section.session .partnersLogo {
    max-width: 200px;
    padding-top: 30px;
}

    .section.session .partnersLogo img {
        /*max-width:100px;*/
        max-height: 120px;
    }
/* #endregion */
/* #region - session */
.main-content.session .hero h2 {
    font-size: 2rem;
    line-height: 1em;
    letter-spacing: 0px;
    text-align: center;
    color: #FFF;
    margin: 120px 0;
}

/* session */
.section.session {
    color: #000;
    margin: 60px 0;
}

    .section.session h2 {
        font-size: 1.3rem;
        letter-spacing: 0px;
        margin: 0 0 5px;
    }

    .section.session .item {
        line-height: 1.75em;
        border-bottom: 1px solid #C4C4C4;
        padding-bottom: 40px;
        margin-bottom: 40px;
        display: flex;
        flex-wrap: wrap;
    }

        .section.session .item:last-child {
            border-bottom: 0;
            padding-bottom: 0;
            margin-bottom: 0;
        }

        /*.section.session .item>div {
    flex: 1;
}*/
        .section.session .item > div:not(:first-child) {
            flex: 1;
        }

        .section.session .item > div:nth-child(1) {
            /*margin-right: 40px;*/
            width: 100%;
        }

            .section.session .item > div:nth-child(1) > div {
                margin-bottom: 20px;
            }

                .section.session .item > div:nth-child(1) > div img {
                    margin: 5px 0;
                }

        .section.session .item > div > *:last-child {
            margin-bottom: 0;
        }

    .section.session .session-new {
        padding: 0 0 0 5%;
    }

[dir="rtl"] .section.session .session-new {
    padding: 0 5% 0 0;
}

.section.session .session-new h2 {
    color: #0A6481;
    font-size: 1.5rem;
    margin-bottom: 20px;
}
/* more sessions */
.section.more-sessions {
    /*background-color: rgba(248,248,248,0.48);*/
    padding: 60px 0;
    margin: 0;
}

    .section.more-sessions h2 {
        font-size: 1.125rem;
        letter-spacing: 0px;
        text-align: center;
        margin-bottom: 30px;
    }

    .section.more-sessions .items {
        margin-bottom: -40px;
    }

    .section.more-sessions .item-image a span {
        background-color: #fff;
    }

.more-btn {
    padding: 50px 0 20px;
}

    .more-btn a {
        background: #fff;
        border: 1px solid rgba(0,0,0,0.25);
        padding: 6px 20px;
        border-radius: 4px;
        display: inline-block;
        font-weight: 500;
    }

        .more-btn a:hover {
            text-decoration: none;
        }
/* #endregion */
/* #region - speakers */
.section.speakers {
    margin: 40px 0;
    /*overflow: hidden;*/
}

    .section.speakers h2 {
        font-size: 1.2rem;
        line-height: 1em;
        letter-spacing: 0px;
        text-align: center;
        margin-bottom: 50px;
        text-transform: uppercase;
    }

    .section.speakers .items {
        margin: 0 -40px -40px;
        display: flex;
        flex-wrap: wrap;
        min-height: 100px;
    }

    .section.speakers .item {
        width: calc(25% - 40px);
        padding: 0;
        margin: 0 20px 30px;
        display: flex;
        flex-direction: column;
        position: relative;
    }

        .section.speakers .item.vip {
            width: 100%;
            flex-wrap: wrap;
            flex-direction: row;
            flex-grow: 2;
            margin-bottom: 30px;
            padding-bottom: 30px;
            border-bottom: 1px solid #f1f1f1;
        }

            .section.speakers .item.vip:after {
                display: none;
            }
        /*.section.speakers .item:after {*/
        /*    content: '';*/
        /*    border-right: 1px solid #C4C4C4;*/
        /*    position: absolute;*/
        /*    top: 0;*/
        /*    right: -40px;*/
        /*    height: 100%;*/
        /*    display: block;*/
        /*}*/

        .section.speakers .item:nth-child(3n):after {
            display: none;
        }

    .section.speakers .item-image {
        margin: 0 0 20px;
    }
    /*.section.speakers  .item.vip .item-image {
    margin: 0 40px 0 0px;
    width:22.8%;
    max-height:300px;
    overflow:hidden;
}*/
    .section.speakers .item.vip .item-image {
        margin: 0 40px 0 0px;
        width: 15.8%;
        max-height: 300px;
        overflow: hidden;
    }

[dir="rtl"] .section.speakers .item.vip .item-image {
    margin: 0 0px 0 40px;
}

.section.speakers .item-photo {
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
    width: 100%;
    /*padding-bottom: 100%;*/
    overflow: hidden;
}

    .section.speakers .item-photo > div {
        /*position: absolute;*/
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


.section.speakers .item-text {
    text-align: center;
}

/*.section.speakers  .item.vip .item-text {
    text-align:left;
    width:70%;
}*/
.section.speakers .item.vip .item-text {
    text-align: left;
    width: 80%;
}

[dir="rtl"] .section.speakers .item.vip .item-text {
    text-align: right;
}

.section.speakers .item-name {
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.25em;
    text-transform: uppercase;
    /*color: #2185A1;*/
    margin-bottom: 5px;
}

.section.speakers .item-position {
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    /*color: #2185A1;*/
    margin-bottom: 5px;
    line-height: 22px;
}

[dir="rtl"] .section.speakers .item-position {
    line-height: 32px;
}

.section.speakers .item-description {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5em;
    /*color:#000;*/
    display: none;
}

.section.speakers .item.vip .item-description {
    display: block;
}

    .section.speakers .item.vip .item-description p:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }
/* #endregion */
/* #region - partners */
.section[class*="-partners"] .logos.setMt4 {
    margin-top: -52px;
}

.section[class*="-partners"] {
    margin: 40px 0 0;
}

    .section[class*="-partners"] h2 {
        font-size: 1.2rem;
        letter-spacing: 0px;
        text-align: center;
        margin-bottom: 30px;
    }

    .section[class*="-partners"] .logos {
        margin: -20px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

        .section[class*="-partners"] .logos:nth-child(3) .logo img {
            max-width: 220px;
        }

    .section[class*="-partners"] .logo {
        width: calc(33.33% - 40px);
        margin: 20px;
    }

        .section[class*="-partners"] .logo img {
            max-width: 120px;
            margin: 0 auto;
        }

.section.content-partners .logo img {
    max-width: 220px;
    margin: 0 auto;
    max-height: 180px;
}

.section[class*="-partners"] .logo:nth-child(3) img {
    max-width: 120px;
}

.section[class*="-partners"] .logos:nth-child(5) .logo img {
    max-width: 220px;
}
/*.section[class*="-partners"] .logos:nth-child(2) .logo img{*/
/*    max-width:120px;*/
/*}*/
/*.section[class*="-partners"] .logos:nth-child(3) .logo img{*/
/*    max-width:170px;*/
/*}*/
/*.section.content-partners .logos:nth-child(2) .logo img{*/

/*    max-width:170px;*/
/*}*/
/*.section[class*="-partners"] .logos:nth-child(3) .logo:nth-child(2) img{*/
/*     max-width:210px;*/
/*}*/
.section.content-partners .logos:nth-child(3) .logo img {
    max-width: 170px;
}

.section[class*="-partners"] hr {
    margin: 40px 0 0;
}

.section.media-partners {
    background-color: #F5F5F5;
    padding: 60px 0;
}

.section.content-partners .logos:not(:last-child) {
    margin-bottom: 20px;
}

.section.content-partners .logo {
    /*width: calc(25% - 40px);*/
    width: calc(33.33% - 40px);
}

    .section.content-partners .logo .description {
        font-size: 0.75rem;
        font-weight: 500;
        text-align: center;
        background-color: #F5F5F5;
        padding: 10px;
        margin-top: 10px;
    }

.section.media-partners .logo {
    width: calc(25% - 40px);
}

/* #endregion */
/* #region - sponsors */
.section[class*="-sponsors"] {
    margin: 60px 0;
}

    .section[class*="-sponsors"] h2 {
        font-size: 1.125rem;
        letter-spacing: 0px;
        text-align: center;
        margin-bottom: 30px;
    }

    .section[class*="-sponsors"] .logos {
        margin: -20px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .section[class*="-sponsors"] .logo {
        min-width: calc(25% - 20px);
        max-width: calc(33.33% - 20px);
        width: 50%;
        margin: 10px;
    }

    .section[class*="-sponsors"] hr {
        margin: 60px 0 0;
    }

.section.silver-sponsors .logo,
.section.bronze-sponsors .logo {
    min-width: calc(25% - 20px);
    max-width: calc(33.33% - 20px);
    width: 50%;
}

.section[class*="-sponsors"] .logo img {
    max-width: 180px;
    margin: 0 auto;
    max-height: 160px;
}
/* #endregion */
/* #region - awards */
.section.awards {
    margin: 60px 0;
}

    .section.awards .container {
        display: flex;
        align-content: flex-start;
    }

    .section.awards .image {
        text-align: center;
    }

        .section.awards .image img {
            max-width: 30%;
            margin: 0 auto;
        }

    .section.awards .content {
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.75em;
        background-color: #F5F5F5;
        padding: 30px;
        margin: auto;
        flex: 1;
    }

    .section.awards .graybx {
        background: #F5F5F5;
        border-top: 1px solid #ccc;
        margin-top: 20px;
    }

    .section.awards .content > *:last-child {
        margin-bottom: 0;
    }

    .section.awards .content h2 {
        font-size: 1.6rem;
        letter-spacing: 0px;
        color: #2185A1;
    }

    .section.awards .content ul {
        padding-left: 20px;
    }

        .section.awards .content ul li:not(:last-child) {
            margin-bottom: 10px;
        }

/* #endregion */
/* #region - gallery */
.section.gallery {
    margin: 60px 0;
}

    .section.gallery h2 {
        font-size: 2rem;
        line-height: 1em;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 30px;
    }

    .section.gallery .posts {
        display: flex;
    }

    /* featured */
    .section.gallery .featured {
        border-right: 1px solid #C4C4C4;
        padding-right: 30px;
        margin-right: 30px;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: space-between;
        flex: 1;
    }

        .section.gallery .featured .post {
            margin-bottom: 40px;
        }

            .section.gallery .featured .post:nth-child(1) {
                width: 100%;
            }

        .section.gallery .featured .post {
            width: calc(50% - 10px);
        }

        .section.gallery .featured .post-image {
            margin-bottom: 10px;
        }

        .section.gallery .featured .post-photo {
            background-color: rgba(255, 255, 255, 0.1);
            position: relative;
            width: 100%;
            padding-bottom: 75%;
            overflow: hidden;
        }

            .section.gallery .featured .post-photo a {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

        .section.gallery .featured .post-title {
            font-size: 1.25rem;
            font-weight: 700;
            line-height: 1.5em;
            margin-bottom: 5px;
        }

        .section.gallery .featured .post-description {
            font-size: 0.875rem;
            font-weight: 500;
            color: #000;
        }

    /* list */
    .section.gallery .list {
        flex: 1;
    }

        .section.gallery .list .post {
            display: flex;
        }

            .section.gallery .list .post:not(:last-child) {
                border-bottom: 1px solid #C4C4C4;
                padding-bottom: 30px;
                margin-bottom: 30px;
            }

        .section.gallery .list .post-image {
            margin-right: 20px;
            flex: 1;
        }

        .section.gallery .list .post-photo {
            background-color: rgba(255, 255, 255, 0.1);
            position: relative;
            width: 100%;
            padding-bottom: 75%;
            overflow: hidden;
        }

            .section.gallery .list .post-photo a {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

        .section.gallery .list .post-text {
            flex: 2;
        }

        .section.gallery .list .post-title {
            font-size: 1.25rem;
            font-weight: 700;
            line-height: 1.5em;
            margin-bottom: 5px;
        }

        .section.gallery .list .post-description {
            font-size: 0.875rem;
            font-weight: 500;
            color: #000;
        }

/* #endregion */
/* #region - registration */
.main-content.registration {
    background-color: #F5F5F5;
    background-image: url('../images/registration.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    display: table;
    width: 100%;
}

.section.registration {
    margin: 60px 0;
}

    .section.registration h2 {
        font-size: 1.8rem;
        line-height: 1em;
        letter-spacing: 0px;
        text-align: center;
        margin-bottom: 30px;
    }

    .section.registration .form {
        max-width: 640px;
        margin: auto;
    }

    .section.registration .wpcf7-form > div:not(:last-child) {
        position: relative;
        margin-bottom: 20px;
    }

    .section.registration .wpcf7-form-control-wrap {
        position: relative;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .section.registration .wpcf7-not-valid-tip {
        font-size: 0.875rem;
        font-weight: 500;
        color: #D15050;
    }

    .section.registration .wpcf7-form .wpcf7-response-output {
        font-size: 0.875rem;
        font-weight: 700;
        text-align: left;
        color: #D15050;
        border: 0;
        padding: 0;
        margin: 20px auto 0;
    }

    .section.registration .wpcf7-form .submit {
        text-align: right;
    }

    .section.registration .wpcf7-form .ajax-loader {
        position: absolute;
        left: 120px;
        top: 50%;
        margin-top: -8px;
    }

    .section.registration .form label {
        text-transform: uppercase;
        color: #2185A1;
        margin-bottom: 5px;
    }

    .section.registration .form input {
        line-height: 1em;
    }

    .section.registration .form input,
    .section.registration .form textarea,
    .section.registration .form select {
        background-color: #FFF;
        border: 1px solid #C4C4C4;
        border-radius: 5px;
        padding: 10px 15px;
        margin: 0 10px 5px 0;
        width: 50%;
        outline: none;
        resize: none;
    }

        .section.registration .form input[type="submit"] {
            color: #FFF;
            background-color: #2185A1;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            border: 0;
            border-radius: 5px;
            width: auto;
            margin: 0;
            cursor: pointer;
        }

    .section.registration .form .agree {
        width: 50%;
        margin-bottom: 20px;
    }

        .section.registration .form .agree a {
            text-decoration: underline;
        }

/* #endregion */
/* #region - press */
.section.press {
    margin: 20px 0 60px;
}

    .section.press h2 {
        font-size: 1.5rem;
        letter-spacing: 0px;
        color: #000;
        margin-bottom: 30px;
    }

    .section.press .posts {
        margin: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .section.press .post {
        position: relative;
        flex: 1 0 100%;
    }

        .section.press .post:not(:last-child) {
            border-bottom: 1px solid #C4C4C4;
            padding-bottom: 20px;
            margin-bottom: 20px;
        }

    .section.press .post-title {
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.5em;
    }

        .section.press .post-title a {
            position: relative;
            display: block;
        }

    .section.press .post-date {
        font-size: 0.75rem;
        font-weight: 500;
        text-transform: uppercase;
        color: #2185A1;
    }

/* #endregion */
/* #region - news */
.section.news {
    margin: 60px 0;
}

    .section.news h2 {
        font-size: 1.6rem;
        letter-spacing: 0px;
        text-align: center;
        margin-bottom: 30px;
    }

    .section.news .featured {
        position: relative;
        margin-bottom: 60px;
    }

    .section.news .featured-photo {
        background-color: rgba(255, 255, 255, 0.1);
        position: relative;
        width: 100%;
        padding-bottom: 42.86%;
        overflow: hidden;
    }

        .section.news .featured-photo > div {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .section.news .featured-text {
        font-size: 0.875rem;
        text-align: right;
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 30px;
        max-width: 480px;
    }

    .section.news .featured-title {
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.5em;
        margin-bottom: 5px;
    }

    .section.news .featured-description {
        font-weight: 500;
        margin-bottom: 10px;
    }

    .section.news .featured-source {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

        .section.news .featured-source .date {
            margin-right: 20px;
        }

        .section.news .featured-source .link {
            font-weight: 700;
            text-decoration: underline;
        }

    .section.news .posts {
        display: flex;
        flex-wrap: wrap;
    }

    .section.news .post {
        width: 50%;
        display: flex;
    }

        .section.news .post:nth-child(2n-1) {
            border-right: 1px solid #C4C4C4;
            padding-right: 30px;
        }

        .section.news .post:nth-child(2n) {
            padding-left: 30px;
        }

        .section.news .post:not(:nth-child(-n+2)) {
            padding-top: 30px;
        }

    .section.news.odd .post:not(:nth-last-child(-n+1)) {
        border-bottom: 1px solid #C4C4C4;
        padding-bottom: 30px;
    }

    .section.news.even .post:not(:nth-last-child(-n+2)) {
        border-bottom: 1px solid #C4C4C4;
        padding-bottom: 30px;
    }

    .section.news .post-image {
        margin-right: 20px;
        flex: 1;
    }

    .section.news .post-photo {
        background-color: rgba(255, 255, 255, 0.1);
        position: relative;
        width: 100%;
        padding-bottom: 100%;
        overflow: hidden;
    }

        .section.news .post-photo a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .section.news .post-text {
        font-size: 0.875rem;
        position: relative;
        padding-bottom: 40px;
        flex: 2;
    }

    .section.news .post-title {
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.5em;
        margin-bottom: 5px;
    }

    .section.news .post-description {
        font-weight: 500;
    }

    .section.news .post-source {
        color: #000;
        position: absolute;
        bottom: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

        .section.news .post-source .date {
            margin-right: 20px;
        }

        .section.news .post-source .link {
            font-weight: 700;
            text-decoration: underline;
        }

/* #endregion */
/* #region - faq, contact */
.section.fc {
    margin: 60px 0;
}

    .section.fc .container {
        display: flex;
        align-content: flex-start;
    }

    /* faq */
    .section.fc .column:nth-child(1) {
        border-right: 1px solid #C4C4C4;
        padding-right: 60px;
        margin-right: 60px;
        flex: 3;
    }

    .section.fc .faq h2 {
        font-size: 1.5rem;
        letter-spacing: 0px;
        margin-bottom: 30px;
    }

[data-accordion] {
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

    [data-accordion]:last-child {
        margin-bottom: 0;
    }

    [data-accordion] [data-control] {
        font-size: 1.12rem;
        font-weight: 600;
        line-height: 1.25em;
        position: relative;
        padding-left: 40px;
        cursor: pointer;
    }

    [data-accordion] > [data-control]:after {
        content: '';
        background-image: url('../img/arrow.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 5px;
        width: 15px;
        height: 25px;
        cursor: pointer;
        transform: rotate(90deg);
        transition: all 0.25s cubic-bezier(0.14, 0.31, 0.32, 0.94) 0s;
    }

    [data-accordion].open > [data-control]:after {
        color: #2185A1;
        transform: rotate(270deg);
    }

    [data-accordion] [data-content] {
        font-size: 1rem;
        line-height: 1.8em;
        font-weight: 500;
        color: #000;
        overflow: hidden;
        padding: 0;
        /*max-height: 0;*/
    }

        [data-accordion] [data-content] > * {
            padding: 0 0 0 40px;
            margin: 10px 0;
        }

            [data-accordion] [data-content] > *:last-child {
                margin-bottom: 0;
            }

.section.fc .column:nth-child(2) {
    flex: 2;
}

/* categories */
.section.fc .categories {
    margin: 70px 0 60px;
}

    .section.fc .categories h2 {
        font-size: 1.6rem;
        letter-spacing: 0px;
        margin-bottom: 20px;
    }

    .section.fc .categories ul {
        font-size: 0.875rem;
        font-weight: 500;
        color: #2185A1;
        padding: 0 0 0 20px;
        margin: 0 0 40px;
    }

        .section.fc .categories ul li:not(:last-child) {
            margin-bottom: 10px;
        }

/* contact */
.section.fc .contact h2 {
    font-size: 1.5rem;
    letter-spacing: 0px;
    margin-bottom: 20px;
}

.section.fc .contact h3 {
    font-size: 1.3rem;
    letter-spacing: 0px;
    margin-bottom: 25px;
    margin-top: 10px;
    text-transform: uppercase;
    color: #2185A1;
}

.section.fc .contact ul {
    font-weight: 700;
    list-style-type: none;
    padding: 0;
    margin: 0 0 40px;
}

    .section.fc .contact ul li {
        display: flex;
        flex-wrap: wrap;
        font-weight: 400;
    }

        .section.fc .contact ul li:not(:last-child) {
            margin-bottom: 10px;
        }

        .section.fc .contact ul li .colon {
            margin: 0 5px;
        }

        .section.fc .contact ul li .icon {
            background-size: 95%;
            width: 30px;
            height: 31px;
            margin-right: 10px;
            display: inline-block;
            vertical-align: middle;
            background-repeat: no-repeat;
            background-position: left center;
        }

[dir='rtl'] .section.fc .contact ul li .icon {
    margin-right: 0px;
    margin-left: 10px;
}

.section.fc .contact .wpcf7-form > div:not(:last-child) {
    position: relative;
    margin-bottom: 20px;
}

.section.fc .contact .wpcf7-form-control-wrap {
    position: relative;
}

.section.fc .contact .wpcf7-not-valid-tip {
    font-size: 0.875rem;
    font-weight: 500;
    color: #D15050;
    margin: 5px 0 0;
}

.section.fc .contact .wpcf7-form .wpcf7-response-output {
    font-size: 0.875rem;
    font-weight: 700;
    text-align: center;
    color: #D15050;
    max-width: 280px;
    border: 0;
    padding: 0;
    margin: 40px auto 0;
}

.section.fc .contact .wpcf7-form .submit {
    text-align: right;
}

.section.fc .contact .wpcf7-form .ajax-loader {
    position: absolute;
    right: 120px;
    top: 50%;
    margin-top: -8px;
}

.section.fc .contact .form input {
    line-height: 1em;
}

.section.fc .contact .form input,
.section.fc .contact .form textarea {
    background-color: #F4F4F4;
    border: 1px solid #C4C4C4;
    border-radius: 10px;
    padding: 10px 15px;
    width: 100%;
    outline: none;
    resize: none;
    display: block;
}

    .section.fc .contact .form input[type="submit"], .section.fc .contact .form input[type="button"], .section.fc .contact .form label.file-overlay {
        color: #FFF;
        background-color: #2185A1;
        letter-spacing: 2px;
        text-transform: uppercase;
        border: 0;
        border-radius: 15px;
        width: auto;
        margin: auto;
        cursor: pointer;
        display: inline-block;
    }


/* #endregion */
/* #region - single */
.section.single {
    margin: 40px 0;
}

    .section.single .container {
        display: flex;
    }

    .section.single .aside {
        border-right: 1px solid #C4C4C4;
        padding-right: 30px;
        margin-right: 30px;
        flex: 1;
    }

    .section.single .aside {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .section.single .ps > div {
        margin-bottom: 30px;
    }

    .section.single .ps h2 {
        font-size: 1.6rem;
        letter-spacing: 0px;
    }

    .section.single .ps .date {
        font-size: 1.125rem;
        color: #2185A1;
    }

    .section.single .ps .share {
        font-size: 1.5rem;
        color: #2185A1;
    }

        .section.single .ps .share a {
            text-decoration: none;
            margin-right: 10px;
        }

    .section.single .browse-more h2 {
        font-size: 1.125rem;
        letter-spacing: 2px;
        color: #000;
        margin-bottom: 30px;
    }

    .section.single .browse-more .posts {
        margin: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .section.single .browse-more .post {
        position: relative;
        flex: 1 0 100%;
    }

        .section.single .browse-more .post:not(:last-child) {
            border-bottom: 1px solid #C4C4C4;
            padding-bottom: 20px;
            margin-bottom: 20px;
        }

    .section.single .browse-more .post-title {
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.5em;
    }

        .section.single .browse-more .post-title a {
            position: relative;
            display: block;
        }

    .section.single .browse-more .post-date {
        font-size: 0.75rem;
        font-weight: 500;
        text-transform: uppercase;
        color: #2185A1;
    }

    .section.single .content {
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.75em;
        margin: auto;
        flex: 2;
    }

        .section.single .content > *:last-child {
            margin-bottom: 0;
        }

/* #endregion */
/* #region - site-footer */
.site-footer {
    font-size: 0.875rem;
    font-weight: 500;
    margin: 30px 0 0;
}

    .site-footer:after {
        content: '';
        /*background-image: url('../img/pattern-footer.svg');*/
        background-repeat: repeat-x;
        background-size: 90%;
        opacity: 0.6;
        height: 100px;
        margin-top: 30px;
        display: block;
    }

    .site-footer .container-fluid {
        display: flex;
        justify-content: space-between;
    }

    .site-footer .copyright {
        text-transform: uppercase;
    }

    .site-footer ul.secondary-menu {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

/* #endregion */
/* #region - post-formatted */
.post-formatted > * {
    display: block;
}

    .post-formatted > *:first-child {
        padding-top: 0;
        margin-top: 0;
        /* margin-bottom: 3rem; */
    }

.post-formatted {
    font-weight: 500;
}

    .post-formatted h1 {
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1.25em;
    }

    .post-formatted h2 {
        line-height: 1.6em;
    }

    .post-formatted h3 {
        line-height: 1.5em;
    }

    .post-formatted h4 {
        line-height: 1.5em;
    }

    .post-formatted h5 {
        line-height: 1.75em;
    }

    .post-formatted h6 {
        line-height: 1.75em;
    }

    .post-formatted h1,
    .post-formatted h2,
    .post-formatted h3,
    .post-formatted h4,
    .post-formatted h5,
    .post-formatted h6 {
        padding-top: 0.2rem;
        margin-bottom: 0.6rem;
    }

    .post-formatted dl,
    .post-formatted ol,
    .post-formatted ul {
        line-height: 1.75em;
        margin-bottom: 1.5rem;
    }

    .post-formatted li {
        margin-bottom: 0; /* 1rem */
    }

    .post-formatted p {
        line-height: 1.75em;
        margin-bottom: 1.2rem;
    }

    .post-formatted blockquote {
        background: #F5F5F5;
        padding: 1.5rem 2rem;
        margin: 2rem auto;
    }

        .post-formatted blockquote p:last-child {
            margin-bottom: 0;
        }

    .post-formatted img {
        margin: 2rem auto;
    }

    .post-formatted figure {
        width: 100% !important;
        margin: 2rem auto;
    }

        .post-formatted figure img {
            margin: 0;
        }

    .post-formatted figcaption {
        font-size: 0.875rem;
        line-height: 1.5em;
        text-align: center;
        color: #2185A1;
        max-width: 80%;
        margin: 10px auto 0;
    }

/* #endregion */
/* #region - error */
.section.error {
    text-align: center;
    padding: 120px 0;
}
/* #endregion */
/* #region - @media */

div.wpcf7-mail-sent-ok {
    color: #2185A1 !important;
}

.show-none {
    display: none !important;
}

.page-contact-us #pfcf-popup {
    left: 27%;
    font-weight: 600;
}

.homeTagline {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    color: #fff;
    height: 100%;
    padding-top: 12%;
    background: rgba(0,0,0,0.22);
}

    .homeTagline h3 {
        width: 100%;
        font-weight: 300;
        font-size: 18px;
        position: absolute;
        bottom: 5%;
        padding: 0 2%;
        left: 0;
        text-shadow: -1px 0px 2px rgba(150, 150, 150, 0.89);
        text-align: left;
    }

[dir="rtl"] .homeTagline h3 {
    text-align: right;
}

.setMinhs {
    min-height: 140px;
}

.liveBtn {
    width: 100%;
    padding: 12px 0 10px;
    text-align: center;
    background: #0A6481;
    font-size: 16px;
    color: #fff;
}

    .liveBtn p {
        margin: 0;
        padding: 0;
        color: #fff;
    }

        .liveBtn p a {
            color: #fff;
            text-decoration: none;
            text-transform: uppercase;
            position: relative;
            display: inline-block;
            transition: all 0.4s ease;
        }

            .liveBtn p a:before {
                width: 30px;
                height: 30px;
                left: -40px;
                top: 2px;
                content: " ";
                position: absolute;
                background: url(../images/youtube-live1.svg) no-repeat;
                background-size: 30px;
            }

            .liveBtn p a:hover {
                color: #F5F5F5;
            }

.setHeight {
    height: 380px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    /*height:400px;*/
}

.videoLive {
    width: 80%;
}

#mySearch {
    float: right;
    margin-top: -76px;
    width: 360px;
    padding: 6px 30px 4px 8px;
    font-size: 14px;
    background: url("../img/search.svg") no-repeat #fff;
    background-size: 16px;
    background-position: right 5px center;
    border: 1px solid #C4C4C4;
    color: #3EAE79;
    outline: 0;
}

[dir="rtl"]#mySearch {
    float: left;
    padding: 6px 8px 4px 30px;
    background-position: left 5px center;
}
/*ul.social-menu li.fa-facebook:before {*/
/*    color:#3B5998;*/
/*}*/
/*ul.social-menu li.fa-twitter:before {*/
/*    color:#1DA1F2;*/
/*}*/
/*ul.social-menu li.fa-youtube:before {*/
/*    color:#c4302b;*/
/*}*/
/*ul.social-menu li.fa-linkedin-in:before {*/
/*    color:#0077B5;*/
/*}*/
/*ul.social-menu li.fa-instagram:before {*/
/*    color:#3f729b;*/
/*}*/
@media (max-width: 991px) {
	
	.btn_watch {
    padding: 5px 10px;
    font-size: 13px;

}

    /* global */
    .site-main {
        min-height: calc(100vh - 71px - 90px - 81px);
    }

    /* site-header */
    .site-header .container-fluid {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .site-header.active-menu:before {
        visibility: visible;
    }

    .site-header .logo img, .fixed-header.site-header .logo img {
        max-height: 40.5px;
    }

    .navigation {
        display: none;
    }

    .navigation-mobile {
        display: block;
    }

    /* home */
    .section.featured .items {
        margin: 0 -40px -40px;
    }

    .media-slider {
        width: calc(100% - 150px);
    }

        .media-slider .swiper-button-prev,
        .media-slider .swiper-container-rtl + .swiper-navigation .swiper-button-next {
            left: -75px;
        }

        .media-slider .swiper-button-next,
        .media-slider .swiper-container-rtl + .swiper-navigation .swiper-button-prev {
            right: -75px;
        }

        .media-slider .swiper-button-prev,
        .media-slider .swiper-button-next {
            width: 40px;
            height: 60px;
            margin-top: -30px;
        }

    .section.np .posts {
        flex-wrap: wrap;
    }

    .section.np .latest-news {
        width: 100%;
        margin: 0 0 60px;
        flex: auto;
    }

    .section.np .latest-press {
        width: 100%;
        flex: auto;
    }


    .section.intro {
        padding: 80px 0 0px;
        background-size: 38%;
    }

    ul.primary-menu ul.sub-menu > li.set-left {
        margin-left: 0;
    }

    .section.concept {
        margin: 30px 0;
    }

    .main-content.concept .hero {
        min-height: 100px;
    }

    /* editions */
    .editions-slider {
        width: calc(100% - 150px);
    }

        .editions-slider .swiper-button-prev,
        .editions-slider .swiper-container-rtl + .swiper-navigation .swiper-button-next {
            left: -75px;
        }

        .editions-slider .swiper-button-next,
        .editions-slider .swiper-container-rtl + .swiper-navigation .swiper-button-prev {
            right: -75px;
        }

        .editions-slider .swiper-button-prev,
        .editions-slider .swiper-button-next {
            width: 40px;
            height: 60px;
            margin-top: -30px;
        }

    .editions-slider2 {
        width: calc(100% - 150px);
    }

        .editions-slider2 .swiper-button-prev,
        .editions-slider2 .swiper-container-rtl + .swiper-navigation .swiper-button-next {
            left: -75px;
        }

        .editions-slider2 .swiper-button-next,
        .editions-slider2 .swiper-container-rtl + .swiper-navigation .swiper-button-prev {
            right: -75px;
        }

        .editions-slider2 .swiper-button-prev,
        .editions-slider2 .swiper-button-next {
            width: 40px;
            height: 60px;
            margin-top: -30px;
        }

    .editions-slider-content {
        width: calc(100% - 150px);
    }

    /* agenda */
    .section.agenda .schedule .day {
        width: calc(100% - 60px);
    }

    /* plenary */
    .section.plenary .container {
        flex-wrap: wrap;
    }

    .section.plenary .image {
        width: 100%;
        border: 0;
        padding: 0;
        margin: 0 0 40px;
        flex: auto;
    }

    .section.plenary .content {
        width: 100%;
        flex: auto;
    }

    .section.more-plenaries .items {
        justify-content: center;
    }

    .section.more-plenaries .item {
        max-width: 250px;
        width: calc(50% - 40px);
    }

        .section.more-plenaries .item:after {
            border: 0;
        }

    /* sessions */
    .section.sessions .items {
        justify-content: center;
    }

    .section.sessions .item {
        max-width: 250px;
        width: calc(50% - 40px);
    }

        .section.sessions .item:after {
            border: 0;
        }

    /* session */
    .section.session .item {
        flex-wrap: wrap;
    }

        .section.session .item > div {
            width: 100%;
            flex: auto;
        }

            .section.session .item > div:nth-child(1) {
                margin: 0 0 20px;
            }

    /* awards */
    .section.awards .container {
        flex-wrap: wrap;
    }

    .section.awards .image {
        width: 100%;
        margin: 0 0 40px;
        flex: auto;
    }

    .section.awards .content {
        width: 100%;
        flex: auto;
    }

    /* gallery */
    .section.gallery .posts {
        flex-wrap: wrap;
    }

    .section.gallery .featured {
        width: 100%;
        border: 0;
        padding: 0;
        margin: 0;
        flex: auto;
    }

        .section.gallery .featured .post-photo {
            padding-bottom: 56.25%;
        }

    .section.gallery .list {
        width: 100%;
        border-top: 1px solid #C4C4C4;
        padding-top: 30px;
        flex: auto;
    }

    /* news */
    .section.news .featured {
        margin-bottom: 30px;
    }

    .section.news .featured-photo {
        padding-bottom: 56.25%;
    }

    .section.news .posts {
        border-top: 1px solid #C4C4C4;
        padding-top: 30px;
    }

    .section.news .post {
        width: 100%;
        padding: 30px 0;
    }

        .section.news .post:not(:last-child) {
            border-bottom: 1px solid #C4C4C4;
        }

        .section.news .post:nth-child(1) {
            padding-top: 0;
        }

        .section.news .post:nth-child(2n-1) {
            border-right: 0;
            padding-right: 0;
        }

        .section.news .post:nth-child(2n) {
            padding-left: 0;
        }

        .section.news .post:nth-last-child(1) {
            padding-bottom: 0;
        }

    /* faq, contact */
    .section.fc .container {
        flex-wrap: wrap;
    }

    .section.fc .column:nth-child(1),
    .section.fc .column:nth-child(2) {
        width: 100%;
        border: 0;
        padding: 0;
        margin: 0;
        flex: auto;
    }

    .section.fc .categories {
        margin: 60px 0;
    }

    /* single */
    .section.single .container {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .section.single .aside {
        width: 100%;
        border: 0;
        padding: 0;
        margin: 0;
        flex: auto;
    }

    .section.single .ps {
        margin-bottom: 40px;
    }

    .section.single .content {
        margin-bottom: 40px;
        flex: auto;
    }

    #mySearch {
        float: none;
        margin: 4px auto 20px;
        display: block;
        width: 100%;
    }
}

@media (max-width: 769px) {
    body {
        padding: 0;
    }

  .site-main {
        /* position: relative; */
        /* top: 100px; */
        position: static;
        margin-top: 120px;
    }

    /*.site-header {
        position: relative !important;
    }*/

    /* home */
    .section.hero .countdown {
        margin: 140px auto 10px;
        display: flex;
        flex-wrap: wrap;
    }

        .section.hero .countdown > div {
            width: 14%;
            margin: 10px 0;
        }
        /*.section.hero .countdown>div:first-child {
        width:32%;
    }
    [dir="rtl"] .section.hero .countdown>div:first-child {
        width:14%;
    }
    [dir="rtl"] .section.hero .countdown>div:last-child {
        width:28%;
    }*/
        .section.hero .countdown .number {
            font-size: 1.3rem;
            font-weight: 500;
            line-height: 1em;
            display: block;
        }

        .section.hero .countdown h4 {
            text-transform: initial;
        }

        .section.hero .countdown .label {
            font-size: 0.6rem;
            font-weight: 600;
            display: block;
        }

    .section.featured .items {
        margin: 0 -10px -40px;
    }

    .section.featured .item {
        margin: 0 10px 40px;
        width: calc(33.33% - 20px);
    }

        .section.featured .item:after {
            display: none;
        }

    .section.featured .item-photo a {
        font-size: 1.25rem;
    }

    .media-slider {
        width: calc(100% - 100px);
    }

        .media-slider .swiper-button-prev,
        .media-slider .swiper-container-rtl + .swiper-navigation .swiper-button-next {
            left: -50px;
        }

        .media-slider .swiper-button-next,
        .media-slider .swiper-container-rtl + .swiper-navigation .swiper-button-prev {
            right: -50px;
        }

        .media-slider .swiper-button-prev,
        .media-slider .swiper-button-next {
            width: 30px;
            height: 50px;
            margin-top: -25px;
        }

    .section.partners .logo {
        width: calc(50% - 40px);
    }

    .section.lc .container {
        flex-wrap: wrap;
    }

    .section.lc .location {
        width: 100%;
        border: 0;
        padding: 0;
        margin: 0 0 40px;
        flex: auto;
    }

    .section.lc .contact {
        width: 100%;
        flex: auto;
    }

    /* editions */
    .editions-slider {
        width: calc(100% - 70px);
    }

        .editions-slider .swiper-button-prev,
        .editions-slider .swiper-container-rtl + .swiper-navigation .swiper-button-next {
            left: -50px;
        }

        .editions-slider .swiper-button-next,
        .editions-slider .swiper-container-rtl + .swiper-navigation .swiper-button-prev {
            right: -50px;
        }

        .editions-slider .swiper-button-prev,
        .editions-slider .swiper-button-next {
            width: 30px;
            height: 50px;
            margin-top: -25px;
        }

    .editions-slider2 {
        width: calc(100% - 70px);
    }

        .editions-slider2 .swiper-button-prev,
        .editions-slider2 .swiper-container-rtl + .swiper-navigation .swiper-button-next {
            left: -50px;
        }

        .editions-slider2 .swiper-button-next,
        .editions-slider2 .swiper-container-rtl + .swiper-navigation .swiper-button-prev {
            right: -50px;
        }

        .editions-slider2 .swiper-button-prev,
        .editions-slider2 .swiper-button-next {
            width: 30px;
            height: 50px;
            margin-top: -25px;
        }

    .editions-slider-content {
        width: calc(100% - 70px);
    }

        .editions-slider-content .swiper-slide {
            padding: 40px;
        }

    /* speakers */
    .section.speakers .item {
        width: calc(50% - 80px);
    }

        .section.speakers .item:nth-child(2n-1):after {
            display: block;
        }

        .section.speakers .item:nth-child(2n):after {
            display: none;
        }

    /* partners */
    .section[class*="-partners"] .logo {
        width: 100%;
    }
    /*.section[class*="-partners"] .logo:nth-child(3){*/
    /*    width:100%;*/

    /*}*/
    .section.content-partners .logo {
        width: calc(50% - 40px);
    }

    .section.media-partners .logo {
        width: calc(50% - 40px);
    }

    /* sponsors */
    .section[class*="-sponsors"] .logo {
        width: calc(50% - 40px);
    }

    .section.silver-sponsors .logo,
    .section.bronze-sponsors .logo {
        width: calc(50% - 40px);
    }

    .section.agenda .schedule > div {
        margin: 0;
    }

    .section.agenda .schedule .day {
        width: 100%;
    }

    .section.sessions .item {
        max-width: 250px;
        width: 100%;
    }

    .section.session .item > div:not(:first-child) {
        flex: auto;
        max-width: 100% !important;
        margin-bottom: 15px;
    }

    .section.session {
        margin: 0px 0;
    }

    .site-header .logo h1 {
        font-size: 15px;
        letter-spacing: 0;
    }

    .site-header .logo h1 {
        font-size: 15px;
        letter-spacing: 0;
    }

    .fixed-header.site-header .logo h1 {
        font-size: 15px;
        letter-spacing: 0;
    }

    .site-header .container-fluid {
        padding: 0 15px;
    }

    .site-header .logo img, .fixed-header.site-header .logo img {
        max-height: 76.5px;
    }

    .site-header .logo a {
        margin: 5px auto
    }

    .section[class*="-partners"] {
        margin-top: 10px;
        margin-bottom: 40px !important;
    }

    .homeTagline {
        padding-top: 16%;
        height: 100%;
    }

    .section.speakers .item.vip .item-image {
        margin: 0 0px 20px 0px;
        width: 50%;
        max-height: inherit;
    }

    .section.speakers .item.vip .item-text {
        text-align: left;
        width: 100%;
    }

    .section.sponsors .logo {
        max-width: calc(100% - 20px);
    }

        .section.sponsors .logo img {
            max-width: 100px;
        }

    .site-footer:after {
        background-size: 199%;
        opacity: 0.6;
        height: 60px;
    }

    .section[class*="-sponsors"] .logo {
        max-width: calc(100% - 20px);
    }

        .section[class*="-sponsors"] .logo img {
            max-width: 100px;
        }

    .section[class*="-partners"] .logos.setMt4 {
        margin-top: -20px;
    }

    .setMinhs {
        min-height: 70px;
        padding-bottom: 5px;
    }

    .setHeight {
        height: 280px;
    }
}

@media (max-width: 575px) {

    /* global */
    .container {
        padding: 0 30px;
    }

    .site-main {
        min-height: calc(100vh - 71px - 90px - 107px);
    }

    /* site header */
    .mobile-container {
        padding: 60px 30px;
    }

    /* home */
    .media-slider {
        width: calc(100% - 70px);
    }

        .media-slider .swiper-button-prev,
        .media-slider .swiper-container-rtl + .swiper-navigation .swiper-button-next {
            left: -35px;
        }

        .media-slider .swiper-button-next,
        .media-slider .swiper-container-rtl + .swiper-navigation .swiper-button-prev {
            right: -35px;
        }

        .media-slider .swiper-button-prev,
        .media-slider .swiper-button-next {
            width: 20px;
            height: 34px;
            margin-top: -17px;
        }

    /* editions */
    .editions-slider {
        width: calc(100% - 70px);
    }

        .editions-slider .swiper-button-prev,
        .editions-slider .swiper-container-rtl + .swiper-navigation .swiper-button-next {
            left: -35px;
        }

        .editions-slider .swiper-button-next,
        .editions-slider .swiper-container-rtl + .swiper-navigation .swiper-button-prev {
            right: -35px;
        }

        .editions-slider .swiper-button-prev,
        .editions-slider .swiper-button-next {
            width: 20px;
            height: 34px;
            margin-top: -17px;
        }

    .editions-slider2 {
        width: calc(100% - 70px);
    }

        .editions-slider2 .swiper-button-prev,
        .editions-slider2 .swiper-container-rtl + .swiper-navigation .swiper-button-next {
            left: -35px;
        }

        .editions-slider2 .swiper-button-next,
        .editions-slider2 .swiper-container-rtl + .swiper-navigation .swiper-button-prev {
            right: -35px;
        }

        .editions-slider2 .swiper-button-prev,
        .editions-slider2 .swiper-button-next {
            width: 20px;
            height: 34px;
            margin-top: -17px;
        }

    .editions-slider-content {
        width: calc(100% - 70px);
    }

        .editions-slider-content .swiper-slide {
            padding: 40px;
        }

    /* agenda */
    .section.agenda .schedule {
        padding: 30px 0;
    }

    /* speakers */
    .section.speakers .items {
        margin: 0 -20px -40px;
    }

    .section.speakers .item {
        width: calc(50% - 40px);
        margin: 0 20px 40px;
    }

        .section.speakers .item:after {
            right: -20px;
        }

    /* registration */
    .section.registration .form input,
    .section.registration .form textarea,
    .section.registration .form select {
        width: 80%;
    }

    .section.registration .form .agree {
        width: 80%;
    }

    /* site-footer */
    .site-footer .container-fluid {
        flex-direction: column-reverse;
        align-items: center;
    }

    .site-footer ul.secondary-menu {
        margin-bottom: 5px;
    }

    .section.content-partners .logo {
        width: 100%;
    }

    .section[class*="-partners"] .logo:nth-child(3) img {
        max-width: 80%;
        max-height: 100px;
    }

    .page-partners .section[class*="-partners"] .logo:nth-child(2) img {
        max-width: 80%;
        max-height: 100px;
    }

    .navigation {
        background: none;
        box-shadow: none;
    }

    .homeTagline {
        padding-top: 32%;
        height: 100%;
    }

    .videoLive {
        width: 100%;
    }
}

@media (max-width: 480px) {

    /* global */
    html {
        font-size: 12px;
    }

    .site-main {
        min-height: calc(100vh - 71px - 90px - 95px);
    }

    /* site-header */
    .mobile-container .navigation {
        font-size: 14px;
    }

    .social {
        bottom: -220px;
    }

    /* home */
    .section.featured .items {
        margin-bottom: -20px;
    }

    .section.featured .item {
        width: 27%;
        margin-bottom: 20px;
    }

    .section.featured .item-photo {
        padding-bottom: 135%;
    }

    .section.np .latest-news .post {
        flex-wrap: wrap;
    }

    .section.np .latest-news .post-image {
        width: 100%;
        margin: 0 0 20px;
        flex: auto;
    }

    .section.np .latest-news .post-photo {
        padding-bottom: 56.25%;
    }

    .section.np .latest-news .post-text {
        width: 100%;
        flex: auto;
    }

    /* editions */
    .editions-slider {
        width: calc(100% - 30px);
    }

    .editions-slider2 {
        width: calc(100% - 30px);
    }

    .editions-slider-content {
        width: calc(100% - 30px);
    }

        .editions-slider-content .swiper-slide {
            padding: 40px 20px;
        }

    /* agenda */
    .section.agenda .schedule .day .list > div > div:nth-child(1) {
        min-width: 90px;
        margin-right: 20px;
    }

    /* plenaries */
    .section.plenaries .item:nth-child(2n-1) {
        padding-right: 20px;
    }

    .section.plenaries .item:nth-child(2n) {
        padding-left: 20px;
    }

    .section.plenaries .item:not(:nth-child(-n+2)) {
        padding-top: 20px;
    }

    .section.plenaries.even .item:not(:nth-last-child(-n+1)) {
        padding-bottom: 20px;
    }

    .section.plenaries.even .item:not(:nth-last-child(-n+2)) {
        padding-bottom: 20px;
    }

    /* news */
    .section.news .post-text {
        padding-bottom: 60px;
    }

    .section.news .post-source {
        flex-direction: column;
    }

    .section.featured .item:nth-child(2) .item-photo span {
        background-size: 41%;
    }

    .section.featured .item-photo span {
        background-size: 62%;
    }

    .section[class*="-partners"] .logo img {
        max-width: 80px;
        margin: 0 auto;
    }

    .section[class*="-partners"] .logo:nth-child(2) img {
        max-width: 60px;
        margin: 0 auto;
    }

    .section.partners .logo:nth-child(3) img {
        max-width: 140px;
    }

    .page-partners .section[class*="-partners"] .logo:nth-child(2) img {
        max-width: 80%;
        max-height: 100px;
    }

    .page-partners .section[class*="-partners"] .logo img {
        max-width: 80%;
        max-height: 100px;
    }
}

#heroVideo {
    min-width: 100%;
    min-height: 100%;
    opacity: 0;
}

.played #heroVideo {
    opacity: 1;
}

    .played #heroVideo.setOpacity {
        opacity: 0;
    }

/* #endregion */

/* Mobile */
.mobile .navigation {
    display: none;
}

.mobile .site-header .logo a {
    margin: 15px 0;
}

.mobile .site-header .logo h1 {
    display: none;
}

.mobile .container {
    max-width: 100%;
}

.mobile .site-footer .container-fluid {
    display: none;
}

.mobile .social {
    display: none;
}

.mobile header, .mobile footer {
    display: none;
}

.mobile .site {
    /*background:url("../images/footer-mobile.svg") bottom;*/
    /*background-repeat:repeat-x;*/
    padding-bottom: 90px;
}

.mobile .homeTagline {
    padding-top: 11%;
}

.mobile .landing {
    padding-top: 20px;
    min-height: 66vh;
}

.accordion-header {
    cursor: pointer;
    position: relative;
}

/*.accordion-header:hover {*/
/*    background: #F6F7F9;*/
/*}*/

.accordion-content {
    display: none;
}

.mobile .accordion-header h2 {
    font-weight: 400;
    font-size: 24px;
    padding: 0;
    margin: 0;
    max-width: 85%;
    text-align: left;
}

.mobile .accordion-header::after {
    display: none;
}

.accordion-header::before {
    content: '\f138';
    vertical-align: middle;
    display: inline-block;
    color: #3EAE79;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 30%;
    font-size: 26px;
    transition: all 0.25s cubic-bezier(0.14, 0.31, 0.32, 0.94) 0s;
    background: none;
    line-height: 40px;
}

.open .accordion-header::before {
    transform: rotate(90deg);
}

.mobile [data-accordion] {
    border-bottom: 1px solid #3EAE79;
}

    .mobile [data-accordion] [data-control] {
        padding-left: 0;
        line-height: 3em;
        padding-top: 15px;
        margin-bottom: 4px;
    }

    .mobile [data-accordion] [data-content], .mobile [data-accordion] [data-content] > * {
        padding-left: 0;
    }

    .mobile [data-accordion] [data-content] {
        font-size: 1.4rem;
        color: #0A6481;
    }

body.mobile {
    padding-top: 0;
}

.mobile .section.agenda .schedule .day {
    width: calc(100% - 60px);
}

    .mobile .section.agenda .schedule .day:nth-child(1) {
        display: block;
        width: 100%;
    }

.mobile .section.agenda .schedule h3 {
    margin-bottom: 40px;
    color: #3EAE79;
    font-size: 16px;
    text-transform: capitalize;
    text-align: center;
    padding-top: 7px;
}

.mobile .swiper-button-next, .mobile .swiper-button-prev {
    top: 0;
    margin-top: 0;
}

.mobile .swiper-button-next {
    background: url("../img/mobileArrow.svg");
    height: 27px;
    outline: none;
    right: 0px;
}

.mobile .swiper-button-prev {
    background: url("../img/mobileArrow.svg");
    height: 27px;
    transform: rotate(180deg);
    outline: none;
    left: 0px;
}

.mobile .section.agenda {
    margin: 20px 0;
}

    .mobile .section.agenda .schedule {
        padding: 0px 0;
        position: relative;
    }

    .mobile .section.agenda h2 {
        text-align: left;
        font-size: 1.8rem;
    }

.mobile .site-main {
    min-height: calc(100vh - 200px );
    height: 100%;
}

.mobile .swiper-container-autoheight .swiper-wrapper {
    min-height: 60vh;
}

.mobile .section.content-partners .logo {
    width: 100%;
}

.mobile .section[class*="-partners"] .logo:nth-child(2) img {
    max-width: 80%;
    max-height: 100px;
}

.mobile .section[class*="-partners"] .logo img {
    max-width: 80%;
    max-height: 100px;
}

.mobile .section[class*="-partners"] .logos {
    margin-top: 0;
}

.mobile .section[class*="-partners"] {
    margin-bottom: 20px !important;
}
/*.mobile .landing .accordion:last-child {*/
/*    display:none;*/
/*}*/
.mobile .section.agenda .schedule .day .time {
    color: #3EAE79;
    font-weight: 600;
    padding-bottom: 0px;
    font-size: 15px;
}

.mobile .section.agenda .schedule .day .details {
    font-size: 15px;
    padding: 10px 0 20px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 20px;
}

.mobile .section.agenda .schedule .day > ul > li:last-child {
    display: none;
}

.mobile .section.agenda .schedule .day > ul > li .details ul li {
    font-size: 15px;
    padding-bottom: 6px;
}

    .mobile .section.agenda .schedule .day > ul > li .details ul li:last-child {
        padding-bottom: 0;
    }

.mobile .section.speakers .item {
    width: 100%;
    margin: 0 auto;
}
/*.mobile .section.speakers .item-description{*/
/*    display:block;*/
/*    font-size:14px;*/
/*}*/
.mobile .section.speakers .item-photo {
    max-width: 50%;
}

.mobile .itemsmobile .item-name {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8em;
    padding-top: 19px;
    padding-right: 27px;
}

.mobile .itemsmobile [data-accordion] {
    padding-bottom: 12px;
    margin-bottom: 0px;
    border-bottom: 1px solid #C4C4C4;
}

.mobile .accordion-header::before {
    top: 27%;
}

.mobile .section.speakers .item-position {
    text-align: left;
    color: #3EAE79;
    font-size: 16px;
    padding-bottom: 10px;
}

.mobile .section.speakers h2 {
    text-align: left;
}

.mobile .accordion-header h2.sessionH {
    font-size: 18px;
    color: #0A6481;
}

.mobile .dateTime {
    color: #3EAE79;
    font-weight: 600;
    padding-bottom: 0px;
    font-size: 15px;
}

.mobile .section.session h2.sessionHeader {
    font-size: 26px;
    color: #0A6481;
    text-align: left;
    padding-top: 30px;
}

.mobile .textSize {
    font-size: 14px;
}

.mobile .section.speakers h2 {
    text-transform: capitalize;
    font-size: 1.8rem;
}

.mobile .mobileContact h2 {
    text-transform: capitalize;
    font-size: 1.8rem;
    text-align: center;
    padding: 40px 0 15px 0;
}

.mobile .mobileContact img {
    max-width: 36px;
    display: inline-block;
    margin-right: 10px;
}

.mobile .mobileContact {
    text-align: left;
}

    .mobile .mobileContact ul {
        max-width: 240px;
        margin: 0 auto;
        padding: 0;
    }

        .mobile .mobileContact ul li {
            list-style: none;
            margin: 0;
            padding: 8px 0;
            font-size: 18px;
        }

#myInput {
    width: 100%;
    border: 1px solid #C4C4C4;
    font-size: 14px;
    padding: 10px;
    outline: none;
    border-radius: 0;
    background: #fff;
    color: #3EAE79;
    margin: 10px 0;
}

    #myInput::placeholder {
        color: #3EAE79;
    }

.mobile .mobileFooter {
    position: fixed;
    bottom: 0;
    height: 80px;
    width: 100%;
    background: url(../images/footer-mobile2.png) bottom;
    background-repeat: repeat-x;
    z-index: 999;
    background-size: 56%;
    height: 90px;
}

.mobile .section[class*="-sponsors"] .logo {
    width: 100%;
}

    .mobile .section[class*="-sponsors"] .logo img {
        max-width: 220px;
        max-height: 220px;
    }

.mobile .section[class*="-sponsors"] {
    margin: 20px 0;
}

    .mobile .section[class*="-sponsors"] h2 {
        text-align: left;
        font-size: 1.8rem;
        margin-bottom: 40px;
    }

.mobile .section.agenda .schedule .day .details a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.mobile .landing [data-accordion]:last-child {
    display: none;
}

.mobile .section.agenda .schedule .day ol {
    font-size: 0.8rem;
    padding: 10px 0 0px 0px;
    margin: 0;
}

    .mobile .section.agenda .schedule .day ol li {
        font-size: 0.8rem;
    }

.mobile .section.speakers .item-description {
    display: block;
}

[dir="rtl"] .section[class*="-sponsors"] h2 {
    text-align: center;
}

[dir="rtl"] .mobile .section.session h2.sessionHeader,
[dir="rtl"] .mobile .section.agenda h2, [dir="rtl"] .mobile .accordion-header h2, [dir="rtl"] .mobile .section.speakers .item-position, [dir="rtl"] .mobile .section.speakers h2 {
    text-align: right;
}

.mobile .textSize {
    font-size: 14px;
}

[dir="rtl"] .mobile [data-accordion] [data-content] > * {
    padding-left: 0;
    padding-right: 0;
}

[dir="rtl"] .accordion-header::before {
    left: 0;
    right: inherit;
}

[dir="rtl"] .mobile .itemsmobile .item-name {
    padding-left: 27px;
    padding-right: 0;
}

[dir ="rtl"] [data-accordion] [data-control] {
    padding-left: 40px;
    padding-right: 0;
}

[dir ="rtl"] .mobile .mobileContact img {
    margin-right: 0px;
    margin-left: 10px;
}

[dir ="rtl"] .mobile .mobileContact ul li {
    text-align: right;
}

.mail {
    background-image: url(../img/mail.svg);
}

.share a {
    color: #2185A1;
}


.section.log .column:nth-child(1) {
    padding-right: 40px;
    margin-right: 40px;
    flex: 2;
}


.award {
    text-align: center;
    margin: 30px 0 50px;
}

    .award h2 {
        font-size: 2.6rem;
        margin-bottom: 20px;
    }

    .award span a {
        font-weight: 600;
        font-size: 1.5rem;
        text-transform: uppercase;
        color: #2185A1 !important;
        border-bottom: 2px solid #2185A1;
    }

        .award span a:hover {
            text-decoration: none;
        }

.award-t h2 {
    font-size: 1.2rem;
}

.award-1 {
    margin: 0 0 40px;
}

.log-2 {
    padding-right: 10px !important;
    margin-right: 10px !important;
    border: 0px !important;
    flex: 1 !important;
    font-weight: bold;
}

.login {
    background-color: #fff !important;
    padding: 7px 15px !important;
}

.checkbox {
    width: auto !important;
    display: inline !important;
}

.submit-last {
    padding: 30px 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.playingYouTube {
    font-size: 1.8rem;
    font-weight: 600;
}

.playvideo {
    z-index: 99;
    font-size: 1.8rem;
    padding-right: 5px;
    font-weight: 600;
    /*width: 12%;*/
    margin: 0 auto;
    /*background-image: url("/App_Themes/img/icon.png");*/
    background-position-x: 0px;
    background-position-y: 9px;
    background-repeat: no-repeat;
    text-align: center;
}

a.playvideo {
    color: #fff;
    text-decoration: none;
    display: block;
    /*border-radius: 4px;*/
}

.playvideo a:hover {
    color: #fff !important;
    text-decoration: none;
}

.loginButton {
    color: #FFF;
    background-color: #2185A1;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 0;
    border-radius: 15px;
    width: auto;
    margin: auto;
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px;
}

.forgetPassButton {
    color: #FFF !important;
    background-color: #2185A1;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 0;
    border-radius: 15px;
    width: auto;
    margin: auto;
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px;
}

    .forgetPassButton a:hover {
        Cursor: pointer;
        Text-Decoration: None !important;
        color: #fff !important;
    }

.modal-dialog {
    margin: 30px auto;
}

.modal-body {
    position: relative;
    padding: 0px;
    background-color: black;
}

.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

.form-row {
    margin-bottom: 20px
}


.form textarea {
    background-color: #F4F4F4;
    border: 1px solid #C4C4C4;
    border-radius: 10px;
    padding: 10px 15px;
    width: 100%;
    outline: none;
    resize: none;
    display: block;
}

.dropdown-divider {
    margin: .2rem 0;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.dropdown-menu {
    margin: 0;
    width: max-content;
}

.dropdown-item {
    padding: .25rem 1.2rem;
    font-weight: 600;
    font-size: 15px;
}

.mobile-container ul.primary-menu > li {
    margin-bottom: 15px;
}

.item1 {
    font-size: 14px;
    color: #555;
}


#social_title {
  padding: 80px;
  background:url("../img/social_head.jpg") center;
  background-repeat: no-repeat;
  background-size: auto;
  text-align: center;
	display: block;
}

#social_title h1 {
text-transform: uppercase;
    font-size: 50px;
    background: #ffffffc4;
    display: initial;
    padding: 0px 12px;
    color: #0b2b48;
	letter-spacing: 2px;
}
.join {
	font-size: 50px;
    font-weight: 600;
	margin: 40px 0;
}

.social_h {
    display: inline;
    margin: auto 17px;
    font-size: 30px;
    font-weight: normal !important;
	vertical-align: top;
}
.social_box p {
	font-size: 19px;
	margin-top: 5px;
	margin-bottom: 40px;
}

.social_box:before {
    content: "";
    display: block;
    width: 15%;
    padding-top: 25px;
    border-top: 1px solid #153177;
    transition: .5s;
    margin-top: 20px;
}
.square_1 {
	background: #0A6481;
	padding: 0px 3px;
	border-radius: 5px;
	color: white;
	font-size: 37px;
}

.middle_border:after {
    background-color: #7d96b7; 
    bottom: 0;
    content: '';
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translate(-50%,0);
    width: 200px;
}

.margin_20 {
	margin: 20px auto;
}

.social_boxes {
    background: #e0e0e0;
    padding: 10px;
    border-radius: 10px;
}


.forceHeight {
    height: 40vh !important;
    /* width: 40vh !important; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.child_1 {
    left: 11rem;
    position: absolute;
    top: 0px;
}

.navigation ul ul {
    display: block;
    text-align: left;
}