
1. BODY
  - 1.1. Preloader
  - 1.2. Slider
2. HEADER
3. CONTENT
  - 3.1. Counter
  - 3.2. About
  - 3.3. Speakers
  - 3.4. Form
  - 3.5. Schedule
  - 3.6. Gallery
  - 3.7. Sponsors
  - 3.8. END Map
  - 3.9. Contacts
  - 3.10. Footer
4. RESPONSIVE
-----------------------------------------------
-----------------------------------------------*/

@charset "UTF-8";


/***********************************
		/* 1. BODY */


/***********************************/

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*::-webkit-input-placeholder {
    opacity: 1;
}

*:-moz-placeholder {
    opacity: 1;
}

*::-moz-placeholder {
    opacity: 1;
}

*:-ms-input-placeholder {
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
input {
    margin: 0;
    padding: 0;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    color: #666;
}

body input:required:valid,
body textarea:required:valid {
    color: #666;
}

body {
    font-size: 14px;
    min-width: 320px;
    position: relative;
    line-height: 1.7;
    overflow-x: hidden;
    font-weight: 300;
    font-size: 14px;
    color: #202020;
    height: 100%;
}

a {
    color: #fff;
    -webkit-transition: color .3s;
    transition: color .3s;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    color: #fff;
}

ul {
    list-style-type: none;
}

h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 24px;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #fff;
    text-decoration: none;
}

.clr:after,
.clr:before {
    display: table;
    content: "";
}

.clr:after {
    clear: both;
}

*:focus {
    outline: none;
}


/* 1.1. Preloader */

.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.status-block {
    width: 86px;
    height: 86px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -43px 0 0 -43px;
    font-size: 10px;
    text-indent: -1236px;
    border-top: 3px solid rgba(0, 0, 0, 0.1);
    border-right: 3px solid rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    -webkit-animation: spinner 800ms infinite linear;
    animation: spinner 800ms infinite linear;
    z-index: 10000;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* 1.1. END Preloader */


/* 1.2. Slider */

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

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

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

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    z-index: 10;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}


/* 1.2. END Slider */

input[type="submit"]:focus,
input[type="button"]:focus {
    outline: none;
}


/***********************************
		/* 1. END BODY */


/***********************************/


/***********************************
		/* 2. HEADER */


/***********************************/

.menu-fix {
    position: fixed;
    z-index: 11;
    width: 100%;
    transition-duration: 200ms;
}

.menu-fix.fix {
    background: #fff;
    transition-duration: 200ms;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
}

.fix .header__list li a {
    color: #202020;
}

.fix .header__list li a.current {
    border-color: #202020;
}

.fix .header__list li a:focus {
    text-decoration: none;
}

.header__list li a:focus {
    text-decoration: none;
}

.fix .header__list li a:hover {
    border-color: #202020;
}

.fix .logo {
    transition-duration: 0ms;
}

.fix .header__top {
    padding-top: 0;
    transition-duration: 200ms;
}

.logo {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 36px;
    height: 70px;
    width: 222px;
    transition-duration: 0ms;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.logo:hover {
    text-decoration: none;
}

.btn {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 12px 12px;
    background-color: transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
    min-width: 140px;
    text-transform: uppercase;
}

.btn__accent {
    border-radius: 2px;
}


.btn__pure {
    border-radius: 2px;
}


.social a {
    display: inline-block;
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 18px;
    line-height: 38px;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0 3px;
}


.social a .fa {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.section {
    padding: 70px 0 70px;
}

.js-menu {
    width: 45px;
    height: 35px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.js-menu span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.js-menu span:nth-child(1) {
    top: 0px;
}

.js-menu span:nth-child(2),
.js-menu span:nth-child(3) {
    top: 12px;
}

.js-menu span:nth-child(4) {
    top: 24px;
}

.js-menu.open span:nth-child(1) {
    top: 12px;
    width: 0%;
    left: 50%;
}

.js-menu.open span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.js-menu.open span:nth-child(3) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.js-menu.open span:nth-child(4) {
    top: 12px;
    width: 0%;
    left: 50%;
}

.slick-prev,
.slick-next {
    width: 30px;
    height: 30px;
    background: url(../img/arrow__left.png) no-repeat center center/contain !important;
    top: -webkit-calc(50% - 50px);
    top: calc(50% - 50px);
}

.slick-prev:hover,
.slick-next:hover {
    opacity: 1;
}

.slick-prev:before,
.slick-next:before {
    content: none;
}

.slick-next {
    background-image: url(../img/arrow__right.png) !important;
}

.header {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.header:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.header__container {
    position: relative;
    z-index: 1;
    padding-top: 150px;
}

.header__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
}

.header__list {
    margin-left: auto;
}

.header__list li {
    display: inline-block;
    color: #fff;
}

.header__list li a {
    display: inline-block;
    padding: 10px 13px;
    font-weight: 500;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
    color: #fff;
}

.header__list li a:hover {
    text-decoration: none;
    border-color: #fff;
}

.header__center {
    text-align: center;
}

.header__center>p {
    padding-bottom: 30px;
}

.header h1 {
    margin: 0 auto;
    max-width: 800px;
    font-size: 42px;
    /* text-transform: uppercase; */
    padding: 40px 0 20px;
    line-height: 1.6;
    font-weight: bold;
}

.header__counter {
    padding-bottom: 40px;
}

.header__text {
    max-width: 850px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.header__buttons {
    text-align: center;
    padding-bottom: 10px;
}

.header__buttons .btn {
    margin: 0 3px;
}

.header__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 980px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px 10px;
    color: #202020;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.header__info-item {
    width: 25%;
    text-align: center;
    padding: 30px 0;
   
}

.header__info-item:last-child {
    border: none;
}

.header__info-item p {
    padding-top: 15px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.header__info-ico {
    height: 50px;
}


/***********************************
		/* 2. END HEADER */


/***********************************/


/***********************************
		/* 3. CONTENT */


/***********************************/


/* 3.1. Counter */

.counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 550px;
    margin: 0 auto;
}

.counter__item {
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    margin: 0 5px;
    border: 2px solid #B3B4BB;
    border-radius: 1px;
    position: relative;
    padding: 28px 0;
}

.counter__item:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    height: -webkit-calc(100% - 10px);
    height: calc(100% - 10px);
   background-color: #fff;
    opacity: 0.2;
}

.counter__item div,
.counter__item span {
    position: relative;
    z-index: 1;
}

.counter__time {
    padding-bottom: 17px;
    font-size: 24px;
}


/* 3.1. END Counter */


/* 3.2. About */

.about {
    position: relative;
}

.about__bg1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 47%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 100%;
}

.about__bg2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 53%;
    background: #F2F3F8;
    height: 100%;
}

