
.extra-wrap {
	overflow: hidden;
}


/*-----subMenu1-----*/


.welcomeBox {
	padding-bottom: 51px;
}
.welcomeBox > div {
	background: url(../img/dotted.png) repeat-x;
	padding: 15px 0 0 0;
}

.welcome-box {
	padding-top: 33px;
	position: relative;
	padding-bottom: 18px;
}
.events-box {

	position: relative;
	padding-bottom: 18px;
}
.favorites-box {

	position: relative;
	padding-bottom: 18px;
}


.professionalBox {
	padding-top: 81px;
	padding-bottom: 68px;
}
.professionalBox h2 {
	margin-bottom: 42px;
}
.professionalBox article figure {
	margin: 0;
	width: 100%;
	text-align: center;
	margin-bottom: 38px;
}
.professionalBox article figure img {
	display: inline-block;
}

/*-----thumbs-----*/

.thumb-pad1 .thumbnail {
	position: relative;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.thumb-pad1 .thumbnail figure {
	margin: 0;
	overflow: hidden;
	margin-bottom: 20px;
	border: 3px solid #ffffff;
	border-radius: 5px;
}
.thumb-pad1 .thumbnail figure img {
	width: 100%;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0;
	color: #606060;
	overflow: hidden;
}
.thumb-pad1 .thumbnail .caption p {
	margin-bottom: 30px;
}

/*-----list-----*/

.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 31px;
	margin-top: -2px;
}
.list1 li {
	font-size: 12px;
	line-height: 16px;
	background: url(../img/dotted2.png) 0 bottom repeat-x;
	padding-bottom: 22px;
	margin-bottom: 5px;
	text-align:justify;
}
.list1 li time {
	font: bold 13px/14px "Arial Special G1", sans-serif;
	color: #224265;
	text-transform: uppercase;
	display: block;
	margin-bottom: 11px;
}
.list1 li p {
	margin: 0;
	padding-top: 10px;
}
.list1 li a {
	font: bold 13px/19px "Arial Special G1", sans-serif;
	color:#666666;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 li a:hover {
	color: #606060;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
