﻿
header {
    padding: 0;
    background-color: #ffffff;
}
header .verytop, footer .verybottom {
  background-color: #3e454c;
}
footer .verybottom {
  margin-top: 40px;
}
footer {
  margin-top: 40px;
  padding-top: 30px;
  background-color: #6699cc;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
	color:#fff6e5;
}
footer h4 {
    font-size: 20px;
}
footer .block-a {
	background:#bcab37;
}
footer .nav-list {
    margin: 0;
    list-style: none;
    margin-bottom: 15px;
    margin-top: 15px;
}
footer .nav-list li {
    font-size: 14px;
    line-height: 24px;
    padding-left: 0px;
    margin-bottom: 5px;
}
footer h4 a, footer .nav-list a {
  padding: 0;
  color:#f6f6f6;
  font: 14px 微软雅黑,Arial,Helvetica,sans-serif;
  line-height: 24px;
  text-shadow:none;
}
footer h4 a {
  color:#f6f6f6;
  font-size: 20px;
}
footer h4 a:hover, footer .nav-list a:hover {
  color: #ffffff;
  text-shadow:none;
}

footer.footer .input-append button, footer.footer .input-append input {
	border:none;
}
header p, footer p {
  font: 14px 微软雅黑;
  line-height: 24px;
  color: #bbbbbb;
  margin-top: 16px;
  text-transform: uppercase;
}
header p {
  margin-top: 5px;
  margin-bottom: 5px;
}

header p > span, footer p > span {
  font-weight: 600;
  color: #bbbbbb;
}

header p > a, footer p > a {
  font: 14px 微软雅黑;
  line-height: 24px;
  color: #bbbbbb;
  text-transform: uppercase;
}

header p > a:hover, footer p > a:hover {
  color: #ffffff;
}


