/*
 Basic font for the plugin
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);

/*
 Icons from icon font  - setup
 */
@font-face {
	font-family: 'sdrn';
	src: url('../fonts/sdrn.eot');
	src: url('../fonts/sdrn.eot?#iefix') format('embedded-opentype'), url('../fonts/sdrn.woff') format('woff'), url('../fonts/sdrn.ttf') format('truetype'), url('../fonts/sdrn.svg#sdrn') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'fontawesome';
	src: url('../fonts/font/fontawesome-webfont.eot');
	src: url('../fonts/font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/font/fontawesome-webfont.woff') format('woff'), url('../fonts/font/fontawesome-webfont.ttf') format('truetype'), url('../fonts/font/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

#sdrn_menu .sdrn_icon:before, #sdrn_bar [data-icon]:before {
	font-family: 'sdrn';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/*
 Some  setup
 */
#sdrn_bar, #sdrn_bar *, #sdrn_menu, #sdrn_menu * {
	/* reset */
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	font-family: 'Open Sans', sans-serif;
	list-style: none;
	text-align: left;
	font-size: 100%;
	font-weight: normal;
}
#sdrn_menu img, #sdrn_bar img {
	border: 0;
	border: none;
}

.sdrn_clear {
	clear: both !important;
	display: block !important;
	height: 1px !important;
	margin: -1px 0 0 !important;
	width: 1px !important;
}

/*
 The top Bar that shows/hides the menu
 */
#sdrn_bar {
	position: fixed;
	top: 0px;
	left: 0px;
	background: #0D0D0D;
	padding: 10px 16px;
	width: 100%;
	display: none;
	cursor: pointer;
	z-index: 99998;
	overflow: hidden;
}
#sdrn_bar .menu_title {
	color: #f2f2f2;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
}
#sdrn_bar .bar_logo {
	border: 0px;
	border: none;
	margin: 0xp;
	padding: 0px;
	margin-top: -13px;
	padding-left: 8px;
	padding-right: 8px;
	width: auto;
	height: 25px;
	position: absolute;
	left: auto;
	right: auto;
	top: 50%;
}
/* font icon */
#sdrn_bar .sdrn_icon_menu {
	color: #f2f2f2;
	margin-right: 5px;
}
/* html icon */
#sdrn_bar .sdrn_ic {
	width: 20px;
	height: 22px;
	overflow: hidden;
	float: left;
	margin-right: 16px;
	padding-top: 2px;
	position: relative;
}
#sdrn_bar .sdrn_ic span {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: block;
	position: absolute;
	width: 20px;
	height: 4px;
	left: 0px;
	background: #f2f2f2;
}
#sdrn_bar .sdrn_ic_1 {
	top: 0px;
}
#sdrn_bar .sdrn_ic_2 {
	top: 7px;
}
#sdrn_bar .sdrn_ic_3 {
	top: 14px;
}
#sdrn_bar.menu_is_opened .sdrn_ic_1 {
	top: -10px;
}
#sdrn_bar.menu_is_opened .sdrn_ic_2 {
	top: 9px !important;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	zoom: 1;
}
#sdrn_bar.menu_is_opened .sdrn_ic_3 {
	top: 9px !important;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	zoom: 1;
}

body {
	position: relative !important;
}

#sdrn_menu.top {
	top: -10px;
	left: 0px;
	width: 100%;
	display: none;
	position: relative;
}
#sdrn_menu.left, #sdrn_menu.right {
	display: none;
	position: absolute;
	position: fixed;
	top: 0px;
	height: 100%;
	z-index: 99997;
	overflow-x: none;
	overflow-y: auto;
	background: #2E2E2E;
}
#sdrn_menu.left ul#sdrn_menu_ul, #sdrn_menu.right ul#sdrn_menu_ul {
	padding-top: 42px;
}

/*1st level*/
#sdrn_menu ul {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 100%;
	position: relative;
	list-style: none;
}
#sdrn_menu ul li {
	display: block;
	list-style: none;
}

