/*
Theme Name: Hero
Theme URI: https://osclass.me/
Description: Hero Premium Osclass Themes
Author: OsclassDotMe
*/

/**
 * typography
 * --------------------------------------------------
 */
body {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #434a54;
  background-color: white;
}

a {
  color: #3bafda;
  text-decoration: none;
}
a:hover, a:focus {
  color: #4fc1e9;
  text-decoration: none;
}
a:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  color: #e7e9ec;
}

h1,
h2,
h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}

h4,
h5,
h6 {
  margin-top: 15px;
  margin-bottom: 15px;
}

h6 {
  font-weight: normal;
}

h1,
.h1 {
  font-size: 35px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 14px;
}
.atas1{
    margin-top:15px;
}
.hola {
    width: 100%;
    padding: 0px 0px 10px 0px;
}
a.publish{
    margin: 2px 0px 2px 5px;
    border-radius: 3px;
    cursor: pointer;
    float: left;
    letter-spacing: 0.6px;
    font-size: 16px;
    font-weight: bold;
}

blockquote {
  border-left: 3px solid #ccd1d9;
}

.img-rounded {
          border-radius: 4px;

  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
}

.img-comment {
  margin: 24px 0;
  font-size: 15px;
  font-style: italic;
  line-height: 1.2;
}

/**
 * button
 * --------------------------------------------------
 */
.btn {
  color: white;
}
.btn, .btn.disabled, .btn[disabled] {
  background-color: #aab2bd;
  border-color: #aab2bd;
}
.btn:hover, .btn:focus, .btn:active, .btn.active {
  color: white;
  background-color: #ccd1d9;
  border-color: #ccd1d9;
  outline: none !important;
}
.btn:active, .btn.active {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .125);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .125);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .125);
}
.btn.disabled, .btn[disabled] {
  filter: alpha(opacity=45);
  opacity: .45;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .btn-link.disabled, .btn-link[disabled] {
  color: #3bafda;
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.btn-link:hover, .btn-link:focus {
  text-decoration: underline;
}
.btn-default {
  color: #434a54;
  border-color: #aab2bd !important;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  background-color: #ccd1d9;
  border-color: #ccd1d9;
}
.btn-default, .btn-default.disabled, .btn-default[disabled] {
  background-color: white;
}
.open .dropdown-toggle.btn-default {
  background-color: #ccd1d9;
  border-color: #ccd1d9;
}
.btn-primary, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-color: #3bafda;
  border-color: #3bafda;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #4fc1e9;
  border-color: #4fc1e9;
}
.open .dropdown-toggle.btn-primary {
  background-color: #4fc1e9;
  border-color: #4fc1e9;
}
.btn-info, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-color: #37bc9b;
  border-color: #37bc9b;
}
.btn-info:hover, .btn-info:focus {
  background-color: #48cfad;
  border-color: #48cfad;
}
.open .dropdown-toggle.btn-info {
  background-color: #48cfad;
  border-color: #48cfad;
}
.btn-success, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  background-color: #8cc152;
  border-color: #8cc152;
}
.btn-success:hover, .btn-success:focus {
  background-color: #a0d468;
  border-color: #a0d468;
}
.open .dropdown-toggle.btn-success {
  background-color: #a0d468;
  border-color: #a0d468;
}
.btn-warning, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  background-color: #f6bb42;
  border-color: #f6bb42;
}
.btn-warning:hover, .btn-warning:focus {
  background-color: #ffce54;
  border-color: #ffce54;
}
.open .dropdown-toggle.btn-warning {
  background-color: #ffce54;
  border-color: #ffce54;
}
.btn-danger, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled],
.btn-danger .open .dropdown-toggle.btn {
  background-color: #da4453;
  border-color: #da4453;
}
.btn-danger:hover, .btn-danger:focus {
  background-color: #ed5565;
  border-color: #ed5565;
}
.open .dropdown-toggle.btn-danger {
  background-color: #ed5565;
  border-color: #ed5565;
}

/**
 * button-group
 * --------------------------------------------------
 */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .125);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .125);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .125);
}
.btn-group .btn {
  border-left-color: #96a0ad;
}
.btn-group.open .btn-default.dropdown-toggle, .btn-group .btn-default:focus, .btn-group .btn-default:active, .btn-group .btn-default.active {
  color: white;
}
.btn-group .btn-primary, .btn-group .btn-primary:focus, .btn-group .btn-primary:active, .btn-group .btn-primary.active {
  border-left-color: #269ecb;
}
.btn-group .btn-success, .btn-group .btn-success:focus, .btn-group .btn-success:active, .btn-group .btn-success.active {
  border-left-color: #7ab03f;
}
.btn-group .btn-warning, .btn-group .btn-warning:focus, .btn-group .btn-warning:active, .btn-group .btn-warning.active {
  border-left-color: #efa50b;
}
.btn-group .btn-danger, .btn-group .btn-danger:focus, .btn-group .btn-danger:active, .btn-group .btn-danger.active {
  border-left-color: #d1293a;
}
.btn-group .btn-info, .btn-group .btn-info:focus, .btn-group .btn-info:active, .btn-group .btn-info.active {
  border-left-color: #2fa084;
}
.btn-group .btn:first-child, .btn-group .btn-primary:first-child, .btn-group .btn-success:first-child, .btn-group .btn-warning:first-child, .btn-group .btn-danger:first-child, .btn-group .btn-info:first-child {
  border-left-color: transparent;
}

.btn-group-vertical .btn, .btn-group-vertical .btn-group .btn-primary {
  border-top-color: #96a0ad !important;
}
.btn-group-vertical .btn-primary, .btn-group-vertical .btn-primary:focus, .btn-group-vertical .btn-primary:active, .btn-group-vertical .btn-primary.active, .btn-group-vertical .btn-group .btn-primary {
  border-top-color: #269ecb !important;
}
.btn-group-vertical .btn-success, .btn-group-vertical .btn-success:focus, .btn-group-vertical .btn-success:active, .btn-group-vertical .btn-success.active, .btn-group-vertical .btn-group .btn-success {
  border-top-color: #7ab03f !important;
}
.btn-group-vertical .btn-warning, .btn-group-vertical .btn-warning:focus, .btn-group-vertical .btn-warning:active, .btn-group-vertical .btn-warning.active, .btn-group-vertical .btn-group .btn-warning {
  border-top-color: #efa50b !important;
}
.btn-group-vertical .btn-danger, .btn-group-vertical .btn-danger:focus, .btn-group-vertical .btn-danger:active, .btn-group-vertical .btn-danger.active, .btn-group-vertical .btn-group .btn-danger {
  border-top-color: #d1293a !important;
}
.btn-group-vertical .btn-info, .btn-group-vertical .btn-info:focus, .btn-group-vertical .btn-info:active, .btn-group-vertical .btn-info.active, .btn-group-vertical .btn-group .btn-info {
  border-top-color: #2fa084 !important;
}
.btn-group-vertical .btn:not(.btn-default):first-child, .btn-group-vertical .btn-primary:first-child, .btn-group-vertical .btn-success:first-child, .btn-group-vertical .btn-warning:first-child, .btn-group-vertical .btn-danger:first-child, .btn-group-vertical .btn-info:first-child {
  border-top: none;
}

/**
 * labels and badges
 * --------------------------------------------------
 */
.label,
.badge {
  background-color: #aab2bd;
}

.label-default,
.badge-default {
  color: #434a54;
  background-color: white;
  border: 1px solid #aab2bd;
}

.label-primary,
.badge-primary {
  background-color: #3bafda;
  border-color: #3bafda;
}

.label-success,
.badge-success {
  background-color: #8cc152;
  border-color: #8cc152;
}

.label-danger,
.badge-danger {
  background-color: #da4453;
  border-color: #da4453;
}

.label-warning,
.badge-warning {
  background-color: #f6bb42;
  border-color: #f6bb42;
}

.label-info,
.badge-info {
  background-color: #37bc9b;
  border-color: #37bc9b;
}

/**
 * tooltip
 * --------------------------------------------------
 */
.tooltip-inner {
  color: white;
  background-color: #434a54;
}
.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
  border-top-color: #434a54;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #434a54;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #434a54;
}
.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #434a54;
}

/**
 * popover
 * --------------------------------------------------
 */
.popover {
  color: white;
  background-color: #434a54;
  border-color: #434a54;
}
.popover-title {
  padding-bottom: 0;
  font-weight: bold;
  color: #aab2bd;
  background-color: transparent;
  border-bottom: none;
}
.popover.top .arrow, .popover.top .arrow:after {
  border-top-color: #434a54;
}
.popover.right .arrow, .popover.right .arrow:after {
  border-right-color: #434a54;
}
.popover.bottom .arrow, .popover.bottom .arrow:after {
  border-bottom-color: #434a54;
}
.popover.left .arrow, .popover.left .arrow:after {
  border-left-color: #434a54;
}

/**
 * progress
 * --------------------------------------------------
 */
.progress {
  background-color: #e6e9ed;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.progress-bar {
  background-color: #3bafda;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.progress-bar-success {
  background-color: #8cc152;
}
.progress-bar-info {
  background-color: #37bc9b;
}
.progress-bar-warning {
  background-color: #f6bb42;
}
.progress-bar-danger {
  background-color: #da4453;
}

/**
 * breadcrumb
 * --------------------------------------------------
 */
.breadcrumb {
  color: #434a54;
  background-color: #e6e9ed;
}
.breadcrumb > .active {
  color: #434a54;
}
.breadcrumb a {
  color: #3bafda;
}

.breadcrumb-arrow {
  height: 36px;
  padding: 0;
  line-height: 36px;
  list-style: none;
  background-color: #e6e9ed;
}
.breadcrumb-arrow li:first-child a {
          border-radius: 4px 0 0 4px;

  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
}
.breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
  display: inline-block;
  vertical-align: top;
}
.breadcrumb-arrow li:not(:first-child) {
  margin-left: -5px;
}
.breadcrumb-arrow li + li:before {
  padding: 0;
  content: "";
}
.breadcrumb-arrow li span {
  padding: 0 10px;
}
.breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
  height: 36px;
  padding: 0 10px 0 25px;
  line-height: 36px;
}
.breadcrumb-arrow li:first-child a {
  padding: 0 10px;
}
.breadcrumb-arrow li a {
  position: relative;
  color: white;
  text-decoration: none;
  background-color: #3bafda;
  border: 1px solid #3bafda;
}
.breadcrumb-arrow li:first-child a {
  padding-left: 10px;
}
.breadcrumb-arrow li a:before, .breadcrumb-arrow li a:after {
  position: absolute;
  top: -1px;
  width: 0;
  height: 0;
  content: '';
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}
.breadcrumb-arrow li a:before {
  right: -10px;
  z-index: 3;
  border-left-color: #3bafda;
  border-left-style: solid;
  border-left-width: 11px;
}
.breadcrumb-arrow li a:after {
  right: -11px;
  z-index: 2;
  border-left: 11px solid #2494be;
}
.breadcrumb-arrow li a:hover, .breadcrumb-arrow li a:focus {
  background-color: #4fc1e9;
  border: 1px solid #4fc1e9;
}
.breadcrumb-arrow li a:hover:before, .breadcrumb-arrow li a:focus:before {
  border-left-color: #4fc1e9;
}
.breadcrumb-arrow li a:active {
  background-color: #2494be;
  border: 1px solid #2494be;
}
.breadcrumb-arrow li a:active:before, .breadcrumb-arrow li a:active:after {
  border-left-color: #2494be;
}
.breadcrumb-arrow li span {
  color: #434a54;
}

/**
 * pagination
 * --------------------------------------------------
 */
.pagination > li > a, .pagination > li > span {
  color: #434a54;
  background-color: white;
  border-color: #ccd1d9;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: white;
  background-color: #ccd1d9;
  border-color: #ccd1d9;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  color: white;
  background-color: #8cc152;
  border-color: #8cc152;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #e6e9ed;
  background-color: white;
  border-color: #ccd1d9;
}

/**
 * pager
 * --------------------------------------------------
 */
