body{
	color:#666;
	background:#f9f9f9;
	font-size:14px;
	line-height:22px;
	overflow:hidden;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	padding-top:80px;
}
h1,h2,h3,h4,h5,h6{
	color:#e74c3c;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal
}
.mb20{
	margin-bottom:20px
}
a{
	color:#e74c3c
}
a:hover{
	text-decoration:none;
	color:#e74c3c
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #333333;
	z-index: 10000;
}
#status {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -15px 0 0 -15px;
	font-size: 32px;
	color:#565656
}
.redfont{
	color:#e74c3c
}
#header{
	background:#FFF;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
#menu ul{
	list-style:none;
	margin:0px;
	text-align:center;
	padding:0px;
}
#menu ul li{
	display:inline-block;
	padding:0px; 
	margin:0px;
	position:relative
}
#menu ul li a{
	display:block;
	padding:30px 30px;
	font-size:16px;
	line-height:16px;
	color:#333;
	border-bottom:4px solid #fff;
	transition: all 0.3s linear;  
}

#menu.smallmenu ul li a{
	display:block;
	font-size:16px;
	padding:15px 30px;
	line-height:16px;
	color:#333;
	border-bottom:4px solid #fff
}
#menu ul li.current a{
	border-bottom:4px solid #e74c3c
}
.submenu{
	position:absolute;
	display:none
}
#menu .submenu ul{
	background:#e74c3c;
	
}
#menu ul li.current .submenu a{
	border-bottom:none
}
#menu .submenu li{
}
#menu .submenu li a {
	display: block;
	padding: 15px 15px;
	width:200px;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	border-bottom: none;
	transition: all 0.3s linear;
	text-align:left
}
#menu.smallmenu  .submenu ul li.current a{
	border-bottom:none
}
#menu.smallmenu  .submenu li{
}
#menu.smallmenu  .submenu li a {
	display: block;
	padding: 15px 15px;
	width:200px;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	border-bottom: none;
	transition: all 0.3s linear;
	text-align:left
}
#about01{
	text-align:center;
	background:#e6e7e9
}
#about01 img{
	min-width:100%;
}
.quote{
	text-align:center;
	font-size:45px;
	text-align:center;
	color:#fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
.quoteby{
	text-align:center;
	font-size:18px;
	text-align:center;
	font-style:italic;
	color:#fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
#about02{
	background: url(../images/aboutbg02.jpg) 50% 50% no-repeat #333;
	color: white;
	margin: 0 auto;
	overflow: hidden;
	padding: 100px 0px;
}
.section{
	padding:50px 0px;
}
.bigfont{
	font-size:22px;
	line-height:30px;
	margin-bottom:30px
}
.drop:first-letter { 
	float: left; 
	color: #e74c3c; 
	font-size: 65px; 
	line-height: 52px; 
	padding-top: 4px; 
	padding-right: 8px; 
	padding-left: 3px; 
	font-family: Georgia; 
}
#speaker01{
	background: url(../images/speakerbg.jpg) 50% 0% no-repeat fixed #333;
	color: white;
	margin: 0 auto;
	overflow: hidden;
	padding: 100px 0px;
	-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}
#programme01{
	background: url(../images/programmebg.jpg) 50% 0% no-repeat fixed #333;
	color: white;
	margin: 0 auto;
	overflow: hidden;
	padding: 100px 0px;
	-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}
.speakerblock{
	min-height:280px;
	padding-bottom:10px
}
.speakerblock.fourspeaker{
	min-height:380px;
	padding-bottom:10px
}
.speakerphoto img{
	min-width:100%
}
.speakerphoto{
	margin-bottom:20px
}
.speakerphoto img{
	-webkit-transition: all .2s ease-in-out;
}
.speakerphoto img:hover{
	-ms-transform:scale(1.1); /* IE 9 */
-webkit-transform:scale(1.1); /* Chrome, Safari, Opera */
transform: scale(1.1);
	z-index:99
}
.speakerphoto a{
	cursor: url(../images/cursor.png), auto;
	overflow:hidden;
	
}
.speakerdetail h4{
	text-align:center;
	color:#333;
	margin-bottom:10px;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
}
.modal-title{
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	color: #333333;
	margin:0px;
}
.modal-header h6{
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	color: #333333;
	margin:0px;
	
}
.speakercvphoto{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	width:120px
}
.speakercv{
	overflow:hidden
}
.speakerdetail h6{
	text-align:center;
	color:#333;
	margin-top:0px;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	margin-bottom:0px
}
#speaker03{
	background:#2e2e2e;
	text-align:center
}
#speaker03 p{
	font-size:26px;
	line-height:34px;
	color:#fff;
	margin-bottom:30px;
	text-align:center
}
#supporter{
	background:#e6e7e8;
	text-align:center;
	padding-top:20px;
	padding-bottom:10px
}
#supporter h5{
	margin-top:0px;
	margin-bottom:0px;
	text-transform:uppercase;
	color:#333
}
#programtable tr td{
	vertical-align:top
}
#programtable .title{
	font-size:22px;
	color:#e74c3c;
	font-weight:700;
	line-height:24px;
	margin-bottom:10px;
}
#programtable p{
	font-size:18px;
	line-height:22px;
	margin-bottom:0px;
}
#programtable .small{
	font-size:12px;
	line-height:16px;
	margin-bottom:10px;
}
#programtable .proglabel{
	font-size:12px;
	line-height:12px;
	text-transform:uppercase;
	margin-bottom:5px;
	font-weight:700;
	color:#000
}
.mb0{
	margin-bottom:0px;
}
#speaker03 p span {
	font-size: 46px;
	line-height: 46px;
	font-weight:700;
	color: #fff;
	margin-bottom: 30px;
	text-align: center;
}{
	font-size:40px;
}
#map{
	width:100%;
	height:450px
}
#contact01{
	text-align:center
}
#contact01 h1,#contact01 h3,#contact01 h5{
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	color:#333;
	margin:0px
}
#contact01 h1{
	font-size:24px;
	line-height:28px;
	font-weight:700;
}
#contact01 h3{
	font-size:18px;
	line-height:24px;
	margin-bottom:30px;
}
#contact01 h3 span{
	padding:0px 20px
}
#register{
	background:#e74c3c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#fff;
	font-size:30px;
	margin:0px auto;
	padding:10px 50px;
	text-align:center;
	
}
.mb50{
	margin-bottom:50px !important
}
#copyright{
	background:#2f2f2f;
	color:#CCC;
	text-align:center;
	padding:15px 10px;
}
#copyright p{
	margin:0px;
	font-size:12px;
}
#lightGallery li{
	width:20%;
	float:left;
	cursor: url(../images/cursor.png), auto;
	overflow:hidden;
	
}
#lightGallery li img{
	-webkit-transition: all .2s ease-in-out;
}
#lightGallery li img:hover{
	-ms-transform:scale(1.1); /* IE 9 */
