/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Bolt - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */
 
/* FONTS */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700,900);

/* OVERALL ASPECT */

body {
	background-color: #F9F9F9;
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    
    margin-top: 81px;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
    text-align: justify;
}

.centered {
    text-align: center;
}

.mt {
	margin-top: 40px;
}

/* Links */
a {
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

/* Bootstrap Modifications */
 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


.navbar {
	font-weight: 800;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #ffffff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #ffffff;
	background-color: #74cfae;
}

.navbar-brand {
	font-size: 60px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.btn-theme {
	color: #ffffff;
	background-color: #1B99B6;
	border-color: transparent;
}

.btn {
	padding: 10px 30px;
	margin-bottom: 0;
	font-size: 18px;
	border: 5px solid transparent;
	border-radius: 0px;
}

.lead {
	letter-spacing: 1px;
}

/* WRAP SECTIONS */

/* hello */
#hello {
	width: 100%;
	padding-top: 250px;
	padding-bottom: 250px;
	background: url(http://r10congress.ieee.lk/assets/img/symphony.png);
}

#hello h1 {
	font-size: 90px;
	font-weight: 700;
	letter-spacing: 3px;
	color: #1B99B6;
}

#hello h2 {
	color: #c0c0c0;
	font-weight: 400;
}

/* Green */
#green {
	background-color: #47B9D3;
	padding-top: 25px;
	margin-bottom: 0px;
	padding-bottom: 25px;
	border-bottom: 1px solid #2A96AE;
}

#green h3 {
	color: white;
	font-weight: 400;
	margin-bottom: 35px;
	margin-top: 10px;
}

#green p {
	color: white;
	font-weight: 300;
	font-size: 20px;
}

/* concerns */
#concerns {
	background-color: #4e4e4e;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 50px;
}

#concerns h3 {
	color: white;
}

#concerns p {
	color: white;
	font-weight: 400;
}
#info {
padding-top: 40px;
background: #ffffff;

}

#info p{
  font-weight: 300;
  font-size: 18px;
}

#location {
background: #ffffff;
border-top: 1px solid #DDE4EF;
}
#location .container {
width: 100%;
padding: 0;
}

#location .row {
margin-left: -15px;
margin-right: 0;
}
/* Social Links */
#social {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	background: url(http://r10congress.ieee.lk/assets/img/symphony.png);
	border-top: 2px solid #EAEAEA;
}


#social i {
	font-size: 50px;
	color: #1B99B6;
}

#social .col-md-3:hover {
	background-color: #f5f5f5;
}

#social .col-md-3 {
	padding:30px;
}

/* Footer */
#f {
	padding-top: 20px;
	background-color: #1B99B6;
}

#f p {
	color: white;
	text-align: right;
	font-weight: 400;
	display: inline-block;
  float: right;
}

/* Image Opacity */

.copyrights a{
	color: #ffffff;
}
#speakers img{
	border-radius: 50%;
	height: 150px;
	width: 150px;
}
#map{
	height:500px;
}
iframe#twitter-widget-0 {
  float: left;
  margin-top: 5px;
}
.fb_iframe_widget {
  float: left;
    margin-top: 5px;
}
@media (max-width: 1200px) {
	#location .row .col-lg-3 {
	  margin: 15px;
	}
}