.pager li > a, .pager li > span {
  color: white;
  background-color: #8cc152;
  border-color: #8cc152;
}
.pager li > a:hover, .pager li > a:focus {
  background-color: #a0d468;
  border-color: #a0d468;
}
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #e6e9ed;
  background-color: white;
  border-color: #e6e9ed;
}

/**
 * form
 * --------------------------------------------------
 */
.form-control {
  color: #434a54;
  border-color: #aab2bd;
}
.form-control, .form-control:focus {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.form-control:focus {
  border-color: #3bafda;
}
.form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder {
  color: #e6e9ed;
}
.form-control.disabled, .form-control[disabled] {
  background-color: #e6e9ed;
  border-color: #e6e9ed;
}

.input-group-btn .btn + .btn {
  border-color: #96a0ad;
  border-style: solid;
  border-width: 1px;
}
.input-group-btn .btn + .btn.btn-default {
  border-color: #ededed;
}
.input-group-btn .btn + .btn.btn-primary {
  border-color: #269ecb;
}
.input-group-btn .btn + .btn.btn-info {
  border-color: #2fa084;
}
.input-group-btn .btn + .btn.btn-success {
  border-color: #7ab03f;
}
.input-group-btn .btn + .btn.btn-warning {
  border-color: #f4af20;
}
.input-group-btn .btn + .btn.btn-danger {
  border-color: #d1293a;
}

.input-group-addon {
  color: white;
  background-color: #aab2bd;
  border-color: #96a0ad;
}
.input-group-addon .radio, .input-group-addon .checkbox {
  margin: -3px 0 -4px !important;
}

.form-search .search-query, .form-search .search-query:first-child, .form-search .search-query:last-child {
  padding: 0 17px;
          border-radius: 17px;

  -webkit-border-radius: 17px;
     -moz-border-radius: 17px;
}
.input-group .form-control:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0;

  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}
.input-group .form-control:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0;

  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}
.form-search .btn {
          border-radius: 17px;

  -webkit-border-radius: 17px;
     -moz-border-radius: 17px;
}

.search-only {
  position: relative;
}
.search-only .search-icon {
  position: absolute;
  top: 2px;
  left: 8.5px;
  z-index: 20;
  width: 30px;
  font-size: 17px;
  line-height: 30px;
  color: #e6e9ed;
  text-align: center;
}
.search-only .form-control:last-child {
  padding-left: 40px;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
  color: #8cc152;
}
.has-success .form-control {
  border-color: #8cc152;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.has-success .form-control:focus {
  border-color: #8cc152;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.has-success .input-group-addon {
  background-color: #8cc152;
  border-color: #8cc152;
}
.has-success .form-control-feedback {
  color: #8cc152;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
  color: #f6bb42;
}
.has-warning .form-control {
  border-color: #f6bb42;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.has-warning .form-control:focus {
  border-color: #f6bb42;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.has-warning .input-group-addon {
  background-color: #f6bb42;
  border-color: #f6bb42;
}
.has-warning .form-control-feedback {
  color: #f6bb42;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  color: #da4453;
}
.has-error .form-control {
  border-color: #da4453;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.has-error .form-control:focus {
  border-color: #da4453;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.has-error .input-group-addon {
  background-color: #da4453;
  border-color: #da4453;
}
.has-error .form-control-feedback {
  color: #da4453;
}

/**
 * stepper
 * --------------------------------------------------
 */
