/* Generated by less 2.2.0 */
@charset "utf-8";
/*
Theme Name: MWC18 - Github 
Theme URI: https://www.gsma.com
Author: the MWC team
Author URI: https://www.gsma.com
Description: 2017 Wordpress theme for MWC18 website - Creating a Better Future
Version: 3.1.2
Tags:gsma, mobileworldcongress, MWC,MWC17,MWC18, Mobile World Congress
Text Domain: mobileworldcongress
*/
/* LESS Document */
/* imports */
body {
  background: #313131;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: 36px;
  color: #08131f;
}
img {
  height: auto;
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}
.menu-active,
.menu-active body {
  overflow: hidden;
}
.header {
  width: 100%;
  height: 72px;
  max-width: 1440px;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  position: fixed;
  background: url(images/menu-pat.png) repeat #322c7a;
  background-size: 450px;
  z-index: 700;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.header:after {
  content: "";
  position: absolute;
  left: 0;
  top: -50%;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: -moz-radial-gradient(center, ellipse cover, rgba(65, 99, 155, 0) 0%, rgba(16, 11, 71, 0.9) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(65, 99, 155, 0) 0%, rgba(16, 11, 71, 0.9) 100%);
  background: radial-gradient(ellipse at center, rgba(65, 99, 155, 0) 0%, rgba(16, 11, 71, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0041639b", endColorstr="#e6100b47", GradientType=1);
}
.admin-bar .header {
  top: 32px;
}
.header-cover {
  width: 100%;
  height: 72px;
  position: absolute;
  background: #fff;
  z-index: 1;
}
.menu-active .header {
  height: 100%;
}
.header-inner {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  height: 72px;
}
.header .logo {
  float: left;
  height: 42px;
  width: 205px;
  background: url(images/mwc-logo.png) no-repeat;
  background-size: 100%;
  margin: 15px 0;
  padding: 0;
  position: relative;
  z-index: 5;
}
.header .logo h1 {
  text-indent: -99999px;
  margin: 0;
  padding: 0;
  display: none;
}
.header .mwc-date {
  position: absolute;
  top: 0;
  left: 0;
  width: 85%;
  z-index: 4;
  max-width: 550px;
  margin: 0;
  padding: 0 0 0 240px;
  height: 72px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mwc-date-holder {
  height: 72px;
  width: 100%;
  float: left;
  position: relative;
}
.header .mwc-date img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.header .mwc-date h1 {
  text-indent: -99999px;
  margin: 0;
  padding: 0;
  display: none;
}
.search-active .header .mwc-date {
  max-width: 240px;
}
.header-inner .action-button {
	position: relative;
	float: right;
	z-index: 5;
	margin: 14px 5px;
}
.header-actions {
  position: absolute;
  z-index: 4;
  left: 240px;
  top: 0;
  right: 45px;
  bottom: 0;
  overflow: hidden;
}
.hamburger {
  width: 38px;
  height: 40px;
  position: absolute;
  right: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  cursor: pointer;
}
.hamburger span {
  height: 3px;
  position: absolute;
  background: #25a0d6;
  margin: auto;
  left: 5px;
  right: 5px;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 150ms ease-in, rotate 150ms ease-in, scale 150ms ease-in;
  -moz-transition: -moz-transform 150ms ease-in, rotate 150ms ease-in, scale 150ms ease-in;
  -o-transition: -o-transform 150ms ease-in, rotate 150ms ease-in, scale 150ms ease-in;
  transition: -webkit-transform 150ms ease-in,-moz-transform 150ms ease-in,-o-transform 150ms ease-in,transform 150ms ease-in, rotate 150ms ease-in, scale 150ms ease-in;
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
  -moz-transform: translate3d(0, 0, 0) scale(1, 1);
  -o-transform: translate3d(0, 0, 0) scale(1, 1);
  -ms-transform: translate3d(0, 0, 0) scale(1, 1);
  transform: translate3d(0, 0, 0) scale(1, 1);
}
.hamburger span:nth-of-type(1) {
  -webkit-transform: translate3d(0, -8px, 0);
  -moz-transform: translate3d(0, -8px, 0);
  -o-transform: translate3d(0, -8px, 0);
  -ms-transform: translate3d(0, -8px, 0);
  transform: translate3d(0, -8px, 0);
}
.hamburger span:nth-of-type(2) {
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
  -moz-transform: translate3d(0, 0, 0) scale(1, 1);
  -o-transform: translate3d(0, 0, 0) scale(1, 1);
  -ms-transform: translate3d(0, 0, 0) scale(1, 1);
  transform: translate3d(0, 0, 0) scale(1, 1);
}
.hamburger span:nth-of-type(3) {
  -webkit-transform: translate3d(0, 8px, 0);
  -moz-transform: translate3d(0, 8px, 0);
  -o-transform: translate3d(0, 8px, 0);
  -ms-transform: translate3d(0, 8px, 0);
  transform: translate3d(0, 8px, 0);
}
.menu-active .menu-trigger span:nth-of-type(1),
.search-active .search-close span:nth-of-type(1) {
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg) scale(1, 1.2);
  -moz-transform: translate3d(0, 0, 0) rotate(45deg) scale(1, 1.2);
  -o-transform: translate3d(0, 0, 0) rotate(45deg) scale(1, 1.2);
  -ms-transform: translate3d(0, 0, 0) rotate(45deg) scale(1, 1.2);
  transform: translate3d(0, 0, 0) rotate(45deg) scale(1, 1.2);
}
.menu-active .menu-trigger span:nth-of-type(2),
.search-active .search-close span:nth-of-type(2) {
  -webkit-transform: translate3d(0, 0, 0) scale(0, 1.2);
  -moz-transform: translate3d(0, 0, 0) scale(0, 1.2);
  -o-transform: translate3d(0, 0, 0) scale(0, 1.2);
  -ms-transform: translate3d(0, 0, 0) scale(0, 1.2);
  transform: translate3d(0, 0, 0) scale(0, 1.2);
}
.menu-active .menu-trigger span:nth-of-type(3),
.search-active .search-close span:nth-of-type(3) {
  -webkit-transform: translate3d(0, 0, 0) rotate(-45deg) scale(1, 1.2);
  -moz-transform: translate3d(0, 0, 0) rotate(-45deg) scale(1, 1.2);
  -o-transform: translate3d(0, 0, 0) rotate(-45deg) scale(1, 1.2);
  -ms-transform: translate3d(0, 0, 0) rotate(-45deg) scale(1, 1.2);
  transform: translate3d(0, 0, 0) rotate(-45deg) scale(1, 1.2);
}
.menu-top .mymwc-trigger a {
  cursor: pointer;
}
.menu-top .mymwc-trigger img {
  display: none;
}
.header-action-button {
  padding: 0 30px;
  white-space: nowrap;
  position: absolute;
  top: 0;
  right: 100%;
  margin: 0 55px 0 0;
  height: 44px;
  color: #fff;
  background: #e1272f;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 44px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.header-action-button:hover {
  background: #ff353e;
}
.page-template-registrartion-page a.header-action-button {
  display: none;
}
.search-container {
  width: 44px;
  height: 44px;
  border: 1px solid #fff;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.search-button {
  width: 44px;
  height: 44px;
  color: #25a0d6;
  font-family: "mwc";
  font-size: 36px;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.search-container form {
  display: inline-block;
}
.search-button span {
  margin-left: 8px;
}
.search-active .search-container {
  width: 100%;
  border: 1px solid #c1c1c1;
  background: #f5f8fa;
}
.search-active .search-button {
  width: 44px;
  height: 44px;
  color: #c1c1c1;
  font-family: "mwc";
  font-size: 30px;
  cursor: pointer;
}
.search-container .search-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  left: 50px;
  z-index: -1;
}
#search-input {
  width: 100%;
  height: 34px;
  line-height: 34px;
  margin-top: 4px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #333;
  background: 0 none;
}
.search-close {
  right: -50px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 0);
  -moz-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 0);
  -o-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 0);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 0);
}
.search-active .search-close {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.hamburger.menu-trigger {
  bottom: auto;
  top: 16px;
}
.menu-top {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  overflow: auto;
}
.menu-active .menu-top {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-animation-name: transit;
  -moz-animation-name: transit;
  -o-animation-name: transit;
  -ms-animation-name: transit;
  animation-name: transit;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  -ms-animation-duration: 0.4s;
  animation-duration: 0.4s;
  transition: all 0.25s ease-in-out;
}
.menu-top .menu {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
  display: table;
}
.menu-top .menu ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
.menu-top .menu > ul {
  float: none;
  width: auto;
  display: table-cell;
  vertical-align: top;
  margin: 0;
  padding: 0 25px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.menu-top .menu > ul:last-child {
  border-right: 0 none;
  padding-right: 0;
}
.menu-top .menu > ul:first-child {
  padding-left: 0;
}
.menu-top .menu ul li {
  list-style-type: none;
  color: #fff;
  width: 100%;
  float: left;
  margin: 0;
  padding: 10px 0;
}
.menu-top .menu ul li a {
  width: 100%;
  float: left;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.menu-top .menu ul li ul li a {
  line-height: 16px;
}
/* ??? */
.menu-top .menu ul li ul li {
  padding: 14px 0;
}
/* ??? */
.menu-top .menu ul li a:hover {
  text-decoration: underline;
}
.menu-top .menu > ul > li:first-child > a {
  position: relative;
  display: inline-block;
  float: none;
  width: auto;
  color: #11a0db;
  margin: 15px 0 10px;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.menu-top .menu > ul > li:first-child > a:after {
  position: absolute;
  height: 15px;
  width: 100%;
  content: "";
  bottom: -9px;
  left: 0;
  border-bottom: solid 1px #11a0db;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.menu-top .menu > ul > li:first-child > a:hover {
  color: #fff;
  text-decoration: none;
}
.menu-top .menu > ul > li:first-child > a:hover:after {
  border-bottom: solid 1px #fff;
}
.mobile-item {
  display: none;
}
.menu-active .menu-top .menu > ul:nth-of-type(1) {
  -webkit-animation: down 0.6s ease both 0s;
  animation: down 0.6s ease both 0s;
}
.menu-active .menu-top .menu > ul:nth-of-type(2) {
  -webkit-animation: down 0.6s ease both 0.2s;
  animation: down 0.6s ease both 0.2s;
}
.menu-active .menu-top .menu > ul:nth-of-type(3) {
  -webkit-animation: down 0.6s ease both 0s;
  animation: down 0.6s ease both 0s;
  width: 21%;
}
.menu-active .menu-top .menu > ul:nth-of-type(4) {
  -webkit-animation: down 0.6s ease both 0.3s;
  animation: down 0.6s ease both 0.3s;
  width: 19%;
}
.menu-active .menu-top .menu > ul:nth-of-type(5) {
  -webkit-animation: down 0.6s ease both 0.2s;
  animation: down 0.6s ease both 0.2s;
}
.menu-active .menu-top .menu > ul:nth-of-type(6) {
  -webkit-animation: down 0.6s ease both 0.1s;
  animation: down 0.6s ease both 0.1s;
  width: 14%;
}
.menu-top .main-action .main-action-form {
  margin: 50px 0 25px 0;
}
.menu-top center {
  margin: 0 0 300px 0;
  width: 100%;
  display: inline-block;
}
/*buttons*/
.action-button {
  padding: 0 25px;
  white-space: nowrap;
  margin: 0 15px;
  border: solid 1px #fff;
  display: inline-block;
  height: 44px;
  color: #fff;
  background: 0 none;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 44px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.action-button:hover {
  background: #fff;
  color: #231e5d;
}
center .action-button {
  margin-bottom: 20px;
}
.action-button.blue-bg {
  border: 0 none;
}
.action-button.red-bg {
  border: 0 none;
}
.action-button.white-blue-bg {
  border: 0 none;
}
.action-button.red-bg:hover {
  background-color: #ff353e;
  color: #fff;
}
.action-button.blue-bg:hover {
  background-color: #2f287c;
  color: #fff;
}
.action-button.white-blue-bg:hover {
  background-color: #22b3ef;
  color: #fff;
}
.wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 72px auto 0 auto;
}
.page-template-default .wrapper,
.page-template-exhibitors-page .wrapper,
.page-template-noregister-page .wrapper {
  margin: 116px auto 0 auto;
}
.api-description a {
  color: #e1272f !important;
  text-decoration: underline !important;
}
.no-breadcrumbs {
  margin-top: -44px;
}
.outer {
  position: relative;
  float: left;
  width: 100%;
  background: #fff;
}
.inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1140px;
}
.inner h1 {
  font-family: "graphikbold", "Roboto", sans-serif;
  font-size: 28px;
  line-height: 36px;
  color: #19105f;
  text-align: center;
  margin: 30px 0;
}
.grey-border-bottom {
  border-bottom: solid 1px #dcdcdc;
}
.red-bg {
  background-color: #e1272f;
}
.red-bg:hover {
  background-color: #ff353e;
}
.outer.red-bg:hover {
  background-color: #e1272f;
}
.black-bg {
  background-color: #231f20;
}
.white-bg {
  background-color: #fff;
}
.grey-bg {
  background-color: #f1f1f1;
}
.blue-bg {
  background-color: #19105f;
}
.white-blue-bg {
  background-color: #11a0db;
}
.purple-bg {
  background-color: #231e5d;
}
.blue-grad-bg {
  background: url(images/blue_gradient.jpg) no-repeat left top #11a0db;
  background-size: cover;
}
.white-grad-bg {
  background: url(images/white_gradient.jpg) no-repeat left top #ffffff;
  background-size: cover;
}
.edgeLoad-EDGE-16976391 {
  visibility: hidden;
}
.splash img {
  display: block;
}
.splash img.mobile {
  display: none;
}
.slogan {
  padding: 25px 20px;
}
.slogan p {
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 28px;
  line-height: 42px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.slogan.left-align p {
  text-align: left;
}
.slogan.white-bg p,
.slogan.grey-bg p {
  color: #333;
}
.subslogan p {
  font-size: 22px;
  line-height: 36px;
  margin-top: 10px;
}
.slides-module {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  background: #fff;
}
.custom-modules h1:empty,
.custom-modules h2:empty {
  display: none;
}
.custom-modules.splash {
  max-height: 500px;
  overflow: hidden;
}
.custom-modules .inner-main {
  overflow: hidden;
}
.custom-modules .inner-main.swap img {
  left: auto;
  right: 0;
}
.custom-modules .inner-main.swap .inner-main-content {
  float: left;
}
.custom-modules.splash img {
  width: 100%;
  height: auto;
}
.module-23 .mod-in {
  position: relative;
  z-index: 1;
}
.action-button-caret {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #11a0db;
  margin: 0 0 15px 0;
  padding: 0 15px;
  float: left;
}
.action-button-caret:hover {
  text-decoration: underline;
}
.action-button-caret span {
  font-size: 28px;
  float: right;
  margin: 0 0 -10px 10px;
}
.custom-modules.main-action.white-bg p {
  color: #333;
}
.custom-modules.main-action.white-bg h1 {
  color: #19105f;
}
.main-action {
  text-align: center;
}
.main-action h1 {
  font-family: "graphikbold", "Roboto", sans-serif;
  font-size: 40px;
  line-height: 56px;
  color: #fff;
  margin: 35px 0 15px 0;
}
.main-action p {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: 36px;
  color: #fff;
  margin: 15px 0;
}
.main-action form {
  margin: 0 auto;
  position: relative;
  max-width: 450px;
}
.main-action .main-action-form {
  width: 100%;
  margin: 15px 0 55px 0;
  float: left;
  position: relative;
  padding-right: 95px;
}
.main-action .cs-select {
  border: 1px solid #fff;
  background: #fff;
  font-family: "Roboto", sans-serif;
}
.main-action .cs-select > span {
  color: #08131f;
  font-size: 20px;
}
.main-action .cs-select > span:after {
  font-size: 28px;
}
.main-action .cs-select .cs-options {
  border: 1px solid #fff;
  border-top: 0 none;
  -webkit-box-shadow: 0px 15px 15px 0 rgba(25, 16, 95, 0.2);
  -moz-box-shadow: 0px 15px 15px 0 rgba(25, 16, 95, 0.2);
  box-shadow: 0px 15px 15px 0 rgba(25, 16, 95, 0.2);
}
.main-action .cs-select ul li.cs-focus span,
.main-action .cs-select ul li:hover span {
  background-color: #0080c7;
  color: #fff;
}
/* Mihai exception for eloqua taking over posts */
.single-post a#sbSelector_39362483 {
  display: none !important;
}
.main-action button {
  position: absolute;
  width: 75px;
  height: 44px;
  margin: 0;
  padding: 0 25px;
  right: 0;
  top: 0;
  white-space: nowrap;
  color: #fff;
  background: #e1272f;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 44px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  cursor: pointer;
}
.main-action button:hover {
  background: #ff353e;
}
.main-action form.normal {
  margin: 0 auto;
  position: relative;
  max-width: none;
}
.main-action .normal .main-action-form {
  width: 100%;
  margin: 15px 0 55px 0;
  float: left;
  position: relative;
  padding-right: 0;
}
.main-action .normal input[type="text"] {
  height: 45px;
  line-height: 42px;
  max-width: 100%;
  padding: 0 15px;
  display: inline-block;
  min-width: 50%;
  color: #6f6e6e;
  background-color: #fff;
  font-size: 20px;
  font-weight: 300;
  -webkit-transition: border 250ms eas-in 0ms;
  -moz-transition: border 250ms eas-in 0ms;
  -o-transition: border 250ms eas-in 0ms;
  transition: border 250ms eas-in 0ms;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  border: solid 1px #d3dee3;
}
.main-action .normal input[type="text"]:focus {
  border: solid 1px #11a0db;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.main-action .normal button {
  position: relative;
  width: auto;
  height: 44px;
  margin: 0 0 0 15px;
  display: inline-block;
  padding: 0 25px;
  right: auto;
  top: auto;
  white-space: nowrap;
  color: #fff;
  background: #e1272f;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 44px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  cursor: pointer;
}
.main-action .normal button:hover {
  background: #ff353e;
}
.main-action center {
  padding: 20px 0 30px 0;
}
.main-action center:empty {
  padding: 20px 0 0 0;
}
.main-action.grey-bg h1 {
  color: #19105f;
}
.main-action.grey-bg p {
  color: #08131f;
}
.primary-action {
  text-align: center;
}
.wrap-primary {
  position: relative;
  float: left;
  width: 100%;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  overflow: hidden;
  margin: 40px 0 40px 0;
  padding: 30px 0;
}
.custom-modules .wrap-primary {
  margin: 0;
}
.wrap-primary img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  max-width: 1000%;
  min-height: 100%;
  height: auto;
}
.primary-action h1 {
  font-family: "graphikbold", "Roboto", sans-serif;
  font-size: 50px;
  line-height: 56px;
  color: #fff;
  margin: 20px auto 15px auto;
  position: relative;
  width: 70%;
}
.primary-action p {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  margin: 15px 0;
  position: relative;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.wrap-primary center {
  padding: 20px 0 0 0;
}
.wrap-primary center:empty {
  padding: 0;
}
/* start blog */
.press-box {
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.art-image {
  width: 26%;
  height: auto;
  padding: 5px 15px 15px 0;
  display: table-cell;
  vertical-align: top;
}
.press-box .art-image {
  width: 26%;
  float: left;
}
.press-box .art-image a {
  width: 100%;
  float: left;
  overflow: hidden;
}
.press-box .art-image a img {
  height: 100%;
  max-width: 263px;
  width: auto;
  border-radius: 4px;
}
.art-image img {
  width: 100%;
  height: auto;
}
.press-box .art-right {
  width: 74%;
  float: left;
}
.press-box .art-right h2 {
  margin-top: 20px;
  font-family: "graphikbold", "Roboto", sans-serif;
  line-height: 42px;
  font-size: 28px;
}
.press-box .art-right h2 a {
  color: #231e5d;
}
.press-box .art-right .art-date {
  font-family: "Roboto", sans-serif;
  color: #08131f;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.art-right p > .more-link {
  display: none;
}
.menu-langs-wrapper {
  position: fixed;
  right: 0;
  left: 0;
  margin: auto;
  top: 76px;
  width: 100%;
  max-width: 1140px;
  height: 0;
  z-index: 1;
}
.menu-langs {
  position: absolute;
  right: 0;
  top: 0;
  background: #1f5eaa;
  border-radius: 4px;
  display: block;
}
.admin-bar .menu-langs-wrapper {
  top: 108px;
}
.menu-langs ul {
  margin: 0;
  padding: 0;
}
.menu-langs li {
  float: left;
  list-style-type: none;
}
.menu-langs li a {
  float: left;
  padding: 0 10px 0px 10px;
  color: #fff;
  font-size: 14px;
  line-height: 34px;
  font-family: "Roboto", sans-serif;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.menu-langs li a:hover,
.active-lang {
  font-weight: 600;
}
.menu-langs li:nth-of-type(2) a {
  padding: 0 0 0 0;
}
.menu-langs li:nth-of-type(2) a:before {
  content: "|";
  padding: 0 10px 0 0;
}
.menu-langs li:nth-of-type(2) a:after {
  content: "|";
  padding: 0 0 0 10px;
}
.menu-active .menu-langs-wrapper {
  display: none;
}
.page-template-default .menu-langs-wrapper {
  top: 128px;
}
.admin-bar.page-template-default .menu-langs-wrapper {
  top: 160px;
}
.page-template-agenda-mp-page .menu-langs-wrapper {
  top: 128px;
}
.admin-bar.page-template-agenda-mp-page .menu-langs-wrapper {
  top: 160px;
}
.back-to-top {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  height: 0;
  width: 100%;
  max-width: 1340px;
  z-index: 2;
}
.back-to-top:after {
  position: absolute;
  display: block;
  content: "\f106";
  font-family: "FontAwesome";
  line-height: 38px;
  font-size: 32px;
  text-align: center;
  right: 0;
  top: -100px;
  background-color: rgba(17, 160, 219, 0.62);
  border: 0;
  height: 44px;
  width: 44px;
  color: #fff;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-transition: background-color 0.25s ease-in-out 0s, -webkit-transform 0.25s ease-out 0s;
  -moz-transition: background-color 0.25s ease-in-out 0s, -moz-transform 0.25s ease-out 0s;
  -o-transition: background-color 0.25s ease-in-out 0s, -o-transform 0.25s ease-out 0s;
  transition: background-color 0.25s ease-in-out 0s,-webkit-transform 0.25s ease-out 0s,-moz-transform 0.25s ease-out 0s,-o-transform 0.25s ease-out 0s,transform 0.25s ease-out 0s;
  -webkit-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.back-to-top:hover:after {
  background-color: rgba(17, 160, 219, 0.82);
}
.show-back:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.fixed-back {
  position: fixed;
  top: 100%;
}
/* start pagination */
.navigation {
  width: 100%;
  float: left;
}
.nav-links .page-numbers,
.nav-links .next,
.nav-links .prev {
  margin-right: 3.5px;
}
.nav-links .page-numbers {
  border: solid 1px #e1272f;
  background-color: white;
  color: #e1272f;
  font-size: 20px;
  line-height: 2px;
  width: 3.57%;
  padding: 3px 9px 3px 9px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.nav-links .page-numbers:hover {
  background-color: #e1272f;
  color: #fff;
  text-decoration: none !important;
}
.nav-links .current {
  background-color: #e1272f;
  color: #fff;
  line-height: 2px;
  width: 3.57%;
}
.nav-links .next {
  border: none;
}
.nav-links .prev {
  border: none;
}
/* end of pagination */
/* start single-page-blog */
.inner-blog {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 945px;
}
.wrap-primary-blog {
  position: relative;
  float: left;
  width: 100% !important;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  background-clip: padding-box;
  overflow: hidden;
  margin: 0px 0px 10px 0px;
}
.wrap-primary-blog img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.hr-single-page-blog-line {
  border-top: 2px solid #dde2eb;
}
.single-page-blog-left-box-label {
  float: left;
  width: 50%;
  text-align: left;
}
.single-page-blog-right-box-social {
  float: left;
  width: 50%;
  text-align: right;
}
.single-page-blog-left-box-label .grey-single-page-blog-button {
  background-color: #d3dee3 !important;
}
.single-page-blog-left-box-label .grey-single-page-blog-button:hover {
  color: red;
}
.single-page-blog-right-box-social .fa-google,
.single-page-blog-right-box-social .fa-twitter,
.single-page-blog-right-box-social .fa-facebook {
  color: #11a0db;
  font-size: 1.6em;
  padding: 23px 0px 0px 15px;
}
.single-page-blog-footer-left-box {
  float: left;
  width: 50%;
  padding: 0px 20px 50px 0px;
}
.single-page-blog-footer-right-box {
  float: left;
  width: 50%;
  padding: 0px 20px 50px 0px;
}
.single-page-blog-footer-left-box h2,
.single-page-blog-footer-right-box h2 {
  color: #231e5d !important;
  font-size: 24px !important;
  line-height: 42px !important;
}
.single-page-blog-footer-left-box p .more-link,
.single-page-blog-footer-right-box p .more-link {
  display: none;
}
.single-page-blog-footer-left-box:hover {
  text-decoration: none !important;
}
.art-date span {
  font-family: "Roboto", sans-serif;
  opacity: 0.5;
  color: #08131f;
  font-size: 20px;
  line-height: 24px;
}
.art-date .fa-clock-o:before {
  color: #08131f;
  opacity: 0.5;
}
.single-page-blog-right-box-social fa:hover {
  color: red;
}
.spacer {
  width: 100%;
  float: left;
  height: 40px;
  background: #fff;
}
.line span {
  width: 100%;
  height: 1px;
  float: left;
  margin: 20px 0 0 0;
}
.modules {
  width: 100%;
  max-width: 1170px;
  display: table;
  table-layout: fixed;
  padding: 40px 0;
  margin: 0 auto;
  float: none;
}
.custom-modules .modules {
  padding: 0 0;
}
.grey-bg.modules,
.grey-bg .modules {
  padding: 30px 0 20px 0;
}
.module {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  padding: 0 15px;
  text-decoration: none;
  position: relative;
}
.modules.centered .module {
  text-align: center;
}
.mod-in {
  width: 100%;
}
.social-card {
  width: 100%;
  float: left;
  padding: 10px 15px 15px;
  position: relative;
  z-index: 1;
  color: #11a0db;
}
.social-card.social-empty {
  padding-top: 0;
}
.social-card a {
  font-size: 24px;
  margin: 0 10px;
}
.social-card a[href=""] {
  display: none;
}
.social-card a:first-child {
  margin-left: 0;
}
.social-card a:last-child {
  margin-right: 0;
}
.square-cards .no-border:after {
  border: 0 none !important;
}
.square-cards .mod-in {
  border: solid 1px #c1c1c1;
  border-bottom: 0 none;
  -webkit-border-radius: 4px 4px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px 4px 0 0;
  -moz-background-clip: padding;
  border-radius: 4px 4px 0 0;
  background-clip: padding-box;
}
.square-cards .mod-in a {
  position: relative;
  z-index: 1;
}
.square-cards .mod-in > a {
  display: block;
}
.square-cards h2 {
  margin-bottom: 5px;
}
.square-cards p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px !important;
  line-height: 24px !important;
}
.cards-apended {
  padding-top: 30px;
}
.square-cards .inside h2 {
  margin: 0 0 0 0;
}
.mod-image {
  width: 100%;
}
.mod-image img {
  display: block !important;
  min-width: 100%;
}
.bordered + .bordered {
  padding-top: 0;
}
.bordered .module .mod-in .mod-image img {
  -webkit-border-radius: 5px 5px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  border-radius: 5px 5px 0 0;
  background-clip: padding-box;
}
.bordered .module {
  vertical-align: top;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.bordered .module:after {
  content: "";
  position: absolute;
  border: solid 1px #c1c1c1;
  left: 15px;
  right: 15px;
  top: 0;
  height: 100%;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.bordered a.module:hover:after {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.bordered .module .mod-in h2,
.bordered .module .mod-in p {
  padding-left: 15px;
  padding-right: 15px;
}
.split-left .module,
.split-right .module {
  width: 25%;
}
.split-left .module:first-child {
  width: 50%;
}
.split-right .module:last-child {
  width: 50%;
}
.split-left .module:first-child:after {
  border: 0 none;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
}
.split-right .module:last-child:after {
  border: 0 none;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
}
.module .split-content {
  position: relative;
  padding: 12% 35px;
  z-index: 1;
}
.split-left .module:first-child .mod-image {
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px;
  padding: 0;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.split-right .module:last-child .mod-image {
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px;
  padding: 0;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.split-left .module:first-child .mod-image img {
  width: auto;
  max-width: 1000%;
  height: 100%;
}
.split-right .module:last-child .mod-image img {
  width: auto;
  max-width: 1000%;
  height: 100%;
}
.module .split-content h2 {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  margin: 25px 0 20px 0;
}
.module .split-content p {
  color: #fff;
  font-size: 20px;
  line-height: 36px;
}
.module figure {
  font-size: 48px;
  padding: 0;
  margin: 0;
  max-width: 68px;
  margin: 0 auto;
}
.module h2 {
  font-family: "graphikbold", "Roboto", sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #19105f;
}
.module h2 + p {
  margin-bottom: 5px;
}
.grey-bg .module h2 {
  margin-bottom: 20px;
}
.module p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #08131f;
  margin-top: 0;
}
.module-44_45 .mod-in {
  font-size: 20px;
  line-height: 1.3;
}
.module-44_45 h2 {
  font-size: 38px !important;
  line-height: 1.5;
  margin: 0px !important;
}
/* middle networking boxes */
.modules-networking-box-middle {
  width: 100%;
  max-width: 1170px;
  display: table;
  table-layout: fixed;
  padding-top: 0;
  margin: 0px auto;
  float: none;
}
.module-networking-box-middle {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  padding: 0 15px;
  text-decoration: none;
  position: relative;
}
.modules-networking-box-middle a {
  position: absolute;
  z-index: 400;
  left: 0px;
  padding: 0 15px;
}
.modules-networking-box-middle a:hover {
  text-decoration: underline;
}
.modules-networking-box-middle.centered .module-networking-box-middle {
  text-align: center;
}
.mod-in-networking-box-middle {
  width: 100%;
  min-height: 210px;
}
.mod-image-networking-box-middle {
  width: 100%;
}
.mod-image-networking-box-middle img {
  width: 100%;
  height: 100%;
}
.mod-image-networking-box-middle {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
}
.bordered-networking-box-middle + .bordered-networking-box-middle {
  padding-top: 0;
}
.bordered-networking-box-middle .module-networking-box-middle .mod-in-networking-box-middle .mod-image-networking-box-middle img {
  -webkit-border-radius: 5px 5px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  border-radius: 5px 5px 0 0;
  background-clip: padding-box;
}
.bordered-networking-box-middle .module-networking-box-middle {
  vertical-align: top;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.bordered-networking-box-middle .module-networking-box-middle:after {
  content: "";
  position: absolute;
  border: solid 1px #c1c1c1;
  left: 14px;
  right: 14px;
  top: 0;
  height: 100.5%;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.bordered-networking-box-middle .module-networking-box-middle h2 {
  position: relative;
  font-family: "graphikbold", "Roboto", sans-serif;
  color: #ffffff;
  font-size: 24px;
  line-height: 31px;
}
.bordered-networking-box-middle .module-networking-box-middle p {
  position: relative;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  font-size: 18px;
  line-height: 32px;
}
.bordered-networking-box-middle .module-networking-box-middle .mod-in-networking-box-middle h2,
.bordered-networking-box-middle .module-networking-box-middle .mod-in-networking-box-middle p {
  padding-left: 15px;
  padding-right: 15px;
}
.split-left .module-networking-box-middle,
.split-right .module-networking-box-middle {
  width: 25%;
}
.split-left .module-networking-box-middle:first-child {
  width: 50%;
}
.split-right .module-networking-box-middle:last-child {
  width: 50%;
}
.split-left .module-networking-box-middle:first-child:after {
  border: 0 none;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
}
.split-right .module-networking-box-middle:last-child:after {
  border: 0 none;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
}
.module-networking-box-middle .split-content {
  position: relative;
  padding: 12% 35px;
  z-index: 1;
}
.split-left .module-networking-box-middle:first-child .mod-image {
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px;
  padding: 0;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.split-right .module-networking-box-middle:last-child .mod-image {
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px;
  padding: 0;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.split-left .module-networking-box-middle:first-child .mod-image img {
  width: auto;
  max-width: 1000%;
  height: 100%;
}
.split-right .module-networking-box-middle:last-child .mod-image img {
  width: auto;
  max-width: 1000%;
  height: 100%;
}
.module-networking-box-middle .split-content h2 {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  margin: 25px 0 20px 0;
}
.module-networking-box-middle .split-content p {
  color: #fff;
  font-size: 20px;
  line-height: 36px;
}
/* end of middle networking boxes */
/* pattern part networking layout */
.modules-networking-pattern {
  width: 100%;
  max-width: 1170px;
  display: table;
  table-layout: fixed;
  padding-top: 0;
  margin: 0px auto;
  float: none;
}
.modules-networking-pattern a {
  position: absolute;
  z-index: 400;
  left: 0px;
  padding: 0 15px;
}
.modules-networking-pattern a:hover {
  text-decoration: underline;
}
.module-networking-pattern {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  padding: 0 15px 30px;
  text-decoration: none;
  position: relative;
}
.modules-networking-pattern.centered .module-networking-pattern {
  text-align: center;
}
.mod-in-networking-pattern {
  width: 100%;
  min-height: 171px;
}
.bordered-networking-pattern + .bordered-networking-pattern {
  padding-top: 0;
}
.bordered-networking-pattern .module-networking-pattern {
  vertical-align: top;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.bordered-networking-pattern .module-networking-pattern:after {
  content: "";
  position: absolute;
  border: solid 1px #c1c1c1;
  left: 15px;
  right: 15px;
  top: 0;
  height: 100%;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background: url(images/menu-pat.png) repeat;
  background-size: 130% !important;
  opacity: 0.2;
}
.bordered-networking-pattern .module-networking-pattern:before {
  content: "";
  position: absolute;
  border: solid 1px #c1c1c1;
  left: 15px;
  right: 15px;
  top: 0;
  height: 100%;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background: linear-gradient(545.69deg, #47ace5 155%, #100e55 60%);
}
.bordered-networking-pattern .module-networking-pattern .mod-in-networking-pattern h2,
.bordered-networking-pattern .module-networking-pattern .mod-in-networking-pattern p {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.module-networking-pattern h2 {
  font-family: "graphikbold", "Roboto", sans-serif;
  color: #ffffff;
  font-size: 24px;
  line-height: 31px;
}
.module-networking-pattern p {
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  font-size: 18px;
  line-height: 32px;
}
.split-left .module-networking-pattern,
.split-right .module-networking-pattern {
  width: 25%;
}
.split-left .module-networking-pattern:first-child {
  width: 50%;
}
.split-right .module-networking-pattern:last-child {
  width: 50%;
}
.split-left .module-networking-pattern:first-child:after {
  border: 0 none;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
}
.split-right .module-networking-pattern:last-child:after {
  border: 0 none;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
}
.module-networking-pattern .split-content {
  position: relative;
  padding: 12% 35px;
  z-index: 1;
}
/* pattern part end */
/* footer networking boxes */
.modules-networking-down-boxes {
  width: 100%;
  max-width: 1170px;
  display: table;
  table-layout: fixed;
  padding: 15px 0px 15px 0px;
  margin: 0px auto;
  float: none;
}
.modules-networking-down-boxes a {
  position: absolute;
  z-index: 400;
  padding: 0 15px;
  word-break: break-all;
  color: #e1272f;
}
.modules-networking-down-boxes a:hover {
  text-decoration: underline;
}
.module-networking-down-boxes {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  text-decoration: none;
  position: relative;
}
.bordered-networking-down-boxes + .bordered-down-networking-boxes {
  padding-top: 0;
}
.bordered-networking-down-boxes .module-networking-down-boxes:after {
  content: "";
  position: absolute;
  border: solid 1px #c1c1c1;
  left: 15px;
  right: 15px;
  top: 0;
  height: 100%;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.bordered-networking-down-boxes .module-networking-down-boxes:before {
  content: "";
  position: absolute;
  border: solid 1px #c1c1c1;
  left: 15px;
  right: 15px;
  top: 0;
  height: 100%;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.split-left .module-networking-down-boxes,
.split-right .module-networking-down-boxes {
  width: 25%;
}
.split-left .module-networking-down-boxes:first-child {
  width: 50%;
}
.split-right .module-networking-down-boxes:last-child {
  width: 50%;
}
.split-left .module-networking-down-boxes:first-child:after {
  border: 0 none;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
}
.split-right .module-networking-down-boxes:last-child:after {
  border: 0 none;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
}
.module-networking-down-boxes .split-content {
  position: relative;
  padding: 12% 35px;
  z-index: 1;
}
.mod-in-networking-down-box-split {
  float: left;
  width: 100%;
  padding: 5px 35px 0px 35px;
  min-height: 490px;
}
.mod-in-networking-down-box-split .box-h2 {
  width: 60%;
  float: left;
}
.mod-in-networking-down-box-split .box-h2 h2 {
  font-family: "graphikbold", "Roboto", sans-serif;
  color: #231e5d;
  font-size: 22px;
  line-height: 33px;
}
.mod-in-networking-down-box-split .box-img {
  width: 40%;
  float: left;
}
.mod-in-networking-down-box-split .box-img img {
  float: none;
  max-height: 90px;
  margin: 20px auto;
  display: block;
  max-width: 180px;
  width: 100%;
  height: 100%;
}
.mod-in-networking-down-box-split .box-p {
  width: 100%;
  float: left;
}
.mod-in-networking-down-box-split .box-p p {
  font-family: "Roboto", sans-serif;
  color: #231f20;
  font-size: 18px;
  line-height: 32px;
}
.module-networking-down-box-split .split-content h2 {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  margin: 25px 0 20px 0;
}
.module-networking-down-box-split .split-content p {
  color: #fff;
  font-size: 20px;
  line-height: 36px;
}
.networking-box-title {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1140px;
  font-family: "graphikbold", "Roboto", sans-serif;
  font-size: 28px;
  color: #19105f;
  line-height: 36px;
  padding: 35px 0px 20px 0px;
}
/* end of footer networking boxes */
/* end networking layout */
.wrap-video {
  position: relative;
  padding-bottom: 42.8571%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  background: url(images/video-bg.png) repeat #280000;
  background-size: 450px;
}
.videos .wrap-video {
  width: 50%;
  float: left;
  padding-bottom: 21.42855%;
}
.videos .wrap-video .video-content {
  left: 25px;
}
.videos .wrap-video:first-child {
  padding-right: 15px;
}
.videos .wrap-video:last-child {
  padding-left: 15px;
}
.video .play {
  position: absolute;
  width: 72px;
  height: 72px;
  z-index: 2;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  font-size: 72px;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  cursor: pointer;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.video .play:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.video .play span {
  color: #08131f;
  font-size: 38px;
  line-height: 72px;
  width: 100%;
  float: left;
  margin-left: 4px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.video .play:hover span {
  color: #e1272f;
}
.video.playing .play {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
}
/*.video.playing:hover .play{ color:#e1272f; .opacity(.8); .transform(scale(1,1));}*/
/*.video.playing .play:hover{ .opacity(1); .transform(scale(1,1));}*/
.video.playing span {
  font-size: 28px;
  margin-left: 1px;
}
.video.playing span:before {
  content: "\f04c" !important;
}
.video img {
  display: block;
}
.video video {
  width: auto;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}
.video-content {
  position: absolute;
  bottom: 50px;
  padding: 0;
  left: 0;
  right: 0;
  max-width: 1140px;
  margin: auto;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  text-align: left;
}
.video-content h2 {
  width: 50%;
  font-family: "graphikbold", "Roboto", sans-serif;
  font-size: 28px;
  color: #fff;
  line-height: 36px;
  margin: 0;
}
.video-content p {
  width: 50%;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 32px;
  color: #fff;
}
.video.playing .video-content {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.promoted {
  position: relative;
  width: 100%;
  padding: 25px 0;
  margin: 0 auto;
  display: table;
  max-width: 1140px;
}
.promoted-items {
  position: relative;
  width: 100%;
  float: left;
  padding: 0 0 0 180px;
}
.promoted-items h2 {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 54px;
  font-family: "graphikbold", "Roboto", sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #19105f;
}
.promoted-items a {
  float: left;
  width: 20%;
  padding: 15px;
}
.promoted-items .promoted-item {
  width: 100%;
  float: left;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  overflow: hidden;
  padding: 15px 0;
  background: #fff;
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.promoted-items a:hover .promoted-item {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 199, 236, 0.3);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 199, 236, 0.3);
  box-shadow: 0 0 30px 0 rgba(0, 199, 236, 0.3);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.promoted-items .promoted-item img {
  width: 100%;
  display: block;
}
.promoted-items a.home-exhibitors:hover .promoted-item {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 199, 236, 0.3);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 199, 236, 0.3);
  box-shadow: 0 0 30px 0 rgba(0, 199, 236, 0.3);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.items-5 .promoted-items a.home-exhibitors {
  width: 20%;
}
.items-4 .promoted-items a.home-exhibitors {
  width: 25%;
}
.mod-64 .promoted-items {
  padding: 0;
}
.items-5 .promoted-items a {
  width: 20%;
}
.items-4 .promoted-items a {
  width: 25%;
}
.border-bg .mod-64 .promoted-items .promoted-item {
  border: 1px solid #efefef;
}
.list-logos {
  position: relative;
  width: 100%;
  padding: 25px 0;
  margin: 0 auto;
  max-width: 1168px;
}
.shortcode .list-logos {
  padding: 0 0 25px 0;
  float: left;
}
.list-logos.shortcode + br + p:empty + .list-logos.shortcode {
  padding-top: 25px;
}
.list-logos.shortcode + br + p:empty + .list-logos.shortcode:after {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  height: 1px;
  background: #eee;
  content: "";
}
.active-promoted {
  width: 20%;
  float: left;
  margin-bottom: 20px;
  padding: 0 5px;
}
.module-43_1 .promoted-item {
  width: 20%;
  float: left;
  margin: 10px 0;
  padding: 0 5px;
  height: 130px;
}
.active-promoted a {
  display: block;
  float: left;
}
.active-promoted a img {
  padding: 30px 5px;
  margin: 0;
  display: block;
}
.active-promoted a :hover {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 199, 236, 0.3);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 199, 236, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 199, 236, 0.3);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.custom-modules .list-logos {
  padding: 0;
}
.logos-module {
  padding: 25px 0;
}
.logos-module ~ .logos-module {
  padding-top: 0;
  margin-top: -25px;
}
.logo-items {
  position: relative;
  width: 100%;
  float: left;
}
.logo-items h2 {
  font-family: "graphikbold", "Roboto", sans-serif;
  font-size: 28px;
  line-height: 36px;
  margin: 5px 0 15px 0;
  padding: 0 14px;
  color: #19105f;
}
.logos-module ~ .logos-module .logo-items h2 {
  margin-top: 15px;
}
.logo-items a {
  float: left;
  width: 20%;
  padding: 15px;
}
.logo-items.m3 a {
  width: 33.33333%;
}
.logo-items.m4 a {
  width: 25%;
}
.logo-items.m5 a {
  width: 20%;
}
.logo-items.m6 a {
  width: 16.66666%;
}
.logo-items.platinum a {
  width: 33.33333%;
}
.logo-items.gold a {
  width: 25%;
}
.logo-items.general a {
  width: 20%;
}
.logo-items .logo-item {
  width: 100%;
  float: left;
  position: relative;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  overflow: hidden;
  padding: 15px 0;
  background: #fff;
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.shortcode .logo-item {
  -webkit-box-shadow: 0 0 0 1px #eeeeee;
  -moz-box-shadow: 0 0 0 1px #eeeeee;
  box-shadow: 0 0 0 1px #eeeeee;
}
.shortcode.no-border .logo-item {
  -webkit-box-shadow: 0 0 0 0 #eeeeee;
  -moz-box-shadow: 0 0 0 0 #eeeeee;
  box-shadow: 0 0 0 0 #eeeeee;
}
.logo-items.m3 a .logo-item {
  height: 120px;
}
.logo-items.m4 a .logo-item {
  height: 100px;
}
.logo-items.m5 a .logo-item {
  height: 90px;
}
.logo-items.m6 a .logo-item {
  height: 80px;
}
.logo-items.platinum a .logo-item {
  height: 120px;
}
.logo-items.gold a .logo-item {
  height: 100px;
}
.logo-items.general a .logo-item {
  height: 90px;
}
.logo-items a:hover .logo-item {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 199, 236, 0.3);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 199, 236, 0.3);
  box-shadow: 0 0 30px 0 rgba(0, 199, 236, 0.3);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.logo-items .logo-item img {
  max-height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px;
}
.rounded-image {
  padding: 0 0 40px 0;
}
.custom-modules .rounded-image {
  padding: 0;
}
.rounded-image h2 {
  color: #11a0db;
  margin: 15px 0 0 0;
}
.rounded-image p {
  margin: 0;
  line-height: 24px;
}
.rounded-image .mod-image {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.rounded-image .mod-image img {
  max-width: 200%;
  margin: 0 auto;
  height: 100%;
  width: auto;
}
.social-bar {
  position: relative;
  float: left;
  padding: 15px 0 12px 0;
  width: 100%;
}
.social-bar h2 {
  float: left;
  font-family: "graphikbold", "Roboto", sans-serif;
  font-size: 28px;
  line-height: 32px;
  margin: 19px 0;
  color: #fff;
}
.socials {
  position: relative;
  float: right;
  padding: 0;
}
.socials .social-link {
  float: left;
  position: relative;
  padding: 0 0 0 15px;
}
.socials a {
  float: left;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 34px;
  padding: 10px;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 48px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border: solid 1px rgba(255, 255, 255, 0.8);
  background: 0 none;
}
.socials a span {
  position: relative;
  z-index: 1;
}
.socials a:before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: -100%;
  top: 0;
  margin: auto;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
}
.socials a:after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 100%;
  bottom: 0;
  margin: auto;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.socials a:hover:before {
  animation: anim-left 0.3s ease-in-out both;
}
.socials a:hover:after {
  animation: anim-right 0.3s ease-in-out both;
}
.fb:hover {
  border: solid 1px #3b5998;
}
.fb:before {
  background: #3b5998;
}
.fb:after {
  background: #3b5998;
}
.tw:hover {
  border: solid 1px #00aced;
}
.tw:before {
  background: #00aced;
}
.tw:after {
  background: #00aced;
}
.sc:hover {
  border: solid 1px #fffa37;
}
.sc:before {
  background: #fffa37;
}
.sc:after {
  background: #fffa37;
}
.in:hover {
  border: solid 1px #517fa4;
}
.in:before {
  background: #517fa4;
}
.in:after {
  background: #517fa4;
}
.li:hover {
  border: solid 1px #007bb6;
}
.li:before {
  background: #007bb6;
}
.li:after {
  background: #007bb6;
}
.yt:hover {
  border: solid 1px #bb0000;
}
.yt:before {
  background: #bb0000;
}
.yt:after {
  background: #bb0000;
}
.em:hover {
  border: solid 1px #f5a623;
}
.em:before {
  background: #f5a623;
}
.em:after {
  background: #f5a623;
}
.item-normal {
  width: 33.33333333%;
}
.item-medium {
  width: 66.6666666%;
}
.item-large {
  width: 100%;
}
.get-app-bar {
  position: relative;
  float: left;
  padding: 25px 0 22px 0;
  width: 100%;
}
.get-app-bar h2 {
  float: left;
  font-family: "graphikbold", "Roboto", sans-serif;
  font-size: 28px;
  line-height: 32px;
  margin: 12px 0;
  color: #19105f;
}
.get-app {
  position: relative;
  float: right;
  padding: 0;
}
.get-app a {
  float: left;
  position: relative;
  width: 167px;
  margin-left: 15px;
}
.get-app a img {
  float: left;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 0 none;
}
.get-app a img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.get-app a:hover img {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.footer {
  float: left;
  position: relative;
  width: 100%;
  background: #231f20;
}
.footer .outer {
  background: #231f20;
}
.footer-nav {
  float: left;
  position: relative;
  width: 100%;
  padding: 15px 0;
  border-bottom: solid 1px #4a4a4a;
}
.footer .logo {
  float: left;
  height: 42px;
  width: 205px;
  background: url(images/mwc-logo-footer.png) no-repeat;
  background-size: 100%;
  margin: 15px 0;
  padding: 0;
  position: relative;
}
.footer .logo h1 {
  text-indent: -99999px;
  margin: 0;
  padding: 0;
  display: none;
}
.footer-nav-links {
  float: right;
  position: relative;
  padding: 20px 0;
}
.footer-nav-links a {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  padding: 0 10px;
  color: #c1c1c1;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.footer-nav-links a:hover {
  color: #fff;
}
.footer-nav-links a.footer-action-button {
  padding: 8px 30px;
  margin-left: 10px;
  white-space: nowrap;
  height: 44px;
  color: #fff;
  background: #e1272f;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.footer-nav-links a.footer-action-button:hover {
  background: #ff353e;
}
.page-template-registrartion-page a.footer-action-button {
  display: none;
}
.footer-sponsors {
  float: left;
  width: 100%;
  padding: 20px 0 5px 0;
  border-bottom: solid 1px #4a4a4a;
}
.footer-sponsors-left {
  float: left;
  width: 60%;
}
.footer-sponsors-left section {
  float: left;
}
.footer-sponsors-left h4 {
  font-family: "graphiklight", "Roboto", sans-serif;
  line-height: 24px;
  font-size: 15px;
  color: #999;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 20px 0;
  letter-spacing: 0.5px;
}
.footer-sponsors-left section:nth-of-type(1) {
  width: 25%;
}
.footer-sponsors-left section:nth-of-type(2) {
  width: 75%;
}
.footer-sponsors-left section:nth-of-type(3) {
  width: 100%;
}
.footer-sponsors-left section:nth-of-type(4) {
  width: 100%;
}
.footer-sponsors-left section:nth-of-type(5) {
  width: 25%;
}
.footer-sponsors-left section:nth-of-type(6) {
  width: 25%;
}
.footer-sponsors-left section:nth-of-type(7) {
  width: 25%;
}
.footer-sponsors-left section:nth-of-type(8) {
  width: 25%;
}
.footer-sponsors-left section a {
  float: left;
  padding-right: 30px;
  margin-bottom: 30px;
}
.footer-sponsors-left section a img {
  float: left;
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.footer-sponsors-left section a:hover img {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 199, 236, 0.6);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 199, 236, 0.6);
  box-shadow: 0 0 30px 0 rgba(0, 199, 236, 0.6);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.footer-sponsors-left section:nth-of-type(1) a {
  width: 100%;
}
.footer-sponsors-left section:nth-of-type(2) a {
  width: 33.33333%;
}
.footer-sponsors-left section:nth-of-type(3) a {
  width: 25%;
}
.footer-sponsors-left section:nth-of-type(4) a {
  width: 25%;
}
.footer-sponsors-left section:nth-of-type(5) a {
  width: 100%;
}
.footer-sponsors-left section:nth-of-type(6) a {
  width: 100%;
}
.footer-sponsors-left section:nth-of-type(7) a {
  width: 100%;
}
.footer-sponsors-left section:nth-of-type(8) a {
  width: 100%;
}
.footer-sponsors-right {
  float: left;
  width: 40%;
  padding: 30px 0 0 50px;
}
.footer-sponsors-right section {
  float: left;
}
.footer-sponsors-right section:nth-of-type(1) {
  width: 65%;
  padding-right: 20px;
}
.footer-sponsors-right section:nth-of-type(2) {
  width: 35%;
}
.footer-sponsors-right a {
  float: left;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #999;
  padding: 10px 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.footer-sponsors-right a:hover {
  text-decoration: underline;
  color: #fff;
}
.footer-copy {
  float: left;
  width: 100%;
  padding: 25px 0;
}
.footer-copy p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  color: #5d5b5b;
  margin: 0;
}
.footer-graph {
  float: left;
  position: relative;
  width: 100%;
}
.footer-graph img {
  float: left;
  position: relative;
  width: 100%;
}
/*page*/
.inner-main {
  float: left;
  width: 100%;
  position: relative;
}
.inner-main img {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  width: auto;
  max-width: 850px !important;
}
.inner-main-content {
  position: relative;
  width: 100%;
  float: right;
  padding: 40px 60px;
}
.inner-main-content.has_thumb {
  width: 50%;
}
.inner-main-content h1 {
  font-family: "graphikbold", "Roboto", sans-serif;
  line-height: 58px;
  font-size: 50px;
  color: #fff;
  margin: 0 0 25px 0;
}
.inner-main-content p {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
  margin: 0;
}
.inner-main-content .action-button {
  padding: 0 25px;
  white-space: nowrap;
  margin: 25px 0 0 0;
  border: 0 none;
  display: inline-block;
  height: 44px;
  color: #fff;
  background: #e1272f;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 44px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.inner-main-content .action-button:hover {
  background: #ff353e;
}
.tabs-module {
  width: 100%;
  float: left;
}
.tabs-buttons {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 40px 0 30px 0;
  border-bottom: solid 1px #19105f;
}
.custom-modules .tabs-buttons {
  padding: 0 0 30px 0;
}
.tabs-buttons a {
  font-family: "Roboto", sans-serif;
  color: #11a0db !important;
  font-family: Roboto;
  font-size: 22px;
  line-height: 28px;
  display: table-cell;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
  text-decoration: none;
}
.tabs-buttons a.active-tab,
.tabs-buttons a:hover {
  color: #19105f !important;
  text-decoration: none !important;
}
.tabs-buttons a:after {
  content: "";
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -30px;
  position: absolute;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-bottom: 0px solid #231e5d;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.tabs-buttons a.active-tab:after {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #231e5d;
}
.tabs-buttons a figure {
  font-size: 48px;
  padding: 0;
  margin: 0;
}
.tabs-contents {
  width: 100%;
  float: left;
  padding: 40px 0 40px 0;
}
.tabs-contents.shortcode {
  padding: 0 0 0 0;
}
.tabs-contents.shortcode > br {
  display: none;
}
.tabs-contents.shortcode h2,
.tabs-contents.shortcode h3 {
  margin-left: 15px;
}
.custom-modules .tabs-contents {
  padding: 40px 0 0 0;
}
.tab-content {
  width: 100%;
  float: left;
  display: none;
  visibility: hidden;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.active-tab-content {
  display: block;
  visibility: visible;
  -webkit-animation: tab 0.6s ease both 0s;
  animation: tab 0.6s ease both 0s;
}
.shortcode .tab-content + br {
  display: none;
}
.tabs-left {
  width: 50%;
  float: left;
  padding: 0 60px 0 0;
}
.tabs-left img {
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.tabs-right {
  width: 50%;
  float: left;
}
.tabs-right h2 {
  font-family: "graphikbold", "Roboto", sans-serif;
  line-height: 42px;
  font-size: 36px;
  color: #19105f;
  margin: 0 0 25px 0;
}
.tabs-right p {
  font-size: 20px;
  line-height: 32px;
  color: #231f20;
  margin: 0;
}
.tabs-right .action-button {
  padding: 0 25px;
  white-space: nowrap;
  margin: 25px 0 0 0;
  border: 0 none;
  display: inline-block;
  height: 44px;
  color: #fff;
  background: #e1272f;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 44px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.tabs-right .action-button:hover {
  background: #ff353e;
}
.inside-content {
  width: 100%;
  float: left;
  padding: 40px 0 0 0;
}
.custom-modules .inside-content {
  padding: 0;
}
.inside-content .inside-content-left {
  width: 50%;
  float: left;
  padding: 0 60px 0 0;
}
.inside-content .inside-content-left img {
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.inside-content .inside-content-right {
  width: 50%;
  float: left;
}
.inside-content .inside-content-right h2 {
  font-family: "graphikbold", "Roboto", sans-serif;
  line-height: 42px;
  font-size: 36px;
  color: #19105f;
  margin: 0 0 25px 0;
}
.inside-content .inside-content-right p {
  font-size: 20px;
  line-height: 32px;
  color: #231f20;
  margin: 0;
}
.inside-content .inside-content-right .action-button {
  padding: 0 25px;
  white-space: nowrap;
  margin: 25px 0 0 0;
  border: 0 none;
  display: inline-block;
  height: 44px;
  color: #fff;
  background: #e1272f;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 44px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.inside-content .inside-content-right .action-button:hover {
  background: #ff353e;
}
.register-updates-bar {
  position: relative;
  float: left;
  padding: 25px 0 22px 0;
  width: 100%;
}
.register-updates-bar h2 {
  float: left;
  font-family: "graphikbold", "Roboto", sans-serif;
  font-size: 28px;
  color: #fff;
  margin: 4px 0;
}
.register-updates {
  position: relative;
  float: right;
  padding: 0;
  width: 60%;
  padding-right: 180px;
}
.register-updates input {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
  color: #08131f;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background: #fff;
  border: solid 1px #d3dee3;
  padding: 10px 20px;
  height: 44px;
  width: 100%;
}
.register-updates button {
  padding: 0 45px;
  white-space: nowrap;
  margin: 0;
  border: 0 none;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  color: #fff;
  background: #e1272f;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  cursor: pointer;
}
.register-updates button:hover {
  background: #ff353e;
}
.breadcrumbs {
  width: 100%;
  max-width: 1440px;
  left: 0;
  right: 0;
  top: 72px;
  margin: auto;
  position: fixed;
  z-index: 3;
}
.admin-bar .breadcrumbs {
  top: 104px;
}
.breadcrumbs-inner {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}
.breadcrumbs-bar {
  position: relative;
  float: left;
  padding: 10px 0;
  width: 100%;
}
.breadcrumbs-bar a {
  position: relative;
  float: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
  margin: 2px 25px 0 0;
  cursor: pointer;
}
.breadcrumbs-bar a:hover {
  text-decoration: underline;
}
.breadcrumbs-bar a:first-child {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-top: 0;
}
.mac .breadcrumbs-bar a:first-child {
  line-height: 26px;
}
.breadcrumbs-bar a:first-child:before {
  content: "\e904";
  font-family: "mwc";
  font-size: 16px;
  margin: 0px 15px 0 0;
  float: left;
}
.breadcrumbs-bar a:first-child:hover:before {
  text-decoration: none;
}
.breadcrumbs-bar a.current-crumb {
  font-weight: 600;
}
.breadcrumbs-bar a.current-crumb:after {
  content: "";
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -10px;
  position: absolute;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid #fff;
}
/* show only active child on breadcrumbs */
.breadcrumbs-bar a {
  display: none;
}
.breadcrumbs-bar a.current-crumb,
.breadcrumbs-bar a:nth-of-type(1) {
  display: block;
}
.inside {
  position: relative;
  float: left;
  padding: 0 0 30px 0;
  width: 100%;
}
.inside h1 {
  font-family: "graphikbold", "Roboto", sans-serif;
  line-height: 56px;
  font-size: 50px;
  color: #11a0db;
  margin: 35px 0 25px 0;
  text-align: left;
}
.inside h2 {
  font-family: "graphikbold", "Roboto", sans-serif;
  font-size: 28px;
  color: #19105f;
  line-height: 36px;
  margin: 35px 0 10px 0;
}
.inside p {
  font-size: 22px;
  line-height: 36px;
  color: #08131f;
  margin: 20px 0 5px 0;
}
.inside a {
  color: #e1272f;
}
.inside a.action-button {
  color: #fff;
  margin: 0;
}
.inside a:not(.action-button):hover {
  text-decoration: underline;
}
.inside ul {
  padding: 0;
}
.inside ul li {
  list-style-type: none;
  padding-left: 20px;
}
.inside ul li:before {
  content: "• ";
  float: left;
  margin-right: 10px;
  font-size: 25px;
  line-height: 35px;
  color: #e1272f;
  left: 0;
  position: absolute;
}
.inside ul ul {
  padding-left: 30px;
}
/* exhib */
.exhibitors-list .main {
  margin-top: 55px;
  color: violet;
}
.exhibitors-list h4 {
  margin: 30px 0 15px 0;
  color: violet;
}
.alphabet {
  width: 100%;
  float: left;
  padding: 12px 0;
}
.alphabet a {
  width: 3.57%;
  height: 0;
  padding-bottom: 3.57%;
  float: left;
  position: relative;
}
.alphabet a .letter-place {
  width: 80%;
  height: 80%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  border: solid 1px #e1272f;
}
.alphabet a .the-letter {
  font-size: 20px;
  color: #e1272f;
  text-align: center;
  display: inline-block;
  width: 100%;
  height: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.not-mobile .alphabet a:hover .letter-place,
.not-mobile .alphabet a:focus .letter-place,
.alphabet .active-letter .letter-place {
  background-color: #e1272f;
}
.not-mobile .alphabet a:hover .the-letter,
.not-mobile .alphabet a:focus .the-letter,
.alphabet .active-letter .the-letter {
  color: #fff;
  text-decoration: none;
}
.alphabet a:last-child .the-letter {
  font-size: 28px;
  top: -5px;
  line-height: 2px;
}
.main-active {
  font-family: "graphikbold", "Roboto", sans-serif;
  float: left;
  font-size: 50px;
  line-height: 40px;
  color: #11a0db;
  padding: 20px 0;
  width: 100%;
  text-transform: uppercase;
}
.main-active:empty {
  padding: 10px 0;
}
.exhibitors-holder {
  width: 100%;
  float: left;
}
.list-exhibitor {
  width: 50%;
  float: left;
  padding-right: 10px;
  margin-bottom: 20px;
  -webkit-transform: rotate(45deg) scale(0.5);
  -moz-transform: rotate(45deg) scale(0.5);
  -o-transform: rotate(45deg) scale(0.5);
  -ms-transform: rotate(45deg) scale(0.5);
  transform: rotate(45deg) scale(0.5);
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: -webkit-transform 200ms ease-in 0ms, opacity 150ms ease-in;
  -moz-transition: -moz-transform 200ms ease-in 0ms, opacity 150ms ease-in;
  -o-transition: -o-transform 200ms ease-in 0ms, opacity 150ms ease-in;
  transition: -webkit-transform 200ms ease-in 0ms,-moz-transform 200ms ease-in 0ms,-o-transform 200ms ease-in 0ms,transform 200ms ease-in 0ms, opacity 150ms ease-in;
}
.list-exhibitor .exhib {
  width: 100%;
  float: left;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  border: 1px solid #d3dee3;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.not-mobile .list-exhibitor:hover .exhib {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
.list-exhibitor:nth-of-type(even) {
  padding-right: 0;
  padding-left: 10px;
  -webkit-transform: rotate(-45deg) scale(0.5);
  -moz-transform: rotate(-45deg) scale(0.5);
  -o-transform: rotate(-45deg) scale(0.5);
  -ms-transform: rotate(-45deg) scale(0.5);
  transform: rotate(-45deg) scale(0.5);
}
.exhib-list-title {
  padding: 10px 20px;
  width: 100%;
  height: 54px;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: capitalize;
  color: #19105f;
  font-family: "graphikbold", "Roboto", sans-serif;
  font-size: 20px;
}
.seen {
  -webkit-transform: rotate(0deg) scale(1) !important;
  -moz-transform: rotate(0deg) scale(1) !important;
  -o-transform: rotate(0deg) scale(1) !important;
  -ms-transform: rotate(0deg) scale(1) !important;
  transform: rotate(0deg) scale(1) !important;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.search-form {
  position: relative;
  padding-right: 165px;
  margin-top: 10px;
}
.search-form input {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
  color: #08131f;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background: #fff;
  border: solid 1px #d3dee3;
  padding: 10px 20px;
  height: 54px;
  width: 100%;
}
.search-form button {
  padding: 0 45px;
  white-space: nowrap;
  margin: 0;
  border: 0 none;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 55px;
  color: #fff;
  background: #e1272f;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  cursor: pointer;
}
.search-forms button:hover {
  background: #ff353e;
}
table {
  width: 100%;
  background: #fff;
  border: solid 1px #c1c1c1;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  overflow: hidden;
  font-size: 20px;
  border-collapse: separate;
  border-spacing: 0px;
}
td,
th {
  padding: 8px 15px;
  text-align: left;
  border-right: solid 1px #c1c1c1;
}
tr:nth-of-type(odd) {
  background: #e6f4fa;
}
th {
  font-weight: bold;
  background: #fff;
}
tr td:last-child,
tr th:last-child {
  border-right: 0 none;
}
table.opening td a {
  color: #e1272f;
}
table.opening td a:hover {
  text-decoration: underline;
}
/*qas*/
.qa_cats {
  display: none;
}
.qas {
  width: 100%;
  float: left;
  position: relative;
}
.qa {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 10px;
  min-height: 60px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  overflow: hidden;
  border: solid 1px #fff;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.qas .faq-catname {
  margin: 0 0 30px 0;
}
.qa-head {
  width: 100%;
  float: left;
  position: relative;
  padding: 20px 65px 20px 25px;
  background: url(images/blue_gradient.jpg) no-repeat left top #11a0db;
  background-repeat: repeat;
  min-height: 60px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.qa-head:before {
  width: 28px;
  height: 28px;
  position: absolute;
  left: 25px;
  bottom: -14px;
  content: "";
  background-color: inherit;
  background-image: url(images/blue_gradient.jpg);
  background-repeat: repeat;
  z-index: 1;
  transform: rotate(45deg) scale(0);
  -webkit-transition: -webkit-transform 150ms ease-in 0ms, background-color 150ms ease-in 0ms;
  -moz-transition: -moz-transform 150ms ease-in 0ms, background-color 150ms ease-in 0ms;
  -o-transition: -o-transform 150ms ease-in 0ms, background-color 150ms ease-in 0ms;
  transition: -webkit-transform 150ms ease-in 0ms,-moz-transform 150ms ease-in 0ms,-o-transform 150ms ease-in 0ms,transform 150ms ease-in 0ms, background-color 150ms ease-in 0ms;
}
.qa-head:after {
  width: 31px;
  height: 31px;
  position: absolute;
  margin: auto;
  right: 25px;
  top: 0;
  bottom: 0;
  content: "";
  background: url(images/circle-cross.png) no-repeat left top;
  background-size: 31px;
  z-index: 1;
}
.scales .qa-head:after {
  -webkit-animation: scales 400ms linear;
  -moz-animation: scales 400ms linear;
  -o-animation: scales 400ms linear;
  animation: scales 400ms linear;
}
.qa-head span {
  width: 100%;
  float: left;
  position: relative;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}
.qa-cont:before,
.qa-cont:after {
  content: "";
  position: relative;
  width: 100%;
  float: left;
  height: 15px;
}
.qa-cont {
  width: 100%;
  float: left;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  padding: 15px 25px 0 25px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 400ms ease-in 0ms;
  -moz-transition: max-height 400ms ease-in 0ms;
  -o-transition: max-height 400ms ease-in 0ms;
  transition: max-height 400ms ease-in 0ms;
}
.qa-cont ul {
  position: relative;
}
.qa-cont ul li {
  font-size: 22px;
  line-height: 36px;
}
.qa-open {
  border: solid 1px #c1c1c1;
}
.qa-open .qa-head {
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
}
.qa-open .qa-head:before {
  transform: rotate(45deg) scale(1);
}
.qa-open .qa-head:after {
  background: url(images/circle-cross.png) no-repeat left center;
  background-size: 31px;
}
.qa-open .qa-cont {
  max-height: 3000px;
}
.single .qa_faqs h1 {
  margin-top: 80px;
}
/*adjustments*/
.wall-outer {
  position: relative;
  z-index: 1;
}
.dcwss.dc-wall.modern .stream li .inner {
  float: none;
}
/* forms */
.form-process {
  float: left;
  width: 100%;
  margin-top: 25px;
  border: 1px solid #d3dee3;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  padding: 20px 15px;
  font-family: "Roboto", sans-serif;
}
.form-process.progressive-fields .form-wrap {
  height: auto;
  opacity: 1;
  overflow: hidden;
}
.form-process .proressive-wait {
  background-color: blue;
  font-size: 16px;
  height: 52px;
  padding: 15px 0 0;
  position: absolute;
  right: 0;
  width: 170px;
}
.inside .form-process .proressive-wait .icon {
  margin-left: 0;
}
.form-process .progressive-submit {
  margin-right: 0;
}
.form-process .progressive-submit #email {
  background-color: grey;
  border: solid 1px #b6b6b6;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  color: #6f6e6e;
  font-size: 18px;
  height: 52px;
  line-height: 52px;
  max-width: 100%;
  padding: 0 180px 0 10px;
  width: 100%;
  font-weight: 300;
  -webkit-transition: border 250ms eas-in 0ms;
  -moz-transition: border 250ms eas-in 0ms;
  -o-transition: border 250ms eas-in 0ms;
  transition: border 250ms eas-in 0ms;
}
.form-process .progressive-submit #email:focus {
  border: solid 2px blue;
}
.form-process .progressive-submit #submit {
  background-color: blue;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  color: white;
  cursor: pointer;
  height: 52px;
  line-height: 52px;
  margin-right: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  width: 170px;
}
.form-process .submission {
  float: left;
  width: 100%;
  min-height: 52px;
  background: none;
}
.submission .inside {
  background: none;
  color: #fff;
  float: left;
  min-height: 0;
  padding: 0;
  width: 100%;
}
.form-process .inner {
  background: none;
}
.eloqua-imported[data-template-version="3"] .elq-field .checklist-option .inner {
  border: 0 none;
  background: none;
  padding: 0 15px;
}
.elq-field .checklist-option,
.elq-field .checklist-option.selected,
.not-mobile .elq-field .checklist-option:hover {
  background: none;
}
.checklist-option option-list .field-wrap {
  position: relative;
}
.elq-field .checklist-option label {
  position: relative;
}
.elq-field .checklist-option label:before {
  background-color: #fff;
  color: #11a0db;
  border: 1px solid #d3dee3;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  content: " ";
  display: inline-block;
  float: none;
  font-weight: 300;
  font-size: 20px;
  height: 28px;
  line-height: 20px;
  margin-bottom: 0;
  margin-left: -45px;
  margin-right: 15px;
  padding: 0;
  text-align: center;
  top: 0;
  width: 28px;
  position: relative;
  vertical-align: middle;
}
.not-mobile .elq-field .checklist-option label:hover:before {
  border: solid 1px #11a0db;
  content: " ";
}
.elq-field .checklist-option.selected label:before,
.elq-field .checklist-option.selected label:hover:before {
  font-family: "mwc" !important;
  border: solid 1px #11a0db;
  background: #11a0db;
  color: #fff;
  content: "\e905";
  position: relative;
  line-height: 27px;
  font-size: 17px;
  font-weight: bold;
}
.form-process.progressive-fields .form-wrap,
.form-process.progressive-fields .form-wrap form,
.form-process form,
.form-process .form-disclaimer {
  float: left;
  width: 100%;
  overflow: visible;
}
.elq-field label {
  line-height: 28px;
  font-size: 20px;
  font-weight: 400;
  width: auto;
  word-break: break-strict;
  color: #08131f;
}
.elq-field.group label {
  font-family: "graphikbold", "Roboto", sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #19105f;
  text-transform: none;
  font-weight: normal;
  margin: 20px 0 10px 0;
  float: left;
}
/*.form-process form .elq-field:nth-of-type(1) > .field-wrap label {
  position: relative;
  width: 100%;
  float: left;
  font-family: "graphikbold", "Roboto", sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #19105f;
  text-transform: none;
  font-weight: normal;
  padding-bottom: 20px;
}*/
.subscribe .form-process form .elq-field:nth-of-type(1) > .field-wrap label,
.register .form-process form .elq-field:nth-of-type(1) > .field-wrap label,
form[name="mwc_paid_conversions_NexTech"] .elq-field:nth-of-type(1) > .field-wrap label,
form[name="mwc_paid_conversions_W4T"] .elq-field:nth-of-type(1) > .field-wrap label {
  position: relative;
  width: 100%;
  float: left;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #08131f;
  text-transform: none;
  font-weight: normal;
  padding-bottom: 0;
}
/*.form-process form .elq-field:nth-of-type(1) > .field-wrap label:after {
  content: "";
  position: absolute;
  left: -15px;
  right: -15px;
  height: 1px;
  background: #d3dee3;
  bottom: 0;
}*/
.subscribe .form-process form .elq-field:nth-of-type(1) > .field-wrap label:after,
.register .form-process form .elq-field:nth-of-type(1) > .field-wrap label:after,
form[name="mwc_paid_conversions_NexTech"] .elq-field:nth-of-type(1) > .field-wrap label:after,
form[name="mwc_paid_conversions_W4T"] .elq-field:nth-of-type(1) > .field-wrap label:after {
  content: "";
  display: none;
}
.subscribe .form-process form .elq-field.elq-field.IsRequiredCondition:nth-of-type(1) > .field-wrap label:after,
.register .form-process form .elq-field.elq-field.IsRequiredCondition:nth-of-type(1) > .field-wrap label:after,
form[name="mwc_paid_conversions_NexTech"] .elq-field.elq-field.IsRequiredCondition:nth-of-type(1) > .field-wrap label:after,
form[name="mwc_paid_conversions_W4T"] .elq-field.elq-field.IsRequiredCondition:nth-of-type(1) > .field-wrap label:after {
  color: #e1272f;
  content: "\2022";
  font-size: 28px;
  line-height: 0;
  padding-left: 3px;
  left: auto;
  right: auto;
  height: auto;
  bottom: auto;
  background: 0 none;
  position: relative;
  display: inline-block;
}
.elq-field.IsEmailAddressCondition .label label:after,
.elq-field.IsRequiredCondition .label label:after {
  color: #e1272f;
  content: "\2022";
  font-size: 28px;
  line-height: 0;
  padding-left: 3px;
}
.elq-field {
  float: left;
  font-family: "Roboto", sans-serif;
  margin-bottom: 15px;
  position: relative;
  width: 50%;
  padding: 0 15px;
}
.form-process form .elq-field:nth-of-type(1) {
  width: 100%;
}
.form-process form .elq-field:nth-of-type(2) {
  width: 100%;
}
.subscribe .form-process form .elq-field:nth-of-type(1) {
  width: 50%;
}
.subscribe .form-process form .elq-field:nth-of-type(2) {
  width: 50%;
}
.elq-field.submit {
  width: 100% !important;
}
.elq-field .field-wrap input[type="text"],
.elq-field .field-wrap input[type="email"] {
  box-sizing: border-box;
  height: 46px;
  line-height: 42px;
  max-width: 100%;
  padding: 0 15px;
  width: 100%;
  color: #6f6e6e;
  background-color: #fff;
  font-size: 20px;
  font-weight: 300;
  -webkit-transition: border 250ms eas-in 0ms;
  -moz-transition: border 250ms eas-in 0ms;
  -o-transition: border 250ms eas-in 0ms;
  transition: border 250ms eas-in 0ms;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  border: solid 1px #d3dee3;
}
.elq-field .field-wrap input[type="text"]:focus,
.elq-field .field-wrap input[type="email"]:focus {
  border: solid 1px #11a0db;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.elq-field .field-wrap textarea {
  box-sizing: border-box;
  min-height: 200px;
  line-height: 42px;
  max-width: 100%;
  padding: 0 15px;
  width: 100%;
  color: #6f6e6e;
  background-color: #fff;
  font-size: 20px;
  font-weight: 300;
  -webkit-transition: border 250ms eas-in 0ms;
  -moz-transition: border 250ms eas-in 0ms;
  -o-transition: border 250ms eas-in 0ms;
  transition: border 250ms eas-in 0ms;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  border: solid 1px #d3dee3;
}
.elq-field .field-wrap textarea:focus {
  border: solid 1px #11a0db;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.elq-field .field-wrap.select {
  padding: 0;
  width: 100%;
}
.elq-field .sbSelector {
  border: 0 none;
  display: block;
  height: 50px;
  left: 0;
  line-height: 52px;
  margin-left: 0;
  margin-right: 45px;
  outline: medium none;
  overflow: hidden;
  padding: 0;
  text-indent: 10px;
  top: 0;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
}
.elq-field .sbSelector:link,
.elq-field .sbSelector:visited,
.not-mobile .elq-field .sbSelector:hover {
  color: #6f6e6e;
}
.elq-field input,
.elq-field select,
.elq-field textarea {
  box-sizing: border-box;
}
.elq-field .field-wrap.select {
  -webkit-border-radius: 0 !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 0 !important;
  -moz-background-clip: padding !important;
  border-radius: 0 !important;
  background-clip: padding-box !important;
  border: 0 none !important;
}
.elq-field .sbHolder {
  background-color: grey;
}
.elq-field .sbOptions {
  padding: 0;
  border-top: solid 1px #b6b6b6 !important;
}
.elq-field .sbOptions li {
  list-style-type: none;
  line-height: 40px;
  margin: 0;
  padding: 0 15px;
}
.sbOptions li:last-child a {
  border: 0 none;
}
.elq-field .sbToggle:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-size: 32px;
  margin: auto;
}
.elq-field .sbToggle {
  background: none;
  float: right;
  height: 50px;
  margin-bottom: 0;
  position: relative;
  width: 38px;
  z-index: 1;
}
.elq-field .field-wrap {
  width: 100% !important;
  float: left;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  border: 0 none;
}
.elq-field .field-wrap.label {
  margin-bottom: 12px;
}
.elq-field.group {
  border-bottom: 0 none;
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 10px;
}
.elq-field.group:before {
  content: "";
  position: absolute;
  left: -15px;
  right: -15px;
  height: 1px;
  background: #d3dee3;
  bottom: 0;
}
.elq-field.group:after {
  content: "";
  position: absolute;
  left: -15px;
  right: -15px;
  height: 1px;
  background: #d3dee3;
  top: 0;
}
.elq-field .option-wrap {
  border: 0 none;
  float: left;
  margin-top: 10px;
  width: 100%;
}
.elq-field .option-list {
  display: inline-block;
  vertical-align: top;
  width: 33.33333%;
  margin-bottom: 20px;
}
.elq-field.submit,
.elq-field.checkList,
.elq-field.checkbox,
.checkList + .elq-field {
  width: 100%;
  padding: 0 0;
}
.elq-field.submit {
  padding: 0 15px 0 85px;
}
.elq-field .inner {
  float: left;
  width: 100%;
  padding-right: 10px;
  margin: 0;
}
.elq-field .field-wrap.lbl {
  background: none;
  border: 0 none;
  height: auto;
  font-size: 15px;
  font-weight: 300;
  width: auto;
}
.elq-field .field-wrap.lbl label {
  line-height: 28px;
  font-size: 17px;
  font-weight: 400;
  width: auto;
  word-break: break-strict;
}
.elq-field .checklist-option .field-wrap.lbl {
  padding-left: 45px;
  width: 100%;
}
.elq-field.checkbox {
  margin-top: 10px;
}
.elq-field .field-wrap.submit {
  background: none;
  border: 0 none;
  float: right;
  padding: 0;
  width: 25% !important;
  margin-left: 20px;
}
.elq-field .field-wrap.submit.reset {
  background: none;
  margin-left: 0;
}
.elq-field .field-wrap input[type="submit"] {
  float: left;
  height: auto;
  font-size: 18px;
  line-height: 52px;
  text-transform: uppercase;
  padding: 0 15px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #fff !important;
  text-decoration: none;
  letter-spacing: 0.5px;
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  background-repeat: repeat;
}
.elq-field .field-wrap input[type="submit"]:before {
  content: "";
  position: relative;
  z-index: 2;
  width: 10px;
  height: 14px;
  background-size: 14px;
  display: inline-block;
  margin: 0 5px -1px 0;
}
.elq-field .field-wrap input[type="submit"]:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: background-color 250ms ease-in 0ms;
  -moz-transition: background-color 250ms ease-in 0ms;
  -o-transition: background-color 250ms ease-in 0ms;
  transition: background-color 250ms ease-in 0ms;
  background-image: url(images/comb-transp-black.png);
  background-repeat: repeat;
}
.not-mobile .elq-field .field-wrap input[type="submit"]:hover:after,
.not-mobile .elq-field .field-wrap input[type="submit"]:focus:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 250ms ease-in 0ms;
  -moz-transition: background-color 250ms ease-in 0ms;
  -o-transition: background-color 250ms ease-in 0ms;
  transition: background-color 250ms ease-in 0ms;
}
.elq-field .field-wrap.submit input[type="submit"] {
  padding: 0 30px;
  white-space: nowrap;
  margin: 0;
  height: 44px;
  color: #fff;
  background: #e1272f;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 44px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  text-transform: none;
}
.elq-field .field-wrap.submit input[type="submit"]:hover {
  background: #ff353e;
}
.elq-field .field-wrap.reset input[type="submit"] {
  padding: 0 30px;
  white-space: nowrap;
  margin: 0;
  height: 44px;
  color: #fff;
  background: #11a0db;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 44px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  text-transform: none;
}
.elq-field .field-wrap.reset input[type="submit"]:hover {
  background: #22b3ef;
}
.elq-field .message {
  background: #11a0db;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  margin-top: 8px;
  font-style: normal;
  font-size: 14px;
  color: white;
  padding: 2px 15px;
  position: absolute;
  bottom: -12px;
  z-index: 2;
}
.elq-field .message:before {
  content: "";
  border: 1px solid white;
  width: 0;
  height: 0;
  border-color: transparent transparent #11a0db transparent;
  border-width: 0px 0px 11px 10px;
  position: absolute;
  top: -11px;
}
.invalid .cs-select,
.invalid textarea,
.invalid input[type="text"],
.invalid input[type="checkbox"],
.invalid input[type="radio"] {
  border: 1px solid #e1272f !important;
  box-shadow: none;
}
.form-process.invalid .submission,
.form-process.error .submission {
  background: none !important;
}
.form-process .submission .inner {
  color: #e1272f;
}
.form-disclaimer p {
  font-size: 16px;
}
/*registration*/
.registration h1 {
  position: relative;
  padding-right: 180px;
}
.thumb-holder {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 90px;
  margin: auto;
  max-width: 180px;
  text-align: center;
}
.thumb-holder span {
  width: 100%;
  float: left;
  margin-bottom: 5px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
  color: #666;
  text-transform: uppercase;
}
.thumb-holder img {
  max-width: 120px;
}
.grey-tabs-head-holder {
  width: 100%;
  padding: 0;
  background: #f1f1f1;
  border-top: solid 1px #d3dee3;
  -webkit-box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.grey-tabs-head {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.grey-tabs-head a {
  font-family: "Roboto", sans-serif;
  color: #e1272f !important;
  font-size: 22px;
  padding: 25px 0;
  line-height: 28px;
  display: table-cell;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
  text-decoration: none;
  border-left: solid 1px #f1f1f1;
  border-right: solid 1px #f1f1f1;
  vertical-align: middle;
}
.grey-tabs-head a:hover {
  background: #fff;
}
.grey-tabs-head a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  margin: auto;
  width: 25px;
  height: 25px;
  background: #f1f1f1;
  -webkit-transform: rotate(45deg) scale(0, 0);
  -moz-transform: rotate(45deg) scale(0, 0);
  -o-transform: rotate(45deg) scale(0, 0);
  -ms-transform: rotate(45deg) scale(0, 0);
  transform: rotate(45deg) scale(0, 0);
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.grey-tabs-head a.active-grey-tab {
  background: #fff;
  border-left: solid 1px #d3dee3;
  border-right: solid 1px #d3dee3;
  color: #08131f !important;
}
.grey-tabs-head a.active-grey-tab:after {
  bottom: -10px;
  background: #fff;
  -webkit-transform: rotate(45deg) scale(1, 1);
  -moz-transform: rotate(45deg) scale(1, 1);
  -o-transform: rotate(45deg) scale(1, 1);
  -ms-transform: rotate(45deg) scale(1, 1);
  transform: rotate(45deg) scale(1, 1);
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.grey-tabs-head a span {
  position: relative;
  z-index: 1;
}
.grey-tab-content {
  width: 100%;
  float: left;
  padding: 20px 0;
  display: none;
  visibility: hidden;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.active-grey-tab-content {
  display: block;
  visibility: visible;
  -webkit-animation: tab 0.6s ease both 0s;
  animation: tab 0.6s ease both 0s;
}
.registration-section {
  width: 100%;
  float: left;
  padding: 20px 0;
}
.registration-section section {
  width: 100%;
  display: inline-block;
  float: left;
  text-align: right;
  border-bottom: solid 1px #e5ebee;
  font-size: 0;
  position: relative;
}
.registration-section section .row {
  width: 12%;
  display: inline-block;
  text-align: center;
  font-size: 22px;
  padding: 15px 0;
}
.registration-section section .row span {
  width: 100%;
  display: inline-block;
}
.registration-section section .row.checked span:after {
  content: "\e905";
  font-family: "mwc";
  font-size: 32px;
  color: #11a0db;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 32px;
}
.registration-section section .row:nth-last-child(5) {
  width: 52%;
  text-align: left;
  position: relative;
  left: 0;
  right: auto;
  top: auto;
  bottom: auto;
  float: left;
}
.registration-section section .row:nth-last-child(1) {
  background: #e8eef6;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12%;
  right: 0;
}
.registration-section section .row:nth-last-child(2) {
  background: #fff8e7;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12%;
  right: 12%;
}
.registration-section section .row:nth-last-child(3) {
  background: #f1f1f1;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12%;
  right: 24%;
}
.registration-section section .row:nth-last-child(4) {
  background: #f2fbff;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12%;
  right: 36%;
  border-left: solid 1px #e5ebee;
}
.registration-section section .row:first-child p {
  text-transform: uppercase;
  margin: 0;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.registration-section section .row:first-child i {
  position: absolute;
  right: 20px;
  top: 22px;
  font-size: 22px;
  color: #999;
  cursor: pointer;
}
.registration-section section .row:first-child i:hover {
  color: #231f20;
}
.registration-section section .row:first-child figure {
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  padding: 15px 20px;
  position: absolute;
  width: 200px;
  background: #11a0db;
  right: -110px;
  bottom: 100%;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  visibility: hidden;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.registration-section section .row:first-child figure:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 15px;
  height: 15px;
  bottom: -5px;
  background: #11a0db;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.registration-section section .row:first-child i:hover + figure {
  -webkit-transform: translateY(28px);
  -moz-transform: translateY(28px);
  -o-transform: translateY(28px);
  -ms-transform: translateY(28px);
  transform: translateY(28px);
  visibility: visible;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.registration-section section:first-child {
  float: none;
}
.registration-section section:first-child .row {
  vertical-align: bottom;
  padding-bottom: 5px;
}
.registration-section section:first-child .row:nth-last-child(1) {
  background: #e8eef6;
  position: relative;
  top: auto;
  bottom: auto;
  width: 12%;
  min-height: 100px;
  right: auto;
  -webkit-border-radius: 0 4px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 4px 0 0;
  -moz-background-clip: padding;
  border-radius: 0 4px 0 0;
  background-clip: padding-box;
  border-top: solid 1px #e5ebee;
}
.registration-section section:first-child .row:nth-last-child(2) {
  background: #fff8e7;
  position: relative;
  top: auto;
  bottom: auto;
  width: 12%;
  min-height: 100px;
  right: auto;
  border-top: solid 1px #e5ebee;
}
.registration-section section:first-child .row:nth-last-child(3) {
  background: #f1f1f1;
  position: relative;
  top: auto;
  bottom: auto;
  width: 12%;
  min-height: 100px;
  right: auto;
  border-top: solid 1px #e5ebee;
}
.registration-section section:first-child .row:nth-last-child(4) {
  background: #f2fbff;
  position: relative;
  top: auto;
  bottom: auto;
  width: 12%;
  min-height: 100px;
  right: auto;
  border-top: solid 1px #e5ebee;
  border-left: solid 1px #e5ebee;
  -webkit-border-radius: 4px 0 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px 0 0 0;
  -moz-background-clip: padding;
  border-radius: 4px 0 0 0;
  background-clip: padding-box;
}
.registration-section section:first-child .row span {
  color: #19105f;
  font-size: 16px;
}
.registration-section section:first-child .row span b {
  font-family: "graphikbold", "Roboto", sans-serif;
  font-weight: normal;
  width: 100%;
  float: left;
  line-height: 20px;
}
.registration-section section:last-child {
  float: none;
  border-bottom: 0 none;
}
.registration-section section:last-child .row {
  vertical-align: bottom;
  padding-bottom: 5px;
}
.registration-section section:last-child .row:nth-last-child(1) {
  background: #e8eef6;
  position: relative;
  top: auto;
  bottom: auto;
  width: 12%;
  min-height: 100px;
  right: auto;
  -webkit-border-radius: 0 0 4px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 4px 0;
  -moz-background-clip: padding;
  border-radius: 0 0 4px 0;
  background-clip: padding-box;
  border-bottom: solid 1px #e5ebee;
}
.registration-section section:last-child .row:nth-last-child(2) {
  background: #fff8e7;
  position: relative;
  top: auto;
  bottom: auto;
  width: 12%;
  min-height: 100px;
  right: auto;
  border-bottom: solid 1px #e5ebee;
}
.registration-section section:last-child .row:nth-last-child(3) {
  background: #f1f1f1;
  position: relative;
  top: auto;
  bottom: auto;
  width: 12%;
  min-height: 100px;
  right: auto;
  border-bottom: solid 1px #e5ebee;
}
.registration-section section:last-child .row:nth-last-child(4) {
  background: #f2fbff;
  position: relative;
  top: auto;
  bottom: auto;
  width: 12%;
  min-height: 100px;
  right: auto;
  border-bottom: solid 1px #e5ebee;
  border-left: solid 1px #e5ebee;
  -webkit-border-radius: 0 0 0 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 0 4px;
  -moz-background-clip: padding;
  border-radius: 0 0 0 4px;
  background-clip: padding-box;
}
.registration-section section:last-child .row span {
  color: #19105f;
  font-size: 16px;
  text-align: center;
}
.registration-section section:last-child .row span a {
  display: inline-block;
  padding: 5px 10px;
  margin: 5px 10px 10px;
  white-space: nowrap;
  color: #fff;
  background: #e1272f;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  white-space: normal;
}
.registration-section section:last-child .row span a:hover {
  background: #ff353e;
  text-decoration: none;
}
.registration-section section:last-child .row span b {
  font-family: "graphikbold", "Roboto", sans-serif;
  font-weight: normal;
  width: 100%;
  float: left;
  line-height: 20px;
}
.registration-section.one-row section:first-child {
  float: left;
}
.registration-section.one-row section:last-child {
  float: left;
}
.registration-section.one-row section:first-child .row:nth-last-child(2) {
  border-top: 0 none;
}
.registration-section.one-row section .row:nth-last-child(2) {
  width: 88%;
  background: #fff;
  text-align: left;
  position: relative;
  left: 0;
  right: auto;
  top: auto;
  bottom: auto;
  float: left;
}
.registration-section.one-row section .row:nth-last-child(1) {
  background: #e8eef6;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12%;
  right: 0;
}
.registration-section.one-row section .row:nth-last-child(2):first-child p {
  text-transform: none;
  margin: 0;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.registration-section.one-row section:first-child .row:nth-last-child(1) {
  background: #e8eef6;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 12%;
  min-height: 100px;
  -webkit-border-radius: 4px 4px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px 4px 0 0;
  -moz-background-clip: padding;
  border-radius: 4px 4px 0 0;
  background-clip: padding-box;
  border: solid 1px #e5ebee;
  border-bottom: 0 none;
}
.registration-section.one-row section:last-child .row:nth-last-child(1) {
  background: #e8eef6;
  position: relative;
  top: auto;
  bottom: auto;
  width: 12%;
  min-height: 100px;
  right: auto;
  -webkit-border-radius: 0 0 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
  border: solid 1px #e5ebee;
  border-top: 0 none;
}
/*Phase II*/
/*selects*/
select {
  display: none;
}
/*filters*/
.filters-top-holder {
  width: 100%;
  position: relative;
  float: left;
}
.filters-top {
  width: 100%;
  position: relative;
  float: left;
  padding: 25px 240px 25px 120px;
}
.agenda-filters .filters-top {
  padding: 25px 280px 25px 120px;
}
.filters-top-holder label {
  width: 120px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 36px;
  color: #08131f;
  font-size: 20px;
  line-height: 36px;
}
.filters-top-holder input[type="text"] {
  float: left;
  line-height: 44px;
  padding: 0 15px;
  width: 100%;
  color: #08131f;
  background-color: #fff;
  font-size: 20px;
  font-weight: 300;
  -webkit-transition: border 250ms eas-in 0ms;
  -moz-transition: border 250ms eas-in 0ms;
  -o-transition: border 250ms eas-in 0ms;
  transition: border 250ms eas-in 0ms;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  border: solid 1px #d3dee3;
}
.filters-top-holder input[type="text"]:focus {
  border: solid 1px #11a0db;
}
.filters-top-holder .submit-filters {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto auto auto 20px;
  width: 46px;
  height: 46px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  background: #19105f;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}
.filters-top-holder .submit-filters:hover {
  background: #11a0db;
}
.filters-top-holder .trigger-filters {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 46px;
  height: 46px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  background: #19105f;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}
.agenda-filters .filters-top-holder .trigger-filters {
  right: 80px;
}
.filters-top-holder .trigger-filters:before {
  content: "Filters";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -76px;
  margin: auto;
  cursor: pointer;
  color: #08131f;
  font-size: 20px;
  line-height: 46px;
}
.agenda-filters .filters-top-holder .trigger-filters:before {
  left: -60px;
}
.agenda-filters .filters-top-holder .print-btn:before {
  content: "";
}
.agenda-filters .print-btn .fa-sliders:before {
  content: "\f019";
}
.agenda-filters .print-btn {
  right: 0px !important;
}
.filters-top-holder .trigger-filters:hover {
  background: #11a0db;
}
.filters-top-holder .trigger-filters.active-trigger span:before {
  content: "×" !important;
  font-size: 36px;
}
.filters-top-holder .trigger-filters:after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: -25px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid #19105f;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -moz-transition: all 0.15s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: all 0.15s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: all 0.15s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.filters-top-holder .trigger-filters.active-trigger:after {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.filters {
  width: 100%;
  position: relative;
  float: left;
  max-height: 0;
  -webkit-transition: max-height 150ms ease-in-out;
  -moz-transition: max-height 150ms ease-in-out;
  -o-transition: max-height 150ms ease-in-out;
  transition: max-height 150ms ease-in-out;
}
.filters.active-filters {
  max-height: 250px;
}
.filter {
  width: 50%;
  position: relative;
  float: left;
}
.filter:nth-of-type(odd) {
  padding-right: 15px;
}
.filter:nth-of-type(even) {
  padding-left: 15px;
}
.filter:first-child,
.filter:nth-of-type(2) {
  margin-top: 20px;
}
.filter label {
  width: 120px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 36px;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
}
.filter:nth-of-type(even) label {
  left: 15px;
}
.filter label[for="country"] {
  line-height: 20px;
  width: 72px;
  word-wrap: break-word;
}
.filter div.cs-select {
  border-color: #11a0db;
  background: #11a0db;
}
.filter .cs-select .cs-options {
  background: #11a0db;
  border-color: #11a0db;
  -webkit-box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.2);
  overflow: auto;
}
.filter .cs-select span {
  color: #fff;
}
.filter .cs-select > span:after {
  font-size: 28px;
}
.filter .cs-select ul li.cs-focus span,
.filter .cs-select ul li:hover span {
  background-color: #fff;
  color: #11a0db;
}
.predictable {
  width: 100%;
  position: relative;
  float: left;
  padding-left: 120px;
  margin: 10px 0;
}
.predictable-holder {
  position: absolute;
  height: 40px;
  left: 45px;
  right: 32px;
  background: #11a0db;
  z-index: 2;
  display: none;
}
.predictable-holder input {
  width: 100%;
  float: left;
  line-height: 40px;
  background: none;
  color: #fff;
  font-size: 20px;
  line-height: 44px;
  font-weight: 300;
}
.cs-active .predictable-holder {
  display: block;
}
.predictable .cs-options {
  min-height: 5px;
}
.country .cs-placeholder:before {
  content: "\f0ac";
  font-family: "FontAwesome";
  line-height: 1;
  width: 20px;
  display: inline-block;
  font-size: 20px;
  margin-right: 12px;
}
.location .cs-placeholder:before {
  content: "\f041";
  font-family: "FontAwesome";
  line-height: 1;
  width: 20px;
  display: inline-block;
  font-size: 22px;
  margin-right: 12px;
  padding-left: 3px;
}
.product .cs-placeholder:before {
  content: "\f290";
  font-family: "FontAwesome";
  line-height: 1;
  width: 20px;
  display: inline-block;
  font-size: 18px;
  margin-right: 12px;
}
.filter-alphabet {
  width: 100%;
  float: left;
  padding: 15px 0;
  position: relative;
  margin-bottom: 15px;
}
.filter-alphabet label {
  width: 120px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 36px;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
}
.alphabet-letters {
  position: relative;
  left: 117px;
  right: -3px;
  width: auto;
  padding-right: 113px;
}
.filter-alphabet a {
  width: 3.57%;
  height: 0;
  padding-bottom: 3%;
  float: left;
  position: relative;
}
.filter-alphabet a .letter-place {
  position: absolute;
  left: 3px;
  top: 0;
  right: 3px;
  bottom: 0;
  margin: auto;
  display: inline-block;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  background: #fff;
}
.filter-alphabet a .the-letter {
  font-size: 20px;
  color: #11a0db;
  text-align: center;
  display: inline-block;
  width: 100%;
  height: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.not-mobile .filter-alphabet a:hover .letter-place,
.not-mobile .filter-alphabet a:focus .letter-place,
.filter-alphabet .active-letter .letter-place {
  background-color: #11a0db;
}
.not-mobile .filter-alphabet a:hover .the-letter,
.not-mobile .filter-alphabet a:focus .the-letter,
.filter-alphabet .active-letter .the-letter {
  color: #fff;
  text-decoration: none;
}
.filter-alphabet a:last-child .the-letter {
  font-size: 28px;
  top: -5px;
  line-height: 2px;
}
.filtered {
  width: 100%;
  position: relative;
  float: left;
  padding: 20px 0 0 0;
}
.filtered:empty {
  display: none;
}
.filtered button {
  background: #1f5eaa;
  color: #fff;
  margin-right: 10px;
  line-height: 44px;
  padding: 0 0 0 20px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
}
.filtered button span {
  float: left;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.filtered button i {
  margin-right: 15px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.filtered button span:after {
  content: "×" !important;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 300;
  margin: 0 10px 0 20px;
  line-height: 40px;
  float: right;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.filtered button:hover span {
  color: #11a0db;
}
.filtered button:hover span:after {
  color: #11a0db;
}
.letter-filtered span {
  text-transform: uppercase;
}
.letter-filtered i {
  font-size: 22px;
}
.country-filtered i {
  font-size: 20px;
}
.location-filtered i {
  font-size: 22px;
}
.products-filtered i {
  font-size: 18px;
}
/*agenda*/
.agenda .filters .filter {
  margin-bottom: 20px;
}
.checkbox-filter {
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
}
.checkbox-filter input {
  display: none;
}
.checkbox-filter label {
  width: 33.33333%;
  float: left;
  position: relative;
  color: #fff;
  font-size: 20px;
  line-height: 44px;
  font-weight: 300;
  padding-left: 65px;
  padding-right: 10px;
  cursor: pointer;
}
.checkbox-filter label:before {
  width: 50px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  -webkit-border-radius: 13px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 13px;
  -moz-background-clip: padding;
  border-radius: 13px;
  background-clip: padding-box;
  content: "";
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.checkbox-filter label:after {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #a5a5a5;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  content: "";
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.checkbox-filter input[type="checkbox"]:checked + label:before {
  width: 50px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  -webkit-border-radius: 13px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 13px;
  -moz-background-clip: padding;
  border-radius: 13px;
  background-clip: padding-box;
  content: "";
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.checkbox-filter input[type="checkbox"]:checked + label:after {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #14a1db;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  content: "";
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateX(23px);
  -moz-transform: translateX(23px);
  -o-transform: translateX(23px);
  -ms-transform: translateX(23px);
  transform: translateX(23px);
}
.filter.wide {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin: 10px 0 20px 0;
}
.filter.wide label {
  left: 0;
}
.themes .cs-placeholder:before {
  content: "\f2ce";
  font-family: "FontAwesome";
  line-height: 1;
  width: 20px;
  display: inline-block;
  font-size: 22px;
  margin-right: 12px;
}
.tracks .cs-placeholder:before {
  content: "\f02c";
  font-family: "FontAwesome";
  line-height: 1;
  width: 20px;
  display: inline-block;
  font-size: 22px;
  margin-right: 12px;
}
.agenda-holder {
  width: 100%;
  float: left;
}
.agenda-days {
  width: 100%;
  float: left;
  border-bottom: solid 1px rgba(42, 164, 203, 0.5);
  border-top: solid 1px rgba(42, 164, 203, 0.5);
}
.agenda-days a {
  width: 25%;
  float: left;
  border-left: solid 1px rgba(42, 164, 203, 0.5);
  border-right: solid 1px rgba(42, 164, 203, 0.5);
  text-align: center;
  line-height: 25px;
  padding: 25px 0;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #2aa4cb;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in 0ms;
  -moz-transition: all 0.25s ease-in 0ms;
  -o-transition: all 0.25s ease-in 0ms;
  transition: all 0.25s ease-in 0ms;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  transform: translateZ(0px);
}
.agenda-days a.active-day {
  background: #11a0db;
  color: #fff;
  cursor: default;
}
.not-mobile .agenda-days a:hover {
  background: #11a0db;
  color: #fff;
  border-left: solid 1px rgba(42, 164, 203, 0.5);
  border-right: solid 1px rgba(42, 164, 203, 0.5);
}
.agenda-days a span {
  width: 100%;
  float: left;
}
.agenda-days a span div {
  display: inline;
}
.agenda-days a span .short {
  display: none;
}
.agenda-content {
  width: 100%;
  float: left;
  position: relative;
}
.agenda-content .no-results {
  display: none;
}
.agenda-hour-wrap {
  width: 100%;
  position: relative;
  float: left;
}
.agenda-hour {
  width: 120px;
  position: sticky;
  position: absolute;
  height: 100%;
  border-bottom: solid 1px #e0e0e0;
}
.agenda-hour span {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 50px;
  text-align: center;
  color: #2b1c6c;
  font-weight: 300;
  font-size: 23px;
  line-height: 30px;
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
.agenda-hour-wrap small {
  padding: 0;
  margin: 0;
  line-height: 2px;
  font-size: 15px;
}
.agenda-hour span.fixed-hour {
  position: fixed;
  left: auto;
  right: auto;
  width: 120px;
  top: 154px;
  display: none;
}
.agenda-hour span.stick-bottom {
  top: auto;
  bottom: 82px;
}
.agenda .agenda-items {
  width: 100%;
  float: left;
  margin: 0;
  padding-left: 120px;
}
.agenda-item {
  width: 100%;
  float: left;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.agenda-item .session-item {
  width: 100%;
  float: left;
  position: relative;
  min-height: 100px;
  background: #fff;
  border-bottom: solid 1px #e0e0e0;
  padding: 10px 5px 5px 5px;
  color: inherit !important;
  border-left: solid 5px #2b1c6c;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-transform: translateY(0px) translateX(0);
  -moz-transform: translateY(0px) translateX(0);
  -o-transform: translateY(0px) translateX(0);
  -ms-transform: translateY(0px) translateX(0);
  transform: translateY(0px) translateX(0);
  display: none;
}
.subsessions .agenda-item .session-item {
  display: block;
}
.not-mobile .agenda-item .session-item:hover {
  border-left-width: 10px;
  background: #fafeff;
  box-shadow: -2px 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-6px) translateX(5px);
  -moz-transform: translateY(-6px) translateX(5px);
  -o-transform: translateY(-6px) translateX(5px);
  -ms-transform: translateY(-6px) translateX(5px);
  transform: translateY(-6px) translateX(5px);
}
.agenda-item-contents {
  padding: 0 15px;
}
.agenda-item-contents h2 {
  font-family: "graphikbold", "Roboto", sans-serif !important;
  color: #2b1c6c !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  margin: 0 !important;
  padding: 5px 0 2px 0 !important;
  float: left;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agenda-item-contents .presented {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin: -4px 0 3px 0;
  color: #2b1c6c;
  float: left;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agenda-item-contents .presented:before {
  content: "Presented by: ";
}
.agenda-item-contents .presented:empty {
  display: none;
}
.agenda-item-contents span {
  font-family: "Roboto", sans-serif;
  float: left;
  width: 100%;
  margin: 0 0 2px 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 18px;
  white-space: normal;
  color: #333;
}
.agenda-item-contents span:empty {
  display: none;
}
.agenda-item-contents span.list-category {
  font-weight: 600;
}
.agenda-item-contents span.list-time:before {
  content: "\f017";
  font-family: "FontAwesome";
  line-height: 1 !important;
  display: inline-block;
  font-size: 14px !important;
  margin: 0 6px 0 2px !important;
  float: none !important;
}
.agenda-item-contents span.list-date:before {
  content: "\f073";
  font-family: "FontAwesome";
  line-height: 1 !important;
  display: inline-block;
  font-size: 14px !important;
  margin: 0 6px 0 2px !important;
  float: none !important;
}
.agenda-item-contents span.list-theme img {
  height: auto;
  max-width: 15px;
  margin: 0 7px 0 0;
  vertical-align: middle;
}
.listing-holder {
  width: 100%;
  float: left;
}
.listing-holder .main-active {
  padding: 30px 0 20px 0;
}
.listing-holder .listing {
  width: 50%;
  float: left;
  padding-right: 10px;
  margin-bottom: 20px;
  -webkit-transition: -webkit-transform 200ms ease-in 0ms, opacity 150ms ease-in;
  -moz-transition: -moz-transform 200ms ease-in 0ms, opacity 150ms ease-in;
  -o-transition: -o-transform 200ms ease-in 0ms, opacity 150ms ease-in;
  transition: -webkit-transform 200ms ease-in 0ms,-moz-transform 200ms ease-in 0ms,-o-transform 200ms ease-in 0ms,transform 200ms ease-in 0ms, opacity 150ms ease-in;
}
.listing-holder .listing:nth-of-type(even) {
  padding-right: 0;
  padding-left: 10px;
}
.listing-holder .listing .listing-item {
  width: 100%;
  float: left;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  border: 1px solid #d3dee3;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.listing-holder .listing:hover .listing-item {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
.listing .box-left {
  float: left;
  width: 100%;
  padding: 10px 45px 10px 15px;
  position: relative;
}
.listing .thumb-holder + .box-left {
  padding: 10px 45px 10px 130px;
}
.listing .thumb-holder {
  position: absolute;
  width: 100px;
  height: auto;
  left: 15px;
  right: auto;
  top: 10px;
  bottom: 10px;
  margin: auto;
  overflow: hidden;
}
.listing .thumb-holder img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
.listing .box-right {
  position: absolute;
  width: 40px;
  right: 0;
  top: 10px;
  bottom: 10px;
  border-left: 1px solid #d3dee3;
  text-align: center;
}
.listing .box-right[data-visible=""] {
  display: none;
}
.listing .box-right img {
  max-width: 20px;
  margin: 0 9px 15px;
}
.listing .box-right img[data-label=""] {
  display: none;
}
.listing .box-left .box-title {
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  text-transform: capitalize;
  color: #19105f;
  font-family: "graphikbold", "Roboto", sans-serif;
  font-size: 20px;
  line-height: 22px;
  padding: 4px 0;
}
.listing .box-left .list-country,
.listing .box-left .list-location,
.listing .box-left .list-products {
  float: left;
  width: 100%;
  text-transform: uppercase;
  color: #231f20;
  font-size: 16px;
  line-height: 16px;
  margin: 0;
}
.listing .box-left .list-country i,
.listing .box-left .list-location i,
.listing .box-left .list-products i {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.listing .box-left i.fa {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #231f20;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  font-style: normal;
  font-weight: 400;
}
.listing .box-left i.fa:before {
  font-family: "FontAwesome" !important;
  color: #979797;
  width: 20px;
  text-align: center;
  margin-right: 5px;
  display: inline-block;
}
.listing .box-left i.fa-globe:before {
  font-size: 18px;
}
.listing .box-left i.fa-map-marker:before {
  font-size: 22px;
  bottom: -2px;
  position: relative;
}
.listing .box-left i.fa-shopping-bag:before {
  font-size: 16px;
}
.listing .box-left i:empty {
  visibility: hidden;
}
/*share / print*/
.initial-actions {
  float: right;
}
.initial-actions > a,
.initial-actions > a:first-child {
  display: inline-block;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  width: 28px;
  height: 28px;
  margin: 0 0 0 15px;
  background: #fff;
  color: #19105f;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
.initial-actions > a:before {
  content: "" !important;
}
/*speakers*/
.speakers .filter-alphabet {
  margin-top: 15px;
}
.speakers-holder {
  width: 100%;
  float: left;
}
.speakers-holder .speaker {
  width: 20%;
  float: left;
  margin-bottom: 40px;
  padding: 0 15px;
  -webkit-transition: -webkit-transform 200ms ease-in 0ms, opacity 150ms ease-in;
  -moz-transition: -moz-transform 200ms ease-in 0ms, opacity 150ms ease-in;
  -o-transition: -o-transform 200ms ease-in 0ms, opacity 150ms ease-in;
  transition: -webkit-transform 200ms ease-in 0ms,-moz-transform 200ms ease-in 0ms,-o-transform 200ms ease-in 0ms,transform 200ms ease-in 0ms, opacity 150ms ease-in;
}
.speakers-holder .speaker:nth-of-type(5n + 6) {
  clear: left;
}
.speakers-holder .speaker h2 {
  font-family: "graphikbold", "Roboto", sans-serif;
  font-size: 20px;
  line-height: 28px;
  margin: 15px 0 0 0;
  color: #11a0db;
  text-align: center;
}
.speakers-holder .speaker p {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #08131f;
}
.speakers-holder .speaker .mod-image {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.speakers-holder .speaker .mod-image img {
  max-width: 200%;
  margin: 0 auto;
  height: 100%;
  width: auto;
}
.speakers .blue-pagination {
  margin: 0;
}
/*pagination blue*/
.blue-pagination {
  position: relative;
  width: 100%;
  float: left;
  margin: 20px 0 40px;
}
.blue-pagination h2 {
  display: none;
}
.blue-pagination .nav-links span:first-child {
  color: #11a0db;
  background-color: #ffffff;
}
.blue-pagination .nav-links span,
.blue-pagination .nav-links a,
.blue-pagination .nav-links .page-numbers.dots:hover {
  background-color: #11a0db;
  color: #ffffff;
  font-size: 17px;
  line-height: 2px;
  width: 3.57%;
  border: 1px solid #11a0db;
  padding: 3px 9px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.blue-pagination .nav-links a:hover {
  background-color: transparent;
  color: #11a0db;
  text-decoration: none !important;
}
.blue-pagination .nav-links .current {
  background-color: transparent;
  color: #11a0db;
  line-height: 2px;
  width: 3.57%;
}
/*singles*/
.custom-main {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.custom-main h1 {
  font-family: "graphikbold", "Roboto", sans-serif;
  line-height: 56px;
  font-size: 50px;
  color: #11a0db;
  margin: 35px 0 0 0;
  text-align: left;
}
.custom-main h2 {
  font-family: "graphikbold", "Roboto", sans-serif;
  font-size: 28px;
  color: #19105f;
  line-height: 36px;
  margin: 20px 0 20px 0;
}
.speaker .custom-main h2 {
  margin-bottom: 30px;
}
.custom-main h2 .presented {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 25px;
}
.custom-main h2 .presented:before {
  content: "Presented by: ";
}
.custom-main h2 .presented:empty {
  display: none;
}
.has-breadcrumbs .custom-main {
  padding-top: 48px;
}
.top-area-container {
  width: 100%;
  float: left;
  position: relative;
  padding-right: 170px;
}
.bottom-area-thumb {
  width: 162px;
  height: 162px;
  background: #fff;
  position: relative;
  padding: 5px;
  border: 1px solid #e0e0e0;
  float: left;
  margin-right: 18px;
  margin-top: 10px;
  margin-bottom: 8px;
}
.bottom-area-thumb img {
  width: auto;
  max-width: 150px;
  height: auto;
  padding: 0;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.top-area-thumb {
  width: 162px;
  height: 162px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 10px;
  padding: 5px;
  border: 1px solid #e0e0e0;
}
.top-area-thumb img {
  width: auto;
  max-width: 150px;
  height: auto;
  padding: 0;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.speaker .top-area-thumb {
  width: 150px;
  height: 150px;
  padding: 0;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.speaker .top-area-thumb img {
  width: auto;
  max-width: 150px;
}
.single-session-interest-button {
  float: left;
  clear: both;
  margin-left: 0px;
}
.top-area-container .labeled {
  float: left;
  position: relative;
  margin: 0 30px 10px 0;
  top: -10px;
}
.top-area-container .labeled[data-label=""] {
  visibility: hidden;
}
.top-area-container .labeled:last-child {
  margin-right: 0;
}
.top-area-container .labeled img {
  height: 32px;
  float: left;
  margin-right: 8px;
}
.top-area-container .labeled span {
  position: relative;
  float: left;
  color: #81868e;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 32px;
}
.listing-single.modules {
  width: 100%;
  max-width: 1170px;
  display: table;
  table-layout: fixed;
  padding: 10px 0;
  margin: 0 auto;
  float: none;
}
.listing-single.modules .module:nth-child(odd) {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  padding: 0;
  text-decoration: none;
  position: relative;
  z-index: 1;
  margin: 0;
}
.listing-single.modules .module:nth-child(even) {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  padding: 0 0 0 15px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  margin: 0;
}
.listing-single.modules .module:nth-child(even):after {
  content: "";
  position: absolute;
  left: 15px;
  right: 0px;
  top: 0;
  height: 100%;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  overflow: hidden;
  background-clip: padding-box;
  z-index: -1;
  background-color: #f5f8fa;
  border-radius: 4px;
}
.listing-single.modules .module:nth-child(odd):after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  overflow: hidden;
  background-clip: padding-box;
  z-index: -1;
  background-color: #f5f8fa;
  border-radius: 4px;
}
.listing-single.modules .mod-in {
  width: 100%;
}
.listing-single.modules .mod-title {
  width: 100%;
  background-color: #c1c1c1;
  padding: 10px 30px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.listing-single.modules .mod-content {
  width: 100%;
  padding: 20px 30px;
  float: left;
  margin: 0 0 10px 0;
}
.listing-single.modules .mod-content p {
  margin: 0;
  color: #08131f;
  font-size: 18px;
  line-height: 28px;
  padding: 5px 0;
  width: 100%;
  white-space: pre-wrap;
}
.listing-single.modules .mod-content p:empty {
  display: none;
}
.listing-single.modules .tag-title {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  padding: 0;
  margin: 0;
}
.listing-single.modules .products-content .prod-cont h2 {
  margin: 0;
  padding: 0;
  line-height: 42px;
}
.listing-single.modules p[class*="list-"] {
  line-height: 28px;
  padding: 0;
  margin: 0 0 10px 0;
  display: inline-block;
  vertical-align: middle;
}
.listing-single.modules p[class*="list-"]:before {
  line-height: 28px;
  margin-top: -2px;
  display: inline-block;
  font-family: "FontAwesome";
  margin-right: 10px;
  vertical-align: middle;
}
.list-location a {
  color: #e1272f;
}
.list-location a:hover {
  text-decoration: underline;
}
.listing-single.modules .list-country:before {
  font-size: 25px;
  content: "\f0ac";
  color: #979797;
}
.listing-single.modules .list-location:before {
  font-size: 28px;
  content: "\f041";
  color: #979797;
}
.listing-single.modules .list-product:before {
  font-size: 25px;
  content: "\f0f2";
  color: #979797;
}
.listing-single.modules .list-day:before {
  font-size: 20px;
  content: "\f073";
  color: #2b1c6c;
}
.listing-single.modules .list-time:before {
  font-size: 22px;
  content: "\f017";
  color: #2b1c6c;
}
.listing-single.modules .list-doors:before {
  font-size: 22px;
  content: "\f11e";
  color: #2b1c6c;
}
.listing-single.modules .list-position:before {
  font-size: 22px;
  content: "\f0b1";
  color: #2b1c6c;
  margin-top: 0 !important;
}
.listing-single.modules .list-company:before {
  font-size: 22px;
  content: "\f19c";
  color: #2b1c6c;
}
.listing-single.modules .social-exhibitors {
  width: 100%;
  float: left;
}
.listing-single.modules .social-exhibitors .email-link,
.listing-single.modules .social-exhibitors .web-site-link {
  width: 220px;
  background-color: #231e5d;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 21px;
  margin: 0 15px 10px 0;
  border-radius: 4px;
  float: left;
  padding: 10px 0;
}
.listing-single.modules .social-exhibitors .email-link:before,
.listing-single.modules .social-exhibitors .web-site-link:before {
  font-family: "FontAwesome";
  float: left;
  margin: 0 20px;
  color: #ffffff;
}
.listing-single.modules .social-exhibitors .email-link:before {
  font-size: 18px;
  content: "\f0e0";
}
.listing-single.modules .social-exhibitors .web-site-link:before {
  font-size: 20px;
  content: "\f005";
}
.listing-single.modules .social-exhibitors .email-link:hover,
.listing-single.modules .social-exhibitors .web-site-link:hover,
.listing-single.modules .social-exhibitors .social-fb:hover,
.listing-single.modules .social-exhibitors .social-tw:hover,
.listing-single.modules .social-exhibitors .social-li:hover {
  background-color: #c1c1c1;
  text-decoration: none;
}
.listing-single.modules .social-exhibitors .social-fb,
.listing-single.modules .social-exhibitors .social-tw,
.listing-single.modules .social-exhibitors .social-li {
  width: 44px;
  height: 44px;
  color: #ffffff;
  font-size: 18px;
  line-height: 21px;
  margin: 0 10px 20px 0;
  border-radius: 4px;
  float: left;
  padding: 10px 0;
}
.listing-single.modules .social-exhibitors .social-fb {
  background-color: #3c5a96;
}
.listing-single.modules .social-exhibitors .social-tw {
  background-color: #00aced;
}
.listing-single.modules .social-exhibitors .social-li {
  background-color: #007bb6;
}
.listing-single.modules .social-exhibitors .social-fb:before,
.listing-single.modules .social-exhibitors .social-tw:before,
.listing-single.modules .social-exhibitors .social-li:before {
  font-family: "FontAwesome";
  font-size: 24px;
  float: left;
  color: #ffffff;
}
.listing-single.modules .social-exhibitors a[href=""] {
  display: none;
}
.listing-single.modules .social-exhibitors .social-fb:before {
  content: "\f09a";
  margin: 2px 15px;
}
.listing-single.modules .social-exhibitors .social-tw:before {
  content: "\f099";
  margin: 2px 12px;
}
.listing-single.modules .social-exhibitors .social-li:before {
  content: "\f0e1";
  margin: 2px 13px;
}
.listing-single.modules .entity-tags {
  width: 100%;
  float: left;
  position: relative;
}
.entity-tags [type="checkbox"] {
  display: none;
}
.entity-tags input[type="checkbox"] + label {
  position: relative;
  width: auto;
  cursor: pointer;
  border: 1px solid #19105f;
  -webkit-border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100px;
  -moz-background-clip: padding;
  border-radius: 100px;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-transition: background-color 250ms ease-in 0ms, color 250ms ease-in 0ms, padding 250ms ease-in 0ms;
  -moz-transition: background-color 250ms ease-in 0ms, color 250ms ease-in 0ms, padding 250ms ease-in 0ms;
  -o-transition: background-color 250ms ease-in 0ms, color 250ms ease-in 0ms, padding 250ms ease-in 0ms;
  transition: background-color 250ms ease-in 0ms, color 250ms ease-in 0ms, padding 250ms ease-in 0ms;
  margin: 0 15px 15px 0;
  float: left;
  color: #19105f;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  padding: 6px 25px;
}
.entity-tags input[type="checkbox"] + label span {
  display: none;
}
.entity-tags.interact input[type="checkbox"] + label {
  padding-left: 55px;
}
.entity-tags.interact input[type="checkbox"] + label span {
  display: block;
  position: absolute;
  width: 34px;
  height: 34px;
  left: 8px;
  top: 7px;
}
.entity-tags.interact input[type="checkbox"] + label span:after {
  position: absolute;
  width: 34px;
  height: 34px;
  left: 0;
  top: 0;
  content: "\0053";
  font-family: "mwc-icon";
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
}
.entity-tags.interact input[type="checkbox"]:checked + label span:after {
  position: absolute;
  width: 34px;
  height: 34px;
  left: 0;
  top: 0;
  content: "\004d";
  font-family: "mwc-icon";
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
}
.entity-tags.interact input[type="checkbox"] + label:hover,
.entity-tags.interact input[type="checkbox"]:checked + label {
  background-color: #1c6282;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #1c6282;
}
.listing-single.modules .products-content {
  width: 100%;
  float: left;
}
.listing-single.modules .products-content .prod-cont {
  float: left;
  width: 70%;
}
.listing-single.modules .products-content .prod-cont.no-thumb {
  float: left;
  width: 100%;
}
.listing-single.modules .products-content .prod-cont .prod-c {
  float: left;
  margin: 0;
  width: 100%;
  padding: 10px 25px 10px 0;
  color: #08131f;
}
.listing-single.modules .products-content img.products-image {
  position: relative;
  max-width: 320px;
  max-height: 320px;
  display: block;
  margin: 30px auto 30px auto;
  float: left;
}
.listing-single.modules .prod-line {
  height: 1px;
  width: 100%;
  border: 0 none;
  display: inline-block;
  vertical-align: top;
  background: #2b1c6c;
  position: relative;
  text-align: center;
}
.listing-single.modules .downloadables {
  width: 50%;
  float: left;
  color: #e41e26;
  font-size: 18px;
  line-height: 32px;
}
.listing-single.modules .downloadables:hover {
  color: #c1c1c1;
  text-decoration: none;
}
/*ioan*/
/* home template V2 */
.splash.v2 img {
  position: relative;
}
.main-action.v2 {
  position: absolute;
  top: 60px;
  right: 0;
  padding-left: 600px;
  padding-right: 30px;
}
.main-action.v2 h1 {
  color: #19105f;
  font-size: 55px;
  line-height: 55px;
}
.main-action.v2 .main-action-form {
  padding-right: 95px;
}
.main-action.v2 .cs-select {
  border: 1px solid #000;
}
.main-action.v2 .cs-select > span {
  font-size: 24px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.main-action.v2 .cs-select .cs-options {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  top: 45px;
  border-bottom: 1px solid #000;
  top: 42px;
}
.main-action.v2 button {
  font-size: 28px;
  font-weight: 400;
  height: 55px;
  width: 85px;
}
.main-action.v2 form {
  max-width: 550px;
}
/*global search*/
.search.search-results .inside h2 {
  margin-top: 0;
}
.search.search-results article {
  width: 100%;
  margin-bottom: 30px;
  float: left;
}
.search.search-results .result-content {
  width: 100%;
  float: left;
  position: relative;
}
.search.search-results .has-post-thumbnail {
  min-height: 150px;
}
.search.search-results .has-post-thumbnail .result-content {
  padding-left: 225px;
}
.search.search-results .post-thumbnail {
  max-width: 200px;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  margin: 5px 0 0 0;
}
/* partner programs agenda items */
.page-template-partner-programmes-page-php .agenda-item-contents span {
  white-space: nowrap;
}
.page-template-partner-programmes-page-php .agenda-item-contents span.list-theme {
  height: 20px;
}
.page-template-partner-programmes-page-php .agenda-item-contents span.list-theme img {
  height: 20px;
  margin: 0 9px 0 1px;
  max-width: 100px;
}
@-webkit-keyframes anim-left {
  0% {
    -webkit-transform: translateX(0px) rotate(0deg) scale(0.2, 0.1);
    -moz-transform: translateX(0px) rotate(0deg) scale(0.2, 0.1);
    -o-transform: translateX(0px) rotate(0deg) scale(0.2, 0.1);
    -ms-transform: translateX(0px) rotate(0deg) scale(0.2, 0.1);
    transform: translateX(0px) rotate(0deg) scale(0.2, 0.1);
  }
  50% {
    -webkit-transform: translateX(50%) rotate(0deg) scale(0.2, 0.4);
    -moz-transform: translateX(50%) rotate(0deg) scale(0.2, 0.4);
    -o-transform: translateX(50%) rotate(0deg) scale(0.2, 0.4);
    -ms-transform: translateX(50%) rotate(0deg) scale(0.2, 0.4);
    transform: translateX(50%) rotate(0deg) scale(0.2, 0.4);
  }
  100% {
    -webkit-transform: translateX(100%) rotate(45deg) scale(2, 2);
    -moz-transform: translateX(100%) rotate(45deg) scale(2, 2);
    -o-transform: translateX(100%) rotate(45deg) scale(2, 2);
    -ms-transform: translateX(100%) rotate(45deg) scale(2, 2);
    transform: translateX(100%) rotate(45deg) scale(2, 2);
  }
}
@keyframes anim-left {
  0% {
    -webkit-transform: translateX(0px) rotate(0deg) scale(0.2, 0.1);
    -moz-transform: translateX(0px) rotate(0deg) scale(0.2, 0.1);
    -o-transform: translateX(0px) rotate(0deg) scale(0.2, 0.1);
    -ms-transform: translateX(0px) rotate(0deg) scale(0.2, 0.1);
    transform: translateX(0px) rotate(0deg) scale(0.2, 0.1);
  }
  50% {
    -webkit-transform: translateX(50%) rotate(0deg) scale(0.2, 0.4);
    -moz-transform: translateX(50%) rotate(0deg) scale(0.2, 0.4);
    -o-transform: translateX(50%) rotate(0deg) scale(0.2, 0.4);
    -ms-transform: translateX(50%) rotate(0deg) scale(0.2, 0.4);
    transform: translateX(50%) rotate(0deg) scale(0.2, 0.4);
  }
  100% {
    -webkit-transform: translateX(100%) rotate(45deg) scale(2, 2);
    -moz-transform: translateX(100%) rotate(45deg) scale(2, 2);
    -o-transform: translateX(100%) rotate(45deg) scale(2, 2);
    -ms-transform: translateX(100%) rotate(45deg) scale(2, 2);
    transform: translateX(100%) rotate(45deg) scale(2, 2);
  }
}
@-webkit-keyframes anim-right {
  0% {
    -webkit-transform: translateX(0px) rotate(0deg) scale(0.2, 0.1);
    -moz-transform: translateX(0px) rotate(0deg) scale(0.2, 0.1);
    -o-transform: translateX(0px) rotate(0deg) scale(0.2, 0.1);
    -ms-transform: translateX(0px) rotate(0deg) scale(0.2, 0.1);
    transform: translateX(0px) rotate(0deg) scale(0.2, 0.1);
  }
  50% {
    -webkit-transform: translateX(-50%) rotate(0deg) scale(0.2, 0.4);
    -moz-transform: translateX(-50%) rotate(0deg) scale(0.2, 0.4);
    -o-transform: translateX(-50%) rotate(0deg) scale(0.2, 0.4);
    -ms-transform: translateX(-50%) rotate(0deg) scale(0.2, 0.4);
    transform: translateX(-50%) rotate(0deg) scale(0.2, 0.4);
  }
  100% {
    -webkit-transform: translateX(-100%) rotate(45deg) scale(2, 2);
    -moz-transform: translateX(-100%) rotate(45deg) scale(2, 2);
    -o-transform: translateX(-100%) rotate(45deg) scale(2, 2);
    -ms-transform: translateX(-100%) rotate(45deg) scale(2, 2);
    transform: translateX(-100%) rotate(45deg) scale(2, 2);
  }
}
@keyframes anim-right {
  0% {
    -webkit-transform: translateX(0px) rotate(0deg) scale(0.2, 0.1);
    -moz-transform: translateX(0px) rotate(0deg) scale(0.2, 0.1);
    -o-transform: translateX(0px) rotate(0deg) scale(0.2, 0.1);
    -ms-transform: translateX(0px) rotate(0deg) scale(0.2, 0.1);
    transform: translateX(0px) rotate(0deg) scale(0.2, 0.1);
  }
  50% {
    -webkit-transform: translateX(-50%) rotate(0deg) scale(0.2, 0.4);
    -moz-transform: translateX(-50%) rotate(0deg) scale(0.2, 0.4);
    -o-transform: translateX(-50%) rotate(0deg) scale(0.2, 0.4);
    -ms-transform: translateX(-50%) rotate(0deg) scale(0.2, 0.4);
    transform: translateX(-50%) rotate(0deg) scale(0.2, 0.4);
  }
  100% {
    -webkit-transform: translateX(-100%) rotate(45deg) scale(2, 2);
    -moz-transform: translateX(-100%) rotate(45deg) scale(2, 2);
    -o-transform: translateX(-100%) rotate(45deg) scale(2, 2);
    -ms-transform: translateX(-100%) rotate(45deg) scale(2, 2);
    transform: translateX(-100%) rotate(45deg) scale(2, 2);
  }
}
@-webkit-keyframes transit {
  0% {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    top: 0;
  }
  100% {
    top: 72px;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@keyframes transit {
  0% {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    top: 0;
  }
  100% {
    top: 72px;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes down {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes tab {
  0% {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(-40px) scale(0.9, 0.9);
    -moz-transform: translateY(-40px) scale(0.9, 0.9);
    -o-transform: translateY(-40px) scale(0.9, 0.9);
    -ms-transform: translateY(-40px) scale(0.9, 0.9);
    transform: translateY(-40px) scale(0.9, 0.9);
  }
  100% {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1, 1);
    -moz-transform: translateX(0px) scale(1, 1);
    -o-transform: translateX(0px) scale(1, 1);
    -ms-transform: translateX(0px) scale(1, 1);
    transform: translateX(0px) scale(1, 1);
  }
}
@keyframes tab {
  0% {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(-40px) scale(0.9, 0.9);
    -moz-transform: translateY(-40px) scale(0.9, 0.9);
    -o-transform: translateY(-40px) scale(0.9, 0.9);
    -ms-transform: translateY(-40px) scale(0.9, 0.9);
    transform: translateY(-40px) scale(0.9, 0.9);
  }
  100% {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1, 1);
    -moz-transform: translateX(0px) scale(1, 1);
    -o-transform: translateX(0px) scale(1, 1);
    -ms-transform: translateX(0px) scale(1, 1);
    transform: translateX(0px) scale(1, 1);
  }
}
@-webkit-keyframes mobile-nav {
  0% {
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
  }
}
@keyframes mobile-nav {
  0% {
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes scales {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes scales {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes scales {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scales {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@media (min-width: 1300px) {
  .main-action.v2 {
    top: 80px;
    right: 100px;
    padding-right: 0;
  }
}
@media (max-width: 1440px) {
  .back-to-top {
    max-width: 100%;
  }
  .back-to-top:after {
    right: 15px;
  }
}
@media (min-width: 1180px) and (max-width: 1270px) {
  .main-action.v2 {
    top: 50px;
    padding-right: 40px;
    padding-left: 550px;
  }
}
@media (max-width: 1180px) {
  .header-inner {
    padding: 0 20px;
    max-width: 100%;
  }
  .breadcrumbs-inner {
    padding: 0 20px;
  }
  .breadcrumbs-bar a {
    display: none;
  }
  .breadcrumbs-bar a:first-child {
    display: block;
    font-size: 20px;
  }
  .breadcrumbs-bar .initial-actions a {
    display: none;
  }
  .breadcrumbs-bar .initial-actions a.share {
    display: block;
  }
  .header-actions {
    right: 65px;
  }
  .menu-top .menu {
    max-width: 100%;
  }
  .menu-top .menu > ul {
    padding: 0 20px;
  }
  .menu-top .menu > ul:first-child {
    padding-left: 20px;
  }
  .menu-top .menu > ul:last-child {
    padding-right: 20px;
  }
  .menu-trigger {
    right: 20px;
  }
  .menu-langs {
    right: 20px;
  }
  .networking-box-title {
    padding-left: 15px;
  }
  .wrap-primary {
    -webkit-border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0px;
    -moz-background-clip: padding;
    border-radius: 0px;
    background-clip: padding-box;
  }
  .inner {
    padding: 0 20px;
  }
  .inner.modules {
    padding: 40px 0;
  }
  .custom-modules .inner.modules {
    padding: 0 0;
  }
  .square-cards .modules {
    padding: 40px 0 0 0;
  }
  .inner.modules-networking-pattern {
    padding: 0;
  }
  .inner.modules-networking-box-middle {
    padding: 0;
  }
  .inner.modules-networking-down-boxes {
    padding: 15px 0px 15px 0px;
  }
  .primary-action .inner {
    max-width: 100%;
    padding: 0 0;
  }
  .video-content {
    position: absolute;
    bottom: 30px;
    padding: 0 20px;
  }
  .list-logos {
    padding: 0 5px;
  }
  .custom-modules .list-logos {
    padding: 0 5px;
  }
  .footer-nav {
    float: none;
    display: inline-block;
    text-align: center;
  }
  .footer .logo {
    float: none;
    display: inline-block;
  }
  .footer-nav-links {
    width: 100%;
    padding: 0 0 20px 0;
  }
  .back-to-top:after {
    right: 15px;
  }
  /*agenda*/
  .agenda-inner {
    padding: 0 0;
  }
  /*ioan*/
  .listing-single.modules .products-content .prod-cont {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
  }
  .listing-single.modules .products-content .prod-cont p.prod-c {
    padding: 0;
  }
  .listing-single.modules .products-content img.products-image {
    position: relative;
    margin: 0 auto 20px auto;
    float: none;
  }
  .speakers .blue-pagination {
    padding: 0 20px;
  }
  /* Home - select */
  .main-action.v2 {
    top: 0;
    padding-left: 600px;
  }
}
@media (max-width: 1080px) and (min-width: 1001px) {
  .header .mwc-date {
    width: 48%;
  }
}
@media (max-width: 1030px) {
  .register-updates-bar h2,
  .get-app-bar h2,
  .social-bar h2 {
    font-size: 22px;
  }
  .socials a {
    margin-top: 10px;
    font-size: 28px;
    line-height: 28px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1000px) {
  .header-inner .action-button {
		display: none;
  }	
  .slogan {
    padding: 25px 0px;
  }
  .slogan p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
  }
  .menu-top {
    margin-top: 80px;
  }
  .menu-top .menu {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .menu-top .menu ul {
    border: 0 none;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    width: 100%;
    float: left;
    padding: 0;
  }
  .menu-active .menu-top .menu ul,
  .menu-top .menu ul {
    -webkit-animation: none !important;
    animation: none !important;
  }
  .menu-top .menu ul:last-child {
    border-right: 0 none;
    padding-right: 0;
  }
  .menu-top .menu ul:first-child {
    padding-left: 0;
  }
  .menu-active .menu-top .menu > ul:nth-of-type(3) {
    width: 100%;
  }
  .menu-active .menu-top .menu > ul:nth-of-type(4) {
    width: 100%;
  }
  .menu-active .menu-top .menu > ul:nth-of-type(6) {
    width: 100%;
  }
  .menu-top .menu ul li ul {
    display: none;
    visibility: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  .menu-top .menu ul li ul li {
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
  }
  .menu-top .menu ul li ul li:nth-of-type(odd) {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .menu-top .menu ul li ul li:nth-of-type(even) {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .menu-top .menu ul.item-active li ul {
    display: block;
    -webkit-animation: mobile-nav 400ms linear both !important;
    -moz-animation: mobile-nav 400ms linear both !important;
    -o-animation: mobile-nav 400ms linear both !important;
    animation: mobile-nav 400ms linear both !important;
  }
  .menu-top .menu ul.item-active li ul li:nth-of-type(odd) {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  .menu-top .menu ul.item-active li ul li:nth-of-type(even) {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  .mobile-item {
    display: block;
  }
  .menu-top .menu ul li a {
    text-align: center;
    width: 100%;
  }
  .menu-top .menu ul li a:hover {
    text-decoration: underline;
  }
  .menu-top .menu ul li a {
    color: #fff;
    font-size: 14px;
    margin: 10px 0 0;
  }
  .menu-top .menu > ul > li:first-child > a {
    color: #11a0db;
    font-size: 20px;
    margin: 10px 0 5px;
    width: 100%;
  }
  .menu-top .menu > ul > li:first-child > a:hover {
    color: #11a0db;
    text-decoration: underline;
  }
  .menu-top .menu > ul > li:first-child > a:after {
    display: none;
  }
  .menu-top .menu > ul:first-child > li:first-child > a {
    margin: 40px 0 10px;
  }
  .menu-top .menu ul li ul li {
    padding: 10px 0;
  }
  .menu-top .main-action {
    display: none;
  }
  .menu-top center {
    margin: 40px 0 80px 0;
  }
  .search-active .header .mwc-date {
    max-width: 550px;
  }
  .header-inner {
    height: 142px;
  }
  .header-actions {
    position: absolute;
    z-index: 4;
    height: 80px;
    left: 0px;
    top: 72px;
    right: 0px;
    bottom: 0;
    background: url(images/menu-pat.png) repeat #322c7a;
    background-size: 250px;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .search-container,
  .search-active .search-container {
    position: absolute;
    width: auto;
    left: 40px;
    right: 40px;
    top: 0;
    height: 44px;
    margin-top: 18px;
    border: 1px solid rgba(255, 255, 255, 0);
    background: #f5f8fa;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
    z-index: 3;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .search-container .search-inner {
    right: 15px;
  }
  .header-action-button {
    display: none;
  }
  .search-close,
  .search-active .search-close {
    display: none;
  }
  .search-button {
    width: 44px;
    height: 44px;
    color: #c1c1c1;
    font-family: "mwc";
    font-size: 30px;
    cursor: pointer;
  }
  .inner-main-content {
    padding: 30px 40px;
  }
  .inner-main-content h1 {
    font-size: 40px;
    line-height: 42px;
  }
  .inner-main-content p {
    font-size: 20px;
    line-height: 28px;
  }
  .main-action h1 {
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    margin: 35px 0 0px 0;
  }
  .main-action p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
  }
  .primary-action h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .primary-action p {
    font-size: 22px;
    line-height: 32px;
  }
  .module h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .module p {
    font-size: 16px;
    line-height: 22px;
  }
  .modules-networking-pattern h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .modules-networking-pattern p {
    font-size: 16px;
    line-height: 22px;
  }
  .modules-networking-box-middle h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .modules-networking-box-middle p {
    font-size: 16px;
    line-height: 22px;
  }
  .modules-networking-down-boxes h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .modules-networking-down-boxes p {
    font-size: 16px;
    line-height: 22px;
  }
  .video-content p {
    display: none;
  }
  .split-left .module:first-child {
    width: 100%;
    display: table-caption;
  }
  .split-right .module:last-child {
    width: 100%;
    display: table-caption;
  }
  .split-left .module-networking-pattern:first-child {
    width: 100%;
    display: table-caption;
  }
  .split-right .module-networking-pattern:last-child {
    width: 100%;
    display: table-caption;
  }
  .split-left .modulemod-in-networking-box-middle:first-child {
    width: 100%;
    display: table-caption;
  }
  .split-right .modulemod-in-networking-box-middle:last-child {
    width: 100%;
    display: table-caption;
  }
  .split-left .modulemod-in-networking-down-boxes:first-child {
    width: 100%;
    display: table-caption;
  }
  .split-right .modulemod-in-networking-down-boxes:last-child {
    width: 100%;
    display: table-caption;
  }
  .module .mod-in p {
    font-size: 16px;
    line-height: 22px;
  }
  .module-networking-pattern .mod-in-networking-pattern p {
    font-size: 16px;
    line-height: 22px;
  }
  .module-networking-box-middle .mod-in-networking-box-middle p {
    font-size: 16px;
    line-height: 22px;
  }
  .module-networking-down-boxes .mod-in-networking-down-boxes p {
    font-size: 16px;
    line-height: 22px;
  }
  .rounded-image .mod-image {
    width: 120px;
    height: 120px;
  }
  .promoted-items {
    padding: 0 7.5px;
  }
  .promoted-items h2 {
    position: relative;
    margin-bottom: 10px;
    left: 7.5px;
  }
  .promoted-items a {
    width: 25%;
    padding: 7.5px;
  }
  .items-4 .promoted-items a {
    width: 25%;
    padding: 7.5px;
  }
  .items-5 .promoted-items a {
    width: 25%;
    padding: 7.5px;
  }
  .logo-items.m6 a {
    width: 33.33333%;
  }
  .logo-items.m6 a .logo-item {
    height: 120px;
  }
  .promoted-items a.home-exhibitors {
    width: 25%;
    padding: 7.5px;
  }
  .items-4 .promoted-items a.home-exhibitors {
    width: 25%;
    padding: 7.5px;
  }
  .items-5 .promoted-items a.home-exhibitors {
    width: 25%;
    padding: 7.5px;
  }
  .footer .inner {
    padding: 0 0;
  }
  .footer-nav {
    padding: 15px 20px;
  }
  .footer .logo {
    margin: 15px 0 10px 0;
  }
  .footer-nav-links {
    padding-bottom: 10px;
  }
  .footer-nav-links a {
    font-size: 16px;
    line-height: 48px;
  }
  .footer-sponsors-left h4 {
    padding: 0 20px;
  }
  .footer-sponsors-left {
    float: left;
    width: 100%;
  }
  .footer-sponsors-right {
    float: left;
    width: 100%;
    padding: 0 20px 20px 20px;
  }
  .footer-sponsors-right section:nth-of-type(1) {
    width: 50%;
  }
  .footer-sponsors-right section:nth-of-type(2) {
    width: 50%;
  }
  .footer-sponsors-left section a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-copy {
    padding: 25px 20px;
  }
  .social-bar {
    padding: 15px 0 95px 0;
  }
  .socials {
    position: absolute;
    left: -7.5px;
    right: -7.5px;
    top: 75px;
  }
  .socials .social-link {
    width: 14.285%;
    padding: 0 7.5px;
  }
  .socials a {
    width: 100%;
    height: auto;
  }
  .socials a span {
    line-height: 2;
  }
  .get-app-bar h2 {
    width: 100%;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .get-app {
    float: left;
  }
  .get-app a {
    max-width: 46%;
  }
  .get-app a:first-child {
    margin-left: 0;
  }
  .elq-field .option-list {
    width: 50%;
  }
  .elq-field {
    width: 100%;
  }
  .elq-field .field-wrap.submit {
    width: 48% !important;
    margin-left: 0;
  }
  .elq-field.submit {
    padding: 0 15px 0 15px !important;
  }
  .elq-field .field-wrap.submit.reset {
    float: left;
  }
  .qa-open .qa-cont {
    max-height: 6000px;
  }
  .grey-tabs-head a {
    font-size: 18px;
    padding: 15px 0;
    line-height: 28px;
  }
  .registration-section section .row:first-child p {
    font-size: 18px;
    line-height: 28px;
  }
  /*Phase II*/
  /*filters*/
  .filter {
    width: 100%;
  }
  .filters.active-filters {
    max-height: 520px;
  }
  .filter:nth-of-type(odd) {
    padding-right: 0;
  }
  .filter:nth-of-type(even) {
    padding-left: 0;
  }
  .filter:nth-of-type(2) {
    margin-top: 0;
  }
  .filter:nth-of-type(even) label {
    left: 0;
  }
  .filter-alphabet a {
    width: 9.99%;
    padding-bottom: 9.99%;
    margin-bottom: 5px;
  }
  .listing .thumb-holder + .box-left {
    padding: 10px 45px 10px 80px;
  }
  .listing .thumb-holder {
    width: 50px;
  }
  /*speakers*/
  .speakers-holder .speaker {
    width: 25%;
  }
  .speakers-holder .speaker:nth-of-type(5n + 6) {
    clear: none;
  }
  .speakers-holder .speaker:nth-of-type(4n + 5) {
    clear: left;
  }
  .profile-holder .theSdgs {
    margin: 25px 0 20px 0;
  }
  /* Home - select*/
  .main-action.v2 {
    padding-right: 100px;
    top: 5px;
  }
  .main-action.v2 h1 {
    color: #19105f;
    font-size: 38px;
    line-height: 40px;
  }
  .main-action.v2 .cs-select > span {
    font-size: 22px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .main-action.v2 button {
    height: 45px;
    width: 60px;
    padding: 0;
    font-size: 26px;
  }
  .main-action.v2 .main-action-form {
    padding-right: 70px;
  }
}
@media screen and (max-width: 900px) {
  .press-box .art-image a img {
    height: 100%;
    max-width: 100%;
    width: 100%;
  }
  .press-box .art-image {
    width: 100%;
  }
  .art-image {
    width: 100%;
    height: auto;
    float: left;
    padding: 5px 0 15px 0;
  }
  .press-box .art-right {
    width: 100%;
    float: left;
  }
}
@media (max-width: 850px) {
  /*ioan*/
  .top-area-container .top-area-socials {
    margin: 70px 0 20px 0;
  }
  .top-area-container .top-area-socials .social-single {
    width: 100%;
    margin: 7px 0;
  }
}
@media (max-width: 800px) {
  .mod-in-networking-down-box-split .box-h2,
  .mod-in-networking-down-box-split .box-p,
  .mod-in-networking-down-box-split .box-img,
  .mod-in-networking-down-box-split .box-img img {
    float: left;
    width: 100%;
    margin: 0;
  }
  .top-area-container {
    padding-right: 0px;
  }
  .custom-main h1 {
    line-height: 40px;
    font-size: 38px;
  }
  .custom-main h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px !important;
  }
  .top-area-thumb {
    right: auto;
    bottom: auto;
    float: left;
    position: relative;
    margin-bottom: 20px;
    margin-right: 12px;
  }
  .top-area-container .labeled {
    margin-right: 0;
    margin-bottom: 13px;
    top: auto;
    width: 180px;
  }
  .top-area-container .labeled img {
    height: 28px;
  }
  .top-area-container .labeled span {
    font-size: 14px;
    line-height: 28px;
  }
  .filtered button {
    line-height: 36px;
    font-size: 15px;
  }
  .filtered button span:after {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 782px) {
  .admin-bar .menu-langs-wrapper {
    top: 122px;
  }
  .admin-bar.page-template-default .menu-langs-wrapper {
    top: 164px;
  }
  .splash .deskimg {
    display: none;
  }
  .splash .flow-wrapper {
    display: none;
  }
  .splash img.mobile {
    display: block;
  }
  .slogan p {
    font-size: 18px;
    line-height: 28px;
  }
  .custom-modules.splash img {
    display: block;
  }
  .alphabet a {
    width: 10%;
    padding-bottom: 10%;
  }
  .list-exhibitor {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .list-exhibitor:nth-of-type(even) {
    padding-left: 0;
    padding-right: 0;
  }
  .inner-main-content h1 {
    font-size: 30px;
    line-height: 32px;
  }
  .inner-main-content p {
    font-size: 18px;
    line-height: 26px;
  }
  .main-action h1 {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    margin: 35px 0 0px 0;
  }
  .main-action p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
  }
  .primary-action h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .primary-action p {
    font-size: 20px;
    line-height: 26px;
  }
  .video-content h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .inner-main-content,
  .inner-main-content.has_thumb {
    width: 100%;
    padding: 30px 20px;
  }
  .inner-main img {
    float: left;
    max-width: 100% !important;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 0;
  }
  .tabs-buttons {
    padding: 40px 0 0 0;
    border-bottom: 0 none;
  }
  .tabs-buttons a {
    float: left;
    width: 50%;
    margin-bottom: 60px;
  }
  .tabs-contents {
    padding: 0 0 30px 0;
  }
  .custom-modules .tabs-contents {
    padding: 0 0 0 0;
  }
  .tabs-left {
    width: 100%;
    float: left;
    padding: 0;
  }
  .tabs-right {
    width: 100%;
    padding-top: 20px;
  }
  .inside-content .inside-content-left {
    width: 100%;
    float: left;
    padding: 0;
  }
  .inside-content .inside-content-right {
    width: 100%;
    padding-top: 20px;
  }
  .promoted-items a {
    width: 33.33333%;
  }
  .items-4 .promoted-items a {
    width: 33.33333%;
  }
  .items-5 .promoted-items a {
    width: 33.33333%;
  }
  .promoted-items a.home-exhibitors {
    width: 33.33333%;
  }
  .items-4 .promoted-items a.home-exhibitors {
    width: 33.33333%;
  }
  .items-5 .promoted-items a.home-exhibitors {
    width: 33.33333%;
  }
  .logo-items.m6 a .logo-item {
    height: 100px;
  }
  .logo-items.m4 a {
    width: 50%;
  }
  .logo-items.m4 a .logo-item {
    height: 120px;
  }
  .logo-items.m5 a {
    width: 33.33333%;
  }
  .logo-items.m5 a .logo-item {
    height: 100px;
  }
  .logo-items.m5 a:nth-of-type(1),
  .logo-items.m5 a:nth-of-type(2) {
    width: 50%;
  }
  .logo-items.m5 a:nth-of-type(1) .logo-item,
  .logo-items.m5 a:nth-of-type(2) .logo-item {
    height: 120px;
  }
  .logo-items.platinum a {
    width: 50%;
  }
  .logo-items.gold a {
    width: 33.33333%;
  }
  .logo-items.general a {
    width: 25%;
  }
  .modules.rounded-image {
    float: left;
  }
  .modules.rounded-image .module {
    float: left;
    width: 50%;
    margin-bottom: 30px;
  }
  .modules-networking-pattern.rounded-image {
    float: left;
  }
  .modules-networking-pattern.rounded-image .module-networking-pattern {
    float: left;
    width: 50%;
    margin-bottom: 30px;
  }
  .modules-networking-box-middle.rounded-image {
    float: left;
  }
  .modules-networking-box-middle.rounded-image .module-networking-box-middle {
    float: left;
    width: 50%;
    margin-bottom: 30px;
  }
  .modules-networking-down-boxes.rounded-image {
    float: left;
  }
  .modules-networking-down-boxes.rounded-image .module-networking-down-boxes {
    float: left;
    width: 50%;
    margin-bottom: 30px;
  }
  .register-updates-bar {
    padding: 5px 0 22px 0;
  }
  .register-updates {
    width: 100%;
  }
  .social-bar {
    padding: 0 0 85px 0;
  }
  .socials {
    position: absolute;
    top: 55px;
  }
  .admin-bar .header {
    top: 46px;
  }
  .admin-bar .breadcrumbs {
    top: 118px;
  }
  .elq-field .option-list {
    width: 100%;
  }
  .registration-section section:first-child .row span b,
  .registration-section section:last-child .row span b {
    font-size: 15px;
  }
  .registration-section section:first-child .row span b,
  .registration-section section:last-child .row span b {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    line-height: 18px;
  }
  /*Phase II*/
  /*filters*/
  .filters-top {
    width: 100%;
    position: relative;
    float: left;
    padding: 25px 130px 25px 0;
  }
  .filters-top-holder label {
    width: 100%;
    position: relative;
    float: left;
    font-size: 18px;
  }
  .filters-top-holder .submit-filters {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 62px auto auto 20px;
  }
  .filters-top-holder .trigger-filters {
    margin: 62px auto auto 20px;
  }
  .filters-top-holder .trigger-filters:before {
    content: "";
  }
  .filters.active-filters {
    max-height: 610px;
  }
  .filter label,
  .filter label[for="country"] {
    width: 100%;
    position: relative;
    float: left;
    font-size: 18px;
  }
  .predictable {
    width: 100%;
    padding-left: 0px;
    margin-top: 0;
  }
  .filter-alphabet label {
    width: 100%;
    position: relative;
    float: left;
    font-size: 18px;
  }
  .alphabet-letters {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    padding-right: 0;
  }
  .listing-holder .listing {
    width: 100%;
    float: left;
    padding-right: 0;
  }
  .listing-holder .listing:nth-of-type(even) {
    padding-left: 0;
  }
  .listing .thumb-holder {
    width: 100px;
  }
  .listing .thumb-holder + .box-left {
    padding: 10px 45px 10px 130px;
  }
  .listing .box-left .box-title {
    font-size: 18px;
    line-height: 18px;
  }
  .listing .box-left .list-country,
  .listing .box-left .list-location,
  .listing .box-left .list-products {
    font-size: 14px;
    line-height: 20px;
  }
  .listing .box-right img {
    margin: 0 9px 10px;
  }
  .agenda-days a span .long {
    display: none;
  }
  .agenda-days a span .short {
    display: block;
  }
  /*speakers*/
  .speakers-holder .speaker {
    width: 33.33333%;
  }
  .speakers-holder .speaker:nth-of-type(4n + 5) {
    clear: none;
  }
  .speakers-holder .speaker:nth-of-type(3n + 4) {
    clear: left;
  }
  .edit-profile .theSdgs a {
    width: 100%;
    font-size: 14px;
  }
  /* Home - select */
  .main-action.v2 {
    display: none;
  }
  /*Agenda filters with print */
  .agenda-filters .filters-top {
    width: 100%;
    position: relative;
    float: left;
  }
  .agenda-filters .filters-top-holder .trigger-filters {
    right: 55px !important;
  }
  .agenda-filters .filters-top-holder .print-btn {
    right: 0px !important;
  }
  .agenda-filters .filters-top {
    padding: 27px 176px 25px 0px !important;
  }
  .agenda-filters .filters-top-holder .submit-filters {
    margin: 62px auto auto 8px !important;
  }
  .breadcrumbs-bar a:first-child {
    font-size: 14px !important;
  }
  .header .logo {
    width: 185px;
    margin: 19px 0;
  }
  .mymwc-header .mymwc-trigger i {
    margin-left: 5px !important;
    font-size: 40px !important;
  }
  .agenda-days a {
    padding: 10px 0;
  }
  .page-template-agenda-mp-page .agenda-filters .filters-top {
    padding: 25px 115px 25px 0px !important;
  }
  /* Dynamic Promoted exhibitors */
  .module-43_1 .promoted-item {
    width: 50%;
  }
  /* partner programs agenda items */
  .page-template-partner-programmes-page-php .agenda-item-contents span {
    white-space: normal;
  }
}
@media (max-width: 668px) {
  .inside h1 {
    line-height: 46px;
    font-size: 40px;
    margin: 25px 0 10px 0;
  }
  .rounded-image .mod-image {
    width: 100px;
    height: 100px;
  }
  .promoted-items a {
    width: 50%;
  }
  .items-4 .promoted-items a {
    width: 50%;
  }
  .items-5 .promoted-items a {
    width: 50%;
  }
  .promoted-items a.home-exhibitors {
    width: 50%;
  }
  .items-4 .promoted-items a.home-exhibitors {
    width: 50%;
  }
  .items-5 .promoted-items a.home-exhibitors {
    width: 50%;
  }
  .logo-items.m6 a .logo-item {
    height: 80px;
  }
  .logo-items.m5 a:nth-of-type(1) .logo-item,
  .logo-items.m5 a:nth-of-type(2) .logo-item {
    height: 100px;
  }
  .logo-items.m5 a:nth-of-type(3) .logo-item,
  .logo-items.m5 a:nth-of-type(4) .logo-item,
  .logo-items.m5 a:nth-of-type(5) .logo-item {
    height: 80px;
  }
  .logo-items.m4 a .logo-item {
    height: 100px;
  }
  .logo-items.m3 a .logo-item {
    height: 100px;
  }
  /*  .logo-items.m6 a{ width:50%;} 
  .logo-items.m6 a .logo-item{ height:90px;}  
   
   
  .logo-items.m5 a{ width:50%;} 
  .logo-items.m5 a .logo-item{ height:100px;}
  
  .logo-items.m5 a:nth-of-type(3),.logo-items.m5 a:nth-of-type(4){ width:50%;} 
  .logo-items.m5 a:nth-of-type(3) .logo-item,.logo-items.m5 a:nth-of-type(4) .logo-item{ height:120px;}
  
  .logo-items.m4 a{ width:50%;} 
  .logo-items.m4 a .logo-item{ height:120px;} */
  .social-bar {
    padding: 0 0 175px 0;
  }
  .socials .social-link {
    width: 20%;
  }
  .registration h1 {
    margin: 35px 0 25px 0 !important;
  }
  .grey-tabs-head a {
    font-size: 16px;
    padding: 10px 5px;
    line-height: 22px;
  }
  .registration-section section .row {
    width: 15%;
    display: inline-block;
    text-align: center;
    font-size: 22px;
    padding: 15px 0;
  }
  .registration-section section .row:nth-last-child(5) {
    width: 40%;
    text-align: left;
    position: relative;
    left: 0;
    right: auto;
    top: auto;
    bottom: auto;
    float: left;
  }
  .registration-section section .row:nth-last-child(1) {
    background: #e8eef6;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15%;
    right: 0;
  }
  .registration-section section .row:nth-last-child(2) {
    background: #fff8e7;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15%;
    right: 15%;
  }
  .registration-section section .row:nth-last-child(3) {
    background: #f1f1f1;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15%;
    right: 30%;
  }
  .registration-section section .row:nth-last-child(4) {
    background: #f2fbff;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15%;
    right: 45%;
    border-left: solid 1px #e5ebee;
  }
  .registration-section section .row:first-child p {
    font-size: 14px;
    line-height: 18px;
    padding-right: 10px;
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: center;
  }
  .registration-section section .row:first-child i {
    width: 100%;
    top: auto;
    right: 0;
    text-align: center;
    bottom: 10px;
  }
  .registration-section section .row:first-child figure {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 8px;
    width: auto;
    max-width: 200px;
    font-size: 13px;
    line-height: 18px;
    top: auto;
    bottom: 50px;
  }
  .registration-section section .row:first-child i:hover + figure {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .registration-section section .row.checked span:after {
    font-size: 22px;
  }
  .registration-section section:first-child .row:nth-last-child(1),
  .registration-section section:last-child .row:nth-last-child(1) {
    width: 15%;
  }
  .registration-section section:first-child .row:nth-last-child(2),
  .registration-section section:last-child .row:nth-last-child(2) {
    width: 15%;
  }
  .registration-section section:first-child .row:nth-last-child(3),
  .registration-section section:last-child .row:nth-last-child(3) {
    width: 15%;
  }
  .registration-section section:first-child .row:nth-last-child(4),
  .registration-section section:last-child .row:nth-last-child(4) {
    width: 15%;
  }
  .registration-section.one-row section .row:nth-last-child(2) {
    width: 85%;
  }
  .registration-section.one-row section .row:nth-last-child(2):first-child p {
    padding-right: 10px;
    margin-top: 30px;
  }
  .registration-section.one-row section .row:nth-last-child(1) {
    width: 15%;
  }
  .registration-section.one-row section:first-child .row:nth-last-child(1) {
    width: 15%;
  }
  .registration-section.one-row section:last-child .row:nth-last-child(1) {
    width: 15%;
  }
  .registration-section.one-row section:first-child .row:nth-last-child(2):first-child p {
    text-align: left;
  }
  .registration-section section:last-child .row span a {
    padding: 5px 8px;
    margin: 5px 10px 10px;
    font-size: 15px;
    line-height: 18px;
  }
  .registration-section section:first-child .row span b,
  .registration-section section:last-child .row span b {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen (max-width: 650px) {
  .press-box {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .press-box .art-right .art-date {
    font-size: 17.5px;
  }
  .nav-links .page-numbers,
  .nav-links .current,
  .nav-links .next,
  .nav-links .prev {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .modules.rounded-image {
    float: left;
  }
  .modules.rounded-image .module {
    float: left;
    width: 100%;
    margin-bottom: 30px;
  }
  .modules-networking-down-boxes {
    padding: 0 !important;
  }
  .modules-networking-down-boxes.rounded-image {
    float: left;
  }
  .mod-in-networking-pattern {
    width: 100%;
    min-height: 100px !important;
  }
  .mod-in-networking-box-middle {
    width: 100%;
    min-height: 150px !important;
  }
  .modules-networking-down-boxes.rounded-image .module-networking-down-boxes {
    float: left;
    width: 100%;
    margin-bottom: 30px;
  }
  .modules-networking-pattern.rounded-image {
    float: left;
  }
  .modules-networking-pattern.rounded-image .module-networking-pattern {
    float: left;
    width: 100%;
    margin-bottom: 30px;
  }
  .modules-networking-box-middle.rounded-image {
    float: left;
  }
  .modules-networking-box-middle.rounded-image .module-networking-box-middle {
    float: left;
    width: 100%;
    margin-bottom: 30px;
  }
  .modules {
    float: left;
  }
  .modules .module {
    float: left;
    width: 100%;
    margin-bottom: 30px;
  }
  .modules-networking-pattern {
    float: left;
  }
  .modules-networking-pattern .module-networking-pattern {
    float: left;
    width: 100%;
    margin-bottom: 30px;
  }
  .modules-networking-box-middle {
    float: left;
  }
  .modules-networking-box-middle .module-networking-box-middle {
    float: left;
    width: 100%;
    margin-bottom: 30px;
  }
  .modules-networking-down-boxes {
    float: left;
  }
  .modules-networking-down-boxes .module-networking-down-boxes {
    float: left;
    width: 100%;
    margin-bottom: 30px;
  }
  .videos .wrap-video {
    width: 100%;
    padding: 0 0 42.8571% 0;
  }
  .videos .wrap-video:first-child,
  .videos .wrap-video:last-child {
    padding-left: 0;
    padding-right: 0;
  }
  .videos .wrap-video:first-child {
    margin-bottom: 20px;
  }
  .logo-items.m5 a:nth-of-type(3),
  .logo-items.m5 a:nth-of-type(4),
  .logo-items.m5 a:nth-of-type(5) {
    width: 100%;
  }
  .logo-items.m5 a:nth-of-type(3) .logo-item,
  .logo-items.m5 a:nth-of-type(4) .logo-item,
  .logo-items.m5 a:nth-of-type(5) .logo-item {
    height: auto;
  }
  .logo-items.m5 a:nth-of-type(3) .logo-item img,
  .logo-items.m5 a:nth-of-type(4) .logo-item img,
  .logo-items.m5 a:nth-of-type(5) .logo-item img {
    position: relative;
    padding: 0;
    float: left;
  }
  .logo-items.m6 a .logo-item {
    height: 100px;
  }
  .logo-items.m6 a {
    width: 50%;
  }
  .logo-items.m3 a {
    width: 100%;
  }
  .logo-items.m3 a .logo-item {
    height: auto;
  }
  .logo-items.m3 a .logo-item img {
    position: relative;
    padding: 0;
    float: left;
  }
  .logo-items.platinum a {
    width: 100%;
  }
  .logo-items.gold a {
    width: 50%;
  }
  .logo-items.general a {
    width: 33.33333%;
  }
  .footer-sponsors-left section:nth-of-type(1) {
    width: 33.33333%;
  }
  .footer-sponsors-left section:nth-of-type(2) {
    width: 100%;
  }
  .footer-sponsors-left h4 {
    white-space: nowrap;
  }
  .footer-sponsors-left section:nth-of-type(3) a {
    width: 33.33333%;
  }
  .footer-sponsors-left section:nth-of-type(4) {
    width: 100%;
  }
  .footer-sponsors-left section:nth-of-type(4) a {
    width: 33.33333%;
  }
  .footer-sponsors-left section:nth-of-type(5) {
    width: 100%;
  }
  .footer-sponsors-left section:nth-of-type(5) a {
    width: 33.33333%;
  }
  .footer-sponsors-left section:nth-of-type(6) {
    width: 100%;
  }
  .footer-sponsors-left section:nth-of-type(6) a {
    width: 33.33333%;
  }
  .footer-sponsors-left section:nth-of-type(7) {
    width: 100%;
  }
  .footer-sponsors-left section:nth-of-type(7) a {
    width: 33.33333%;
  }
  .footer-sponsors-left section:nth-of-type(8) {
    width: 100%;
  }
  .footer-sponsors-left section:nth-of-type(8) a {
    width: 33.33333%;
  }
  .footer-sponsors-right {
    width: 100%;
    padding: 0 15px 20px 15px;
  }
  .footer-sponsors-right section:nth-of-type(1) {
    width: 100%;
    padding-right: 0;
  }
  .footer-sponsors-right section:nth-of-type(2) {
    width: 100%;
  }
  .footer-sponsors-right a {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
  /*ioan*/
  .listing-single.modules .module:nth-child(odd) {
    float: left;
    width: 100%;
  }
  .listing-single.modules .module:nth-child(even) {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0 0 0 0;
  }
  .listing-single.modules .module:nth-child(even):after {
    left: 0;
  }
  .listing-single.modules .downloadables {
    width: 100%;
    font-size: 15px;
  }
  .listing-single.modules .mod-content p {
    font-size: 15px;
  }
  .listing-single.modules .products-content .prod-cont h2 {
    font-size: 24px;
    padding: 0 0 10px 0;
    line-height: 30px;
  }
  .listing-single.modules p {
    font-size: 15px;
  }
  .listing-single.modules .social-exhibitors .email-link,
  .listing-single.modules .social-exhibitors .web-site-link {
    font-size: 15px;
    width: 180px;
  }
  .listing-single.modules .social-exhibitors .email-link:before {
    font-size: 15px;
  }
  .listing-single.modules .social-exhibitors .web-site-link:before {
    font-size: 18px;
  }
  .listing-single.modules .social-exhibitors .social-fb,
  .listing-single.modules .social-exhibitors .social-tw,
  .listing-single.modules .social-exhibitors .social-li {
    width: 40px;
    height: 40px;
  }
  .listing-single.modules .social-exhibitors .social-fb:before {
    margin: 0 13px;
  }
  .listing-single.modules .social-exhibitors .social-tw:before,
  .listing-single.modules .social-exhibitors .social-li:before {
    margin: 0 10px;
  }
  .listing-single.modules .list-country,
  .listing-single.modules .list-product {
    font-size: 14px;
  }
  .listing-single.modules .mod-content .list-location {
    font-size: 15px;
  }
  .listing-single.modules .list-country:before,
  .listing-single.modules .list-location:before {
    font-size: 25px;
  }
  .listing-single.modules .list-product:before {
    font-size: 20px;
  }
  .blue-pagination span,
  .blue-pagination a,
  .blue-pagination .current {
    font-size: 13px !important;
  }
  /*agenda*/
  .agenda-days a {
    line-height: 20px;
    font-size: 12px;
  }
  .agenda-days a .short {
    line-height: 20px;
    font-size: 16px;
  }
  .agenda-hour {
    width: 60px;
  }
  .agenda-hour span {
    font-size: 16px;
  }
  .agenda-hour span small {
    width: 100%;
    float: left;
  }
  .agenda .agenda-items {
    padding-left: 60px;
  }
  /*speakers*/
  .speakers-holder .speaker {
    width: 50%;
  }
  .speakers-holder .speaker:nth-of-type(3n + 4) {
    clear: none;
  }
  .speakers-holder .speaker:nth-of-type(2n + 3) {
    clear: left;
  }
  .speakers-holder .speaker h2 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .speakers-holder .speaker p {
    font-size: 14px;
    line-height: 18px;
  }
  .speakers-holder .speaker .mod-image {
    width: 100px;
    height: 100px;
  }
  .speakers-holder .speaker .mod-image img {
    max-width: 200%;
    margin: 0 auto;
    height: 100%;
    width: auto;
  }
}
@media (max-width: 550px) {
  .header .mwc-date {
    display: none;
  }
  .tabs-buttons {
    padding: 40px 0 0 0;
  }
  .tabs-buttons a {
    float: left;
    width: 100%;
    margin-bottom: 60px;
  }
  .social-bar {
    padding: 0 0 175px 0;
  }
  .socials .social-link {
    width: 25%;
  }
  .inside p {
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0 5px 0;
  }
  .inside a {
    word-break: break-word;
  }
  .qa-cont ul li,
  .inside ul li {
    font-size: 16px;
    line-height: 22px;
  }
  .inside ul li:before {
    line-height: 22px;
  }
  .single-page-blog-footer-left-box,
  .single-page-blog-footer-right-box {
    width: 100%;
    padding: 0;
  }
  .single-page-blog-right-box-social .fa-google,
  .single-page-blog-right-box-social .fa-twitter,
  .single-page-blog-right-box-social .fa-facebook {
    padding: 23px 10px 0px 15px;
  }
  .single-page-blog-left-box-label,
  .single-page-blog-right-box-social {
    float: left;
    width: 100%;
    text-align: center;
  }
  .grey-tabs-head a {
    font-size: 14px;
    padding: 10px 5px;
    line-height: 20px;
  }
  .registration-section section:first-child .row span,
  .registration-section section:last-child .row span {
    font-size: 14px;
    line-height: 20px;
  }
  .registration-section section:first-child .row span b,
  .registration-section section:last-child .row span b {
    font-size: 13px;
    line-height: 18px;
    margin-top: 8px;
  }
  /*global search*/
  .search.search-results .has-post-thumbnail .result-content {
    padding-left: 0px;
  }
  .search.search-results .post-thumbnail {
    max-width: 150px;
    margin: 5px 15px 0 0;
    position: relative;
  }
  .search.search-results .post-thumbnail img {
    display: block;
  }
  .search.search-results .entry-title,
  .search.search-results .entry-summary,
  .search.search-results .entry-footer {
    width: 100%;
    float: left;
  }
}
@media (max-width: 500px) {
  /*ioan  */
  .listing .thumb-holder + .box-left {
    padding: 10px 45px 10px 80px;
  }
  .listing .thumb-holder {
    width: 50px;
  }
}
@media (max-width: 480px) {
  .social-bar {
    padding: 0 0 265px 0;
  }
  .socials .social-link {
    width: 33.33333%;
  }
  .register-updates {
    padding-right: 0;
    text-align: center;
  }
  .register-updates button {
    position: relative;
    margin-top: 10px;
  }
  .logo-items.m6 a .logo-item {
    height: 80px;
  }
  .logo-items.m5 a:nth-of-type(1) .logo-item,
  .logo-items.m5 a:nth-of-type(2) .logo-item {
    height: 80px;
  }
  .logo-items.m4 a .logo-item {
    height: 80px;
  }
  .logo-items.platinum a .logo-item {
    height: 100px;
  }
  .logo-items.gold a .logo-item {
    height: 80px;
  }
  .logo-items.general a .logo-item {
    height: 60px;
  }
  .logo-items.general .logo-item img {
    padding: 0;
  }
  .grey-tabs-head a {
    font-size: 12px;
    padding: 10px 5px;
    line-height: 18px;
  }
  .registration-section section:first-child .row span,
  .registration-section section:last-child .row span {
    font-size: 12px;
    line-height: 26px;
  }
  .registration-section section:first-child .row span b,
  .registration-section section:last-child .row span b {
    font-size: 10px;
    line-height: 14px;
    margin-top: 12px;
  }
  .registration-section section:last-child .row span a {
    padding: 5px 5px;
    margin: 5px 5px 10px;
    font-size: 12px;
    line-height: 13px;
  }
  /* partner programs agenda items */
  .page-template-partner-programmes-page-php .single-session-interest-button {
    font-size: 14px;
  }
  /* Dynamic Promoted exhibitors */
  .module-43_1 .promoted-item {
    width: 100%;
    height: 150px;
  }
}
@media screen and (max-width: 350px) {
  .listing-single.modules .products-content img.products-image {
    width: 250px;
    height: 200px;
  }
}
@media print {
  body,
  .footer .outer {
    background: #fff;
  }
  .header {
    top: 0 !important;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  }
  html,
  .wrapper {
    margin-top: 0 !important;
  }
  .breadcrumbs,
  .footer-nav,
  .footer-sponsors,
  .back-to-top {
    display: none !important;
  }
  * {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
  }
  .page-template-agenda-page .filters-top-holder .submit-filters {
    display: none;
  }
  .page-template-agenda-page .filters-top-holder .trigger-filters {
    display: none;
  }
  .page-template-agenda-page .filters-top {
    padding: 25px 25px 25px 120px;
  }
  .page-template-agenda-page .filters-top-holder label {
    width: 20%;
  }
  .page-template-agenda-page .filters-top-holder input[type="text"] {
    width: 80%;
  }
  .page-template-agenda-page .menu-trigger {
    display: none;
  }
  .page-template-agenda-page .mymwc-header {
    display: none;
  }
  .page-template-agenda-page .bar-holder {
    display: none;
  }
  .page-template-agenda-page .footer {
    display: none;
  }
  .page-template-agenda-page .agenda-item-contents img {
    max-width: 7px !important;
  }
  .page-template-agenda-page .agenda-item-contents span {
    font-size: 8px;
    line-height: 10px;
  }
  .page-template-agenda-page .agenda-item .session-item {
    padding: 3px;
    min-height: 0px;
  }
  .page-template-agenda-page .agenda-hour span {
    top: 10px;
  }
  .page-template-agenda-page .agenda-item-contents h2 {
    font-size: 12px !important;
    line-height: 12px !important;
  }
  .page-template-agenda-page .agenda-item-contents .presented {
    font-size: 8px;
    line-height: 14px !important;
    margin: -3px 0 0 0;
  }
  .page-template-agenda-page .agenda-days a {
    padding: 10px;
    line-height: 16px;
    font-size: 12px;
  }
  .page-template-agenda-mp-page .filters-top-holder .submit-filters {
    display: none;
  }
  .page-template-agenda-mp-page .filters-top-holder .trigger-filters {
    display: none;
  }
  .page-template-agenda-mp-page .filters-top {
    padding: 25px 25px 25px 120px;
  }
  .page-template-agenda-mp-page .filters-top-holder label {
    width: 20%;
  }
  .page-template-agenda-mp-page .filters-top-holder input[type="text"] {
    width: 80%;
  }
  .page-template-agenda-mp-page .menu-trigger {
    display: none;
  }
  .page-template-agenda-mp-page .mymwc-header {
    display: none;
  }
  .page-template-agenda-mp-page .bar-holder {
    display: none;
  }
  .page-template-agenda-mp-page .footer {
    display: none;
  }
  .page-template-agenda-mp-page .agenda-item-contents img {
    max-width: 7px !important;
  }
  .page-template-agenda-mp-page .agenda-item-contents span {
    font-size: 8px;
    line-height: 10px;
  }
  .page-template-agenda-mp-page .agenda-item .session-item {
    padding: 3px;
    min-height: 0px;
  }
  .page-template-agenda-mp-page .agenda-hour span {
    top: 10px;
  }
  .page-template-agenda-mp-page .agenda-item-contents h2 {
    font-size: 12px !important;
    line-height: 12px !important;
  }
  .page-template-agenda-mp-page .agenda-item-contents .presented {
    font-size: 8px;
    line-height: 14px !important;
    margin: -3px 0 0 0;
  }
  .page-template-agenda-mp-page .agenda-days a {
    padding: 10px;
    line-height: 16px;
    font-size: 12px;
  }
}

/*for 2018.mobileworldcongress.com */
.search-container{display:none;}
.mymwc-header{display:none;}
.hamburger.menu-trigger{display:block;}
/*.footer-sponsors-right section:nth-of-type(1){display:none;} - display on Live MWC*/
.footer-sponsors-right section:nth-of-type(2) a:nth-child(1){display:none;}
.tooltip-wrapper{display:none;}