@font-face {
  font-family: 'ProximaNova-Bold';
  src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/ProximaNova-Bold.otf')  format('opentype'),
	     url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf')  format('truetype'), url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/ProximaNova-Regular.otf')  format('opentype'),
	     url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf')  format('truetype'), url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova-Light';
  src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/ProximaNova-Light.otf')  format('opentype'),
	     url('../fonts/ProximaNova-Light.woff') format('woff'), url('../fonts/ProximaNova-Light.ttf')  format('truetype'), url('../fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AllerDisplay';
  src: url('../fonts/AllerDisplay.eot?#iefix') format('embedded-opentype'),  url('../fonts/AllerDisplay.woff') format('woff'), url('../fonts/AllerDisplay.ttf')  format('truetype'), url('../fonts/AllerDisplay.svg#AllerDisplay') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Tungsten-Bold';
  src: url('../fonts/Tungsten-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Tungsten-Bold.otf')  format('opentype'),
	     url('../fonts/Tungsten-Bold.woff') format('woff'), url('../fonts/Tungsten-Bold.ttf')  format('truetype'), url('../fonts/Tungsten-Bold.svg#Tungsten-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
	box-sizing: border-box;
}
body {
	font-family: 'ProximaNova-Regular';
	font-size: 18px;
	line-height: normal;
	-webkit-text-size-adjust:none;
/*	overflow-x: hidden;*/
}
html {
	overflow-x: hidden;
}
h1 {
	font-family: 'Tungsten-Bold';
	font-size: 110px;
    color: #e4ff00;
    line-height: 105px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
h2 {
	font-family: 'Tungsten-Bold';
	font-size: 110px;
    color: #e4ff00;
    line-height: 105px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 30px;
	text-transform: uppercase;
}
h3 {
	font-family: 'Tungsten-Bold';
	font-size: 110px;
    color: #e4ff00;
    line-height: 105px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 30px;
	text-transform: uppercase;
}
img {
	max-width: 100%;
	max-height: 100%;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
}
a {
	color: inherit;
	text-decoration: none;
}
p {
	font-family: 'ProximaNova-Regular';
	font-size: 30px;
	color: #fff;
	margin: 0 0 40px 0;
}
span {
	display: inline-block;
}

iframe {
	max-width: 100%;
}

.container {
	max-width: 1475px;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
}
.container:after,
.row:after {
	content: "";
	display: block;
	clear: both;
}

.background {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn-default {
	font-family: 'ProximaNova-Bold';
	font-size: 23px;
	background: #331e5f;
	color: #e4ff00;
	padding: 15px 30px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 230px;
	text-align: center;
	text-transform: uppercase;
	transition: .25s linear;
	border: 2px solid #331e5f;
	-webkit-appearance: none;
}
.btn-default:hover {
	color: #331e5f;
	background: #e4ff00;
}

.btn-video {
	font-family: 'ProximaNova-Bold';
	font-size: 18px;
	background: #fc345b;
	color: #e4ff00;
	padding: 15px 20px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	text-transform: uppercase;
	transition: .25s linear;
	border: 2px solid #331e5f;
	-webkit-appearance: none;
}
.btn-video:hover {
	color: #331e5f;
	background: #e4ff00;
}

.btn-small {
	font-family: 'ProximaNova-Bold';
	font-size: 16px;
        color: #331e5f;
        background: #e4ff00;
	padding: 15px 20px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	text-transform: uppercase;
	transition: .25s linear;
	border: 2px solid #331e5f;
	-webkit-appearance: none;
        max-width: 200px;
}

.btn-small:hover {
	color: #e4ff00;
	background: #331e5f;
}

.img-responsive {
    width: 100%;
    height: auto;
}

.center-block {
    display:block;
    margin: 0 auto;
}

/* ========== HEADER =========== */
header {
	background: #582bb3;
	padding: 20px 0;
	position: relative;
    z-index: 50;
}
header .container {
	max-width: 100%;
	position: relative;
}

header .header-elements {
    justify-content: space-between;
    max-width: 100%;
    position: relative;
    padding-left:20px;
    padding-right:20px;
}


header .header-elements .left {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*
.logo {
	max-width: 155px;
	height: 52px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}
*/
.logo a {
	display: block;
}
.logo_text {
    color:#fff;
    margin-left:10px;
}
/*
.logo_text span {
    font-size: 24px;
    line-height: 24px;
	color: #e4ff00;
	text-align: center;
}
*/
.menu_right {
	float: right;
}
.trigger-btn {
	border: none;
	outline: none;
	background: transparent;
	cursor: pointer;
	margin-top: 10px;
}
.trigger-btn span {
	width: 43px;
	height: 3px;
	margin: 8px 0;
	display: block;
	background: #e4ff00;
	transform: rotateY(0deg);
	-webkit-transform: rotate(0deg);
	-webkit-transition: all .25s ease;
	transition: all .45s ease;
	-webkit-transform-origin: center;
	transform-origin: center;
	opacity: 1;
}
header.show .trigger-btn span:first-child {
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: 14%;
	-webkit-animation: none;
	transform: rotate(45deg);
	transform-origin: 14%;
	animation: none;
}
header.show .trigger-btn span:nth-child(2) {
	opacity: 0;
	animation: none;
}
header.show .trigger-btn span:last-child {
	-webkit-transform: translate3d(0px,2px,0) rotate(-45deg);
	-webkit-transform-origin: 14%;
	-webkit-animation: none;
	transform: rotate(-45deg);
	transform-origin: 14%;
	animation: none;
}
header .menu_wrapper {
    position: absolute;
    top: 96px;
    right: 0;
    max-width: 400px;
    width: 100%;
    display: none;
    background: #582bb3;
    padding: 40px 20px;
    text-align: center;
    z-index: 10;
}
header .menu_wrapper ul {
	padding: 0;
	margin: 0;
}
header .menu_wrapper ul li {
	font-size: 22px;
	line-height: 26px;
	color: #fd234e;
	display: block;
	padding: 10px 0;
	transition: all .35s ease;
	margin-left: -20px;
	margin-right: -20px;
	background: #582bb3;
}
header .menu_wrapper ul li:hover {
	color: #e4ff00;
	background: #fc345b;
}
/* ========== END OF HEADER ==== */
/* ========== TOP SECTION ====== */
.top_section {
	background: #331e5f;
	padding-top: 50px;
	padding-bottom: 170px;
	position: relative;
}
.top_section_left {
	width: 50%;
	float: left;
	text-align: center;
}
.top_section_right {
	width: 50%;
	float: left;
	padding-top: 140px;
	padding-left: 20px;
}
.top_section_right p {
	font-size: 36px;
	line-height: 40px;
}
.top_section_right span {
	font-family: 'ProximaNova-Bold';
	font-size: 30px;
	line-height: 36px;
	color: #fff;
}
.top_section_left img {
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-animation: explode 0.75s cubic-bezier(0.83, 0.11, 0.11, 0.46) forwards;
    animation: explode 0.75s cubic-bezier(0.83, 0.11, 0.11, 0.46) forwards;
	-webkit-animation-delay: 0.75s;
	animation-delay: 1.15s;
}
@keyframes explode {
	from {
		transform: scale(0);
	}
	to {
		transform: scale(1);
	}
}
@-webkit-keyframes explode {
	from {
		-webkit-transform: scale(0);
	}
	to {
		-webkit-transform: scale(1);
	}
}
.top_right_corner {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 70px;
	text-align: center;
	z-index: 20;
}
.top_right_corner img {
	width: 80%;
	margin-left: 2px;
}
.top_right_corner span {
	font-size: 12px;
    line-height: 12px;
    color: #e4ff00;
    margin-bottom: 8px;
	text-transform: uppercase;
}
.top_right_middle {
    position: absolute;
    right: -160px;
    top: 280px;
    transform: rotate(82deg) scaleX(-1);
}
.top_right_bottom {
    position: absolute;
    bottom: -55px;
    left: 17%;
    z-index: 10;
}


/* ========== END OF TOP SECTION ============== */

/* ========== SPEAKERS SECTION ================ */

.middle_left_bullets {
    position: absolute;
    left: -11%;
    top: -5%;

}
.middle_left_bullets img {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}
.middle_section_mini_bullets {
    position: absolute;
    top:0;
    left: 15%;
    z-index: 10;
    text-align:right;
}

.middle_section_mini_bullets img {
    max-width:75%;
}

.middle_right_bullets {
    position: absolute;
    right: -12%;
    top: 6%;
    -webkit-transform: rotate(-13deg) scale(0.8);
    transform: rotate(-13deg) scale(0.8);
}
.middle_bottom_bullets {
    position: absolute;
    bottom: 0;
    right: 10%;
    text-align:right;
}

.middle_bottom_bullets img {
    max-width:50%;
}

.middle_bottom_lines {
    position: absolute;
    bottom: -40px;
    right: 15%;
}
.speakers {
	position: relative;
	background: #331e5f;
	padding: 100px 0 150px 0;
	z-index: 50;
        border-bottom: 20px solid #5626b6;
        overflow:hidden;
}

.speakers .speakers-list {
    z-index: 10;
    position: relative;
    margin-left: -12px;
    margin-right: -12px;
    display:flex;
    flex-wrap:wrap;
}

.speakers .speakers-list .item {
    max-width: 16.666%;
    padding: 10px;
}

.speakers .section-title {
    position:relative;
}


.slider_description {
	position: absolute;
	bottom: 30px;
	left: 20px;
	right: 20px;
	top: auto;
	padding: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
.bg-color-red {
	background-color: #fc345b;
}
.bg-color-yellow {
	background-color: #e4ff00;
}
.slider_item_inner.bg-color-red .slider_description {
	background-color: #5628b6;
}
.slider_item_inner.bg-color-yellow .slider_description {
	background-color: #e4ff00;
}
.slider_item_inner.bg-color-yellow .speaker_name,
.slider_item_inner.bg-color-yellow .speaker_description {
	color: #fd0362;
}
.slider_item_inner.bg-color-red .speaker_name,
.slider_item_inner.bg-color-red .speaker_description {
	color: #fbfe26;
}
.speaker_name {
	font-family: 'AllerDisplay';
	font-size: 23px;
	line-height: 22px;
	padding-bottom: 6px;
}
.speaker_description {
	font-size: 19px;
	line-height: 23px;
}
.speakers_left_bullets {
	position: absolute;
    left: -100%;
    top: -25%;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    z-index: 20;
}
.div_for_bullets {
    position: relative;  
    padding: 50px 0;  
}
.div_for_bullets:after {
	position:absolute;
	content: "";
	top: 0;
    left: -100%;
    bottom: 0;
    right: 0px;
	background: #331e5f;
	z-index: 15;
}
.speakers_text_mini_bullets {
    position: absolute;
    left: 25%;
    top: 19%;
    z-index: 20;
}
.div_for_bullets h2 {
	position: relative;
	z-index: 30;
}
.slick-slide {
    outline: none;
/*    height: 80vh;*/
}
.slick-slider .slick-track, .slick-slider .slick-list {
/*	overflow: visible!important;*/
        height: 100%;
}
.slick-dots {
    text-align: center;
    padding: 0;
}
.slider_nav ul {
	margin-top: 60px;
    margin-bottom: -80px;
}
.slider_nav ul li {
    display: inline-block;
    padding: 0 5px;
}
.slider_nav ul li button {
	text-indent: -9999px;
	width: 10px;
	height: 12px;
	background: #5628b6;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	outline: none;
	border: none;
	cursor: pointer;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	-webkit-appearance: none;
}
.slider_nav ul li.slick-active button {
	background: #e4ff00;
}
.slider_nav ul li button:hover {
	background: #e4ff00;
}
.big_slider_item {
	margin: 0 50px;
}
.slider_arrows button {
	border: none;
	outline: none;
	background: #fc345b;
	-webkit-transition: .35s ease;
	transition: .35s ease;
	z-index: 30;
}
.slider_left_arrow {
	position: absolute;
    top: 50%;
    left: -7%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.slider_right_arrow {
	position: absolute;
    top: 50%;
    right: 14%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.slider_left_arrow:after {
	content: "\f177";
	font-family: FontAwesome;
    font-size: 20px;
    color: #e4ff00;
    padding: 7px 4px;
	display: block;
	cursor: pointer;
	-webkit-transition: .35s ease;
	transition: .35s ease;
}
.slider_left_arrow:hover {
	background: #e4ff00;
}
.slider_left_arrow:hover:after {
	color: #fc345b;
}
.slider_right_arrow:after {
	content: "\f178";
	font-family: FontAwesome;
    font-size: 20px;
    color: #e4ff00;
    padding: 7px 4px;
	display: block;
	cursor: pointer;
	-webkit-transition: .35s ease;
	transition: .35s ease;
}
.slider_right_arrow:hover {
	background: #e4ff00;
}
.slider_right_arrow:hover:after {
	color: #fc345b;
}
.speakers_slide_bullets {
	position: absolute;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    right: -19%;
    top: 35%;
}
.speakers_slide_bullets img {
	max-width: 90%;
}
/* ========== END OF SPEAKERS SECTION ========= */
/* ========== TICKETS SECTION ================= */
.tickets_top {
	position: relative;
}
.tickets_top:after {
	content: "";
	position: absolute;
	background: #e4ff00;
	left: -10000%;
	right: -10000%;
	top: 0;
	bottom: 0;
	z-index: 10;
}
.tickets_top h3 {
	color: #331e5f;
	margin-bottom: 0;
}
.tickets_wrapper {
	position: relative;
	z-index: 20;
	padding: 15px 0;
}
.tickets_left_dots {
    position: absolute;
    z-index: 20;
    left: -23.5%;
    transform: rotate(90deg);
    top: 90px;
}
.tickets_left_dots img {
	width: 55%;
}
.tickets_middle_dots {
	position: absolute;
    z-index: 20;
    right: 25%;
    top: -50px;
    width: 300px;
}
.tickets_shop {
	position: relative;
	padding-top: 55px;
	padding-bottom: 85px;
	background: #fd0362;
	z-index: 20;
}
.tickets_shop:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -10000%;
	right: -10000%;
	background: #fd0362;
	z-index: -1;
}
.tickets_shop {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}
.ticket_shop_wrapper {
	margin-left: -25px;
	margin-right: -25px;
	display: block;
	overflow: hidden;
	text-align: center;
}
.ticket_item {
	width: 33%;
	display: inline-block;
	margin-bottom: 50px;
	vertical-align: top;
	text-align: left;
}
.ticket_top {
	background: #331e5f;
	padding: 20px;
	text-align: center;
}
.ticket_inner {
	padding: 0 25px;
}
.ticket_title {
	font-family: 'AllerDisplay';
	font-size: 34px;
	line-height: normal;
	color: #fd0362;
}
.ticket_membership {
	font-family: 'AllerDisplay';
	font-size: 24px;
	line-height: normal;
	color: #fd0362;
}
.ticket_bottom {
	position: relative;
	background: #e4ff00;
	padding: 20px 40px;
}
.ticket_bottom:before {
    content: "";
    position: absolute;
    background: url('../images/double_blue_lines.png') no-repeat center center;
    background-size: contain;
    max-width: 60px;
    max-height: 50px;
    width: 100%;
    height: 100%;
    right: -10%;
    top: 60%;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.ticket_shop_wrapper .ticket_item:first-child .ticket_bottom:before {
	max-width: 70px;
    max-height: 60px;
    top: 50%;
    -webkit-transform: none;
    transform: none;
}
.ticket_bottom:after {
	content: "";
    position: absolute;
    background: url('../images/double_lines_orange.png') no-repeat center center;
    background-size: contain;
    max-width: 90px;
    max-height: 85px;
    width: 100%;
    height: 100%;
    left: -18%;
    top: 2%;
}
.ticket_price {
	position: relative;
    z-index: 10;
	display: block;
	overflow: hidden;
	border-bottom: 2px solid #331e5f;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.ticket_discount-price,
.ticket_full-price {
	display: block;
	float: left;
	width: 50%;
	position: relative;
}
.ticket_discount-price span,
.ticket_full-price span {
	font-family: 'AllerDisplay';
	font-size: 50px;
	line-height: normal;
	color: #331e5f;
}
.ticket_price sup {
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	right: -10%;
	font-family: 'AllerDisplay';
	font-size: 18px;
	line-height: normal;
	color: #331e5f;
	max-width: 50%;
}
@media all and (min-width: 1025px) and (max-width: 1539px) {
	.ticket_price sup {
		max-width: 35%;
	}
}
.ticket_full-price:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(-16deg);
	-webkit-transform: translateY(-50%) rotate(-16deg);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	height: 6px;
	background: #fd0362;
}
.ticket_count {
	font-family: 'AllerDisplay';
	font-size: 23px;
	color: #331e5f;
	line-height: normal;
	margin-bottom: 15px;
}
.ticket_description p {
	color: #fd0362;
	font-size: 18px;
}
.ticket_without_discount .ticket_discount-price {
	width: 100%;
	text-align: center;
}
.ticket_without_discount.ticket_price sup {
	width: 50px;
    position: relative;
    display: inline-block;
   	-webkit-transform: none;
   	transform: none;
   	right: auto;
   	left: auto;
}
.ticket_without_discount .ticket_full-price:after {
	left: 30%;
    right: 30%;
}
.ticket_description {
	min-height: 90px;
}
.hidden_tickets {
	display: none;
	background: #f3f6f8;
	text-align: center;
}
.hidden_tickets iframe {
	margin: 0 auto;
}
.hidden_tickets {
	min-height: 780px;
	padding: 30px 0;
}
/* ========== END OF  TICKETS SECTION ========= */

.speaker-videos {
    background: #fc345b;
    padding: 50px 0;
}

.speaker-videos .item {
    border:5px solid #fff;
    border-radius:10px;
    margin-bottom:30px;
}

/* ========== SPONSORS ======================== */
.sponsors_top {
	background: #331e5f;
	padding: 15px 0;
	position: relative;
	z-index: 10;
}
.sponsors_top:after {
	content: "";
	position: absolute;
	left: -10000%;
	right: -10000%;
	top: 0;
	bottom: 0;
	background: #331e5f;
	z-index: -1;
}
.sponsors_top h3 {
	position: relative;
	margin-bottom: 0;
	z-index: 10;
}
.sponsors_top .floating_images {
    z-index: 10;
}
.sponsors_left_dots {
    width: auto;
    position: absolute;
    top: 0px;
    max-width: 250px;
    left: -10%;
}
.sponsors_right_lines {
	position: absolute;
    top: -30px;
    right: -5%;
    max-width: 150px;
}
.sponsors_right_mini_dots {
	position: absolute;
    right: 20%;
    transform: rotate(-20deg);
    top: 28px;
}
.sponsors_bottom:before {
	content: "";
	position: absolute;
	left: -100%;
	right: -100%;
	top: 0;
	bottom: 0;
	background: #fff;
	z-index: -1;
}
.sponsors_bottom {
	background: #fff;
	position: relative;
	z-index: 20;
	padding: 60px 0;
}
.sponsors_bottom ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	text-align: center;
}
.sponsors_bottom > ul > li {
	display: inline-block;
	width: auto;
	max-width: 25%;
	vertical-align: top;
	padding: 0 15px;
}
.sponsors_bottom .sponsors_title {
	display: block;
	text-align: center;
	font-family: "ProximaNova-Light";
	color: #617575;
	font-size: 14px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.sponsors_bottom > ul > li > ul {
	text-align: center;
}
.sponsors_bottom > ul > li > ul > li {
	display: inline-block;
	padding: 5px;
	vertical-align: middle;
	max-width: 100px;
}
/* ========== END OF SPONSORS ================= */
/* ========== FOOTER ========================== */

.footer-content {
    justify-content: space-around;
}

footer {
	text-align: center;
	padding: 15px 0;
	background: #331e5f;
	overflow: hidden;
}
footer .container {
	position: relative;
}
footer h3 {
	position: relative;
	z-index: 20;
}
.footer_left {
	max-width: 75%;
	float: left;
}
.footer_right {
	float: right;
	padding-top: 14px;
}
.footer_right ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer_right a {
	font-family: 'ProximaNova-Regular';
	display: inline-block;
	color: #e4ff00;
	font-size: 18px;
	position: relative;
	margin: 5px;
}
.footer_right a:first-child {
	display: block;
}
.footer_right a.mail:before {
	content: "\f0e0";
	font-size: 22px;
	font-family: FontAwesome;
	color: #331e5f;
	background: #e4ff00;
	padding: 4px;
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	text-align: center;
	margin-right: 15px;
}
.footer_right a.facebook:before {
	content: "\f09a";
	font-size: 22px;
	font-family: FontAwesome;
	color: #331e5f;
	background: #e4ff00;
	padding: 4px;
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	text-align: center;
}
.footer_right a.messenger:before {
	content: "\f086";
	font-size: 22px;
	font-family: FontAwesome;
	color: #331e5f;
	background: #e4ff00;
	padding: 4px;
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	text-align: center;
}
.footer_left_dots, 
.footer_right_mini_dots,
.footer_right_lines {
	position: absolute;
}
.footer_left_dots {
    left: -380px;
    top: -180px;	
}
    
.footer_left_dots img {
	max-width: 75%;
}
.footer_right_mini_dots {
	right: 460px;
    top: 20px;
    -webkit-transform: rotate(-33deg);
    transform: rotate(-33deg);
}
.footer_right_lines {
	right: 60px;
    top: -43px;
    z-index: 20;
}
.footer_right_lines img {
	max-width: 45%;
}
/* ========== END OF FOOTER =================== */
/* ========== RESPONSIVE BEGINNING ============ */
@media all and (max-width: 1700px) {
	.speakers_left_bullets {
    	left: -85%;
    }
}
@media all and (max-width: 1670px) {
	.creativity_right_inner {
		padding-left: 120px;
	}
}
@media all and (max-width: 1570px) {
	.speakers_left_bullets {
	    left: -70%;
	}
}
@media all and (max-width: 1530px) {
	.top_right_middle {
	    right: -190px;
	}	
	.middle_left_bullets {
	    left: -60%;
	}
	.middle_left_bullets img {
	    width: 80%;
	}
}
@media all and (max-width: 1500px) {
	.slider_right_arrow {
		right: 0%;
	}
	.slider_item {
	    max-width: 100%;
	    width: auto;
	}
	.speakers .slick-slide:nth-child(3n),
	.speakers .slick-slide:nth-child(3n-5) {
		margin: 0;
	}
	.speakers_right {
		padding-right: 60px;
	}
/*	.slick-slider .slick-track, .slick-slider .slick-list {
		overflow: hidden;
	}*/
}
@media all and (max-width: 1470px) {
	.speakers_text_mini_bullets {
    	left: 31%;
    }
    .middle_right_bullets {
    	display: none;
    }
}
@media all and (max-width: 1450px) {
	.footer_left_dots {
		left: -180px;
	}
	.footer_right_mini_dots {
		right: 380px;
	}
}
@media all and (min-width: 1130px) and (max-width: 1500px) {
	.top_section_left {
		margin-top: 40px;
	}
	.top_right_bottom img {
		max-width: 70%;
	}
	.top_right_bottom {
		left: 19%;
	}
}
@media all and (min-width: 1025px) and (max-width: 1380px) {
	.ticket_discount-price span, .ticket_full-price span {
		font-size: 46px;
	}
	.speakers_text_mini_bullets img {
		max-width: 80%;
	}
	.speakers_text_mini_bullets {
		left: 37%;
		top: 21%;
	}
	.footer_left {
    	max-width: 55%;
    }
    .top_right_middle {
    	display: none;
    }
}


@media all and (max-width: 1300px) {
    .tickets_middle_dots {
    	right: 15%;
    }
}

@media all and (min-width: 1025px) and (max-width: 1521px) {
	h1,
	h2,
	h3 {
	    font-size: 70px;
    	line-height: 65px;
	}
	.top_section_right p {
	    font-size: 26px;
	    line-height: 28px;
	}
	.top_section_right span {
	    font-size: 25px;
	    line-height: 28px;
    }
    .top_section_left img {
    	max-width: 81%;
    }
    .top_section_right {
    	padding-top: 120px;
    }
    .creativity_right_inner p {
    	font-size: 22px;
    }
    .creativity_left_inner {
    	padding-left: 50px;
    }
    .creativity_right,
    .creativity_left {
    	min-height: 550px;
    }
    .middle_bottom_bullets img {
	    width: 60%;
	}
    .middle_left_bullets img {
	    width: 70%;
	}
    .div_for_bullets {
    	padding: 100px 0 100px 50px;
	}
    .speakers_text_mini_bullets {
	    left: 31%;
	    top: 27;
	}
	.speakers_text_mini_bullets img {
		max-width: 70%;
	}
	.ticket_title {
		font-size: 29px;
	}
	.ticket_membership {
		font-size: 20px;
	}
	.ticket_discount-price span, .ticket_full-price span {
	    font-size: 36px;
	}
	.ticket_price sup {
	    right: 30px;
	}
	.ticket_count {
		font-size: 21px;
	}
	.btn-default {
	    font-size: 20px;
	    padding: 8px 30px;
    }
    .top_section {
	    padding-top: 20px;
	    padding-bottom: 80px;
	}
}

@media all and (max-width: 1024px) {
	body {
		overflow-x: hidden;
	}
	header {
		padding: 10px 0;
	}
	header .menu_wrapper {
		top: 60px;
	}
	.trigger-btn {
		margin-top: 5px;
	}
	header.show .trigger-btn span:last-child,
	header.show .trigger-btn span:first-child {
		-webkit-transform-origin: 11%;
		transform-origin: 11%;
	}
	.creativity_left_inner h2
	h1,
	h2,
	h3 {
		font-size: 70px;
    	line-height: 65px;
	}
	p {
		font-size: 22px;
	}
	.container {
		padding-left: 35px;
		padding-right: 35px;
	}
	/* ======= top section ======= */
	.top_section {
	    padding-bottom: 50px;
	}
	.top_section_left {
		width: 100%;
		text-align: center;
	}
	.top_section_left img {
		max-width: 70%;
	}
	.top_section_right {
    	width: 100%;
    	padding-top: 50px;
    	padding-left: 0;
    }
    .top_right_middle {
    	right: auto;
    	left: -150px;
    }
    .floating_images img {
    	max-width: 50%;
    }
    .top_section_right p {
    	font-size: 26px;
    	line-height: 32px;
    	margin-bottom: 15px;
    }
    .top_section_right span {
    	font-size: 24px;
    	line-height: 32px;
    }
    .top_right_bottom {
	    left: auto;
	    right: 5%;
	}
	/* ====== speakers section ===== */
        
	.div_for_bullets {
		padding: 0;
	}
	.speakers_text_mini_bullets {
	    left: 60%;
	    transform: rotate(-30deg);
	}
	.speakers_slider {
		margin-left: -35px;
		margin-right: -35px;
	}
	.slider_nav {
		position: relative;
		bottom: auto;
		padding: 15px 0;
		margin-left: -35px;
		margin-right: -35px;
		background: #fc345b;
	}
	.slider_left_arrow {
		left: 0;
		top: 0;
		bottom: 0;
		transform: none;
		-webkit-transform: none;
	}
	.slider_right_arrow {
		right: 0;
		top: 0;
		bottom: 0;
		transform: none;
		-webkit-transform: none;
	}
	.slider_nav ul {
		margin: 5px 0 -5px 0;
	}
	.speaker_name {
		font-size: 20px;
	}
	.speaker_description {
		font-size: 18px;
	}
	.speakers_slide_bullets {
		display: none;
	}
	.slick-slide img {
		width: 100%;
	}
	/* ====== speakers section ===== */
	.tickets_left_dots {
		left: -20%;
	    top: 80px;
	}
	.tickets_middle_dots {
		right: -25%;
	}
	.ticket_item {
		width: 49%;
	}
	.ticket_title {
		font-size: 26px;
	}
	.ticket_membership {
		font-size: 17px;
	}
	.ticket_description {
		min-height: 140px;
	}
	.ticket_discount-price span, .ticket_full-price span {
		font-size: 36px;
	}
	.ticket_price sup {
		right: 6%;
	}
	.btn-default {
		padding: 10px 35px;
		font-size: 17px;
	}
	/* ====== sponsors ===== */
	.sponsors_right_mini_dots {
		right: 0;
	}
	.sponsors_bottom > ul > li {
		max-width: 100%;
		margin-bottom: 50px;
	}
	.sponsors_bottom > ul > li:last-child {
		margin-bottom: 0;
	}
	/* ====== footer ===== */
	.footer_left, .footer_right {
    	max-width: 100%;
    	width: 100%;
    	float: none;
    }
    .footer_right_lines {
    	right: -50px;
    }
    .footer_right_lines img {
    	max-width: 50%;
    }
    .footer_right_mini_dots {
	    right: 0;
	    top: 40px;
	}
	.footer_left_dots img {
		max-width: 60%;
	}
	.footer_left_dots {
		top: -140px;
	}
}
@media all and (min-width: 768px) and (max-width: 1025px) {
	.middle_left_bullets {
	    left: -12%;
	    top: -5%;
	}
	.middle_left_bullets img {
	    max-width: 40%;
	}
	.creativity_left_inner {
		position: relative;
	}
}
@media (max-width: 767px) {
	body, html {
		overflow-x: hidden;
	}
	.creativity_left_inner h2,
	h1,
	h2,
	h3 {
		font-size: 40px;
		line-height: 40px;
		letter-spacing: 1.55px;
	}
	header .container {
		padding-left: 10px;
		padding-right: 10px;
	}
	header .menu_wrapper {
	    top: 53px;
	}
	header .menu_wrapper ul li {
	    font-size: 20px;
	    line-height: 20px;
    }
    header .menu_wrapper {
    	max-width: 100%;
    }
	.logo {
		max-width: 100px;
		height: auto;
		padding-top: 7px;
	}
	.logo_text span {
	    font-size: 12px;
	    line-height: 14px;
	    display: none;
	}
	.trigger-btn span {
		width: 32px;
		margin: 6px 0;
	}
	/* ====== top section ===== */
	.floating_images img {
		max-width: 45%;
	}
	.top_right_corner span {
		margin-bottom: 5px;
	}
	.top_right_corner img {
		max-width: 60%;
	}
	.top_right_middle {
		top: 0;
		left: -165px;
	}
	.top_section_right {
		padding-top: 30px;
	}
	.top_section_right p {
    	font-size: 18px;
   	 	line-height: 22px;
    }
    .top_section_right span {
	    font-size: 18px;
	    line-height: 22px;
	}
	.top_section {
		padding-bottom: 30px;
/*        height: 100vh;*/
/*        height: calc(100vh - 60px);*/
	}
	.top_right_bottom img {
		max-width: 30%;
	}
	/* ====== creativity section ===== */
	.creativity_left {
		background: transparent;
	}
	.middle_left_bullets img {
		max-width: 35%;
	}
	.creativity_left_inner {
		z-index: 10;
		position: relative;
		top: auto;
	}
	.top_right_bottom {
	    left: auto;
	    right: -190px;
	    bottom: -20px;
	}
        
    .middle_right_bullets {
	    display: block;
	    right: -470px;
	    top: 23%;
    }
    .middle_right_bullets img {
    	max-width: 35%;
    }
    .creativity_right_inner p {
    	font-size: 18px;
    }
	/* ======= speakers section ===== */
	.speakers_left_bullets {
	    left: -220px;
	    top: -90px;
	}
	.speaker_description {
	    font-size: 14px;
	    line-height: 17px;
	}
	.speakers_text_mini_bullets img {
		max-width: 80%;
	}
	/* ====== tickets section ==== */
	.tickets_top h3 {
		max-width: 40%;
	}
	.tickets_left_dots {
	    left: -130px;
	}
	.tickets_middle_dots {
		top: -30px;
	    right: -230px;
	}
	.ticket_item {
		width: 49%;
		text-align: left;
	}
	.ticket_description {
		min-height: 1px;
	}
	.tickets_shop {
		padding-bottom: 0;
	}
	.ticket_description p {
		font-size: 16px;
	}
	.ticket_count {
		font-size: 18px;
	}
	.ticket_bottom:before {
		max-width: 50px;
	    max-height: 40px;
	    right: -10%;
	    top: 60%;
	}
	.ticket_bottom:after {
	    max-width: 50px;
	    max-height: 45px;
	    left: -10%;
	    top: 6%;
	}
	.ticket_inner {
		padding: 0 15px;
	}
	.tickets_shop {
		text-align: center;
	}
	.hidden_tickets {
		min-height: 800px;
	}
	.ticket_description {
		margin-top: 20px;
	}
	.ticket_price {
		margin-bottom: 18px;
	}
	/* ====== sponsors section ==== */
	.sponsors_top h3 {
	    max-width: 60%;
	}
	.sponsors_left_dots {
	    top: -10px;
	    left: -100px;
	}
	.sponsors_right_mini_dots {
		right: -80px;
		top: 10px;
	}
	.sponsors_right_lines {
	    top: -10px;
	    right: -100px;
	}
	.sponsors_bottom > ul > li > ul > li {
		vertical-align: middle;
	}
	.sponsors_bottom > ul > li {
		margin-bottom: 30px;
	}
	.sponsors_bottom {
	    margin-left: -20px;
	    margin-right: -20px;
	}
	.sponsors_bottom {
		padding: 30px 0;
	}
	.sponsors {
		overflow: hidden;
	}
	/* ====== footer ========== */
	footer {
		min-height: 1px;
	}
	.footer_right a {
		font-size: 14px;
	}
	footer h3 {
		max-width: 60%;
		margin: 0;
	}
	.footer_left_dots {
	    top: -80px;
	    left: -140px;
	}
	.footer_right_mini_dots {
	    right: 10px;
	    top: 20px;
	}
}

@media all and (max-width: 575px) {
	.ticket_bottom {
		padding: 20px;
	}
	.ticket_item {
		width: 100%;
	}
	.ticket_description {
		text-align: center;
	}
	.tickets_top h3 {
		max-width: 200px;
	}
	.ticket_price sup {
	    right: 20%;
	    font-size: 13px;
	}
	.sponsors_top h3 {
	    max-width: 200px;
	}
	footer h3 {
    	max-width: 200px;
    }
    .footer_right_lines {
	    right: -150px;
	}
	.footer_right_mini_dots {
	    right: -65px;
	    top: 5px;
	}
	.ticket_price {
		max-width: 95%;
	    margin: 0 auto;		
	}
}
@media all and (max-width: 375px) {
	.footer_right a {
		white-space: nowrap;
	}
	.ticket_price sup {
	    right: 14%;
	    font-size: 13px;
	}
}
/* ========== END OF RESPONSIVE BEGINNING ===== */
/* ========== SECONDARY PAGES ================= */
.speakers_page {
	background: #331e5f;
	padding: 55px 0;
	position: relative;
	margin-bottom: 51px;
}
.speakers_page .slider_item {
	position: relative;
	width: 100%;
	max-width: 20%;
	float: left;
	padding: 12px;
}
.speakers_page:before {
	content: "";
	bottom: -37px;
	height: 37px;
	background:#5728b6;
	left: 0;
	right: 0;
	top: auto;
	position: absolute;
}
.speakers_page:after {
	content: "";
	background: #e4ff00;
	bottom: -51px;
	height: 14px;
	left: 0;
	right: 0;
	top: auto;
	position: absolute;
}
.speakers_page .row {
	z-index: 10;
    position: relative;
	margin-left: -12px;
	margin-right: -12px;
}
.speakers_page .slider_item_inner {
	height: 350px;
}
.speakers_page .post_permalink {
	display: block;
}
.speakers-page_left_bullets {
	position: absolute;
    left: -10%;
    top: 5%;
}
.speakers-page_left_bullets img {
	max-width: 80%;
}
.speakers-page_right_bullets img {
	max-width: 80%;
}
.speakers-page_right_bullets {
    position: absolute;
    right: -18%;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
.speakers-page_bottom_bullets img {
	max-width: 80%;
}
.speakers-page_bottom_bullets {
    position: absolute;
    bottom: 10px;
    right: 5%;
}
.speakers-page_top_lines {
	position: absolute;
    top: -30px;
    left: 20%;
}
.speakers-page_top_lines img {
	max-width: 80%;
}

/* ======= single page ============= */
.the_speaker_left {
	width: 35%;
	float: left;
	background: #331e5f;
	position: relative;
	min-height: 90vh;
}
.the_speaker_left:before {
	content: "";
	left: -10000%;
	right: 0;
	background: #331e5f;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: -1;
}
.the_speaker_right {
	width: 65%;
	float: left;
	background: #e4ff00;
	position: relative;/*
	min-height: 90vh;*/
	padding: 120px 0 120px 230px;
}
.the_speaker_right:before {
	content: "";
	left: 0%;
	right: -10000%;
	background: #e4ff00;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: -1;
}
.speaker_image_wrapper {
    padding-top: 180px;
    padding-left: 90px;
	z-index: 10;
	position: relative;
}
.main-page_left_bullets {
	transform: rotate(-4deg);
	-webkit-transform: rotate(-4deg);
    left: -90%;
    position: absolute;
    top: 10%;
}
.main-page_bottom_bullets {
    position: absolute;
    bottom: 0;
    right: -50%;
    z-index: 1;
}
.main-page_top_lines {
    position: absolute;
    top: -40px;
    left: 70px;
}
.main-page_top_lines img {
	max-width: 80%;
}
.smain-page_side_bullets {
	position: absolute;
    transform: rotate(76deg) scaleX(-1);
    right: -110px;
    top: 23%;
    z-index: 10;
}
.single_title {
	font-family: "AllerDisplay";
	font-size: 36px;
	color: #331e5f;
	line-height: 42px;
	display: block;
	margin-bottom: 80px;
	z-index: 10;
    position: relative
}
.single_description p {
	font-family: "ProximaNova-Regular";
	font-size: 24px;
	color: #331e5f;
	line-height: 30px;
	display: block;
	z-index: 10;
    position: relative
}
.speakers_template_bullets img {
	max-width: 80%;
}
.speakers_template_bullets {
    position: absolute;
    right: -60%;
    top: 100px;
}
.speakers_template_lines_top {
    position: absolute;
    left: 50px;
    top: 50px;
}
.speakers_template_lines_middle {
	position: absolute;
    right: -140px;
    top: 30%;
}
.speakers_page h1 {
    margin-bottom: 55px;
    text-align: center;
    position: relative;
    z-index: 10;
}
.overlay {
	position: fixed;
	top: 92px;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	opacity: 0;
}
header.show .overlay {
	display: block;
}
body.single footer,
body.page-template-tickets footer,
body.page-template-speakers footer {
	display: none;
}
body.page-template-speakers header .menu_wrapper,
body.page-template-speakers header .menu_wrapper ul li {
	background: #582bb3;
}
@media all and (max-width: 1500px) {
	.the_speaker_right {
	    padding: 120px 85px 120px 85px;
	}
	.speaker_image_wrapper {
		text-align: center;
		padding-right: 50px;
	}
	.speakers_template_lines_middle {
		right: -80px;
	}
	.speakers_template_bullets {
		right: -40%;
	}
}
.read-more {
	display: none;
}
@media all and (max-width: 1370px) {
	.speakers_page .slider_item {
		max-width: 25%;
	}
	.speakers_page .slider_item_inner {
		height: 400px;
	}
}
@media all and (max-width: 1024px) {
	.speakers_page .post_permalink {
		position: static;
	}
	.speakers_page .row {
		text-align: center;
	}
	.speakers_page .slider_item {
		max-width: 33.33%;
		width: 100%;
	}
	.speakers-page_right_bullets {
		display: none;
	}
	.speakers-page_bottom_bullets {
	    position: absolute;
	    top: 40%;
	    right: -240px;
	    transform: rotate(-73deg);
	}
	.speakers_page .slider_item_inner {
		height: auto;
	}
	/* single */
	.the_speaker_left {
		width: 100%;
		min-height: 1px;
	}
	.the_speaker_left:before {
		right: -100%;
	}
	.speaker_image_wrapper {
		padding: 50px 0;
	}
	.the_speaker_right {
		width: 100%;
		min-height: 1px;
    	padding: 80px 0;
	}
	.the_speaker_right:before {
		left: -100%;
	}
	.main-page_top_lines {
	    left: 34%;
	}
	.main-page_left_bullets {
		left: -20%;
	}
	.main-page_bottom_bullets {
		right: -25%;
	}
	.smain-page_side_bullets {
	    right: 0%;
	}
	.speakers_template_bullets {
		display: none;
	}
	.speakers_template_lines_top {
	    position: absolute;
	    left: 10px;
	    top: 30px;
	}
	.speakers_template_lines_middle {
		top: 33%;
	}
	.speakers_template_lines_middle {
		top: auto;
		bottom: 3%;
	}
	.read-more {
		width: calc(100% + 70px);
		display: block;
	}
	.single_description {
		display: none;
	}
	.speakers_page h1 {
	    margin-bottom: 50px;
	    font-size: 60px;
            line-height: 1;
	}
}
@media all and (max-width: 767px) {
	.speakers_page h1 {
	    margin-bottom: 10px;
	    font-size: 38px;
	    margin-top: 0px;
	    line-height: 1;
	}
	.speakers_page {
	    background: #331e5f;
	    padding: 30px 0;
    }
	.speakers_page .slider_item {
		max-width: 50%;
		width: 100%;
	}
	.speakers_page .row {
		margin-left: -25px;
		margin-right: -25px;
	}
	.speakers-page_top_lines img {
		max-width: 60%;
	}
	.single_title,
	.single_description p {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 50px;
	}
	.main-page_top_lines {
	    left: 50%;
	    top: -20px;
	    transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	}
	.smain-page_side_bullets {
	    right: -110px;
	}
	.main-page_left_bullets {
	    left: -130px;
	}
	.main-page_bottom_bullets {
	    right: -380px;
	}
}
@media all and (max-width: 345px) {
	.speakers_page .slider_item {
		max-width: 100%;
	}
	.ticket_bottom:before {
	    right: -13%;
	    top: 60%;
	}
	.ticket_discount-price span, .ticket_full-price span {
	    font-size: 32px;
	}
	.footer_right a.mail:before {
		display: block;
		margin-bottom: 15pxș
	}
}
/* ========== END OF SECONDARY PAGES ========== */
/* ========== FEEDBACK ========== */
header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}
/*body.logged-in {
	padding-top: 16px;
}*/
body {
	padding-top: 95px;
}
@media all and (max-width: 1024px) {
	body {
		padding-top: 70px;
	}
}
@media all and (max-width: 767px) {
	body {
		padding-top: 60px;
	}
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.speaker_back_button {
	position: absolute;
    top: 80px;
    left: 90px;
    z-index: 20;
}
.speaker_back_button .btn-default,
.the_speaker_right .btn-default {
	max-width: 350px;
	background: #fc345b;
	color: #331e5f;
	font-size: 20px;
	padding: 15px 30px;
	outline: none;
}
.speaker_back_button .btn-default:hover,
.the_speaker_right .btn-default:hover {
	color: #331e5f;
    background: #e4ff00;
}
.agenda {
	background: #fc345b;
    padding: 50px 0;
    color: #fff;
}
.agenda h2 {
	font-size: 60px;
	line-height: normal;
}
.agenda h3 {
	font-size: 48px;
	line-height: normal;
}
.agenda h4 {
	font-size: 38px;
	line-height: normal;
}
.agenda p {
    font-family: 'ProximaNova-Regular';
    font-size: 22px;
    line-height: 26px;
}
.agenda ul,
.agenda ol {
	font-size: 22px;
    line-height: 26px;
    padding-bottom: 5px;
}
.agenda blockquote {
	background: rgba(0,0,0,0.15);
    padding: 20px;
    font-family: 'ProximaNova-Regular';
    font-size: 22px;
    line-height: 26px;
}
@media all and (min-width: 1401px) and (max-width: 1655px) {
	.speakers_template_bullets {
	    right: -45%;
	}
	.speakers_template_lines_top img {
		max-width: 80%;
	}
}
@media all and (min-width: 1025px) and (max-width: 1400px) {
	.main-page_bottom_bullets img {
		max-width: 70%;
	}
	.speakers_template_bullets img {
	    max-width: 60%;
	}
	.speakers_template_lines_top {
		top: 30px;
	}
	.speakers_template_lines_top img {
		max-width: 80%;
	}
	.speakers_template_bullets {
	    right: -55%;
	}
}
@media all and (max-width: 1024px) {
	.speaker_back_button {
		position: relative;
	    margin-top: 90px;
	    top: auto;
	    left: auto;
	}
	.logo_text span {
		display: block;
	}
	.logo_text span {
		font-size: 16px;
	}
	.agenda h1 {
		font-size: 60px;
		line-height: normal;
		margin-bottom: 20px;
	}
	.agenda h2 {
		font-size: 48px;
		line-height: normal;
		margin-bottom: 20px;
	}
	.agenda h3 {
		font-size: 36px;
		line-height: normal;
		margin-bottom: 20px;
	}
	.agenda h4 {
		font-size: 26px;
		line-height: normal;
		margin-bottom: 20px;
	}
	.agenda p {
		font-size: 20px;
	}
	.agenda ul, .agenda ol {
		font-size: 18px;
		margin: 0 0 20px 0;
		padding: 0 0 0 10px;
	}
	.agenda ul li,
	.agenda ol li {
		margin-bottom: 5px;
	}
	.agenda blockquote {
		font-size: 18px;
	    width: 100%;
		margin: 0;
	}
}
@media all and (max-width: 820px) {
	.logo_text span {
		font-size: 12px;
	}
}
@media all and (max-width: 767px) {
	.speaker_back_button .btn-default,
	.the_speaker_right .btn-default {
		font-size: 18px;
		padding: 10px 15px;
	}
	.the_speaker_right .btn-default {
		width: 100%;
		border: 2px solid #fc345b;
	}
	.the_speaker_right .btn-default:hover {
		border: 2px solid #331e5f;
	}
	.speaker_back_button {
		position: relative;
	    margin-top: 50px;
	    margin-bottom: -20px;
	}
	.logo_text span {
		font-size: 10px;
	}
/*
	.logo_text {
    	max-width: 120px;
    }
*/
    .agenda h1 {
    	font-size: 40px;
    }
    .agenda h2 {
    	font-size: 34px;
    }
    .agenda h3 {
    	font-size: 27px;
    }
    .agenda h4 {
    	font-size: 24px;
    }
    .agenda p {
	    font-size: 18px;
	    margin-bottom: 20px;
	}
	.agenda ul, .agenda ol {
		font-size: 18px;
		line-height: normal;
	}
	.logo a {
	    margin-top: 3px;
	}
}
@media all and (max-width: 362px) {
	.logo_text {
	    max-width: 120px;
	}
	.logo_text span {
		line-height: 11px;
	}
}
@media all and (max-width: 340px) {
	.logo_text {
	    max-width: 80px;
	}
}

/* ====== feedback 2 ====== */
.top_section {
	padding: 0 !important;
}
/*.top_section .slick-dots {
	margin: 0;
	position: absolute;
	bottom: 25px;
	text-align: center;
	left: 0;
        right: 0;
}*/
.top_section .slick-dots li {
	background: rgba(190, 16, 77, 1);
	border: 2px solid #fff;
	width: 15px;
	height: 15px;
	margin: 3px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	outline: none;
	display: inline-block;
	cursor: pointer;
	transition: .25s ease;
}
.top_section .slick-dots li:hover {
	background: #fff;
}
.top_section .slick-dots li.slick-active {
	background: #fff;
}
.top_section .slick-dots li button {
	background: transparent;
	width: 100%;
	height: 100%;
	-webkit-appearance: none;
	text-indent: -9999px;
	border: none;
	outline: none;
	cursor: pointer;
}
@media all and (max-width: 767px) {
/*	.top_section .slick-dots {
		bottom: 1px;
	}*/
	.top_section .slick-dots li {
		width: 12px;
		height: 12px;
	}
}
body.page-template-tickets {
	background: #f3f6f8;	
}
.buy_tickets {
	text-align: center;
	padding: 50px 0;
}
@media all and (max-width: 767px) {
	.buy_tickets .ticker_wrapper {
		margin-left: -35px;
		margin-right: -35px;
	}
}
@media all and (max-width: 767px) {
	.creativity_left_inner,
	.speakers_left {
		padding-top: 15px;
		z-index: 20;
	}
	.div_for_bullets h2,
	.creativity_left_inner h2 {
		margin-bottom: 15px;
		z-index: 20;
	}
}
@media all and (max-width: 1024px) {
        .top_right_corner {
	    bottom: 25px;
            top: auto;
	    right: -3px;
	}
	.top_right_corner span {
		font-size: 8px;
	    margin-bottom: 3px;
	}
	.top_right_corner img {
	    max-width: 70%;
	    margin-left: 0px;
	}
/*	.top_section .slick-dots {
	    bottom: -7px;
	}*/
	.creativity_left,
	.creativity_right {
		float: none;
	}
}
@media all and (max-width: 1024px) and (orientation: landscape){
	.creativity_left:before {
		top: -1px;
	}
}
body.page-template-thankyou {
	background: #fc345b;
}
body.page-template-thankyou .thank_you .container {
	text-align: center;
}
body.page-template-thankyou .thank_you h1 {
	margin-bottom: 25px;
}
body.page-template-thankyou .thank_you {
	position: relative;
    z-index: 20;
    background: #fc345b;
    padding: 50px 0;
    min-height: calc(100vh - 395px);
}
body.page-template-thankyou .speaker_back_button {
	position: static;
	margin-bottom: 0;
}
body.page-template-thankyou .thank_you p {
	font-size: 18px;
    margin-bottom: 25px;
}
.speaker_back_button .btn-default {
	max-width: 400px;
}
body.page-template-previous-edition {
	overflow:hidden;
}


/* ----- news ----- */
#news .container {
	max-width: 1000px;
}
.news_item {
	width: 100%;
	display: table;
	margin: 50px 0;
	table-layout: fixed;
}
.news_left {
	display: table-cell;
	vertical-align: middle;
	width: 40%;
	text-align: center;
}
.news_right {
	display: table-cell;
	vertical-align: middle;
	width: 60%;
	padding: 25px;
}
.news_image a {
	display: block;
	height: 100%;
}
.news_left img {
	object-fit: cover;
}
.news_right .btn-default {
	margin: 0;
}
.news_page {
	min-height: calc(100vh - 194px);
}
@media all and (max-width: 960px) {
	.news_left, .news_right {
		display: block;
		width: 100%;
	}
	.news_right {
		text-align: center;
	}
	.news_right .btn-default {
		margin: 0 auto;
	}
	.agenda h1 {
		text-align: center;
	}
	.news_right {
		padding: 0;
	}
	.news_left {
		margin-bottom: 25px;
	}
	.news_item {
		margin: 25px 0;
	}
}
@media all and (max-width: 767px) {
	.news_left img {
		max-height: 300px;
	}
}
@media all and (max-width: 767px) {
	.news_left img {
		max-height: 300px;
	}
}

/* ========== added by Irina Vlasceanu =========== */

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

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

.partner-section {
    color: #fff;
    padding: 20px 0 0;
}

.partner-section img {
    margin: 15px;
    width: 70%;
    height: auto;
}

body.page-template-tickets .tickets_shop {
    padding-top: 45px;
    padding-bottom: 20px;
}

body.page-template-tickets .ticket_item {
    margin-bottom: 30px;
}


/* == homepage slider styles == */

.home  {
    display:none;
}

.top_slider_item .inner-content {
    display:flex;
    flex-wrap:wrap;
    align-items: center;
/*    border-top: 10px solid transparent;*/
    height:100%;
}

.top_slider_item .ts-image {
/*    background-size:contain;*/
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center center;
    width:60%;
    height: 100%;
}

.top_slider_item .content {
    width:40%;
    padding: 0 30px;
}

.top_slider_item .slide_title {
    font-size: 80px;
    line-height: 1;
    font-family: 'Tungsten-Bold';
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #e4ff00;
}

.top_slider_item .ts_paragraph {
    font-size: 35px;
    line-height:1.3;
}

.top_slider_item .ts_paragraph .border-top {
    width: 50px;
    height: 2px;
    margin-bottom: 20px;
}

.top_slider_item .ts_paragraph:first-of-type {
  margin-bottom: 20px;
}


.single-default-post .feat_image {
    float:left;
    margin: 0 20px 20px 0;
}

.single-default-post p {
    font-size:20px;
    line-height: 1.2;
}


/* == AGENDA page styles == */

.page-template-agenda {
    background: #312648;
}

#agenda_page .tickets_shop {
    color: #fff;
    padding-top:0;
    min-height: 600px;
}

#agenda_page .tickets_shop:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10000%;
    right: -10000%;
    background: #312648;
    z-index: -1;
}

#agenda_page .tabs {
    padding:50px 0;
}

.tab-nav {
    list-style:none;
    margin:0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.tab-nav li {
    display: inline;
    background: #e4ff00;
    color: #331e5f;
    padding: 12px 40px;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right:5px;
}

.tab-nav li.active {
    background: #582bb3;
    color: #e4ff00;
}

.tab {
    display: none;
}

.tab.current {
    display:block;
    -webkit-animation: fadeEffect 0.8s;
    animation: fadeEffect 0.8s; /* Fading effect takes 1 second */
}

@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

.tab-content {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    list-style:none;
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
    margin:0;
    padding: 0;
}

.tab-content .entry-content {
    padding: 25px;
    background: #6520f5;
    color: #e4ff00;
    list-style-type: unset;
    list-style-image: url;
    min-height: 100px;
    position:relative;
    overflow: overlay; 
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #312648;
    margin-right: -1px;
    margin-bottom: -1px;
}

.tab-content .entry-content:nth-child(3n+2) {
        background: #3e1693;
}

.tab-content .entry-content:nth-child(3n+3) {
        background: #5728b6;
}

.tab-content .entry-content .content {
    margin-top:30px;
    width:75%;
    white-space: normal;
    font-size: 16px;
    line-height: normal;
}

.tab-content .entry-content p {
    font-size: 16px;
    line-height: normal;
    margin: 0 0 5px 0;
}

.tab-content .entry-content ul {
    list-style:none;
    margin: 0;
    padding:0;
}

.tab-content .entry-content ul li {
    margin-bottom: 5px;
}

.tab-content .entry-content .time,
.tab-content .entry-content .activity {
    font-size: 14px;
    line-height: normal;
}

.tab-content .entry-content .time {
    position: absolute;
    right: 20px;
    top:20px;
    font-weight:bold;
}

.tab-content .entry-content .sponsor-logo {
    position: absolute;
    right:20px;
    bottom: 25px;
    height: 35px;
    width: auto;
}


.video-post-content {
    width: 60%;
    margin: 0 auto;
    position: relative;
}

.video-post-content .video-container {
    margin: 30px auto;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; 
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.video_slider_item {
     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;
}

.video_slider_item .video-title {
    font-size: 60px;
    line-height: 1;
}

.video_slider_item .left {
    width:65%;
    padding:30px;
}

.video_slider_item .right {
    width:35%;
    padding: 0 30px;
    position:relative;
}

.video-slider .slick-dots {
    margin: 0;
    position: absolute;
    text-align: left;
    right:0;
    padding-left: 30px;
    bottom: 25px;
    width:35%;    
}


.featured-videos {
    background: #fc345b;
    margin-top: 50px;
    padding: 80px 0;
}

.section-title {
    font-size: 80px;
    line-height: 1;
}

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

.image {
    position:relative;
}

.image .thumb-link {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}


.feat-videos .feat-item {
    width: 33%;
    padding: 0 30px;
    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-pack: justify;
-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom:30px;
}

.feat-videos .video-title {
    font-size: 30px;
    line-height: 1;
}

.feat-videos .feat-item .img-container {
    margin-bottom:20px;
    height: 240px;
    background-position: center center;
    background-size: cover;
}

.video-wrapper {
/*    height: 80vh;*/
    height: calc(100vh - 80px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
}

.video {
    width: 100%;
    position: relative;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.banner_section {
/*    background: #fc345b;
    border-top: 5px solid #ffc001;*/
}

.header-image {
/*    height: calc(100vh - 80px);*/
    height: 70vh;
    position:relative;
    border-bottom:20px solid #fff;
}

.header-image .floating_images {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    z-index: 1000;
}

.header-image .container {
    height:100%;
}

.header-image .inner-content {
    display:flex;
    flex-wrap:wrap;
    align-items: center;
/*    border-top: 10px solid transparent;*/
    height:100%;
}

.header-image .ts-image {
    background-size:contain;
    background-repeat:no-repeat;
    background-position: center center;
    width:60%;
    height: 100%;
}

.header-image .content {
    width:40%;
    padding: 0 30px;
}

.header-image .slide_title {
    font-size: 80px;
    line-height: 1;
    font-family: 'Tungsten-Bold';
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #e4ff00;
}

.header-image .ts_paragraph {
    font-size: 35px;
    line-height:1.3;
}

.header-image .ts_paragraph .border-top {
    width: 50px;
    height: 2px;
    margin-bottom: 20px;
}

.header-image .ts_paragraph:first-of-type {
  margin-bottom: 20px;
}

.header-elements {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media screen and (max-width:1100px) {
    .tab-content {
        -webkit-column-count: 3;
           -moz-column-count: 3;
                column-count: 3;
        list-style:none;
        -webkit-column-gap: 0px;
           -moz-column-gap: 0px;
                column-gap: 0px;
    }
}

@media screen and (max-width: 1024px) {  
    .header-image {
        height: calc(100vh);
    }
   
    .speakers .speakers-list .item {
        max-width: 25%;
    }
    
    .middle_bottom_lines {
        bottom:-15px;
        right:0;
    }
    
    .single-interview .single_description {
        display:block;
    }
    
    .single-interview .single_title {
        margin-bottom: 0;
        font-size: 26px;
    }
    
    .top_slider_item h1.slide-title {
        font-size:80px;
        line-height:1;
    }
    
    .video_slider_item {
        -webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
    -ms-flex-direction:column;
        flex-direction:column;
    }
    
    .video_slider_item .left {
        width:100%;
        padding:30px;
    }

    .video_slider_item .right {
        width:100%;
    }

    .video_slider_item .video-title {
        text-align:center;
    }
    
    .video-slider .slick-dots {
        text-align: center;
        padding-left: 0;
        width:100%;    
    }

    .video-wrapper {
        width: 90%;
    }
    
}

@media screen and (max-width:991px) {    
    .middle_section_mini_bullets {
        display:none;
    }
    .header-image .ts-image,
    .header-image .content {
        width:100%;
    }
    
    .header-image .ts-image {
        height:50vh;
    }
           
    .header-image .content {
        padding: 0 30px;
    }
    
    .header-image .inner-content {
/*        flex-direction:column;*/
        align-content: flex-start;
    }
    
    .header-image .ts_paragraph {
        font-size:25px;
    }
    
    .speakers {
        padding: 50px 0;
    }
    
    .feat-videos {
        -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    }
    
    .feat-videos .feat-item:first-of-type {
        flex-grow:1;
        width:100%;
    }
    
    .feat-videos .feat-item {
        width:50%;
    }
}

@media screen and (max-width:768px) {
    
    #agenda_page .tickets_shop {
        text-align: inherit;
    }
    
    .tab-content {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
    }
    
    .video-post-content {
        width: 100%;
    }
    
    .feat-videos {
        -webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
    -ms-flex-direction:column;
        flex-direction:column;
    }
   
    .feat-videos .feat-item {
        width:100%;
    }
    
}

@media screen and (max-width:500px) {
    
    .speakers .speakers-list .item {
        max-width: 50%;
    }
    
    #agenda_page .tabs {
        padding: 20px 0 50px 0;
    }
    
    .tab-nav {
        justify-content: center;
    }
    
    .tab-content .entry-content {
        overflow: inherit;
    }
    
    .tab-content {
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1;
    }
}

@media screen and (max-width:768px) and (min-height:500px) {  
/*    .header-image .ts-image,
    .header-image .content {
        width:100%;
    }
    
    .header-image .ts-image {
        height:40vh;
    }
           
    .header-image .content {
        padding: 0 30px;
    }
    
    .header-image .inner-content {
        flex-direction:column;
        align-content: flex-start;
    }
    
    .header-image .ts_paragraph {
        font-size:25px;
    }*/
  
}

@media screen and (max-width: 600px) {    
    .header-image .ts_paragraph {
        font-size:18px;
    }  
    .header-image .ts_paragraph .border-top {
        display:none;
    }
}

@media screen and (max-height:400px) and (orientation:landscape) {    
    .header-image h1.slide-title {
        font-size:40px;
    }
    
    .header-image .ts_paragraph {
        font-size:16px;
    }
}

@media screen and (max-width: 525px)  { 
    .header-image h1.slide-title {
        font-size:40px;
    }

}

@media screen and (max-width:340px)  { 
    .header-image .ts_paragraph {
        font-size:16px;
    }
    
    .header-image .ts-image {
        height:35vh;
    }
    
    .video_slider_item .video-title {
        font-size: 35px;
        line-height: 1;
    }
}

.footer_left_glitch{
	position:absolute;
	left:0;
	top:30%;
	display:inline-block;
	z-index:1;
}
.footer_right_glitch{
	position:absolute;
	right:0;
	bottom:10%;
	display:inline-block;
	z-index:1;
}
.footer_top_glitch{
	position:absolute;
	right:20%;
	top:10%;
	display:inline-block;
	z-index:1;
}

/* ========== added by Irina Vlasceanu =========== */