#sdrn_menu ul li a, #sdrn_menu ul li a:hover {
	border-bottom: 1px solid #131212;
	border-top: 1px solid #474747;
	display: block;
	color: #D3D3D3;
	padding: 13px 14px;
	font-size: 14px;
	margin: 0px;
	text-decoration: none;
}

/*********/
#sdrn_menu.sdrn_levels ul li {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #131212;
	border-top: 1px solid #474747;
	width: 100%;
	position: relative;
}
#sdrn_menu.sdrn_levels ul li a {
	float: left;
	border: none;
}
#sdrn_menu.sdrn_levels a.sdrn_parent_item {
	border-left: 1px solid #474747;
	margin-left: 44px;
}
#sdrn_menu .sdrn_icon_par {
	position: relative;
	display: block;
	color: #CFCFCF;
	width: 46px;
	padding: 13px 14px 10px 14px;
	cursor: pointer;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
}

#sdrn_menu .sdrn_no_border_bottom {
	border-bottom: none !important;
}

#sdrn_menu.sdrn_levels ul li ul {
	border-top: 1px solid #131212;
}

#sdrn_menu.sdrn_levels ul li ul li {
	padding-left: 44px;
}

#sdrn_menu.sdrn_levels ul li ul li ul li {
	padding-left: 88px;
}

#sdrn_menu.sdrn_levels ul li ul li ul li ul li {
	padding-left: 132px;
}

#sdrn_menu.sdrn_levels ul li ul li ul li ul li ul li {
	padding-left: 176px;
}

#sdrn_menu.sdrn_levels ul li ul li.sdrn_parent_item_li {
	padding-left: 0px;
}
#sdrn_menu.sdrn_levels ul li ul li.sdrn_parent_item_li .sdrn_icon_par {
	margin-left: 44px;
}
#sdrn_menu.sdrn_levels ul li ul li.sdrn_parent_item_li a.sdrn_parent_item {
	margin-left: 88px;
}

#sdrn_menu.sdrn_levels ul li ul li ul li.sdrn_parent_item_li {
	padding-left: 0px;
}
#sdrn_menu.sdrn_levels ul li ul li ul li.sdrn_parent_item_li .sdrn_icon_par {
	margin-left: 88px;
}
#sdrn_menu.sdrn_levels ul li ul li ul li.sdrn_parent_item_li a.sdrn_parent_item {
	margin-left: 132px;
}

#sdrn_menu.sdrn_levels ul li ul li ul li ul li.sdrn_parent_item_li {
	padding-left: 0px;
}
#sdrn_menu.sdrn_levels ul li ul li ul li ul li.sdrn_parent_item_li .sdrn_icon_par {
	margin-left: 132px;
}
#sdrn_menu.sdrn_levels ul li ul li ul li ul li.sdrn_parent_item_li a.sdrn_parent_item {
	margin-left: 176px;
}

#sdrn_menu.sdrn_levels ul li ul li ul li ul li ul li.sdrn_parent_item_li {
	padding-left: 0px;
}
#sdrn_menu.sdrn_levels ul li ul li ul li ul li ul li.sdrn_parent_item_li .sdrn_icon_par {
	margin-left: 176px;
}
#sdrn_menu.sdrn_levels ul li ul li ul li ul li ul li.sdrn_parent_item_li a.sdrn_parent_item {
	margin-left: 220px;
}
/********/

.icon_default.sdrn_icon_par:before {
	content: "t";
}

.icon_default.sdrn_par_opened:before {
	content: "o";
}

