@charset "utf-8";
/* Eventify, Responsive HTML5 Event Template */
/* CSS Document */
/* Version 1.0 - Mon, 25 Nov 2013 15:25:52 -0600 */

/*  -----------------------------------------------------   /*
	GENERAL
/*  -----------------------------------------------------   /*
/**/
body {
	margin: 0;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #393e46 !important;
	background-color: #ffffff;
}

/*  -----------------------------------------------------   /*
	TOP BAR & NAVIGATION
/*  -----------------------------------------------------   /*


/*  -----------------------------------------------------   /*
	SECTION BACKGROUNDS
/*  -----------------------------------------------------   /*

/* Sections */
#intro {
	background:url(../images/backgrounds/intro.jpg) center center no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: white;
	min-height: 300px;
	height: 660px;
	margin: 0 auto;
	padding: 0;
}
 #register, #speakers, #schedule, #workshops, #venue, #sponsors, #news, #twitter-feed, #contact, #attendees, #newsletter, #Advisory-Board {
	padding: 50px 0 30px;
	-webkit-box-shadow: 0 5px 0 rgba(30, 38, 44, 0.2) inset;
	-moz-box-shadow: 0 5px 0 rgba(30, 38, 44, 0.2) inset;
	box-shadow: 0 5px 0 rgba(30, 38, 44, 0.2) inset;
}

#about {
	padding: 0px 0 30px;
	-webkit-box-shadow: 0 5px 0 rgba(30, 38, 44, 0.2) inset;
	-moz-box-shadow: 0 5px 0 rgba(30, 38, 44, 0.2) inset;
	box-shadow: 0 5px 0 rgba(30, 38, 44, 0.2) inset;
}

#about {
	background: none repeat scroll 0 0  #f7f7f7;
}
#register {
	background: /*#7bc1a1*/url(../images/backgrounds/intro.jpg) center center no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 60px 0;
}
#speakers {
	background:  #E7EBED;
}
#attendees{
	background: #ffffff;
}
#Advisory-Board{
	background:  #fbfbfb;
}
#schedule {
	background: #d9ffff;
}
#workshops {
	background: #F2BC47;
}
#venue {
	
	background-color: #4C5D67;
	}
#sponsors {
	background: #f4f4f4;
}
#news {
	background: #f2f9f9;
}
#twitter-feed {
	background: #E7EBED;
	padding: 60px 0;
}
#contact {
	background: #4C5D67;
	padding-bottom: 80px;
}
#newsletter {
	background: #E7EBED;
	padding: 60px 0;
}
#map {
	background: #4C5D67;
	padding: 0;
}
footer {
	background-color: #2C3840;
	color: #E1E4E5;
	font-size: 14px;
	font-weight: 100;
	height: 200px;
	padding: 20px 0;
}
footer img {
	margin: 10px 0 15px;
}
/*  -----------------------------------------------------   /*
	DIVIDERS, HEADERS & SUBHEADERS
/*  -----------------------------------------------------   /*

/* Dividers */
.divider {
	border-top: 3px solid #5DBEB2;
	clear: both;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 40px auto 50px;
	width: 110px;
}
.divider-space {
	border: none;
	clear: both;
	font-size: 0;
	height: 0px;
	line-height: 0;
	margin: auto auto 50px;
	width: 100%;
}
.divider-white {
	border-top: 3px solid #FFFFFF;
	clear: both;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 50px auto;
	width: 110px;
}
hr {
	margin: 20px auto;
	border: 0;
	border-top: 3px solid #5DBEB2;
	border-bottom: none;
}
hr.divider-short {
	border-top: 3px solid rgba(0, 0, 0, 0.25);
	clear: both;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 15px auto;
	width: 60px;
}
/* Headers */
.module-header {
	border-bottom: 0 none;
	margin-bottom: 25px;
	margin-top: 0px;
	padding-bottom: 0;
	position: relative;
	text-align: center;
}
.module-header h4 {
	background-color: rgba(0, 0, 0, 0);
	color: rgba(0, 0, 0, 0.4);
	display: inline-block;
	font-size: 18px;
	font-weight: 700 !important;
	line-height: 20px !important;
	padding: 0px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
}
.white-header h4 {
	color: #FFFFFF;
}
/* Subheader */
.subheader {
	border-bottom: 0 none;
	margin: 25px 0;
	padding-bottom: 0;
	position: relative;
	text-align: center;
}
.subheader h4 {
	background-color: rgba(0, 0, 0, 0);
	color: #48A3A6;
	display: inline-block;
	font-size: 16px;
	font-weight: 700 !important;
	line-height: 20px !important;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
}
.subheader.white h4 {
	color: #FFFFFF;
}
/*  -----------------------------------------------------   /*
	BOXES
/*  -----------------------------------------------------   /*

/* Hero Unit */
.hero-unit {
	padding: 0px;
	margin-bottom: 0px;
	color: inherit;
	background-color: transparent;
}
.hero-unit > h1, .hero-unit > h2 {
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 20px;
}
.hero-unit > h2 {
	color: inherit;
	font-size: 40px;
}
.hero-unit > h4 {
	font-size: 18.5px;
	font-weight: 400;
	margin: 0 0 15px;
}
/* Box */
.box {
	background: none repeat scroll 0 0 #FFFFFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	color: #2C3840;
}
/*  -----------------------------------------------------   /*
	COLORS, IMAGE & ICONS CONTAINERS
/*  -----------------------------------------------------   /*


/*  -----------------------------------------------------   /*
	SECTION CUSTOM STYLES
/*  -----------------------------------------------------   /*


/* Schedule Section */
.schedule-download {
	display: inline-block;
	font-weight: 100;
	margin: 20px 0;
}
.schedule-download a {
	padding: 15px;
}
.schedule-download p {
	display: inline-block;
	font-size: 18px;
	font-weight: 100;
	margin: 0;
}

