#header .logo {
	float: left;
	width: 50%;
	height: 160px;
}

#header .header-right {
	float: right;
	width: 50%;
	height: 160px;
}

.row {
	margin:0;
}

.row > * {
	padding:2%;
}

.row.\32 00\% {
	margin:0;
	padding:0;
}


/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index:100;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .banner {
	padding-top: 60px;
}

#organizer {
	float: left;
	margin-top: 15px;
	margin-left: 35px;
}

#countdown {
	float: right;
	font-size: 1.5em;
	padding: 12px 0;
	margin: 0;
	font-weight: bold;
	color: #555;
	width: 260px;
	box-shadow: rgba(255,255,255,0.3) 0 -5px 0 inset;
	height: 63px;
}

.sponsor {
	width: 260px;
	margin: 0 30px;
	padding:0;
}

.sponsor .box.post {
	border: 1px solid #ccc;
	padding: 20px;
	box-shadow: rgba(0,0,0,0.2) 0 1px 5px;
	text-align:center;
}

.sponsor img {
	height: 120px;
	width: 215px;
}

.sponsor a{
	border:none;
}

.register1, .register2 {
	text-align: center;
	color: #fff;
	padding: 35px 0 35px 100px;
	font-size: 2em;
	box-shadow: rgba(255,255,255,0.3) 0 -10px 0 inset;
	text-transform: uppercase;
	background-repeat: no-repeat;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-shadow: rgba(0,0,0,0.4) 0 2px 1px;
	margin:0;
	margin-bottom: 10px;
}


.register1 {
	background-color: #0099d3;
	background-image: url(../../images/presenter.png);
	background-position: 30px 20px;

}

.register2 {
	background-color:#ef7c00;
	background-image: url(../../images/attendee.png);
	background-position: 30px 15px;
}

.register2:hover {
	background-color: orange;
}

.register1:hover {
	background-color:#00a8e8;
}

