@media print{@page {size: landscape}}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav 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;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration: none; color: #68A4D9;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-rt img, .float-lt img {margin:10px; max-width: 250px;} 
.float-lt{float:left;}/* float left */
.black {color: #333;}
	
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
.sup { font-size: 70%; position: relative; top: -0.5em; }
img{max-width:100%;max-height: 100%;}
#tooltip {
    position: absolute;
    display: none;
    border: 1px solid #999;
    border-radius: 5px;
    background-color: #fff;
    color: #68a4d9;
    padding: 5px;
}
.presentationname, #ListPresentation .repository__title, .select2-result-repository__title{
	font-weight: bold;
}
#ListPresentation .repository__title{
	font-size: 1rem;
}
#upload .presentationname, #ListPresentation{
	background-color: #27B199;
	color: white;
	padding: 1rem;
}
#upload .presentationname:before, #ListPresentation .repository__title:before{
	content:"Presentation: ";
	font-weight: 400;
}
.header {
	min-height: 130px;
	width: 100%;
	margin: 0px auto;
}
.header .headlink{

	 height: 200px;
	 display: inline-block;
	 vertical-align: middle;
}

.footer {
	position: fixed;
	bottom:0;
	left:0;
	width: 100%;
	border-top: 1px solid #414042;
	z-index:200;
	background: #FFF;
}
.footer ul {
	margin:0;
}
.empty80 {
	height: 80px;
}
/*end reset*/
/*-----light-font----*/
body {
	font-family: 'Open Sans',Arial, sans-serif;
	background:#FFFFFF;
	font-size:13px;
}
.wrap {
	width: 80%;
	margin: 0px auto;
	z-index: 300;
	position: relative;
}
.logo{
	display:none;
}

.end {
	margin: 0;
}


.downloadSmint {
	width:90%;
	max-width: 450px;
	height: auto;
	margin: 0 auto;
	display: block;
}

.downloadSmint img, .codeImg {
	width:100%;
	max-width: 445px;
	height: auto;
}
margin: -1.2em 0 0 0em;
}
/*-- start-smartphone_nav --*/
.nav {
    display:none;
}
.nav-item {
    float:left;
    display:inline;
    zoom:1;
}
.nav-item a {
    display:block;
}
.nav-item a:hover {
	background:#68a4d9;
	color: #FFFFFF;
}
.nav-mobile {
   display: none;
	cursor: pointer;
	position: fixed;
	top: 0px;
	right: 0px;
	background: rgba(255, 255, 255, 0.9);
	height:40px;
	padding: 5px 42px;
	width:100%;
	text-align:right;
	color: #444;
}
.nav-mobile {
    display:block;
}
.nav {
	width:100%;
}
.nav-list {
    display:none;
    background: #FFF;
    margin-top: 40px;
}
.nav-item {
    width:100%;
    text-align: center;
}
.nav-item a {
	font-weight: 400;
	padding: 10px;
	text-transform: uppercase;
	border-top: 1px ridge #CCCCCC;
	color: #68a4d9;
	-webkit-transition: color .2s linear,background .2s linear;
	-moz-transition: color .2s linear,background .2s linear;
	-o-transition: color .2s linear,background .2s linear;
	transition: color .2s linear,background .2s linear;
	font-size: 1.2em;
}

.nav-item2 li {
    float:left;
    text-align: center;
    width: 32%;
    padding:5px;
    height:60px;
}
.nav-item2 li a {
	font-weight: normal;
	padding: 0px 10px;
	text-transform: uppercase;
	border: none;
	color: #68a4d9;
	-webkit-transition: color .2s linear,background .2s linear;
	-moz-transition: color .2s linear,background .2s linear;
	-o-transition: color .2s linear,background .2s linear;
	transition: color .2s linear,background .2s linear;
	font-size: 1em;
}
.nav-inner {
   display: none;
}
.nav-active, .nav-active-inner .nav-inner {
     display:block;
     z-index: 2000;
}
a.button.scroll {
	padding: 16px;
	border: 2px solid #fff;
	position: absolute;
	display:block;
	top: 485px;
	left: 50%;
	border-radius: 30em;
	-webkit-border-radius: 30em;
	-moz-border-radius: 30em;
	-o-border-radius: 30em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a.button.scroll:hover {
	opacity: 0.6;
}
/* services */
.services {
	padding: 12% 0 7%;
	background: #DB5941;
}
.services h3{
	font-family: 'Noto Sans', sans-serif;
	color: #fff;
	font-size: 2em;
	font-weight: 700;
	text-align: center;
}
.services p{
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.2em;
	padding: 0em 0;
	color: #E4E4E4;
	line-height: 1.5em;
	text-align:center;
	margin-bottom: 6%;
}

.RadMenu a.rmLink {
	cursor: pointer;
}

.returnhome {
    width: 100%;
    z-index: 1000;
}

.clear {
	clear:both;
}

.returnhome ul {
	width:100%;
	background-color: #FFF;
	height: 70px;
	border-bottom: 1px solid #414042;
	display: flex;
    align-items: center;

}

.returnhome ul li {
	padding: 0px 20px;
	line-height: 33px;
	float: left;
	text-align: center;
}

.returnhome ul li.right {
	right: 0;
	position: absolute;
	display:block;
}

.returnhome ul li a {
	color: #414042;
}


.colleft {
	width:250px;
	float:left;
	background-color: rgba(112, 168, 218, 0.3);
}

.colright {
	display: inline-block;
	padding: 0 10px;
}

.breadcrumb {display: none; }
.fa {
    text-indent: 0;
}

.hidden {
	display: none;
}

#sitemap_sitemap {
	border-top: 1px solid #CCC;
	padding-left:250px;
}

.RadSiteMap_Default .rsmTwoLevels .rsmLink {
	font-weight: 700;
}

.RadSiteMap .rsmTwoLevels .rsmLevel1 .rsmItem .rsmLink {
    font-weight: normal;
}


#menu{
	border-top: 1px solid rgb(51,51,51);
    border-bottom: 1px solid rgb(51,51,51);
    margin-top: 0.75em;
    list-style: none;
	margin: 0 auto;
}

#menu li{
	float: left;
	padding: 0 0 10px 1.1em;
	margin: 5px 0 0 0;
    list-style-image: none;
}

#menu li:hover > ul{
	display: block;
}

/* Sous-menu */

#menu ul{
    margin:0;
    padding: 0;
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    width:1200px;
    z-index: 99999;
}

#menu ul li{
    float: left;
    margin: 0;
    padding: 0;
    height: 120px;
    display: block;
    background: white;
    border: 1px solid rgb(51,51,51);
    
}

#menu ul a{
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    text-transform: none;
}

#finalise {
	background-color: #68A4D9;
	padding: 10px;
	font-size: 14px;
	color: #FFF;
	margin-top: 10px;
}

/*  GRID OF THREE   ============================================================================= */

a.anchor{display: block; position: relative; top: -200px; visibility: hidden;}

