body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
}

h1 {
    font-family: 'Archivo Black', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	font-size: 25px;
}

header {
	width: 1024px;
    padding: 20px 0 0 0;
}

.logo {
    width: 1024px;
	margin: 0 auto;
}

.g-bar {
    width: 100%;
    height: 110px;
    padding: 10px 0;
    z-index: 2;
    top: -8px;
    position: relative;
    overflow-x: hidden;
    background: url(../images/kenanga-red-bar.png) center center no-repeat;
    margin: 0 auto;
}

.container_wrapper {
	width: 1024px;
	margin: 0 auto;
}

/*.container {
	width: 769px;
}
*/
.content_wrapper {
	
	width: 800px;
	margin: 0 auto;
}

.grey {
    background: #f4f4ff;
}

.content {
	margin: 0 auto;
	padding: 15px;
	text-align: center;
	color: #fff;
    background: #f4f4ff;
}

.title-cover {
	border-top:1px solid #333333;
    width: 100%;
}

.title-cover h2{
	font-family: 'Archivo Black', Arial,  sans-serif;
    font-size: 35px;
    padding: 10px 0 5px 0;
    margin: 0;
    color:#c41230;
    background: -webkit-linear-gradient(#c6576a, #c41230);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-cover h3{
	font-family: 'Archivo Black', Arial,  sans-serif;
    font-size: 22px;
    padding: 0 0 5px 0;
    margin: 0;
    color:#c41230;
    background: -webkit-linear-gradient(#c6576a, #c41230);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-cover h3::before{
    display: inline-block;
    content: "";
    border-top: 1px solid black;
    width: 335px;
    margin: 0 15px 0 0;
    transform: translateY(-7px);
}

.title-cover h3::after{
	display: inline-block;
    content: "";
    border-top: 1px solid black;
    width: 335px;
    margin: 0 0 0 15px;
    transform: translateY(-7px);
}

.tricolor{
    padding: 10px 0;
}

.tricolor ul {
    display: inline-block;
    padding: 0;
}

.tricolor ul li{
    display: inline-block;
}

.intro-cover {
    background: #c41230;
    width: 100%;
    margin: 0 0 20px 0;
}

.intro {
    padding: 10px;
}

.intro p {
    color: #ffffff;
    font-family: Calibri, arial, sans-serif;
    font-size: 15px;
    text-align: justify;
    padding: 5px 15px;
}

.white-line {
    background: #ffffff;
    height: 2px;
    width: 100%;
}

.register {
    text-align: center;
    margin: 0 auto;
}

.register a{
   font-family: 'Archivo Black', Arial,  sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #313131;
    background: #ffffff;
    padding: 0 10px 5px 10px;
    -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.register a:hover{
    text-decoration: none;
    color: #666666;
    -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.agenda-cover {
    background: #ffffff;
    min-height: 780px;
    width: 100%;
}

.agenda {
    padding: 10px;
}

.agenda h3{
    font-family: 'Archivo Black', Arial, sans-serif;
    font-size: 21px;
    padding: 0 0 2px 10px;
    margin: 0;
    text-align: left;
    color:#c41230;
    background: -webkit-linear-gradient(#c6576a, #c41230);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


table {
	width: 100%;
	color: #ffffff;
	text-align: left;
	font-size: 14px;
	border-collapse: separate;
    border-spacing: 0 14px;
}

table tr th {
	background-color: #c4122f;
	padding: 10px;
}

table tr td {
	padding: 10px;	
	color: #3f3f3f;
	margin: 10px;
    font-family: Calibri, arial, sans-serif;
    font-size: 16px;
}

.table-head-tr {
    padding: 5px 0;
    border-top:3px solid #333333;
    border-bottom: 3px solid #333333;
}

.table-head-td {
    color: #ffffff;
    background: #c41230;
    font-size: 18px;
    font-weight: bold;
    font-family: Calibri, arial, sans-serif;
     border-top:3px solid #333333;
    border-bottom: 3px solid #333333;
}

.table-time {
    width: 25%;
}

.table-event {
    width: 75%;
}

.red-line {
    background: #c41230;
    height: 1px;
    width: 100%;
    margin: 2px 0 10px 0;
}

.speaker-cover {
    background: #c41230;
    padding: 10PX;
    margin: 20px 0 20px 0;
}

.speaker-cover h2{
    color: #ffffff;
    font-size: 30px;
    text-transform: uppercase;
    background: #c41230;
    font-family: 'Archivo Black', Arial, sans-serif;
    position: relative;
    bottom: 20px;
    width: 225px;
    margin: 0 auto;
}

.speaker {
    padding: 5px;
    background: #ffffff;
    
}

.speaker-border {
    border: 3px solid #ffffff;
    padding: 10px;
}

.speaker-blue-border {
    padding: 10px;
    border-top: 2px solid #4b70c4;
  border-bottom: 2px solid #66b3d9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
  -webkit-background-size: 2px 100%;
  -moz-background-size: 2px 100%;
  background-size: 2px 100%;
  background-image: -webkit-linear-gradient(top, #4b70c4 0%, #66b3d9 100%), -webkit-linear-gradient(top, #4b70c4 0%, #66b3d9 100%);
  background-image: -moz-linear-gradient(top, #4b70c4 0%, #66b3d9 100%), -moz-linear-gradient(top, #4b70c4 0%, #66b3d9 100%);
  background-image: -o-linear-gradient(top, #4b70c4 0%, #66b3d9 100%), -o-linear-gradient(top, #4b70c4 0%, #66b3d9 100%);
  background-image: linear-gradient(to bottom, #4b70c4 0%, #66b3d9 100%), linear-gradient(to bottom, #4b70c4 0%, #66b3d9 100%);
}

.speaker-orange-border {
    padding: 10px;
    border-top: 2px solid #f78b9a;
  border-bottom: 2px solid #fcb275;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
  -webkit-background-size: 2px 100%;
  -moz-background-size: 2px 100%;
  background-size: 2px 100%;
  background-image: -webkit-linear-gradient(top, #f78b9a 0%, #fcb275 100%), -webkit-linear-gradient(top, #f78b9a 0%, #fcb275 100%);
  background-image: -moz-linear-gradient(top, #f78b9a 0%, #fcb275 100%), -moz-linear-gradient(top, #f78b9a 0%, #fcb275 100%);
  background-image: -o-linear-gradient(top, #f78b9a 0%, #fcb275 100%), -o-linear-gradient(top, #f78b9a 0%, #fcb275 100%);
  background-image: linear-gradient(to bottom, #f78b9a 0%, #fcb275 100%), linear-gradient(to bottom, #f78b9a 0%, #fcb275 100%);
}

.speaker-green-border {
    padding: 10px;
    border-top: 2px solid #2e96b4;
  border-bottom: 2px solid #7dd8b5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
  -webkit-background-size: 2px 100%;
  -moz-background-size: 2px 100%;
  background-size: 2px 100%;
  background-image: -webkit-linear-gradient(top, #2e96b4 0%, #7dd8b5 100%), -webkit-linear-gradient(top, #2e96b4 0%, #7dd8b5 100%);
  background-image: -moz-linear-gradient(top, #2e96b4 0%, #7dd8b5 100%), -moz-linear-gradient(top, #2e96b4 0%, #7dd8b5 100%);
  background-image: -o-linear-gradient(top, #2e96b4 0%, #7dd8b5 100%), -o-linear-gradient(top, #2e96b4 0%, #7dd8b5 100%);
  background-image: linear-gradient(to bottom, #2e96b4 0%, #7dd8b5 100%), linear-gradient(to bottom, #2e96b4 0%, #7dd8b5 100%);
}

.speaker-pink-border {
    padding: 10px;
    border-top: 2px solid #e45d98;
  border-bottom: 2px solid #fa86b9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
  -webkit-background-size: 2px 100%;
  -moz-background-size: 2px 100%;
  background-size: 2px 100%;
  background-image: -webkit-linear-gradient(top, #e45d98 0%, #fa86b9 100%), -webkit-linear-gradient(top, #e45d98 0%, #fa86b9 100%);
  background-image: -moz-linear-gradient(top, #e45d98 0%, #fa86b9 100%), -moz-linear-gradient(top, #e45d98 0%, #fa86b9 100%);
  background-image: -o-linear-gradient(top, #e45d98 0%, #fa86b9 100%), -o-linear-gradient(top, #e45d98 0%, #fa86b9 100%);
  background-image: linear-gradient(to bottom, #e45d98 0%, #fa86b9 100%), linear-gradient(to bottom, #e45d98 0%, #fa86b9 100%);
}

.speakerpic {
    width: 30%;
    display: inline-block;
    padding-top: 20px;
    vertical-align: top;
}

.speakerinfo {
    width: 60%;
    display: inline-block;
    text-align: left;
    padding: 20px 0 0 30px;
}

.speakerinfo p{
     font-family: Calibri, Arial, sans-serif;
    font-size: 15px;
    line-height: 21px;
    color: #3f3f3f;
}

.speaker-blue-border h3{
    font-family: 'Archivo Black', Arial, sans-serif;
    font-size: 21px;
    color:#4b70c4;
  background: -webkit-linear-gradient(#4b70c4, #66b3d9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;  
    margin: 0 0 5px 0;
}

.speaker-blue-border h5{
    font-family: Calibri, Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    color:#4b70c4;
  background: -webkit-linear-gradient(#4b70c4, #66b3d9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;  
    margin: 0;
}

.speaker-orange-border h3{
    font-family: 'Archivo Black', Arial, sans-serif;
    font-size: 21px;
    color:#f78b9a;
  background: -webkit-linear-gradient(#f78b9a, #fcb275);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;  
    margin: 0 0 5px 0;
}

.speaker-orange-border h5{
    font-family: Calibri, Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    color:#f78b9a;
  background: -webkit-linear-gradient(#f78b9a, #fcb275);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;  
    margin: 0;
}

.speaker-green-border h3{
    font-family: 'Archivo Black', Arial, sans-serif;
    font-size: 21px;
    color:#2e96b4;
  background: -webkit-linear-gradient(#2e96b4, #7dd8b5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;  
    margin: 0 0 5px 0;
}

.speaker-green-border h5{
    font-family: Calibri, Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    color:#2e96b4;
  background: -webkit-linear-gradient(#2e96b4, #7dd8b5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;  
    margin: 0;
}

.speaker-pink-border h3{
    font-family: 'Archivo Black', Arial, sans-serif;
    font-size: 21px;
    color:#e45d98;
  background: -webkit-linear-gradient(#e45d98, #fa86b9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;  
    margin: 0 0 5px 0;
}

.speaker-pink-border h5{
    font-family: Calibri, Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    color:#e45d98;
  background: -webkit-linear-gradient(#e45d98, #fa86b9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;  
    margin: 0;
}

.footnote {
	margin: 25px 0 20px 0;
	font-size: 18px;
    line-height: 27px;
    font-weight: bold;
}

footer {
	background: url("../images/bg_footer.jpg") 0 0 no-repeat;
	padding: 30px 0;
	width: 100%;
	font-size: 15px;
}

.box_footer {
	background: #fff;
	width: 820px;
	margin: 0 auto;
	padding: 25px 0;
	color: #4c4c4c;
	text-align: center;

}

footer a {
	color: #000;
	text-decoration: none;
}