.stepper .stepper-input {
  overflow: hidden;

  -moz-appearance: textfield;
}
.stepper .stepper-input::-webkit-inner-spin-button, .stepper .stepper-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.stepper .stepper-arrow {
  position: absolute;
  right: 15px;
  display: block;
  width: 20px;
  height: 50%;
  text-indent: -99999px;
  cursor: pointer;
  background-color: #3bafda;
}
.stepper .stepper-arrow:hover, .stepper .stepper-arrow:active {
  background-color: #4fc1e9;
}
.stepper .up {
  top: 0;
  border: 1px solid #269ecb;
          border-top-right-radius: 3px;

  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
}
.stepper .down {
  bottom: 0;
          border-bottom-right-radius: 3px;

  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
}
.stepper .up::before, .stepper .down::before {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.stepper .up::before {
  top: 5px;
  left: 5px;
  border-bottom: 4px solid white;
}
.stepper .down:before {
  bottom: 5px;
  left: 6px;
  border-top: 4px solid white;
}
.stepper.disabled .stepper-arrow {
  background-color: #3bafda;
  filter: alpha(opacity=45);
  opacity: .45;
}

.selecter {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 100%;
  outline: none;
  /* Open */
  /* 'Cover' Positioning */
  /* 'Bottom' Positioning */
  /* 'Bottom' + 'Cover' Positioning */
  /* Multiple Select */
  /* 'Disabled' State */
  /* Scroller Support */
}
.selecter .selecter-element {
  position: absolute;
  left: 0;
  z-index: 0;
  display: none;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=0);
  opacity: 0;

  *left: -999999px;
}
.selecter .selecter-element, .selecter .selecter-element:focus {
  outline: none;

  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
.selecter .selecter-selected {
  position: relative;
  z-index: 2;
  display: block;
  padding: 6px 10px;
  overflow: hidden;
  text-overflow: clip;
  cursor: pointer;
  background-color: white;
  border: 1px solid #aab2bd;
          border-radius: 4px;

  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
}
.selecter .selecter-selected:after {
  position: absolute;
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  content: "";
  border-top: 4px solid black;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.selecter .selecter-options {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 50;
  display: none;
  width: 100%;
  max-height: 260px;
  overflow: auto;
  overflow-x: hidden;
  background-color: white;
  border: 1px solid #aab2bd;
  border-width: 0 1px 1px;
          border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
     -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);

  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
  *width: auto;
}
.selecter .selecter-group {
  display: block;
  padding: 5px 10px 4px;
  font-size: 11px;
  color: #aab2bd;
  text-transform: uppercase;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e6e9ed;
}
.selecter .selecter-item {
  display: block;
  width: 100%;
  padding: 6px 10px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  background-color: white;
  border-bottom: 1px solid #e6e9ed;
}
.selecter .selecter-item.selected {
  color: white;
  background-color: #3bafda;
  border-bottom-color: #4fc1e9;
}
.selecter .selecter-item.disabled {
  color: #aab2bd;
  cursor: default;
}
.selecter .selecter-item:first-child {
          border-radius: 0;

  -webkit-border-radius: 0;
     -moz-border-radius: 0;
}
.selecter .selecter-item:last-child {
  border-bottom: 0;
          border-radius: 0 0 4px 4px;

  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
}
.selecter .selecter-item:hover {
  background-color: #e6e9ed;
}
.selecter .selecter-item.selected:hover {
  background-color: #3bafda;
}
.selecter .selecter-item.disabled:hover, .selecter:hover .selecter-selected, .selecter.disabled .selecter-item:hover {
  background-color: white;
}
.selecter.open {
  z-index: 3;
  outline: 0;
}
.selecter.open .selecter-selected {
  z-index: 51;
  border: 1px solid #3bafda;
          border-radius: 4px 4px 0 0;

  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
}
.selecter.open .selecter-selected, .selecter.focus .selecter-selected {
  background-color: white;
}
.selecter.cover .selecter-options {
  top: 0;
  border-width: 1px;
          border-radius: 4px;

  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
}
.selecter.cover .selecter-options .selecter-item.first {
          border-radius: 4px 4px 0 0;

  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
}
.selecter.cover.open .selecter-selected {
  z-index: 49;
          border-radius: 4px 4px 0 0;

  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
}
.selecter.bottom .selecter-options {
  top: auto;
  bottom: 100%;
  border-width: 1px 1px 0;
}
.selecter.bottom .selecter-item:last-child {
  border: none;
          border-radius: 0;

  -webkit-border-radius: 0;
     -moz-border-radius: 0;
}
.selecter.bottom.open .selecter-selected {
          border-radius: 0 0 4px 4px;

  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
}
.selecter.bottom.open .selecter-options {
          border-radius: 4px 4px 0 0;

  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
}
.selecter.bottom.cover .selecter-options {
  top: auto;
  bottom: 0;
}
.selecter.bottom.cover.open .selecter-selected, .selecter.bottom.cover.open .selecter-options {
          border-radius: 4px;

  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
}
.selecter.multiple .selecter-options {
  position: static;
  display: block;
  width: 100%;
  border-width: 1px;
          border-radius: 4px;
  box-shadow: none;

  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
}
.selecter.disabled .selecter-selected {
  color: #aab2bd;
  cursor: default;
  background-color: #e6e9ed;
  border-color: #e6e9ed;
}
.selecter.disabled .selecter-options {
  background-color: #e6e9ed;
  border-color: #e6e9ed;
}
.selecter.disabled .selecter-group, .selecter.disabled .selecter-item {
  color: #aab2bd;
  cursor: default;
  background-color: #e6e9ed;
  border-color: #e6e9ed;
}
.selecter.disabled .selecter-item.selected {
  color: white;
  background-color: #3bafda;
  filter: alpha(opacity=45);
  opacity: .45;
}
.selecter .selecter-options.scroller {
  overflow: hidden;
}
.selecter .selecter-options.scroller .scroller-content {
  max-height: 260px;
  padding: 0;
}

/**
 * checkbox and radio
 * --------------------------------------------------
 */
.checkbox, .radio {
  padding-left: 0;
  margin-top: 0;
}

.checkbox label, .radio label {
  position: relative;
  top: 2px;
  padding-left: 5px;
}

.icheckbox_flat,
.iradio_flat {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0 !important;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
  background: url("../bootflat/img/check_flat/default.png") no-repeat;
  border: none;

  *display: inline;
}

.icheckbox_flat {
  background-position: 0 0;
}
.icheckbox_flat.checked {
  background-position: -22px 0;
}
.icheckbox_flat.disabled {
  cursor: default;
  background-position: -44px 0;
}
.icheckbox_flat.checked.disabled {
  background-position: -66px 0;
}

.iradio_flat {
  background-position: -88px 0;
}
.iradio_flat.checked {
  background-position: -110px 0;
}
.iradio_flat.disabled {
  cursor: default;
  background-position: -132px 0;
}
.iradio_flat.checked.disabled {
  background-position: -154px 0;
}

/**
 * toggle
 * --------------------------------------------------
 */
.toggle {
  height: 32px;
}
.toggle input[type="checkbox"], .toggle input[type="radio"] {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  text-indent: -100000px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.toggle .handle {
  position: relative;
  top: -20px;
  left: 0;
  display: block;
  width: 50px;
  height: 32px;
  background-color: white;
          border-radius: 19px;
  -webkit-box-shadow: inset 0 0 0 1px #b8bfc8;
     -moz-box-shadow: inset 0 0 0 1px #b8bfc8;
          box-shadow: inset 0 0 0 1px #b8bfc8;

  -webkit-border-radius: 19px;
     -moz-border-radius: 19px;
}
.toggle .handle:before, .toggle .handle:after {
  position: absolute;
  top: 1px;
  left: 1px;
  display: block;
  width: 30px;
  height: 30px;
  content: "";
  background-color: white;
          border-radius: 30px;
  -webkit-box-shadow: inset 0 0 0 1px #b8bfc8, 1px 1px 1px #c7ccd3;
     -moz-box-shadow: inset 0 0 0 1px #b8bfc8, 1px 1px 1px #c7ccd3;
          box-shadow: inset 0 0 0 1px #b8bfc8, 1px 1px 1px #c7ccd3;
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;

  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
}
.toggle input[type="checkbox"]:disabled + .handle, .toggle input[type="radio"]:disabled + .handle, .toggle input[type="checkbox"]:disabled + .handle:before, .toggle input[type="radio"]:disabled + .handle:before, .toggle input[type="checkbox"]:disabled + .handle:after, .toggle input[type="radio"]:disabled + .handle:after {
  background-color: #e6e9ed;
  filter: alpha(opacity=60);
  opacity: .6;
}
.toggle input[type="checkbox"]:checked + .handle:before, .toggle input[type="radio"]:checked + .handle:before {
  width: 50px;
  background-color: #a0d468;
}
.toggle input[type="checkbox"]:checked + .handle:after, .toggle input[type="radio"]:checked + .handle:after {
  left: 20px;
  -webkit-box-shadow: inset 0 0 0 1px #f5f7fa, 1px 1px 1px #c7ccd3;
     -moz-box-shadow: inset 0 0 0 1px #f5f7fa, 1px 1px 1px #c7ccd3;
          box-shadow: inset 0 0 0 1px #f5f7fa, 1px 1px 1px #c7ccd3;
}

/**
 * calendar
 * --------------------------------------------------
 */
.calendar {
  padding: 20px;
  color: white;
  background-color: #fd9883;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .2);

  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
}
.calendar .unit {
  float: left;
  width: 14.28%;
  text-align: center;
}
.calendar .years .prev {
  text-align: left;
}
.calendar .years .next {
  text-align: right;
}
.calendar .years .prev em, .calendar .years .next em {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  cursor: pointer;
  border: 1px solid white;
          border-radius: 50%;

  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
}
.calendar .years .prev em:before, .calendar .years .next em:before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  margin-top: 6px;
  font-size: 0;
  content: "";
  border-style: solid;
  border-width: 7px;
}
.calendar .years .prev em:before {
  top: 3px;
  left: 4px;
  border-color: transparent white transparent transparent;
}
.calendar .years .next em:before {
  top: 3px;
  left: 13px;
  border-color: transparent transparent transparent white;
}
.calendar .years .prev em:hover, .calendar .years .next em:hover, .calendar .years .prev em:active, .calendar .years .next em:active {
  border-color: #e9573f;
}
.calendar .years .prev em:hover:before, .calendar .years .prev em:active:before {
  border-color: transparent #e9573f transparent transparent;
}
.calendar .years .next em:hover:before, .calendar .years .next em:active:before {
  border-color: transparent transparent transparent #e9573f;
}
.calendar .years .monyear {
  float: left;
  width: 71.42%;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.calendar .days {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #ee7f6d;
}
.calendar .days .unit {
  height: 34px;
  margin-bottom: 3px;
  line-height: 34px;
  text-align: center;
}
.calendar .days .unit b {
  width: 34px;
  height: 34px;
  font-weight: normal;
          border-radius: 50%;

  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
}
.calendar .days .unit:hover b, .calendar .days .unit:active b, .calendar .days .unit.active b {
  display: inline-block;
  color: #e9573f;
  cursor: pointer;
  background-color: white;
  -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.calendar .days .unit.older b {
  width: auto;
  height: auto;
  color: #e9573f;
  cursor: default;
  background-color: transparent;
}

/**
 * pricing
 * --------------------------------------------------
 */
.pricing ul {
  padding: 0;
  list-style: none;
}
.pricing .unit {
  margin-top: 10px;
  position: relative;
  display: inline-block;
  min-width: 350px;
  text-align: center;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .2);

  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
}
.pricing .unit.active {
  top: 5px;
  z-index: 1;
  margin-right: -36px;
  margin-left: -36px;
}
.pricing .unit.active .price-title h3 {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .pricing .unit {
    display: block;
    margin-bottom: 20px;
  }
  .pricing .unit.active {
    top: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .pricing .unit.active .price-title h3 {
    font-size: 30px;
  }
}
.pricing .price-title {
  padding: 20px 20px 10px;
  color: #fff;
          border-top-left-radius: 4px;
          border-top-right-radius: 4px;

  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.pricing .price-title h3, .pricing .price-title h3 > p {
  margin: 0;
}
.pricing .price-body {
  padding: 20px 20px 10px;
}
.pricing .price-body ul {
  padding-top: 10px;
}
.pricing .price-body li {
  margin-bottom: 10px;
}
.pricing .price-body h4 {
  margin: 0;
}
.pricing .price-foot {
  padding: 20px;
  background-color: #e6e9ed;
          border-bottom-right-radius: 4px;
          border-bottom-left-radius: 4px;

  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.pricing .price-primary .price-title {
  background-color: #4fc1e9;
}
.pricing .price-primary .price-body {
  background-color: #d7f1fa;
}
.pricing .price-primary .price-body ul {
  border-top: 1px solid #aae1f4;
}
.pricing .price-success .price-title {
  background-color: #a0d468;
}
.pricing .price-success .price-body {
  background-color: #ebf6df;
}
.pricing .price-success .price-body ul {
  border-top: 1px solid #d2ebb7;
}
.pricing .price-warning .price-title {
  background-color: #ffce54;
}
.pricing .price-warning .price-body {
  background-color: #fffaed;
}
.pricing .price-warning .price-body ul {
  border-top: 1px solid #ffebba;
}

/**
 * alert
 * --------------------------------------------------
 */
.alert h4 {
  margin-bottom: 10px;
  font-weight: bold;
}
.alert-dismissable .close {
  color: black;
}
.alert-info {
  background-color: #7cd1ef;
  border: #4fc1e9;
}
.alert-warning {
  background-color: #ffdd87;
  border: #ffce54;
}
.alert-danger {
  background-color: #f2838f;
  border: #ed5565;
}
.alert-success {
  background-color: #b9df90;
  border: #a0d468;
}
.alert .alert-link {
  text-decoration: underline;
  cursor: pointer;
  filter: alpha(opacity=65);
  opacity: .65;
}
.alert .alert-link:hover, .alert .alert-link:focus {
  filter: alpha(opacity=45);
  opacity: .45;
}
.alert .btn-link, .alert .btn-link:hover, .alert .btn-link:focus {
  color: black;
  filter: alpha(opacity=65);
  opacity: .65;
}
.alert .btn-link:focus, .alert .btn-link:hover {
  text-decoration: none;
  filter: alpha(opacity=40);
  opacity: .4;
}

/**
 * tab
 * --------------------------------------------------
 */
.nav-tabs {
  background-color: #e6e9ed;
  border-bottom: none;
          border-radius: 4px 4px 0 0;

  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
}
.nav-tabs > li {
  margin-bottom: 0;
  border-left: 1px solid #ccd1d9;
}
.nav-tabs > li:first-child {
  border-left: none;
}
.nav-tabs > li > a {
  margin-right: 0;
  color: #434a54;
  border: none;
          border-radius: 0;

  -webkit-border-radius: 0;
     -moz-border-radius: 0;
}
.nav-tabs > li:first-child > a {
          border-radius: 4px 0 0 0;

  -webkit-border-radius: 4px 0 0 0;
     -moz-border-radius: 4px 0 0 0;
}
.nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
  background-color: #f5f7fa;
  border: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background-color: white !important;
  border: none;
}
.nav-tabs .dropdown-toggle, .nav-tabs .dropdown-toggle:hover, .nav-tabs .dropdown-toggle:focus {
  color: #434a54;
}
.nav-tabs li.dropdown.open .dropdown-toggle {
  color: #434a54;
  background-color: #f5f7fa;
}
.nav-tabs li.dropdown.active.open .dropdown-toggle {
  color: #434a54;
}
.nav-tabs li.dropdown.active.open .dropdown-toggle .caret, .nav-tabs li.dropdown.active .dropdown-toggle .caret {
  border-top-color: #434a54;
  border-bottom-color: #434a54;
}
.nav-tabs li.dropdown.open .caret, .nav-tabs li.dropdown.open.active .caret, .nav-tabs li.dropdown.open a:hover .caret, .nav-tabs li.dropdown.open a:focus .caret, .nav-tabs .dropdown-toggle .caret, .nav-tabs .dropdown-toggle:hover .caret, .nav-tabs .dropdown-toggle:focus .caret {
  border-top-color: #434a54;
  border-bottom-color: #434a54;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 0;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.nav-tabs.nav-justified > li > a {
          border-radius: 0;

  -webkit-border-radius: 0;
     -moz-border-radius: 0;
}
.nav-tabs.nav-justified > li:first-child > a {
          border-radius: 4px 0 0 0;

  -webkit-border-radius: 4px 0 0 0;
     -moz-border-radius: 4px 0 0 0;
}
.nav-tabs.nav-justified > li:last-child > a {
          border-radius: 0 4px 0 0;

  -webkit-border-radius: 0 4px 0 0;
     -moz-border-radius: 0 4px 0 0;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: none;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: none;
            border-radius: 0;

    -webkit-border-radius: 0;
       -moz-border-radius: 0;
  }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom: none;
  }
}
.tab-content {
  padding: 10px;
}

.tabs-below .nav-tabs {
          border-radius: 0 0 4px 4px;

  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
}
.tabs-below .nav-tabs > li:first-child > a {
          border-radius: 0 0 0 4px;

  -webkit-border-radius: 0 0 0 4px;
     -moz-border-radius: 0 0 0 4px;
}
.tabs-below .nav-tabs.nav-justified > li:last-child > a {
          border-radius: 0 0 4px 0;

  -webkit-border-radius: 0 0 4px 0;
     -moz-border-radius: 0 0 4px 0;
}

.tabs-left .nav-tabs > li,
.tabs-right .nav-tabs > li {
  float: none;
  border-top: 1px solid #ccd1d9;
  border-left: none;
}

.tabs-left .nav-tabs > li:first-child,
.tabs-right .nav-tabs > li:first-child {
  border-top: none;
}

.tabs-left .nav-tabs > li > a,
.tabs-right .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
}

.tabs-left .nav-tabs {
  float: left;
  margin-right: 19px;
          border-radius: 4px 0 0 4px;

  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
}
.tabs-left .nav-tabs > li:first-child > a {
          border-radius: 4px 0 0 0;

  -webkit-border-radius: 4px 0 0 0;
     -moz-border-radius: 4px 0 0 0;
}
.tabs-left .nav-tabs > li:last-child > a {
          border-radius: 0 0 0 4px;

  -webkit-border-radius: 0 0 0 4px;
     -moz-border-radius: 0 0 0 4px;
}

.tabs-right .nav-tabs {
  float: right;
  margin-left: 19px;
          border-radius: 0 4px 4px 0;

  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
}
.tabs-right .nav-tabs > li:first-child > a {
          border-radius: 0 4px 0 0;

  -webkit-border-radius: 0 4px 0 0;
     -moz-border-radius: 0 4px 0 0;
}
.tabs-right .nav-tabs > li:last-child > a {
          border-radius: 0 0 4px 0;

  -webkit-border-radius: 0 0 4px 0;
     -moz-border-radius: 0 0 4px 0;
}

/**
 * pill
 * --------------------------------------------------
 */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: white;
  background-color: #3bafda;
}
.nav-pills > li > a {
  color: #3bafda;
}
.nav-pills > li > a:hover {
  color: #434a54;
  background-color: #e6e9ed;
}
.nav-pills > .active > a > .badge {
  color: #3bafda;
}
.nav-pills .open > a, .nav-pills .open > a:focus, .nav-pills .open > a:hover {
  color: #434a54;
  background-color: #e6e9ed;
}

/**
 * navbar
 * --------------------------------------------------
 */
.navbar-form {
  padding: 0 !important;
}

.navbar-default {
  background-color: #37bc9b;
  border-color: #37bc9b;
}
.navbar-default .navbar-brand, .navbar-default .navbar-link, .navbar-default .btn-link {
  color: #26816a;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-link:hover, .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: white;
  background-color: transparent;
}
.navbar-default .navbar-brand img{
    margin-top:-10px;
}
.navbar-default .navbar-text, .navbar-default .navbar-nav > li > a {
  color: #26816a;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: white;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: white;
  background-color: #48cfad;
}
.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus, .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #2e9c81;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  background-color: #26816a;
  border-color: #26816a;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #2b957a;
  border-color: #2b957a;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #37bc9b;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #48cfad;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: white;
  background-color: #37bc9b;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #48cfad;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .divider {
    background-color: #48cfad;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #26816a;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: white;
    background-color: #48cfad;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .dropdown-header {
    color: #26816a;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #2b957a;
  }
}

.navbar-inverse {
  background-color: #333;
  border-color: #333;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-link, .navbar-inverse .btn-link {
  color: #8c8c8c;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-link:hover, .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: white;
  background-color: transparent;
}
.navbar-inverse .navbar-text, .navbar-inverse .navbar-nav > li > a {
  color: #8c8c8c;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: white;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: white;
  background-color: black;
}
.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus, .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #666;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  background-color: black;
  border-color: black;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #8c8c8c;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: black;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: white;
  background-color: black;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background-color: black;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .divider {
    background-color: black;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #8c8c8c;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: white;
    background-color: black;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    color: #bfbfbf;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #666;
  }
}

