@charset "utf-8";
/* CSS Document */

body{
	font-family: 'Open Sans', sans-serif;
	font-size:1.3em;
	color:#777;
}

a{
	color:#ae132d;
	
}

a:hover{
	color:#999;
	text-decoration:none;
	
	-webkit-transition:all 1s ease 0s;
	-o-transition:all 1s ease 0s;
	-ms-transition:all 1s ease 0s;
	-moz-transition:all 1s ease 0s;
	transition:all 1s ease 0s
}

p{
	line-height:1.5em;
	text-align:justify;
}

td{
	vertical-align:top;
}

div{
	position:relative;
}

.font_red{
	color:#ae132d;
}

.font_midgrey{
	color:#888;
}

.font_lightgrey{
	color:#cbc9c3;
}

.font_thick{
	font-weight:700;
}

#event_titles{
	text-align:right;
}

#event_name{
	width:14%;
	text-align:right;
	margin-top:30px;
}

.heading{
	margin:-7px auto 25px auto;
}

header{
	background-image:url(images/pic.jpg);
	color:#fff;
	width:100%;
	height:543px;
	margin:0;
	background-size:cover;
	position:relative;
}

#header_strip{
	background-image:url(images/bg_header_strip.png);
	width:100%;
	bottom:0;
	position:absolute;
}

#strip_content{
	margin-top:26px;
}

#about, #schedule, #contact_form, #agenda, #mc{
	margin-top:40px;
}

#mc{
	margin-bottom:40px;
}

#speakers{
	background-color:#f4f4f4;
	padding-bottom:20px;
}

#transport_accomodation, #goh{
	background-color:#ae132d;
	color:#fff;
}

#transport_accomodation_content, #speakers_content, #goh_content{
	padding-top:20px;
	padding-bottom:20px;
}

/* tabs */
#myTab{
	background-color: #ae132d;
}

#myTab li{
	width:33%;
	text-align:center;
}

#myTab li a{
	border-radius:0px;
	font-weight:bold;
	color:#fff;
}

#myTab li.active a{
	color:#ae132d;
}

#myTabContent{
	background-color:#f4f4f4;
}

.tab-content{
	padding:30px;
}

.tab-pane{
	background-color:#fff;
	padding:20px;
}
/* end tabs */

/* hotel listing */
.transport_accomodation_desc{
	margin-bottom:20px;
}

.hotel_list{
	margin-bottom:20px;
}

.hotel_title{
	background-color:#ae132d;
	color:#fff;
}
/* end hotel listing */

/* forms */
.cornered{
	border-radius:0px;
}

.shaded{
	background-color:#ccc;
}
/* end forms */

/*speakers*/
#goh_pic{
	width:11%;
}

#goh_desc{
	width:86%;
}

.speaker_container{
	width:50%;
	margin:0 auto;
}

.img_bordered{
	border:5px solid #c2c2c2;
}

.border_red{
	border:5px solid #ae132d;
}

.speaker_desc{
	margin-top:5px;
}

.speaker_desc p{
	text-align:center;
}

.popover-title{
	color:#fff;
	background-color:#ae132d;
}
/*end speakers*/

footer{
	background-color:#5b5b5b;
	color:#fff;
}

#disclaimer{
	margin-top:10px;
	font-size:0.9em;
}

#disclaimer a{
	color:#cbc9c3;
}

.notes{
	display:block;
	border-radius:5px;
	width:18%;
	background-color:#fff;
	padding:10px 20px;
	text-align:center;
}

.testimonials{
    width: 60%;
    margin-top: 100px;
}

.padding_50{
    padding: 50px;
}

.testimonials .testimonial {
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid #FFF;
    width: 90%;
    margin: 0px auto;
}

.testimonials .testimonial p {
    font-size: 1.5em;
    font-weight: 300;
    text-align: center;
    color: #fff;
}