table.blueTable {
	background-color: #EEEEEE;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
table.blueTable td, table.blueTable th {
	border: 1px solid #AAAAAA;
	padding: 10px 35px;
}
table.blueTable tbody td {
	width: 60%;
}

.wrapper.style1 .push-left {
	margin-left: 120px;
}

/* Organizing Committee */
.committee {
	width: 260px;
	margin: 0 30px;
	padding:0;
}

.committee .box.post {
	border: 1px solid #ccc;
	padding: 20px;
	box-shadow: rgba(0,0,0,0.2) 0 1px 5px;
	text-align:center;
	min-height: 355px;
}

.committee img {
	height: 215px;
	width: 215px;
}

.committee a{
	border:none;
}

.committee h3{
	margin: 10px 0 5px;
	color: #EF7C00;
	font-size:1.2em !important;
}

.committee p{
	margin: 0;
}

/* Page Sections*/

.page-section {
	float: left;
	height:auto;
	width: 100%;
	padding: 15px 20px;
	font-size: 1.5em;
	background-color: #003D7C;
	color: white;
	margin:0;
}

.info-box {
	padding: 20px 30px;
	font-size: 1.1em;
	clear: left;
	background: #FFF;
	box-shadow: rgba(0,0,0,0.15) 0px 10px 10px;
	margin-bottom: 50px;
}

.page-section ul li {

}

/* Event Sponsors Information */
.event-sponsors {
	width: 100%;
	margin: 0;
	padding:0;
}

.event-sponsors .box.post {
	border: 1px solid #ccc;
	padding: 20px;
	box-shadow: rgba(0,0,0,0.2) 0 1px 5px;
	text-align:left;
}

.event-sponsors img {
	height: 160px;
	width: 285px;
	float: left;
	margin-right: 30px;
	margin-top: 15px;
}

.event-sponsors a{
	border:none;
}

.event-sponsors h3{
	margin: 10px 0 5px;
	color: #EF7C00;
	font-size:1.2em !important;
	text-align:left;	
}

.event-sponsors p{
	margin: 0;
}

/* Speaker Information */

.keynotes {
	padding:20px 30px;
}

.keynote-speakers {
	width: 100%;
}

.keynote-speakers .box.post {
	border-bottom: 1px solid #ccc;
	padding: 0 0 30px;
	text-align: left;
	margin:0px;
}

.keynote-speakers img {
	height: 215px;
	width: 300px;
	margin-right:20px;
	float:left;
	border-radius:10px;
}

.keynote-speakers a{
	border:none;
}

.keynote-speakers h3{
	margin: 10px 0 5px;
	color: #EF7C00;
	font-size:1.3em !important;
	text-align:left;	
}

.keynote-speakers h4{
	margin: 5px 0;
	color: #999;
	font-size:1.1em !important;
	text-align:left;
	font-weight: normal;
	line-height:1.2em;
}


.keynote-speakers p{
	margin: 0;
}

.sub-box {
	width: 44%;
	float: left;
	margin: 0 20px;
	text-align:center;
}

.sub-box h3, .sub-box h4 {
	text-align: center;
	float:left;
	width: 100%;
}

.sub-box img {
	height: 215px;
	width: 300px;
	float: left;
	border-radius: 10px;
	margin: 0 50px;
	}

.sub-box p {
	float:left;
}

.toggler {
    background-color: #254e70;
    color: #FFF;
    cursor: pointer;
    padding: 18px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-top:20px;
}

.toggler:hover {
    background-color: #254e70; 
}

.abstract {
    padding: 20px;
    display: none;
    background-color: #efefef;
    overflow: hidden;
}

.panellists img {
	width: 25%;
	height: 25%;
}

.panel-company {
	font-weight:normal;
	color:#44355B;
	border-left:1px solid #ccc; 
	padding-left:10px;
	margin-left:10px;
}


.panel-banner {
		display: block;
		width: 100%;
		height: 300px;
		background: url(../../images/panel_banner.png) no-repeat 100px;
}

/* Program Schedule */

.program-schedule {

}

.tg  {border-collapse:collapse;border-spacing:0;border-color:#aaa;font-size:0.9em;text-align:center;vertical-align:middle;}
.tg td{padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#aaa;color:#333;background-color:#fff;vertical-align: middle;}
.tg th{font-weight:normal;
	padding:10px 5px;
	border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#aaa;background-color:#cfceba;vertical-align: middle;}
.tg .tg-j2zy{background-color:#FCFBE3;}
.tg .tg-amwm{font-weight:bold;}
.tg .tg-vvaf{background-color:#FCFBE3;font-weight:bold;}
.tg .tg-yq6s{background-color:#FCFBE3;text-align:center;}
.tg .tg-jyax{background-color:#FCFBE3;font-weight:bold;}

@media screen and (max-width: 767px) {.tg {width: auto !important;font-size:0.8em;}.tg col {width: auto !important;}.tg-wrap {overflow-x: auto;-webkit-overflow-scrolling: touch;}}

/* Session Information */

.session-toggler {
    background-color: #eeecf0;
    cursor: pointer;
    padding: 18px;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.1s;
    width:100%;
	border:1px solid #c3c2c5;
	border-bottom:none;
	font-family:'Source Sans Pro', sans-serif;
	font-weight: bold;  
	font-size:1.2em;  
}

.session-toggler:hover {
    background-color: #c3c2c5; 
}

.details {
    padding: 20px 20px 0;
    display: none;
    background-color: #fff;
    overflow: hidden;
	border:1px solid #AAAAAA;
	border-bottom:none;

}


.tgg  {border-collapse:collapse;border-spacing:0;border-color:#aaa;}
.tgg td{padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#aaa;color:#333;background-color:#fff;}
.tgg th{font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#aaa;color:#000;background-color:#ccc;}
.tgg .tg-hgcj{font-weight:bold;text-align:center}
.tgg .tg-z2zr{background-color:#FCFBE3}
@media screen and (max-width: 767px) {.tgg {width: auto !important;}.tgg col {width: auto !important;}.tg-wrap {overflow-x: auto;-webkit-overflow-scrolling: touch;}}

.proceedings {
	display:block;width:100%;height:950px;text-align:center;
}

/* Winners Table */

.tg-w  {border-collapse:collapse;border-spacing:0;border-color:#aaa;text-align: center;}
.tg-w td{padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#aaa;color:#333;background-color:#fff;}
.tg-w th{font-weight:bold;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#aaa;color:#fff;background-color:#f38630;}
.tg-w .tg-j2zy{background-color:#FCFBE3;vertical-align:middle;}
.tg-w .tg-baqh{text-align:center;vertical-align:middle;}
.tg-w .tg-yq6s{background-color:#FCFBE3;text-align:center;vertical-align:middle;}
.tg-w .tg-yw4l{vertical-align:top}
@media screen and (max-width: 767px) {.tg-w {width: auto !important;}.tg-w col {width: auto !important;}.tg-wrap {overflow-x: auto;-webkit-overflow-scrolling: touch;}}

@media screen and (max-width: 767px) {
	.proceedings {
	width:425px;
	height:475px;
	text-align:left;
	}
}
/* Other Screens */

@media screen and (max-width: 980px) {
	.wrapper.style1 .areas{
		width:220px;
	}

	.sponsor {
		width: 245px;
		margin: 0 25px;
		padding: 0;
	}

	.committee {
		width: 245px;
		margin: 0 25px;
		padding: 0;
	}

	.wrapper.style1 .push-left {
		margin-left: 0px;
	}
}

@media screen and (max-width: 840px) {
	.row {	
		padding-left: 0;
	}
	#content {
		padding:0 25px;
	}

	#content header h2 {
		text-align:center;
		font-size:1.3em;
		margin-bottom:20px;	
	}
	#banner header {
		padding:0.5em;
	}

	.wrapper.style1 .push-left {
		margin-left: 0px;
	}

	.wrapper.style1 .areas {
		width:300px;
	}
	#titleBar .title {
		font-size:1.1em;
	}

}

@media screen and (max-width: 736px) {
	.event-sponsors h3{
		clear:left;	
	}

	.event-sponsors img {
		width: 100%;
		float: left;
		height: 175px;
	}
	.sub-box {
		width: 100%;
		margin: 0;
		text-align: left;
	}	

	.keynote-speakers h3, .sub-box h3 {
		clear:left;
		text-align: center;
	}

	.keynote-speakers h4, .sub-box h4 {
		clear:left;
		font-size: 1.1em !important;
		line-height: 1.3em;	
		text-align: center;
	}	

	.keynote-speakers img, .sub-box img {
		height: 30%;
		width: 100%;
		float:left;
		margin:0 0 10px;
	}

	.panellists img {
		width: 70%;
		margin:2% 15%;	
	}

	.panel-company {
		border-left:none; 
		padding-left:0;
		margin-left: 0;
		display:block;
	}

	.panel-banner {
		display: block;
		width: 100%;
		height: 300px;
		background: url(../../images/panel_banner.png) no-repeat -422px;
	}	


	.sponsor {
		width: auto;
		margin: 0 33px;
		padding: 0;
		float: none;	
	}	

	.committee {
		width: auto;
		margin: 0 33px;
		padding: 0;
		float: none;	
	}	

	#banner header {
		padding:0.5em;
	}

	.wrapper.style1 .push-left {
		margin-left: 0px;
	}
	.wrapper.style1 .areas {
		width:300px;
	}


	.wrapper.style1 .about h3 {
		float: left;
		width: 100%;
		padding: 30px 20px;
		height:auto;
		font-size: 25px;
		background-color: #003D7C;
		color: white;
		border-left:10px solid rgba(255,255,255,0.5);
		background-image: url(../../images/texture-map.png);
		background-position-x: -930px;
		background-position-y: center;
		text-shadow: rgba(0,0,0,0.4) 0 3px 1px;
		-moz-transition: all 1s ease;
		-webkit-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
		margin:0;
		min-height:30px;

	}

	.wrapper.style1 .about:hover h3 {
		background-position-x: -800px;
		-moz-transition: all 1s ease;
		-webkit-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
	}


	.wrapper.style1 .about p {
		float: right;
		width: 100%;
		text-align: left;
		background: #eee;
		padding: 15px 40px;
		height: auto;
		font-size: 1.2em;
		text-align: center;
	}

	.wrapper.style1 .areas {
		width: 200px;
	}


}


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

	.sponsor {
		width: auto;
		margin: 0 33px;
		padding: 0;
		float: none;
	}

	.committee {
		width: auto;
		margin: 0 33px;
		padding: 0;
		float: none;
	}

	#banner header {
		padding:0.5em;
	}

	.wrapper.style1 .push-left {
		margin-left: 0px;
	}
	.wrapper.style1 .areas {
		width:300px;
	}

	.wrapper.style1 .about h3 {
		float: left;
		width: 100%;
		padding: 30px 20px;
		height:auto;
		font-size: 25px;
		background-color: #003D7C;
		color: white;
		border-left:10px solid rgba(255,255,255,0.5);
		background-image: url(../../images/texture-map.png);
		background-position-x: -930px;
		background-position-y: center;
		text-shadow: rgba(0,0,0,0.4) 0 3px 1px;
		-moz-transition: all 1s ease;
		-webkit-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
		margin:0;
		min-height:30px;
	}

	.wrapper.style1 .about:hover h3 {
		background-position-x: -800px;
		-moz-transition: all 1s ease;
		-webkit-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
	}


	.wrapper.style1 .about p {
		float: right;
		width: 100%;
		text-align: left;
		background: #eee;
		padding: 15px 40px;
		height: auto;
		font-size: 1.2em;
		text-align: center;
	}

	.wrapper.style1 .about {
		margin-left: -40px;
	}

	.wrapper.style1 .areas {
		width: 180px;
	}

	.wrapper.style1 .push-left {
		margin-left: 0px;
	}

}


#myBtn {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 20px; /* Place the button at the bottom of the page */
	right: 30px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	background-color: #555; /* Set a background color */
	color: white; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 15px; /* Some padding */
	border-radius: 10px; /* Rounded corners */
}

#myBtn:hover {
	background-color: #003D7C; /* Add a dark-grey background on hover */
}