/**
 * list
 * --------------------------------------------------
 */
.list-group {
          border: #ddd 1px solid;
}
.list-group-item {
  border-color: transparent;
  border-top-color: #e6e9ed;
}
.list-group-item:first-child {
  border-top: none;
}
.list-group-item-heading {
  color: #434a54;
}

a.list-group-item {
  color: #434a54;
}
a.list-group-item .list-group-item-heading {
  font-size: 16px;
  color: #434a54;
}
a.list-group-item:hover, a.list-group-item:focus {
  background-color: #e6e9ed;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  background-color: #4fc1e9;
  border-color: #4fc1e9;
}
a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
  color: white;
}

.list-group-item-primary {
  color: #22b1e3;
  background-color: #4fc1e9;
  border-color: #3bafda transparent transparent transparent;
}
.list-group-item-primary:first-child {
  border-color: transparent;
}
a.list-group-item-primary {
  color: #126d8d;
}
a.list-group-item-primary:hover, a.list-group-item-primary:focus {
  color: white;
  background-color: #3bafda;
}
a.list-group-item-primary.active, a.list-group-item-primary:hover, a.list-group-item-primary:focus {
  background-color: #3bafda;
  border-color: #4fc1e9 transparent transparent transparent;
}

.list-group-item-success {
  color: #87c940;
  background-color: #a0d468;
  border-color: #8cc152 transparent transparent transparent;
}
.list-group-item-success:first-child {
  border-color: transparent;
}
a.list-group-item-success {
  color: #537f24;
}
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: white;
  background-color: #8cc152;
}
a.list-group-item-success.active, a.list-group-item-success:hover, a.list-group-item-success:focus {
  background-color: #8cc152;
  border-color: #a0d468 transparent transparent transparent;
}

.list-group-item-warning {
  color: #ffbf21;
  background-color: #ffce54;
  border-color: #f6bb42 transparent transparent transparent;
}
.list-group-item-warning:first-child {
  border-color: transparent;
}
a.list-group-item-warning {
  color: #876000;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: white;
  background-color: #f6bb42;
}
a.list-group-item-warning.active, a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  background-color: #f6bb42;
  border-color: #ffce54 transparent transparent transparent;
}

.list-group-item-info {
  color: #2fb593;
  background-color: #48cfad;
  border-color: #37bc9b transparent transparent transparent;
}
.list-group-item-info:first-child {
  border-color: transparent;
}
a.list-group-item-info {
  color: #1a6451;
}
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: white;
  background-color: #37bc9b;
}
a.list-group-item-info.active, a.list-group-item-info:hover, a.list-group-item-info:focus {
  background-color: #37bc9b;
  border-color: #48cfad transparent transparent transparent;
}

.list-group-item-danger {
  color: #e8273b;
  background-color: #ed5565;
  border-color: #da4453 transparent transparent transparent;
}
.list-group-item-danger:first-child {
  border-color: transparent;
}
a.list-group-item-danger {
  color: #99101f;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: white;
  background-color: #da4453;
}
a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  background-color: #da4453;
  border-color: #ed5565 transparent transparent transparent;
}

/**
 * media list
 * --------------------------------------------------
 */
.media-list {
  color: #aab2bd;
}
.media-heading {
  font-size: 14px;
  color: #434a54;
}

/**
 * modal
 * --------------------------------------------------
 */
.modal-content {
  color: #434a54;
  border: none;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .2);

  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
}
.modal-header {
  border-bottom: none;
}
.modal-body {
  padding: 0 15px;
}
.modal-footer {
  border-top: none;
}

/**
 * well
 * --------------------------------------------------
 */
.well {
  padding: 10px;
  color: #434a54;
  background-color: white;
  border: none;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .2);

  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
}
.well blockquote {
  border-color: #ccd1d9;
}
.well-lg {
  padding: 20px;
}
.well-sm {
  padding: 5px;
}
.col-md-12.actions {
    margin-bottom: 15px;
}
.persen {
    width: 100%;
}
/**
 * thumbnail
 * --------------------------------------------------
 */
.thumbnail {
    border-radius: 0px;
    border: none;
    border-bottom: #ddd 0px dotted;
}
.thumbnail a > img, .thumbnail > img {
  width: 100%;
}
.thumbnail .caption {
  font-size: 14px;
}
.thumbnail .caption h1, .thumbnail .caption h2, .thumbnail .caption h3, .thumbnail .caption h4, .thumbnail .caption h5, .thumbnail .caption h6 {
  margin: 5px 0 10px;
  font-size: 16px;
}

/**
 * jumbotron
 * --------------------------------------------------
 */
.jumbotron {
  padding: 0;
  margin-bottom: 20px;
  background-color: white;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .2);

  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
}
.container .jumbotron {
          border-radius: 4px;

  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
}
.jumbotron > .jumbotron-photo img {
  width: 100%;
          border-radius: 4px 4px 0 0;

  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
}
.jumbotron .jumbotron-contents {
  padding: 0px 20px 10px;
  color: #434a54;
}
.jumbotron .carousel, .jumbotron .carousel-inner, .jumbotron .carousel-inner > .item.active img {
          border-radius: 4px 4px 0 0;

  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
}
.jumbotron .carousel-inner > .item > a > img,
.jumbotron .carousel-inner > .item > img {
  width: 100%;
}
.jumbotron .carousel-control.left {
          border-radius: 4px 0 0 0;

  -webkit-border-radius: 4px 0 0 0;
     -moz-border-radius: 4px 0 0 0;
}
.jumbotron .carousel-control.right {
          border-radius: 0 4px 0 0;

  -webkit-border-radius: 0 4px 0 0;
     -moz-border-radius: 0 4px 0 0;
}
.jumbotron h1, .jumbotron .h1, .jumbotron h2, .jumbotron .h2 {
  font-weight: 400;
}
.jumbotron h1, .jumbotron .h1 {
  font-size: 28px;
}
.jumbotron h2, .jumbotron .h2 {
  font-size: 24px;
}
.jumbotron p {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .jumbotron, .container .jumbotron {
    padding: 0;
  }
  .jumbotron h1, .jumbotron .h1 {
    font-size: 28px;
  }
.navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 15px;
}
}

/**
 * panel
 * --------------------------------------------------
 */
.panel {
  background-color: white;
  border: none;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .2);

  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
}
.panel .list-group {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.panel .list-group-item:first-child {
  border-top: 1px solid #e6e9ed;
}
.panel-heading {
          border-radius: 4px 4px 0 0;

  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
}
.panel-title {
  font-size: 14px;
  font-weight: normal;
  color: #434a54;
}
.panel-footer {
  background-color: #e6e9ed;
  border-top-color: #e6e9ed;
          border-radius: 0 0 4px 4px;

  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
}
.panel-default {
  border-color: #e6e9ed;
}
.panel-default > .panel-heading {
  color: #434a54;
  background-color: #e6e9ed;
  border-color: #e6e9ed;
}
.panel-primary {
  border-color: #3bafda;
}
.panel-primary > .panel-heading {
  color: white;
  background-color: #3bafda;
  border-color: #3bafda;
}
.panel-success {
  border-color: #8cc152;
}
.panel-success > .panel-heading {
  color: white;
  background-color: #8cc152;
  border-color: #8cc152;
}
.panel-info {
  border-color: #37bc9b;
}
.panel-info > .panel-heading {
  color: white;
  background-color: #37bc9b;
  border-color: #37bc9b;
}
.panel-warning {
  border-color: #f6bb42;
}
.panel-warning > .panel-heading {
  color: white;
  background-color: #f6bb42;
  border-color: #f6bb42;
}
.panel-danger {
  border-color: #da4453;
}
.panel-danger > .panel-heading {
  color: white;
  background-color: #da4453;
  border-color: #da4453;
}
.panel-primary > .panel-heading > .panel-title, .panel-success > .panel-heading > .panel-title, .panel-info > .panel-heading > .panel-title, .panel-warning > .panel-heading > .panel-title, .panel-danger > .panel-heading > .panel-title {
  color: white;
}
.panel > .list-group:first-child .list-group-item:first-child, .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
          border-radius: 4px 4px 0 0;

  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
}
.panel > .list-group:last-child .list-group-item:last-child {
          border-radius: 0 0 4px 4px;

  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
          border-radius: 4px 0 0 0;

  -webkit-border-radius: 4px 0 0 0;
     -moz-border-radius: 4px 0 0 0;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
          border-radius: 0 4px 0 0;

  -webkit-border-radius: 0 4px 0 0;
     -moz-border-radius: 0 4px 0 0;
}
.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
          border-radius: 0 0 4px 4px;

  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
          border-radius: 0 0 0 4px;

  -webkit-border-radius: 0 0 0 4px;
     -moz-border-radius: 0 0 0 4px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
          border-radius: 0 0 4px 0;

  -webkit-border-radius: 0 0 4px 0;
     -moz-border-radius: 0 0 4px 0;
}
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
  border-top-color: #e6e9ed;
}

/**
 * accordion
 * --------------------------------------------------
 */
.panel-group .panel {
  background-color: transparent;
          border-radius: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;

  -webkit-border-radius: 0;
     -moz-border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 0;
}
.panel-group .panel-heading {
  padding: 0;
  border-bottom-color: transparent;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  padding: 15px 0;
  border-top-color: transparent;
}
.panel-group .panel-title a {
  display: block;
  padding: 10px;
}
.alert_form h4 {
    text-align: center;
}
#headingsne .panel-title a, #headingOne .panel-title a, #headingTwo .panel-title a, #headingThree .panel-title a, a.collapsed {    border-bottom: #ddd 1px dashed;
    text-align: center;
}
.panel-group-lists .panel {
  background-color: white;
  border-bottom: 1px solid #e6e9ed;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
.panel-group-lists .panel:first-child {
          border-radius: 4px 4px 0 0;

  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
}
.panel-group-lists .panel:last-child {
  border-bottom: none;
          border-radius: 0 0 4px 4px;

  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
}
.panel-group-lists .panel-heading + .panel-collapse .panel-body {
  padding: 15px;
  border-top-color: #e6e9ed;
}
.panel-group-lists .panel-title a {
  padding: 10px 15px;
  color: #434a54;
}
.panel-group-lists .panel-title a:hover, .panel-group-lists .panel-title a:focus, .panel-group-lists .panel-title a:active {
  color: #aab2bd;
}

/**
 * footer
 * --------------------------------------------------
 */
.footer {
  padding: 40px 0;
  background-color: #434a54;
}
.footer-logo, .footer-nav {
  float: left;
  width: 20%;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .footer-logo {
    margin-bottom: 20px;
  }
  .footer-logo, .footer-nav {
    display: block;
    float: none;
    width: 100%;
  }
}
.footer-logo img {
  margin-right: 10px;
}
.footer-logo a {
  font-size: 20px;
  font-weight: bold;
  color: white;
}
.footer-logo a:hover, .footer-logo a:active {
  text-decoration: none;
}
.footer-nav .nav-title {
  margin-bottom: 15px;
  color: #e6e9ed;
}
.footer-nav .nav-item {
  line-height: 28px;
}
.footer-nav .nav-item > a {
  color: #aab2bd;
}
.footer-nav .nav-item > a:hover, .footer-nav .nav-item > a:active {
  color: #ccd1d9;
  text-decoration: none;
}
.footer-copyright {
  color: #aab2bd;
}
#footer {
    background-color: #f5f5f5;
    border-top: #ccc 1px solid;
    margin-top: 15px
}
#footer-inner {
    margin: 0 auto;
    padding: 20px 00px;
    font-size: 12px;
    color: #595959
}
#footer a:hover {
    color: #29b4d4
}
#footer p {
    clear: left;
    margin: 0 0 8px 0;
    line-height: 16px
}
#footer-nav {
    float: left;
    width: 700px;
    margin: 3px 0 10px 0;
    list-style: none
}
#footer-nav li {
    float: left;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    line-height: 1;
    border-right: solid 1px #d9dde2
}
#footer-nav li.last {
    margin: 0;
    padding: 0;
    border-right: 0
}
div#footer-copyright {
    background-color: #1789C5;
    padding: 15px 0px;
}
.footer-top {
    padding-bottom: 15px;
}
.widget-footer {
    color: #555;
    padding-bottom: 15px;
}

