@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;
}
/*@group Notification box */
.xtypo-alert,
.xtypo_info,
.xtypo_warning,
.xtypo_sticky,
.xtypo_feed,
.xtypo_download {
	padding:0 0 0 15px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	margin: 15px 0 15px 50px;
	position: relative;
	color: #666;
	border-left: 1px solid #ccc;
	position: relative;
}
	.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 {
		margin: 0 10px 0 -50px;
		display: inline-block;
		left: 0;
		width:32px;
		height:32px;
		font-size: 13px;
		line-height: 32px;
		padding:0;
		border-radius: 50px;
		text-align: center;
		color: #fff;
		position: absolute;
	}
.xtypo-alert {}
	.xtypo-alert .iconxt-alert:before {
		content: "\e006";
		background-color: #FAA732;
	}
.xtypo_info {}
	.xtypo_info .iconxt-info:before {
		content: "\e001";
		background-color: #49AFCD;
	}
.xtypo_warning {}
	.xtypo_warning .iconxt-warning:before {
		content: "\e000";
		background-color: #DA4F49;	
	}
.xtypo_sticky {}
	.xtypo_sticky .iconxt-sticky:before {
		content: "\e002";
		background-color: #363636;
	}
.xtypo_feed {}
	.xtypo_feed .iconxt-feed:before {
		content: "\e003";
		background-color: #5BB75B;
	}
.xtypo_download {}
	.xtypo_download .iconxt-download:before {
		content: "\e005";
		background-color: #006DCC;
	}
