/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
    font-family: 'PoppinsBlack';
    src: url('fonts/PoppinsBlack.eot');
    src: url('fonts/PoppinsBlack.eot') format('embedded-opentype'),
         url('fonts/PoppinsBlack.woff2') format('woff2'),
         url('fonts/PoppinsBlack.woff') format('woff'),
         url('fonts/PoppinsBlack.ttf') format('truetype'),
         url('fonts/PoppinsBlack.svg#PoppinsBlack') format('svg');
}

@font-face {
    font-family: 'PoppinsBold';
    src: url('fonts/PoppinsBold.eot');
    src: url('fonts/PoppinsBold.eot') format('embedded-opentype'),
         url('fonts/PoppinsBold.woff2') format('woff2'),
         url('fonts/PoppinsBold.woff') format('woff'),
         url('fonts/PoppinsBold.ttf') format('truetype'),
         url('fonts/PoppinsBold.svg#PoppinsBold') format('svg');
}

@font-face {
    font-family: 'PoppinsLight';
    src: url('fonts/PoppinsLight.eot');
    src: url('fonts/PoppinsLight.eot') format('embedded-opentype'),
         url('fonts/PoppinsLight.woff2') format('woff2'),
         url('fonts/PoppinsLight.woff') format('woff'),
         url('fonts/PoppinsLight.ttf') format('truetype'),
         url('fonts/PoppinsLight.svg#PoppinsLight') format('svg');
}

@font-face {
    font-family: 'PoppinsMedium';
    src: url('fonts/PoppinsMedium.eot');
    src: url('fonts/PoppinsMedium.eot') format('embedded-opentype'),
         url('fonts/PoppinsMedium.woff2') format('woff2'),
         url('fonts/PoppinsMedium.woff') format('woff'),
         url('fonts/PoppinsMedium.ttf') format('truetype'),
         url('fonts/PoppinsMedium.svg#PoppinsMedium') format('svg');
}

@font-face {
    font-family: 'PoppinsRegular';
    src: url('fonts/PoppinsRegular.eot');
    src: url('fonts/PoppinsRegular.eot') format('embedded-opentype'),
         url('fonts/PoppinsRegular.woff2') format('woff2'),
         url('fonts/PoppinsRegular.woff') format('woff'),
         url('fonts/PoppinsRegular.ttf') format('truetype'),
         url('fonts/PoppinsRegular.svg#PoppinsRegular') format('svg');
}

@font-face {
    font-family: 'PoppinsThin';
    src: url('fonts/PoppinsThin.eot');
    src: url('fonts/PoppinsThin.eot') format('embedded-opentype'),
         url('fonts/PoppinsThin.woff2') format('woff2'),
         url('fonts/PoppinsThin.woff') format('woff'),
         url('fonts/PoppinsThin.ttf') format('truetype'),
         url('fonts/PoppinsThin.svg#PoppinsThin') format('svg');
}


body{
	font-family: 'Open sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 13px;
	opacity: 0;
	font-family: 'PoppinsLight';
}

.trans{
    transition:all 0.3s ease-in-out 0s;
    -moz-transition:all 0.3s ease-in-out 0s;
    -webkit-transition:all 0.3s ease-in-out 0s;
    -o-transition:all 0.3s ease-in-out 0s;
}

.vertical-center {
	position: absolute; 
	top: 50%; 
	transform: translateY(-50%); 
	-moz-transform: translateY(-50%); 
	-webkit-transform: translateY(-50%);
}

.red_color{
	color: #ec195c;
}

.green_color{
	color: #109191;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.p_section{
	padding-top: 45px;
	padding-bottom: 45px;
}

.margin-bottom-30{
	margin-bottom: 30px;
}

.no-padding-bottom{
	padding-bottom: 0 !important;
}

.no-padding-top{
	padding-top: 0 !important;
}

a, a:hover, a:active, a:link{
	text-decoration: none;
}

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

.header .inner{
	padding: 20px 100px;
}

.site_tile{
	display: inline-block;
}

.site_tile img{
	width: 280px;
	height: auto;
}

.top_btn_wrapper{
	float: right;
	text-align: right;
	margin-top: 8px;
}

