@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:100,700');
@font-face {
	font-family: h5p-icons;
	src: url("../fonts/icomoon.woff");
}
* {
	outline: none;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #434c5a;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 1.85rem;
	-webkit-font-smoothing: antialiased;
}
a {
	color: #e91456;
	text-decoration: none;
}
a:hover {
	background-color: #e91456;
	color: white;
}
section, h1, h2, h3, h4, h5, p, span {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h1, h2, h3, h4, h5 {
	text-align: center;
}
h1 {
	font-size: 3.5rem;
	line-height: 3.5rem;
	font-weight: 100;
}
.head h2 {
	color: #f07da8;
	font-size: 2.5rem;
	font-weight: 300;
	line-height: 3rem;
	letter-spacing: -1px;
}
h3 {
	font-size: 1rem;
}
label {
	font-weight: bold;
	float: left;
}
input, select {
	width: 100% !important;
	border: solid 2px #d4d4e4;
	padding: 1rem;
	margin-bottom: 0.75rem;
	margin-top: 0.5rem;
	border-radius: 3px;
	font-weight: 300;
	font-size: 1rem;
	box-sizing: border-box;
}
input:focus, select:focus {
	border-color: #f07da8;
	box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.01), 0px 0px 8px rgba(0, 0, 0, 0.2);
	transition: 0.2s all;
}
input::placeholder {
 color: #b2b7c2;
}
button {
	border: none;
}
.room {
	float: left;
	min-width: 5em;
	font-weight: 600;
	font-size: 0.650em;
	line-height: 2em;
	display: inline-block;
	border-radius: 2em;
	padding: 0em 1em;
	color: #293241;
	margin-left: 0.5em;
	background-color: #e2e5ee;
}
.label-description {
	color: #717e96;
	float: right;
	font-size: 0.85rem;
}
.full-width {
	width: 100%;
}
.margin-top-md {
	margin-top: 1rem;
}
.margin-top-sm {
	margin-top: 0.5rem;
}
.margin-lg {
	margin: 2rem auto;
}
.margin-right-md {
	margin-right: 1rem;
}
.head-2 .v-align {
	padding-top: 6rem !important;
}
.head-2 .logo {
	width: 6em !important;
}
.head-2 h1 {
	font-size: 2em !important;
	line-height: normal;
}
.v-align {
	display: table-cell;
	vertical-align: middle;
	position: absolute;
	z-index: 102;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 8rem;
}
.about-h5p {
	background-color: #e11f5d;
	color: #fff;
	overflow: hidden;
	background-image: url(../img/conference-back.jpg);
	background-size: 100%;
	background-attachment: fixed;
	background-position: center;
}
.conference-speakers {
	background-color: #e11f5d;
	color: #fff;
	overflow: hidden;
	background-image: url(../img/speakers-background.jpg);
	background-size: 100%;
	background-attachment: fixed;
	background-position: center;
}
.conference-speakers h2 {
	color: #ffffff;
}
.head {
	height: 35rem;
	width: 100%;
	text-align: center;
	display: table;
	position: relative;
	overflow: hidden;
	background-color: #293241;
	color: #fff;
}
.head-2 {
	max-height: 20rem !important;
	background-image: url("../img/back.png") !important;
	background-position: top;
	background-repeat: no-repeat;
	background-size: 80%;
	background-color: rgba(26, 40, 64);
	background-attachment: fixed;
}
.menu {
	width: 100%;
	position: absolute;
	top: 0;
	line-height: 1;
	text-align: right;
	z-index: 103;
}
.menu ul {
	margin: 0 1rem;
}
.menu a {
	color: white;
	display: block;
	padding: 1rem;
	font-weight: 600;
	transition: 0.2s all;
	border-bottom: solid 2px transparent;
}
.menu a:hover {
	background-color: transparent !important;
	color: #ffffff;
	border-color: white;
}
.menu li {
	list-style: none;
	display: inline-block;
	padding: 1rem 0;
	margin: 0 0.25rem;
}
.menu .active {
	color: #f07da8;
	border-bottom-color: #f07da8 !important;
	cursor: default;
}
.menu a.active:hover {
	color: #f07da8;
	border-bottom-color: #f07da8 !important;
	cursor: pointer;
}
.mobile-container {
	width: 100%;
	margin: auto;
	background-color: #202841;
	color: white;
	border-radius: 10px;
	display: none;
	position: fixed;
	z-index: 1000;
}
.mobile-container .topnav {
	overflow: hidden;
	background-color: #e91456;
	position: relative;
}
.mobile-container .topnav #myLinks {
	display: none;
}
.mobile-container .topnav a {
	color: white;
	padding: 0.5em 1em 0.5em 1em;
	text-decoration: none;
	font-size: 1.5em;
	display: block;
	text-align: left;
	font-weight: bold;
	border-bottom: solid 1px #ff4c84;
}
.mobile-container .active-page-title {
	display: block;
	padding: 1em;
	text-align: left;
	padding-left: 1em;
	font-weight: bold;
	font-size: 1.5em;
}
.mobile-container .topnav a.icon {
	background: #e91456;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	color: white;
	border: none !important;
	padding: 1em;
}
.mobile-container .topnav a:hover {
	background-color: #e91456;
}
.mobile-container .active {
	background-color: #e91456;
	color: white;
}
.logo {
	width: 8rem;
	height: auto;
	margin-bottom: 0.25rem;
}
.btn {
	background-color: transparent;
	text-align: center;
	padding: 1rem 2rem;
	cursor: pointer;
	transition: 0.2s all;
	font-weight: 400;
	font-size: 1.2rem;
	border-radius: 3px;
}
.btn:hover {
	background-color: #e11f5d;
	border-color: #e11f5d;
}
.outlined {
	border: 1px solid #e11f5d;
	color: #e11f5d;
}
.outlined:hover {
	color: #ffffff;
	background-color: #e11f5d;
}
.btn-pink {
	background-color: #e11f5d;
	color: #fff;
	border-color: #e11f5d;
}
.spread-a-word {
	display: block;
	font-size: 0.85rem;
	opacity: 0.5;
	color: #edf0fc;
	margin-top: 4rem;
	text-decoration: underline;
}
.spread-a-word:hover {
	background-color: transparent !important;
}
.btn-pink:hover {
	background-color: #e6376e;
	color: #fff;
	border-color: #e6376e;
}
.box100 {
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 4rem 0;
}
.box33 {
	width: 33%;
	float: left;
	box-sizing: border-box;
}
.box30 {
	width: 30%;
	float: left;
	box-sizing: border-box;
}
.box70 {
	width: 70%;
	float: left;
	box-sizing: border-box;
}
.box10 {
	width: 10%;
	float: left;
	box-sizing: border-box;
}
.box50 {
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.box25 {
	width: 25%;
	float: left;
	box-sizing: border-box;
}
.clear {
	clear: both;
}
.intro-img {
	float: right;
	width: 50%;
	padding: 0 0 3rem 3rem;
	max-width: 60rem;
	min-width: 20rem;
}
h2 {
	color: #000000;
	font-weight: 200;
	font-size: 2.5rem;
	margin-bottom: 0.5em;
	line-height: normal;
}
.themes h3, .speakers h3 {
	margin-bottom: 1rem;
}
.themes span {
	display: block;
}
.themes img {
	max-width: 5rem;
	width: 100%;
	float: left;
	height: auto;
	margin-bottom: 1rem;
	margin-right: 1em;
}
.icons-h5p-con {
	font-family: h5p-icons;
	color: #e11f5d;
	font-size: 3rem;
	margin-bottom: 1rem;
}
.con-details h3 {
	font-weight: bold;
	text-align: left;
	margin-bottom: 1rem;
	font-size: 1.25rem;
}
.con-details li {
	padding: 0;
	margin: 0;
}
.con-details ul {
	margin: 1rem;
	padding: 0;
}
.con-details .description {
}
.icon-date::before {
	content: "\e900";
}
.icon-place::before {
	content: "\e901";
}
.icon-ticket::before {
	content: "\e902";
}
.icon-time {
	font-weight: bold;
	font-size: 0.85rem;
	background-color: #e2e5ee;
	color: #3c4859;
	padding: 0em 0.85em;
	display: inline-block;
	border-radius: 1em;
	margin-bottom: 0.5em;
}
.icon-time::before {
	font-family: h5p-icons;
	content: "\e904";
	font-size: 1rem;
	margin-right: 0.5em;
	font-weight: normal;
}
.icon-proceed {
	content: "\e903";
}
.themes .title {
	font-size: 1.25em;
}
.themes .level {
	font-style: italic;
	font-size: 0.883rem;
	opacity: 0.6;
	margin: 0.8rem 0;
}
.themes .short-description {
	font-weight: 100;
}
.themes .long-description li {
	margin-bottom: 1rem;
}
.themes:after {
	content: '';
	display: block;
	clear: both;
}
.single-theme {
	padding: 2rem;
	box-sizing: border-box;
}
.gray-box {
	border: 0.417rem solid #eeeeee;
	border-radius: 3px;
	padding: 1rem;
	margin: 2rem 0em;
	text-align: left;
}
.big-text {
	font-size: 1.85rem;
	font-weight: 300;
	line-height: normal;
}
.speaker {
	border-radius: 5px;
	min-height: 22rem;
	box-sizing: border-box;
	border: solid 3px #eff0f2;
	padding: 2rem;
	margin-bottom: 1rem;
	box-sizing: border-box;
}
.speaker .btn {
	margin: 6.85rem 0 0 0;
	box-sizing: border-box;
}
.call-for-papers {
	background: #e11f5d;
	color: white;
}
.speaker img {
	height: 6rem;
	float: left;
	margin-right: 2rem;
}
.speaker .name {
	font-weight: 600;
	display: block;
}
.speaker .title {
	font-style: italic;
	font-size: 0.883rem;
	opacity: 0.6;
	margin-bottom: 1rem;
	display: block;
	line-height: normal;
}
.speaker .description {
}
.organisers {
	background-color: #eff0f2;
}
.organisers .title {
	font-weight: 600;
	display: block;
	text-align: center;
	padding-bottom: 1rem;
	text-transform: uppercase;
}
.get-tickets .title {
	font-weight: 600;
	display: block;
	text-align: left;
	padding-bottom: 1rem;
	text-transform: uppercase;
}
.organisers img {
	margin: 0 auto;
	display: block;
}
.get-tickets {
	text-align: center;
	background-color: #1a2840;
	color: #bec2c9;
}
.separator {
	height: 2px;
	display: block;
	background: #eaeaea;
	width: 100%;
}
.get-tickets .logo {
	margin-bottom: 1rem;
	width: 14.500rem;
}
.get-tickets .line1 {
	color: white;
	font-size: 1.250rem;
	font-weight: normal;
}
.get-tickets .line2 {
	opacity: 0.5;
	color: #edf0fc;
	font-size: 1rem;
	font-weight: normal;
	line-height: auto;
	letter-spacing: normal;
}
.footer {
	text-align: center;
	background-color: #1a2840;
	color: #fff;
	border-top: solid 1px #3c485c;
}
.footer .box100 {
	padding: 2rem;
}
.tranistion {
	transition: 0.2s all;
}
.get-tickets .prices {
	text-align: left;
	background-color: #233149;
	border-radius: 3px;
	border: solid 2px #28364e;
	box-sizing: border-box;
	margin-top: 3rem;
}
.get-tickets .prices .price {
	display: block;
}
.get-tickets .prices .price-n {
	padding-right: 10px;
	border-right: 1px solid white;
	margin-right: 10px;
}
.get-tickets .prices ul {
	padding: 0;
	margin: 0;
}
.get-tickets .prices li {
	list-style: none;
	display: inline;
	padding: 0 5px 0 0;
}
.tickets-form {
	border: solid 2px #f2f2f6;
	padding: 2.5rem;
	margin: 1rem;
	border-radius: 3px;
}
.tickets-form label::after {
	content: ' *';
	color: #e11f5d;
}
.tickets-form label:nth-child(13)::after, .tickets-form label:nth-child(15)::after {
	display: none;
}
.banner {
	background-color: #fefbc3;
	color: black;
	font-size: 0.85rem;
	line-height: 0.85rem;
	padding: 0.25rem;
	position: fixed;
	z-index: 1000;
	width: 100%;
	top: 0;
	left: 0;
	font-weight: normal;
	border-bottom: solid 1px #f5ef91;
}
#video-bg {
	position: relative;
	width: auto;
	min-width: 100%;
	height: auto;
	margin-top: -25%;
}
video {
	display: block;
}
.video-container {
	width: 100%;
	max-height: 35rem;
	overflow: hidden;
	position: absolute;
	right: 0;
	z-index: 100;
}
.overlay {
	min-width: 100%;
	min-height: 35rem;
	width: auto;
	height: auto;
	background-color: black;
	opacity: 1;
	position: absolute;
	z-index: 101;
	background: rgba(26, 40, 64);
	background: linear-gradient(to right, rgba(26,40,64,0.75), rgba(26,40,64,0.95), rgba(26,40,64,0.75));
}
.format {
	text-align: left;
}
.format .title {
	font-weight: 600;
	color: #000000;
}
.format .time {
	border: 1px solid #e6e9ec;
	border-radius: 2.083em;
	background-color: #e2e5ee;
	font-size: 0.667em;
	color: #3c4859;
	text-align: center;
	display: inline-block;
	padding: 0 1em;
	font-weight: bold;
	margin-left: 0.5em;
	line-height: 2.5em;
}
.format .description {
	display: block;
	margin-bottom: 1em;
}
.paralel-sessions-1 {
	background-color: #DA344D;
	border-radius: 2px;
}
.paralel-sessions-1 span {
	left: -4.5em;
}
.rotate-text {
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Safari 3-8 */
	transform: rotate(90deg);
	display: block;
	position: absolute;
}
#btn-top {
	display: none;
	position: fixed;
	bottom: 5%;
	right: 20%;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #293241;
	color: white;
	cursor: pointer;
	padding: 1.5rem;
	border-radius: 20rem;
}
#btn-top::before {
	content: "\e905";
	font-family: h5p-icons;
	font-size: 1.5rem;
	font-weight: normal;
}
#btn-top:hover {
	background-color: #d0134e;
}
.presentation {
	border-color: rgba(166,166,166,0.1);
	border-width: 1px 0 0 1px;
	border-style: solid;
	padding: 1.5em;
	border-radius: 3px;
	margin: 0 0 0.5em 0;
	-webkit-box-shadow: 10px 10px 30px rgba(166,166,166,0.2);
	-moz-box-shadow: 10px 10px 30px rgba(166,166,166,0.2);
	box-shadow: 10px 10px 30px rgba(166,166,166,0.2);
}
.break .content .title {
	display: inline-block !important;
	margin-left: 0.5em;
}
.break .content .time {
	margin-bottom: 0 !important;
}
.presentation .presenter-img {
	min-width: 10%;
	float: right;
}
.presentation .presenter-img img {
	width: 6.5rem;
	height: 6.5rem;
	border-radius: 50%;
	border: solid 8px #ffffff;
	float: left;
	margin-right: -1.5em;
	-webkit-box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.13);
	-moz-box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.13);
	box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.13);
}
.single-video .presenter-img img {
	width: 4.5rem;
	height: 4.5rem;
	border: solid 4px #ffffff;
}
.presentation .presenter-img img:last-child {
	margin-right: 0px;
}
.presentation .content {
	max-width: 90%;
	float: left;
}
.presentation .content .time {
	font-weight: bold;
	font-size: 1.25rem;
	background-color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	color: #293241;
	display: inline-block;
	margin-bottom: 0.5em;
	float: left;
	letter-spacing: -1px;
}
.presentation .content .time::before {
	font-family: h5p-icons;
	content: "\e904";
	font-size: 1rem;
	margin-right: 0.5em;
	font-weight: normal;
}
.presentation .content .title {
	/*font-family: 'Roboto Condensed', sans-serif;*/
	font-size: 1.25em;
	line-height: auto;
	display: block;
}
.presentation .content .presenter-name {
	font-size: 0.750em;
	font-style: italic;
	color: #757575;
	display: block;
	line-height: 1.5em;
}
.presentation .content .presentation-type {
	float: left;
	min-width: 6em;
	font-weight: 600;
	font-size: 0.650em;
	line-height: 2em;
	display: inline-block;
	border-radius: 2em;
	padding: 0em 1em;
	margin-left: 0.85em;
}
.working-paper {
	background-color: #fff59e;
	color: #5c5416;
}
.full-research-paper {
	background-color: #ffcaae;
	color: #81492b;
}
.visual-presentation {
	background-color: #ffd7d7;
	color: #702727;
}
.tech-demo-workshop {
	background-color: #c2f7c5;
	color: #244025;
}
.core-team-workshop {
	background-color: #d6ddff;
	color: black;
}
.presentation:after, .presentation .content .title:before, .parallel-session-1:after {
	content: "";
	display: block;
	clear: both;
}
.paralel-sessions {
	position: relative;
}
.paralel-sessions span {
	width: 100%;
	position: absolute;
	background-color: salmon;
}/*
.track-developers span{
  left: -2.4em;
}*/
.parallel-session-td {
	border-collapse: collapse;
	background-color: #1a2840;
	white-space: nowrap;
	width: 20px !important;
	position: relative;
	color: white;
	font-size: 0.500em;
	line-height: 0.500em;
	font-weight: bold;
	letter-spacing: 5px;
	text-transform: uppercase;
}
.parallel-session-table {
	width: 100%;
	margin: 1em 0;
}
.padding-small {
	padding: 0 0 0 0.5em;
}
.rotate {
	/* FF3.5+ */
	-moz-transform: rotate(-90.0deg);
	/* Opera 10.5 */
	-o-transform: rotate(-90.0deg);
	/* Saf3.1+, Chrome */
	-webkit-transform: rotate(-90.0deg);
  /* IE6,IE7 */
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.083);
	/* IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
	/* Standard */
	transform: rotate(-90.0deg);
	left: -76px;
	position: absolute;
	text-align: center;
}
/*TABS*/
.pc-tab > input, .pc-tab section > div {
	display: none;
}
#tab1:checked ~ section .tab1, #tab2:checked ~ section .tab2, #tab3:checked ~ section .tab3 {
	display: block;
}
#tab1:checked ~ nav .tab1, #tab2:checked ~ nav .tab2, #tab3:checked ~ nav .tab3 {
	color: #f07da8;
}
.pc-tab {
	margin: 0 auto;
}
.date {
	font-size: 1.5em;
	color: #e91456;
	display: block;
	text-align: center;
	font-weight: 300;
	padding: 1rem;
	margin-bottom: 1em;
}
.pc-tab ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.pc-tab ul li {
	display: inline-block;
	margin-right: 10px;
}
.pc-tab ul li label {
	float: left;
	padding: 1rem 2rem;
	color: #444;
	font-family: 'Roboto', sans-serif;
	font-size: 1.5em;
	font-weight: 300;
	border-bottom: solid 4px #f5f5f5;
}
.bottom-nav li label {
	float: left;
	padding: 1rem 2rem;
	color: #444;
	font-family: 'Roboto', sans-serif;
	font-size: 0.850em !important;
	font-weight: 600 !important;
	border-bottom: solid 4px white !important;
}
.pc-tab ul li label:hover {
	background: #f5f5f5;
	cursor: pointer;
}
.pc-tab ul li label:active {
	background: #ffffff;
}
.pc-tab section {
	clear: both;
}
#tab1:checked ~ nav .tab1 label, #tab2:checked ~ nav .tab2 label, #tab3:checked ~ nav .tab3 label {
	color: #e91456;
	position: relative;
	border-bottom-color: #e91456;
}
/*END TABS*/