.section-content {
    position: relative;
	z-index: 1;
	margin-left: 50px;
	padding: 0.5em ;
}

 h2 {
	max-width: 400px;
	font-size: 32px;
	font-weight: 400;
	margin-left: 30px;
	color: #acdb90;
	text-align: center;
}

 h3 {
	margin-left: auto;
	margin-right: auto;
	font-size: 21px;
	line-height: 1.0865;
	font-weight: 400;
	margin-bottom: 10px;
	color: #0071ce;
	text-align:left;
}

 h4 {
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	line-height: 1.0865;
	margin-bottom: 10px;
	text-align:left;
}

 h5 {
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	line-height: 1.0865;
	font-weight: 400;
	margin-bottom: 10px;
	text-align:left;
}
.btnMenu {
	display: none;
}

p {
    /*margin-bottom: 30px;*/
    color: #414042;
    text-align:justify;
}
.section-content{
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
}
 .italic{
	font-style: italic;
}

 .bold, .strong{
	font-weight: 700;
}

 .underline{
	text-decoration: underline;
}

 .center{
	text-align: center;
}

 .normal{
	font-size: 1em;
}
.medium{
	font-weight: 700;
}

 .underline{
	border-bottom: 1px solid #414042;
}

 ol, ul{
	color: #414042;
	line-height: 1.5em;
	margin-bottom: 2%;
	font-weight: 200;
    text-align:justify;
}
.col3 {
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
}
.subMenu {
	margin: 13px 20px 0px;
	text-align: center;
}
.subMenu:hover {
	border-bottom: 2px solid #0071CE;
}

.break-word {
    word-wrap: break-word;
}
.IW2016 h2 {
	color:#68A4D9;
}

.IW2016 h3 {
	color:#414042;
}
.copyright {
	font-size: 0.9em;
	text-align: right;
}
.iframeyoutube {
	width: 90%;
	max-width: 700px;
}

.iframeWG {
	width: 90%;
	max-width: 700px;
	min-height: 800px;
}


.new {
	vertical-align: super;
	font-size: 80%;
	font-weight: bold;
	background: #ACDB90 none repeat scroll 0% 0%;
	border-radius: 20px;
	padding: 2px 4px;
	color: #FFF;
}



/*
* KEYNOTE 
*
*/

.keynote-list {
    display: inline-block;
    margin-left: 1.25%;
    margin-right: 1.25%;
    width: 45%;
    vertical-align: top;
    padding: 0px 0px 75px;
}
.keynote-picture {
    height: 100px;
    width: 100px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0px 20px 23px;
}
.floatleft {
	float: left;
}
.keynote-grid li img {
    display: block;
    overflow: hidden;
    height: 100px;
    width: 100px;
}
h3.keynote-name {
    display: block;
    text-align: left;
    width: 100%;
}
h4.keynote-title {
    display: block;
    text-align: left;
    width: 100%;
}

p.keynote-description {
    width: 100%;
    clear: both;
}

.hide {
  display: none;
}

p.read-more-toggle, span.read-more-toggle {
	cursor:pointer;
	color:#68A4D9;
}

.read-more-content {
	margin-top:-20px;
}
p.question {
	font-weight: 700;
	margin-bottom: 0px;
}

.separator {
	border-top: 1px solid #414042;
	padding-top: 30px;
}




/*
* SPONSOR SLIDE
*/

.sponsorsfade {
	position: absolute;
	right: 0px;
	height: 140px;
	width: 300px;
	z-index: 1001;
	top: 0px;
}
.sponsorsfade h2 {
	width: 350px;
}
.sponsorsfade #sponsorslide div {
	right:0;
}
.unsponsor {
	height:100px;
	width: 200px;
	padding:1em;
}

.unsponsor img{
	right: 0;
	position: absolute;
}






.content{
	padding: 50px 0 40px 0;
}




ul.listul {
	padding:0 1em 0 3em;
}

ul.listul li {
	padding-left: 1em;
	text-indent: -3em;
	margin-bottom: 10px;
}
ul.listul li:before {
    content: "# ";
    padding: 4px 5px 6px 10px;
	margin-right: 10px;
	vertical-align: top;
	border-radius: 60px;
	font-weight: bold;
	font-size: 0.8em;
	border: 1px solid #414042;
}

ol.listol {
	padding:0 1em 0 3em;
	counter-reset: repas;
}

ol.listol li:before {
    content: "#";
}

ol.listol li {
    list-style-type: none;
    counter-increment: repas;
    margin-bottom: 10px;
    padding-left: 1em;
	text-indent: -3em;
}
ol.listol li:before {
    content: counter(repas);
    padding: 4px 8px;
    margin-right: 8px;
    vertical-align: top;
    -moz-border-radius: 60px;
    border-radius: 60px;
    font-weight: bold;
    font-size: 0.8em;
    border: #414042 solid 1px;
}
ol.alpha li:before {
	content: counter(repas, lower-alpha);
}
.content ol.listol li:before, .content ul.listul li:before {
	background: #FFF;
    color: #68A4D9;
}
.content2 ol.listol li:before, .content2 ul.listul li:before {
	background: #FFF;
    color: #68A4D9;
}
.first {padding-top: 140px;}

.classname {
	border-radius: 3px;
	border: 1px solid #e0e9f6;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
}
p.pos_fixed {
    position: fixed;
    top: 130px;
    right: 20px;
    margin:10px;
    font-size: 2em;
    background-color: transparent;
}
p.pos_fixed a, p.pos_fixed a:visited  {
	color: #E0E9F6;
	background-color: #266195;
}
.content2 .classname {
	border: 1px solid #266195;
}
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col_1_of_3{
	display: block;
	float:left;
	margin: 1% 3% 0% 0%;
}
#services > div > div:nth-child(5) {
	margin-right: 0;
}
.col_1_of_3:first-child { margin-left: 0; }
#services > div > div> img {
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#services > div > div> img:hover {
	opacity: 0.6;
}
.span_1_of_3 {
	width: 30.6%;
	text-align: center;
	margin-top: 1%;
	padding-bottom: 1%;
}
.span_1_of_3 h4 a {
	font-family: 'Noto Sans', sans-serif;
	color: #E4E4E4;
	font-size: 1.6em;
	font-weight: 400;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.span_1_of_3 h4 a:hover{
	color:#F8BC3A;
}
.span_1_of_3  p  {
	font-family: 'Noto Sans', sans-serif;
	font-size:1em;
	padding:0.5em 0;
	color: #E4E4E4;
	line-height: 1.9em;
	font-weight: 100;
	font-style: normal;
}
.span_1_of_3 p a {
	padding: 13px 20px;
	color: #E4E4E4;
	font-size: 0.8755em;
	border: 2px solid #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.span_1_of_3 p a:hover {
	color: #F8BC3A;
	border: 2px solid #F8BC3A;
}
/*--- PORTFOLIO --*/
.portfoliO{
	text-align:center;
	background: #EBEBEA;
	padding: 7% 0;
}
.portfoliO h3{
	font-family: 'Noto Sans', sans-serif;
	color: #000;
	font-size: 2.5em;
	font-weight: 700;
	text-align: center;
}
.portfoliO p{
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.2em;
	padding: 0em 0;
	color: #777;
	line-height: 1.5em;
	text-align:center;
	margin-bottom: 6%;
}
/*---start container --*/
#info {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;				
	background:#fcf8e3;
	border:1px solid  #fbeed5;
	width:95%;
	max-width:900px;
	margin:0 auto 40px auto;
	font-family:arial;
	font-size:12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#info .info-wrapper {
	padding:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#info a {
	color:#c09853;
	text-decoration:none;
}
	
