#features-list {
  list-style-type: none;
}

#features-list > li{
  font-size: 20px;
  line-height: 40px;
}

#features-list > li > i {
 margin-right: 8px !important;
 width: 24px;
 height: 24px;
 background-size: 24px 24px !important;
}

#features-list > li > i.icon-feature-watch {
  background: url(../img/features/icons/watch.png) top left no-repeat transparent;
}

#features-list > li > i.icon-feature-watch2 {
  background: url(../img/features/icons/watch-2.png) top left no-repeat transparent;
}

#features-list > li > i.icon-feature-lock {
  background: url(../img/features/icons/locked.png) top left no-repeat transparent;
}

#features-list > li > i.icon-feature-ui {
  background: url(../img/features/icons/ui.png) top left no-repeat transparent;
}

#features-list > li > i.icon-feature-extensible {
  background: url(../img/features/icons/settings-3.png) top left no-repeat transparent;
}

#features-list > li > i.icon-feature-update {
  background: url(../img/features/icons/arrow-up.png) top left no-repeat transparent;
}

#features-list > li > i.icon-feature-alarm {
  background: url(../img/features/icons/bell.png) top left no-repeat transparent;
}

.app-box {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;

  box-shadow:  0px 2px 2px rgba(0,0,0,0.11);
  -webkit-box-shadow:  0px 2px 2px rgba(0,0,0,0.11);
  -moz-box-shadow:  0px 2px 2px rgba(0,0,0,0.11);

  /*height: 250px;*/
  margin-bottom: 20px;
  padding: 5px;
  border: 1px solid #dedede;
}

.app-title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: rgb(239, 56, 119);
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}

.app-desc {
  /*text-align: justify;*/
  width:90%;
  margin-left: auto;
  margin-right: auto;
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  line-height: 24px;
  color: rgb(51, 51, 51);
  margin-top: 6px;
}

.app-icon {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;

  box-shadow: inset 0px 0px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0px 0px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0px 0px 2px rgba(0,0,0,0.3);

  display: block;
  width: 90%;
  height: 90px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;  
  background-color: #f9f9f9 !important;
}

/* Application Thumbnails
=========================================== */

.app-thumb-dolphin {
  background: url(../img/features/thumbs/app-thumb-dolphin.png) no-repeat center center;
  background-size: 150px 150px;
}

.app-thumb-wordpress {
  background: url(../img/features/thumbs/app-thumb-wordpress.png) no-repeat center center;
  background-size: 150px 150px;
}

.app-thumb-joomla {
  background: url(../img/features/thumbs/app-thumb-joomla.png) no-repeat center center;
  background-size: 150px 150px;
}

.app-thumb-opencart {
  background: url(../img/features/thumbs/app-thumb-opencart.png) no-repeat center center;
  background-size: auto 100px;
}

.app-thumb-prestashop {
  background: url(../img/features/thumbs/app-thumb-prestashop.png) no-repeat center center;
  background-size: 120px 120px;
}

.app-thumb-drupal {
  background: url(../img/features/thumbs/app-thumb-drupal.png) no-repeat center center;
  background-size: 110px 110px;
}

.app-thumb-magento {
  background: url(../img/features/thumbs/app-thumb-magento.png) no-repeat center center;
  background-size: 150px 150px;
}

.app-thumb-phpbb {
  background: url(../img/features/thumbs/app-thumb-phpbb.png) no-repeat center center;
}

.app-thumb-nucleus {
  background: url(../img/features/thumbs/app-thumb-nucleus.png) no-repeat center center;
  background-size: 150px 150px;
}

.app-thumb-cakephp {
  background: url(../img/features/thumbs/app-thumb-cakephp.png) no-repeat center center;
  background-size: 150px 150px;
}

.app-thumb-spip {
  background: url(../img/features/thumbs/app-thumb-spip.png) no-repeat center center;
  background-size: 150px auto;
}

.app-thumb-typo3 {
  background: url(../img/features/thumbs/app-thumb-typo3.png) no-repeat center center;
  background-size: 110px 110px;
}

.app-thumb-oscommerce {
  background: url(../img/features/thumbs/app-thumb-oscommerce.png) no-repeat center center;
  background-size: 100px 100px;
}