.no-frame {
	border: none;
	outline: none;
	width: 100%;
	height: 100%;
}
.single-video {
	padding-left: 1em;
}
.single-video .presenter-img {
	float: left;
	width: 100%;
	margin-bottom: 1em;
}
.play {
	font-weight: bold;
	font-size: 1.25rem;
	background-color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	color: #e91456;
	display: inline-block;
	float: left;
	letter-spacing: -1px;
	text-align: center;
	cursor: pointer;
	border: solid 2px #f0f0f0;
	padding: 0.5em;
}
.play:hover {
	color: #ffffff;
	background-color: #e91456;
}
.play-button {
}
.play-button::before {
	font-family: h5p-icons;
	content: "\e906";
	font-weight: normal;
	line-height: normal;
	cursor: pointer;
	margin-right: 0.5em;
}
.play img {
	max-width: 250px;
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 0.5em;
}
.video-thumb {
	max-width: 250px;
}
.home-page-video-container .video-thumb {
	margin: 0 auto;
	clear: both;
}
.home-page-video-container .box33 {
	box-sizing: border-box;
	padding: 1em;
}
.home-page-video-container .content {
	max-width: 100%;
	float: none;
	text-align: center;
}
.home-page-video-container .presentation {
	border: none;
	box-shadow: none;
}
.home-page-video-container .title {
	padding: 0.5em 0;
	text-align: center;
}
.home-page-video-container .play img {
	max-width: 100%;
	margin-bottom: 0em;
}
.online-challenge-tweet {
	padding-left: 3em;
}

