#summit {
	
}

#summit .summit-header {
	position: relative;
}
#summit .summit-header h1 {
	display: block;
	float: left;
	width: 21%;
	padding-right: 1%;
	color: #ad1f71;
	font-size: 2.2em;
	line-height: 28px;
}
#summit .summit-header h2 {
	display: block;
	float: left;
	width: 25%;
	letter-spacing: 0.15em;
	font-size: 1.5em;
	color: orange;
	border-bottom: none;
	padding: 0;
	padding-left: 3%;
	border-left: 2px solid #e8e8e8;

}
#summit .summit-header p {
	line-height: 16px;
	display: block;
	float: left;
	margin-bottom: 10px;
	padding-left: 3%;
	width: 46%;
	color: #999;
	border-left: 2px solid #e8e8e8;
}
#summit .summit-header p strong {
	color: #ad1f71;
	font-weight: bold;
	display: block;
}
#summit .summit-header p a {
	background-image: url('/business/images/summit/summit-book-now.png');
	display: block;
	float: right;
	position: absolute;
	top: 0;
	right: 20px;
	width: 127px;
	height: 105px;
	text-indent: -999em;
}

.summit-mast {
	background-color: #ad1f71;
	background-image: url('/business/images/summit/summit-mast.png');
	background-repeat: no-repeat;
	height: 68px;
	display: block;
	
	margin-bottom: 20px;
	padding: 64px 20px 64px 470px;
	border: 5px solid #e8e8e8;
	box-shadow: 4px 9px 3px 0 rgba(0, 0, 0, 0.05), 0 0 6px #B5B7B0;
}
.summit-mast h1 {
	color: #fff;
	font-weight: normal;
}

#summit .summit-nav {
	background-color: #00a0b0;
	margin-bottom: 24px;
}
#summit .summit-nav ul {
	display: block;
	float: left;
}
#summit .summit-nav ul li {
	display: block;
	float: left;
}
#summit .summit-nav ul li a {
	color: #e0f4f6;
	display: block;
	font-size: 16px;
	padding: 10px 20px;
	text-decoration: none;
}
#summit .summit-nav ul li a:hover {
	background-color: #006d79;
	text-decoration: underline;
	color: #fff;
}

#summit .summit-content {
	background-color: #fff;
	background-image: url('/business/images/summit/summit-content.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-right: 0;
	padding-left: 10%;
}

#summit .summit-content h2 {
	color: #ad1f71;
	font-weight: bold;
	border: none;
}

#summit .summit-content blockquote {
	color: #00a0b0;
	font-size: 16px;
	border: none;
	background-color: #f0f0f0;
}

#summit .summit-content .list_img {
	margin-bottom: 10px;
}


#summit .agenda {
	border: none;
}
#summit .agenda tbody {
	border: none;
}
#summit .agenda tbody tr {
	border: none;
}
#summit .agenda tbody tr td {
	border: none;
	border-bottom: 2px solid #e8e8e8;
	vertical-align: middle;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	padding-left: 0;
	padding-right: 0;
}
#summit .agenda tbody tr td a {
	text-decoration: none;
	border-bottom: none;
}
#summit .agenda tbody .break {
	background-color: #e8e8e8;
	border-top: 10px solid #fff;
	
}
#summit .agenda tbody .break td {
	padding-left: 15%;
	border: none;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.agenda-speaker-avatar {
	border-radius: 37px;
	border: 2px solid #00a0b0;
}

#summit .agenda tbody tr .agenda-speaker a {
	text-align: center;
}

#summit .agenda h3 {
	font-size: 17px;
	color: #333;
	padding-bottom: 0;
}

#summit .agenda h3 time {
	/*color: #ad1f71;*/
	font-weight: normal;
}
#summit .agenda-programme a {
	font-weight: bold;
	color: #ad1f71;
}

#summit .agenda tbody .prime {
	background-color: #00a0b0;
}
#summit .agenda tbody .close {
	background-color: #ad1f71;
}

#summit .agenda tbody .prime h3 {
	color: #fff;
}
#summit .agenda tbody .close h3 {
	color: #fff;
}

#summit address {
	font-size: 11px;
}

#summit .summit-map {
	border: 10px solid #e8e8e8;
	height: 320px; 
	width: 320px; 
	display: block; 
	float: left; 
	clear: both; 
	margin-right: 20px; 
	background-color: #e8e8e8;
}

#summit .summit-list {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 20px;
	display: block;
	clear: both;
	
}
#summit .summit-list li {
	list-style-type: none;
	display: block;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	border: 10px solid #e8e8e8;
	border-radius: 8px;
	background-color: #e8e8e8;
}
#summit .summit-list li:hover {
	transition: 0.5s ease;
	background-color: #ccc;
	border-color: #ccc;
}

.modal_box {
	font-size:0.8em;
}
.modal_box .modal_box_inner .agenda-speaker-avatar {
	display: block;
	float: left;
	margin-right: 10px;
}
.modal_box .modal_box_inner h2 {
	color: #00a0b0;
	margin-bottom: 10px;
	font-size: 1.4em;
}

#summit blockquote {
	margin-bottom: 10px;
}
#summit blockquote p {
	margin: 0;
}
#summit blockquote p span {
	font-size: 12px;
	color: #333;
	display: block;
	margin-right: 10px;
	text-align: right;
}
#summit blockquote p span strong {
	
}

#summit .ensure {
	color: #ad1f71;
	font-size: 1.5em;
	line-height: 24px;
	margin-bottom: 20px;
	margin-top:20px;
}
#summit .ensure p {
	margin-top: 10px;
}

#summit quotehold	{
	margin-bottom:20px;
}

.booknow	{
	float: left;
	padding: 0px 10px 0 10px;
	text-decoration: none !important;
	border: 2px solid #1D99CB;
	border-radius: 8px;
	background:#f0f0f0;
	margin-right:10px;
}

 .booknow:hover	{
	background:#ffffff;
}

.supply4london	{
	font-weight:bold;
	font-size:1.7em;
	line-height:1.8em;
}

#supply4hold	{
	width:60%;
	margin:30px auto
}

.left	{
	float:left;
}

.right	{
	float:right;
}

/*------Speakers-----*/

#speaker {
	width:95%;
}

#speaker .speakerimg {
	width:104px;
	height:122px;
	float:left;
	margin: 0px 10px 10px 0px;
	border:#E4E4E4 1px solid;
}

#speaker .speakercont {
	float:left;
	padding:5px;
	margin-bottom: 10px;
	border-bottom:#FFD42A 2px solid ;
}

#speaker .speakercont h3 {
	color:#585859;
	font-size:1.4em;
	margin-top: 0px;
}

#speaker .speakercont .subtitle {
	color:#585859;
	font-size:1.2em;
	font-style:italic;
	margin-bottom:10px;
}

.modalBox {
    background:white;
    width:100%;
    max-width:600px;
    height:auto;
    border-radius:10px;
    padding:15px;
    box-sizing: border-box;
}

.modalBox > .closeMe {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #cccccc;
    border-radius: 50%;
    height: 26px;
    width: 26px;
    display: block;
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: bold;
}

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}