/*** DEMO SKIN ***/
/*** mega menu dropdown ***/
.sf-menu .sf-mega {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  margin-top: 2px;
  z-index: 1000;
  padding: 1em;
  box-sizing: border-box;
  width: 100%;
  list-style-type: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.sf-menu .sf-mega:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.sf-menu .sf-mega:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega {
  display: block;
}
.sf-menu li.sfHover > a {
  color: #ffffff!important;
  box-shadow: none;
  background: #6699cc!important;
  display: block;
}
.sf-menu .sf-mega ul {
  list-style-type: none;
  margin: 0;
  
}
.sf-menu .sf-mega li {
  margin-left: 0;
}
.sf-menu .sf-mega .sf-mega-section {
  float: left;
  padding: 0 1em 1em 0;
  margin-right: 1em;
  border-right: 1px solid #e9e9e9;
}
.sf-menu .sf-mega .sf-mega-section:last-child {
  border: 0;
}
.sf-menu .sf-mega .sf-mega-section h5 {
  padding: 3px 20px 3px 20px;
  color: #6699cc!important;
}
.sf-menu .sf-mega .sf-mega-section ul > li {
  display: block;
}
.sf-menu .sf-mega .sf-mega-section ul > li > a {
  display: block;
  padding: 3px 20px 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
  -webkit-transition: all 0 ease;
  -moz-transition: all 0 ease;
  -o-transition: all 0 ease;
  transition: all 0 ease;
}
.sf-menu .sf-mega .sf-mega-section ul > li > a:hover,
.sf-menu .sf-mega .sf-mega-section ul > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #357ebd;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
  background-image: -webkit-linear-gradient(top, #428bca, 0%, #357ebd, 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}
.sf-menu .sf-mega .sf-mega-section ul > li > a:hover {
  -webkit-transition: all 0 ease;
  -moz-transition: all 0 ease;
  -o-transition: all 0 ease;
  transition: all 0 ease;
}

.sf-menu .sf-mega-product {
  width: 630px;
  left: -270px;
}
.sf-menu .sf-mega-product:before {
  top: -7px;
  left: 279px;
}
.sf-menu .sf-mega-product:after {
  top: -6px;
  left: 280px;
}

.sidebar {
}
.sidebar .accordion-group {
  border: 0;
  border-radius: 0;
  border-bottom: 1px dotted #e5e5e5;
}
.sidebar .accordion-group .accordion-heading a {
  color: #333333;
  font-size: 18px;
  font-weight: 300;
}
.sidebar .accordion-body .accordion-inner {
  border: 0;
  border-radius: 0;
  /*border-top: 1px dotted #e5e5e5;*/
}
.sidebar .accordion-body .accordion-inner .nav > li > a,
.sidebar .sidenavbar .nav > li > a {
  padding: 8px 10px;
  color: #787876;
}
.sidebar .accordion-body .accordion-inner .nav > li > a:hover,
.sidebar .sidenavbar .nav > li > a:hover {
  color: #6699cc;
}
.sidebar .sidenavbar {
  margin-bottom: 20px;  
}
.sidebar .sidenavbar .nav > li {
  border-bottom: 1px dotted #e5e5e5;
}

.heading-success {
	border-bottom:2px solid #7cbb00;
	font-weight:400;
}
.heading-warning {
	border-bottom:2px solid #ffbb00;
	font-weight:400;
}
.heading-danger {
	border-bottom:2px solid #ec4f13;
	font-weight:400;
}
.heading-info {
	border-bottom:2px solid #a903b3;
	font-weight:400;
}
.heading-inverse {
	border-bottom:2px solid #333;
	font-weight:400;
}
.heading-primary {
	border-bottom:2px solid #6699cc;
	font-weight:400;
}
.heading-main {
	border-bottom:2px solid #009cea;
	font-weight:400;
}
.heading-title {
	border-bottom:2px solid #dddddd;
	font-weight:400;
}

ul.check-dark, ul.check-white {
	list-style:none;
}

ul.check-dark li {
	background:url(default/check-dark.png) no-repeat 0 3px;
	padding-left:26px;
	line-height:1.6em;
}
ul.check-white li {
	background:url(default/check-white.png) no-repeat 0 3px;
	padding-left:26px;
}

.list-product, .list-solution {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-product {
  padding-left:10px;
  padding-right:10px;
}
.list-solution {
  margin-top: 24px;
}
.list-product > li {
  padding-left: 5px;
  padding-right: 5px;
}
.list-product > li > dl {
  border: solid 1px #ddd;
  border-top: 0;
}
.list-product > li > dl > dt {
  border-bottom: solid 1px #ddd;
  border-top-style: solid;
  border-top-width: 5px;
  text-transform:uppercase;
  font-size:18px;
  line-height:24px;
  padding: 10px 15px 10px 15px;
  font-weight:normal;
  /*background-color: #eee;*/
  background: url(default/box-bg.png) repeat-x;
}
.list-product > li > dl.procwise > dt {
  border-top-color: #009cea;
  /*color: #009cea;*/
}
.list-product > li > dl.bizwise > dt {
  border-top-color: #7cbb00;
  /*color: #7cbb00;*/
}
.list-product > li > dl.formwise > dt {
  border-top-color: #ffbb00;
  /*color: #ffbb00;*/
}
.list-product > li > dl.eventwise > dt {
  border-top-color: #e54c12;
  /*color: #e54c12;*/
}
.list-product > li > dl > dd {
  padding: 0px 15px 10px 15px;
  font-size:14px;
  line-height:24px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
.list-product > li > dl > dd > figure{
  z-index: -1;
  position: absolute;
  bottom: 25px;
  right: 10px;
  height: 128px;
  width: 128px;
  background-repeat: no-repeat;
  background-position:right bottom;
  opacity: 0.3;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  -o-opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.list-product > li > dl.procwise > dd > figure {
  background-image: url(default/process.png);
}
.list-product > li > dl.bizwise > dd > figure {
  background-image: url(default/integration.png);
}
.list-product > li > dl.formwise > dd > figure {
  background-image: url(default/form.png);
}
.list-product > li > dl.eventwise > dd > figure {
  background-image: url(default/schedule.png);
}

.list-solution li {
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 24px;
  overflow: hidden;
  clear: both;
}
.list-solution li span {
  margin: 0;
  float: left;
  display: block;
  padding: 8px;
  width: 100px;
  height: 100px;
  margin-right: 18px;
  border: 0;
}
.list-solution li h5 {
    margin-top: 0;
    line-height: 20px;
}
.list-product > li > dl > dt > a, .list-solution li a, div.desc-layout a {
    color: #6699cc;
    margin: 0;
    text-transform: uppercase;
    display: inline-block;
}
.list-product > li > dl > dt > a:hover, .list-solution li a:hover, div.desc-layout a:hover {
    color: #3e454c;
}
.list-solution li p, div.desc-layout p {
    margin: 0;
}
div.desc-layout {
    line-height: 24px;
    font-size: 14px;
    padding-left: 0;
    margin-top: 10px;
}
div.price-layout {
    text-align: right;
    clear: none;
    margin-top: 10px;
}
div.price-layout ul {
    list-style: none;
}
div.price-layout ul.price-explain li span.price {
    vertical-align: baseline;
    clear: both;
    line-height: 18px;
    font-size: 12px;
    display: block;
    margin-bottom: 15px;
}
div.price-layout ul.price-explain li span.price span {
    color: #ef0301;
    line-height: 26px;
    font: 300 26px/26px Arial,Helvetica,sans-serif;
    font-style:italic;
    font-weight: bold;
    vertical-align: middle;
}

.list-video {
    margin-top: 15px;
}
.list-video .thumbnail {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.list-video figure {
  margin: 0;
  margin-bottom: 22px;
  position: relative;
}
.list-video figure img {
  width: 100%;
}
.list-video .thumbnail .caption {
  padding: 0;
  color: #919191;
}
.list-video a {
  color: #6699cc;
  font: 300 20px/20px 微软雅黑,Arial,Helvetica,sans-serif;
  margin: 0;
  margin-bottom: 8px;
  display: inline-block;
}
.list-video a:hover {
  color: #3e454c;
}
.list-video .badge {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 0;
  text-shadow: none;
  box-shadow: none;
  background-color: #6699cc;
  text-align: center;
  padding-top: 11px;
  font: 300 30px/30px 微软雅黑;
  color: #ffffff;
  width: 71px;
}
.list-video .badge p {
  font: 600 15px/15px 微软雅黑;
  margin-bottom: 13px;
}
.list-video .badge time {
  margin-left: 6px;
  margin-bottom: 2px;
  display: block;
}

.list_carousel {
  padding: 30px 30px 60px 30px;
  background-color: #f5f6f6;
  margin-top: 15px;
}
.list_carousel #foo {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  cursor: default;
  height: 100%!important;
}
.list_carousel #foo > li {
  padding: 0;
  float: left;
  cursor: default;
  margin-right: 4px;
}
.list_carousel #foo li figure {
  margin: 0;
  float: left;
  margin-right: 20px;
}
.list_carousel #foo li figure img {
  width: 100%;
}

.list_carousel #foo li .caption h5 {
  margin-bottom: 5px;
}

.list_carousel #foo li .caption h6 {
  margin-bottom: 19px;
}