@media only screen and (max-width: 320px) {
body {
	font-size: 16px;
}
.rotate {
	left: -66px;
}
}

@media only screen and (max-width: 780px) {
h1, .head-2 h1{
	font-size: 2rem !important;
	line-height: 2rem !important;
	padding: 0 0.5rem;
}
.head h2, h2{
	font-size: 2rem !important;
	line-height: 2rem !important;
	padding: 0 0.5rem;
}
.spread-a-word {
	font-size: 1rem !important;
	margin-top: 0;
}
.head-2 .logo, .logo {
	width: 5em !important;
}
.mobile-container {
	display: block;
}
.menu {
	display: none;
}
.head-2 .v-align {
	padding-top: 8rem !important;
}
#btn-top {
	display: none;
	position: fixed;
	bottom: 5%;
	right: calc(50% - 2rem);
}
.box70 {
	width: 100%;
}
.box30 {
	width: 100%;
}
.themes .box33 {
	width: 100%;
	float: none;
}
.home-page-video-container .box33 {
	width: 100%;
}
.online-challenge-tweet {
	padding-left: 0px;
}
}

@media only screen and (max-width: 1020px) and (orientation: portrait) {
.all-videos .presentation .content .title {
	padding: 0.5em 0;
	text-align: center;
}
.all-videos .presentation .content {
	max-width: 100%;
}
.all-videos .presentation .content .presenter-name {
	text-align: center;
}
.all-videos .box30, .all-videos .box70 {
	width: 100%;
	min-width: 100%;
	clear: both;
}
.all-videos .video-thumb {
	margin: 0 auto;
	clear: both;
}
.all-videos .play {
	display: block !important;
	float: none;
	max-width: 250px;
	margin: 0 auto;
}
.all-videos .play img {
	margin: 0 auto 0.5em auto;
}
.rotate {
	left: -66px;
}
.tracks li {
	width: 100%;
	margin: 1em 0;
}
.tracks .track-img {
	height: 100px;
	float: left;
	width: auto;
	margin-right: 0.5em;
	padding: 1em;
}
.tracks li .desc {
	margin: 0;
	text-align: left;
	line-height: normal;
	padding: 0;
}
.track-btn {
	display: inline-block;
	float: left;
	width: 100%;
}
.track {
	text-align: left;
	display: inline-block;
	margin-top: 1em;
}
.icons-h5p-con {
	font-size: 1.5rem;
}
.organisers img {
	width: 100%;
}
.get-tickets .line2 {
	line-height: normal;
}
.single-theme img {
	float: none;
	max-width: 10rem !important;
}
.get-tickets .btn {
	margin-top: 2rem;
}
.single-theme {
	margin-top: 0.5rem;
}
.themes h3, .speakers h3 {
	margin-bottom: 1.5rem;
}
.intro-img {
	width: 70%;
	max-width: 60rem;
}
.about-h5p .big-text {
	font-size: auto;
	font-weight: 300;
}
.about-h5p, .conference-speakers, .video-sessions {
	background-size: cover;
}
.video-container {
	max-height: 35rem;
}
.spread-a-word {
	font-size: 1.5rem;
	margin-top: 0;
}
.head {
	height: 35rem;
}
.margin-top-md {
	margin-top: 0.5rem;
}
.overlay {
	min-height: 35rem;
}
.v-align {
	padding-top: 10rem;
}
.head .btn {
	margin: 2.5rem 0;
}
.head-2 {
	background-size: 300%;
	background-position: top;
	max-height: 20rem !important;
	background-size: 280% !important;
}
.menu a {
	font-size: 1rem;
}
.banner {
	color: black;
	font-size: 1rem !important;
	line-height: 1rem;
	padding: 1rem;
}
body {
	line-height: 1.85em;
}
.home-page-video-container .box33 {
	padding: 0em;
}
.btn {
	width: 100%;
}
.themes {
	margin: 0;
	padding: 0;
}
.intro .box50 {
	width: 100%;
	float: none;
}
.con-details .box50 {
	width: 100%;
	float: none;
}
.con-details .box25 {
	width: 100%;
	margin-top: 2em;
	float: none;
}
.label-description {
	float: none;
	display: block;
	line-height: 1.25rem;
}
label {
	float: none;
	display: block;
}
.menu {
	text-align: center;
}
.menu ul {
	margin: 0;
	padding: 0;
}
.padding-lg {
	padding: 2rem;
}
.mobile-container {
	font-size: 14px;
}
}

@media only screen and (max-width: 1650px) {
.head-2 {
	background-image: url("../img/back.png") !important;
	background-position: top;
	background-size: 150%;
}
.speakers .box30 {
	width: 100%;
	float: none;
}
.box100 {
	padding: 4rem 2rem;
}
.single-theme img {
	float: left;
	max-width: 15rem;
}
.speaker {
	min-height: auto;
}
.padding-md {
	padding: 1rem;
}
}
.conference-speakers {
	padding: 2em 0;
}