.about_bg1_detail {
    position: absolute;
    bottom: 0;
    min-height: 80px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px;
    font-family: Roboto, sans-serif;
    font-size: 15px;
}

.about__container {
    position: relative;
    z-index: 1;
}

.about__content {
    margin-left: auto;
    padding: 180px 0 60px;
    width: 50%;
}

.about__text>p {
    padding-bottom: 8px;
}

.about__text {
    padding: 12px 0 28px;
    font-weight: 500;
    text-align: justify;
}

.about__text li {
    list-style-type: disc;
    margin-left: 15px;
    padding-right: 15px;
}

.about__buttons {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.about__buttons .btn {
    margin: 10px auto;
}

.about__buttons .btn__accent {
    color: #fff;
}


.about__buttons .btn:hover {
    color: #fff;
}


/* 3.2. END About */


/* 3.3. Speakers */

.speakers {
    text-align: center;
    padding-top: 0;
}

.speakers__header {
    padding-bottom: 30px;
}

.speakers__container>p {
    font-weight: 500;
    padding-bottom: 42px;
    max-width: 650px;
    margin: 0 auto;
}

.speakers__item {
    padding: 0 15px;
}

.speakers__item-ico {
    height: 180px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

.speakers__item-name {
    padding-top: 10px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.speakers__item-profession {
    padding-bottom: 4px;
}

.speakers__slider {
    max-width: 1050px;
    margin: 0 auto;
}

.speakers__social a:hover .fa {
    color: #fff;
}

.speakers__social .fa {
    font-size: 16px;
    margin: 0 4px;
    -webkit-transition: all .3s;
    transition: all .3s;
}


/* 3.3. END Speakers */


/* 3.4. Form */

.form__section {
    position: relative;
}

.form__section {
    padding: 25px 0;
}


.form__container {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
}

.form__header {
    color: #fff;
    padding-bottom: 30px;
    text-align: center;
}

.form__text {
    font-weight: 500;
    padding: 4px 0 15px;
    text-align: center;
    color: #fff;
}

.form__items {
    margin: 0 auto;
    max-width: 800px;
    padding-top: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form__select {
    position: relative;
}

.form__select:after {
    content: '';
    position: absolute;
    top: 20px;
    right: 15px;
    height: 10px;
    width: 13px;
    background: url(../img/arrow.png) no-repeat center top;
}

.form__item {
    padding: 0 5px 10px;
    margin: auto;
}

.form__item select {
    color: #202020;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 15px;
}

.form__item .btn {
    width: 100%;
    height: 100%;
}

.form__item input {
    display: inline-block;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    padding: 11px 15px;
    color: #202020;
}


/* 3.4. END Form */


/* 3.5. Schedule */

.schedule {
    background-color: #fff;
    padding-bottom: 70px;
}

.schedule__blocks {
    position: relative;
}

.schedule__container {
    position: relative;
    text-align: center;
    margin-top: 50px;
}

.schedule__text {
    font-weight: 500;
    padding: 30px 0;
    margin: 0 auto;
    max-width: 650px;
}

.schedule__block {
    padding-top: 60px;
    display: none;
}

.schedule__block.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}



.schedule__block-name {
    font-size: 14px;
    font-weight: 600;
}

.schedule__block-info {
    width: 66%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.schedule__block-prof {
    font-weight: 400;
    font-style: italic;
}

.schedule__block-subhead {
    font-size: 18px;
    font-weight: 600;
    margin-top: auto;
    padding-bottom: 5px;
}

.schedule__block-ico {
    width: 34%;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.schedule__block-ico:after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.schedule__tabs .btn {
    margin: 0 5px;
    background-color: transparent;
    padding: 12px 25px;
}

.schedule__tabs .btn.active,
.schedule__tabs .btn:hover {
    color: #fff;
}

.schedule__left {
    width: 50%;
    padding-right: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.schedule__left .schedule__block-info {
    padding-right: 20px;
}

.schedule__right {
    width: 50%;
    padding-left: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.schedule__right .schedule__block-info {
    padding-left: 20px;
}

.schedule__trigger {
    position: absolute;
    left: 50%;
    top: -webkit-calc(50% + 55px);
    top: calc(50% + 55px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 9px;
}

.schedule__trigger-btn {
    width: 10px;
    height: 10px;
    margin-bottom: 50px;
    display: inline-block;
    position: relative;
}

.schedule__trigger-btn:before {
    content: none;
}

.schedule__trigger-btn:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 50px;
    width: 1px;
}

.schedule__trigger-btn:last-child {
    margin-right: 0;
}

.schedule__trigger-btn:last-child:after {
    content: none;
}

.schedule__trigger-btn.active:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
}

.schedule__box {
    display: none;
}

.schedule__box.active {
    display: block;
}


.schedule_navbar {
    width: 100%;
    height: 70px;
    margin: auto;
    z-index: 12;
    padding-top: 8px;
    background-color: #fff;
}

.schedule_cards {
    margin: auto;
}

.schedule_navbar-nav>li>a.navbar-brand {
    padding: 15px 5px 10px 3px;
}

.schedule_navbar-nav>li>a {
    padding: 15px 8px;
}

.sticky_main {
    position: fixed;
    z-index: 12;
}

.sticky_stop {
    position: relative;
    z-index: 12;
}


.b_switcher {
    padding: 7px;
}

.b_switcher_box {
    display: block;
    position: relative;
    width: 136px;
    height: 36px;
    margin: 0 auto;
    padding: 2px;
    color: #fff;
    overflow: hidden;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.b_switcher_box input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.b_switcher_box_roll {
    display: block;
    position: relative;
    white-space: nowrap;
    letter-spacing: -5px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.b_switcher_box_roll:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    background: #fff;
    -webkit-box-shadow: 0 -2px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 -2px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 -2px 1px rgba(0, 0, 0, .1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
}

.b_switcher_box_roll span {
    display: inline-block;
    position: relative;
    width: 132px;
    padding: 0 32px 0 0;
    font: 900 .875em/34px 'Lato', sans-serif;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.b_switcher_box_roll span+span {
    width: 100px;
    padding: 0;
}

.b_switcher_box input:checked {
    background-color: red;
}

.b_switcher_box input:checked~.b_switcher_box_roll {
    -webkit-transform: translate(-100px, 0);
    -moz-transform: translate(-100px, 0);
    -ms-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
}

.b_switcher_box input:checked~.b_switcher_box_roll:before {
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 1px rgba(0, 0, 0, .1);
}


.b_switcher_box,
.b_switcher_box_roll,
.b_switcher_box_roll:before {
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
}

.event {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px rgb(51, 51, 51);
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);

    margin: 0px 0px 20px;
}

.event .timecontainer {
    padding: 15px 0;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}

.timecontainer img {
    width: 150px;

    display: block;
    margin: auto;
}

.timebox {
    font-size: 18px;
}

.table__container {
    margin-top: 10px;
}

.table__container a:hover,
a:visited {
    color: inherit;
    text-decoration: none;
}

.table__topic {
    text-align: center;
    font-weight: 700;
    color: black;
}

.calendar-text {
    margin-top: .3em;
}

.day {
    display: block;
    font-size: 56pt;
    font-weight: 100;
    line-height: 1;
}

.month. {
    display: block;
    font-size: 24pt;
    font-weight: 900;
    line-height: 1;
}

.panel-heading {
    margin: 0;
    padding: 0;
    padding-right: 5px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.panel-topic {
    text-align: center;
    border-radius: 0 50px 50px 0;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    font: 900 .875em/34px 'Lato', sans-serif;
    letter-spacing: normal;
    display: inline-block;
    width: 18%;
    -webkit-align-self: stretch;
    align-self: stretch;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.panel-heading_dropdown {
    cursor: pointer;
}

.panel-heading_dropdown:after {
    font-family: "Glyphicons Halflings";
    content: "\e114";
    float: right;
    margin-left: auto;
    font-size: 20px;
}


/* Icon when the collapsible content is hidden */

.panel-heading_dropdown.collapsed:after {
    content: "\e080";
}

.panel-title {
    display: inline-block;
    height: 100%;
    padding-left: 10px;
}

.table {
    margin: 10px;
}

.round {
    border-radius: 4px;
    margin: auto;
}

.schedule_cards>h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;

    font-size: 20px;
}

.schedule_session_headingtext {
    font-size: 16px;
    padding: 5px;
}

.schedule_session_name,
.schedule_session_number {
    margin: 20px;
}

.schedule_coffee {
    display: flex;
    align-items: center;
    background: linear-gradient(-45deg, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 52%) !important;
    background-size: 1em 1em !important;
}

.schedule_features_panel_topic {
    background-color: #fff;
    font-size: 25px;
}


.panel-title .schedule_feature_features {
    font-weight: 900;
    padding: 5px 0;
}

.schedule_feature_button {
    background-color: #fff;
    border: none;
    border-radius: 2px;
    padding: 0 5px;
    margin: 5px 0 !important;
    margin: auto;
}


.schedule_feature_button:visited {
    background-color: green;
}

.schedule_feature_body:last-child {
    border-top: 1px solid #ddd;
    box-sizing: border-box;
}

.training_collapse_temp {
	text-align: initial;
}
.training_collapse_temp strong {
	font-weight: 700;
}
.training_collapse_temp ul {
	padding-left: 20px;
	list-style-type: disc;
}
.training_collapse_temp ul ul {
	list-style-type: circle;
}
.schedule_panel-heading {
    cursor: default;
}

.schedule_arrow_box {
    position: relative;
    background: #fff;
    border: 1px solid #fff;
}

.schedule_arrow_box:after,
.schedule_arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.schedule_arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 5px;
    margin-left: -5px;
}

.schedule_arrow_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #fff;
    border-width: 6px;
    margin-left: -6px;
}


/* 3.5. END Schedule */


/* 3.6. Gallery */

.gallery {
    
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 70px;
}

.gallery__header {
    color: #fff;
    padding-bottom: 30px;
    text-align: center;
}

.gallery__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gallery__item {
    width: 25%;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.gallery__item:hover .gallery__item-content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.gallery__item-name {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.gallery__item-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    opacity: 0.8;
    text-align: center;
    padding: 10px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: all .6s;
    transition: all .6s;
}

.gallery__item-content>p {
    padding: 60px 0;
}

.gallery__item:after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.gallery__controls {
    text-align: center;
    padding-bottom: 40px;
}

.gallery__controls a {
    display: inline-block;
    margin: 0 5px;
    padding: 10px 18px;
    font-weight: 500;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
}

.gallery__controls a:hover,
.gallery__controls a.active {
    text-decoration: none;
    border-color: #fff;
}

.gallery__bottom {
    text-align: center;
    padding-top: 65px;
}

.gallery__text {
    font-size: 14px;
    font-weight: 500;
    max-width: 700px;
    margin: 0 auto;
}
.gallery__text_bottom {
    font-size: 20px;
    font-weight: 700;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}
.gallery__text_bottom a {
    text-decoration: underline;
}

.gallery__cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    padding-top: 40px;
}

.gallery__card {
    margin-right: 20px;
    width: -webkit-calc(33.333% - 13.333px);
    width: calc(33.333% - 13.333px);
    border: 2px solid #fff;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.gallery__card:hover .gallery__card-box {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.gallery__card:last-child {
    margin-right: 0;
}

.gallery__card-left {
    width: 37.5%;
    text-align: center;
    border-right: 1px solid #fff;
}

.gallery__card-left p {
    font-size: 14px;
    font-weight: 300;
}

.gallery__card-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    text-align: center;
    background-color: #fff;
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

.gallery__card-list {
    list-style-type: none;
}

.gallery__card-list li {
    padding: 5px 0;
    padding-left: 50px;
    font-size: 16px;
    background: url(../img/check.png) no-repeat left 20px center;
}

.gallery__card-price {
    font-size: 24px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.gallery__card-num {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    padding-bottom: 10px;
}

.gallery__buttons {
    padding-top: 13px;
}


/* 3.6. END Gallery */


/* 3.7. Sponsors */

.sponsors {
    text-align: center;
    padding-top: 0;
}

.sponsors__header {
    padding-bottom: 25px;
    width: 100%;
}

.sponsors__container {
    display: flex;
    flex-wrap: wrap;
}

.sponsors__text {
    font-size: 14px;
    font-weight: 500;
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 35px;
}

.sponsors-item {
    text-align: center;
    height: 190px;
    position: relative;
}

.sponsors_status {
    color: black;
    min-height: 46px;
}

.sponsors-img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
        max-height: 100%;
    max-width: 100%;
}


.sponsors h3 {
    margin: 40px;
}

.sponsors h3 a {
    text-decoration: underline;
}

.colored_stripe_header {
    color: #fff;
    padding: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
}

.sponsors {
    padding-bottom: 20px;
}

.bd-top:first-child,
.bd-bottom:first-child {
    border-left: none;
}

.bd-top,
.bd-bottom {
    border-right: 1px solid #e0e0e0;
}

.bd-top:last-child,
.bd-bottom:last-child {
    border-right: none;
}

.bd-bottom {
    border-bottom: none;
}

.bd-top {
    border-top: none;
    border-bottom: 1px solid #e0e0e0;
}


/* 3.7. END Sponsors */


/* 3.8. Map */

#map {
    height: 420px;
    width: 100%;
}

.map {
    position: relative;
}

.map__container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.map__container .container {
    position: relative;
    height: 100%;
}

.map__card {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 260px;
    padding: 50px 10px 50px 25px;
}

.map__card-head {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.map__card-info {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 100;
    padding-bottom: 17px;
}

.map__list {
    list-style-type: none;
}

.map__list-item {
    font-weight: 300;
    font-size: 0;
    padding-bottom: 15px;
}

.map__list-item .fa {
    width: -webkit-calc(30px);
    width: calc(30px);
    font-size: 16px;
    position: relative;
    top: 4px;
    text-align: center;
    left: -8px;
}

.map__list-item span {
    display: inline-block;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    font-size: 14px;
    vertical-align: top;
}

.googlemap {
    width: 100%;
    height: 100%;
}


/* 3.8. END Map */


/* 3.9. Contacts */

.contacts__form {
    max-width: 780px;
    margin: 0 auto;
}

.contacts__line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.contacts__line div {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
}

.contacts__line div:nth-child(2) {
    margin-left: auto;
}



.contacts__input input {
    display: inline-block;
    width: 100%;
    height: 25px;
    border: none;
    font-weight: 300;
    font-size: 14px;
    padding-left: 0;
}

.contacts__input-select select {
    display: inline-block;
    width: 100%;
    height: 25px;
    border: none;
    font-weight: 300;
    font-size: 14px;
    border-bottom: 1px solid;
}

.contacts__textarea {
    padding-bottom: 33px;
}

.contacts__textarea textarea {
    width: 100%;
    display: inline-block;
    height: 90px;
    border: none;
}

.contacts__submit {
    text-align: center;
}

.contacts__button {
    color: #fff;
    margin: auto;
    opacity: 1 !important;
    border-radius: 2px;
}

.contacts__button:hover {
    color: #fff;

}


.contacts__header {
    text-align: center;
    padding-bottom: 25px;
}

.contacts__text {
    text-align: center;
    padding: 0 0 35px;
    max-width: 600px;
    margin: 0 auto;
    font-weight: 500;
}




.contacts__form {
    max-width: 780px;
    margin: 0 auto;
}

.contacts__line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.contacts__line div {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
}

.contacts__line div:nth-child(2) {
    margin-left: auto;
}



.contacts__input input {
    display: inline-block;
    width: 100%;
    height: 25px;
    border: none;
    font-weight: 300;
    font-size: 14px;
}

.contacts__textarea {
    padding-bottom: 33px;
}

.contacts__textarea textarea {
    width: 100%;
    display: inline-block;
    height: 90px;
    border: none;
}

.contacts__submit {
    text-align: center;
}

.contacts__header {
    text-align: center;
    padding-bottom: 25px;
}

.contacts__text {
    text-align: center;
    padding: 0 0 35px;
    max-width: 600px;
    margin: 0 auto;
    font-weight: 500;
}





/* 3.9. END Contacts */


/* 3.10. Footer */

.footer {
    text-align: center;
    color: #fff;
}

.footer__social {
    padding: 25px 0 15px;
}

#goTop {
    position: fixed;
    bottom: 70px;
    right: 5px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 37px;
    background: #222;
    border: 0;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    transform: translate(50px, 0px);
    z-index: 9999;
}

#goTop.show {
    transform: translate(0px, 0px);
}

.show {
    display: block!important;
}

#goTop:hover {
    background: #fff;
    color: #222;
}



/* 3.10. END Footer */


/***********************************/

.read_more {
    display: inline;
    font-weight: 700;
    cursor: pointer;
}

.read_more:hover {
    transition-duration: 0.5s;
}



.features {
    margin-top: 20px;
}

.features h2 {
    padding: 45px 0px;
}
.features_cols {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.features_cols li {
	width: 45%;
	list-style-type: disc;
}
.features_cols li:nth-of-type(even) {
	margin-left: 20px;
}

.features_text {
    text-align: justify;
}
.features_text h1,
.features_text h2,
.features_text h3,
.features_text h4,
.features_text h5,
.features_text h6 {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
}
.features_text li {
    list-style-type: disc;
}
.service-item-box i {
    display: block;
    line-height: 90px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    font-size: 30px;
}

.service-item-box h3 {
    font-size: 16px;
    margin: 30px 0;
    letter-spacing: 0.05em;
    line-height: 25px;
    min-height: 75px;

}

.service-item-box p {
    font-size: 15px;
    color: #8c8c8c;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 20px 0;
}


.price-panel-body .icon-help {
    margin-left: 5px;
}



.icon-help {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background-color: #c8c8c8;
    font-size: 1.2rem;
    line-height: 1.6rem;
    text-align: center;
    color: #6B6B6B;
    cursor: help;
}

.icon-help:after {
    content: '?';
}

.icon-help:hover {
    background: #283583;
    color: #fff;
}

.icon-help:hover .icon-help-tooltip {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.icon-help-tooltip {
    transition: 0.15s ease-in-out;
    display: block;
    position: absolute;
    bottom: 100%;
    /* left: 50%;
    width: 170px; */
    margin: 0 0 10px -85px;
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #fff;
    background: #494949;
    padding: 15px 20px 20px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    z-index: 999;
}

.icon-help-tooltip:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #494949;
    margin: 0 0 0 -5px;
}

.pricing-features li {
    margin: 15px 0;
}

.pricing-price-two-days {
    display: flex;
    justify-content: center;
}
.pricing-price-two-days .pricing-tooltip {
    line-height: 16px;
    text-decoration: underline;
}
.pricing-price-two-days .price-element {
    width: 50%;
}

.pricing-price {
    margin: 0 auto;
    font-size: 40px;
    line-height: 45px;
    vertical-align: top;
    font-family: 'Roboto', sans-serif;
    color: #333;
}
.pricing-tooltip {
        display: block;
    font-size: 14px;
}

.pricing-currency {
    line-height: 72px;
    display: inline-block;
    vertical-align: super;
    font-size: 36px;
}

.gallery__card h3 {
    padding-top: 30px
}


/* schedule button  */

#schedule_download_button {
    bottom: 0px;
    display: inline-block;
    height: 52px;
    left: 0px;
    letter-spacing: 0.4px;
    position: relative;
    right: 0px;
    text-align: center;
    top: 0px;
    width: 241.281px;
    perspective-origin: 120.641px 26px;
    transform-origin: 120.641px 26px;
    font: normal normal 300 normal 16px / 24px Lato, sans-serif;
    margin: 30px 0 40px 0;
}

#schedule_download_button_a {
    bottom: 0px;
    display: inline-block;
    height: 20px;
    left: 0px;
    letter-spacing: 0.4px;
    position: relative;
    right: 0px;
    text-align: center;
    top: 0px;
    white-space: nowrap;
    width: 181.281px;
    perspective-origin: 120.641px 26px;
    transform-origin: 120.641px 26px;
    font: normal normal bold normal 16px / 16px Lato, sans-serif;
    padding: 16px 0;
    transition: color 0.4s ease 0s, background 0.4s ease 0s, border 0.4s ease 0s, opacity 0.4s ease 0s;
}

#schedule_download_button_a:before {
    bottom: -1px;
    content: '';
    left: 0px;
    letter-spacing: 0.4px;
    position: relative;
    right: 0px;
    text-align: center;
    top: 1px;
    white-space: nowrap;
    font: normal normal normal normal 20px / 20px Ionicons, sans-serif;
    margin: 0px 7px 0px 0px;
}

#schedule_download_button_text {
    color: rgb(170, 170, 170);
    letter-spacing: 0.4px;
    text-align: center;
    text-decoration: none solid rgb(170, 170, 170);
    white-space: nowrap;
    column-rule-color: rgb(170, 170, 170);
    caret-color: rgb(170, 170, 170);
    border: 0px none rgb(170, 170, 170);
    font: normal normal normal normal 13px / 13px Lato, sans-serif;
    outline: rgb(170, 170, 170) none 0px;
}


/*#SMALL_3*/

#schedule_download_button_border_1 {
    letter-spacing: 0.4px;
    text-align: center;
    width: 241.281px;
    perspective-origin: 120.641px 0px;
    transform-origin: 120.641px 0px;
    font: normal normal 300 normal 16px / 24px Lato, sans-serif;
}


