a{
	text-decoration:none;
	cursor:pointer;	
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'Montserrat', sans-serif;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.4em;
}

input,button,select,textarea{
	font-family: 'Droid Sans', sans-serif;	
}

/*::-webkit-input-placeholder { color:rgba(0,0,0,0.80);}
::-moz-placeholder { color:rgba(0,0,0,0.80) ;}
:-ms-input-placeholder { color:rgba(0,0,0,0.80) ;}
input:-moz-placeholder { color:rgba(0,0,0,0.80) ;}*/

/***Agenda Section***/

.schedule-section{	position:relative;	padding:60px 0px 80px;}
.download-btn{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:10px 25px 8px;
	margin-bottom:20px;
	border:2px solid #fff;
	color:#fff;
	font-size:14px;
	font-family:'Montserrat',sans-serif;
	text-transform:uppercase;
}

.download-btn .fa{	padding-right:20px;	font-size:20px;}
.download-btn:hover{	color:#ffffff;	background:#fc5a1b;	border-color:#fc5a1b;}
.agenda{	position:relative;}
.agenda .tab-buttons{	position:relative;	width:100%;	display:table;}
.style-two .agenda .tab-buttons{	display:block;	float:left;	width:18%;	}
.agenda .tab-buttons .tab-btn{
	position:relative;
	display:table-cell;
	text-align:center;
	background:#ffffff;
	color:#fc5a1b;
	line-height:1.4em;
	padding:20px 10px;
	border-bottom:1px solid #dadada;
	border-right:1px solid #dadada;
	font-family:'Lato',sans-serif;
	cursor:pointer;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;	
} 

.style-two .agenda .tab-buttons .tab-btn{	display:block;}
.agenda .tab-buttons .tab-btn:last-child{	border-right:none;	}
.style-two .agenda .tab-buttons .tab-btn:last-child{border-bottom:none;	border-right:1px solid #dadada;}
.agenda .tab-buttons .tab-btn.active,
.agenda .tab-buttons .tab-btn:hover{	border-color:#fc5a1b;	background:#fc5a1b;	color:#ffffff;}
.style-two .agenda .tab-buttons .tab-btn.active,
.style-two .agenda .tab-buttons .tab-btn:hover{	border-bottom-color:#ffffff;}
.agenda .tab-buttons .tab-btn .day{display:block;	text-transform:capitalize;	font-size:22px;	margin-bottom:7px;}
.agenda .tab-buttons .tab-btn .date{	display:block;	font-size:15px;	}
.agenda .tab-buttons .tab-btn .curve{
	position:absolute;
	display:block;
	width:100%;
	left:0px;
	bottom:0px;
	background:none;
	text-align:center;
	opacity:0;
}

.style-two .agenda .tab-buttons .tab-btn .curve{	width:20px;	height:100%;	bottom:auto;	left:auto;	right:0px;	top:0px;}
.agenda .tab-buttons .tab-btn.active .curve,
.agenda .tab-buttons .tab-btn:hover .curve{
	bottom:-19px;
	opacity:1;
	transition:all 300ms ease 200ms;
	-webkit-transition:all 300ms ease 200ms;
	-ms-transition:all 300ms ease 200ms;
	-o-transition:all 300ms ease 200ms;
	-moz-transition:all 300ms ease 200ms;	
}

.style-two .agenda .tab-buttons .tab-btn.active .curve,
.style-two .agenda .tab-buttons .tab-btn:hover .curve{	bottom:auto;	right:-17px;}
.agenda .tab-buttons .tab-btn .curve:after{
	content:'';
	display:inline-block;
	width:0px;
	height:0px;
	border:7px solid transparent;
	border-top-color:#fc5a1b;	
}
.style-two .agenda .tab-buttons .tab-btn .curve:after{
	content:'';
	position:absolute;
	right:3px;
	top:42px;
	display:inline-block;
	width:0px;
	height:0px;
	border:7px solid transparent;
	border-left-color:#fc5a1b;	
}
.agenda .tabs-box{position:relative;}
.style-two .agenda .tabs-box{	float:left;	width:82%;	}
.agenda .tab{	position:relative;	padding:40px 20px;	display:none;	}
.style-two .agenda .tab{	padding-bottom:10px;}
.agenda .tab.current{	display:block;	}
.agenda .hour-box{
	position:relative;
	padding-left:150px;
	font-size:16px;
	padding-bottom:20px;
	overflow:hidden;
}
.agenda .hour-box:before{
	content:'';
	position:absolute;
	left:111px;
	top:24px;
	width:2px;
	height:100%;
	background:#d2d2d2;
}
.agenda .hour-box.active-box:before{background:#fc5a1b;}
.agenda .hour-box:last-child:before{	display:none;}
.agenda .hour-box .hour{	position:absolute;	left:0px;	top:0px;	width:100px;	line-height:2em;	color:#fff;	}
.agenda .hour-box .circle{position:absolute;left:100px;top:0px;width:24px;height:24px;border:2px solid #d2d2d2;}
.agenda .hour-box.active-box .circle{	border-color:#fc5a1b;}
.agenda .hour-box .toggle-btn{position:relative;	top:-4px;	margin-bottom:5px;	cursor:pointer;}
.agenda .hour-box .toggle-btn h3{	position:relative; display:inline-block; font-size:18px; padding-right:30px; color:#fff; letter-spacing: 0px;}
.agenda .hour-box .toggle-btn h3:after{
	font-family: 'FontAwesome';
	content:'\f107';
	position:absolute;
	right:0px;
	top:0px;
	width:30px;
	height:30px;
	display:block;
	color:#fc5a1b;
	line-height:28px;
	font-size:24px;
	text-align:right;
	z-index:5;	
}
.agenda .hour-box .toggle-btn.active h3:after{content:'\f106';}
.agenda .hour-box .content-box{position:relative;	padding-right:20px;	display:none;}
.agenda .hour-box .content-box.collapsed{	display:block;}
.agenda .hour-box .content-box .professional{	position:relative;}
.agenda .hour-box .professional .info{position:relative; padding-left:110px; padding-top:10px; min-height:50px; margin-bottom:20px;}
.agenda .hour-box .professional .info .image{	position:absolute; left:15px; top:0px; width:72px; height:72px; border:1px solid #d0d0d0; overflow:hidden;}
.agenda .hour-box .professional .info .image img{	display:block;	width:100%;	}
.agenda .hour-box .professional .info .prof-title{font-size:18px;	margin-bottom:7px; font-weight:500;}
.agenda .hour-box .professional .info .prof-occup{font-size:15px;	color:#fc5a1b;}
.img-circle { border-radius: 50%;}