#info p {
	margin:5px 0 0 0;
}
.container { 
	position: relative; 
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;	
}
#filters {
	margin:4%;
	padding:0;
	list-style:none;
}
#filters li {
	display:inline-block;
	margin-right: 20px;
}
#filters li span {
	font-family: 'Noto Sans', sans-serif;
	font-size:1em;
	display: block;
	padding: 18px 30px;
	font-weight:600;
	text-decoration: none;
	color: #191919;
	background: #fff;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
#filters li span.active,#filters li span:hover {
	background: #DB5941;
	color:#fff;
}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 31.3%;
	margin:1%;
	display:none;
	float:left;
	overflow:hidden;
}
.portfolio-wrapper {
	overflow:hidden;
	position: relative !important;
	cursor:pointer;
}
.portfolio img {
	border: 15px solid #fff;
	top: 0px !important;
	max-width:100%;
	position: relative;
	opacity: 5;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.portfolio img:hover {
	border: 15px solid #DB5941;
}
.portfolio .label {
	position: absolute;
	width: 100%;
	height:40px;
	bottom:-40px;
}
.portfolio .label-bg {
	background: #EA6060;
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}
.portfolio .label-text {
	color:#fff;
	position: relative;
	z-index:500;
	padding:5px 8px;
}
.portfolio .text-category {
	display:block;
	font-size: 20px;
	text-transform:uppercase;
}
a.popup-with-zoom-anim img {
	
}
.img {
	border: 1px solid #555;
	display: inline-block;
	padding: 10px 13px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.img:hover {
	border: 1px solid #DB5941
}
/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.row:after,
.clearfix:after {
  clear: both; }
.row,
.clearfix {
  zoom: 1; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*---team-members--*/
.team-members{
	padding: 7% 0;
	background: #F8BC3A;
}
.tm-head{
	text-align:center;
}
.tm-head h3{
	font-family: 'Noto Sans', sans-serif;
	color: #fff;
	font-size: 2.5em;
	font-weight: 700;
	text-align: center;
}
.tm-head p{
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.2em;
	padding: 0em 0;
	color: #E4E4E4;
	line-height: 1.5em;
	text-align:center;
	margin-bottom: 6%;
}
.tm-head-grid img{
	width: 90.6%;
	cursor: pointer;
}
.tm-head-grid:hover {
	background:  #DB5941;
}
.tm-head-grid {
	width: 30.9%;
	text-align: center;
	float: left;
	margin-right: 3.6%;
	padding-top: 14px;
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.tm-head-grids {
	width: 82%;
	margin: 0 8% 0;
}
.tm-head-grid:nth-child(3){
	margin-right:0;
}
.tm-head-grid h4{
	color: #333;
	font-size: 1.2em;
	font-weight: 400;
	margin: 0.8em 0 0.2em 0;
}
.tm-head-grid h5{
	color: #7C3939;
	margin: 0 auto;
	font-size: 1em;
}
/*---//team-members--*/
/*----team-info----*/
.team-info{
	font-family: 'Droid Serif', serif;
	color: #777777;
	margin: 0 auto;
	font-size: 1em;
	line-height: 1.8em;
	text-align: center;
	width: 60%;
}
/*--//team-info--*/
.top-social-icons li{
	display: inline-block;
	margin: 1.2em 0.3em;
}
.top-social-icons li a{
	width:30px;
	height:30px;
	display:block;
}
.twitter{
	background:url(../images/top-social-icons.png) no-repeat 0px 0px;
}
.facebook{
	background: url(../images/top-social-icons.png) no-repeat -82px 0px;
}
.pin{
	background: url(../images/top-social-icons.png) no-repeat -207px 0px;
}
/*--------social simptip--------*/
[data-tooltip] {
	position: relative;
	display: inline-block;
}
[data-tooltip].simptip-position-bottom:before {
	border-bottom-color: #EEE;
}
[data-tooltip].simptip-position-bottom:after {
	background-color: #EEE;
	color: #777;
}
[data-tooltip]:before {
	content: '';
	position: absolute;
	border-width: 6px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0);
}
[data-tooltip]:before, [data-tooltip]:after {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	z-index: 999999;
}
[data-tooltip]:after {
	height: 22px;
	padding: 11px 11px 0;
	font-size: 13px;
	line-height: 11px;
	content: attr(data-tooltip);
	white-space: nowrap;
}
[data-tooltip]:hover, [data-tooltip]:focus {
	background-color: rgba(0, 0, 0, 0);
}
[data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after {
	visibility: visible;
	opacity: 1;
}
.simptip-position-bottom.simptip-movable:before {
	margin-top: -15px;
}
.simptip-position-bottom.simptip-movable:after {
	margin-top: -3px;
}
.simptip-position-bottom:before, .simptip-position-bottom:after, .simptip-position-top:before, .simptip-position-top:after {
	left: 32%;
}
.simptip-position-bottom:before, .simptip-position-bottom:after {
	top: 110%;
}
.simptip-position-bottom:after, .simptip-position-top:after {
	margin-left: -18px;
}
.simptip-position-right.simptip-movable:before, .simptip-position-right.simptip-movable:after, .simptip-position-left.simptip-movable:before, .simptip-position-left.simptip-movable:after, .simptip-position-top.simptip-movable:before, .simptip-position-top.simptip-movable:after, .simptip-position-bottom.simptip-movable:before, .simptip-position-bottom.simptip-movable:after {
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}
.simptip-position-bottom.simptip-movable:hover:before, .simptip-position-bottom.simptip-movable:hover:after {
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
}
/*--- experience --*/
.experience{
	padding: 7% 0;
	background: #2F2F2F;
}
.ex-head{
	text-align:center;
}
.ex-head h3{
	font-family: 'Noto Sans', sans-serif;
	color: #fff;
	font-size: 2.5em;
	font-weight: 500;
	text-align: center;
}
.ex-head p{
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.2em;
	padding: 0em 0;
	color: #B3AEAE;
	line-height: 1.5em;
	text-align:center;
	margin-bottom: 6%;
}
/* start progress */
.main_pb {
	padding:0 4%;
}
.progress1_of_2{
	width:100%;
}
.progress1_of_2:first-child{
	margin-left: 0;
}
.prog{
	position: relative;
}
.prog1{
	position: relative;
}
.prog2{
	position: relative;
}
.text{
	float: left;
}
.text span {
	font-size: 1em;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 400;
	position: absolute;
	top: 32px;
	left: 29%;
	z-index: 1;
}
.text_p{
	text-align: right;
	position: relative;
	top: 32px;
	right: 22%;
}
.text_p span{
	font-size: 1em;
	color: #fff;
}
.progress-bar-container {
	margin: 0% auto 0;
	width: 46%;
	height: 40px;
	background-color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
}
.progress-bar {
 	 width: 0;
	 height: 100%;
	 background-color: #F8BC3A;
	 border-radius: 10px;
 	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
}
.progress-bar1 {
 	 width: 0;
	 height: 100%;
	 background-color: #27AE61;
	 border-radius: 10px;
 	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
}
.progress-bar2 {
 	 width: 0;
	 height: 100%;
	 background-color: #DB5941;
	 border-radius: 10px;
 	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
}
/*---//experience--*/
/*---fun--*/
.fun{
	padding: 7% 0;
	background: #2A80B9;
}
.fun-head{
	text-align:center;
}
.fun-head h3{
	font-family: 'Noto Sans', sans-serif;
	color: #fff;
	font-size: 2.5em;
	font-weight: 500;
	text-align: center;
}
.fun-head-grids {
	text-align: center;
	margin:0 auto;
}
.fun-head-grid img {
	padding: 50px;
	background: #fff;
	cursor: pointer;
	 border-radius: 10px;
 	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.fun-head-grid img:hover {
	opacity: 0.6;
}
.fun-head-grid {
	text-align: center;
	display: inline-block;
	margin-right: 2%;
	padding-top: 14px;
}
.fun-head-grid:nth-child(4){
	margin-right:0;
}
.fun-head-grid h4{
	color: #FFF;
	font-size: 2.2em;
	font-weight: 400;
	margin: 3% 0;
}
.fun-head-grid h5{
	color: #E9E4E4;
	margin: 0 auto;
	font-size: 1.1em;
}
/*---//fun--*/
/*---blog--*/
.blog{
	padding: 7% 0;
	background: #EFEFEE;
}
.blog-head{
	text-align:center;
}
.blog-head h3{
	font-family: 'Noto Sans', sans-serif;
	color: #333;
	font-size: 2.5em;
	font-weight: 700;
	text-align: center;
}
.blog-head p{
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.2em;
	padding: 0em 0;
	color: #777;
	line-height: 1.5em;
	text-align:center;
	margin-bottom: 6%;
}
.blog-grid {
	margin-bottom: 3.2%;
}
.blog-left{
	float: left;
	width: 46%;
	background:#fff;
	padding: 15px;
	 border-radius: 10px;
 	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
}
.blog-right{
	float: right;
	width: 46%;
	background:#fff;
	padding: 15px;
	 border-radius: 10px;
 	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
}
.img-left{
	float: left;
	width: 43%;
}
.img-left img{
	width: 100%;
	cursor:pointer;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.img-left img:hover{
	opacity: 0.6;
}
.text-right {
	float: right;
	width: 52%;
}
.text-right h6{
	font-size: 0.8755em;
	color:#777;
	padding-bottom: 3px;
}
.text-right h3 a{
	font-size: 1.5em;
	color: #303030;
	font-weight: 600;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.text-right h3 a:hover{
	color: #2A80B9;
}
.text-right p{
	font-size: 0.9755em;
	color:#222;
	line-height: 1.8em;
}
.text-right p a {
	font-size: 0.82355em;
	color: #fff;
	float: right;
	padding: 6px 10px;
	margin-top: 6px;
	background: #DB5941;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.text-right p a:hover {
	background: #2A80B9;
}
/*---//blog--*/
/*---studio--*/
.studio{
	padding: 7% 0;
	background: #DB5941;
	text-align: center;
}
.studio-head{
	text-align:center;
}
.studio-head h3{
	font-family: 'Noto Sans', sans-serif;
	color: #fff;
	font-size: 2.5em;
	font-weight: 700;
	text-align: center;
}
.studio-head p{
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.2em;
	padding: 0em 0;
	color: #E4E4E4;
	line-height: 1.5em;
	text-align:center;
	margin-bottom: 6%;
}

/*---//studio--*/
/*---clients--*/
.clients{
	padding: 7% 0;
	background: #fff;
}
.client-head{
	text-align:center;
}
.client-head h3{
	font-family: 'Noto Sans', sans-serif;
	color: #333;
	font-size: 2.5em;
	font-weight: 700;
	text-align: center;
}
/*-----*/
.flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    margin: 2em 0 0em;
}
.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
    cursor:pointer;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:150px;
    max-height:45px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../images/button-next.png) no-repeat;
}
/*---//End-trust-----*/
/*---//clients--*/
/*--- pricing ---*/
.pricing{
	padding: 7% 0;
	background: #DB5941;
}
.pricing-head{
	text-align:center;
}
.pricing-head h3{
	font-family: 'Noto Sans', sans-serif;
	color: #fff;
	font-size: 2.5em;
	font-weight: 700;
	text-align: center;
}
.pricing-head p{
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.2em;
	padding: 0em 0;
	color: #E4E4E4;
	line-height: 1.5em;
	text-align:center;
	margin-bottom: 11%;
}
#pricing > div > h3 {
	color: #fff;
	font-size: 2.5em;
	text-align: center;
	margin-bottom: 3%;
}

/* logos */
.logos{
	background: #2F2F2F;
	padding:3% 0;
}
.logos li{
	display: inline-block;
	margin-right: 12%;
}
.logos li:last-child {
	margin-right: 0%;
	float: right;
}

.Hyatt {
	background: url(../images/Bellevue-Skyline.jpg) no-repeat bottom #bac3c8;
	background-size: 100%;
	color: #e0e9f6;
}
.Hyatt p{
	color: #e0e9f6;
}

/* contact */
.contact{
	padding: 7% 0;
	background: #F4BA46;
	text-align:center;
}
.contact h3{
	font-family: 'Noto Sans', sans-serif;
	color: #fff;
	font-size: 2.5em;
	font-weight: 700;
	text-align: center;
}
.contact p{
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.2em;
	padding: 0em 0;
	color: #E4E4E4;
	line-height: 1.5em;
	text-align:center;
	margin-bottom: 6%;
}
/* contact_form */
.contact_form {
	width: 50%;
	margin: 0 auto;
}
.contact_form span{
	float: left;
	width: 100%;
}
.contact_form span label {
	float: right;
	position: relative;
	top: -45px;
}
.contact_form span label1 {
	float: right;
	position: relative;
	top: -200px;
}
.contact_form span.left{
}
.contact_form input[type="text"], .contact_form textarea, .contact_form select, .contact_form input[type="password"] {
	font-family: 'Noto Sans', sans-serif;
	background: #FFFFFF;
	border: none;
	color: #525252;
	padding: 16px 50px 16px 16px;
	font-size: 0.8755em;
	display: block;
	width: 100%;
	outline: none;
	-webkit-appearance: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.contact_form select.line {
	padding: 10px;
	min-width: 50px;
}
.contact_form select{
	width: 100%;
}
.contact_form input[type="text"]:hover,.contact_form textarea:hover {
	
}
.contact_form textarea{
	margin: 0 0 3%;
	resize:none;
	height:180px;	
}
.contact_form input[type="submit"], .contact_form .button a{
	font-family: 'Noto Sans', sans-serif;
	-webkit-appearance: none;
	cursor:pointer;
	color: #68A4D9;
	background: #E0E9F6;
	border:none;
	outline:none;
	display: inline-block;
	padding: 15px 40px;
	font-size:1em;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact_form input[type="submit"]:hover{
	color: #fff;
	background: #2A80B9;
}

.custom-dropdown {
    margin: 0 0 45px 0;
}
.custom-dropdown--large {
    font-size: 1.5em;
}

.custom-dropdown--small {
    font-size: .7em;
}

.custom-dropdown__select{
    font-size: inherit; /* inherit size from .custom-dropdown */
    padding: .5em; /* add some space*/
    margin: 0; /* remove default margins */
}

.custom-dropdown__select--white {
    background-color: #fff;
    color: #444;
}

.custom-dropdown__select--blue {
    color: #FFF;
}


.remove_slot:hover{
	cursor: pointer;
}
.highlight {
	font-size: 1.2em;
	border: 0.5px solid white;
	background: #E0E9F6;
	color: #266195;
	padding:1em;
	border-radius: 50px;
	text-align: center;
}
.highlight img{
	float:right;
	height: 256px;
}

#finalise {
	background-color: rgb(121, 196, 122);
	padding: 10px;
	font-size: 14px;
	color: #FFF;
}
#error {
	text-align:center;
	padding:15px;font-size:14px;
	font-weight:bold; 
	background: red; 
	margin:0 auto; 
	padding:14px; 
	color:#FFF;
}


@supports (pointer-events: none) and
      ((-webkit-appearance: none) or
      (-moz-appearance: none) or
      (appearance: none)) {

    .custom-dropdown {
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }

    .custom-dropdown__select {
        padding-right: 2.5em; /* accommodate with the pseudo elements for the dropdown arrow */
        border: 0;
        border-radius: 3px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;    
    }

    .custom-dropdown::before,
    .custom-dropdown::after {
        content: "";
        position: absolute;
        pointer-events: none;
    }

    .custom-dropdown::after { /*  Custom dropdown arrow */
        content: "\25BC";
        height: 1em;
        font-size: .625em;
        line-height: 1;
        right: 1.2em;
        top: 50%; margin-top: -.5em;
    }

    .custom-dropdown::before { /*  Custom dropdown arrow cover */
        width: 2em;
        right: 0; top: 0; bottom: 0;
        border-radius: 0 3px 3px 0;
    }

    .custom-dropdown__select[disabled] {
        color: rgba(0,0,0,.3);
    }

    .custom-dropdown.custom-dropdown--disabled::after {
        color: rgba(0,0,0,.1);
    }

    /* White dropdown style */
    .custom-dropdown--white::before {
        background-color: #fff;
        border-left: 1px solid rgba(0,0,0,.1);
    }

    .custom-dropdown--white::after {
        color: #aaaaaa;
    }
    
    .custom-dropdown--blue::before {
        border-left: 1px solid white;
    }

    .custom-dropdown--blue::after {
        color: white;
    }

    /* FF only temp fix */
    @-moz-document url-prefix() {
        .custom-dropdown__select              { padding-right: .9em }
        .custom-dropdown--large .custom-dropdown__select { padding-right: 1.3em }
        .custom-dropdown--small .custom-dropdown__select { padding-right: .5em }
    }
}

/* EXHIBITORS LIST*/

td.block { padding:0px; min-width: 47px; color:#FFF;}

/*---end-form---*/
/*---start-footer---*/
.skyline{
	position: relative;
	//bottom: 0px;
}
.bottom-footer{
	position: relative;
	padding: 80px 0 5px 0;
	/*border-bottom: 1px solid #949f9d;*/
}
.bottom-footer .wrap{
	position:static;
}
.bottom-footer-left{
	text-align: center;
	position: absolute;
	width: 80%;
	bottom: 0px;
	z-index: 200;
}

.bottom-footer-center {
	position: absolute;
	width: 80%;
	bottom: 15px;
	z-index: 200;
}
.bottom-footer-left p{
	font-size: 1em;
	color: #777;
	margin-top: 1.5em;
}
.bottom-footer-left p span{
	font-size: 1em;
	color: #333;
	margin-top: 1.5em;
}
.bottom-footer-left p a{
	color:#68a4d9;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
} 
.bottom-footer-left p a:hover{
	color:#68a4d9;
}
.bottom-social-icons li a {
	width: 45px;
	height: 45px;
	display: block;
	border-radius: 30em;
	-webkit-border-radius: 30em;
	-moz-border-radius: 30em;
	-o-border-radius: 30em;
	border: 1px solid #acdb90;
	line-height: 60px;
	text-align: center;
	color: #acdb90;
}

.IW2016.bottom-social-icons li a {
	color: #68A4D9;
	border: 1px solid #68A4D9;
}
.bottom-social-icons li{
	display: inline-block;
	margin: 0.5em 0.2em;
}
.bottom-social-icons {
	width: 170px;
	margin: 0 auto;
}
/*---End-footer----*/
/* topup */
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 44px;
	height: 44px;
	border: none;
	text-indent: 100%;
	background: url(../images/top_move.png) no-repeat right top;
	z-index: 500;
}




.demos__card {
    display: inline;
    float: left;
    padding: 0px 1% 1% 0px;
    width: 30%;
}

.card__content {
    border-radius: 4px;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.15);
    height: 100%;
    overflow: hidden;
    position: relative;
}


.demo {
   /* padding-bottom: 50%;*/
    background-color: #FFFFFF;
    padding: 1em;
}

.btn__sponsors{
	/*border-radius: 25px !important;*/
	padding: 6px 15px;
	width: inherit;
	font-weight: 100;
	font-size: 1.3em;
}
.picture {
	padding:0px;
}

.picture .speakers {
	float:none;
	width:auto;
	height:auto;
	max-height: 150px;
}

.demo a {
	border:0px;
	margin:0px;
}

.demo .demo__logo {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
}
.demo__logo {
    transform: translate3d(0px, 0px, 0px);
}

.demo img {
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.demo__content {
    background-color: #FFF;
    color: #757575;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 24px 24px 0px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.demo__content {
    border-top: 1px solid #E7E7E7;
}

.card__banner {
    content: " ";
    display: table;
    text-align: center;
}
.card__banner.with-hover {
    transition: color 260ms ease-out 0s;
}
.card__banner {
    line-height: 2em;
    padding: 3% 1% 3% 1%;
	width: 100%;
}
.card__banner a, .card__banner a:visited {
	color: #68A4D9;
}
h3.platinum {border-bottom: #e5e4e2 3px solid; color: #414042;}
h3.gold {border-bottom: #d4a017 3px solid; color: #414042;}
h3.silver {border-bottom: #c0c0c0 3px solid; color: #414042;}
h3.bronze {border-bottom: #cd7f32 3px solid; color: #414042;}
h3.other {border-bottom: #919daf 3px solid; color: #414042;}

.platinum {background-color: #e5e4e2;}
.gold {background-color: #d4a017;}
.silver {background-color: #c0c0c0;}
.bronze {background-color: #cd7f32;}
.other {background-color: #919daf;}

._2cols {
    /*width: 100%;           /* change it to whatever you like */
    position: relative;
    /* these should be probably already set up by `reset.css` */ 
    list-style-type: none;
    margin: 0;
    padding: 0;
}

._2cols:before, ._2cols:after {
    text-align: center;
    display: block;
    border-bottom: 0;
    width: 48%;
}

._2cols > li {
    text-align: left;
    width: 48%;
    float: left;
    margin-right: 2%;
}
._2cols > li a {
	display: block;
}

._2cols li:nth-child(even) {
    margin-left: -2px;
}

._2cols ul {
	width:100%;
}

.fourcol {
    width: 100%;           /* change it to whatever you like */
    position: relative;
    /* these should be probably already set up by `reset.css` */ 
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 1.2em;
}

.fourcol:before, .fourcol:after {
    text-align: center;
    display: block;
    border-bottom: 0;
    width: 24%;
}

.fourcol > li {
    text-align: left;
    width: 23%;
    float: left;
    font-size: 1.1em;
    margin-right: 2%;
}
.fourcol > li a {
	display: block;
}

.fourcol li:nth-child(even) {
    margin-left: -2px;
}

.twocol {
    width: 100%;           /* change it to whatever you like */
    position: relative;
    /* these should be probably already set up by `reset.css` */ 
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 1.2em;
}

.twocol:before, .twocol:after {
    text-align: center;
    display: block;
    border-bottom: 0;
    width: 48%;
}

.twocol > li {
    text-align: left;
    width: 48%;
    float: left;
    font-size: 1em;
    margin-right: 2%;
}
.twocol > li a {
	display: block;
}

.twocol li:nth-child(even) {
    margin-left: -2px;
}


.tableauRegistration {margin-bottom: 15px;border-collapse: collapse;  width: 700px; margin-left: auto; margin-right: auto; font-family: 'Open Sans',Arial, sans-serif; color: #414042; font-size: 1.1em; font-weight: 200;}
.tableauRegistration tr { border-bottom: 1px dotted #414042; }
.tableauRegistration tr.header { border-bottom: 0px dotted #414042; }
.tableauRegistration th { text-align: center; font-weight:bold; }
.tableauRegistration td.header {text-align: center; font-weight:bold;}
.tableauRegistration td {text-align:left; }
.tableauRegistration td.prix {text-align: right; }
.tableauRegistration th.prix {width: 100px;}
.tableauRegistration tr small { font-style:italic; }
.tableauRegistration tr:hover small { color: white; }
.tableauRegistration tbody tr:hover { color: #0071CE; }


.tableborder {margin-bottom: 15px;border-collapse: collapse; width:100%; font-size: 1.2em; font-family:'Open Sans',Arial, sans-serif;background: #FFF; color:#266195; }
.tableborder td { border: 1px dotted #266195; padding:5px 15px; vertical-align: middle; }
.tableborder th { text-align: center; font-weight:bold; }
.tableborder td.center {text-align: center; }
.tableborder td.right {text-align: right; }
.tableborder td.head {border:none;  }
.tableborder td.bold {font-weight: 700; }
.tableborder td.italic {font-style: italic; }
.tableborder tbody tr:hover { color: #68A4D9; background-color: #E0E9F6; }

.tablenoborder {margin-bottom: 15px;border-collapse: collapse; font-size: 1em; font-family:'Open Sans',Arial, sans-serif; color:#266195; }
.tablenoborder td { padding:3px 10px; vertical-align: middle; }
.tablenoborder th { text-align: center; font-weight:bold; }
.tablenoborder td.center {text-align: center; }
.tablenoborder td.right {text-align: right; }
.tablenoborder td.head {border:none;  }
.tablenoborder td.bold {font-weight: 700; }
.tablenoborder td.italic {font-style: italic; }
.tablenoborder tbody tr:hover { color: #68A4D9; }

.BusinessMeeting {margin-bottom: 15px;border-collapse: collapse; width:100%; font-size: 1em; font-family: 'Open Sans',Arial, sans-serif; }
.BusinessMeeting tr { border-bottom: 1px dotted #266195; }
.BusinessMeeting th { padding:2px; color: #266195; font-size:1.2em; }
.BusinessMeeting td { padding:10px; color: #266195; }
.BusinessMeeting .time {font-style: italic; width: 120px;}
.BusinessMeeting .room {text-align: right; width: 150px;}
.BusinessMeeting .meetingname {text-align: left;}
.BusinessMeeting .status {text-align: center; width:80px;}
.BusinessMeeting .WG {}
.BusinessMeeting .CoreMeetings {background-color: rgba(0, 0, 0, 0.1);}
.BusinessMeeting .jour {font-weight:700; padding:5px; font-size:1.2em;}
.BusinessMeeting a { display:block; }

.content .BusinessMeeting tr { border-bottom: 1px dotted #FFF; }
.content .BusinessMeeting th { padding:2px; color: #FFF; font-size:1.2em; }
.content .BusinessMeeting td { padding:2px; color: #FFF; }

.content2 .BusinessMeeting tr { border-bottom: 1px dotted #266195; }
.content2 .BusinessMeeting th { padding:2px; color: #266195; font-size:1.2em; }
.content2 .BusinessMeeting td { padding:2px; color: #266195; }

.content a.btn {
	color: #68A4D9;
	padding: 5px;
}
.content a.btn:hover {
	color: #FFF;
	padding: 5px;
}
.btn-primary a{
	padding: 0.3rem 0.7rem;
	color:white;
	background-color: #266195;
	border-radius: 0.3rem;
	margin-bottom: 1rem;
}

.cadre img {
	border: 15px solid #fff;
	top: 0px !important;
	max-width:100%;
	position: relative;
	opacity: 5;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.box {
    border: 1px solid #414042;
    border-radius: 10px;
    padding: 1em;
    width: 40%;
    margin: 0 auto;
}

.noborder, a.noborder {
	border: 0px ;
}


/***** Technical Program *****/
.schedule__day {
    padding: 0px 16px 0px 32px;
    opacity: 1 !important;
    visibility: visible !important;
    position: initial;
}

.schedule__day {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.day__timeslot.first, .day__timeslot:first-child {
    margin-top: 0px;
}
.day__timeslot {
    overflow: hidden;
    border-bottom: 1px solid #E7E7E7;
    position: relative;
    width: 100%;
    display: table;
}
.timeslot__label {
    font-size: 45px;
    line-height: 1;
    font-weight: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 137px;
    height: 137px;
    overflow: hidden;
    padding-top: 16px;
    transform: translate3d(0px, 0px, 0px);
    display: block;
    z-index: auto;
}
.timeslot__label span {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
}
.timeslot__events a{
	border:none;
}
.timeslot__events:nth-child(2) {
    padding: 0px 0px 0px 137px;`
}
.timeslot__events, .timeslot__label {
	float: none;
    display: table-cell;
    vertical-align: top;
}

.event {
    display: block;
    font-weight: 300;
    margin-left: 32px;
    border-left: 0px solid #FFF;
    padding-left: 0px;
    cursor: pointer;
    position: relative;
    transition-property: border-left-width;
    transition-duration: 0.1s;
}
.last .event__content, .event:last-child .event__content {
    border-bottom-color: transparent;
    margin-bottom: 0px;
}
.event__content {
    border-bottom: 1px solid #E7E7E7;
    padding-top: 20px;
    padding-bottom: 30px;
    transition-property: padding-left;
    transition-duration: 0.1s;
}
.event__title {
    color: #FFF;
    font-size: 1.2em;
    line-height: 1.6;
    width: 85%;
}
.event__details:after {
    clear: both;
    content: " ";
    display: table;
}

.event__room {
    display: inline-block;
    vertical-align: baseline;
}
blockquote:after {
    content: "\201D";
    font-family: Georgia,serif;
    font-size: 30px;
    font-weight: bold;
    color: #999;
    position: relative;
	left: 10px;
	bottom: -10px;
	line-height: 16px;
}
blockquote:before {
    content: "“";
    font-family: Georgia,serif;
    font-size: 30px;
    font-weight: bold;
    color: #999;
    position: absolute;
    left: 10px;
    top: 10px;
}
blockquote {
    display: block;
    background: none repeat scroll 0% 0% #FFF;
    padding: 15px 20px 15px 45px;
    margin: 0px 0px 20px;
    position: relative;
    line-height: 1.2;
    color: #666;
    text-align: justify;
    border-left: 15px solid #E0E9F6;
    border-right: 2px solid #E0E9F6;
    box-shadow: 2px 2px 15px #CCC;
    vertical-align: text-top;
    width:640px;
}
blockquote, q {
    quotes: none;
}

.session-details {
    min-height: 150px;
    max-width: 700px;
    padding: 20px 10px 20px 20px;
    overflow: auto;
    color: #266195;
    margin: 0 auto;
}
.card__sponsor{
	padding: 3% 0;
}
.-width-3-5, .block .-width-3-5 {
    width: 60%;
}
.-width-2-5, .block .-width-2-5 {
    width: 40%;
}
/*border-top: 1px solid #E7E7E7;*/
.-width-1-4, .block .-width-1-4 {
    width: 25%;
}
.-width-3-4, .block .-width-3-4 {
    width: 75%;
}
.-width-1-2, .block .-width-1-2 {
    width: 50%;
}
.-width-1, .block .-width-1 {
    width: 100%;
}
.col {
    display: inline;
    float: left;
}
.session-details a, .session-details a:visited {
	text-decoration:none;
	font-weight: 700;
	color:<?php echo $mainLinkColor; ?>;
	border: 1px solid;
	border-radius: 5px;
	margin: 3px;
	padding: 0 4px;
}
.details__title {
    font-size: 34px;
    margin-bottom: 12px;
    line-height: 1.3;
    font-weight: 500;
    text-align: center;
}
.details__speaker {
    font-size: 15px;
    font-weight: 500;
    color: #414042;
}
.details__session {
	font-size: 18px;
    font-weight: 300;
    color: #414042;
}
.-details {
	margin: 10px 0;
	border-top: 1px solid #266195;
	color: #266195;
}
.-details div {
	margin: 10px 0;
}
.-bold {
    font-weight: 600;
    letter-spacing: -0.03em;
}
.speakers {
    float: left;
    margin: 0px 15px 40px 0px;
    border: 10px solid #FFF;
    border-radius: 20em;
    width: 150px;
    height: 150px;
    transition: all 1s ease 0s;
}



.contact_form .radio input[type=radio],
.contact_form .checkbox input[type=checkbox] {
	display: none;
}
.contact_form .radio label {
	float:none;
	position:static;
}
.contact_form .radio label:before, .contact_form .checkbox label:before {
	content: "";
	display: inline-block;

	width: 16px;
	height: 16px;

	margin-right: 10px;
	background-color: #aaa;
	box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}

.contact_form .radio label:before {
	border-radius: 8px;
}
.contact_form .checkbox label {
	margin-bottom: 10px;
}
.contact_form .checkbox label:before {
    border-radius: 3px;
}

.contact_form .radio input[type=radio]:checked + label:before {
    content: "\2022";
    color: #f3f3f3;
    font-size: 30px;
    text-align: center;
    line-height: 10px;
}

.contact_form .checkbox input[type=checkbox]:checked + label:before {
	content: "\2713";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-size: 15px;
	color: #f3f3f3;
	text-align: center;
    line-height: 15px;
}

p.time {
	width:100%;
	color: gray;
}
span.room {
	text-align:right;
	font-style: italic;
	float:right;
}

p.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: none;
	margin-bottom: 0;
	width: auto;
	text-align: center;
}
.icon-more:after {
	content: ">";
  	padding-left: 0.3em;
}

.RadSiteMap {
	font-size: inherit;
}
.RadSiteMap_Default {
	font-family: inherit;
}
.sitemap {
	padding: 20px;
	border-top: 1px solid #414042;
}
.sitemap .RadSiteMap_Default > ul > li > a {
	border:0px;
	font-weight: 700;
}

.RadSiteMap .rsmTwoLevels .rsmItem{
	font-size:1em;
}

.RadSiteMap .rsmOneLevel .rsmItem {
    font-size: 1em;
    font-weight: 200;
}

.RadSiteMap_Default .rsmTwoLevels .rsmLink, .RadSiteMap_Default .rsmThreeLevels .rsmLink, .RadSiteMap_Default .rsmManyLevels .rsmLevel1 .rsmLink {
	border-bottom:0px;
}

.RadSiteMap .rsmColumn {
	width: 20%;
}

.RadSiteMap_Default .rsmOneLevel .rsmLink:hover, .RadSiteMap_Default .rsmTwoLevels .rsmLevel1 .rsmLink:hover, .RadSiteMap_Default .rsmThreeLevels .rsmLevel1 .rsmLink:hover, .RadSiteMap_Default .rsmManyLevels .rsmLevel2 .rsmLink:hover {
    border: none;
    color: #68A4D9;
    background: none;
}


.RadSiteMap > li {
	float:left;
	clear:none;
	width:20%;
}

.breadcrumb {
	padding: 20px 0px;
	font-size:1.3em;
}

.breadcrumb ul li:before {
	display: inline-block;
	content: " > ";
	font-size:1.5em;
	font-weight: 100;
}
.breadcrumb ul li:first-child:before {
	content:"";
}
.breadcrumb .sfBreadcrumbNodeSeparator {
	display:none;
}



/***
	CHAT
***/
.chats li .avatar,.timeline .timeline-badge-userpic img {
	-webkit-border-radius:50%!important;
	-moz-border-radius:50%!important
}
.chats {
	margin:-15px 0 0;
	padding:0;
	max-width: 800px;
}
.chats li {
	list-style:none;
	padding:5px 0;
	margin:10px auto;
	font-size:12px
}
.chats li .body {
	display:block
}
.chats li .avatar {
	height:45px;
	width:45px;
	border-radius:50%!important
}
.chats li.in .avatar {
	float:left;
	margin-right:10px
}
.chats li.out .avatar {
	float:right;
	margin-left:10px
}
.chats li .name {
	color:#3590c1;
	font-size:13px;
	font-weight:400
}
.chats li .datetime {
	color:#333;
	font-size:13px;
	font-weight:400
}
.chats li .message {
	display:block;
	padding:5px;
	position:relative
}
.chats li.in .message .arrow,.chats li.out .message .arrow {
	display:block;
	position:absolute;
	top:5px;
	border-top:8px solid transparent;
	border-bottom:8px solid transparent
}
.chats li.in .message {
	text-align:left;
	border-left:2px solid #67809F;
	background:#fafafa
}
.chats li.in .message .arrow {
	left:-8px;
	width:0;
	height:0;
	border-right:8px solid #67809F;
}
.chats li.out .message {
	border-right:2px solid #F3565D;
	background:#fafafa;
	text-align:right
}
.chats li.out .message .arrow {
	right:-8px;
	border-left:8px solid #F3565D
}
.chats li.out .datetime,.chats li.out .name {
	text-align:right
}


.form-group.form-md-line-input {
    position: relative;
    margin: 0 0 15px;
    padding-top: 20px;
}
.form-group {
    margin-bottom: 15px;
}
.form-group.form-md-line-input .form-control {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #c2cad8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #555;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
}

.form-control {
    outline: 0 !important;
}
.btn, .form-control {
    box-shadow: none !important;
}
.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #2656A3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control, output {
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    display: block;
}
.form-group.form-md-line-input .form-control ~ label {
    top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: #888;
}
.form-group.form-md-line-input .form-control ~ .form-control-focus, .form-group.form-md-line-input .form-control ~ label {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
}
.form-group.form-md-line-input .form-control.edited:not([readonly]) ~ label, .form-group.form-md-line-input .form-control.focus:not([readonly]) ~ label, .form-group.form-md-line-input .form-control:focus:not([readonly]) ~ label, .form-group.form-md-line-input .form-control ~ .help-block-error, .form-group.form-md-line-input .form-control ~ label, .form-horizontal .form-group.form-md-line-input > label {
    opacity: 1;
    filter: alpha(opacity=100);
}
label {
    font-weight: 400;
}
.form-group.form-md-line-input .help-block {
    position: absolute;
    margin: 2px 0 0;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 13px;
}
.help-block {
    margin-top: 5px;
    margin-bottom: 5px;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
textarea.form-control {
    height: auto;
}
.popup {
	padding: 30px 15px 15px;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn.blue-hoki:not(.btn-outline) {
    color: #FFF;
    background-color: #2b6FAA;
    border-color: #2b6FAA;
}

.presentationLink{
	float:right;
}
.item .column.info .presentation {
	margin:10px 0px;
}
.item .column.info .presentation p {
	font-size: 1.2em;
	border-bottom: 1px solid #414042;
	margin: 10px 0px;
}

.PresentationName{
}

.downloadLink{
	float:right;
}

.PresentationList{
	clear:both;
}
.ajax-file-upload-error{
	border: solid 1px #B50000;
	background-color: #FFEBEB;
	margin: 20px 0px;
}
.name {
	color: blue;
}
.datetable {
	font-style: italic;
	color: blue;
}
.error{
	padding:14px;
	color: #FFF;
	font-weight: bold;
	background: #E26A6A;
	font-size:12px;
	border:solid 1px #E26A6A;
}

/* ----------- stylized ----------- */
#stylized{
}
#stylized h1 {
font-size:1.3em;
font-weight:bold;
margin-bottom:8px;
font-size: 21px;
line-height: 1.0865;
font-weight: 200;
text-align: center;
color:#414042;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:200px;
float:left;
}
#stylized label.mandatory:after{
	content:" *";
	color: #F00;
}
#stylized .small{
color:red;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:200px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}

#stylized select{
float:left;
padding:4px 2px;
margin:2px 0 20px 10px;
}

#stylized button, #stylized .button {
clear: both;
margin-left: 150px;
width: 155px;
text-align: center;
font-size: 14px;
border-radius: 5px;
border: 1px solid #68A4D9;
background: none repeat scroll 0% 0% transparent;
color: #68A4D9;
font-weight: bold;
padding: 10px;
}

#stylized .button a { color: #68A4D9; }
#setupother input{
float:left;
font-size:12px;
padding:0px;
border:solid 1px #68A4D9;
width:200px;
margin:0 0 0 15px;
}

#setupother label{
display:block;
font-weight:bold;
text-align:right;
width:90px;
float:left;
}


textarea {
	width:100%;
}
#content td {
	text-align:center;
}
.spacer{clear:both; height:10px;}

#Slot_meeting{
	width: 100%;
}
.row {
	margin-bottom: 15px;
}

.form {
	border-top:1px solid #414042;
	padding-top: 5px;
}

.mandatory {
	color: red;
}
.mandatory:after{
	content:" *";
	color: #F00;
}
.nostar:after{
	content:" ";
}

.btnsubmit {
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	color: #FFF;
	background-color: #2656A3;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	height: 36px;
	padding: 0 26px;
	margin: 6px 0;
	border: none;
	border-radius: 2px;
	cursor: pointer;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	background-image: none;
	text-align: center;
	line-height: 36px;
	vertical-align: middle;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 14px;
	font-family: inherit;
	letter-spacing: .03em;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
}

.btnsubmit:hover {
	color: #FFF;
	font-weight: 700;
}
.presentationName{
	width: 640px;
}

.blue {
    border-bottom: solid 1px rgb(33, 37, 41);
    background-color: rgb(242, 243, 248);
}

.form-group.form-md-line-input .form-control.edited:not([readonly]) ~ .form-control-focus::after, .form-group.form-md-line-input .form-control.edited:not([readonly]) ~ label::after, .form-group.form-md-line-input .form-control.focus:not([readonly]) ~ .form-control-focus::after, .form-group.form-md-line-input .form-control.focus:not([readonly]) ~ label::after, .form-group.form-md-line-input .form-control:focus:not([readonly]) ~ .form-control-focus::after, .form-group.form-md-line-input .form-control:focus:not([readonly]) ~ label::after {

    visibility: visible;
    left: 0;
    width: 100%;
    background: #2656A3;

}