/**
 * timeline
 * --------------------------------------------------
 */
.timeline dl {
  position: relative;
  top: 0;
  padding: 20px 0;
  margin: 0;
}
.timeline dl:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 100;
  width: 2px;
  margin-left: -1px;
  content: '';
  background-color: #ccd1d9;
}
.timeline dl dt {
  position: relative;
  top: 30px;
  z-index: 200;
  width: 120px;
  padding: 3px 5px;
  margin: 0 auto 30px;
  font-weight: normal;
  color: white;
  text-align: center;
  background-color: #aab2bd;
          border-radius: 4px;

  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
}
.timeline dl dd {
  position: relative;
  z-index: 200;
}
.timeline dl dd .circ {
  position: absolute;
  top: 40px;
  left: 50%;
  z-index: 200;
  width: 22px;
  height: 22px;
  margin-left: -11px;
  background-color: #4fc1e9;
  border: 4px solid #f5f7fa;
          border-radius: 50%;

  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
}
.timeline dl dd .time {
  position: absolute;
  top: 31px;
  left: 50%;
  display: inline-block;
  width: 100px;
  padding: 10px 20px;
  color: #4fc1e9;
}
.timeline dl dd .events {
  position: relative;
  width: 47%;
  padding: 10px 10px 0;
  margin-top: 31px;
  background-color: white;
          border-radius: 4px;

  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
}
.timeline dl dd .events:before {
  position: absolute;
  top: 12px;
  width: 0;
  height: 0;
  content: '';
  border-style: solid;
  border-width: 6px;
}
.timeline dl dd .events .events-object {
  margin-right: 10px;
}
.timeline dl dd .events .events-body {
  overflow: hidden;
  zoom: 1;
}
.timeline dl dd .events .events-body .events-heading {
  margin: 0 0 10px;
  font-size: 14px;
}
.timeline dl dd.pos-right .time {
  margin-left: -100px;
  text-align: right;
}
.timeline dl dd.pos-right .events {
  float: right;
}
.timeline dl dd.pos-right .events:before {
  left: -12px;
  border-color: transparent white transparent transparent;
}
.timeline dl dd.pos-left .time {
  margin-left: 0;
  text-align: left;
}
.timeline dl dd.pos-left .events {
  float: left;
}
.timeline dl dd.pos-left .events:before {
  right: -12px;
  border-color: transparent transparent transparent white;
}

@media screen and (max-width: 767px) {
  .timeline dl:before {
    left: 60px;
  }
  .timeline dl dt {
    margin: 0 0 30px;
  }
  .timeline dl dd .circ {
    left: 60px;
  }
  .timeline dl dd .time {
    left: 0;
  }
  .timeline dl dd.pos-left .time {
    padding: 10px 0;
    margin-left: 0;
    text-align: left;
  }
  .timeline dl dd.pos-left .events {
    float: right;
    width: 84%;
  }
  .timeline dl dd.pos-left .events:before {
    left: -12px;
    border-color: transparent white transparent transparent;
  }
  .timeline dl dd.pos-right .time {
    padding: 10px 0;
    margin-left: 0;
    text-align: left;
  }
  .timeline dl dd.pos-right .events {
    float: right;
    width: 84%;
  }
}
/**
 * dropdown-menu
 * --------------------------------------------------
 */
.dropdown-menu {
  background-color: #434a54;
  border: none;
}
.dropdown-menu .dropdown-header {
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 700;
  color: #aab2bd;
}
.dropdown-menu li a {
  padding: 5px 20px;
  color: white;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu .active a, .dropdown-menu .active a:hover, .dropdown-menu .active a:focus {
  color: white;
      background-color: rgba(255, 255, 255, 0.24);
  outline: none;
}
.dropdown-menu .disabled a, .dropdown-menu .disabled a:hover, .dropdown-menu .disabled a:focus {
  color: #656d78;
  cursor: default;
}
.dropdown-menu .divider {
  background-color: #656d78;
  border-bottom: none;
}
.dropup .dropdown-menu {
  margin-bottom: 0;
          border-radius: 4px 4px 0 0;

  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
}

/**
 * dropdown-submenu
 * --------------------------------------------------
 */
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
          border-radius: 0 4px 4px 4px;

  -webkit-border-radius: 0 4px 4px 4px;
     -moz-border-radius: 0 4px 4px 4px;
}
.dropdown-submenu:hover .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
          border-radius: 4px 4px 4px 0;

  -webkit-border-radius: 4px 4px 4px 0;
     -moz-border-radius: 4px 4px 4px 0;
}
.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  content: " ";
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: white;
}
.dropdown-default .dropdown-submenu > a:after {
  border-left-color: #434a54;
}
.dropdown-submenu:hover a:after {
  border-left-color: white;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left .dropdown-menu {
  left: -100%;
  margin-left: 10px;
          border-radius: 4px 0 4px 4px;

  -webkit-border-radius: 4px 0 4px 4px;
     -moz-border-radius: 4px 0 4px 4px;
}
h2.titel {
    padding-bottom: 10px;
    border-bottom: #DDDDDD 2px dashed;
}
h3.title {
    color: #1789C5;
    font-weight: bold;
}
.cat-box-title h2 {
    text-align: center;
}
.cat-box-title {
    margin-bottom: 15px;
    padding: 3px 0;
    overflow: hidden;
}
.stripe-line {
    background: url('img/stripe.png');
    height: 12px;
    overflow: hidden;
    margin-top: 5px;
}
.cursor1:hover {
    background-color: #F5F5F5;
    color: #1789C5;
}
.wraps {
    margin-bottom: 15px;
    background-color: #fff;
    border: #ddd 1px solid;
    
}
.controls ul li {
    list-style: none;
}
.panel-footer,
.panel-default>.panel-heading {
    color: #1789C5;
    background-color: #f5f5f5;
}
.box h4 {
    color: #1789C5;
    border-bottom: 2px solid #1789C5;
}
.warna,
li.manis a:hover {
    color: #1789C5;
}
a {
    color: #1789C5;
}
.btn-primary,
.cursor1 span.badge {
    background-color: #1789C5;
}
li.manis {
    padding: 5px 5px;
    list-style: none;
}
li.manis a {
    color: #555;
    font-size: 12px;
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover,
.nav>li>a:focus,
.nav>li>a:hover {
    background-color: rgba(238, 238, 238, 0.19);
}
.postingss {
    margin-top: 25px;
}
h2.opening {
    font-size: 34px;
    color: white;
}
.iconbox-wrap-content h5 {
    font-weight: bold;
    font-size: 14px;
}
.box h4 {
    font-family: "Ubuntu", Tahoma, Arial, sans-serif;
    margin: 0 0 10px;
    padding-bottom: 10px;
    font-size: 16px;
}

.cursor1 > .dropdown-menu {
    left: 101%;
    background: #fff;
    margin-left: 1px;
    border: #ddd 1px solid;
    height: auto;
    min-width: 750px;
    top: 0;
    width: 75%;
}
.cekk {
    float: left;
}
.iconbox-wrap {
    background-color: #1789C5;
    color: #fff;
    border: #ddd 1px solid;
    padding: 15px;
}
.subbox {
    border-radius: 0;
    box-shadow: none!important;
    margin: 0;
    padding: 15px 25px;
    border-left: 0;
    border-color: #e4e4e4;
    min-height: 280px;
}
input[type=checkbox], input[type=radio] {
    margin: 0px 10px 0 0;
    line-height: normal;
}
i.fa.fa-ban.veranda {
    font-size: 5em;
    color: red;
}
.content-item {
    margin-top: 15px;
}
ul.nott li {
    list-style: none;
}
.cursor1:hover > .dropdown-menu {
    display: block;
}
.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
    color: rgb(23, 137, 197);
}
.mm-menu {
    background: #FFFFFF;
}
.categorys {
    text-align: center;
}
.nott2 {
    color: #999;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.notfound h1 {
    font-size: 2em;
}
.categorie {
    margin-top: 10px;
    border: #ddd 1px solid;
    padding: 10px;
}
.catico ul li {
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 4px 4px 4px 4px;
  float: left;
  height: 120px;
  margin: 0;
  overflow: hidden;
  padding: 5px 4px;
  text-align: center;
  width: 106px;
}
.show-more, .show-less, .show-mores, .show-lesss {
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    text-align: right;
    color: #fa7f22;
    font-weight: bold;
    margin:10px 0px;
}
.icos, .ico2 {
  height: 90px;
  margin-bottom: 2px;
  width: 99px;
}
.catico ul li:hover {
  border-color: #DDDDDD;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.cate-thumb {
    padding-top: 10px;
}
.cate-thumb img {
    max-width: 100%;
    width: 100%;
}
.produk {
    background-color: #fff;
    padding: 5px;
    border: #ddd 1px solid;
}
.produk:hover {
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
}
.categorie img:hover {
    background-color: #015983;
}
.categorie img {
    background-color: #006FA4;
    max-width: 100%;
}
a.see.btn.btn-info {
    margin-top: 15px;
    width: 100%;
}
a.see.btn.btn-success {
    width: 100%;
}
.tmb {
    text-align: center;
    padding: 10px;
}
.cate-content {
    margin: 3px 0 0;
    padding-top: 10px;
    width: 100%;
    overflow: hidden;
}
.cate-content ul li {
    list-style: none;
    float: left;
    width: 50%;
    padding-left: 20px;
    line-height: 28px;
    background: url('img/bg-child-cat.png') no-repeat scroll left center;
}
.suka {
    margin-bottom: 15px;
}
.notfound {
    margin: 0px auto;
    padding-top: 20px;
    text-align: center;
    float: inherit;
}
.categorys img {
    box-shadow: inset 0 0 0 0 rgba(200,95,66, 0.4), inset 0 0 0 16px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    max-height: 90px;
    max-width: 100%;
}
.categorys img:hover {
    border: #FC6E51 1px dashed;
    box-shadow: inset 0 0 0 110px rgba(200,95,66, 0.4), inset 0 0 0 16px rgba(255,255,255,0.8), 0 1px 2px rgba(0,0,0,0.1);
}
.categorys h4 {
    font-size: 14px;
    text-align: center;
}
.catalog {
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    margin-top: 15px;
    width: 100%;
    border-bottom: #1789C5 1px dashed;
}
dt.nav-title {
    text-transform: uppercase;
}
.warna.teng {
    text-align: center;
    font-size: 25px;
}
.productbox {
   
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 10px;
}
.no-result {
    text-align: center;
    margin: 40px;
}
.pull-right.mona {
    margin-left: 15px;
}
.icon-box2 {
    padding: 5px 5px;
}
img.lazyimg {
    width: 100%;
    height: auto;
}
.producttitle {
    text-align: center;
    padding: 5px 0 5px 0;
}
.item.productbox:hover .overlay-background-color {
    display: block;
    border-radius: 5px;
    height: 100%;
    border: #ddd 1px solid;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    background: rgba(0, 0, 0, 0.06);
}
.pertama .item a img.lazyOwl {
    display: block;
    width: 100%;
    height: auto;
}
.productprice {
    text-align: center;
    padding-top: 5px;
}
.pricetext {
    text-align: center;
    color: #ed1c24;
    font-weight: bold;
    font-size: 1em;
}
.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}
.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}
ul.demo1 li {
    margin: 10px;
}
img.media-object {
    margin: 0px 5px;
}
input[type=text],
input[type=password],
select,
textarea {
    width: 100%;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input[type=text],
input[type=password],
select {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
}
textarea {
    height: inherit;
    padding: 6px 12px;
    font-size: 14px;
    line-height: inherit;
}
input.btn.btn-warning.depans {
    border-radius: 0px 5px 5px 0px;
    width: 100%;
}
input.depan.form-control {
    color:#a9a9a9;
    border-right: none;
    border-radius: 5px 0px 0px 5px;
}
select.dpn#sCategory {
    color:#a9a9a9;
    border-radius: 0px;
}
select.dpn#sCountry {
    color:#a9a9a9;
    border-radius: 0px;
    border-right: none;
    border-left: none;
}
select.dpn#sRegion {
    color:#a9a9a9;
    border-radius: 0px;
    border-right: none;
}
select.dpn#sCity {
    color:#a9a9a9;
    border-radius: 0px;
    border-right: none;
}

