@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 {
	font-family: 'xtypofont';
	font-style: normal;
	speak: none;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}
/*@group Notification box */
.xtypo-alert,
.xtypo_info,
.xtypo_warning,
.xtypo_sticky,
.xtypo_feed,
.xtypo_download {
	border-radius: 4px;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	display: block;
	line-height: 20px;
	margin-bottom: 1em;
	padding: 1em 1em 1em 3em;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	font-size: 14px;
	position: relative;
}
	.xtypo-alert .iconxt-alert: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 {
		position: absolute;
		margin-left: -2em;
	}
.xtypo-alert {
	background-color: #FAA732;
    background-image: linear-gradient(to bottom, #FBB450, #F89406);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border: 1px dashed #B17217!important;
	box-shadow: 0 0 0 3px #F29410,
		0 3px 5px #333,
		inset 0 0 2px #B17217,
		inset 0 2px 0 #FFFFDD;
}
	.xtypo-alert .iconxt-alert:before {
		content: "\e006";
	}

.xtypo_info {
	background-color: #49AFCD;
	background-image: linear-gradient(to bottom, #5BC0DE, #2F96B4);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px dashed #3D8AC0!important;
	box-shadow: 0 0 0 3px #3DA3C1,
		0 3px 5px #333,
		inset 0 0 2px #3783A7,
		inset 0 2px 0 #CBF7FF;
}
	.xtypo_info .iconxt-info:before {
		content: "\e001";
	}
.xtypo_warning {
	background-color: #DA4F49;
    background-image: linear-gradient(to bottom, #EE5F5B, #BD362F);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border: 1px dashed #B44343!important;
    box-shadow: 0 0 0 3px #CA413A,
    	0 3px 5px #333,
    	inset 0 0 2px #D0997F,
    	inset 0 2px 0 #E28C5F;
}
	.xtypo_warning .iconxt-warning:before {
		content: "\e000";	
	}
.xtypo_sticky {
	background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border: 1px dashed #666!important;
    box-shadow: 0 0 0 3px #272727,
    	0 3px 5px #333,
    	inset 0 0 2px #333,
    	inset 0 2px 0 #666;
}
	.xtypo_sticky .iconxt-sticky:before {
		content: "\e002";
	}
.xtypo_feed {
	background-color: #5BB75B;
	background-image: linear-gradient(to bottom, #62C462, #51A351);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px dashed #448944!important;
	box-shadow: 0 0 0 3px #63A258,
		0 3px 5px #333,
		inset 0 0 2px #5BB75B,
		inset 0 2px 0 #EFDB9F;
}
	.xtypo_feed .iconxt-feed:before {
		content: "\e003";
	}
.xtypo_download {
	background-color: #006DCC;
	background-image: linear-gradient(to bottom, #0088CC, #0044CC);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px dashed #333!important;
	box-shadow: 0 0 0 3px #0055CC,
		0 3px 5px #333,
		inset 0 0 5px #005099,
		inset 0 2px 0 #71a5e1;
}
	.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!important;
	padding: 15px;
	text-shadow: 0 1px 0 #fff;
	border: 1px dashed #B17217!important;
	box-shadow: 0 0 0 5px #F4EBB1,
		0 3px 5px #333,
		inset 0 0 2px #eee,
		inset 1px 1px 0 #fff,
		inset -1px -1px 0 #B17217,
		inset 0 20px 50px #F4EBB1 ;
	background: #F4EBB1;
	border-radius: 4px;
}
	.xtypo_quote small,
	.xtypo_quote_left small,
	.xtypo_quote_right small{
		font-size: 85%;
		display: block;
	    line-height: 20px;
	    color: #333;
	    font-weight: 700;
	    padding: 1em 0;
	}
		.xtypo_quote_right small {
			text-align: right;
		}
.xtypo_quote_right {}
	.xtypo_quote p,
	.xtypo_quote_left p,
	.xtypo_quote_right p {
		padding: 0!important;
		margin: 0!important;
	}
.xtypo_quote_left {
	float: left;
	width: 50%;
	margin-right: 15px!important;
}
.xtypo_quote_right {
	float: right;
	width: 50%;
	margin-left: 15px!important;
	text-align: right;
}
/*@end */

/*@group Button */
.xtypo_button1,
.xtypo_button2,
.xtypo_button3 {
	display: inline-block!important;
	margin-right: 1em;
}
.xtypo_button1 a ,
.xtypo_button2 a ,
.xtypo_button3 a  {
	border-radius: 4px;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	display: inline-block;
	line-height: 20px;
	margin-bottom: 1em;
	padding: 4px 12px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	font-size: 14px;
}
.xtypo_button1 a {
	background-color: #006DCC;
	background-image: linear-gradient(to bottom, #0088CC, #0044CC);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #FFFFFF!important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px dashed #333!important;
	box-shadow: 0 0 0 3px #0055CC,
		0 3px 5px #333,
		inset 0 0 5px #005099,
		inset 0 2px 0 #71a5e1;
}
	.xtypo_button1 a:hover {
		background: #0055CC!important;
		box-shadow: 0 0 0 3px #0055CC,
			0 3px 5px #333,
			inset 0 0 5px #005099,
			inset 0 2px 0 #71a5e1;
	}
.xtypo_button2 a {
	background-color: #F5F5F5;
	background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
	background-repeat: repeat-x;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #333333!important;
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	border: 1px dashed #ccc!important;
	box-shadow: 0 0 0 3px #F5F5F5,
		0 3px 5px #666,
		inset 0 0 2px #ccc,
		inset 0 2px 0 #fff;

}
	.xtypo_button2 a:hover {
		background: #EDEDED!important;
		box-shadow: 0 0 0 3px #EDEDED,
			0 3px 5px #666,
			inset 0 0 2px #ccc,
			inset 0 2px 0 #fff;
	}
.xtypo_button3 a {
	background-color: #DA4F49;
	background-image: linear-gradient(to bottom, #EE5F5B, #BD362F);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #FFFFFF!important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px dashed #B44343!important;
	box-shadow: 0 0 0 3px #CA413A,
		0 3px 5px #333,
		inset 0 0 2px #D0997F,
		inset 0 2px 0 #E28C5F;
}
	.xtypo_button3 a:hover {
		background: #B44343!important;
		box-shadow: 0 0 0 3px #B44343,
			0 3px 5px #333,
			inset 0 0 2px #D0997F,
			inset 0 2px 0 #E28C5F;
	}
/*@end */

/*@group Rounded Box */
.xtypo_rounded1,
.xtypo_rounded1_left,
.xtypo_rounded1_right {
	border-radius: 4px;
	display: block;
	padding: 1em 1.5em;
	margin: 1.5em 0;
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px dashed #666!important;
	box-shadow: 0 0 0 3px #272727,
		0 3px 5px #333,
		inset 0 0 2px #333,
		inset 0 2px 0 #666;
}
.xtypo_rounded1_left {
	width: 50%;
	float: left;
	margin: 20px 20px 20px 0;
}
.xtypo_rounded1_right {
	width: 50%;
	float: right;
	margin: 20px 0 20px 20px;
}
.xtypo_rounded2 ,
.xtypo_rounded_left2,
.xtypo_rounded2_right {
	border-radius: 4px;
	display: block;
	padding: 1em 1.5em;
	margin: 1.5em 0;
	background-color: #F5F5F5;
	background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
	background-repeat: repeat-x;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #333333;
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	border: 1px dashed #ccc!important;
	box-shadow: 0 0 0 3px #F5F5F5,
		0 3px 5px #666,
		inset 0 0 2px #ccc,
		inset 0 2px 0 #fff;
}
.xtypo_rounded_left2 {
	width: 50%;
	float: left;
	margin: 20px 20px 20px 0;
}
.xtypo_rounded2_right {
	width: 50%;
	float: right;
	margin: 20px 0 20px 20px;
}
.xtypo_rounded3,
.xtypo_rounded3_left,
.xtypo_rounded3_right {
	border-radius: 4px;
	display: block;
	padding: 1em 1.5em;
	margin: 1.5em 0;
	background-color: #49AFCD;
	background-image: linear-gradient(to bottom, #5BC0DE, #2F96B4);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px dashed #3D8AC0!important;
	box-shadow: 0 0 0 3px #3DA3C1,
		0 3px 5px #333,
		inset 0 0 2px #3783A7,
		inset 0 2px 0 #CBF7FF;
}
.xtypo_rounded3_left {
	width: 50%;
	float: left;
	margin: 20px 20px 20px 0;
}
.xtypo_rounded3_right {
	width: 50%;
	float: right;
	margin: 20px 0 20px 20px;
}
.xtypo_rounded4,
.xtypo_rounded4_left,
.xtypo_rounded4_right {
	border-radius: 4px;
	display: block;
	padding: 1em 1.5em;
	margin: 1.5em 0;
	background-color: #FAA732;
	background-image: linear-gradient(to bottom, #FBB450, #F89406);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px dashed #B17217!important;
	box-shadow: 0 0 0 3px #F29410,
		0 3px 5px #333,
		inset 0 0 2px #B17217,
		inset 0 2px 0 #FFFFDD;
	}
.xtypo_rounded4_left {
	width: 50%;
	float: left;
	margin: 20px 20px 20px 0;
}
.xtypo_rounded4_right {
	width: 50%;
	float: right;
	margin: 20px 0 20px 20px;
}
/*@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{
	border: 1px solid #ddd!important;
	margin: 10px 0!important;
	border-radius: 4px!important;
	padding:10px!important;
	background-color: #F5F5F5;
	color: #333333;
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	border: 1px dashed #ccc!important;
	box-shadow: 0 0 0 3px #F5F5F5,
		0 3px 5px #666,
		inset 0 0 2px #ccc,
		inset 0 2px 0 #fff;
}
	.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 10px!important;
		margin: 0 0 0 30px!important;
		border-bottom: 1px solid #ddd!important;
		line-height: 180%;
	}	
	.xtypo_list ol li,
	.xtypo_list_left ol li,
	.xtypo_list_right ol li {
		list-style: decimal!important;
	}
		.xtypo_list ul li:hover,
		.xtypo_list_left ul li:hover,
		.xtypo_list_right ul li:hover,
		.xtypo_list ol li:hover,
		.xtypo_list_left ol li:hover,
		.xtypo_list_right ol li:hover {
			background: #EEE!important;
			box-shadow: inset 0px 3px 5px #ccc;
		}
		.xtypo_list ul li:last-child,
		.xtypo_list_left ul li:last-child,
		.xtypo_list_right ul li:last-child,
		.xtypo_list ol li:last-child,
		.xtypo_list_left ol li:last-child,
		.xtypo_list_right ol li:last-child {
			border: none!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  {
	border: 1px solid #DDDDDD;
	display: block;
	padding: 0!important;
	margin: 15px 0!important;
	background-color: #fff;
	    background-image: -webkit-linear-gradient(top, #f2f2f2 0%, #f2f2f2 5%, transparent 5%, transparent 100%);
	    background-image: -moz-linear-gradient(top, #f2f2f2 0%, #f2f2f2 5%, transparent 5%, transparent 100%);
	    background-image: -0-linear-gradient(top, #f2f2f2 0%, #f2f2f2 5%, transparent 5%, transparent 100%);
	    background-image:  linear-gradient(top, #f2f2f2 0%, #f2f2f2 5%, transparent 5%, transparent 100%);
	background-size: 1px 23px;
	margin: 20px auto;
	position: relative;
	padding: 20px;
	border-radius: 4px;
	box-shadow: 0px 0 5px #eee;
	overflow: auto;
}
	.xtcode {
		margin: 0 0 0 3.5em!important;
	}
	.xtcode ol {
		margin: 0!important;
		padding: 0!important;
	}
	.xtcode { counter-reset: li; }
	.xtcode li
	{
		color: #ccc!important;
		font-family: Monaco,Menlo,Consolas,"Courier New",monospace!important;
		padding: 3px 6px!important;
		border-left: 1px solid #DDDDDD!important;
		list-style:decimal!important;
	}
		.xtcode li span {
			color: #669933!important;
		}
	.xtcode li:first-child {
		padding: 10px 6px 3px 6px!important;
	}
	.xtcode li:nth-last-child(1) {
		padding: 3px 6px 10px 6px!important;
	}
	.xtcode li:empty { display: none; }
	.xtcode li:nth-child(odd) { }
	.xtcode li:nth-child(even) { }
	.xtcode .odd { }
	.xtcode .even { }
	.xtcode li:hover,
	.xtcode li:hover span {
		color: #333;
	}
.xtypo_dropcap {
	float: left;
	color: #B17217;
	font-size: 75px;
	line-height: 60px;
	padding: 8px;
	margin: 5px 15px 5px 0;
	border: 1px dashed #B17217!important;
	box-shadow: 0 0 0 5px #F4EBB1,
		0 3px 5px #333,
		inset 0 0 2px #eee,
		inset 1px 1px 0 #fff,
		inset -1px -1px 0 #B17217,
		inset 0 20px 50px #F4EBB1 ;
	background: #F4EBB1;
	border-radius: 4px;
	text-shadow: 0 1px 0 #fff;
}
/*@end */