.icon-glass:before {
	content: "\f000" !important;
}
.icon-music:before {
	content: "\f001" !important;
}
.icon-search:before {
	content: "\f002" !important;
}
.icon-envelope-alt:before {
	content: "\f003" !important;
}
.icon-heart:before {
	content: "\f004" !important;
}
.icon-star:before {
	content: "\f005" !important;
}
.icon-star-empty:before {
	content: "\f006" !important;
}
.icon-user:before {
	content: "\f007" !important;
}
.icon-film:before {
	content: "\f008" !important;
}
.icon-th-large:before {
	content: "\f009" !important;
}
.icon-th:before {
	content: "\f00a" !important;
}
.icon-th-list:before {
	content: "\f00b" !important;
}
.icon-ok:before {
	content: "\f00c" !important;
}
.icon-remove:before {
	content: "\f00d" !important;
}
.icon-zoom-in:before {
	content: "\f00e" !important;
}
.icon-zoom-out:before {
	content: "\f010" !important;
}
.icon-power-off:before, .icon-off:before {
	content: "\f011" !important;
}
.icon-signal:before {
	content: "\f012" !important;
}
.icon-gear:before, .icon-cog:before {
	content: "\f013" !important;
}
.icon-trash:before {
	content: "\f014" !important;
}
.icon-home:before {
	content: "\f015" !important;
}
.icon-file-alt:before {
	content: "\f016" !important;
}
.icon-time:before {
	content: "\f017" !important;
}
.icon-road:before {
	content: "\f018" !important;
}
.icon-download-alt:before {
	content: "\f019" !important;
}
.icon-download:before {
	content: "\f01a" !important;
}
.icon-upload:before {
	content: "\f01b" !important;
}
.icon-inbox:before {
	content: "\f01c" !important;
}
.icon-play-circle:before {
	content: "\f01d" !important;
}
.icon-rotate-right:before, .icon-repeat:before {
	content: "\f01e" !important;
}
.icon-refresh:before {
	content: "\f021" !important;
}
.icon-list-alt:before {
	content: "\f022" !important;
}
.icon-lock:before {
	content: "\f023" !important;
}
.icon-flag:before {
	content: "\f024" !important;
}
.icon-headphones:before {
	content: "\f025" !important;
}
.icon-volume-off:before {
	content: "\f026" !important;
}
.icon-volume-down:before {
	content: "\f027" !important;
}
.icon-volume-up:before {
	content: "\f028" !important;
}
.icon-qrcode:before {
	content: "\f029" !important;
}
.icon-barcode:before {
	content: "\f02a" !important;
}
.icon-tag:before {
	content: "\f02b" !important;
}
.icon-tags:before {
	content: "\f02c" !important;
}
.icon-book:before {
	content: "\f02d" !important;
}
.icon-bookmark:before {
	content: "\f02e" !important;
}
.icon-print:before {
	content: "\f02f" !important;
}
.icon-camera:before {
	content: "\f030" !important;
}
.icon-font:before {
	content: "\f031" !important;
}
.icon-bold:before {
	content: "\f032" !important;
}
.icon-italic:before {
	content: "\f033" !important;
}
.icon-text-height:before {
	content: "\f034" !important;
}
.icon-text-width:before {
	content: "\f035" !important;
}
.icon-align-left:before {
	content: "\f036" !important;
}
.icon-align-center:before {
	content: "\f037" !important;
}
.icon-align-right:before {
	content: "\f038" !important;
}
.icon-align-justify:before {
	content: "\f039" !important;
}
.icon-list:before {
	content: "\f03a" !important;
}
.icon-indent-left:before {
	content: "\f03b" !important;
}
.icon-indent-right:before {
	content: "\f03c" !important;
}
.icon-facetime-video:before {
	content: "\f03d" !important;
}
.icon-picture:before {
	content: "\f03e" !important;
}
.icon-pencil:before {
	content: "\f040" !important;
}
.icon-map-marker:before {
	content: "\f041" !important;
}
.icon-adjust:before {
	content: "\f042" !important;
}
.icon-tint:before {
	content: "\f043" !important;
}
.icon-edit:before {
	content: "\f044" !important;
}
.icon-share:before {
	content: "\f045" !important;
}
.icon-check:before {
	content: "\f046" !important;
}
.icon-move:before {
	content: "\f047" !important;
}
.icon-step-backward:before {
	content: "\f048" !important;
}
.icon-fast-backward:before {
	content: "\f049" !important;
}
.icon-backward:before {
	content: "\f04a" !important;
}
.icon-play:before {
	content: "\f04b" !important;
}
.icon-pause:before {
	content: "\f04c" !important;
}
.icon-stop:before {
	content: "\f04d" !important;
}
.icon-forward:before {
	content: "\f04e" !important;
}
.icon-fast-forward:before {
	content: "\f050" !important;
}
.icon-step-forward:before {
	content: "\f051" !important;
}
.icon-eject:before {
	content: "\f052" !important;
}
.icon-chevron-left:before {
	content: "\f053" !important;
}
.icon-chevron-right:before {
	content: "\f054" !important;
}
.icon-plus-sign:before {
	content: "\f055" !important;
}
.icon-minus-sign:before {
	content: "\f056" !important;
}
.icon-remove-sign:before {
	content: "\f057" !important;
}
.icon-ok-sign:before {
	content: "\f058" !important;
}
.icon-question-sign:before {
	content: "\f059" !important;
}
.icon-info-sign:before {
	content: "\f05a" !important;
}
.icon-screenshot:before {
	content: "\f05b" !important;
}
.icon-remove-circle:before {
	content: "\f05c" !important;
}
.icon-ok-circle:before {
	content: "\f05d" !important;
}
.icon-ban-circle:before {
	content: "\f05e" !important;
}
.icon-arrow-left:before {
	content: "\f060" !important;
}
.icon-arrow-right:before {
	content: "\f061" !important;
}
.icon-arrow-up:before {
	content: "\f062" !important;
}
.icon-arrow-down:before {
	content: "\f063" !important;
}
.icon-mail-forward:before, .icon-share-alt:before {
	content: "\f064" !important;
}
.icon-resize-full:before {
	content: "\f065" !important;
}
.icon-resize-small:before {
	content: "\f066" !important;
}
.icon-plus:before {
	content: "\f067" !important;
}
.icon-minus:before {
	content: "\f068" !important;
}
.icon-asterisk:before {
	content: "\f069" !important;
}
.icon-exclamation-sign:before {
	content: "\f06a" !important;
}
.icon-gift:before {
	content: "\f06b" !important;
}
.icon-leaf:before {
	content: "\f06c" !important;
}
.icon-fire:before {
	content: "\f06d" !important;
}
.icon-eye-open:before {
	content: "\f06e" !important;
}
.icon-eye-close:before {
	content: "\f070" !important;
}
.icon-warning-sign:before {
	content: "\f071" !important;
}
.icon-plane:before {
	content: "\f072" !important;
}
.icon-calendar:before {
	content: "\f073" !important;
}
.icon-random:before {
	content: "\f074" !important;
}
.icon-comment:before {
	content: "\f075" !important;
}
.icon-magnet:before {
	content: "\f076" !important;
}
.icon-chevron-up:before {
	content: "\f077" !important;
}
.icon-chevron-down:before {
	content: "\f078" !important;
}
.icon-retweet:before {
	content: "\f079" !important;
}
.icon-shopping-cart:before {
	content: "\f07a" !important;
}
.icon-folder-close:before {
	content: "\f07b" !important;
}
.icon-folder-open:before {
	content: "\f07c" !important;
}
.icon-resize-vertical:before {
	content: "\f07d" !important;
}
.icon-resize-horizontal:before {
	content: "\f07e" !important;
}
.icon-bar-chart:before {
	content: "\f080" !important;
}
.icon-twitter-sign:before {
	content: "\f081" !important;
}
.icon-facebook-sign:before {
	content: "\f082" !important;
}
.icon-camera-retro:before {
	content: "\f083" !important;
}
.icon-key:before {
	content: "\f084" !important;
}
.icon-gears:before, .icon-cogs:before {
	content: "\f085" !important;
}
.icon-comments:before {
	content: "\f086" !important;
}
.icon-thumbs-up-alt:before {
	content: "\f087" !important;
}
.icon-thumbs-down-alt:before {
	content: "\f088" !important;
}
.icon-star-half:before {
	content: "\f089" !important;
}
.icon-heart-empty:before {
	content: "\f08a" !important;
}
.icon-signout:before {
	content: "\f08b" !important;
}
.icon-linkedin-sign:before {
	content: "\f08c" !important;
}
.icon-pushpin:before {
	content: "\f08d" !important;
}
.icon-external-link:before {
	content: "\f08e" !important;
}
.icon-signin:before {
	content: "\f090" !important;
}
.icon-trophy:before {
	content: "\f091" !important;
}
.icon-github-sign:before {
	content: "\f092" !important;
}
.icon-upload-alt:before {
	content: "\f093" !important;
}
.icon-lemon:before {
	content: "\f094" !important;
}
.icon-phone:before {
	content: "\f095" !important;
}
.icon-unchecked:before, .icon-check-empty:before {
	content: "\f096" !important;
}
.icon-bookmark-empty:before {
	content: "\f097" !important;
}
.icon-phone-sign:before {
	content: "\f098" !important;
}
.icon-twitter:before {
	content: "\f099" !important;
}
.icon-facebook:before {
	content: "\f09a" !important;
}
.icon-github:before {
	content: "\f09b" !important;
}
.icon-unlock:before {
	content: "\f09c" !important;
}
.icon-credit-card:before {
	content: "\f09d" !important;
}
.icon-rss:before {
	content: "\f09e" !important;
}
.icon-hdd:before {
	content: "\f0a0" !important;
}
.icon-bullhorn:before {
	content: "\f0a1" !important;
}
.icon-bell:before {
	content: "\f0a2" !important;
}
.icon-certificate:before {
	content: "\f0a3" !important;
}
.icon-hand-right:before {
	content: "\f0a4" !important;
}
.icon-hand-left:before {
	content: "\f0a5" !important;
}
.icon-hand-up:before {
	content: "\f0a6" !important;
}
.icon-hand-down:before {
	content: "\f0a7" !important;
}
.icon-circle-arrow-left:before {
	content: "\f0a8" !important;
}
.icon-circle-arrow-right:before {
	content: "\f0a9" !important;
}
.icon-circle-arrow-up:before {
	content: "\f0aa" !important;
}
.icon-circle-arrow-down:before {
	content: "\f0ab" !important;
}
.icon-globe:before {
	content: "\f0ac" !important;
}
.icon-wrench:before {
	content: "\f0ad" !important;
}
.icon-tasks:before {
	content: "\f0ae" !important;
}
.icon-filter:before {
	content: "\f0b0" !important;
}
.icon-briefcase:before {
	content: "\f0b1" !important;
}
.icon-fullscreen:before {
	content: "\f0b2" !important;
}
.icon-group:before {
	content: "\f0c0" !important;
}
.icon-link:before {
	content: "\f0c1" !important;
}
.icon-cloud:before {
	content: "\f0c2" !important;
}
.icon-beaker:before {
	content: "\f0c3" !important;
}
.icon-cut:before {
	content: "\f0c4" !important;
}
.icon-copy:before {
	content: "\f0c5" !important;
}
.icon-paperclip:before, .icon-paper-clip:before {
	content: "\f0c6" !important;
}
.icon-save:before {
	content: "\f0c7" !important;
}
.icon-sign-blank:before {
	content: "\f0c8" !important;
}
.icon-reorder:before {
	content: "\f0c9" !important;
}
.icon-list-ul:before {
	content: "\f0ca" !important;
}
.icon-list-ol:before {
	content: "\f0cb" !important;
}
.icon-strikethrough:before {
	content: "\f0cc" !important;
}
.icon-underline:before {
	content: "\f0cd" !important;
}
.icon-table:before {
	content: "\f0ce" !important;
}
.icon-magic:before {
	content: "\f0d0" !important;
}
.icon-truck:before {
	content: "\f0d1" !important;
}
.icon-pinterest:before {
	content: "\f0d2" !important;
}
.icon-pinterest-sign:before {
	content: "\f0d3" !important;
}
.icon-google-plus-sign:before {
	content: "\f0d4" !important;
}
.icon-google-plus:before {
	content: "\f0d5" !important;
}
.icon-money:before {
	content: "\f0d6" !important;
}
.icon-caret-down:before {
	content: "\f0d7" !important;
}
.icon-caret-up:before {
	content: "\f0d8" !important;
}
.icon-caret-left:before {
	content: "\f0d9" !important;
}
.icon-caret-right:before {
	content: "\f0da" !important;
}
.icon-columns:before {
	content: "\f0db" !important;
}
.icon-sort:before {
	content: "\f0dc" !important;
}
.icon-sort-down:before {
	content: "\f0dd" !important;
}
.icon-sort-up:before {
	content: "\f0de" !important;
}
.icon-envelope:before {
	content: "\f0e0" !important;
}
.icon-linkedin:before {
	content: "\f0e1" !important;
}
.icon-rotate-left:before, .icon-undo:before {
	content: "\f0e2" !important;
}
.icon-legal:before {
	content: "\f0e3" !important;
}
.icon-dashboard:before {
	content: "\f0e4" !important;
}
.icon-comment-alt:before {
	content: "\f0e5" !important;
}
.icon-comments-alt:before {
	content: "\f0e6" !important;
}
.icon-bolt:before {
	content: "\f0e7" !important;
}
.icon-sitemap:before {
	content: "\f0e8" !important;
}
.icon-umbrella:before {
	content: "\f0e9" !important;
}
.icon-paste:before {
	content: "\f0ea" !important;
}
.icon-lightbulb:before {
	content: "\f0eb" !important;
}
.icon-exchange:before {
	content: "\f0ec" !important;
}
.icon-cloud-download:before {
	content: "\f0ed" !important;
}
.icon-cloud-upload:before {
	content: "\f0ee" !important;
}
.icon-user-md:before {
	content: "\f0f0" !important;
}
.icon-stethoscope:before {
	content: "\f0f1" !important;
}
.icon-suitcase:before {
	content: "\f0f2" !important;
}
.icon-bell-alt:before {
	content: "\f0f3" !important;
}
.icon-coffee:before {
	content: "\f0f4" !important;
}
.icon-food:before {
	content: "\f0f5" !important;
}
.icon-file-text-alt:before {
	content: "\f0f6" !important;
}
.icon-building:before {
	content: "\f0f7" !important;
}
.icon-hospital:before {
	content: "\f0f8" !important;
}
.icon-ambulance:before {
	content: "\f0f9" !important;
}
.icon-medkit:before {
	content: "\f0fa" !important;
}
.icon-fighter-jet:before {
	content: "\f0fb" !important;
}
.icon-beer:before {
	content: "\f0fc" !important;
}
.icon-h-sign:before {
	content: "\f0fd" !important;
}
.icon-plus-sign-alt:before {
	content: "\f0fe" !important;
}
.icon-double-angle-left:before {
	content: "\f100" !important;
}
.icon-double-angle-right:before {
	content: "\f101" !important;
}
.icon-double-angle-up:before {
	content: "\f102" !important;
}
.icon-double-angle-down:before {
	content: "\f103" !important;
}
.icon-angle-left:before {
	content: "\f104" !important;
}
.icon-angle-right:before {
	content: "\f105" !important;
}
.icon-angle-up:before {
	content: "\f106" !important;
}
.icon-angle-down:before {
	content: "\f107" !important;
}
.icon-desktop:before {
	content: "\f108" !important;
}
.icon-laptop:before {
	content: "\f109" !important;
}
.icon-tablet:before {
	content: "\f10a" !important;
}
.icon-mobile-phone:before {
	content: "\f10b" !important;
}
.icon-circle-blank:before {
	content: "\f10c" !important;
}
.icon-quote-left:before {
	content: "\f10d" !important;
}
.icon-quote-right:before {
	content: "\f10e" !important;
}
.icon-spinner:before {
	content: "\f110" !important;
}
.icon-circle:before {
	content: "\f111" !important;
}
.icon-mail-reply:before, .icon-reply:before {
	content: "\f112" !important;
}
.icon-github-alt:before {
	content: "\f113" !important;
}
.icon-folder-close-alt:before {
	content: "\f114" !important;
}
.icon-folder-open-alt:before {
	content: "\f115" !important;
}
.icon-expand-alt:before {
	content: "\f116" !important;
}
.icon-collapse-alt:before {
	content: "\f117" !important;
}
.icon-smile:before {
	content: "\f118" !important;
}
.icon-frown:before {
	content: "\f119" !important;
}
.icon-meh:before {
	content: "\f11a" !important;
}
.icon-gamepad:before {
	content: "\f11b" !important;
}
.icon-keyboard:before {
	content: "\f11c" !important;
}
.icon-flag-alt:before {
	content: "\f11d" !important;
}
.icon-flag-checkered:before {
	content: "\f11e" !important;
}
.icon-terminal:before {
	content: "\f120" !important;
}
.icon-code:before {
	content: "\f121" !important;
}
.icon-reply-all:before {
	content: "\f122" !important;
}
.icon-mail-reply-all:before {
	content: "\f122" !important;
}
.icon-star-half-full:before, .icon-star-half-empty:before {
	content: "\f123" !important;
}
.icon-location-arrow:before {
	content: "\f124" !important;
}
.icon-crop:before {
	content: "\f125" !important;
}
.icon-code-fork:before {
	content: "\f126" !important;
}
.icon-unlink:before {
	content: "\f127" !important;
}
.icon-question:before {
	content: "\f128" !important;
}
.icon-info:before {
	content: "\f129" !important;
}
.icon-exclamation:before {
	content: "\f12a" !important;
}
.icon-superscript:before {
	content: "\f12b" !important;
}
.icon-subscript:before {
	content: "\f12c" !important;
}
.icon-eraser:before {
	content: "\f12d" !important;
}
.icon-puzzle-piece:before {
	content: "\f12e" !important;
}
.icon-microphone:before {
	content: "\f130" !important;
}
.icon-microphone-off:before {
	content: "\f131" !important;
}
.icon-shield:before {
	content: "\f132" !important;
}
.icon-calendar-empty:before {
	content: "\f133" !important;
}
.icon-fire-extinguisher:before {
	content: "\f134" !important;
}
.icon-rocket:before {
	content: "\f135" !important;
}
.icon-maxcdn:before {
	content: "\f136" !important;
}
.icon-chevron-sign-left:before {
	content: "\f137" !important;
}
.icon-chevron-sign-right:before {
	content: "\f138" !important;
}
.icon-chevron-sign-up:before {
	content: "\f139" !important;
}
.icon-chevron-sign-down:before {
	content: "\f13a" !important;
}
.icon-html5:before {
	content: "\f13b" !important;
}
.icon-css3:before {
	content: "\f13c" !important;
}
.icon-anchor:before {
	content: "\f13d" !important;
}
.icon-unlock-alt:before {
	content: "\f13e" !important;
}
.icon-bullseye:before {
	content: "\f140" !important;
}
.icon-ellipsis-horizontal:before {
	content: "\f141" !important;
}
.icon-ellipsis-vertical:before {
	content: "\f142" !important;
}
.icon-rss-sign:before {
	content: "\f143" !important;
}
.icon-play-sign:before {
	content: "\f144" !important;
}
.icon-ticket:before {
	content: "\f145" !important;
}
.icon-minus-sign-alt:before {
	content: "\f146" !important;
}
.icon-check-minus:before {
	content: "\f147" !important;
}
.icon-level-up:before {
	content: "\f148" !important;
}
.icon-level-down:before {
	content: "\f149" !important;
}
.icon-check-sign:before {
	content: "\f14a" !important;
}
.icon-edit-sign:before {
	content: "\f14b" !important;
}
.icon-external-link-sign:before {
	content: "\f14c" !important;
}
.icon-share-sign:before {
	content: "\f14d" !important;
}
.icon-compass:before {
	content: "\f14e" !important;
}
.icon-collapse:before {
	content: "\f150" !important;
}
.icon-collapse-top:before {
	content: "\f151" !important;
}
.icon-expand:before {
	content: "\f152" !important;
}
.icon-euro:before, .icon-eur:before {
	content: "\f153" !important;
}
.icon-gbp:before {
	content: "\f154" !important;
}
.icon-dollar:before, .icon-usd:before {
	content: "\f155" !important;
}
.icon-rupee:before, .icon-inr:before {
	content: "\f156" !important;
}
.icon-yen:before, .icon-jpy:before {
	content: "\f157" !important;
}
.icon-renminbi:before, .icon-cny:before {
	content: "\f158" !important;
}
.icon-won:before, .icon-krw:before {
	content: "\f159" !important;
}
.icon-bitcoin:before, .icon-btc:before {
	content: "\f15a" !important;
}
.icon-file:before {
	content: "\f15b" !important;
}
.icon-file-text:before {
	content: "\f15c" !important;
}
.icon-sort-by-alphabet:before {
	content: "\f15d" !important;
}
.icon-sort-by-alphabet-alt:before {
	content: "\f15e" !important;
}
.icon-sort-by-attributes:before {
	content: "\f160" !important;
}
.icon-sort-by-attributes-alt:before {
	content: "\f161" !important;
}
.icon-sort-by-order:before {
	content: "\f162" !important;
}
.icon-sort-by-order-alt:before {
	content: "\f163" !important;
}
.icon-thumbs-up:before {
	content: "\f164" !important;
}
.icon-thumbs-down:before {
	content: "\f165" !important;
}
.icon-youtube-sign:before {
	content: "\f166" !important;
}
.icon-youtube:before {
	content: "\f167" !important;
}
.icon-xing:before {
	content: "\f168" !important;
}
.icon-xing-sign:before {
	content: "\f169" !important;
}
.icon-youtube-play:before {
	content: "\f16a" !important;
}
.icon-dropbox:before {
	content: "\f16b" !important;
}
.icon-stackexchange:before {
	content: "\f16c" !important;
}
.icon-instagram:before {
	content: "\f16d" !important;
}
.icon-flickr:before {
	content: "\f16e" !important;
}
.icon-adn:before {
	content: "\f170" !important;
}
.icon-bitbucket:before {
	content: "\f171" !important;
}
.icon-bitbucket-sign:before {
	content: "\f172" !important;
}
.icon-tumblr:before {
	content: "\f173" !important;
}
.icon-tumblr-sign:before {
	content: "\f174" !important;
}
.icon-long-arrow-down:before {
	content: "\f175" !important;
}
.icon-long-arrow-up:before {
	content: "\f176" !important;
}
.icon-long-arrow-left:before {
	content: "\f177" !important;
}
.icon-long-arrow-right:before {
	content: "\f178" !important;
}
.icon-apple:before {
	content: "\f179" !important;
}
.icon-windows:before {
	content: "\f17a" !important;
}
.icon-android:before {
	content: "\f17b" !important;
}
.icon-linux:before {
	content: "\f17c" !important;
}
.icon-dribbble:before {
	content: "\f17d" !important;
}
.icon-skype:before {
	content: "\f17e" !important;
}
.icon-foursquare:before {
	content: "\f180" !important;
}
.icon-trello:before {
	content: "\f181" !important;
}
.icon-female:before {
	content: "\f182" !important;
}
.icon-male:before {
	content: "\f183" !important;
}
.icon-gittip:before {
	content: "\f184" !important;
}
.icon-sun:before {
	content: "\f185" !important;
}
.icon-moon:before {
	content: "\f186" !important;
}
.icon-archive:before {
	content: "\f187" !important;
}
.icon-bug:before {
	content: "\f188" !important;
}
.icon-vk:before {
	content: "\f189" !important;
}
.icon-weibo:before {
	content: "\f18a" !important;
}
.icon-renren:before {
	content: "\f18b" !important;
}