a#logo.navbar-brand img {
    max-width: 100%;
    max-height: 100%;
}
.footes {
    margin: 15px;
    text-align: center;
}
.lias .ribbonz {
    position: absolute;
    left: 10px;
    top: -5px;
}
.lias img {
    border: #dedede 1px solid;
}
.footes li {
    display: inline-block;
}
.footes li a {
    padding: 15px;
}
a.navbar-brand,
.navbar-nav>li>a,
.links>a,
div#footer-copyright {
    color: #fff;
}
.cari {
    margin-bottom: 15px;
}
li#sks a {
    color: #1789C5;
}
li#sks {
    list-style: none;
}
ul.nav.nav-tabs.tabs-left li a {
    background-color: #f9f9f9;
}
ul.nav.nav-tabs.tabs-left li.active a {
    background-color: #fff;
}
.tabs-left li.active a,
.nav-tabs.tabs-left>li.active>a:hover {
    border: #ddd 1px solid;
    border-bottom-color: #ddd;
    background-color: #fff;
    border-right: none;
}
h3.refin {
    font-size: 20px;
    margin: 15px 0px;
}
.refine li {
    border-bottom: #ddd 2px dotted;
    font-size: 13px;
    float: left;
    padding-bottom: 2px;
    list-style: none;
    margin-right: 20px;
    margin-bottom: 10px;
}
.tombol {
    margin-top: 10px;
}
div#carousel-example-generic {
    margin-top: 15px;
}
.padi {
    padding-top: 0px;
    padding-bottom: 0px;
}
#back-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;
}
#back-top a {
    width: 40px;
    height: 40px;
    display: block;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    font-size: 15px;
    text-align: center;
    line-height: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #000;
}
.user_menu li:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.user_menu li {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
ul.user_menu {
    margin-top: 0px;
}
.user_menu li:hover {
    background-color: whitesmoke;
}
.col-item {
    margin-bottom: 8px;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    background: #FFF;
}
.col-item .info {
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
}
img.img-responsive {
    margin-top: 2px;
    width: 100%;
    max-width: 100%;
}
.profile-usertitle-name {
    border-radius: 5px;
    border: #ddd 1px solid;
    text-align: center;
    color: #5897D1;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0px;
    padding: 3px;
}
.profile-userpic {
    border: #ddd 2px solid;
    padding: 2px;
}
span.cat-label.cat-label-label2 {
    color: red;
}
.col-item .separator {
    border-top: 1px solid #E1E1E1;
}
.col-item .separator p {
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}
.col-item .btn-add {
    border-right: 1px solid #E1E1E1;
}
.col-item .btn-add {
    width: 50%;
    float: left;
}
.col-item .btn-details {
    width: 50%;
    float: left;
    padding-left: 10px;
}
.item .aribudin {
    max-width: 100%;
    float: left;
    font-size: 17px;
    text-align: center;
    color: #777;
    margin-bottom: 5px;
}
.col-item .aribudin {
    max-width: 100%;
    float: left;
    font-size: 17px;
    text-align: center;
    color: #777;
    margin-bottom: 5px;
}
.col-item:hover {
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
}
.aribudin {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    text-overflow: ellipsis;
}
.locale {
    margin-bottom: 10px;
    padding: 10px 15px;
    width: 100%;
    text-align: center;
}
.paginate .searchPaginationSelected {
    font-weight: bold;
}
.paginate a,
.paginate span {
    text-decoration: none;
    margin: 0 1px;
    padding: 5px 10px;
    border: 1px solid #EEE;
}
span.cat-label {
    position: absolute;
}
.paginate {
    width:100%;
    float: left;
    margin-top: 25px;
}
.cat-label {
    color: #FFFFFF;
}
.ui-dialog {
    border-radius: 10px;
    border: #ddd 1px solid;
    padding: 10px;
    background: #fff;
}
.cat-label {
    color: #fff;
    top: 7px;
    right: 7px;
    font: inherit;
    font-size: 14px;
    padding: 8px;
    z-index: 1;
    border-radius: 2px;
    line-height: 1;
}
.carousel-control.right,
.carousel-control.left {
    background: none;
}
span#ui-id-1 {
    color: red;
    margin-right: 10px;
    font-weight: bold;
}
.navbar.navbar-default.dua {
    margin-bottom: 0px;
}
.ads {
    text-align: center;
    margin: 10px 0px;
}
#regionId[disabled],
.form-control[readonly],
#cityId[disabled] {
    cursor: not-allowed;
    background-color: #ecf0f1;
    opacity: 1;
}
.profile-userbuttons {
    text-align: center;
}
.profile-usermenu {
    padding: 10px;
    border: #ddd 1px solid;
    margin: 10px 0px;
    border-radius: 5px;
}
#flashmessage {
    margin-bottom: 15px;
}
.cate-slider {
    padding: 0px 5px 10px 5px;
    background-color: #fff;
}
span.tuxedo-menu-trigger.unik.navbar-brand.navbar-toggle {
    float: left;
}
a.btn.btn-primary.persen {
    width: 100%;
}
a#logo img {
    margin-top: -10px;
    max-height: 50px;
}
ul#comment_error_list li label.error {
    color: red;
    background: yellow;
}
.useralert {
    float:left;
    width:100%;
    margin: 10px 0px;
    padding: 10px;
    border: #ddd 1px solid;
    border-radius: 20px;
}
.cursor1 {
    cursor: pointer;
}
ul,
li {
    padding:0px;
    list-style: none;
}
li.opt_dashboard {
    display: none;
}
#sidebar {
    float: left;
    width: 25%;
}
.topper {
    margin-top: 15px;
}
#main {
    padding: 15px;
    float: left;
    width: 75%;
}
.profile-usermenu,
.profile-usertitle {
    background: #fff;
}
input#alert_email {
    margin-bottom: 15px;
}
#sub_alert {
    background: #fff;
    margin-bottom: 15px;
    border: #ddd 1px solid;
    padding: 15px;
}
.content.user_account h1 {
    text-align: center;
    font-size: 14px;
}
.navbar-default .navbar-nav>li>a {
    font-weight: bold;
}
.navbar.mega {
    margin-bottom: 0px;
}
h2.harga {
    color: #FFFFFF;
}
h2.harga {
    text-align: center;
    font-size: 2em;
}
h4.desss {
    font-size: 16px;
}
#contact {
    margin-bottom: 10px;
        border-radius: 4px;
    border:#ddd 1px solid;
    -moz-border-radius: 4px;
    padding: 15px;
}
.wella{margin:0px 15px;
}
a.gallery_01 img {
    max-width: 80px;
    padding-top: 3px;
}
a.gallery_01 img {
    border: #eee 2px solid;
    margin: 10px;
}
.zoomLens {
    cursor: -webkit-zoom-in;
}
.red {
    margin-bottom: 15px;
    border: #ddd 1px solid;
    background: #1789C5;
    padding: 5px;
}
.mintop {
    margin-top: 0px;
}
.kirir{margin-left:10px;
}
fieldset.box.locationa {
    padding: 10px;
    background: #F7f7f7;
    border: #ddd 1px solid;
}
.box.locationa .form-group {
    width: 24%;
    float: left;
    margin-right: 10px;
}
.satusan {
    width: 22%;
    margin: 5px;
}
p#withPicture {
    margin: 5px 0px;
}
.useful {
    border-bottom: #ddd 2px dashed;
    margin-bottom: 5px;
}
.tags a {
    background: #00a6df;
}
.tags_small a {
    height: 21px;
    line-height: 21px;
    float: none;
    font-size: 11px;
}
.tags a {
    display: inline-block;
    height: 24px;
    line-height: 23px;
    position: relative;
    margin: 0 12px 8px 0;
    padding: 0 12px 0 10px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 12px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-weight: bold;
}
ul#myTab li {
    padding: 0px 10px;
}
ul#myTab {
    border-radius: 4px 4px 0px 0px;
    padding: 10px;
    border: #ddd 1px solid;
}
#detail {background-color: #fff;
    margin-bottom: 10px;
    border: #ddd 1px solid;
    padding: 10px;
}
div#plugin-hook div.row {
    margin-top: 15px;
}
.baru {
    margin: 5px 15px;
}
#plugin-hook {
    margin: 5px 0px;
}
div#plugin-hook h2 {
    margin-left: -15px;
}
#plugin-hook .meta {
    margin: 0px 0px 15px 0px;
}
.ads {
    float: inherit;
    margin: 15px auto;
    text-align: center;
}
.ads img { max-width:100%;
}
.ada img:hover, .ads img:hover { -webkit-filter: brightness(120%);
}
#detail {background-color: #fff;
}
.list .user_type .all {
    float: left;
    padding: 7px 17px 11px;
    font-weight: bold;
    font-size: 14px;
    color: #417CD4;
    cursor: pointer;
}
.list .user_type .personal {
    cursor: pointer;
    float: left;
    padding: 7px 17px 11px;
    ;
    color: #417CD4;
    font-weight: bold;
    font-size: 14px;
}
.list .user_type .firm {
    cursor: pointer;
    float: left;
    padding: 7px 17px 11px;
    color: #417CD4;
    font-weight: bold;
    font-size: 14px;
}
.list .user_type .active {
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: none;
    background: #337AB7;
}
.user_type {
    float: left;
    border-bottom: #337AB7 3px solid;
    width: 100%;
}
.list .user_type .search_num {
    float: right;
    line-height: 29px;
}
.list .user_type .active .force_down {
    border-left: 1px solid #DEDEDE;
    background: #fff;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0px;
    bottom: -5px;
}
.list .user_type span:hover {
    background: #417CD4;
    color: #fff;
}
.list .user_type .search_num {
    float: right;
}
.bars {
    float: left;
    width: 100%;
    background-color: #F5F5F5;
}