/*#DIV_4*/

#schedule_download_button_border_1:after {
    bottom: 36px;
    content: '';
    display: block;
    height: 15px;
    left: 0px;
    letter-spacing: 0.4px;
    position: absolute;
    right: 225.281px;
    text-align: center;
    top: 0px;
    width: 15px;
    perspective-origin: 8px 8px;
    transform-origin: 8px 8px;
    font: normal normal 300 normal 16px / 24px Lato, sans-serif;
    transition: all 0.4s ease 0s;
}


/*#DIV_4:after*/

#schedule_download_button_border_1:before {
    bottom: 36px;
    content: '';
    display: block;
    height: 15px;
    left: 225.281px;
    letter-spacing: 0.4px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0px;
    width: 15px;
    perspective-origin: 8px 8px;
    transform-origin: 8px 8px;
    font: normal normal 300 normal 16px / 24px Lato, sans-serif;
    transition: all 0.4s ease 0s;
}


/*#DIV_4:before*/

#schedule_download_button_border_2 {
    letter-spacing: 0.4px;
    text-align: center;
    width: 241.281px;
    perspective-origin: 120.641px 0px;
    transform-origin: 120.641px 0px;
    font: normal normal 300 normal 16px / 24px Lato, sans-serif;
}


/*#DIV_5*/

