/*----- Tabs -----*/

/*----- Tabs -----*/

.tabs {
	width:100%;
	display:inline-block;
}

/*----- Tab Links -----*/
/* Clearfix */
.tab-links:after {
	display:block;
	clear:both;
	content:''
}

.tab-links ul {
	list-style:none;
	width:122px !important;
	margin-top:10px;
}
.tab-links li {
	margin:0;
	float:left;
	list-style:none;
	width:122px;
	margin-bottom:2px;
}
.tab-links a {
	width:105px;
	padding:15px 0 15px 16px;
	display:inline-block;
	font-size:14px;
	color:#333;
	background-color:#fff;
	transition:all linear .15s;
	border-bottom:1px solid #ddd;
	border-left:2px solid #333;
	border-right:1px solid #ddd;
}

.tab-links a:hover {
	text-decoration:none;
	border-left:3px solid #f60;
	color:#F60;
}

li.active a,li.active a:hover {
	color:#F60;
	border-left:3px solid #f60;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
}

/*----- Content of Tabs -----*/
.tab-content {
	border-radius:3px;
	width:100%;
	letter-spacing:1px;
}

.tab {
	display:none;
	margin-top:10px;
}
.tab-content h4 {
	font-size:18px;
	padding-bottom:5px;
	margin-top:10px;
	color:#333;
	border-bottom:1px dotted #333;
}

.tab.active {
	display:block
}

.tabs-title
{
	float:left;
	font-size:16px;
	font-weight:700;
	padding: 20px 20px 10px 20px;
	color:#666;
	width:660px;
	background: transparent;
}
.tabs-body {
	float:left;
	width:660px;
	font-size:14px;
	padding: 10px;
	color:#888;
	line-height:24px;
	text-indent:2em;
	background: transparent;
}
.tabs img {
	margin-left: auto;
	margin-right: auto;
}
.tab1-con {
	width:680 px;
	padding:0 0 10xp 0;
	margin-top:30px;
}
.tab2-con {
	width:685px;
	height:1540px;
	padding:0 0 10xp 0;
	margin-top:30px;
	background-image:url(/content/images/events/20141104033453_5880.png);
	background-repeat:repeat-x repeat-y;
}

.tab-content em {
	display:none  !important;
}

/*ICONS */
.btn-icon {
	width:16px;
	height:16px;
	float:right;
	padding-right:20px;
}