.ribbonse {
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 34px;
    font-weight: bold;
    padding: 10px;
    z-index: 1;
    border-radius: 2px;
    line-height: 1;
}
#konten {
    margin-bottom: 10px;
}
span.text span {
    color: #337AB7;
    cursor: pointer;
}
.bawah1{margin-bottom:15px;
}
.senik {
    margin-bottom: 10px;
}
.tengah {
    margin: 0px auto;
    float: inherit;
}
.pho {
    margin-bottom: 10px;
}
.bawa{
    margin:10px 15px;
}
.maparea {
    margin-top: 15px;
}
a .fa-facebook-square {
    border-radius: 5px;
    color: #36579b;
}
a .fa-youtube {
    border-radius: 5px;
    color: red;
}
a .fa-twitter-square {
    border-radius: 5px;
    color: #18aae4;
}
a .fa-google-plus-square {
    border-radius: 5px;
    color: #ea5018;
}
a .fa-instagram {
    border-radius: 5px;
    color: #b33aa2;
}
a .fa-linkedin-square {
    border-radius: 5px;
    color: #006699;
}
.satuss{
    width:100%;
}
.form-group.srcc h3 {
    width: 100%;
    font-size: 14px;
    margin: 10px 0px;
    color: #555;
}
.lancip {
    content: '';
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #ECECEC transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -25px;
    left: 30px;
    position: relative;
    float: left;
}
.bubel {
    background-color: #ECECEC;
    padding: 10px 5px;
    border: #ddd 1px solid;
    border-radius: 5px;
}
a.center {
    width: 100%;
}
.cd-top {
    border-radius: 3px;
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #E6E6E6 url('img/cd-top-arrow.svg') no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    /* the button becomes visible */
    
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    
    opacity: .5;
}
.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}
.beautiful {
    border-radius: 4px;
    background-color: #1789C5;
}
.bottomer {
    margin-bottom: 15px;
}
.seratus {
    width: 100%;
}
.item.productbox span.hiden {
    display: none;
}
.item.productbox:hover span.hiden {
    display: inherit;
}
.square, .circle {
    border: 2px solid #ddd;
}
.square, .circle {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    padding: 0;
    cursor: pointer;
    background: #fff;
    border: 2px solid #ebeef1;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 17px;
    font-size: 10px;
}
.square.hover:before, .square.checked:before {
    font-family: 'FontAwesome';
    display: block;
    content: "\f00c";
}
.circle.hover:before, .circle.checked:before {
    font-family: 'FontAwesome';
    display: block;
    content: "\f00c";
}
.tuxedo-menu ul li a.btn:hover {
    background: #7EB12B;
}
.tuxedo-menu ul li a.btn:focus {
    background: #7EB12B;
}
.form-group.phone {
    margin: 15px;
}
.links {
    padding: 5px;
    text-align: center;
}
.copyright {
    padding: 5px;
    text-align: center;
}
.centered { 
    float: left; 
    white-space: nowrap; 
    width: 100%; 
    overflow: hidden; 
    border: 1px solid rgba(255, 255, 255, 0); 
    border-image-source: initial; 
    border-image-slice: initial; 
    border-image-width: initial; 
    border-image-outset: initial; 
    border-image-repeat: initial; 
    text-overflow: ellipsis; 
    height: 70px; 
    text-align: center; 
}
button.btn.btn-facebook a {
    color: #fff;
}
button.btn.btn-facebook {
    background: #425ba0;
    margin: 15px 0px;
}
img.group1 {
    cursor: -webkit-zoom-in;
}
.ama {
    width: 100%;
    float: left;
}
.product-img-box.col-md-5 {
    border: #ddd 1px solid;
    border-radius: 4px;
}
ul.footer-links li {
    margin-top: 5px;
    padding: 5px;
    display: inline-block;
    border: #ddd 1px solid;
}
ul.footer-links {
    float: left;
}
.hybrid_login a {
    margin: 10px 10px 10px 0px;
}
.kanan2{
    margin-right:10px;
}
center.footeris img {
    max-width: 100%;
}
img.empatpuluh{
    width: 40px; 
    height: 40px;
}
.monas{
    padding: 2px 5px;
}
.success1{
    padding:10px;
}
.breadcrumb {
    padding: 15px 0px 5px;
    text-align: center;
    margin-bottom: 5px;
    border-radius: 0px;
    background: transparent;
}
.satus {
    margin-bottom: 15px;
    margin-top: -15px;
    background: #F7F7F7;
    border-bottom: #FF4700 1px solid;
}
a.navbar-brand img {
    max-height: 50px;
    margin-top: -12px;
}
.warnas {
    border: #ddd 1px dashed;
    padding: 5px;
    background: #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: white;
    background-color: rgba(255, 255, 255, 0.19);
}
.navbar-nav>li>a {
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
}
.footer-copyright.text-center {
    padding: 10px;
    background: rgba(255, 255, 255, 0.06);
}
.footer-logo a img {
     
     max-width: 90%;
}
ul.pagese {
    text-align:center;
    margin-top: 10px;
}
ul.pagese li {
    margin-bottom: 3px;
    display: inline-block;
}
/*--- RIBBON COLORS ---*/
.ribbons {
    position: absolute;
    top: 10px;
    left: 10px;
    font: inherit;
    font-size: 14px;
    padding: 3px;
    z-index: 1;
    border-radius: 2px;
    line-height: 1;
}
.adsi {
    text-align: center;
    margin: 15px auto;
}
.pricing {
    margin:15px;
    text-align: center;
}
h1.manisa,  p.leader {
    text-shadow: 1px 1px 1px #ADADAD;
    text-align: center;
}
h1.manisa{
    font-size:38px;
}
p.leader {
    font-size:20px;
}
.text.big {
    font-size: 25px;
}
#flashmessage {
    border-radius: 5px;
    padding: 15px;
    font-size: 15px;
    margin-bottom: 15px;
    border: #ddd 1px solid;
}
.flashmessage-error {
    background: #FFB5B5;
}
.flashmessage-ok{
    background: #D9F3AE;
}
#owl-demo77 .owl-pagination {
    margin-top: -45px;
}
a.btn.ico.btn-mini.ico-close {
    border: #ddd 1px solid;
    font-size: 10px;
    float: right;
    background: #FFB5B5;
}
.ribbon{
	color: #fff;
	margin: 30px 0 50px;
	position: relative;
	text-transform: uppercase;
	background: rgb(0, 164, 239);
	border: 1px solid rgba(0,0,0,.3);
	box-shadow: 0px 1px 3px rgba(0,0,0,.2);
	padding: 10px 15px;
	clear: both;
}
 
div.left_ribbon{
	color: #000;
	margin-left: -10px;
	float: left;
}
 
div.left_ribbon p{
	margin: 0 12px;
}
 
div.left_ribbon::before{
	display: block;
	width: 10px;
	height: 0px;
	position: absolute;
	bottom: -10px;
	left: -11px;
	content: "";
	border-bottom: 10px solid transparent;
	border-right: 10px solid rgb(0, 80, 116);
}
 
div.left_ribbon::after{
	display: block;
	width: 6px;
	height: 44px;
	position: absolute;
	bottom: 3px;
	right: -1px;
	content: "";
	border: 1px solid rgba(0,0,0,.3);
	transform: skew(0deg,45deg);
	-ms-transform: skew(0deg,45deg); /* IE 9 */
	-webkit-transform: skew(0deg,45deg); /* Safari and Chrome */
	-o-transform: skew(0deg,45deg); /* Opera */
	-moz-transform: skew(0deg,45deg); /* Firefox */
	background: rgb(0, 80, 116);
}
.ribbonz {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}
.ribbonz span {
    font-size: 10px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    left: -21px;
}
.ribbonz span::before {
   content: '';
   position: absolute; 
   left: 0px; top: 100%;
   z-index: -1;
   border-left: 3px solid #79A70A;
   border-right: 3px solid transparent;
   border-bottom: 3px solid transparent;
   border-top: 3px solid #79A70A;
}
.ribbonz span::after {
   content: '';
   position: absolute; 
   right: 0%; top: 100%;
   z-index: -1;
   border-right: 3px solid #79A70A;
   border-left: 3px solid transparent;
   border-bottom: 3px solid transparent;
   border-top: 3px solid #79A70A;
}
.ribbonz.hidden-lg-up {
    display: none;
    left: -6px;
}
p.btn-add, .btn-details {
    width: 50%;
    float: left;
    text-align: center;
}
.statistic {
    text-align: center;
    margin-bottom: 10px;
}
/*
======= max responsive mobile ========
*/

@media (max-width: 980px){
.ads img{
    max-width:100%;
}
.pricing .unit {
    min-width: 33%;
}
.cursor1 > .dropdown-menu {
    left: 0px;
    border-left: #ddd 1px solid;
    height: auto;
    min-width: 100%;
    top: 0;
    width: 100%;
}
a.btn.btn-primary.persen {
    margin-top:15px;
}
    
    #logo img {
        margin-bottom: 15px;
    }
    input.depan.form-control {
        border-right: #ddd 1px solid;
        border-radius: 5px 5px 0px 0px;
    }
    select.dpn#sCountry {
        border-right: #ddd 1px solid;
        border-left: #ddd 1px solid;
    }
    select.dpn#sRegion {
        border-right: #ddd 1px solid;
    }
    select.dpn#sCity {
        border-right: #ddd 1px solid;
    }
    input.btn.btn-warning.depans {
        border-radius: 0px 0px 5px 5px;
        width: 100%;
    }
}
@media (max-width: 800px) {
    #sidebar {
        float: left;
        width: 100%;
    }
    .navbar-default .navbar-brand img {
    margin-top: inherit;
}
.box.locationa .form-group {
    width: 46%;
}
.footer-logo, .footer-nav {
    float: left;
    width: 25%;
}
.satusan {
    width: 46%;
}
#main {
        padding: 15px;
        float: left;
        width: 100%;
    }
#sidebar {
        float: left;
        width: 100%;
    }
    #main {
        padding: 15px;
        float: left;
        width: 100%;
    }
}
@media (max-width: 768px){
h1 {
    font-size: 1.3em;
    margin: .45em 0
}
h2 {
    font-size: 1.2em;
    margin: .40em 0
}
h3 {
    font-size: 1.1em;
    margin: 0.35em 0
}
h4 {
    font-size: 1.1em;
    margin: 0.35em 0
}
h5 {
    font-size: 0.8em;
    margin: 0.30em 0
}
h6 {
    font-size: .8em;
    margin: 0.30em 0
}
h2.opening {
    font-size: 1.2em;
}
h3.judul {
    width: 70%;
    font-size: 16px;
    margin: 5px 0px;
}
.masonry { 
    column-count: 2;
}
.hidden-vera-down {
    display: none !important;
  }
.deanda {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .watchlist,
    .mami {
        margin-top: 5px;
    }
    .links.pull-right, .copyright.pull-left {
    margin: 5px 0px;
    text-align: center;
    width: 100%;
}
.love {
    padding: 25px 0;
    background-attachment: scroll;
    background-size: cover;
}
h1.opening {
    font-size: 24px;
}
.premium_item_ribon .ribbon {
    font-size: 8px!important;
}
.content #main {
    float: left;
    width: 100%;
}
.content #sidebar {
    width: 100%;
    float: left;
}
.content #main p {
    padding-left: 5px;
    width: 100%;
    height: 20px;
    overflow: hidden;
}
.sizer {
    font-size: 1em;
}
.category a i.fa {
    width: 100%;
    height: 100px;
}
a.navbar-brand img {
    max-height: 50px;
}
input.depan, select.centers {
    border-right: #ccc 1px solid;
    border-radius: 0px;
}
.search-mini {
    margin-top: 0px;
    padding: 15px;
    background-color: #fff;
}
.welcomes{
    height: auto;
    padding-bottom: 40px;
    padding-top: 40px;
}
.carousel-caption .item h3 {
    font-size: 16px;
}
ul.nostyle li {
    margin-bottom: 15px;
}
#carousel-example-generic .carousel-control .fa-chevron-left, #carousel-example-generic .carousel-control .fa-chevron-right {
    padding: 5px 5px;
    font-size: 0.6em;
}
.locations ul.nav.nav-tabs {
    font-size: 1rem;
}
p.post-price {
    font: normal 20px 'Open Sans', sans-serif, Arial, Helvetica, sans-serif;
}
.tags span:before {
    border-width: 11px 12px 12px 0;
}
.tags span:after {
    top: 10px;
    width: 4px;
    height: 4px;
}
.newsads ul.nav.nav-tabs {
    font-size: 1rem;
}
.carousel-caption .item h4 {
    font-size: 14px;
}
.carousel-caption img{
    max-height: 6em;
}
a.watchlist,.btn-lg {
    padding: 0.8rem 1rem;
    font-size: 1.2rem;
    border-radius: .1rem;
}
a.subcribfilter {
    margin-left: 15px;
}
.mini-menu {
    padding: 15px 5px;
}



 