#schedule_download_button_border_2:after {
    bottom: 0px;
    content: '';
    display: block;
    height: 15px;
    left: 0px;
    letter-spacing: 0.4px;
    position: absolute;
    right: 225.281px;
    text-align: center;
    top: 36px;
    width: 15px;
    perspective-origin: 8px 8px;
    transform-origin: 8px 8px;
    font: normal normal 300 normal 16px / 24px Lato, sans-serif;
    transition: all 0.4s ease 0s;
}


/*#DIV_5:after*/

#schedule_download_button_border_2:before {
    bottom: 0px;
    content: '';
    display: block;
    height: 15px;
    left: 225.281px;
    letter-spacing: 0.4px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 36px;
    width: 15px;
    perspective-origin: 8px 8px;
    transform-origin: 8px 8px;
    font: normal normal 300 normal 16px / 24px Lato, sans-serif;
    transition: all 0.4s ease 0s;
}

.schedule_topics {
    text-align: left;
    margin: auto;
    width: 80%;
}

.schedule_list_number {
    font-family: 'Dancing Script', cursive;
    font-size: 40px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    top: -20px;
    width: 7%;
}

.schedule_list_text {
    display: inline-block;
    width: 93%;
    vertical-align: top;
}

.schedule_list_number {
    width: 10%;
}