.list_carousel #foo li .caption p {
  margin-bottom: 11px;
}

.list_carousel.responsive .caroufredsel_wrapper {
  cursor: default!important;
}

.list_carousel .prev, .list_carousel .next {
  display: inline-block;
  width: 42px;
  height: 42px;
  cursor: pointer;
  position: absolute;
  bottom: 20px;
}

.list_carousel .prev {
  background: url(default/prev_arrow.png) 0 top no-repeat;
  right: 71px;
}

.list_carousel .next {
  background: url(default/next_arrow.png) 0 top no-repeat;
  right: 29px;
}

.list_carousel .prev:hover {
  background: url(default/prev_arrow.png) 0 bottom no-repeat;
}

.list_carousel .next:hover {
  background: url(default/next_arrow.png) 0 bottom no-repeat;
}

.follow_icon {
  margin: 0;
  list-style: none;
  margin-top: 33px;
}
.follow_icon li {
  float: left;
  margin-right: 8px;
}
.follow_icon li a {
  width: 35px;
  height: 34px;
  display: inline-block;
  overflow: hidden;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
.follow_icon li a > img {
  margin-top: 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.follow_icon li a:hover > img {
  margin-top: -34px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.content-solution-list {
  margin: 0;
  padding: 0;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px dotted #ddd;
}
.content-solution-list > dt,
.intro > dt {
  display: block;
  float: left;
  width: 128px;
  height: 128px;
  margin-right: 16px;
}
.content-solution-list > dt > span {
  display: block;
  width: 128px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #6699cc;
  opacity: 0.9;
  position: absolute;
  left: 0;
  bottom: 16px;
}
.content-solution-list > dt > span > a {
  color: #fff;
}
.content-solution-list > dt > span > a:hover {
  color: #333;
}
.content-solution-list > dd,
.intro > dd {
  padding-right: 16px;
}
.content-solution-list > dd > p,
.intro > dd > p {
  margin-bottom: 4px;
  line-height: 24px;
  font-size: 14px;
}
.content-solution-list > dd > p > a,
.intro > dd > p > a {
  color: #6699cc;
}
.content-solution-list > dd > p > a:hover,
.intro > dd > p > a:hover {
  color: #333333;
}
.intro {
  margin: 0;
}
.intro > dt {
  width: 160px;
  height: 160px;
}

.well-product > h4 {
  margin-top: 0;
}
.well-product > p > span.label {
  font-size: 13px;
}

.content-panel > p {
  margin-bottom: 4px;
  line-height: 24px;
  font-size: 14px;
}

.map {
  margin: 7px 0 30px 0;
  display: inline-block;
  width: 100%;
  line-height: 0;
}
.map iframe {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 606px;
  border: none;
  line-height: 0;
}

#toTop {
    display: none;
    width: 42px;
    height: 42px;
    overflow: hidden;
    background: url(default/top.png) 0 top no-repeat;
    position: fixed;
    margin-right: -690px!important;
    right: 50%;
    bottom: 40px;
    z-index: 999;
}
#toTop:hover {
  background: url(default/top.png) 0 bottom no-repeat;
}

[class^="c-icon-"] {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 1px;
  margin-right: 1px;
  line-height: 14px;
  vertical-align: text-top;
  background-repeat: no-repeat;
}
.c-icon-email {
  background-image: url("default/icons/icon-email23x23.png");
}
.c-icon-arrow {
  background-image: url("default/icons/icon-arrow23x23.png");
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("default/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

/* White icons with optional class, or on hover/active states of certain elements */

.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: url("default/glyphicons-halflings-white.png");
}

.icon-glass {
  background-position: 0      0;
}

.icon-music {
  background-position: -24px 0;
}

.icon-search {
  background-position: -48px 0;
}

.icon-envelope {
  background-position: -72px 0;
}

.icon-heart {
  background-position: -96px 0;
}

.icon-star {
  background-position: -120px 0;
}

.icon-star-empty {
  background-position: -144px 0;
}

.icon-user {
  background-position: -168px 0;
}

.icon-film {
  background-position: -192px 0;
}

.icon-th-large {
  background-position: -216px 0;
}

.icon-th {
  background-position: -240px 0;
}

.icon-th-list {
  background-position: -264px 0;
}

.icon-ok {
  background-position: -288px 0;
}

.icon-remove {
  background-position: -312px 0;
}

.icon-zoom-in {
  background-position: -336px 0;
}

.icon-zoom-out {
  background-position: -360px 0;
}

.icon-off {
  background-position: -384px 0;
}

.icon-signal {
  background-position: -408px 0;
}

.icon-cog {
  background-position: -432px 0;
}

.icon-trash {
  background-position: -456px 0;
}

.icon-home {
  background-position: 0 -24px;
}

.icon-file {
  background-position: -24px -24px;
}

.icon-time {
  background-position: -48px -24px;
}

.icon-road {
  background-position: -72px -24px;
}

.icon-download-alt {
  background-position: -96px -24px;
}

.icon-download {
  background-position: -120px -24px;
}

.icon-upload {
  background-position: -144px -24px;
}

.icon-inbox {
  background-position: -168px -24px;
}

.icon-play-circle {
  background-position: -192px -24px;
}

.icon-repeat {
  background-position: -216px -24px;
}

.icon-refresh {
  background-position: -240px -24px;
}

.icon-list-alt {
  background-position: -264px -24px;
}

.icon-lock {
  background-position: -287px -24px;
}

.icon-flag {
  background-position: -312px -24px;
}

.icon-headphones {
  background-position: -336px -24px;
}

.icon-volume-off {
  background-position: -360px -24px;
}

.icon-volume-down {
  background-position: -384px -24px;
}

.icon-volume-up {
  background-position: -408px -24px;
}

.icon-qrcode {
  background-position: -432px -24px;
}

.icon-barcode {
  background-position: -456px -24px;
}

.icon-tag {
  background-position: 0 -48px;
}

.icon-tags {
  background-position: -25px -48px;
}

.icon-book {
  background-position: -48px -48px;
}

.icon-bookmark {
  background-position: -72px -48px;
}

.icon-print {
  background-position: -96px -48px;
}

.icon-camera {
  background-position: -120px -48px;
}

.icon-font {
  background-position: -144px -48px;
}

.icon-bold {
  background-position: -167px -48px;
}

.icon-italic {
  background-position: -192px -48px;
}

.icon-text-height {
  background-position: -216px -48px;
}

.icon-text-width {
  background-position: -240px -48px;
}

.icon-align-left {
  background-position: -264px -48px;
}

.icon-align-center {
  background-position: -288px -48px;
}

.icon-align-right {
  background-position: -312px -48px;
}

.icon-align-justify {
  background-position: -336px -48px;
}

.icon-list {
  background-position: -360px -48px;
}

.icon-indent-left {
  background-position: -384px -48px;
}

.icon-indent-right {
  background-position: -408px -48px;
}

.icon-facetime-video {
  background-position: -432px -48px;
}

.icon-picture {
  background-position: -456px -48px;
}

.icon-pencil {
  background-position: 0 -72px;
}

.icon-map-marker {
  background-position: -24px -72px;
}

.icon-adjust {
  background-position: -48px -72px;
}

.icon-tint {
  background-position: -72px -72px;
}

.icon-edit {
  background-position: -96px -72px;
}

.icon-share {
  background-position: -120px -72px;
}

.icon-check {
  background-position: -144px -72px;
}

.icon-move {
  background-position: -168px -72px;
}

.icon-step-backward {
  background-position: -192px -72px;
}

.icon-fast-backward {
  background-position: -216px -72px;
}

.icon-backward {
  background-position: -240px -72px;
}

.icon-play {
  background-position: -264px -72px;
}

.icon-pause {
  background-position: -288px -72px;
}

.icon-stop {
  background-position: -312px -72px;
}

.icon-forward {
  background-position: -336px -72px;
}

.icon-fast-forward {
  background-position: -360px -72px;
}

.icon-step-forward {
  background-position: -384px -72px;
}

.icon-eject {
  background-position: -408px -72px;
}

.icon-chevron-left {
  background-position: -432px -72px;
}

.icon-chevron-right {
  background-position: -456px -72px;
}

.icon-plus-sign {
  background-position: 0 -96px;
}

.icon-minus-sign {
  background-position: -24px -96px;
}

.icon-remove-sign {
  background-position: -48px -96px;
}

.icon-ok-sign {
  background-position: -72px -96px;
}

.icon-question-sign {
  background-position: -96px -96px;
}

.icon-info-sign {
  background-position: -120px -96px;
}

.icon-screenshot {
  background-position: -144px -96px;
}

.icon-remove-circle {
  background-position: -168px -96px;
}

.icon-ok-circle {
  background-position: -192px -96px;
}

.icon-ban-circle {
  background-position: -216px -96px;
}

.icon-arrow-left {
  background-position: -240px -96px;
}

.icon-arrow-right {
  background-position: -264px -96px;
}

.icon-arrow-up {
  background-position: -289px -96px;
}

.icon-arrow-down {
  background-position: -312px -96px;
}

.icon-share-alt {
  background-position: -336px -96px;
}

.icon-resize-full {
  background-position: -360px -96px;
}

.icon-resize-small {
  background-position: -384px -96px;
}

.icon-plus {
  background-position: -408px -96px;
}

.icon-minus {
  background-position: -433px -96px;
}

.icon-asterisk {
  background-position: -456px -96px;
}

.icon-exclamation-sign {
  background-position: 0 -120px;
}

.icon-gift {
  background-position: -24px -120px;
}

.icon-leaf {
  background-position: -48px -120px;
}

.icon-fire {
  background-position: -72px -120px;
}

.icon-eye-open {
  background-position: -96px -120px;
}

.icon-eye-close {
  background-position: -120px -120px;
}

.icon-warning-sign {
  background-position: -144px -120px;
}

.icon-plane {
  background-position: -168px -120px;
}

.icon-calendar {
  background-position: -192px -120px;
}

.icon-random {
  width: 16px;
  background-position: -216px -120px;
}

.icon-comment {
  background-position: -240px -120px;
}

.icon-magnet {
  background-position: -264px -120px;
}

.icon-chevron-up {
  background-position: -288px -120px;
}

.icon-chevron-down {
  background-position: -313px -119px;
}

.icon-retweet {
  background-position: -336px -120px;
}

.icon-shopping-cart {
  background-position: -360px -120px;
}

.icon-folder-close {
  background-position: -384px -120px;
}

.icon-folder-open {
  width: 16px;
  background-position: -408px -120px;
}

.icon-resize-vertical {
  background-position: -432px -119px;
}

.icon-resize-horizontal {
  background-position: -456px -118px;
}

.icon-hdd {
  background-position: 0 -144px;
}

.icon-bullhorn {
  background-position: -24px -144px;
}

.icon-bell {
  background-position: -48px -144px;
}

.icon-certificate {
  background-position: -72px -144px;
}

.icon-thumbs-up {
  background-position: -96px -144px;
}

.icon-thumbs-down {
  background-position: -120px -144px;
}

.icon-hand-right {
  background-position: -144px -144px;
}

.icon-hand-left {
  background-position: -168px -144px;
}

.icon-hand-up {
  background-position: -192px -144px;
}

.icon-hand-down {
  background-position: -216px -144px;
}

.icon-circle-arrow-right {
  background-position: -240px -144px;
}

.icon-circle-arrow-left {
  background-position: -264px -144px;
}

.icon-circle-arrow-up {
  background-position: -288px -144px;
}

.icon-circle-arrow-down {
  background-position: -312px -144px;
}

.icon-globe {
  background-position: -336px -144px;
}

.icon-wrench {
  background-position: -360px -144px;
}

.icon-tasks {
  background-position: -384px -144px;
}

.icon-filter {
  background-position: -408px -144px;
}

.icon-briefcase {
  background-position: -432px -144px;
}

.icon-fullscreen {
  background-position: -456px -144px;
}