.top_btn_wrapper li{
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

.main_btn{
	font-size: 14px;
	background: #fff;
	color: #EC195C;
	border: 3px solid #EC195C;
	padding: 10px 30px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'PoppinsMedium';
	display: inline-block;
}

.main_btn:hover{
	background: #EC195C;
	color: #fff;
}

.main_btn.inversed{
	color: #fff;
	background: #EC195C;
}

.main_btn.inversed:hover{
	color: #EC195C;
	border-color: #fff;
	background: #fff;
}

.main_btn.white_border{
	border-color: #fff;
}

.main_btn.white_border:hover{
	border-color: #EC195C;
}

.main_btn.green_btn{
	color: #109191;
	border-color: #109191;
}

.main_btn.green_btn:hover{
	background: #109191;
	border-color: #109191;
	color: #fff;
}

.header{
	background: #fff;
	box-shadow: 0 2px 4px -2px #c9c9c9;
}

.banner_section{
	overflow: hidden;
	height: 90vh;
	/*background-image: url('img/top_section_bg.jpg');*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
	padding: 0 100px;
	position: relative;
}

.banner_title{
	font-size: 80px;
	line-height: 97px;
	margin-bottom: 15px;
	font-weight: 700;
	font-family: 'PoppinsBold';
	text-transform: uppercase;
}

.home_banner .banner_text p{
	font-size: 25px;
	letter-spacing: 0.5px;
	font-weight: 400;
	line-height: 36px;
}

.home_banner .overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgb(0, 202, 162);
	mix-blend-mode: multiply;
	z-index: -1;

}

.banner_text .btn_wrapper li{
	display: inline-block;
	margin-right: 15px;
}

.home_banner .btn_wrapper{
	margin-top: 55px;
}

.info_list li{
	display: inline-block;
	text-align: center;
	font-size: 18px;
}

.info_list span{
	color: #EC195C;
	font-size: 45px;
	display: inline-block;
	margin-bottom: 10px;

	font-weight: 700;
	font-family: 'PoppinsBold';
}

.info_list span:after{
	content: "+";

}

.big_carousel_wrapper{
	position: relative;
	padding-left: 100px; /*50px*/
	padding-right: 100px;
}

.big_carousel_wrapper .info_text {
	background: rgba(236, 25, 92, 0.9);
	color: #fff;
	padding: 50px;
	right: 100px; /*50px*/
	max-width: 35%;
	z-index: 99;

	top: 46%;
}

.big_carousel_wrapper .img_wrapper{
	max-width: 75%;
	position: relative;
}

.big_carousel_wrapper .img_wrapper:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #94c4ff;
	top: 0;
	left: 0;
	mix-blend-mode: multiply;
}

.info_text h3{
	font-size: 30px;
	margin-bottom: 30px;
	letter-spacing: 3px;

	font-weight: 700;
	font-family: 'PoppinsBold';
}

.info_text p{
	font-size: 13px;
	line-height: 21px;
}

.info_text .sbt{
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 30px;
}

.owl-dots{
	text-align: center;
	margin: 35px 0;
}

.owl-dot{
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #d5d5d5;
	display: inline-block;
	margin: 0 10px;
}

.flipster_section .flipster{
	margin-top: 30px;
}

.flipster__nav__item{
	margin: 0 10px;
}

.owl-dot.active{
	background: #ec195c;
}

.section_title{
	font-size: 45px;
	line-height: 97px;
	letter-spacing: 0.7px;
	color: #109191;
	margin-bottom: 10px;
	text-transform: uppercase;

	font-weight: 700;
	font-family: 'PoppinsBold';
}

.section_subtitle{
	font-size: 18px;
	margin-bottom: 30px;
}

.sp_carousel_section .inner{
	padding: 20px 100px;
}

.sp_carousel_wrapper {
	padding: 0 55px;  /* 0 85px */
	margin-top: 50px;
}

.sp_carousel_wrapper .owl-item > div{
	transition:all 0.3s ease-in-out 0s;
    -moz-transition:all 0.3s ease-in-out 0s;
    -webkit-transition:all 0.3s ease-in-out 0s;
    -o-transition:all 0.3s ease-in-out 0s;
	transform: scale(.7, .7);
}

.sp_carousel_wrapper div.active.center > div{
	transform: scale(1, 1);
}

.sp_carousel_wrapper .inner_left{
	padding-right: 20px;
	border-right: 1px solid #D8D8D8;
}

.sp_carousel_wrapper .inner_right{
	padding-left: 20px;

}

.speaker_info{
	background: #ec195c;
	color: #fff;
	position: absolute;
	width: 70%;
	left: -20px; /*-30px*/
	padding: 20px;
	bottom: 25px;
	transition:all 0.3s ease-in-out 0s;
    -moz-transition:all 0.3s ease-in-out 0s;
    -webkit-transition:all 0.3s ease-in-out 0s;
    -o-transition:all 0.3s ease-in-out 0s;
    opacity: 0;
	
	bottom: auto;
    width: 140%;
    left: -20%;
    padding: 10px 20px;
    position: absolute;
}

.speaker_info .company{
	text-transform: uppercase;
}

