
/*------------------------------------------*/
/*	 Preload Animation 					   */
/*------------------------------------------*/

#preloader {
		position: fixed;
		top:0;
		right:0;
		bottom:0;
		left:0;
		z-index:99999; 
		background-color:#fff;
}

#status {
		position:absolute;
		top:50%; 
		left:50%; 
		margin:-60px 0 0 -60px;
		width:120px;
		height:120px;
		background-image:url(../images/loader.gif);
		background-position:center;
		background-repeat:no-repeat;
		background-size:125px 125px;
}  

/*------------------------------------------*/
/*	 HTML & Body
/*------------------------------------------*/

html { 
/*	-webkit-user-select:none;	*/
}


body {
		width: 100%;
		font: 15px Lato, Arial, sans-serif;

		background:#f9f9f9; 
}


.programbigview {display:block;}
.programsmallview {display:none;}



hr {clear:both;}

main {
		color:#564831;
		padding: 70px 0px 0px 0px;
		line-height:1.6em;
}



/*------------------------------------------*/
/*	 Headers
/*------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin-top: 0; 
	margin-bottom: 0px;
	
	line-height:1.4em;
}

h1 {color:#fff; font-weight:300;}



/* h2.red {color:#fff; border-radius: 10px;background: #ac1f36; padding: 10px; margin:0px 0px 20px 0px;} */
h2 {margin:20px 0px 20px 0px; padding: 0px 0px 0px 0px;}
h3 {color:#b91330; }
h4 {color:#8f5a30;}

h2 {font-size:29px;}

h2 + h4 {margin-top: 20px; }
h3 + p {margin-top: 20px; }
p { text-align:justify}


.header {
background:#c0c0c0 url(../images/nav/h1-bg-4.png) center center no-repeat;
width:100%;

}

.header  h1 {border:none; padding:20px 0px 20px 0px;}






@media only screen and (max-width: 991px) {
h1 { font-size: 28px;}

}




/*------------------------------------------*/
/*	 Link Setting
/*------------------------------------------*/

a, a:visited, a:focus {
	color:#f1151e;
	text-decoration: none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

a:hover {
	color: #000;
	text-decoration: underline;
}


/*------------------------------------------*/
/*	 Lists
/*------------------------------------------*/

ul {
margin:10px;
}



/*------------------------------------------*/
/*	 Navigation Menu    
/*------------------------------------------*/

.navbar {
	background:#fff;
	font-size:14px; 
	min-height: 70px;
	border-bottom:#e7e7e7 1px solid;

}
.navbar-nav>li>a {color: #777777}
.navbar-nav>li>a:hover {color: #000; background:#f5f5f5;}

.navbar-nav > li.active {color: #000; background:#f5f5f5;}
.navbar-nav > li.active > a {color: #000;}


.navbar-toggle {
	background: none;
	border: none;
}

 .navbar-toggle .icon-bar {background: #000;}

 
 .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
background:#b91330; color:#fff;
}

.dropdown-menu{
background:#fff;
border:0;
}

.dropdown-menu > li > a {color: #000; padding: 10px 20px; }

.dropdown-menu > li > a:hover, .dropdown-menu>.active>a:hover {color: #000; background:#f5f5f5;}
.dropdown-menu> li.active>a, .dropdown-menu> li.active>a:focus {
color: #fff;
text-decoration: none;
background:#777777;

}

@media (min-width: 768px) {
	.navbar-nav>li>a {padding-top:25px;padding-bottom:25px;}
}


/*------------------------------------------*/
/*	 Responsive Menu    
/*------------------------------------------*/


.navbar-toggle .icon-bar {background-color: #777777;}
.navbar-toggle:hover  .icon-bar{background: #000;}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 15px 10px;
	margin-top: 12px;
	margin-right: 15px;
	margin-bottom: 8px;
	background:none;
	border: none;
	background-color: none;
	background-color: transparent;
	background-image: none;
}

.navbar-brand {
	display:block;
	width:140px;
	height:70px;
	padding:0;margin:0;
}


.navbar-nav>li>a:focus {
	background:none;
}


/*------------------------------------------*/
/*	 Map
/*------------------------------------------*/

.mymap {margin:20px 0px 20px 0px;}

.relat {
position: relative;


}


/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*	 Footer
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

footer {
    margin: 0;
    padding: 20px 0px 20px 0px;
    font-size: 0.8em;
    color: #b0b0b0;
	border-top:#e7e7e7 1px solid;
}

@media only screen and (max-width: 767px){

footer  ul {
	margin:5px 0px 0px 0px;
}

}



/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*	 Tables
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

.table {margin-top:20px;margin-bottom:20px;}

.table>tbody>tr>td {
	vertical-align: middle;

}



.table>tbody>tr>td:first-child {
	 text-align:left; 
}


.files-table>tbody>tr>td:last-child {
    text-align: right;
}

.table>tbody>tr>td:last-child {
	/* text-align:right; */
}

.table>thead>tr>th {
	font-weight:bold;
	color:#fff;
	background:#b91330;
	border-bottom: 2px solid #8c1429;
	
}


.table .red td {	font-weight:bold; color:#fff; background:#b91330; }
.table .red td:last-child {	text-align:right; }

.table .time { width:150px; }
.table .speaker { width:300px; }

.timetable {margin-top:20px;margin-bottom:20px;}
.timetable >tbody> td { vertical-align: middle; background:f2f2f2;}
.timetable >tbody>tr>td:first-child { text-align:center; font-weight:bold; background:#b91330; color:#fff;}
.timetable >thead>tr>th { text-align:center; font-weight:bold; color:#fff; background:#b91330;	border-bottom: 1px solid #fff;}
.timetable a {color:#564831; display:block;}
.timetable a:after {clear:both;}
.timetable a:hover {color:#b91330; text-decoration:none; }

.int-timetable {margin-top:20px;margin-bottom:20px;}
.int-timetable >tbody> td { vertical-align: middle; }
.int-timetable >tbody>tr>td:first-child { width:100px;}

.programbigview > div > table {width:100%}
.programbigview > div > table > tbody > tr > td {padding:10px;}
.programbigview .time {width:100px;}

.programbigview > div > table > tbody > tr > td > table {border:1px solid #dddddd;}
.programsmallview table {border:1px solid #dddddd;}

/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*	Responsive Styles
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

@media (min-width: 992px) {

	h1 { font-size: 44px;}

}




@media only screen and (max-width: 767px){

	h1 { font-size: 30px;}
	.header  h1 {border:none; padding:20px 5px 20px 5px;}
	h2 { font-size: 30px;}
	.programbigview {display:none;}
	.programsmallview {display:block}
	.contact h3 { font-size: 25px;}
	
	.navbar-nav > li > a:hover, 
	.navbar-nav > li { text-align: center;}
	.navbar-nav > li > a { line-height: 40px; text-align: center; }	

	.navbar-nav > li > a:hover,.navbar-nav > li > a.selected-nav {color: #000;}
	.navbar-brand { margin-left:10px;}
	.navbar-nav>.active {background:#fff;}
	.contact-logo {margin-bottom:20px;}
	
	.dropdown-menu > li > a {text-align: center; }
	


h3 + p {margin-top: 15px; }

}



/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/* Others
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/


.contact  .member-list {
    margin: 0 0 0 10px;
    padding: 0;
    list-style: none;
}

.contact  .member-list li {
    margin: 10px 0px 10px 0px;
    padding: 0;
}


.img-responsive { width:100%; height:auto; }

.table-dis {
display:table;
}

.table-dis-child {
display: table-cell;
vertical-align: middle;
}


ol, ul {
  margin-top: 0;
  margin-bottom: 10px;
}




.my-list {
margin:10px 30px 10px 30px;
list-style:square;
line-height:1.6em; text-align:justify
}



.sponsors {
background:#e6e6e6;
padding:15px;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/* Rows
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

.gray-row {
padding:30px 0px 30px 0px;
background:#f7f7f7;

}

.white-row {
padding:30px 0px 30px 0px;
background:#ffffff;

}

.prevfooter-row {
padding:30px 0px 30px 0px;
background:#a3a3a3;
color:#fff;

}

.red-row {
padding:30px 0px 30px 0px;
background:#b91330;
color:#fff;
}

.gray-row h2, .white-row h2, .red-row h2 {margin-top:0px;}


.organisers-wall div {padding:10px 10px 10px 10px;}

.white-col {background:#f9f9f9;}



.alert {
	width:100%;
	background:#ffd4d8;
	padding:15px;
	border:1px dashed #b91330;
	
}

.fees {
	margin:20px 0px 20x 0px;
	
}

.intro {
	padding-top:250px;
	padding-bottom:150px;
	width: 100%;
	overflow: hidden; 
	background:  url('../images/intro-1.jpg') no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
}


.intro img { width: 30%; height:auto;}

.intro h1 {
    margin-top:0px;
	margin-bottom:50px;
	 /* padding:200px 0px 200px 0px; */
	color:#fff;
	width:100%;
	font-size:45px;
	border:0;
	margin-top:30px;

}

.intro h1 small{color:#fff;}

@media only screen and (max-width: 767px){

.intro img {
	width: 70%;
	height:auto;
}

	.intro h1 {
    padding:0px 0px 0px 0px;
	color:#fff;
	width:100%;
	font-size:26px;
	border:0;
}

}



.partners-wall a{	
display:block;
margin:10px 0px 10px 0px;	
}



.venue-map {margin:30px 0px 30px 0px;}
.picture-wall {margin:20px 10px 20px 10px;}
.picture-wall div { padding:0;}






/* register form */

form {
width:100%;

}

@media only screen and (max-width: 800px){
	form {text-align:center;}
}


.form-control {
height: auto;
padding: 15px 15px;
font-size:15px;
border: 1px solid #dbdbdb;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 5;
border-bottom-right-radius: 0;
border-top-left-radius: 0;
}

.form-control:hover{
background:#fff; 
}

.form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
background:#dfffe6; 
border: 1px solid #7eff81;
}

.btn, .btn.focus, .btn:active,  .btn.active, .btn:focus{
height: auto;
width:100%;
color: #000;
background-color: #888;
border:none;
font-size:15px;
font-weight:normal;
outline:0;
padding:15px;
}

.btn i {
margin-right:10px;
font-size:22px;
vertical-align:middle;
}

.btn:hover {
color: #fff;
background-color: #444;
outline:0;		
}

.form-signin {
  max-width: 330px;
  padding: 10px;
  margin: 0 auto;
}



.form-signin input[type="text"] {
margin-bottom:10px;
}
.form-signin input[type="password"] {
margin-bottom:10px;
}

.submit {
margin-top:25px;
}

label {font-weight:normal;}

form  input  + label {margin-top:20px;}

.unvisible {display:none;}

.form-status {margin:0px 0px 10px 0px; padding:15px; background:#ffeeee; border:1px dashed #ffbaba;}

.accordion{width:100%; margin: 0 auto;}
.accordion h4 {font-size:15px; line-height:1.2;}
.accordion-toggle {border-bottom: 1px solid #e9e9e9 ; cursor: pointer;margin: 0;padding: 15px; position: relative; }
.accordion-toggle.active:after{content:"";position:absolute;right:0;top:25px;width:0;height:0; border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);}
.accordion-toggle:before{content:"";position:absolute;right:0;top:25px;width:0;height:0;border-top:5px solid #000;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);}
.accordion-toggle.active:before{display:none;}
.accordion-content {display: none; padding: 25px; text-align:left; border-bottom:1px solid #f00000;} 
.accordion-content img { border:#e9e9e9 solid 1px; }
.accordion-toggle.active { color: #ff0000; }

@media(max-width:768px) { .accordion-content .row div + div {margin-top:15px;} }

.hotel-dys {font-size:11px}
.hotel-dys > tbody>tr>td, .hotel-dys > thead>tr>th {border: 1px solid #dbd3c5;}
.hotel-dys > thead>tr>th {background:#dbd3c5; color:#000}



.speakers  .clear {clear:both;}
.speakers .speaker-name {font-weight:bold; font-size:15px; line-height:1.2; color:#8f5a30;}
.speakers .speaker-affi {}
.speakers .accordion-content {text-align: justify;}

.gallery {
	text-align:center;
}

.gallery .thumb {
    height:160px;
	width:auto;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #fff;
}