.schedule_list_text {
    width: 90%;
}


/* accordion*/

.accordion {
    background-color: #eee;
    color: #111;
    cursor: pointer;
    position: relative;
    padding: 18px;
    padding-right: 35px;
    width: 100%;
    border: none;
    border-top: 1px solid #ccc;
    text-align: left;
    outline: none;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    transition: 0.4s;
}

.accordion:first-of-type {
    border: none;
}

.accordion.active,
.accordion:hover {
    background-color: #ddd;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: -webkit-calc(50% - 14px);
    top: -moz-calc(50% - 14px);
    top: calc(50% - 14px);
}

.accordion.active:after {
    content: "\2212";
}

.col_panel {
    padding: 0 10px 0 40px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    text-align: left;
    font-family: Roboto, sans-serif;
}

.col_panel ul {
    list-style-type: disc
}


/*Hi Icons*/

.hi-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 15px 30px;
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


/* Effect 1 */

.icon-effect-1 .hi-icon {
    background: rgba(245, 245, 245, 1);
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.icon-effect-1 .hi-icon:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}

.icon-effect-1a .hi-icon:hover {
    color: #fff;
}

.icon-effect-1a .hi-icon:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}




/* reviews */

.entry-box {
    background: #fff;
    padding: 30px;
    margin: 5px 0;
    box-shadow: 0px 1.732px 8px 0px rgba( 0, 0, 0, .10), 0px 1.732px 3px 0px rgba( 0, 0, 0, .05);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

.entry-box h4 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 7px;
}

