.home-active #main-nav > li.page-home > a,
.portfolios-active #main-nav > li.page-portfolios > a,
.pages-active #main-nav > li.page-pages > a,
.blog-active #main-nav > li.page-blog > a,
.design-active #main-nav > li.page-design > a,
.settings-active #main-nav > li.page-settings > a {
  color: #303030;
  background: #ffffff;
  filter: none !important;
  border-bottom-color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none; }

.account-home #ln-home > a,
.account-user-settings #ln-user-settings > a,
.account-billing #ln-billing > a,
.account-invoices #ln-invoices > a,
.account-register-user #ln-add-user > a,
.account-users #ln-manage-users > a,
.account-plans #ln-plans > a,
.account-cancel #ln-cancel > a,
.admin-config #ln-admin-config > a,
.admin-users #ln-admin-users > a,
.admin-permissions #ln-admin-permissions > a,
.admin-pages #ln-admin-pages > a,
.setting-info li.settings-info > a,
.setting-social li.settings-social > a,
.setting-domain li.settings-domain > a,
.setting-email li.settings-email > a,
.setting-music li.settings-music > a,
.setting-language li.settings-language > a,
.setting-blog li.settings-blog > a,
.setting-fotomoto li.settings-fotomoto > a{
  color: #fff;
  background-color: #ffa31a;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
.account-home #ln-home .icon-chevron-right,
.account-user-settings #ln-user-settings .icon-chevron-right,
.account-billing #ln-billing .icon-chevron-right,
.account-invoices #ln-invoices .icon-chevron-right,
.account-register-user #ln-add-user .icon-chevron-right,
.account-users #ln-manage-users .icon-chevron-right,
.account-plans #ln-plans .icon-chevron-right,
.account-cancel #ln-cancel .icon-chevron-right,
.admin-config #ln-admin-config .icon-chevron-right,
.admin-users #ln-admin-users .icon-chevron-right,
.admin-permissions #ln-admin-permissions .icon-chevron-right,
.admin-pages #ln-admin-pages .icon-chevron-right,
.setting-info li.settings-info .icon-chevron-right,
.setting-social li.settings-social .icon-chevron-right,
.setting-domain li.settings-domain .icon-chevron-right,
.setting-email li.settings-email .icon-chevron-right,
.setting-music li.settings-music .icon-chevron-right,
.setting-language li.settings-language .icon-chevron-right,
.setting-blog li.settings-blog .icon-chevron-right,
.setting-fotomoto li.settings-fotomoto .icon-chevron-right{
  color: #fff; }

.btn:focus {
  background-position: 0 0; }

ul.ff-portfolio li {
  list-style: none;
  background: #333;
  color: #fff;
  width: 160px;
  height: 160px;
  display: inline-block;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  margin: 5px; }
ul.ff-portfolio .img-container {
  width: 160px;
  height: 130px;
  display: table-cell;
  text-align: center;
  vertical-align: middle; }
  ul.ff-portfolio .img-container img {
    max-width: 150px;
    max-height: 120px;
    margin: auto; }
ul.ff-portfolio .img-container * {
  vertical-align: middle; }
ul.ff-portfolio .ff-overlay {
  border-radius: 3px;
  width: 160px;
  height: 130px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.3s ease-out;
  /* Firefox 4-15 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5012.00 */
  transition: all 0.3s ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */ }
  ul.ff-portfolio .ff-overlay:hover {
    opacity: 1; }
  ul.ff-portfolio .ff-overlay span {
    position: absolute;
    bottom: 0;
    left: 5px;
    width: 140px;
    height: 20px;
    overflow: hidden;
    font-size: 10px;
    line-height: 20px;
    color: #fff; }
ul.ff-portfolio .ff-view {
  background-image: url(../img/gallery/zoom.png); }
ul.ff-portfolio .ff-play {
  background-image: url(../img/gallery/play.png); }
ul.ff-portfolio .ff-vid-corner {
  width: 40px;
  height: 40px;
  background-image: url(../img/gallery/vid-corner.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0; }
ul.ff-portfolio .ff-controls {
  height: 30px;
  width: 100%;
  line-height: 30px;
  position: absolute;
  bottom: 0;
  left: 0; }
  ul.ff-portfolio .ff-controls a.ff-drag, ul.ff-portfolio .ff-controls a.ff-edit, ul.ff-portfolio .ff-controls a.ff-delete {
    width: 80px;
    display: block;
    position: absolute;
    text-align: center;
    border-top: 1px solid #6d6d6d;
    color: #ccc;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: all 0.3s ease-out;
    /* Firefox 4-15 */
    -o-transition: all 0.3s ease-out;
    /* Opera 10.5012.00 */
    transition: all 0.3s ease-out;
    /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */ }
    ul.ff-portfolio .ff-controls a.ff-drag:hover, ul.ff-portfolio .ff-controls a.ff-edit:hover, ul.ff-portfolio .ff-controls a.ff-delete:hover {
      background: #8b8b8b;
      color: #090909; }
  ul.ff-portfolio .ff-controls a.ff-drag {
    cursor: move;
    left: 0;
    bottom: 0;
    border-right: 1px solid #6d6d6d; }
  ul.ff-portfolio .ff-controls a.ff-edit {
    cursor: pointer;
    left: 80px;
    bottom: 0; }
  ul.ff-portfolio .ff-controls a.ff-delete {
    cursor: pointer;
    width: 20px;
    right: 0;
    bottom: 0; }
    ul.ff-portfolio .ff-controls a.ff-delete:hover {
      background: #8b000a;
      color: #ffffff; }

.ff-portfolio-bg {
  background: #6f6f6f; }
  .ff-portfolio-bg hr {
    border-top: 1px solid #ccc;
    border-bottom: none; }

.masthead-float h2 {
  float: left; }
.masthead-float p {
  float: left;
  line-height: 30px;
  margin-left: 20px; }
.masthead-float select {
  float: left; }

#header .brand {
  background: url(../img/logo.svg) no-repeat 0 0;
  background-size: 215px 32px; }

ul.ff-portfolio-list {
  margin-bottom: 30px;
  margin-left: 0; }
  ul.ff-portfolio-list li {
    list-style: none;
    width: 100%;
    height: 50px;
    margin-bottom: 5px;
    cursor: move; }
    ul.ff-portfolio-list li .p-list {
      background: #f1f1f1;
      -webkit-transition: all 0.3s ease-out;
      /* Chrome 1-25, Safari 3.2+ */
      -moz-transition: all 0.3s ease-out;
      /* Firefox 4-15 */
      -o-transition: all 0.3s ease-out;
      /* Opera 10.5012.00 */
      transition: all 0.3s ease-out;
      /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */ }
    ul.ff-portfolio-list li img {
      width: 50px;
      height: 50px;
      float: left; }
    ul.ff-portfolio-list li h4 {
      float: left;
      line-height: 50px; }
    ul.ff-portfolio-list li:hover .p-list {
      background: #ccc; }
  ul.ff-portfolio-list .ff-home {
    cursor: default; }

.ff-drag-p, .p-list {
  float: left; }

a.ff-drag-p {
  width: 5%;
  height: 50px;
  font-size: 30px;
  line-height: 50px;
  cursor: move;
  text-decoration: none;
  color: #ccc; }
  a.ff-drag-p .icon-sort, a.ff-drag-p .icon-home {
    line-height: 50px;
    display: block;
    height: 50px;
    float: right; }
  a.ff-drag-p:hover .p-list {
    background: #ccc; }

a.ff-home-p {
  cursor: default; }

.p-list {
  width: 95%;
  height: 50px;
  float: left;
  border-radius: 3px; }

.p-list-left-group {
  width: 50%;
  float: left; }
  .p-list-left-group span {
    margin-left: 15px;
    margin-top: 17px; }
  .p-list-left-group h4 {
    margin-left: 10px;
    max-width: 70%;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .p-list-left-group h4 i {
      margin-top: 5px; }
  .p-list-left-group a {
    margin-left: 10px;
    line-height: 50px; }

.p-list-right-group {
  float: right;
  width: 50%; }
  .p-list-right-group span {
    margin-right: 20px;
    margin-top: 17px; }
  .p-list-right-group .btn {
    margin-right: 10px;
    margin-top: 10px; }
  .p-list-right-group .text-link {
    margin-top: 14px;
    margin-right: 20px; }

.p-list-left-group.p-list-80 {
  width: 80%; }

.p-list-right-group.p-list-20 {
  width: 20%; }

.modal-table {
  width: 100%;
  margin-top: 30px; }
  .modal-table h4 {
    font-size: 14px; }
    .modal-table h4 i {
      margin-top: 3px; }
  .modal-table td {
    vertical-align: top; }

.current-theme {
  margin: 0 0 60px 0; }

.theme-list img {
  width: 100%; }
.theme-list li {
  background: #ccc;
  padding-top: 20px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  position: relative; }
  .theme-list li h4 {
    margin: 10px 0 10px 10px;
    max-width: 60%;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    color: #999999;
    line-height: 30px; }
  .theme-list li .btn {
    margin: 10px 10px 10px 0; }
  .theme-list li .theme-preview {
    margin: 0 10px 10px 10px;
    clear: left; }
  .theme-list li .theme-select-btn {
    position: absolute;
    bottom: 0;
    right: 0; }
.theme-list .themes-overlay {
  border-radius: 3px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
  background-position: 50% 45%;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.3s ease-out;
  /* Firefox 4-15 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5012.00 */
  transition: all 0.3s ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */ }
  .theme-list .themes-overlay:hover {
    opacity: 1; }
  .theme-list .themes-overlay span {
    position: absolute;
    bottom: 0;
    left: 5px;
    width: 140px;
    height: 20px;
    overflow: hidden;
    font-size: 10px;
    line-height: 20px;
    color: #fff; }
.theme-list .ff-view {
  background-image: url(../img/gallery/zoom.png); }

.theme-select-controls {
  background: #333333;
  float: left;
  width: 100%;
  position: relative;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.pad-right-link {
  padding-right: 10px; }

/*
div.dataTables_length label {
  width: 460px;
  float: left;
  text-align: left;
}

div.dataTables_length select {
  width: 75px;
}

div.dataTables_filter label {
  float: right;
  width: 460px;
}

div.dataTables_info {
  padding-top: 8px;
}

div.dataTables_paginate {
  float: right;
  margin: 0;
}

table {
  margin: 1em 0;
  clear: both;
}

table.dataTable th:active {
  outline: none;
}
*/
.login-logo {
  width: 260px;
  height: 39px;
  margin: auto;
  padding: 60px 0 40px; }

.account-container {
  margin-top: 0; }

/*MODS*/
#username.register {
  width: 190px;
  display: inline-block; }

#login-indicator {
  margin-top: 20px; }

#register-form .controls {
  position: relative; }
#register-form .control-group.success div.clean {
  position: absolute;
  top: 13px;
  right: -20px !important;
  width: 15px;
  height: 15px;
  background: url(../img/validation/validation-success.png) no-repeat 0 0; }
#register-form .input-append .add-on {
  width: 99px;
  padding: 11px 4px 10px; }

#video-preview {
  max-width: 480px;
  min-height: 250px;
  background: #333;
  border: 2px solid #999;
  color: #ccc; }

.plan-actions div {
  padding: 5px 20px; }
.plan-actions p {
  margin-bottom: 0; }

.line-through {
  text-decoration: line-through;
  color: #ccc; }

ul.base-features {
  list-style: none; }
  ul.base-features li {
    padding: 1em 0;
    margin: 0 2em;
    text-align: center;
    border-bottom: 1px dotted #CCC; }

.modal-col {
  width: 250px;
  float: left; }

/*------------------------------------------------------------------

Layout: Reports

------------------------------------------------------------------- */
.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0; }

.clearfix:after {
  clear: both; }

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#big_stats {
  width: 100%;
  display: table;
  padding: 20px 0;
  margin-top: .5em;
  margin-bottom: 1em;
  background-color: #f3f3f3;
  background-image: -moz-linear-gradient(top, #fafafa, #e9e9e9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#e9e9e9));
  background-image: -webkit-linear-gradient(top, #fafafa, #e9e9e9);
  background-image: -o-linear-gradient(top, #fafafa, #e9e9e9);
  background-image: linear-gradient(to bottom, #fafafa, #e9e9e9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffe9e9e9', GradientType=0);
  border: 1px solid #CCC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

#big_stats .stat {
  width: 20%;
  text-align: center;
  display: table-cell;
  padding: 0 0 0;
  position: relative;
  border-right: 1px solid #CCC;
  border-left: 1px solid #FFF; }
  #big_stats .stat h1 {
    line-height: 20px; }
  #big_stats .stat p {
    padding: 0 20px;
    margin-bottom: 0; }
  #big_stats .stat [class^="icon-"]:not(.ui-icon), #big_stats .stat [class*="icon-"]:not(.ui-icon) {
    margin-left: -20px;
    margin-top: 10px; }

#big_stats .stat:last-child {
  border-right: none; }

#big_stats .stat:first-child {
  border-left: none; }

#big_stats .stat h4 {
  font-size: 13px;
  font-weight: 600;
  color: #444;
  margin-top: 1.5em; }

#big_stats .stat .value {
  font-size: 56px;
  font-weight: 600;
  color: #333;
  line-height: 1em; }

@media (max-width: 767px) {
  #big_stats .stat .value {
    font-size: 40px; } }
@media all and (max-width: 950px) and (min-width: 1px) {
  #big_stats {
    float: left;
    display: block;
    margin-bottom: -40px; }

  #big_stats .stat {
    width: 49%;
    display: block;
    margin-bottom: 3em;
    float: left; }

  #big_stats .stat:nth-child(2) {
    border-right: none; }

  #big_stats .stat:nth-child(3) {
    margin-bottom: 0;
    border-left: none; }

  #big_stats .stat:nth-child(4) {
    margin-bottom: 0; } }
/*------------------------------------------------------------------

Layout: Dashboard

------------------------------------------------------------------- */
.stat-table td {
  padding: 18px 0;
  border: none;
  border-bottom: 1px dotted #CCC; }

.stat-table .value {
  font-size: 21px;
  font-weight: 600; }

.stat-table .full {
  color: #666;
  font-size: 13px; }
