.categoryList {
	opacity: 0;
}

ul.categoryList li {
	list-style-type: none;
	padding: 15px 0 15px 40px;
	font-size: 15pt;
	color: #0095cd;	
	cursor: pointer;
	display: block;
	font-family: CFL;
}

.title {
	cursor: default !important;
	border-top: 0;
}

.backButton {
	display: none;
}

.backButton li {
	font-family: CFL;
	list-style-type: none;
	padding: 15px 0 15px 40px;
	font-size: 15pt;
	color: #03A9F4;
	cursor: pointer;
	display: block;
}

#liney {	
	width: 540px !important;
	height: 300px;
	display: block;
	margin: 200px auto 0 auto;	
	opacity: 0;
	z-index: 100;	
	background: url('../i/coverImage.png') no-repeat;
	background-position: center;
	background-size: cover;
}

.cover {
	position: absolute;
	top: 75px;
	right: 0;
	z-index: 99;
	opacity: 0;
	background: url('../i/main_image.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	/*background-color: #f0f0f0;*/
}

.cover > * {
	font-family: TF;
}

.loading {
	text-align: center;
	width: 150px;
	border-radius: 4px;
	margin: 10px auto 0 auto;
	color: #555;
	display: none;
	background: url('../i/white_trans.png') repeat;
	padding: 4px 0;
}

.noscriptImg {
	width: 523px;
	height: 467px;
	margin: 40px auto 0 auto;
	display: block;
}

.section {
	background: #fff;
	border: 1px solid #d9d9d9;
	box-shadow: 0px 0px 5px #d9d9d9;
	padding: 5px 15px 15px 15px;
	margin: 20px auto;
	clear: both;
	display: block;
}

.section p:first-child {
	padding-top: 0;
}

.section p {
	line-height: 1.4em;
	padding-top: 15px;
}

.section h2 {
	margin-top: 1em;
}

.itemList {
	margin-left: 20px;
}

.itemList li {
	list-style-image: url('../i/listBullet.png');
	line-height: 1.7em;
}

.itemList li.noBullet {
	list-style: none;
	line-height: 1.7em;
}

.itemList a {
	text-decoration: underline;
	color: #727272;
}

.itemList a:visited {
	text-decoration: underline;
	color: #727272;
}

.itemList a:hover {
	text-decoration: none;
	color: #999999;
}

.imageBlock {
	display: block;
	margin: 10px 10px 0 0;
	padding: 5px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
}

.swItem {
	min-height: 260px;
	width: 100%;
	display: block;
	margin-top: 15px;
	background: #fff;
	border: 1px solid #d9d9d9;
	box-shadow: 0px 0px 5px #d9d9d9;
}

.swImage {
	height: 260px;
	float: left;
	margin-right: 15px;
}

.textContent {
	height: auto;
	padding: 10px;
	font-size: 11pt;
}

.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 1%;
	display: block;
}

.containsImg {
	min-height: 240px;
}

.maxHeight {
	height: 200px;
}

.portfolioItem {
	display: block;	
	max-width: 90%;
	margin: 10px auto 0 auto;
	padding: 10px;
	background: #efefef;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
}

.portfolioImage {
	max-width: 90%;
	width: 700px;
	display: block;
	margin: 0 auto;
}

.socialMediaIcons {
	margin-top: 15px;
}

.socialMediaIcons img {
	padding-right: 5px;
	vertical-align: middle;
}

#displayHint {
	position: absolute;	
	height: 20px;
	width: 200px;
	display: none;
	opacity: 0;
	background: #3f3f3f;
	border-radius: 3px;
	padding: 2px 4px !important;
	color: #fff !important;
	box-shadow: 0 0 2px #2b2b2b;
	margin-left: 2px;
	font-size: 11pt;
	text-align: center;
}