/*@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 65px;
	padding: 0;
	border-left: 1px solid #ddd;
	position: relative;
	color: #999;
	
}
	.xtypo_quote:before,
	.xtypo_quote_left:before,
	.xtypo_quote_right:before {
		content: "\e008";
		background: #49AFCD;
		display: block;
		line-height: 32px;
		text-align: center;
		width: 32px;
		height: 32px;
		border-radius: 50px;
		color: #fff;
		position: absolute;
		font-size: 13px;
		margin-left: -50px;
	}
	.xtypo_quote small,
	.xtypo_quote_left small,
	.xtypo_quote_right small{
		font-size: 85%;
		display: block;
	    line-height: 20px;
	    color: #999;
	    padding: 0 0 0 15px;
	}
		.xtypo_quote_right small {
			text-align: right;
			padding: 0 15px 0 0;
		}
.xtypo_quote_right {
	border: none;
	border-right: 1px solid #ddd;
	margin: 15px 65px 15px 0;
}
.xtypo_quote_right:before {
	border: none;
	right: 0;
	margin-right: -50px;
}
.xtypo_quote {}
	.xtypo_quote p {
		padding: 0 0 0 15px;
		}
.xtypo_quote_left {
	float: left;
	width: 50%;
}
	.xtypo_quote_left p {
		padding: 0 15px 0 15px;
	}
.xtypo_quote_right {
	float: right;
	width: 50%;
}
	.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;
	line-height: 20px;
	margin: 0 0 1em 65px;
	padding: 4px 15px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	font-size: 14px;
	border-left: 1px solid #ddd;
}
	.xtypo_button1:before,
	.xtypo_button2:before,
	.xtypo_button3:before {
		content: "\e004";
		background: #49AFCD;
		display: block;
		line-height: 30px;
		text-align: center;
		width: 32px;
		height: 32px;
		border-radius: 50px;
		color: #fff;
		position: absolute;
		font-size: 13px;
		margin-left: 15px;
		padding:0 0 0 1px;

	}
		.xtypo_button2:before {
			background: #FAAA38;
		}
		.xtypo_button3:before {
			background: #5BB75B;
		}	
.xtypo_button1 a {
	color: #006DCC;
}
	.xtypo_button1 a:hover {
		color: #cc0!important;
		background: none!important;
	}
.xtypo_button2 a {
	color: #5BB75B;
}
.xtypo_button2 a {
	color: #c00;
}
	.xtypo_button2 a:hover {
		color: #cc0!important;
		background: none!important;
	}
.xtypo_button3 a {
	color: #5BB75B;
}
	.xtypo_button3 a:hover {
		color: #cc0!important;
		background: none!important;
	}
/*@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;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	margin: 15px 0 15px 65px;
	border-left: 1px solid #ddd;
	line-height: 1.3em;
	position: relative;
	padding: 1em;
}
	.xtypo_rounded1:before,
	.xtypo_rounded1_left:before,
	.xtypo_rounded1_right:before {
		content: "\e00a";
		background: #333;
		display: block;
		line-height: 32px;
		text-align: center;
		width: 32px;
		height: 32px;
		border-radius: 50px;
		color: #fff;
		position: absolute;
		margin-left: -65px;
		font-size: 13px;
	}
.xtypo_rounded1_left {
	width: 50%;
	float: left;
}
.xtypo_rounded1_right {
	width: 50%;
	float: right;
}
	.xtypo_rounded2:before,
	.xtypo_rounded_left2:before,
	.xtypo_rounded2_right:before {
		content: "\e00b";
		background: #FAAA38;
		display: block;
		line-height: 32px;
		text-align: center;
		width: 32px;
		height: 32px;
		border-radius: 50px;
		color: #fff;
		position: absolute;
		margin-left: -65px;
		font-size: 13px;
	}
.xtypo_rounded_left2 {
	width: 50%;
	float: left;
}
.xtypo_rounded2_right {
	width: 50%;
	float: right;
}
	.xtypo_rounded3:before,
	.xtypo_rounded3_left:before,
	.xtypo_rounded3_right:before {
		content: "\e00c";
		background: #49AFCD;
		display: block;
		line-height: 32px;
		text-align: center;
		width: 32px;
		height: 32px;
		border-radius: 50px;
		color: #fff;
		position: absolute;
		margin-left: -65px;
		font-size: 13px;
	}
.xtypo_rounded3_left {
	width: 50%;
	float: left;
}
.xtypo_rounded3_right {
	width: 50%;
	float: right;
}
	.xtypo_rounded4:before,
	.xtypo_rounded4_left:before,
	.xtypo_rounded4_right:before {
		content: "\e00d";
		background: #006DCC;
		display: block;
		line-height: 32px;
		text-align: center;
		width: 32px;
		height: 32px;
		border-radius: 50px;
		color: #fff;
		position: absolute;
		margin-left: -65px;
		font-size: 13px;
	}
.xtypo_rounded4_left {
	width: 50%;
	float: right;
}
.xtypo_rounded4_right {
	width: 50%;
	float: right;
}
/*@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: 10px 0 10px 65px!important;
	border-radius: 4px!important;
	padding: 0 0 0 10px!important;
	border-left: 1px solid #ddd!important;
}
	.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";
		background: #49AFCD;
		display: block;
		line-height: 32px;
		text-align: center;
		width: 32px;
		height: 32px;
		border-radius: 50px;
		color: #fff;
		position: absolute;
		margin-left: 15px;
		font-size: 13px;
	}
	.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 20px!important;
		line-height: normal;
		list-style: disc!important;
	}	
	.xtypo_list ol li,
	.xtypo_list_left ol li,
	.xtypo_list_right ol li {
		list-style: decimal!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!important;
	padding: 15px 0 15px 65px!important;
	position: relative;
	overflow: auto;
	background: none!important;
	border: none!important;
}
	.xtypo_code:before {
		content: "\e007";
		background: #5BB75B;
		display: block;
		line-height: 32px;
		text-align: center;
		width: 32px;
		height: 32px;
		border-radius: 50px;
		color: #fff;
		position: absolute;
		margin-left: -65px;
		font-size: 13px;
	}
	.xtcode {
		margin: 0 0 0 0.8em!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: 0.5em 1em!important;
		list-style:decimal!important;
	}
		.xtcode li span {
			color: #669933!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;
	}
	.xtcode li:empty { display: none; }
	.xtcode li:nth-child(odd) {}
	.xtcode li:nth-child(even) {}
	.xtcode .odd {	border-left: 1px solid #DDDDDD;}
	.xtcode .even {	border-left: 1px solid #DDDDDD;}
	.xtcode li:hover,
	.xtcode li:hover span {
		color: #333;
	}
.xtypo_dropcap {
	float: left;
	color: #999;
	font-size: 75px;
	line-height: 60px;
	margin: 0 10px 5px 0;
}
/*@end */