/* reset */
html, body, div, span, applet, object, iframe, 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%;
	vertical-align: baseline;
	font-family: Helvetica, Arial, sans-serif;
}


h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: Helvetica, Arial, sans-serif;

}


body {
	min-width: 320px;
	bgcolor; #02182F;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
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;
}
a:visited{
	color:#0000FF;
	text-decoration: none;
}
.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-lt {
	float: left;
}/* float left */
.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 */
nav.vertical ul li {
	display: block;
}/* vertical menu */
nav.horizontal ul li {
	display: inline-block;
}/* horizontal menu */
img {
	max-width: 100%;
}
/*end reset*/
.wrap {
}

/*-------------------------------------------start-header------------------------------------------------*/
.logo {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 23px;
	color: #FFF;
	text-align: center;
	height: 50px;
	padding: 12px 0px 0 0;
	background: #02182F;
}
.backbutton {
	width:60px;

}
.backbutton {
	background-color: #1C436B;
	border: hidden;
	float: left;
	height: 55px;
	cursor: pointer;
}
.header {
	background: #1C436B;
}
.top-nav {
	margin: 0 auto;
	width: 100%;
}
.top-nav ul li {
	display: inline-block;
	float: left;
	width: 20%;
	text-align: center;
}
.top-nav ul li a {
	font-family: 'Arial', sans-serif;
	color: #d6d6d6;
	padding: 2px 11.2px;
	display: block;
	position: relative;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	font-size: 0.75em;
}
.top-nav li.active> a, .top-nav li> a:hover {
	background: #6697C9;
	color: #FFF;
}
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
/*------------------------------------------program-------------------------------------------*/

.index_content {
	background: #02182F;
	padding: 12px;
}
.index_content h1 {
	font-size:1.2em;
	color:#d5d5d5;
	text-align:center;
}
.index_grids {
	padding: 0 0 10px 0;
}
.index_grid1 {
	box-shadow: 1px 1px 1px #ccc;
	background: #fff;
	border: 1px solid #d5d5d5;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 100%;
	border-radius: 10px;
	width:48%;
	float: left;
}
.index_grid2 {
	box-shadow: 1px 1px 1px #ccc;
	background: #fff;
	border: 1px solid #d5d5d5;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:2%;
	height: 100%;
	border-radius: 10px;
	width:48%;
	float: right;
}
.index_insidegrid {
	text-align: left;
	padding: 6px;
	position: relative;
	text-align:center;

}
/*-------------------------------------menu--------------------------------------*/

.menu_content {
	
	padding: 5px;
	height: 35px;
	border: 1px solid #c4c4c4;

}
.menu_left {
	float: left;
}
.menu_right {
	float: left;
	padding: 0 5px;
	position: relative;
    top: 50%; 
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	color:#FFFFFF;
	
}

/*------------------------------------------program-------------------------------------------*/

.program_content {
	background: #02182F;
	padding: 12px;
}
.program_grids {
	padding: 0 0 10px 0;
}
.program_grid {
	box-shadow: 2px 3px 3px #ccc;
	background: #fff;
	border: 1px solid #d5d5d5;
	padding: 5px 12px 5px 6px;
	color: #000;
	text-align: left;
	margin-bottom: 10px;
	height: 80px;
	border-radius: 10px;
}
.program_float_left {
	float: left;
	height: 80px;
	width: 62px;
	word-break: break-all;
	background: #BFD3E8;
	color: #000;
	text-align: center;
	border-radius: 5px;
}
.program_month {
	font-size: .65em;
	font-weight: bold;
	padding-top: 6px;
}
.program_date {
	font-size: 2em;
	font-weight: bold;
	padding-top: 3px;
}
.program_year {
	font-size: .65em;
	padding-top: 0px;
	font-weight: bold;
}
.program_info_right {
	margin: 1px 0px 0px 10px;
	float: left;
	postion: relative;
	overflow: hidden;
	width: 72%;
	height: 70px;
}
.program_info_right h1 {
	font-size: .85em;
}
.program_info_right h2 {
	font-size: 1.00em;
	font-weight: bold;
}
.program_info_right h3 {
	font-size: .85em;
}
/*-------------------------------------agenda--------------------------------------*/