-webkit-transform:scale(1.1); /* Chrome, Safari, Opera */
transform: scale(1.1);
	z-index:99
}
#mobilemenu{
	height:60px;
	background:#fff;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	padding:0px 20px;
	z-index:999;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
#menubtn{
	float:left
}
#menubtn a{
	line-height:60px;
	color:#333;
	font-size:20px;
}
#registermob{
	float:right;
	background:#e74c3c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#fff;
	font-size:14px;
	margin:0px auto;
	padding:10px 15px;
	text-align:center;
	margin-top:8px;
}
#contact02{
	background:#fff
}
.speakerprog img{
	float:left;
	width:39px;
	margin-right:10px
}
.speakerdetailprog{
	overflow:hidden
}
.cream{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:5px
}
/* Extra Small */
@media(max-width:767px){
	#header{
		display:none;
		top:60px;
		padding-top:15px;
	}
	.speakerblock{
		min-height:280px;
		padding-bottom:10px
	}
	.speakerblock.fourspeaker {
		min-height: 280px;
		padding-bottom: 10px;
	}
	#contact01 h3 span{
		padding:0px 20px;
		display:block
	}
	#menu ul{
		list-style:none;
		margin:0px;
		text-align:center;
		padding:0px;
	}
	#menu ul li{
		display:block;
		padding:0px; 
		margin:0px;
	}
	#menu ul li a{
		display:block;
		padding:15px 40px;
		font-size:16px;
		line-height:16px;
		color:#333;
		border-bottom:4px solid #fff;
		transition: all 0.3s linear;  
	}
	#menu.smallmenu ul li a{
		display:block;
		padding:15px 40px;
		font-size:16px;
		line-height:16px;
		color:#333;
		border-bottom:4px solid #fff
	}
	#menu ul li.current a{
		background:#e74c3c;
		border-bottom:4px solid #fff;
		color:#fff
	}
	body{
		padding-top:60px
	}
	#lightGallery li{
		width:33.33333%;
		float:left;
		cursor: url(../images/cursor.png), auto;
		overflow:hidden
	}
	.submenu {
		position: relative;
		display: none;
	}
	#menu .submenu li a {
		text-align: center;
		width: auto;
	}
	#menu.smallmenu  .submenu li a {
		text-align: center;
		width: auto;
	}
	#menu .submenu ul {
		background: #999;
	}
	#menu ul li.current .submenu a {
		background: #999;
	}
	.speakercvphoto{
		float:none;
		margin-left:10px;
		margin-bottom:10px;
		width:120px
	}
}

/* Small */
@media(min-width:768px) and (max-width:991px){
	#menu ul li a{
		padding:30px 10px;
	}
	#menu.smallmenu ul li a{
		padding:15px 10px;
	}
	.speakerblock {
		min-height: 330px;
		padding-bottom: 10px;
	}
	.speakerblock.fourspeaker {
		min-height: 330px;
		padding-bottom: 10px;
	}
	
	
}

/* Medium */
@media(min-width:992px) and (max-width:1199px){
	#menu ul li a{
		padding:30px 20px;
	}
	#menu.smallmenu ul li a{
		padding:15px 20px;
	}
	.speakerblock.fourspeaker {
		min-height: 330px;
		padding-bottom: 10px;
	}
	.speakerblock {
		min-height: 260px;
		padding-bottom: 10px;
	}
}

/* Large */
@media(min-width:1200px){

}