@font-face {
	font-family: 'xtypofont';
	src:url('assets/fonts/xtypofont.eot');
	src:url('assets/fonts/xtypofont.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/xtypofont.svg#xtypofont') format('svg'),
		url('assets/fonts/xtypofont.woff') format('woff'),
		url('assets/fonts/xtypofont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/* Use the following CSS code if you want to have a class per icon */
[class^="iconxt-"]:before, [class*=" iconxt-"]:before,
[class^="xtypo_code"]:before, [class*=" xtypo_code"]:before,
[class^="xtypo_quote"]:before, [class*=" xtypo_quote"]:before,
[class^="xtypo_quote_left"]:before, [class*=" xtypo_quote_left"]:before,
[class^="xtypo_quote_right"]:before, [class*=" xtypo_quote_right"]:before,
[class^="xtypo_rounded1"]:before, [class*=" xtypo_rounded1"]:before,
[class^="xtypo_rounded_left1"]:before, [class*=" xtypo_rounded_left1"]:before,
[class^="xtypo_rounded_right1"]:before, [class*=" xtypo_rounded_right1"]:before,
[class^="xtypo_rounded2"]:before, [class*=" xtypo_rounded1"]:before,
[class^="xtypo_rounded_left2"]:before, [class*=" xtypo_rounded_left1"]:before,
[class^="xtypo_rounded_right2"]:before, [class*=" xtypo_rounded_right1"]:before,
[class^="xtypo_rounded3"]:before, [class*=" xtypo_rounded1"]:before,
[class^="xtypo_rounded_left3"]:before, [class*=" xtypo_rounded_left1"]:before,
[class^="xtypo_rounded_right3"]:before, [class*=" xtypo_rounded_right1"]:before,
[class^="xtypo_rounded4"]:before, [class*=" xtypo_rounded1"]:before,
[class^="xtypo_rounded_left4"]:before, [class*=" xtypo_rounded_left1"]:before,
[class^="xtypo_rounded_right4"]:before, [class*=" xtypo_rounded_right1"]:before,
[class^="xtypo_button1"]:before, [class*=" xtypo_button1"]:before,
[class^="xtypo_button2"]:before, [class*=" xtypo_button2"]:before,
[class^="xtypo_button3"]:before, [class*=" xtypo_button3"]:before,
[class^="xtypo_list"]:before, [class*=" xtypo_list"]:before,
[class^="xtypo_list_left"]:before, [class*=" xtypo_list_left"]:before,
[class^="xtypo_list_right"]:before, [class*=" xtypo_list_right"]:before
 {
	font-family: 'xtypofont';
	font-style: normal;
	speak: none;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	text-shadow: 0 1px 0 #fff;
	font-size: 13px;
}
/*@group Notification box */
.xtypo-alert,
.xtypo_info,
.xtypo_warning,
.xtypo_sticky,
.xtypo_feed,
.xtypo_download {
	padding:1em 1em 1em 50px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	font-size: 14px;
	margin: 15px 0;
	position: relative;
	color: #666;
	border: 1px solid #ddd;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-radius: 4px;
	background:  #F5FD98  url('assets/line.png') repeat-y;
	box-shadow: inset 0px -10px 50px rgba(0,0,0,0.2);
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
	.xtypo-alert .iconxt-alert:before,
	.xtypo_info .iconxt-info:before,
	.xtypo_info .iconxt-info:before,
	.xtypo_warning .iconxt-warning:before,
	.xtypo_sticky .iconxt-sticky:before,
	.xtypo_feed .iconxt-feed:before,
	.xtypo_download .iconxt-download:before {
		display: inline-block;
		left: 0;
		width:36px;
		height:32px;
		font-size: 13px;
		line-height: normal;
		padding:0;
		border-radius: 50px;
		text-align: center;
		color: #333;
		position: absolute;
		text-shadow: 0 0 5px #fff;
	}
.xtypo-alert {
	background:  #F5FD98  url('assets/line.png') repeat-y;
	text-shadow: none;
	}
	.xtypo-alert .iconxt-alert:before {
		content: "\e006";
	}
.xtypo_info {
	background:  #B5D4FE  url('assets/line.png') repeat-y;
	color: #04529E;
	border: 1px solid #ddd;
	border-bottom: 1px solid #869DBC;
	border-right: 1px solid #869DBC;
	text-shadow: 0 0 5px #fff;
	}
	.xtypo_info .iconxt-info:before {
		content: "\e001";
	}
.xtypo_warning {
	background:  #fd7174  url('assets/line.png') repeat-y;
	color: #fff;
	border: 1px solid #ddd;
	border-bottom: 1px solid #C7626A;
	border-right: 1px solid #C7626A;
	}
	.xtypo_warning .iconxt-warning:before {
		content: "\e000";		
	}
.xtypo_sticky {
	background:  #a6a7ab  url('assets/line.png') repeat-y;
	color: #ddd;
	border: 1px solid #ddd;
	border-bottom: 1px solid #808184;
	border-right: 1px solid #808184;
	}
	.xtypo_sticky .iconxt-sticky:before {
		content: "\e002";	
	}
.xtypo_feed {
	background:  #f9b954  url('assets/line.png') repeat-y;
	color: #F3FB96;
	border: 1px solid #ddd;
	border-bottom: 1px solid #BA9347;
	border-right: 1px solid #BA9347;
	}
	.xtypo_feed .iconxt-feed:before {
		content: "\e003";
	}
.xtypo_download {
	background:  #3af354  url('assets/line.png') repeat-y;
	color: #fff;
	border: 1px solid #ddd;
	border-bottom: 1px solid #2AB33E;
	border-right: 1px solid #2AB33E;
	}
	.xtypo_download .iconxt-download:before {
		content: "\e005";
	}
/*@end */
/*@group Blockquote */
.xtypo_quote,
.xtypo_quote_left,
.xtypo_quote_right {
	font-size: 1.3em;
    font-weight: 300;
    line-height: 1.3em;
    margin: 15px 0 15px 0!important;
	padding: 1em 1em 1em 40px!important;
	position: relative;
	border: 1px solid #ddd;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-radius: 4px;
	background:  #fff  url('assets/line.png') repeat-y;
	color: #537B95;
	box-shadow: inset 0px -10px 50px rgba(0,0,0,0.2);
}
	.xtypo_quote:before,
	.xtypo_quote_left:before,
	.xtypo_quote_right:before {
		content: "\e008";
		display: block;
		line-height: 32px;
		text-align: center;
		width: 32px;
		height: 32px;
		border-radius: 50px;
		color: #333;
		position: absolute;
		font-size: 13px;
		margin-left: -38px;
		text-shadow: 0 1px 0 #fff;
	}
	.xtypo_quote small,
	.xtypo_quote_left small,
	.xtypo_quote_right small{
		font-size: 85%!important;
		display: block!important;
	    line-height: 20px!important;
	    color: #78A6C7!important;
	    margin: 0.5em 0;
	}
		.xtypo_quote_right small {
			text-align: right;
			padding: 0 15px 0 0!important;
		}
.xtypo_quote_right:before {
	border: none;
	right: 0;
}
.xtypo_quote {}
	.xtypo_quote p {
		padding: 0 0 0 15px;
		}
.xtypo_quote_left {
	float: left;
	width: 50%;
	margin-right: 15px!important;
}
	.xtypo_quote_left p {
		padding: 0 15px 0 15px;
	}
.xtypo_quote_right {
	float: right;
	width: 50%;
	margin-left:15px!important;
	padding-right: 40px!important;
	background: #ffffff  url('assets/line-r.png') repeat-y top right;
}
	.xtypo_quote_right p {
		text-align: right;
		padding: 0 15px 0 15px;
	}
/*@end */
/*@group Button */
.xtypo_button1,
.xtypo_button2,
.xtypo_button3 {
	display: inline-block!important;
	margin-right: 0.5em;
}
.xtypo_button1 a ,
.xtypo_button2 a ,
.xtypo_button3 a  {
	cursor: pointer;
	display: inline-block!important;
	line-height: 160%;
	margin-bottom: 0.5em;
	padding: 4px 15px 4px 50px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	font-size: 14px;
	border-radius: 4px!important;
	box-shadow: inset 0px -10px 50px rgba(0,0,0,0.2);
	border: 1px solid #999;
}
	.xtypo_button1 a {
		background:  #0b9aec  url('assets/line.png') repeat-y!important; color: #fff!important;
		text-shadow: 0px 0 5px #333;
	}
	.xtypo_button2 a {
		background:  #f0f0f0  url('assets/line.png') repeat-y!important; color:#666!important;
		text-shadow: 0px 0 5px #fff;
	}
	.xtypo_button3 a {
		background:  #f00  url('assets/line.png') repeat-y!important; color: #fff!important;
		text-shadow: 0px 0 5px #333;
	}
	.xtypo_button1:before,
	.xtypo_button2:before,
	.xtypo_button3:before {
		content: "\e004";
		display: block;
		line-height: 32px;
		text-align: center;
		width: 32px;
		height: 32px;		
		border-radius: 50px;
		color: #fff;
		position: absolute;
		font-size: 13px;
		margin-left: 5px;
		text-shadow: 0px -10px 50px rgba(0,0,0,0.2);
	}	
.xtypo_button1 a:hover ,
.xtypo_button2 a:hover ,
.xtypo_button3 a:hover {
	background: #333!important;
	color: #fff!important;
	text-shadow: 0px 0 5px #111;
	border: 1px solid #333;
}
/*@end */
/*@group Rounded Box */
.xtypo_rounded1,
.xtypo_rounded1_left,
.xtypo_rounded1_right ,
.xtypo_rounded2 ,
.xtypo_rounded_left2,
.xtypo_rounded2_right,
.xtypo_rounded3 ,
.xtypo_rounded3_left,
.xtypo_rounded3_right,
.xtypo_rounded4 ,
.xtypo_rounded4_left,
.xtypo_rounded4_right {
	display: block;
	margin: 15px 0 15px 0;
	border: 1px solid #ddd;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	line-height: 1.3em;
	position: relative;
	padding: 1em 1em 1em 50px;
	background:  #ffffff  url('assets/line.png') repeat-y;
	border-radius: 4px;
	box-shadow: inset 0px -10px 50px rgba(0,0,0,0.2);
	text-shadow: 0 1px 0px #666;
}
	.xtypo_rounded1,
	.xtypo_rounded1_left,
	.xtypo_rounded1_right {background:  #F5FD98  url('assets/line.png') repeat-y; text-shadow: 0 1px 0px #fff;}
	.xtypo_rounded2 ,
	.xtypo_rounded_left2,
	.xtypo_rounded2_right {background:  #B5D4FE  url('assets/line.png') repeat-y; color: #56628d;text-shadow: 0 1px 0px #c2d9f7;}
	.xtypo_rounded3 ,
	.xtypo_rounded3_left,
	.xtypo_rounded3_right {background:  #fd7174  url('assets/line.png') repeat-y; color: #fff;}
	.xtypo_rounded4 ,
	.xtypo_rounded4_left,
	.xtypo_rounded4_right {background:  #a6a7ab  url('assets/line.png') repeat-y; color: #fff;}
	.xtypo_rounded1:before,
	.xtypo_rounded1_left:before,
	.xtypo_rounded1_right:before {
		content: "\e00a";
		text-align: center;
		width: 32px;
		height: 32px;
		color: #333;
		position: absolute;
		font-size: 13px;
		margin-left: -48px;
	}
.xtypo_rounded1_left {
	width: 50%;
	float: left;
	margin-right: 15px;
}
.xtypo_rounded1_right {
	width: 50%;
	float: right;
	margin-left: 15px;
}
	.xtypo_rounded2:before,
	.xtypo_rounded_left2:before,
	.xtypo_rounded2_right:before {
		content: "\e00b";
		text-align: center;
		width: 32px;
		height: 32px;
		color: #333;
		position: absolute;
		font-size: 13px;
		margin-left: -48px;
	}
.xtypo_rounded_left2 {
	width: 50%;
	float: left;
	margin-right: 15px;
}
.xtypo_rounded2_right {
	width: 50%;
	float: right;
	margin-left: 15px;
}
	.xtypo_rounded3:before,
	.xtypo_rounded3_left:before,
	.xtypo_rounded3_right:before {
		content: "\e00c";
		text-align: center;
		width: 32px;
		height: 32px;
		color: #333;
		position: absolute;
		font-size: 13px;
		margin-left: -48px;
	}
.xtypo_rounded3_left {
	width: 50%;
	float: left;
	margin-right: 15px;
}
.xtypo_rounded3_right {
	width: 50%;
	float: right;
	margin-left: 15px;
}
	.xtypo_rounded4:before,
	.xtypo_rounded4_left:before,
	.xtypo_rounded4_right:before {
		content: "\e00d";
		text-align: center;
		width: 32px;
		height: 32px;
		color: #333;
		position: absolute;
		font-size: 13px;
		margin-left: -48px;
	}
.xtypo_rounded4_left {
	width: 50%;
	float: left;
	margin-right: 15px;
}
.xtypo_rounded4_right {
	width: 50%;
	float: right;
	margin-left: 15px;
}
/*@end */
/*@group List */
.xtypo_list ul,
.xtypo_list_left ul,
.xtypo_list_right ul,
.xtypo_list ol,
.xtypo_list_left ol,
.xtypo_list_right ol{
	margin: 15px 15px 15px 0!important;
	border-radius: 4px!important;
	padding: 10px 0 10px 60px!important;
	border: 1px solid #ddd;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background:  #eee  url('assets/line.png') repeat-y;
	box-shadow: inset 0px -10px 50px rgba(0,0,0,0.2);
}
	.xtypo_list,
	.xtypo_list_left,
	.xtypo_list_right,
	.xtypo_list,
	.xtypo_list_left,
	.xtypo_list_right {
		position: relative;
	}
	.xtypo_list:before,
	.xtypo_list_left:before,
	.xtypo_list_right:before,
	.xtypo_list:before,
	.xtypo_list_left:before,
	.xtypo_list_right:before {
		content: "\e009";
		display: block;
		line-height: 32px;
		text-align: center;
		width: 32px;
		height: 32px;
		border-radius: 50px;
		color: #999;
		position: absolute;
		margin-left: 5px;
		font-size: 13px;
	}
		.xtypo_list_left:before,
		.xtypo_list_right:before,
		.xtypo_list_left:before,
		.xtypo_list_right:before {
			margin: 15px 0 0 5px;
		}
	.xtypo_list ol,
	.xtypo_list_left ol,
	.xtypo_list_right ol{
		padding-left: 15px!important;
	}
	.xtypo_list ul li,
	.xtypo_list_left ul li,
	.xtypo_list_right ul li,
	.xtypo_list ol li,
	.xtypo_list_left ol li,
	.xtypo_list_right ol li {
		padding: 5px 0!important;
		margin: 0 0 0 5px!important;
		line-height: normal;
		list-style: disc!important;
			color: #666!important;
			text-shadow: 0px 0 5px #fff;
	}	
	.xtypo_list ol li,
	.xtypo_list_left ol li,
	.xtypo_list_right ol li {
		list-style: decimal!important;
		margin-left: 60px!important;
	}
.xtypo_list_left {
	float: left;
	width: 50%;
	margin-right: 20px;
}
.xtypo_list_right {
	float: right;
	width: 50%;
	margin-left: 20px;
}
/*@end */
/*@group Misc */
.xtypo_code  {
	display: block;
	padding: 0 0 0 40px!important;
	margin: 15px 0 15px 0!important;
	position: relative;
	border: 1px solid #ddd;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-radius: 4px;
	background:  #D6E1F1  url('assets/line.png') repeat-y;
	overflow: auto;
	box-shadow: inset 0px -10px 50px rgba(0,0,0,0.2);
}
	.xtypo_code:before {
		content: "\e007";
		display: block;
		line-height: 32px;
		text-align: center;
		width: 32px;
		height: 32px;
		border-radius: 50px;
		color: #333;
		position: absolute;
		font-size: 13px;
		margin-left: -38px;
		text-shadow: 0 1px 0 #fff;
	}
	.xtcode {
		margin: 0 0 0 3.5em!important;
	}
	.xtcode ol {
		margin: 0!important;
		padding: 0!important;
	}
	.xtcode { counter-reset: li; }
	.xtcode li
	{
		color: #333!important;
		font-family: Monaco,Menlo,Consolas,"Courier New",monospace!important;
		padding: 0.5em 1em!important;	
		list-style:decimal!important;
	}
		.xtcode li span {
			color: #666!important;
		}
		.xtcode li:hover {
			background: #eee!important;
		}
	.xtcode li:first-child:before {}
	.xtcode li:first-child {
		padding: 10px 6px 3px 6px!important;
	}
	.xtcode li:nth-last-child(1) {
		padding: 3px 6px 10px 6px!important;
		border-bottom: none;
	}
	.xtcode li:empty { display: none!important; }
	.xtcode li:nth-child(odd) {border-left: 1px solid #B0B4B8!important;}
	.xtcode li:nth-child(even) {border-left: 1px solid #B0B4B8!important;}
	.xtcode .odd {
		border-bottom: 1px solid #ddd!important;
		background: #F5F5F5;
	}
	.xtcode .even {border-bottom: 1px solid #ddd!important;
		background: #F5F5F5!important;
	}
	.xtcode li:hover,
	.xtcode li:hover span {
		color: #333!important;
	}
.xtypo_dropcap {
	float: left;
	color: #999;
	font-size: 75px;
	line-height: 60px;
	border: 1px solid #ddd;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-left: 5px solid #ddd;
	padding: 10px;
	border-radius: 4px;
	margin: 0 10px 5px 0;
	background: #ffffff ;
	box-shadow: inset 0px -10px 50px rgba(0,0,0,0.2);
}
/*@end */