﻿/* CSS Document */

/*  em, strong, button, blockquote, address, big,small, strike, tt,*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,  pre,
a, abbr, acronym,  cite, code,
del, dfn, img, ins, kbd, q, s, samp,
 var, hr,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol{
	list-style:decimal;
	margin-left:30px;		
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	height: 100%;
}

/* END RESET */

/* FONT STYLES*/

body{
	background:#fff fixed;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	color:#000;
	font-size:16px;
	line-height:24px;
	letter-spacing: 0px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*  END   */

/*  Top Wrapper  */

.topwrapper {
	width:100%;
	margin:0 auto;
	padding:0;
	clear:both;
	display:table;
	content:"";
	position:absolute;
	top:0;
	left:0;
	z-index:3;
}
.topleft {
	float:left;
	display:block;
	width:200px;
	padding:8px 0 8px 2%;
}
.topleft img {
	display:table;
	width:100%;
}
.topleft img:first-child {
	display:block;
}
.topleft img:last-child {
	display:none;
}
.topright {
	float:right;
	display:block;
}

/*  End  */

/* Idxheader */

.idxheaderbg {
    background:url(../images/idx-headerbg.jpg) no-repeat center top #0b022b;
    display: block;
	position: relative;
	z-index:999;
}

.idxheaderleft {
	background:url(../images/idx-headerleft.png) no-repeat right center;
	position:relative;
	width:36%;
	z-index:2;
}
.idxlogo {
	width:60%;
	margin:0;
	padding:110px 0 60px 10%;
}
.innerlogo {
	padding:100px 0 30px 12%;
}
.idxlogo img, .idxheaderdatetime img{
	width:100%;
	display:table;
}
.idxheaderdatetime {
	width:40%;
	margin:0;
	padding:0 0 30px 18%;
}
.idxheaderdatetime img {
	border-radius: 3px;
}

.idxheadervirtualimg {
	width:22%;
	position:absolute;
	bottom:38%;
	right:6%;
}
.idxheadervirtualimg img {
	width:100%;
	display:table;
}

.idxheaderhastag {
	position:absolute;
	right:2%;
	bottom:25px;
	font-size:16px;
	font-weight:900;
	/*text-transform:uppercase;*/
}
.idxheaderhastag span {
	background:#207bd1;
	color: #fff;
	border-radius:3px;
	padding:5px 10px;
}

/*   End  */

/*  fixiedbottom wrapper */
.fixiedbottombg {
	width:98%;
	padding:8px 1%;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background:#207bd1;
	display:table;
	clear:both;
	content:"";
	color:#fff;
	letter-spacing:0;
	font-weight:900;
	text-transform:uppercase;
	text-align:center;
	z-index:998;
}
.fixiedbottombg img {
	float:left;
	display:table;
	width:140px;
	margin:2px 0 0 0;
}
.fixiedbottombg h3 {
	font-size:16px;
	display:inline-block;
	vertical-align:middle;
	margin:8px 0 0 0;
}
.fixiedbottombg h3 a {
	display:inline-block;
	vertical-align:middle;
	background:#1360a8;
	color:#fff;
	padding:4px 10px 4px 10px;
	font-size:16px;
	margin:-5px 0 0 10px;
	border-radius: 3px;
}
.fixiedbottombg h6 {
	font-size:14px;
	float:right;
	display:block;
	background:#fff;
	color:#000;
	padding:4px 8px 4px 8px;
	margin:5px 0 0 0;
	border-radius: 3px;
}
.fixiedbottombg h6 span {
	font-size:12px;
}

/*  End  */

/*  Con Wrapper  */

.idxconwraper {
	width:1180px;
	margin:0 auto;
	padding:50px 0;
	clear:both;
	display:table;
	content:"";
}
.idxconwraper h3, .idxspeakermain h3 {
	font-size:38px;
	line-height:46px;
	font-weight:900;
	text-transform:uppercase;
	margin:0 0 15px 0;
	text-align:center;
	color:#0b022b;
}
.idxconwraper hr {
	background: #ea2f4f;
	height: 3px;
	margin: 40px 0;
	display: block;
	width: 100%;
}
.idxconwraper p{
	margin-bottom:20px;	
}
.figure{
	width: 100%;
    display: table;
    vertical-align: middle;
}

/*  End  */


/*  Idx Overviwew Wrapeer  */

.idxoverviewleft {
	display:inline-block;
	vertical-align:middle;
	width:50%;
}
.idxoverviewleft img {
	width:100%;
	display:table;
}
.idxoverviewright {
	display:inline-block;
	vertical-align:middle;
	width:45%;
	margin:0 0 0 2%;
	font-size:16px;
	line-height:24px;
	letter-spacing:0px;
}
.idxoverviewright h4 {
	font-size:28px;
	line-height:30px;
	color:#0b022b;
	font-weight:900;
}
.idxoverviewright h4 span {
	display:block;
	font-weight:900;
	color:#207bd1;
}
.idxoverviewright h6 {
	font-weight:900;
	color:#207bd1;
	line-height: normal;
	margin: 5px 0;
}
.idxoverviewright p {
	margin:10px 0 0 0;
}
.idxoverviewright p span {
	font-weight:900;
	color:#207bd1;
}

/*  End  */


/*  idxssad   */

.idxssadbg {
	width:100%;
	background:#207bd1;
}
.idxssadbox {
	display:block;
	float:left;
	width:25%;
	text-align:center;
	position:relative;
}
.idxssadbox img {
	position:relative;
	top:0;
	z-index:1;
}
.idxssadbox h4 {
	font-size:74px;
	text-transform:uppercase;
	font-weight:900;
	letter-spacing:-0.5px;
	color:#fff;
	position:absolute;
	width:100%;
	bottom:10%;
	left:0;
	z-index:2;
}
.idxssadbox h4 span {
	font-size:52px;
}

/*  End  */

/*  Spekar wrapper   */

.idxspeakermain {
	width:100%;
	clear:both;
	display:table;
	content:"";
	padding:50px 0;
}
.speakerbox {
	display:inline-block;
	vertical-align:top;
	width:18.5%;
	margin:0.5%;
	color:#000;
	font-size:14px;
	line-height:normal;
	text-align:left;
}
.speakerbox img {
	width:100%;
	display:table;
	margin:0 0 8px 0;
}
.speakerbox h4 {
	font-size:16px;
	font-weight:900;
	color:#0b022b;
	/*text-transform:uppercase;*/
}

/*  End  */

/*  idx partner wrapper  */

.idxpartnersbg {
	background:url(../images/overviewbg.png) no-repeat right top #ebebeb;
}
.idxpartnerswrapper {
	width:1180px;
	margin:0 auto;
	padding:50px 0;
	text-align:center;
}
.idxpartnersbox {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin: 1%;
    padding: 7px 1%;
    border: 1px solid #e2e2e2;
    border-radius: 7px;
    background: #fff;
    font-size: 11px;
	line-height: normal;
    letter-spacing: 0px;
    text-align: center;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
}
.idxpartnersbox1 {
    display: inline-block;
    vertical-align: top;
    width: 43%;
    margin: 1% auto;
    padding: 7px 2%;
    border: 1px solid #e2e2e2;
    border-radius: 7px;
    background: #fff;
    font-size: 11px;
    line-height: normal;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}
.idxpartnersbox img, .idxpartnersbox1 img{
    width: 100%;
	display: table;
}

/*  End  */


/*  footer wrapper  */

.footerbg {
	background: #252525;
	color: #939393;
}
.footerwrapper {
	width: 1180px;
	margin: 0 auto;
	padding: 50px 0;
	font-size: 14px;
	line-height: 24px;
	letter-spacing:0px;
}
.footerwrapper a {
	color: #939393;
}
.footerwrapper a:hover {
	color: #207bd1;
}
.footerwrapper p {
	line-height:normal;
}
.footerwrapper hr {
	background: #494949;
	height: 2px;
	margin: 25px 0;
	display: block;
	width: 100%;
}

.footercol1 {
	display:table;
	clear:both;
	width:100%;
	padding:0 0 15px 0;
	content:"";
}
.footerlogo {
	display:block;
	float:left;
	width:140px;
	margin:0 0 0 0;
}
.footercol1 p {
	float:right;
	display:block;
	width:85%;
}
.footercol2 {
	display:table;
	clear:both;
	width:100%;
	content:"";
	padding:8px 0;
} 
.footercol2 h4 {
	display:block;
	float:left;
	width:15%;
	font-weight:900;
	color:#207bd1;
	line-height:normal;
}
.footercol2 p {
	display:block;
	float:right;
	width:85%;
}
.footercol2 p span {
	font-weight:900;
	color:#207bd1;
	padding:0 8px;
}
.footercol2 p a {
	text-decoration:underline;
}
.footerbottomleft {
	float: left;
	display: block;
}
.footerbottomright {
	float: right;
	display: block;
}
.footersocial a i {
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 20px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	margin: 0 2px;
	color: #141414 !important;
	background: #fff;
}
.footersocial a:hover i {
	background:#207bd1;
	color:#fff !important;
}

/*  End  */

/* Inner Page */
.innercontainwrapper {
    width: 1180px;
    margin: 0 auto;
    padding:30px 0;
}
.innercontainwrapper h3{
	font-size:36px;
	line-height:46px;
	font-weight:900;
	text-transform:uppercase;
	margin:0 0 15px 0;
	color:#000;
	text-align:center;
}

/*  End   */

/*  organiser box  */

.organiserbox {
	width: 42%;
	padding: 3%;
	margin: 1%;
	float: left;
	display: block;
	background: #dbdbdb;
	border-radius: 10px;
}
.organiserbox h4 {
	font-size: 26px;
	line-height: 28px;
	letter-spacing: 0;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-family: "AvenirLTStd-Black";
	color: #ea2f4f;
	text-align: center;
}
.organiserbox p {
	margin-bottom: 15px;
}
.organiserbox p:last-child {
	margin-bottom: 0px;
}

.organiserboximg1 {
	width: 150px;
	margin: 0 auto 15px auto;
	padding: 0;
	text-align: center;
}
.organiserboximg2 {
	width: 220px;
	margin: 0 auto 15px auto;
	padding: 0;
	text-align: center;
}

/*  End  */

/*  Contact Wra pper  */

.contactinfo {
	font-size:17px;
}
.contactinfo h3 {
	color: #000!important;
	font-size: 22px!important;
	line-height: 28px;
	font-weight:900;
	text-transform: uppercase;
	background-color: #fff!important;
	margin: 0 0 10px 0!important;
	padding: 0!important;
}
.contactinfo h4 {
	color: #fff!important;
	background-color: #3f69bd!important;
	font-size: 20px;
	line-height: 24px;
	font-weight:900;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 5px 7px!important;
}
.contactinfo h5 {
	color: #3f69bd!important;
	font-size: 18px!important;
	line-height: 20px!important;
	font-weight:900;
	margin: 0!important;
	text-align: left !important;
}
.contactinfo h5 span {
	color: #000!important;
}
.contactinfo h5 {
	text-transform: inherit!important;
}
.contactinfo p {
	margin-bottom: 4px !important;
}
.contactinfobox {
	display: inline-block;
	vertical-align: top;
	width: 43%;
	padding: 2%;
	margin: 1%;
	border: 2px solid #dbdbdb;
	background: #fff;
	border-radius: 5px;
}

/*  End   */

/*  about text  */

.abouttext h3 {
	color: #207bd1;
	font-size: 20px;
	line-height: 22px;
	font-weight:900;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing:0;
}
.abouttext p {
	font-size:16px;
	margin-bottom: 15px;
}
.abouttext p span, .aboutbox p span {
	font-weight:900;
	color: #0095da;
}
.aboutbox {
	display: inline-block;
	vertical-align: top;
	width: 40%;
	padding: 3%;
	margin: 1.5%;
	background: #fff;
	border: 2px solid #a09f9f;
	border-radius: 7px;
}
.aboutbox h4 {
	color: #000;
	font-size: 20px;
	line-height: 24px;
	font-weight:900;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align:left;
}
.abouttext h4 {
    color: #000;
    font-size: 18px;
    line-height: 28px;
	font-weight:900;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.abouttext h5 {
    color: #000;
    font-size: 20px;
    line-height: 28px;
	font-weight:900;
    text-align:left;
}
.abouttext h5 span{
	color: #000;
    font-size: 16px;
	display:block;
}
.idxthemebox{
    display: inline-block;
    vertical-align: middle;
    width: 21.5%;
    margin: 0.5%;
    padding: 1%;
    background: #3f69bd;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
	font-weight:900;
	text-align: center;
}

/*  End  */

/*  thank you text  */

.thankyoutext  {
	font-size: 18px;
	line-height: 26px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.thankyoutext h4 {
	font-weight:900;
	text-transform: uppercase;
	font-size: 42px;
	line-height: 44px;
	letter-spacing: 0;
	color: #ea2f4f;
	margin-bottom: 10px;
}
.thankyoutext h6 {
	font-weight:900;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0;
	color: #3f69bd;
	margin-bottom: 10px;
}
.thankyoutext p span {
	display:block;
	font-weight:900;
	color:#ea2f4f;
	letter-spacing:0;
	padding: 5px 0;
}
.thankyoulink {
	text-align:center;
}
.thankyoulink a {
	font-weight:900;
}

/*  end   */







/*  idxtopic wrapper  */

.idxtopicwrapper {
	width:100%;
	clear:both;
	display:table;
	content:"";
	background:#f3f3f3;
	padding:0 0 0px 0;
}
.idxtopicleft {
	width:50%;
	display:inline-block;
	vertical-align:middle;
}
.idxtopicleft img, .idxwhowillleft img {
	width:100%;
	display:table;
}
.idxtopicright {
	width:36%;
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 5%;
}
.idxtopicright h3 {
	font-size:32px;
	line-height:36px;
	color:#0b022b;
	font-weight:900;
	margin:0 0 15px 0;
}

/*  End  */

/*  idxwhowillwrapper  */

.idxwhowillwrapper {
	width:100%;
	clear:both;
	display:table;
	content:"";
}
.idxwhowillleft {
	width:50%;
	display:block;
	float:right;
}
.idxwhowillright {
	width:40%;
	display:block;
	float:left;
	margin:25px 0 0 5%;
	font-size:16px;
	line-height:22px;
}
.idxwhowillright h3 {
	font-size:36px;
	line-height:40px;
	font-weight:900;
}
.idxwhowillright h4 {
	font-size:28px;
	line-height:30px;
	font-weight:900;
}
.idxwhowillright hr {
	display:block;
	height:5px;
	background:#fff;
	border:0;
	margin:20px 0;
}
.idxwhowillright p {
	margin:0 0 20px 0;
}

/*  End  */


/* idx why partners wrapper  */

.idxwhypartnerswrapper {
	width:100%;
	clear:both;
	display:table;
	content:"";
	background:#f3f3f3;
}
.idxwhypartnerleft {
	width:50%;
	display:inline-block;
	vertical-align:middle;
}
.idxwhypartnerleft img {
	width:100%;
	display:table;
}
.idxwhypartnerright {
	width:44%;
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 3%;
	padding:0px 0;
}
.idxwhypartnerright h3 {
	font-size:32px;
	line-height:36px;
	color:#0b022b;
	font-weight:900;
	margin:0 0 5px 0;
}
.idxwhypartnerright ul {
	margin:10px 0;
}

/*  End  */






/*  Table  */
.tablemain {
	width:1000px;
	margin:0 auto;
	padding:0;
}
.table1 {
	width: 100%;
	margin: 0 auto;
	border: 3px solid #207bd1;
	text-align:left;
}
.table1 tr {
	background: #eaeaea;
}
.table1 tr:nth-child(even) {
	background: #ffffff;
}
.table1 th {
	background: #1360a8;
	color: #fff;
	padding: 10px;
	font-family: 'Nunito', sans-serif;
	font-weight:900;
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	text-align: left;
}
.table1 th:nth-child(2) {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.table1 tr:hover {background-color: #cacaca;}
.table1 td {
	padding: 10px;
	line-height: normal;
	font-size:13px;
}
.table1 td:first-child {
	font-size: 12px;
	font-family: 'Nunito', sans-serif;
	width:25%;
}
.table1 td:nth-child(2) {
	width: 75%;
	border-left: 1px solid #a4a4a4;
	border-right: 1px solid #a4a4a4;
}
.table1 td:nth-child(2) span {
	font-family: 'Nunito', sans-serif;
	color:#000000;
	font-weight:bold;
	/*padding:0 5px 0 5px;*/
}

.table-responsive {
	overflow-x:auto;
}
.speakertd {
	display: none !important;
	font-family: 'Nunito', sans-serif;
	font-weight:900;
}

.table1demo td {
  background-color:#000000;
  color:#fff;
}










/* CLEAR FIX */
.group:after {
  content: "";
  display: table;
  clear: both;
}

.clearboth {
  clear: both;
  min-height:1px;
}
/* END FIX */