.speaker_info .sp_descr{
	float: left;
	width: 49.9%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.speaker_info h3{
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: 600;
	font-family: 'PoppinsMedium';
}

.speaker_info .descr{
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 15px;
}

.see_details{
	font-size: 11px;
	font-weight: 600;
	font-family: 'PoppinsMedium';
}

.see_details,
.see_details:hover{
	color: #fff;
}

.see_details i{
	position: relative;
	top: 4px;
	left: 5px;
	font-size: 17px;
}

.see_details:hover i{
	transform: scale(1.3);
}

.center .speaker_info{
	opacity: 1;
}

.owl-nav > div,
.flipster__button{
	display: inline-block;
	padding: 10px;
	border: 1px solid #ec195c;
	color: #ec195c;
	background: #fff;
	color: #ec195c;
}

.flipster__button{
	opacity: 1;
	outline: none;
}

.owl-nav > div:hover,
.flipster__button:hover{
	transition:all 0.3s ease-in-out 0s;
    -moz-transition:all 0.3s ease-in-out 0s;
    -webkit-transition:all 0.3s ease-in-out 0s;
    -o-transition:all 0.3s ease-in-out 0s;
	background: #ec195c;
}

.owl-nav > div:hover i,
.flipster__button:hover i{
	color: #fff;
}

.owl-nav > div i{
	color: #ec195c;
}

.sp_carousel_wrapper .owl-nav{
	position: absolute;
	width: 100%;
	top: 28%;
}

.sp_carousel_wrapper .owl-next{
	float: right;
	margin-right: -50px;
}

.sp_carousel_wrapper .owl-prev{
	margin-left: -50px;
}

.flipster__button--prev{
	margin-left: 0;
}

.flipster__button--next{
	margin-right: 0;
}

.sign_up_section p{
	color: #99a3bd;
	font-size: 18px;
	margin-bottom: 15px;
}

.sign_up_section h3{
	font-size: 28px;
	margin-bottom: 45px;
}

.form_wrapper{
	position: relative;
	width: 500px;
	margin: 0 auto 30px;
}

.form_wrapper input{
	border: none;
}

.form_wrapper input[type="text"],
.form_wrapper input[type="email"]{
	width: 100%;
	padding: 20px 30px;
	background: #EFEFEF;
	height: auto;
	outline: none;
}

.form_wrapper input[type="submit"]{
	/*padding: 15px 25px;*/
	padding: 12px 25px;
	padding-right: 50px;
	background: #ec195c url('img/send-email.svg') no-repeat 90% center;
	color: #fff;
	font-size: 14px;
	top: 8px;
	right: 9px;
	position: absolute;
	outline: none;
	height: auto;
}

.form_wrapper input[type="submit"]:hover{
	opacity: .9;
}

.stages_section{
	/*background: url('img/stages_bg.jpg') no-repeat center/cover;*/
	background: url('img/home_bg.jpg') no-repeat center/cover;
	color: #fff;
	padding-top: 70px;
}

.stages_section .inner{
	padding: 0 100px;
}

.stages_section h2{	
	font-size: 60px;
	letter-spacing: 1px;
	line-height: 90px;
	margin-bottom: 30px;
	font-weight: 700;
	font-family: 'PoppinsBold';
}

.stages_section .subtitle{
	font-size: 25px;
	margin-bottom: 50px;
}

.stages_list{
	margin-left: -30px;
	margin-right: -30px;
}

.stages_section ul li{
	margin-bottom: 35px;
	margin-top: 35px;
}

.stages_section ul li img{
	width: 250px;
	max-width: 100%;
	height: auto;
}

.digital_invasion .section_title{
	margin-bottom: -15px;
}

.digital_invasion .inner{
	width: 1024px; /*835px*/
	margin: 0 auto;
	max-width: 100%;
}

.digital_invasion .inner_text{
	font-size: 18PX;
	line-height: 26px;
	padding-top: 70px;
}


.digital_invasion .sbt{
	margin-bottom: 50px;
	font-size: 18px;
}

.digital_invasion .inner_text p{
	margin-bottom: 40px;
}



.flipster__nav__item {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  overflow: hidden;
  text-indent: 100%;
  background: #000;
}

.flipster__nav__link { opacity: 0; }
.flipster__nav__link:after { display: none; }

.flipster__nav__item--current {
  background: #F00;
}

.flipster__item--past img,
.flipster__item--future img{
	-webkit-filter: grayscale(100%);  /*Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

@-moz-document url-prefix() { 
  .flipster__item--past img,
	.flipster__item--future img{
	    filter:none;
	}
}

.flipster--carousel .flipster__item{
	perspective: 100000px;
	transform-style: preserve-3d;
}

.flipster__item { outline: solid 1px transparent; }

.flipster_section .inner{
	width: 1100px;
	max-width: 100%;
	margin: 0 auto;
}

.flipster__nav{
	margin: 50px 0;
}

.flipster__nav__item{
	background: #d5d5d5;
}

.flipster__nav__item--current{
	background: #F00;
}

.flipster__button{
	top: 39%;
}

.sponsors_section h2{
	/*font-family: 'Streetvertising_medium', sans-serif;*/
    color: #616161;
    font-size: 24px;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'PoppinsBold';
}

.border_title:after{
	content: "";
    width: 33%;
    height: 2px;
    background: #eaeaea;
    position: absolute;
    right: 40px;
    margin-top: 13px;
}

.border_title:before{
    content: "";
    width: 33%;
    height: 2px;
    background: #eaeaea;
    position: absolute;
    left: 40px;
    margin-top: 13px;
}

.tech_box{
    padding: 0 45px;
}

.tech_suporters_wrapper .with_margin_bottom{
    margin-bottom: 90px;
}

.tech_box img{
    width: 150px; /*120*/
    max-width: 100%;
}

.ctm_box img{
    width: 200px;
}

.tech_box .main_partner_img{
    width: 240px;
}

.sponsor_title {
    font-family: 'PoppinsMedium';
    font-size: 10px;
    color: #C3C3C3;
    max-width: 230px;
    letter-spacing: 2px;
    line-height: 13px;
    text-transform: uppercase;
}

.sponsor_title.bolder{
	font-family: 'PoppinsMedium';
	font-weight: 600;
}

.sponsors_section .inner{
	margin-left: 40px;
	margin-right: 40px;
}

.sponsors_section h3{
	font-size: 18px;
	font-weight: 600;
	font-family: 'PoppinsMedium';
	color: #9A9A9A;
	text-transform: uppercase;
}

.border_top{
	border-top: 1px solid #f6f6f6;
}

.reg_sponsors_list li {
	padding: 0;
	position: relative;
    width: 14.28%;
    float: left;
}

.reg_sponsors_list li img {
    padding: 0 45px;
}

.reg_sponsors_list li a {
    display: inline-block;
    height: 110px;
}

.tech_box_wrapper{
	padding-bottom: 30px;
}

.footer_section{
	background: #000;
	padding: 90px 100px 50px;
	color: #fff;
}

.footer_section a{
	transition:all 0.3s ease-in-out 0s;
    -moz-transition:all 0.3s ease-in-out 0s;
    -webkit-transition:all 0.3s ease-in-out 0s;
    -o-transition:all 0.3s ease-in-out 0s;
	color: #747779;
}

.footer_section a:hover{
	color: #fff;
}

.event_info{
	font-size: 18px;
	line-height: 25px;
}

.event_info a{
	color: #fff;
}

.event_info a:hover{
	color: #747779;
}

.footer_logo{
	margin-bottom: 30px;
}

.footer_title{
	font-family: 'PoppinsMedium';
	letter-spacing: 2px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.footer_top{
	padding-bottom: 50px;
	border-bottom: 1px solid #363636;
}

.footer_social{
	margin-top: 35px;
}

.footer_social li{
	display: inline-block;
	margin-right: 30px;
}

.footer_social li:last-child(){
	margin-right: 0;
	margin-bottom: 10px;
}

.footer_social li a{
	color: #fff;
}

.footer_social li a:hover{
	color: #747779;
}

.footer_social li i{
	font-size: 18px;
}

ul.links li{
	font-size: 14px;
	margin-bottom: 20px;
}

.footer_btm {
	padding-top: 30px;
}


.terms_list li{
	display: inline-block;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1.5px;
}

.terms_list li a{
	color: #fff;
}

.terms_list li a:hover{
	color: #747779;
}

.footer_btm img{
	transition:all 0.3s ease-in-out 0s;
    -moz-transition:all 0.3s ease-in-out 0s;
    -webkit-transition:all 0.3s ease-in-out 0s;
    -o-transition:all 0.3s ease-in-out 0s;
}

.footer_btm img:hover{
	opacity: .7;
}

.home_banner  p.ev_date{
	font-size: 25px; /*18*/
	font-weight: 600;
	font-family: 'PoppinsMedium';
	margin-bottom: 25px;
}

.ev_date .bigger{
	/*font-size: 24px;*/
}

.uppercase{
	text-transform: uppercase;
}

#home_video{
	position: absolute;
    top: 50%;
    left: 50%;
    min-width: 125%;
    min-height: 125%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.banner_section.half_size{
	min-height: 400px;
	height: 60vh;
}


.banner_section.tickets{
	background-image: url('img/tickets_bg.jpg');
	/*background: #641931;*/
}

.banner_subtitle {
	font-family: 'PoppinsMedium';
	font-size: 25px;
	line-height: 36px;
	letter-spacing: 2px;
}

.reg_type{
	padding-left: 45px;
	padding-right: 45px;
}

.reg_type .reg_name{
	font-family: 'PoppinsLight';
	color: #898989;
	font-size: 25px;
	line-height: 28px;
	margin-bottom: 15px; /*25px*/
	text-transform: uppercase;
}

.reg_type .reg_date{
	font-family: 'PoppinsLight';
	font-size: 22px;
	color: #898989;
}


.reg_type .inner{
	/*padding: 0 5px 20px;*/
	/*border-bottom: 15px solid #fff;*/
	padding: 23px;
	border: 2px solid #6b6b6b; /*#eee*/
	/*margin-left: -10px;
	margin-right: -10px;*/

	/*-webkit-box-shadow: 0 7px 21px -5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 7px 21px -5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 7px 21px -5px rgba(0, 0, 0, 0.05);*/
}

.reg_type li.active .inner{
	background: #109191;
	border-color: #109191;
	color: #fff;
}

.reg_type li.active .reg_name{
	color: #fff;
}

.reg_type li.active .reg_date{
	color: #fff;
}

.reg_type li{
	margin-bottom: 40px;
}


.pass_col{
	/*vertical-align: top;
	display: inline-block;
	width: 19%;
	margin-left: 2px;
	margin-right: 2px;*/
}

.pass_header{
	padding: 0 0 25px;
	/*border: 2px solid #6b6b6b;
	border-bottom: none;*/
	border: none;

	/*-webkit-box-shadow: 0 7px 21px -5px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: 0 7px 21px -5px rgba(0, 0, 0, 0.04);
	box-shadow: 0 7px 21px -5px rgba(0, 0, 0, 0.04);*/

	transition:all 0.3s ease-in-out 0s;
    -moz-transition:all 0.3s ease-in-out 0s;
    -webkit-transition:all 0.3s ease-in-out 0s;
    -o-transition:all 0.3s ease-in-out 0s;
}

.pass_header h3{
	color: #2F9074;
	font-size: 25px;
	line-height: 30px;
	font-family: 'PoppinsLight';
	text-transform: uppercase;
	text-align: center;
}

.pass_header .blue_color{
	color: #30417F;
}

.pass_header .red_color{
	color: #EC195C;
}

.pass_header .green_color{
	color: #2F9074;
}

.pass_body{
	padding: 20px 20px 25px;
	border: 2px solid #6b6b6b;
	text-align: center;

	transition:all 0.3s ease-in-out 0s;
    -moz-transition:all 0.3s ease-in-out 0s;
    -webkit-transition:all 0.3s ease-in-out 0s;
    -o-transition:all 0.3s ease-in-out 0s;
    position: relative;
    overflow: hidden;
}

.p_price{
	color: #5D5D5D;
	font-size: 36px;
	letter-spacing: 2.5px;
	font-family: 'PoppinsMedium';
	margin-bottom: 25px;
	text-align: center;
}

.pass_list li{
	text-align: left;
	font-family: 'PoppinsMedium';
	padding-left: 25px;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 18px;
	position: relative;
}

.pass_list li i{

	font-size: 17px;
	color: #2f9074;
	position: absolute;
	left: 0;
}

.pass_list li.inactive {
	font-family: 'PoppinsLight';
	color: #989898;
}

.pass_list li.inactive i{
	opacity: 0;
}

.ticket_input_wrapper{
	border: 1px solid #5d5d5d;
	display: inline-block;
	width: 210px;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 0;
	margin-top: 15px;
}

.ticket_input_wrapper input{
    display: inline-block;
    width: 36px;
    text-align: center;
    font-family: 'PoppinsLight';
    color: #212121;
    letter-spacing: 1.47px;
    border: none;
    background: none;
    font-size: 39px;
    outline: none;
    line-height: 45px;
}

.ticket_input_wrapper .quantity{
    color: #212121;
    font-family: 'PoppinsLight';
    min-width: 75px;
}


.ticket_input_wrapper .qtyminus,
.ticket_input_wrapper .qtyplus{
	outline: none;
}

.main_btn.border_radius{
	border-radius: 20px;
}

.pass_body .main_btn:hover{
	border-color: #fff;
	color: #fff;
}

.cols_wrapper{
	padding-left: 45px;
	padding-right: 45px;
}

.pass_col{
	background: #fff;
	margin-bottom: 30px;
}

.pass_col:hover{
	/*background: #ec195c;*/
	color: #fff;
	/*transform: scale(1.1);
	box-shadow: 0 0 30px rgba(236, 25, 92, 0.4);
	-moz-box-shadow: 0 0 30px rgba(236, 25, 92, 0.4);
	-webkit-box-shadow: 0 0 30px rgba(236, 25, 92, 0.4);
	-o-box-shadow: 0 0 30px rgba(236, 25, 92, 0.4);*/
}

.pass_col:hover .pass_body{
	background: #ec195c;
}

.pass_col:hover .pass_header{
	border-bottom: none;
	box-shadow: none;
}

.pass_col:hover .pass_header h3,
.pass_col:hover .p_price,
.pass_col:hover li.inactive{
	color: #fff;
}

.pass_col:hover li.inactive{
	color: #FF89AF;
}

.pass_col:hover .pass_list li i,
.pass_col:hover .ticket_input_wrapper input{
	color: #fff;
}

.pass_col:hover .ticket_input_wrapper{
	border-color: #fff;
}

.pass_col:hover .pass_body{
	border-color: #ec195c;
}

.discount_box_wrapper{
	width: 100%;
	text-align: center;
}

.discount_box{
	vertical-align: top;
	display: inline-block;
	margin: 0 15px;
	background: #109191;
	color: #fff;
	width: 300px;
	padding: 55px 45px;
}

.discount_box .title{
	font-family: 'PoppinsMedium';
	font-size: 22px;
	line-height: 27px;
	text-transform: uppercase;
	margin-bottom: 65px;
}

.discount_box p{
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 20px;
}

.group_reg_section h2,
.register_section .t_categ{
	color: #168C8F;
	font-size: 28px;
	line-height: 44px;
	font-family: 'PoppinsMedium';
	margin-bottom: 50px;
}

.register_section .t_categ{
	color: #109191;
}

.register_section .t_categ span{
	display: inline-block;
	padding: 0 90px 9px;
	border-bottom: 4px solid #109191;
}

.countdown_section{
	text-align: center;
}

.flip-clock-wrapper{
	font-family: 'PoppinsMedium';
	display: inline-block;
	width: auto;
	margin-bottom: 45px;
}

.flip-clock-wrapper ul li a div div.inn{
	color: #fff;
	font-size: 47px;
	background-color: #28313c;
}

.flip-clock-wrapper ul{
	margin: 4px;
}

.flip-clock-divider{
	width: 35px;
}

.flip-clock-divider .flip-clock-label{
	/*display: none;*/
	font-size: 14px;
	text-align: center;
	display: block;
}

.flip-clock-dot{
	display: none;
}

.countdown_section .info_text{
	font-family: 'PoppinsMedium';
	text-transform: uppercase;
	color: #EC195C;
	font-size: 28px;
	
}

.flip-clock-active:after{
	content: "";
	display: inline-block;
	width: 4px;
	height: 12px;
	background-color: red;
	background-image: url('img/line.jpg');
	position: absolute;
	z-index: 99999;
	top: 43%;
	right: 0;
}

.flip-clock-active:before{
	content: "";
	display: inline-block;
	width: 4px;
	height: 12px;
	background-color: red;
	background-image: url('img/line.jpg');
	position: absolute;
	z-index: 99999;
	top: 43%;
	left: 0;
}


.nl_send_msg{
	width: 600px;
	max-width: 100%;
	margin: 40px auto;
	line-height: 20px;
	font-size: 14px;
}



/* IE olny */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.home_banner .overlay{
		background-color: rgba(0, 202, 162, 0.19);
	}

	.big_carousel_wrapper .img_wrapper:after{
		background: rgba(148, 196, 255, 0.28);
	}
}

@supports (-ms-ime-align:auto) {
    .home_banner .overlay{
		background-color: rgba(0, 202, 162, 0.19);
	}

	.big_carousel_wrapper .img_wrapper:after{
		background: rgba(148, 196, 255, 0.28);
	}
}



.flipster--carousel .flipster__item{
	-webkit-transform: translate3d(0,0,0);
}


.pass_descr{
	font-family: 'PoppinsLight';
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 5px;
	transform: none;
}

.pass_descr strong{
	font-family: 'PoppinsBold';
}

.corner-ribbon{
  width: 200px;
  background: #ec195c;
  position: absolute;
  top: 15px;
  left: -50px;
  text-align: center;
  line-height: 40px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  font-size: 30px;
  font-family: 'PoppinsRegular';
  text-transform: uppercase;
  
}


.corner-ribbon.top-left{
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.pass_col:hover .corner-ribbon{
	box-shadow: 0 18px 40px -10px #c80d50;
}

.big_btn{
	display: inline-block;
	color: #fff;
	font-family: 'PoppinsLight';
	font-size: 28px;
	line-height: 34px;
	background: #109191;
	color: #fff;
	padding: 13px 30px;
	border: 2px solid #109191;
}

.big_btn:hover{
	color: #109191;
	background: #fff;
}


.big_btn svg{
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	width: 25px;
	height: auto;
	fill: #fff;
	margin: 0 0 0 15px;
	position: relative;
	top: 3px;
}

.big_btn:hover svg{
	fill: #109191;
}

.terms_info p{
	font-family: 'PoppinsLight';
	font-size: 25px;
	margin-bottom: 35px;
}

.terms_info .agree{
	color: #333;
	text-decoration: underline;
}

.terms_info .big_btn{
	margin-bottom: 35px;
}

.terms_info strong{
	font-family: 'PoppinsBold';
}

.bennefits_section{
	background-image: url('img/tickets_bg.jpg');
	color: #fff;
}

.bennefits_section h2{
	padding-top: 20px;
	text-transform: uppercase;
	font-size: 40px;
	font-family: 'PoppinsBold';
	margin-bottom: 60px;
}

.bennefits_section li{
	font-family: 'PoppinsLight';
	font-size: 20px;
	margin-bottom: 30px;
}

.bennefits_section li:last-child{
	margin-bottom: 0;
}

.bennefits_section li i{
	margin-right: 15px;
}

.tech_box a{
	display: inline-block;
}

.main_top{
	background: #ec195c;
	color: #fff;
}

.main_sct_t{
	font-family: 'PoppinsBold';
	font-size: 54px;
	margin-bottom: 25px;
}

.main_top p{
	font-size: 22px;
	font-family: 'PoppinsThin';
}



@media only screen and (max-width: 1600px){
	.corner-ribbon.top-left{
		font-size: 20px;
		line-height: 30px;
		left: -70px;
		top: 7px;
	}
}


.icheckbox {
	width: 25px;
	height: 25px;
	border: 1px solid #5d5d5d;
	display: inline-block;
	top: 3px;
	margin-right: 15px;

}

.icheckbox.checked{
	background: #5d5d5d;
}






@media all and (min-width: 1360px) {
	.modify_register{
		padding-left: 145px;
		padding-right: 145px;
	}

	.corner-ribbon.top-left{
		font-size: 20px;
		line-height: 30px;
		left: -70px;
		top: 7px;
	}
}




@media all and (min-width: 992px) and (max-width: 1200px) {

}

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

	.banner_title{
		font-size: 59px;
    	line-height: 67px;
	}

	.border_title:before, .border_title:after {
	    width: 25%;
	}

	.border_title:before{
		left: 15px;
	}

	.border_title:after{
		right: 15px;
	}

	.sponsors_section .inner{
		margin-left: 15px;
		margin-right: 15px;
	}

	.tech_box {
	    padding: 0 15px;
	    width: 33.3%;
	    float: left;
	    margin-bottom: 15px;
	}

	.reg_sponsors_list li {
	    width: 32.9%;
	    float: left;
	    padding: 0 15px;
	    margin-bottom: 15px;
	}

	.reg_sponsors_list li img {
	    max-width: 120px;
	    width: 100%;
	}

	.tech_box img, .reg_sponsors_list li img {
	    position: relative;
	    transform: none;
	    top: 0;
	    padding: 20px 0;
	}

	.tech_box_wrapper{
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.reg_sponsors_list li{
		margin-bottom: 0;
		min-height: 103px;
		height: auto !important;
	}

	.reg_sponsors_list li a{
		height: auto;
	}

	.pass_header{
		padding: 25px 0;
	}
	
	.pass_header h3{
		font-size: 19px;
		line-height: 23px;
	}

	.pass_descr{
		font-size: 16px;
	}

	.reg_type .reg_name{
		font-size: 19px;
		line-height: 24px;
	}

	.section_title{
		line-height: 60px;
	}

	.sp_carousel_wrapper{
		padding: 0 10px;
	}

	.digital_invasion .section_title{
		margin-bottom: 15px;
	}





} /* end max-width: 1200px */


@media only screen and (max-width: 1024px){
	.pass_col{
		width: 100%;
		margin: 0;
	}

	.cols_wrapper .owl-controls{
		margin-top: 30px;
	}

	.pass_col:hover{
		transform: scale(1);
	}

	.cols_wrapper .owl-nav > div{
		margin-right: 5px;
		margin-left: 5px;
	}

	.cols_wrapper{
		padding-right: 15px;
		padding-left: 15px;
	}
}




@media only screen and (max-width: 991px){
	
	.header .inner{
		padding: 15px 30px; 
	}

	.big_carousel_wrapper .info_text{
		padding: 15px;
	}

	.info_text h3{
		font-size: 20px;
		margin-bottom: 15px;
	}

	.info_text .sbt{
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 15px;
	}

	.sp_carousel_wrapper div.active.center > div{
		transform: scale(1,1);
	}

	.speaker_info{
		width: 100%;
		left: 0;
	}

	.section_title{
		line-height: 50px;
	}

	.footer_section{

	}

}



@media only screen and (max-width: 767px){
	
	.banner_section{
		background-image: url('img/top_section_bg.jpg');
		padding: 0 30px;
	}

	.main_btn{
		padding: 7px 20px;
	}

	.site_tile img{
		max-width: 200px;
		height: auto;
	}

	.top_btn_wrapper{
		margin-top: 12px;
	}

	.banner_title {
	    font-size: 40px;
	    line-height: 47px;
	}

	.home_banner p.ev_date{
		margin-bottom: 15px;
	}

	.home_banner .banner_text p{
		font-size: 16px;
		line-height: 22px;
	}

	.home_banner .btn_wrapper{
		text-align: center;
		margin-top: 30px;
	}

	.header .inner{
		padding: 15px;
	}

	.form_wrapper{
		width: 100%;
		padding: 0 15px;
	}

	.info_list span{
		font-size: 32px;
	}

	.info_list li{
		display: block;
		margin-bottom: 25px;
	}

	.info_list li:last-child{
		margin-bottom: 0;
	}

	.p_section{
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.big_carousel_wrapper{
		padding-left: 15px;
		padding-right: 15px;
	}

	.big_carousel_wrapper .info_text{
		transform: none;
		position: relative;
		max-width: 100%;
		right: 0;
	}

	.big_carousel_wrapper .img_wrapper{
		max-width: 100%;
	}

	.sp_carousel_section .inner{
		padding: 20px 15px;
	}

	.speaker_info{
		width: 100%;
		/*bottom: 0;*/
		padding: 15px;
	}

	.sp_carousel_wrapper{
		padding: 0 35px;
		margin-top: 45px;
	}

	.section_title{
		line-height: 31px;
		font-size: 26px;
		margin-bottom: 25px;
	}

	.banner_text .btn_wrapper li{
		display: block;
		margin-right: 0; 
		
	}

	.banner_text .btn_wrapper li a{
		min-width: 204px;
		text-align: center;
	}


	.banner_text .btn_wrapper li:first-child{
		margin-bottom: 15px;

	}

	.stages_section{
		padding-top: 45px;
	}

	.stages_section .inner{
		padding: 0 15px;
	}

	.stages_section h2{
		text-align: center;
		font-size: 26px;
		line-height: 34px;
	}

	.stages_section .subtitle{
		font-size: 20px;
		margin-bottom: 25px;
		line-height: 26px;
		text-align: center;
	}

	.stages_section ul li{
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.sign_up_section h3{
		font-size: 18px;
		margin-bottom: 25px;
	}

	.form_wrapper input[type="submit"]{
		right: 22px;
	}

	.digital_invasion .inner_text{
		transform: none;
		position: relative;
		top: 0;
		padding-top: 0;
	}

	.digital_invasion .inner_text p{
		margin-bottom: 20px;
	}

	.digital_invasion .btn_wrapper{
		text-align: center;
		margin-bottom: 30px;
	}

	.flipster_section .flipster{
		margin-top: 0;
	}

	.digital_invasion .sbt{
		margin-bottom: 20px;
		line-height: 25px;
		font-weight: 600;
		font-family: 'PoppinsMedium';
		padding-left: 15px;
		padding-right: 15px;
	}

	.owl-dots{
		margin: 15px 0;
	}

	.flipster__nav{
		margin: 25px 0;
	}
	
	.footer_section{
		padding: 30px 15px;
	}

	.footer_top,
	.footer_btm{
		text-align: center;
	}
	
	.footer_social li{
		margin-right: 20px;
	}

	.stages_list{
		margin-left: -15px;
		margin-right: -15px;
	}

	.border_title:before, .border_title:after{
		display: none;
	}

	.sponsors_section h2{
		margin-bottom: 30px;
	}

	.digital_invasion .col-sm-5 img{
		display: inline-block;
	}

	.digital_invasion .col-sm-5{
		text-align: center;
	}

	.banner_text{
		text-align: center;
		width: 100%;
		left: 0;
		padding-left: 15px;
		padding-right: 15px;
	}

	.footer_social{
		margin-top: 25px;
	}

	.reg_type li{
		margin-bottom: 30px;
	}

	.reg_type .reg_name{
		margin-bottom: 10px;
	}

	.p_price{
		margin-bottom: 20px;
	}

	.pass_list li{
		margin-bottom: 15px;
	} 

	.group_reg_section h2,
	.register_section .t_categ{
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 30px;
	}

	.banner_subtitle{
		font-size: 18px;
		line-height: 25px;
	}

	.banner_subtitle br{
		display: none;
	}

	.sign_up_section h3,
	.sign_up_section p{
		padding-left: 15px;
		padding-right: 15px;
	}

	.flip-clock-wrapper ul li a div div.inn{
		font-size: 32px;
		line-height: 70px;
	}

	.flip-clock-wrapper ul{
		font-size: 32px;
		width: 40px;
		height: 70px;
		line-height: 70px;
		margin: 2px;
	}

	.flip-clock-divider .flip-clock-label{
		right: -64px;
	}

	.flip-clock-divider.minutes .flip-clock-label,
	.flip-clock-divider.seconds .flip-clock-label{
		right: -75px;
	}

	.flip-clock-divider{
		width: 8px;
	}

	.flip-clock-wrapper{
		margin-bottom: 20px;
	}

	.event_info{
		margin-bottom: 30px;
	}

	.form_wrapper form{
		position: relative;
	}

	.sp_carousel_wrapper .owl-nav{
		top: 47%;
	}

	.terms_info p{
		font-size: 20px;
		margin-bottom: 20px;
	}

	.terms_info .big_btn{
		margin-bottom: 20px;
	}

	.big_btn{
		font-size: 18px;
		padding: 5px 15px;
	}

	.big_btn svg{
		width: 20px;
	}

	.bennefits_section h2{
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 25px;
	}

	.bennefits_section li{
		font-size: 18px;
		margin-bottom: 20px;
	}

	.bennefits_section li i{
		margin-right: 10px;
	}

	.main_sct_t{
		font-size: 34px;
		margin-bottom: 25px;
	}

	.main_top p{
		font-size: 18px;
	}





} /* end 767px; */

@media only screen and (max-width: 680px){
	.discount_box:first-child{
		margin-bottom: 30px;
	}

	.discount_box .title{
		margin-bottom: 30px;
	}


}



@media only screen and (max-width: 560px){
	.top_btn_wrapper .main_btn{
		padding: 7px;
		font-size: 10px;
		border-width: 2px;
	}

	.top_btn_wrapper .main_btn span{
		display: none;
	}

	.top_btn_wrapper li{
		margin-left: 2px;
	}

	.top_btn_wrapper{
		margin-top: 7px;
	}

	.pass_header{
		padding: 15px 0;
	}

	.tnp-subscription input[type=submit]{
		position: relative;
		right: 0;
		width: 100%;
	}

	
	

}

@media only screen and (max-width: 460px){
	.speaker_info h3{
		font-size: 16px;
		margin-bottom: 10px;
	}

	.speaker_info .descr{
		line-height: 15px;
		margin-bottom: 5px;
	}

	.descr.vertical-center,
	.speaker_info h3.vertical-center{
		transform: none;
		top: 0;
		position: relative;
	}

	/*.top_btn_wrapper{
		display: none;
	}

	.site_tile{
		display: block;
		text-align: center;
	}*/

	.banner_title{
		font-size: 30px;
		line-height: 35px;
	}

	.flip-clock-divider.minutes{
		width: 0;
		clear: both;
	}

	.speaker_info{
		position: relative;
	}

	.speaker_info .sp_descr{
		width: 100%;
	}

	.sp_carousel_wrapper .inner_left{
		padding-right: 0;
		border-right: none;
	}

	.sp_carousel_wrapper .inner_right{
		padding-left: 0;
	}



	
}

@media only screen and (max-width: 370px){
	.top_btn_wrapper{
		margin-top: 5px;
	}
	.site_tile img{
		max-width: 180px;
	}
}

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

	.top_btn_wrapper{
		margin-top: 3px;
	}

	.site_tile img{
		max-width: 150px;
	}
}