.agenda_dayselect_content {
	background: #E6E6E6;
	padding: 5px;
	height: 45px;
}
.agenda_previous_day {
	float: left;
	background-color: #b2b2b2;
	border-color: #909090;
	border-width: 1px;
	border-style: solid;
	padding: 8px 10px;
	font-weight: bold;
	border-radius: 4px;
	margin-top: 5px;
}
.agenda_previous_day a:link, a:visited, a:hover, a:active {
	color: #000;
}
.agenda_next_day a:link, a:visited, a:hover, a:active {
	color: #000;
}
.agenda_current_day {
	margin-left: 50px;
	margin-right: 50px;
	text-align: center;
	padding: 3px 10px;
}
.agenda_next_day {
	float: right;
	background-color: #b2b2b2;
	border-color: #909090;
	border-width: 1px;
	border-style: solid;
	padding: 8px 10px;
	font-weight: bold;
	border-radius: 4px;
	margin-top: 5px;
}
.agenda_dayselect_content h1 {
	font-size: 1.4em;
}
.agenda_dayselect_content h2 {
	font-size: .75em;
}
.agenda_roomselect_content {
	background: #E6E6E6;
	padding: 5px;
	height: 30px;/*box-shadow: 0px 0px 10px #000 inset;*/
}
.agenda_room ul li {
	display: inline-block;
	float: left;
	width: 49.2%;
	text-align: center;
	border: 1px solid #c4c4c4;
	background: #1C436B;
}
.agenda_room ul li a {
	color: #FFF;
	padding: 5px 5px;
	display: block;
	position: relative;
	font-size: 0.875em;
}
.agenda_room li.active> a, .agenda_room li> a:hover {
	background: #6697C9;
	color: #000;
}


.agenda_room2 ul li {
	display: inline-block;
	float: left;
	width: 32.8%;
	text-align: center;
	border: 1px solid #c4c4c4;
	background: #1C436B;
}
.agenda_room2 ul li a {
	color: #FFF;
	padding: 5px 0px;
	display: block;
	position: relative;

	font-size: 0.875em;
}
.agenda_room2 li.active> a, .agenda_room2 li> a:hover {
	background: #6697C9;
	color: #000;
}