/* Tabs */

/* Toggle */
/* Tabs */
.tab-content {
	overflow: inherit !important;
}
.tab-fillspace {
	display: block;
	left: 0;
	position: relative;
}
.tab-fillspace li {
	background: transparent;
	display: table-cell;
	float: none;
	width: 1%;
}
.tab-fillspace li:after {
}
.tab-fillspace li.active {
}
.tab-fillspace li.active:after {
	background: url("../images/tri_down_dark.png") no-repeat scroll 50% 0 transparent;
	content: "";
	display: block;
	height: 7px;
	position: relative;
}
.tab-fillspace li a {
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	margin-right: 0 !important;
	text-align: center;
	text-transform: uppercase;
}
/**/

/* */
#schedule-tabs {
	margin-bottom: 40px;
}
.toggle-item-title {
	cursor: pointer;
}

.toggle-item-title {
	background: url(../img/toggle.png) scroll no-repeat right 5px transparent;
	padding: 0 32px 0 0;
}
.toggle-item-title.event-title.ui-state-active {
	background: url(../img/toggle-close.png) scroll no-repeat right 5px transparent;
	padding: 0 32px 0 0;
}
/* Modal */
.modal {
	background-color: #fff;
	-webkit-border-radius: 8px 8px 11px 11px;
	-moz-border-radius: 8px 8px 11px 11px;
	-ms-border-radius: 8px 8px 11px 11px;
	-o-border-radius: 8px 8px 11px 11px;
	border-radius: 8px 8px 11px 11px;
}
.modal-footer {
	background-color: #efefef;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-ms-border-radius: 0 0 8px 8px;
	-o-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	border-top: medium none;
	box-shadow: none;
}
/*  -----------------------------------------------------   /*
	TIMELINE
/*  -----------------------------------------------------   /*

/* */
.main-timeline {
	margin-top: 20px;
}
.timeline {
	position: relative;
	padding: 0;
	font-family: 'Open Sans', Arial, sans-serif;
	margin: 0;
}
.timeline:before {
	/*background-color: rgba(0, 0, 0, 0.06); */
	background-color: #2C3840;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	/*-webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25) inset, 1px 0px 0px rgba(255, 255, 255, 0.25);
	-moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25) inset, 1px 0px 0px rgba(255, 255, 255, 0.25);
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25) inset, 1px 0px 0px rgba(255, 255, 255, 0.25);*/
	content: "";
	height: 100%;
	left: 110px;
	position: absolute;
	top: 0;
	width: 5px;
}
.event {
	position: relative;
	margin-bottom: 0px;
	padding-bottom: 30px;
}
.event:last-child {
	padding-bottom: 0;
}
.timeline-icon {
	margin-left: 93px;
	margin-top: 15px;
}
.timeline-icon {
	background: none repeat scroll 0 0 rgba(72, 163, 166, 0.4);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	float: left;
	height: 40px;
	padding: 4px;
	position: relative;
	width: 40px;
	z-index: 10;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.timeline-icon-container {
	background:#66ffff /* Old browsers  #EF7247;*/
	/*background: -moz-linear-gradient(top, #EFEFEF 1%, #EF7247 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #EFEFEF), color-stop(100%, #EF7247)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, #EFEFEF 1%, #EF7247 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, #EFEFEF 1%, #EF7247 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top, #EFEFEF 1%, #EF7247 100%); /* IE10+ */
	/*background: linear-gradient(to bottom, #EFEFEF 1%, #EF7247 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EFEFEF', endColorstr='#EF7247', GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	height: 30px;
	line-height: 25px;
	margin-left: 1px;
	margin-top: -1px;
	/*-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), 0px -1px 1px rgba(255, 255, 255, 0.7) inset;
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), 0px -1px 1px rgba(255, 255, 255, 0.7) inset;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), 0px -1px 1px rgba(255, 255, 255, 0.7) inset;*/
	vertical-align: text-top;
	width: 30px;
}
.timeline-icon-container i {
	color: #FFFFFF;
	font-size: 19px;
	line-height: 28px;
	padding-left: 2px;
}
.event:hover .timeline-icon {
	/*background: none repeat scroll 0 0 rgba(255, 255, 255, 0.65);*/
	background: #2C3840;
}
.time-box {
	position: absolute;
	top: 23px;
	z-index: 1;
}
.time-box:before {
}
.time-box time {
	color: rgba(0, 0, 0, 0.35);
	font-size: 20px;
	font-weight: 600;
	padding: 0 0 0 15px;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}
.time-box sup {
	font-size: 12px;
	padding-left: 2px;
	text-transform: uppercase;
}
.timeline-content {
	margin-left: 160px;
	margin-top: 0;
	padding-top: 0px;
	perspective: 600px;
	position: relative;
}
.event-content {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background: none repeat scroll 0 0 #ffffff;
	border: medium none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	/*-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);*/
	padding: 1px 16px;
	width: 100%;/*width: -moz-calc(100% - 30px);/* Firefox *//*width: -webkit-calc(100% - 30px);/* WebKit *//*width: -o-calc(100% - 30px);/* Opera *//*width: calc(100% - 30px);/* Standard */
}
.event-content:before {
	background: url("../images/tri_left.png") no-repeat scroll 0 0 transparent;
	content: " ";
	height: 16px;
	left: -8px;
	position: absolute;
	top: 25px;
	width: 8px;
}
.event-title h3 {
	font-size: 14px;
	line-height: 25px;
	font-weight: 500;
	text-transform: uppercase;
}
.event-title h3 span {
	color: #999999;
	font-weight: 400;
	text-transform: none;
}
.event-title h4 span {
	color: #999999;
	font-weight: 400;
}

/* Alerts */
.alert .close {
	top: 2px;
}


/* Headers */
.module-header {
	border-bottom: 0 none;
	margin-bottom: 25px;
	margin-top: 0px;
	padding-bottom: 0;
	position: relative;
	text-align: center;
}
.module-header h4 {
	background-color: rgba(0, 0, 0, 0);
	color: rgba(0, 0, 0, 0.4);
	display: inline-block;
	font-size: 18px;
	font-weight: 700 !important;
	line-height: 20px !important;
	padding: 0px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
}
.white-header h4 {
	color: #FFFFFF;
}
/* Subheader */
.subheader {
	border-bottom: 0 none;
	margin: 25px 0;
	padding-bottom: 0;
	position: relative;
	text-align: center;
}
.subheader h4 {
	background-color: rgba(0, 0, 0, 0);
	color: #48A3A6;
	display: inline-block;
	font-size: 16px;
	font-weight: 700 !important;
	line-height: 20px !important;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
}
.subheader.white h4 {
	color: #FFFFFF;
}
/*  -----------------------------------------------------   /*
	BOXES
/*  -----------------------------------------------------   /*

/* Hero Unit */
.hero-unit {
	padding: 0px;
	margin-bottom: 0px;
	color: inherit;
	background-color: transparent;
}
.hero-unit > h1, .hero-unit > h2 {
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 20px;
}
.hero-unit > h2 {
	color: inherit;
	font-size: 40px;
}
.hero-unit > h4 {
	font-size: 18.5px;
	font-weight: 400;
	margin: 0 0 15px;
}


/* Modal */

.price-table {
	margin: 0;
}
.price-item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #E7EBED;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	float: left;
}
.price-table .item {
	margin-bottom: 15px;
	width: 100%;
}
.price-item .price-header {
	background: none repeat scroll 0 0 #822111;
	-webkit-border-radius:  6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-ms-border-radius: 6px 6px 0 0;
	-o-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	height: 90px;
	padding: 10px 0;
}
.price-item .price-header .title, .price-item .price-header .price {
	color: #FFFFFF;
	float: left;
	font-size: 26px;
	font-weight: 100;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.price-item .price-header .price {
	font-size: 40px;
	font-weight: 600;
}
.price-content {
	padding: 15px;
	text-align:justify;
}
.price-content11 {
	padding: 5px;
	text-align:justify;
	font-size: 10px;
}

.price-content111 {
	padding: 5px;
	text-align:justify;
}

.event-items {
	margin: 0;
}
.event-item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #ffffff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 30px;
	
}
.event-item1 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #99ccff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 10px;
	
}

.event-item .event-date {
	padding: 15px 0 0 15px;
}
.event-item .event-date time {
	color: #85959e;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
}
