body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	width: 100% !important;
	height: 100% !important;
	font-size: 12px;
}
h2 {
	margin: 0 0 10px 0;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 16px;
}
h3, h4 {
	/* color: #222; */
	font-size: 14px;
	/* font-weight: 300; */
	letter-spacing: 1px;
	font-weight: 460;
	color: #555;
}



/* unvisited link */
/* 
a:link {
  color: red;
}
*/

/* visited link */
/* 
a:visited {
  color: green;
}
*/


@media (max-width: 1200px)
{
	.map_restaurants
	{
		width: 70%;
	}
}

@media (min-width: 768px)
{
	body, html{
		font-size: 14px;
	}
	h2 {
		margin: 0 0 20px 0;
		font-weight: 600;
		font-size: 22px;
	}
	h3, h4 {
		/* color: #222; */
		font-size: 18px;
		/* font-weight: 300; */
		letter-spacing: 1px;
		font-weight: 510;
		color: #555;
	}
}


h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p.intro {
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #555;
}
a:hover, a:focus {
	text-decoration: none;
	color: #000;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 1px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #fff;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 0;
}
/* Navigation */
#nav {
	z-index: 9999;
}
#nav.affix {
	position: fixed;
	top: 0;
	width: 100%
}
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.navbar .navbar-collapse {
	text-align: center;
}
.navbar-custom {
	margin-bottom: 0;
	background-color: #f6f6f6;
	border-radius: 0px;
	padding: 10px 0;
	border-bottom: 2px solid #fff;
}
.navbar-custom a {
	color: #555;
}
.navbar-custom .nav li a {
	margin: 0 10px;
	font-size: 13.5px;
	text-transform: uppercase;
	letter-spacing: 1.75px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
	outline: 0;
	color: #333;
	font-weight: 510;
	background-color: transparent;
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
	outline: 0;
	background-color: transparent;
	color: #000;
}
.navbar-custom .nav li.active {
	outline: 0;
}
.navbar-custom .nav li.active a {
	background-color: rgba(255,255,255,.3);
}
.navbar-custom .nav li.active a:hover {
	color: #fff;
}
.btn-default {
	text-transform: uppercase;
	background-color: #192b47;
	background-color: #111;
	color: #fff;
	border-color: #fff;
	padding: 7px 10px;
	margin: 2.5px;
	font-size: 11px;
	border-radius: 0px;
	margin-top: 5px;
	opacity: .8;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	color: #fff;
	background-color: #f13c00;
	border-color: #f13c00;
	opacity: 1;
}
/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	margin-top: -30px;
	margin-bottom: -50px;
	text-align: center;
	color: #fff;
	background: url(../images/LSS_Banner_2.png) no-repeat center;
	background-color: #444;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.section-title.center {
	/* padding: 5px 0 20px 0; */
	margin: 0 auto;
}
.intro h1 {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	/* margin-bottom: -20px; */
	color: #fff;
	margin: auto;
	width: 320px;
}

.intro p {
	font-size: 15px;
	margin-bottom: 40px;
	margin-top: 20px;
}

@media (min-width: 768px)
{
	.intro h1{
		width: 750px;
		font-size: 50px;
		letter-spacing: 2px;
		font-weight: 600;
	}
	.intro p {
		font-size: 20px;
		margin-bottom: 40px;
		margin-top: 20px;
	}
	.btn-default {
		padding: 14px 20px;
		margin: 5px;
		font-size: 14px;
		margin-top: 20px;
		opacity: .8;
	}
	.intro{
		background: url(../images/LSS_Banner_2.png) no-repeat center;
		background-size: cover;

	}
}

header .intro-text {
	padding-top: 200px;
	padding-top: 150px;
	padding-bottom: 200px;
	padding-bottom: 200px;
}

.intro-text > h2{
	color:#fff;
}

/* programme Section */
#programme .programme-text {
	margin-left: 10px;
	text-align: center;
}
#programme img {
	border-radius: 50%;
	width: 160px;
	height: 160px;
	display: inline-block;
}


/* Venue and Accommodation Section */
#venue_accommodation .venue_accommodation-text {
	margin-left: 10px;
	text-align: center;
}
#venue_accommodation img {
	border-radius: 50%;
	width: 160px;
	height: 160px;
	display: inline-block;
}
#venue_accommodation ul {
	margin-top: -10px;
	list-style-type: disc;
	float: center;
	text-align:center;
	width: 70%;
	display: inline-block;
}
#venue_accommodation li {
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
        text-align: left;
}

/* Social Section */
#social .social-text {
	margin-left: 10px;
	text-align: center;
}
#social img {
	border-radius: 50%;
	width: 160px;
	height: 160px;
	display: inline-block;
}

/* Committees and Sponsors Section */
#committees .committees-text {
	margin-left: 10px;
	text-align: center;
}
#committees img {
	display: inline-block;
	margin: 20px;
}

/* Registration Section */

#registration form {
	padding: 30px 0;
}
#registration .text-danger {
	color: #E87E04;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#registration .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #2c3e50;
	background-color: rgba(255,255,255,0.8);
	background-image: none;
	border: 1px solid #999;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#registration .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #2c3e50;
}
.form-control:-moz-placeholder {
color: #2c3e50;
}
.form-control::-moz-placeholder {
color: #2c3e50;
}
.form-control:-ms-input-placeholder {
color: #2c3e50;
}
#registration .social {
	margin-top: 80px;
}
#registration .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#registration .social i.fa {
	font-size: 22px;
	padding: 4px;
	color: #444;
	transition: all 0.5s;
}
#registration .social i.fa:hover {
	color: #000;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Footer Section*/
#footer {
	background: #f6f6f6;
	color: #777;
	padding: 30px 0 25px 0;
}
#footer p {
	font-size: 13px;
}
#footer a {
	color: #555;
}
#footer a:hover {
	color: #000;
}


#registration p, #speakers p, #posters p, #participants p, #about p, #venue_accommodation p, #committees p, #code_of_conduct p, #programme p, #social p{
	margin: 40px auto;
	line-height: 18px;
	width: 80%;
}

#programme, #speakers, #participants, #posters, #venue_accommodation, #about, #registration, #committees, #code_of_conduct, #social {
	padding: 60px 0;
}