.agenda_content2 {	
	background: #02182F;
	padding: 12px;
}
.agenda_content {	
	background: #fff;
	padding: 12px;
	font-style:normal;
}
.agenda_grids {
	background-color: #fff; 
	background-image: 
	linear-gradient(#B2B2B2 .1em, transparent .1em);
	background-size: 100% 1.75em;
	
}



.agenda_grid {
	background: #fff;
	border: 1px solid #d5d5d5;
	color: #000;
	text-align: left;
	width:100%;
	overflow: auto;
}
.agenda_float_left {
	float: left;
	width: 55px;
	padding: 5px 0px 0px 15px;
}
.agenda_right1 {
	float: left;
	width: 75%;
	padding: 5px 0px 0px 0px;
}
.agenda_right1_title {
font-weight: bold;	
}
.agenda_right1_name {
	font-style:italic;
	
}
.agenda_session {
	background: #E6E6E6;
	border: 1px solid #d5d5d5;
	text-align: left;
	width:100%;	
	overflow: auto;
}
.agenda_session_inner {
	padding: 10px;	
}


.agenda_session_arrow {
	float: right;
	margin-right:20px;
}

/*--------------------------------all speakers--------------------------------*/
.speakers_content {
	background: #02182F;
	padding: 12px;
}
.speakers_grids {
	padding: 0 0 0px 0;
}
.speakers_grid {
	box-shadow: 2px 3px 3px #ccc;
	background: #fff;
	border: 1px solid #d5d5d5;
	padding: 10px 10px 15px 10px;
	text-align: left;
	margin-bottom: 12px;
	height: 70px;
	border-radius: 10px;
}
.speakers_float_left {
	float: left;
	width: 70px;
	word-break: break-all;
}
.speakers_info_right {
	float: left;
	postion: relative;
	margin-left:5px;
	margin-top:2px;
	overflow: hidden;
	width: 70%;
	font-size: 1.05em;
	font-weight: bold;

}



/*-------------------------------------individual speaker--------------------------------------*/

.speaker_content {
	background: #FFF;
	padding: 10px 10px 30px 10px;
	
}
.speaker_image {
	border-radius: 4px;
}

.speaker_inner {
	background: #fff;
	color: #000;
	text-align: left;
	width:100%;
	overflow: auto;
}

.speaker_float_left {
	float: left;
	width: 64px;
	padding: 5px 0px 0px 5px;
}
.speaker_name {
	float: left;
	width: 70%;
	padding: 5px 0px 0px 15px;
	font-weight: bold;
	font-size: 1.4em;
	
}
.speaker_bio_title {
	font-weight: bold;
	margin-top: 10px;
}
.speaker_bio {
	font-weight: normal;
	margin-top: 10px;
}
.speaker_presentation_content {
	background: #E6E6E6;
	padding: 10px;
	border: 1px solid #c4c4c4;
	overflow: auto;
}
.speaker_presentation_time {
	float: left;
	margin-left: 50px;
	margin-top: 5px;
}
.speaker_presentation_date {
	float: left;
	margin-top: 5px;
}
.speaker_presentation_arrow {
	float: right;
	margin-top: 5px;
}






.handout_content {
	padding: 20px 0px 0px 10px;
	height: 40px;
	border: 1px solid #c4c4c4;
}



.handout_roomselect_content {
	background: #E6E6E6;
	padding: 5px;
	height: 30px;/*box-shadow: 0px 0px 10px #000 inset;*/
}
.handout_room ul li {
	display: inline-block;
	float: left;
	width: 49.2%;
	text-align: center;
	border: 1px solid #c4c4c4;
	background: #1C436B;
}
.handout_room ul li a {
	color: #FFF;
	padding: 5px 5px;
	display: block;
	position: relative;
	text-transform: uppercase;
	font-size: 0.875em;
}
.handout_room li.active> a, .agenda_room li> a:hover {
	background: #6697C9;
	color: #000;
}

.map_canvas {
        width: 500px;
        height: 400px;
		background-color: #CCC;

}



.exhibitor_content {	
background: #02182F;
	padding: 12px;
	color:#FFFFFF;
}

.exhibitor_name {
	background: #E6E6E6;
	padding: 7px;
	border: 1px solid #c4c4c4;
	overflow: auto;
	color:#000;
}





.exhibit_grid {
	background: #fff;
	border: 1px solid #d5d5d5;
	color: #000;
	text-align: left;
	width:100%;
	overflow: auto;
}
.exhibit_float_left {
	float: left;
	width: 60px;
	padding: 5px 0px 5px 15px;
}
.exhibit_right1 {
	float: left;
	width: 70%;
	padding: 5px 0px 5px 0px;
}



.handout_presentation_content {
	background: #E6E6E6;
	padding: 7px 0px 7px 10px;
	margin-top:5px;
	border: 1px solid #c4c4c4;
	overflow: auto;
}

.handout_presentation_date {
	float: left;
	margin-top: 0px;
	
font-style:italic;
}



.sponsor_grid {
	color: #000;
	text-align: left;
	width:100%;
	overflow: auto;
}
.sponsor_float_left {
	float: left;
	text-align: center;
	margin-right:5px;
	margin-top:5px;
}



/*----------------------------------------------------------------------*/
.grid h3 {
	text-transform: uppercase;
	padding: 8px 0;
	margin-bottom: 8px;
	font-size: 1.4em;
	color: #289cd8;
	border-bottom: 1px solid #dedede;
	font-family: 'PT Sans Narrow', sans-serif;
}
.grid p {
	font-size: 0.875em;
	color: rgba(148, 145, 145, 0.84);
	font-family: Arial, Helvetica, sans-serif;
	padding: 0em 1em 1em 1em;
	line-height: 1em;
}
.button {
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	background-color: #289cd8;
	display: inline-block;
	text-transform: uppercase;
	padding: 10px 20px;
	font-size: 0.875em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.button:hover {
	background-color: #7e7e7e;
}
.last-grid {
	margin: 0px;
}
/*-----specials-heading----*/
.specials-heading h5 {
	float: left;
	width: 11%;
	height: 1px;
	background: #D1D1D1;
	margin: 13px 0px 0px 0px;
}
.specials-heading h3 {
	float: left;
	width: 77%;
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
	color: #012231;
	text-align: center;
	text-transform: uppercase;
}
.specials-heading {
	width: 90%;
	margin: 0 auto;
}
/*----special-grid------*/
.special-grid {
}
.special-grid img {
	width: 100%;
}
.special-grid a {
	text-transform: uppercase;
	font-size: 1.2em;
	font-family: 'PT Sans Narrow', sans-serif;
	color: #555;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	padding: 0.3em 0;
	display: block;
}
.special-grid a:hover {
	color: #289cd8;
}
.special-grid p {
	font-size: 0.875em;
	color: rgba(148, 145, 145, 0.84);
	font-family: Arial, Helvetica, sans-serif;
	padding: 0em 1em 1em 0em;
	line-height: 1.5em;
}
.spe-grid {
	margin: 0px;
}
.specials-grids {
	padding: 10px 0;
}
/*----start-testmonial-grid----*/
.testmonial-grid {
	text-align: center;
}
.testmonial-grid h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 2em;
	color: #012231;
	text-align: center;
	text-transform: uppercase;
	padding: 0.5em 0 0.5em 0;
}
.testmonial-grid p {
	font-size: 0.875em;
	color: rgba(85, 81, 81, 0.84);
	font-family: Arial, Helvetica, sans-serif;
	padding: 0em 1em 1em 1em;
	line-height: 1.8em;
}
.testmonial-grid a {
	font-size: 0.875em;
	font-size: 1.2em;
	font-family: 'PT Sans Narrow', sans-serif;
	color: #2497d2;
}
.testmonials {
	background: url(../images/test-bg.png) repeat-x;
	padding: 50px;
}
/*---about-us----*/
.about-us {
	padding: 10px 0;
}
.about-header h5 {
	float: left;
	width: 25%;
	height: 1px;
	background: #D1D1D1;
	margin: 14px 0px 0px 0px;
}
.about-header h3 {
	float: left;
	width: 50%;
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
	color: #012231;
	text-align: center;
	text-transform: uppercase;
}
.about-header {
	width: 90%;
	margin: 0 auto;
}
.about-info a {
	text-transform: uppercase;
	font-size: 1em;
	font-family: 'PT Sans Narrow', sans-serif;
	color: #555;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	padding: 0.5em 0 0.5em 0;
	display: block;
	line-height: 1.5em;
}
.about-info a:hover {
	color: #2497d2;
}
.about-info p {
	font-size: 0.875em;
	color: rgba(85, 81, 81, 0.84);
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8em;
}
/*---start-services----*/
.services {
	padding: 10px 0;
}
.services-header h5 {
	float: left;
	width: 32%;
	height: 1px;
	background: #D1D1D1;
	margin: 13px 0px 0px 0px;
}
.services-header h3 {
	float: left;
	width: 36%;
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
	color: #012231;
	text-align: center;
	text-transform: uppercase;
	padding: 0 0 0.5em 0;
}
.services-header {
	width: 90%;
	margin: 0 auto;
}
.services-grid {
}
.services-grid a {
	text-transform: uppercase;
	font-size: 1.2em;
	font-family: 'PT Sans Narrow', sans-serif;
	color: #555;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	padding: 0.5em 0 0.5em 0;
	display: block;
}
.services-grid a:hover {
	color: #2497d2;
}
.services-grid p {
	font-size: 0.875em;
	color: rgba(85, 81, 81, 0.84);
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8em;
}