.entry-meta li {
    display: inline-block;
    font-size: 13px;
    color: #9e9e9e;
    margin-bottom: 20px;
}

.entry-meta a {
    color: #9e9e9e;
}


.entry-meta li:before {
    content: "/";
    opacity: 0.5;
    margin: 0 7px 0 7px;
}

.entry-meta li:first-child:before {
    content: "";
    margin: 0;
}

.blog-comments {
    font-size: 13px;
    color: #9e9e9e;
    margin-top: 8px;
}

.blog-comments:before {
    content: "\e065";
    font-family: "ElegantIcons";
    margin-right: 5px;
}

.entry-img {
    position: relative;
    overflow: hidden;
}

.entry-img img {
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.blog-col-3 .entry-img:hover img {
    opacity: 0.8;
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}



.reviews {
    text-align: center;
}

.reviews_header {
    padding-bottom: 30px;
}

.reviews_container {
    width: 9 0%;
}

.reviews_container>p {
    font-weight: 500;
    padding-bottom: 42px;
    max-width: 650px;
    margin: 0 auto;
}

.reviews_slider {
    max-width: 1050px;
    margin: 0 auto;
}


.video-container {
    width: 100%;
}

.video-container h3 {
    margin-bottom: 20px;
    text-align: center;
}

.video-container iframe {
    width: 100%;
    height: 600px;
}


.event_participants_slider {
    overflow: hidden;
}

.event_participants_slider .slick-slide {
    margin: 0 10px;
}


.event_participants_item {
    height: 150px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.event_participants_item img {
    max-width: 100%;
    max-height: 100%;
}

/* the parent */

.event_participants_slider .slick-list {
    margin: 0 -10px;
}

/*special projects*/

.event_special_projects_slider_header{
    margin-bottom: 20px;
    text-align: center;
}
.event_special_projects_slider {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 90%;
}

.event_special_projects_slider .slick-slide {
    margin: 10px;
}

/* the parent */

.event_special_projects_slider .slick-list {
    margin: 0 -10px;
}

.event_special_projects_item {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 20px;
    box-sizing: border-box;
    width: 100%;
}

.event_sp_header {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #ee1b24;
}

.event_sp_photos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.event_sp_item_outer {
    width: 30%;
    height: 150px;
    margin: 5px 0;
}

.event_special_projects_slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 0;
}

.event_special_projects_slider .slick-arrow::before {
    font-size: 22px;
    color:#ee1b24; 
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
}

.event_special_projects_slider .slick-prev {
    left: -14px;
}

.event_special_projects_slider .slick-next {
    right: 0;
}

.event_special_projects_slider .slick-prev::before {
    content: '\f104';
}
.event_special_projects_slider .slick-next::before {
    content: '\f054';
    
}

.event_sp_item {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 3px;
}


/*Progress Bars*/

.auditory {
    padding-bottom: 50px;
}

/*.auditory h2 {
    text-align: center;
    padding-bottom: 40px;
    color: #202020;
}*/

.progress-bar {
    -webkit-animation-name: progress-increase;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s;
    /* Safari 4.0 - 8.0 */
    box-shadow: none;
    animation-name: progress-increase;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}


/* Safari 4.0 - 8.0 */

@-webkit-keyframes progress-increase {
    from {
        width: 10px
    }
    to {
        width: 100%;
    }
}


/* Standard syntax */

@keyframes progress-increase {
    from {
        width: 10px
    }
    to {
        width: 100%;
    }
}

.skills-progress h6,
.skills-progress h6 span {
    color: #202020;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.skills-progress h6 {
    margin-top: 30px;
}

.progress-solid.meter {
    height: 25px;
    border-radius: 3px;
    position: relative;
    background: darkgray;
}

.meter .progress-bar {
    display: block;
    height: 25px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}

.skills-progress h6 span {
    float: right;
}

.row.mt-minus-30 {
    margin-top: -30px;
}



/* participants */

.participants {
    /* width: 200px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 400px;
    padding: 10px;
}

.regular_participants h2 {
    text-align: center;
    margin: 50px 0 10px 0;
}


.participants-image-container {
    width: 100%;
    height: 180px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.participants-image-container img {
    width: 100%;
}





/* 3. END CONTENT */


/***********************************/


/***********************************
		/* 4. RESPINSIVE */


/***********************************/

@media only screen and (min-width: 1230px) {
    .schedule__container {
        width: 1230px;
    }
    .js-menu {
    	display: none;
    }
}

@media only screen and (min-width: 768px) {
    .display_mobile {
        display: none !important;
    }
    .timecontainer .eba {
        margin-left: 0px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .header__list li a {
        padding: 10px 3px;
    }
    .gallery__item {
        width: 33.333333%;
    }
    .gallery__card-list li {
        background-position: left 15px center;
    }
    .about__content {
        width: 100%;
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .about__bg1 {
        display: none;
    }
    .about__bg2 {
        width: 100%;
    }
    .js-menu {
    	display: block;
    }
    
/*}
@media only screen and (max-width: 992px) {	*/
    .bd-top,
    .bd-bottom {
        border: none;
        margin: 10px 0;
    }
    .schedule_list_number {
        left: -30px;
    }

    .fix .header__list li a {
        color: #fff;
    }
    

    .header__top {
        position: relative;
    }
    .header__list {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 10;
        background-color: rgba(0, 0, 0, 0.9);
        -webkit-transition: all .5s;
        transition: all .5s;
        opacity: 0;
        visibility: hidden;
    }
    .header__list.active {
        visibility: visible;
        opacity: 1;
    }
    .header__list li {
        width: 100%;
        text-align: center;
    }
    .js-menu {
        margin-left: auto;
    }
    .header__info {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .header {
        padding-bottom: 20px;
    }
    .header__top {
        padding-top: 20px;
    }
    .header h1 {
        font-size: 34px;
    }
    .header__text {
        padding-bottom: 35px;
    }
    .about__content {
        padding-top: 120px;
    }
    .section {
        padding: 50px 0 40px;
    }
    .gallery__cards {
        padding-left: 0;
        padding-right: 0;
        padding-top: 30px;
    }
    .gallery__card {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px;
    }
    .gallery__card-left {
        width: 100%;
        border-right: 0;
        padding-bottom: 10px;
    }
    .gallery__card-list {
        width: 100%;
    }
    .display_widescreen_min {
        display: none !important;
    }

    .event .timecontainer {
        width: 100%;

        text-align: center;
        text-transform: uppercase;
    }

    .timebox {
        color: rgb(255, 255, 255);
        height: 40px;
        line-height: 40px;
    }
    .timebox_break {
        background-color: transparent;
        height: 40px;
        line-height: 40px;
    }
    .day {
        display: inline;
        font-size: 36pt;
        font-weight: 100;
        line-height: 1;
    }
    .month. {
        display: inline;
        font-size: 32pt;
        font-weight: 900;
        line-height: 1;
    }
}

@media only screen and (max-width: 767px) {

    .display_widescreen {
        display: none;
    }
    .display_mobile {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .clients-img {
        width: auto;
    }
    .schedule_cards {
        width: 100% !important;
    }
    .features_cols li {
    	width: 100%;
    	margin-left: 20px;
    }

    .schedule_navbar {
        width: 100% !important;
    }
    .gallery__cards {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .gallery__card {
        margin-right: 0;
        width: 100%;
        margin-bottom: 15px;
    }
    .header h1 {
        font-size: 30px;
    }
    .header__info {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .header__info-item {
        width: 50%;
        padding: 15px 0;
    }
    .header__info-item:nth-child(2) {
        border-right: none;
    }
    .header__info-ico {
        height: 38px;
    }

    .section {
        padding: 40px 0 30px;
    }
    .speakers__slider {
        padding-left: 15px;
        padding-right: 15px;
    }
    .slick-prev {
        left: -15px;
    }
    .slick-next {
        right: -15px;
    }
    .form__item {
        width: 50%;
    }
    .schedule__tabs .btn {
        display: block;
        max-width: 300px;
        margin: 0 auto;
    }
    .gallery__item {
        width: 50%;
    }
    .schedule__block {
        padding-top: 40px;
    }
    .schedule__left {
        padding-right: 0;
        width: 100%;
        padding-bottom: 50px;
    }
    .schedule__block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .schedule__right {
        padding-left: 0;
        width: 100%;
    }
    .schedule__trigger {
        top: -webkit-calc(50% + 15px);
        top: calc(50% + 15px);
        width: 100%;
    }
    .schedule__trigger a {
        margin: 0 20px;
    }
    .schedule__trigger-btn:after {
        width: 43px;
        height: 1px;
        top: 4px;
        left: -webkit-calc(100% + 1px);
        left: calc(100% + 1px);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .schedule_navbar-nav>li {
        float: left;
    }

    .b_switcher {
        padding: 7px 0;
    }

    .schedule_navbar-nav {
        margin: 0;
    }




    .gallery__item-content {
        padding: 5px 15px;
    }
    .gallery__item-content>p {
        padding: 15px 0;
    }
    .auditory_second_h3 {
        padding-top: 40px;
    }
    .sponsors-item {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }
    #goTop:hover {
        background: #222;
        color: #fff;
    }
    .dropdown-menu>li>a:focus,
    .dropdown-menu>li>a:hover {

        background-color: #f5f5f5 !important;
    }
    .navbar-nav .open .dropdown-menu {
        position: absolute !important;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, .15);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }
}

@media only screen and (min-width: 468px) {
    .display_mobile_max {
        display: none !important;
    }
}

@media only screen and (max-width: 480px) {
    .header__top {
        padding-top: 10px;
    }
    .timecontainer .eba {
        width: 120px;
        margin-left: 0px !important;
    }

    .header h1 {
        padding: 0 0 15px 0;
        font-size: 28px;
    }
    .header__center>p {
        padding-bottom: 15px;
    }
    .counter {
        padding-bottom: 15px;
    }
    .header__text {
        padding-bottom: 15px;
    }
    .header__buttons {
        padding-bottom: 20px;
    }
    .header__buttons .btn {
        margin: 10px;
    }

    .counter__time {
        padding-bottom: 3px;
        font-size: 22px;
    }
    .counter__item {
        padding: 10px 0;
    }
    .counter__item span {
        font-size: 13px;
    }
    .counter__item {
        margin: 0 2px;
    }
    .header__info {
        padding: 5px;
    }
    .header__info-item {
        padding: 5px 0;
    }
    .header__info-item p {
        padding-top: 8px;
    }
    h2 {
        font-size: 22px;
    }
    .about__content {
        padding: 20px 0 15px;
    }
    .about__text {
        padding: 8px 0 10px;
    }
    .about__content>p {
        padding-bottom: 10px;
    }
    .about__buttons {
        text-align: center;
    }
    .about__buttons .btn {
        margin: 15px;
    }
    .section {
        padding: 20px 0 15px;
    }
    .form__items {
        padding-top: 15px;
    }
    .form__item {
        width: 100%;
    }
    .form__select:after {
        top: 8px;
    }
    .schedule__left,
    .schedule__right {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .schedule__block-info {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
        padding-top: 15px;
    }
    .schedule__left .schedule__block-info {
        padding-right: 0;
        text-align: left;
    }
    .schedule__right .schedule__block-info {
        padding-left: 0;
    }
    .schedule__block-ico {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
    }
    .schedule_list_number {
        width: 10%;
    }

    .schedule_list_text {
        width: 90%;
    }

    .schedule_features_panel_title {
        width: 90%;
    }
    .gallery__controls {
        padding-bottom: 15px;
    }
    .gallery__item {
        width: 100%;
    }
    .gallery__bottom {
        padding-top: 20px;
    }
    .sponsors__list li {
        padding: 20px 10px 0;
    }
    .contacts__line {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .contacts__line div {
        width: 100%;
    }
    .map__card {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .map__card {
        top: 0;
        width: 100%;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        position: relative;
        display: block;
        top: 0;
        left: 0;
    }
    .map__container {
        position: static;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .map__container .googlemap {
        height: 400px;
    }
    .map__container .container {
        padding: 0;
    }
    .b_switcher_box {
        width: 106px;
    }

    .b_switcher_box_roll span {
        width: 102px;
    }

    .b_switcher_box_roll span+span {
        width: 70px;
    }

    .b_switcher_box input:checked~.b_switcher_box_roll {
        -webkit-transform: translate(-70px, 0);
        -moz-transform: translate(-70px, 0);
        -ms-transform: translate(-70px, 0);
        transform: translate(-70px, 0);
    }
}

@media only screen and (max-width: 467px) {
    .display_widescreen_max {
        display: none;
    }

    .display_mobile_max {
        display: block;
    }
}

@media (max-width: 367px) {
    .schedule_navbar .container-fluid {
        padding: 0;
    }
}


/***********************************
		/* 4. END RESPINSIVE */


/***********************************/









/* schedule */


/* 
@media (max-width: 992px) {
.event .timecontainer {
    width: 100%;
    
  text-align: center;
  text-transform: uppercase;
}

.timebox {
  color: rgb(255,255,255);
    background-color: rgb(44, 110, 61);
    height: 40px;
    line-height: 40px;

}
.day {
    display: inline;
  font-size: 36pt;
  font-weight: 100;
  line-height: 1;
}
.month.  {
    display: inline;
  font-size: 32pt;
  font-weight: 900;
  line-height: 1;
}



}


@media only screen and (max-width: 350px) {
.b_switcher_box {
width: 106px; 
}

.b_switcher_box_roll span { 
  width: 102px;}

.b_switcher_box_roll span + span { 
  width: 70px;
}

.b_switcher_box input:checked ~ .b_switcher_box_roll { 
  -webkit-transform: translate(-70px, 0); 
  -moz-transform: translate(-70px, 0); 
  -ms-transform: translate(-70px, 0); 
  transform: translate(-70px, 0); 
}

}  