.user_data2 {
    padding: 15px 0px;
}
.product-kiri {
    width: 25%;
    padding: 5px;
}
.product-tengah {
     margin-top:0px;
    width: 75%;
    padding: 5px;
}
.cursor1 > .dropdown-menu {
    left: 0px;
    border-left: #ddd 1px solid;
    height: auto;
    min-width: 100%;
    top: 0;
    width: 100%;
}
#owl-demo5.fulls .owl-controls .owl-buttons .owl-next {
    font-size: 15px;
    right: -5px;
    top: 30%;
}
#owl-demo5.fulls .owl-controls .owl-buttons .owl-prev {
    font-size: 15px;
    left: -5px;
    top: 30%;
}
.cat-link {
    margin-bottom: 15px;
    margin-top: 15px;
}
.topbot {
    margin-bottom: 10px;
    margin-top: 10px;
}
.fa.kategoris {
    font-size: 70px;
    padding: 15px 10px;
}
}
@media (max-width: 720px) {
    .deanda {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .breadcrumb {
    text-align: center;
    font-size: 10px;
}
.footer-logo, .footer-nav {
    float: left;
    width: 33%;
}
 
    .butonss {
    display: none;
}
    .watchlist,
    .mami {
        margin-top: 5px;
    }
    .love {
        background-size: 100%;
    }
.paddinge {
    margin-bottom: 15px;
}
}
/*----------------------------------------------------
           {--------}  mobile version {--------}
----------------------------------------------------*/
@media (max-width: 576px){
.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}
.pricing .unit {
    min-width: 100%;
    position: inherit;
}
p, pre {
    margin: 6px 0;
}
.lias .ribbonz {
    left: 0px;
}
.ribbonz {
    left: 0px;
    top: 0px;
}
.love {
    padding: 15px 0;
}
.label-premium {
    font-size: 9px;
    width: 80px;
    padding: 6px 5px 5px 25px;
    margin: 0px 10px -5px -18px;
}
.product-kiri{
    float: left;
    width: 33%;
}
.product-tengah {
    width: 66%;
    float: left;
}
.productbox {
    padding: 5px;
}
 .hidden-xs-down{
    display: none;
}
.owl-theme .premium_item_ribon {
    left: 4px;
    top: 10px;
}
#owl-demo33 .premium_item_ribon {
    left: 3px;
    top: 10px;
}
.cos {
    margin: 0px;
    padding: 5px;
}
ul#myTab li {
    padding: 0px 3px;
}
.locale {
    margin-bottom: 10px;
    padding: 5px 5px;
}
.col-md-9.nita .list-group-item {
    padding: 5px 5px;
}
.panel-body {
    padding: 5px;
}
.topbar{
    display:none;
}
.row {
    margin-right: -5px;
    margin-left: -5px;
}
.container,.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -5px;
    margin-left: -5px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -5px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
  right: -5px;
}
.carousel-caption .item h3 {
    font-size: 15px;
}
.paddingtop-bottom, .footerleft {
    padding: 0px 15px;
}
.list-product {
    margin: 8px 0 2px 0;
    padding: 0px;
}
.header-second {
    height: 60px;
}
h3.judul {
    width: 100%;
    font-size: 16px;
    margin:5px 0px;
}
h3.product-title {
    font-size: 1em;
}
.content {
    border-radius: 0px;
    margin-top: 0px;
}
table.table-mini {
    font-size: 12px;
}
.user_type .search_num {
    float: left;
    text-align: center;
    width: 100%;
}
p.subword {
    font-size: 1em;
}
.carousel-caption .item h4 {
    font-size: 14px;
}
.carousel-caption img{
    max-height: 4em;
}
.padding-topmini{
    padding-top: 5px;
}
a.watchlist, .btn-lg {
    padding: 0.4rem 0.7rem;
    font-size: 1em;
    border-radius: .1rem;
}
.carousel-caption {
    right: 5%;
    left: 5%;
    padding-bottom: 0px;
}
.carousel-indicators {
    display: none;
}
img.cateimg {
    width: 100%;
    padding-top: 15px;
}
.ads-50{
    width:100%;
    float: left;
}
.pricemini {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #62c462;
}
.ribbon .banner {
    top: 32px;
}
.category a i.fa {
    width: 90px;
    height: 90px;
    background-color: #ffffff;
    padding: 15px;
    font-size: 3em;
    border: #ddd 1px solid;
}
.breadcrumb {
    font-size: 14px;
}
.copyright .container .col-md-6 p, .copyright .container .col-md-6 ul.bottom_ul {
    float: none;
    text-align: center;
}
 .links.pull-right,
    .copyright.pull-left {
        float: inherit;
        text-align: center;
    }
    .col-xs-15 {
        width: 100%;
        float: left;
    }
.user_type .search_num {
    float: left;
    text-align: center;
    width: 100%;
}
}
@media (max-width: 447px){
.four-12{
    float: left;
    width: 100%;
}
.four-11{
    float: left;
    width: 90%;
}
.four-10{
    float: left;
    width: 80%;
}
.four-9{
    float: left;
    width: 75%;
}
.four-8{
    float: left;
    width: 66%;
}
.four-7{
    float: left;
    width: 60%;
}
.four-6{
    float: left;
    width: 50%;
}
.four-5{
    float: left;
    width: 40%;
}
.four-4{
    float: left;
    width: 33%;
}
.four-3{
    float: left;
    width: 25%;
}
.four-2{
    float: left;
    width: 20%;
}
.four-22{
    float: left;
    width: 16%;
}
.catico ul li {
    height: 120px;
    width: 25%;
}
.icos, .ico2 {
    height: 90px;
    width: 100%;
}
.four-1{
    float: left;
    width: 10%;
}
.search_num {
    text-align: center;
    width: 100%;
}
.footer-logo, .footer-nav {
    text-align: center;
    float: left;
    width: 100%;
}
.kontens{
    display:none;
}
h1.manisa{
    font-size:18px;
}
.box.locationa .form-group {
    width: 96%;
}
.satusan {
    width: 96%;
}
p.leader {
    max-width:100%;
    font-size:12px;
}
    .links.pull-right,
    .copyright.pull-left {
        float: inherit;
        text-align: center;
    }
.breadcrumb {
    font-size: 12px;
}
.carousel-caption .item h3 {
    font-size: 14px;
}
.rini {
    margin: 5px 5px;
}
.bigs {
    font-size: 6em;
}
.carousel-caption .item h4 {
    font-size: 12px;
}
.carousel-caption img{
    max-height: 3em;
}
ul.right-menu {
    width: 100%;
}
.ribbon .banner {
    left: -13px;
    top: 23px;
}
.fa.kategoris {
    font-size: 50px;
}
}
@media (max-width: 360px){
.ari-12{
    float: left;
    width: 100%;
}
.ari-11{
    float: left;
    width: 90%;
}
.ari-10{
    float: left;
    width: 80%;
}
.ari-9{
    float: left;
    width: 75%;
}
.ari-8{
    float: left;
    width: 66%;
}
.ari-7{
    float: left;
    width: 60%;
}
.ari-6{
    float: left;
    width: 50%;
}
.ari-5{
    float: left;
    width: 40%;
}
.ari-4{
    float: left;
    width: 33%;
}
.ari-3{
    float: left;
    width: 25%;
}
.ari-2{
    float: left;
    width: 20%;
}
.ari-22{
    float: left;
    width: 16%;
}
.ari-1{
    float: left;
    width: 10%;
}
.catico ul li {
    height: 120px;
    width: 33%;
}
.icos, .ico2 {
    height: 80px;
    margin-bottom: 2px;
    width: 100%;
}
.masonry { 
    column-count: 1;
}
.premium_item_ribon .ribbon {
    font-size: 7px!important;
}
.hidden-ari-down {
    display: none !important;
  }
span.catt {
    display: none;
}
.carousel-caption {
    right: 5%;
    left: 5%;
    margin-bottom: -30px;
}
.homer .owl-carousel .owl-item {
    padding: 0em;
}
a.menus {
    margin: 15px 5px;
}
a.navbar-brand img {
    max-width: 150px;
}
.category a i.fa {
    width: 100%;
    height: 90px;
    font-size: 2.5em;
}
}
@media (max-width: 300px){
.three-12{
    float: left;
    width: 100%;
}
.three-11{
    float: left;
    width: 90%;
}
.three-10{
    float: left;
    width: 80%;
}
.three-9{
    float: left;
    width: 75%;
}
.three-8{
    float: left;
    width: 66%;
}
.three-7{
    float: left;
    width: 60%;
}
.three-6{
    float: left;
    width: 50%;
}
.three-5{
    float: left;
    width: 40%;
}
.three-4{
    float: left;
    width: 33%;
}
.three-3{
    float: left;
    width: 25%;
}
.three-2{
    float: left;
    width: 20%;
}
.three-22{
    float: left;
    width: 16%;
}
.three-1{
    float: left;
    width: 10%;
}
.catico ul li {
    height: 120px;
    width: 50%;
}
.hidden-three-down{
    display: none !important;
}
}


/*
======= min responsive mobile ========
*/
@media (min-width: 301px){
.hidden-three-up{
    display: none !important;
}
}
@media (min-width: 361px){
.hidden-ari-up {
    display: none !important;
  }
}
@media (min-width: 576px){
.carousel-caption {
    right: 10%;
    left: 10%;
    padding-bottom: 10%;
}
.container {
    width: 550px;
    max-width: 100%;
}
.list-wrappers {
    padding: 5px 0px;
}
.hidden-xs-up{
    display: none;
}
}
@media (min-width: 600px){
.container {
    width: 580px;
    max-width: 100%;
}
.hidden-md-up{
   display: none;
}
}
@media (min-width: 630px){
.container {
    width: 610px;
    max-width: 100%;
}
}
@media (min-width: 660px){
.container {
    width: 640px;
    max-width: 100%;
}
}
@media (min-width: 690px){
.container {
    width: 660px;
    max-width: 100%;
}
}
@media (min-width: 720px){
.container {
    width: 700px;
    max-width: 100%;
}
    li.qq-upload-success {
        width: 50%;
        float: left;
    }
}
@media (min-width: 768px){
.carousel-caption {
    right: 10%;
    left: 10%;
    padding-bottom: 10%;
}
.hidden-vera-up {
    display: none !important;
  }
.kontens{
    height: 46px;
}
.wow {
    margin-top: 15px;
}
.list-product.premi:hover .ribbon {
    display: block;
}
.list-product.reguler:hover .ribbon {
    display: block;
}
div#search-category, div#search-subcribe, div#search-filter {
    display: block;
}
.search-mini {
    margin-top: 15px;
    padding: 15px;
    background-color: #fff;
}
.wrapper {
    width: 740px;
    max-width: 100%;
}
.container {
    width: 740px;
    max-width: 100%;
}
}
@media (min-width: 800px){
.wrapper {
    width: 780px;
    max-width: 100%;
}
.container {
    width: 780px;
    max-width: 100%;
}
}
@media (min-width: 840px){
.wrapper {
    width: 820px;
    max-width: 100%;
}
.container {
    width: 820px;
    max-width: 100%;
}
a.list-title {
    font-size: 1.6em;
}
.pricess {
    font-size: 1.8em;
}
}
@media (min-width: 880px){
.wrapper {
    width: 860px;
    max-width: 100%;
}
.container {
    width: 860px;
    max-width: 100%;
}
}
@media (min-width: 992px){
div#bs-example-navbar-collapse-121 {
    margin-bottom: 20px;
}
input.depan.form-control {
    border-right: none;
}
select.dpn#sCategory {
    border-right: none;
}
select.dpn#sCountry {
    border-right: none;
    border-left: none;
}
select.dpn#sRegion {
    border-right: none;
}
select.dpn#sCity {
    border-right: none;
}
.wrapper {
    width: 980px;
    max-width: 100%;
}
.container {
    width: 980px;
    max-width: 100%;
}
.col-md-15 {
        width: 20%;
        float: left;
    }
.carousel-caption {
    right: 10%;
    left: 10%;
    padding-bottom: 5%;
}
.doubles {
    min-width: 250px;
}
.error-pages.text-center h1 {
    font-size: 3em;
}
.list-product.news:hover .ribbon, .list-product.premi:hover .ribbon {
    display: block;
}
h1.tables-title {
    color: #1789c5;
    text-align: center;
    font-size: 3em;
}
}
@media (min-width: 1100px){
.wrapper {
    width: 1080px;
    max-width: 100%;
}
.container {
    width: 1080px;
    max-width: 100%;
}
.carousel-caption {
    right: 10%;
    left: 10%;
    padding-bottom: 10%;
}
.col-xl-15{
    width:20%;
    float:left;
}
    li.qq-upload-success {
        width: 33%;
        float: left;
    }
}
@media (min-width: 1200px){
.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}
.wrapper {
    width: 1200px;
    max-width: 100%;
}
.container {
    width: 1200px;
    max-width: 100%;
}
.col-lg-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1300px){
.wrapper {
    width: 1280px;
    max-width: 100%;
}
.col-lg-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1400px){
.wrapper {
    width: 1340px;
    max-width: 100%;
}
.container {
    width: 1340px;
    max-width: 100%;
}
}
@media (min-width: 1500px){
.wrapper {
    width: 1460px;
    max-width: 100%;
}
.container {
    width: 1460px;
    max-width: 100%;
}
}
@media (min-width: 1600px){
.wrapper {
    width: 1560px;
    max-width: 100%;
}
.container {
    width: 1560px;
    max-width: 100%;
}
}
@media (min-width: 1800px){
.wrapper {
    width: 1760px;
    max-width: 100%;
}
.container {
    width: 1760px;
    max-width: 100%;
}
}