/**
 * typography
 * --------------------------------------------------
 */
/* line 23, scss/bootflat/_typography.scss */
body {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #434A54;
  background-color: #FFF;
}

/* line 29, scss/bootflat/_typography.scss */
a {
  color: #3BAFDA;
  text-decoration: none;
}
/* line 33, scss/bootflat/_typography.scss */
a:hover, a:focus {
  text-decoration: none;
}
/* line 38, scss/bootflat/_typography.scss */
a:focus {
  outline: none;
}

/* line 42, scss/bootflat/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}

/* line 59, scss/bootflat/_typography.scss */
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;
}

/* line 73, scss/bootflat/_typography.scss */
h1,
h2,
h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}

/* line 79, scss/bootflat/_typography.scss */
h4,
h5,
h6 {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 85, scss/bootflat/_typography.scss */
h6 {
  font-weight: normal;
}

/* line 88, scss/bootflat/_typography.scss */
h1,
.h1 {
  font-size: 51px;
}

/* line 92, scss/bootflat/_typography.scss */
h2,
.h2 {
  font-size: 43px;
}

/* line 96, scss/bootflat/_typography.scss */
h3,
.h3 {
  font-size: 30px;
}

/* line 100, scss/bootflat/_typography.scss */
h4,
.h4 {
  font-size: 19px;
}

/* line 104, scss/bootflat/_typography.scss */
h5,
.h5 {
  font-size: 18px;
}

/* line 108, scss/bootflat/_typography.scss */
h6,
.h6 {
  font-size: 14px;
}

/* line 112, scss/bootflat/_typography.scss */
blockquote {
  border-left: 3px solid #CCD1D9;
}

/* line 115, scss/bootflat/_typography.scss */
.img-rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 118, scss/bootflat/_typography.scss */
.img-comment {
  font-size: 15px;
  line-height: 1.2;
  font-style: italic;
  margin: 24px 0;
}

/**
 * button
 * --------------------------------------------------
 */
/* line 34, scss/bootflat/_button.scss */
.btn {
  color: #FFF;
}
/* line 37, scss/bootflat/_button.scss */
.btn, .btn.disabled, .btn[disabled] {
  border-color: #AAB2BD;
  background-color: #AAB2BD;
}
/* line 43, scss/bootflat/_button.scss */
.btn:hover, .btn:focus, .btn:active, .btn.active {
  color: #FFF;
  border-color: #CCD1D9;
  background-color: #CCD1D9;
  outline: none !important;
}
/* line 52, scss/bootflat/_button.scss */
.btn:active, .btn.active {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
}
/* line 56, scss/bootflat/_button.scss */
.btn.disabled, .btn[disabled] {
  opacity: 0.45;
  filter: alpha(opacity=45);
}
/* line 62, scss/bootflat/_button.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .btn-link.disabled, .btn-link[disabled] {
  border-color: transparent;
  background-color: transparent;
  color: #3BAFDA;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 74, scss/bootflat/_button.scss */
.btn-link:hover, .btn-link:focus {
  text-decoration: underline;
}
/* line 80, scss/bootflat/_button.scss */
.btn-default {
  color: #434A54;
  border-color: #AAB2BD !important;
}
/* line 84, scss/bootflat/_button.scss */
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  border-color: #CCD1D9;
  background-color: #CCD1D9;
}
/* line 91, scss/bootflat/_button.scss */
.btn-default, .btn-default.disabled, .btn-default[disabled] {
  background-color: #FFF;
}
/* line 97, scss/bootflat/_button.scss */
.open .dropdown-toggle.btn-default {
  border-color: #CCD1D9;
  background-color: #CCD1D9;
}
/* line 103, scss/bootflat/_button.scss */
.btn-primary, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  border-color: #3BAFDA;
  background-color: #3BAFDA;
}
/* line 111, scss/bootflat/_button.scss */
.btn-primary:hover, .btn-primary:focus {
  border-color: #4FC1E9;
  background-color: #4FC1E9;
}
/* line 117, scss/bootflat/_button.scss */
.open .dropdown-toggle.btn-primary {
  border-color: #4FC1E9;
  background-color: #4FC1E9;
}
/* line 123, scss/bootflat/_button.scss */
.btn-info, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  border-color: #37BC9B;
  background-color: #37BC9B;
}
/* line 131, scss/bootflat/_button.scss */
.btn-info:hover, .btn-info:focus {
  border-color: #48CFAD;
  background-color: #48CFAD;
}
/* line 137, scss/bootflat/_button.scss */
.open .dropdown-toggle.btn-info {
  border-color: #48CFAD;
  background-color: #48CFAD;
}
/* line 143, scss/bootflat/_button.scss */
.btn-success, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  border-color: #8CC152;
  background-color: #8CC152;
}
/* line 151, scss/bootflat/_button.scss */
.btn-success:hover, .btn-success:focus {
  border-color: #A0D468;
  background-color: #A0D468;
}
/* line 157, scss/bootflat/_button.scss */
.open .dropdown-toggle.btn-success {
  border-color: #A0D468;
  background-color: #A0D468;
}
/* line 163, scss/bootflat/_button.scss */
.btn-warning, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  border-color: #F6BB42;
  background-color: #F6BB42;
}
/* line 171, scss/bootflat/_button.scss */
.btn-warning:hover, .btn-warning:focus {
  border-color: #FFCE54;
  background-color: #FFCE54;
}
/* line 177, scss/bootflat/_button.scss */
.open .dropdown-toggle.btn-warning {
  border-color: #FFCE54;
  background-color: #FFCE54;
}
/* line 183, scss/bootflat/_button.scss */
.btn-danger, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled],
.btn-danger .open .dropdown-toggle.btn {
  border-color: #DA4453;
  background-color: #DA4453;
}
/* line 192, scss/bootflat/_button.scss */
.btn-danger:hover, .btn-danger:focus {
  border-color: #ED5565;
  background-color: #ED5565;
}
/* line 198, scss/bootflat/_button.scss */
.open .dropdown-toggle.btn-danger {
  border-color: #ED5565;
  background-color: #ED5565;
}

/**
 * button-group
 * --------------------------------------------------
 */
/* line 11, scss/bootflat/_button_group.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
}
/* line 15, scss/bootflat/_button_group.scss */
.btn-group .btn {
  border-left-color: #96a0ad;
}
/* line 19, scss/bootflat/_button_group.scss */
.btn-group.open .btn-default.dropdown-toggle, .btn-group .btn-default:focus, .btn-group .btn-default:active, .btn-group .btn-default.active {
  color: #FFF;
}
/* line 26, scss/bootflat/_button_group.scss */
.btn-group .btn-primary, .btn-group .btn-primary:focus, .btn-group .btn-primary:active, .btn-group .btn-primary.active {
  border-left-color: #269ecb;
}
/* line 33, scss/bootflat/_button_group.scss */
.btn-group .btn-success, .btn-group .btn-success:focus, .btn-group .btn-success:active, .btn-group .btn-success.active {
  border-left-color: #7ab03f;
}
/* line 40, scss/bootflat/_button_group.scss */
.btn-group .btn-warning, .btn-group .btn-warning:focus, .btn-group .btn-warning:active, .btn-group .btn-warning.active {
  border-left-color: #efa50b;
}
/* line 47, scss/bootflat/_button_group.scss */
.btn-group .btn-danger, .btn-group .btn-danger:focus, .btn-group .btn-danger:active, .btn-group .btn-danger.active {
  border-left-color: #d1293a;
}
/* line 54, scss/bootflat/_button_group.scss */
.btn-group .btn-info, .btn-group .btn-info:focus, .btn-group .btn-info:active, .btn-group .btn-info.active {
  border-left-color: #2fa084;
}
/* line 61, scss/bootflat/_button_group.scss */
.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;
}

/* line 72, scss/bootflat/_button_group.scss */
.btn-group-vertical .btn, .btn-group-vertical .btn-group .btn-primary {
  border-top-color: #96a0ad !important;
}
/* line 77, scss/bootflat/_button_group.scss */
.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;
}
/* line 85, scss/bootflat/_button_group.scss */
.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;
}
/* line 93, scss/bootflat/_button_group.scss */
.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;
}
/* line 101, scss/bootflat/_button_group.scss */
.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;
}
/* line 109, scss/bootflat/_button_group.scss */
.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;
}
/* line 117, scss/bootflat/_button_group.scss */
.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
 * --------------------------------------------------
 */
/* line 22, scss/bootflat/_label_badge.scss */
.label,
.badge {
  background-color: #AAB2BD;
}

/* line 27, scss/bootflat/_label_badge.scss */
.label-default,
.badge-default {
  border: 1px solid #AAB2BD;
  background-color: #FFF;
  color: #434A54;
}

/* line 34, scss/bootflat/_label_badge.scss */
.label-primary,
.badge-primary {
  border-color: #3BAFDA;
  background-color: #3BAFDA;
}

/* line 40, scss/bootflat/_label_badge.scss */
.label-success,
.badge-success {
  border-color: #8CC152;
  background-color: #8CC152;
}

/* line 46, scss/bootflat/_label_badge.scss */
.label-danger,
.badge-danger {
  border-color: #DA4453;
  background-color: #DA4453;
}

/* line 52, scss/bootflat/_label_badge.scss */
.label-warning,
.badge-warning {
  border-color: #F6BB42;
  background-color: #F6BB42;
}

/* line 58, scss/bootflat/_label_badge.scss */
.label-info,
.badge-info {
  border-color: #37BC9B;
  background-color: #37BC9B;
}

/**
 * tooltip
 * --------------------------------------------------
 */
/* line 18, scss/bootflat/_tooltip.scss */
.tooltip-inner {
  color: #FFF;
  background-color: #434A54;
}
/* line 22, scss/bootflat/_tooltip.scss */
.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
  border-top-color: #434A54;
}
/* line 27, scss/bootflat/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  border-right-color: #434A54;
}
/* line 30, scss/bootflat/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  border-left-color: #434A54;
}
/* line 33, scss/bootflat/_tooltip.scss */
.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #434A54;
}

/**
 * popover
 * --------------------------------------------------
 */
/* line 18, scss/bootflat/_popover.scss */
.popover {
  background-color: #434A54;
  color: #FFF;
  border-color: #434A54;
}
/* line 23, scss/bootflat/_popover.scss */
.popover-title {
  padding-bottom: 0;
  font-weight: bold;
  color: #AAB2BD;
  background-color: transparent;
  border-bottom: none;
}
/* line 30, scss/bootflat/_popover.scss */
.popover.top .arrow, .popover.top .arrow:after {
  border-top-color: #434A54;
}
/* line 34, scss/bootflat/_popover.scss */
.popover.right .arrow, .popover.right .arrow:after {
  border-right-color: #434A54;
}
/* line 38, scss/bootflat/_popover.scss */
.popover.bottom .arrow, .popover.bottom .arrow:after {
  border-bottom-color: #434A54;
}
/* line 42, scss/bootflat/_popover.scss */
.popover.left .arrow, .popover.left .arrow:after {
  border-left-color: #434A54;
}

/**
 * progress
 * --------------------------------------------------
 */
/* line 19, scss/bootflat/_progress.scss */
.progress {
  background-color: #E6E9ED;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 23, scss/bootflat/_progress.scss */
.progress-bar {
  background-color: #3BAFDA;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 27, scss/bootflat/_progress.scss */
.progress-bar-success {
  background-color: #8CC152;
}
/* line 30, scss/bootflat/_progress.scss */
.progress-bar-info {
  background-color: #37BC9B;
}
/* line 33, scss/bootflat/_progress.scss */
.progress-bar-warning {
  background-color: #F6BB42;
}
/* line 36, scss/bootflat/_progress.scss */
.progress-bar-danger {
  background-color: #DA4453;
}

/**
 * breadcrumb
 * --------------------------------------------------
 */
/* line 20, scss/bootflat/_breadcrumb.scss */
.breadcrumb {
  color: #434A54;
  background-color: #E6E9ED;
}
/* line 23, scss/bootflat/_breadcrumb.scss */
.breadcrumb > .active {
  color: #434A54;
}
/* line 26, scss/bootflat/_breadcrumb.scss */
.breadcrumb a {
  color: #3BAFDA;
}

/* line 31, scss/bootflat/_breadcrumb.scss */
.breadcrumb-arrow {
  padding: 0;
  list-style: none;
  background-color: #E6E9ED;
  height: 36px;
  line-height: 36px;
}
/* line 38, scss/bootflat/_breadcrumb.scss */
.breadcrumb-arrow li:first-child a {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
/* line 41, scss/bootflat/_breadcrumb.scss */
.breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
  display: inline-block;
  vertical-align: top;
}
/* line 47, scss/bootflat/_breadcrumb.scss */
.breadcrumb-arrow li:not(:first-child) {
  margin-left: -5px;
}
/* line 50, scss/bootflat/_breadcrumb.scss */
.breadcrumb-arrow li + li:before {
  padding: 0;
  content: "";
}
/* line 54, scss/bootflat/_breadcrumb.scss */
.breadcrumb-arrow li span {
  padding: 0 10px;
}
/* line 57, scss/bootflat/_breadcrumb.scss */
.breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
  padding: 0 10px 0 25px;
  height: 36px;
  line-height: 36px;
}
/* line 63, scss/bootflat/_breadcrumb.scss */
.breadcrumb-arrow li:first-child a {
  padding: 0 10px;
}
/* line 66, scss/bootflat/_breadcrumb.scss */
.breadcrumb-arrow li a {
  position: relative;
  border: 1px solid #3BAFDA;
  color: #FFF;
  background-color: #3BAFDA;
  text-decoration: none;
}
/* line 73, scss/bootflat/_breadcrumb.scss */
.breadcrumb-arrow li:first-child a {
  padding-left: 10px;
}
/* line 76, scss/bootflat/_breadcrumb.scss */
.breadcrumb-arrow li a:before, .breadcrumb-arrow li a:after {
  position: absolute;
  top: -1px;
  content: '';
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}
/* line 86, scss/bootflat/_breadcrumb.scss */
.breadcrumb-arrow li a:before {
  right: -10px;
  border-left-width: 11px;
  border-left-style: solid;
  border-left-color: #3BAFDA;
  z-index: 3;
}
/* line 93, scss/bootflat/_breadcrumb.scss */
.breadcrumb-arrow li a:after {
  right: -11px;
  border-left: 11px solid #2494be;
  z-index: 2;
}
/* line 98, scss/bootflat/_breadcrumb.scss */
.breadcrumb-arrow li a:hover, .breadcrumb-arrow li a:focus {
  background-color: #4FC1E9;
  border: 1px solid #4FC1E9;
}
/* line 103, scss/bootflat/_breadcrumb.scss */
.breadcrumb-arrow li a:hover:before, .breadcrumb-arrow li a:focus:before {
  border-left-color: #4FC1E9;
}
/* line 107, scss/bootflat/_breadcrumb.scss */
.breadcrumb-arrow li a:active {
  background-color: #2494be;
  border: 1px solid #2494be;
}
/* line 111, scss/bootflat/_breadcrumb.scss */
.breadcrumb-arrow li a:active:before, .breadcrumb-arrow li a:active:after {
  border-left-color: #2494be;
}
/* line 115, scss/bootflat/_breadcrumb.scss */
.breadcrumb-arrow li span {
  color: #434A54;
}

/**
 * pagination
 * --------------------------------------------------
 */
/* line 22, scss/bootflat/_pagination.scss */
.pagination > li > a, .pagination > li > span {
  color: #434A54;
  background-color: #FFF;
  border-color: #CCD1D9;
}
/* line 28, scss/bootflat/_pagination.scss */
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #FFF;
  background-color: #CCD1D9;
  border-color: #CCD1D9;
}
/* line 36, scss/bootflat/_pagination.scss */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  color: #FFF;
  background-color: #8CC152;
  border-color: #8CC152;
}
/* line 46, scss/bootflat/_pagination.scss */
.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: #FFF;
  border-color: #CCD1D9;
}

/**
 * pager
 * --------------------------------------------------
 */
/**
 * form
 * --------------------------------------------------
 */
/* line 34, scss/bootflat/_form.scss */
.form-control {
  color: #434A54;
  border-color: #AAB2BD;
}
/* line 38, scss/bootflat/_form.scss */
.form-control, .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 42, scss/bootflat/_form.scss */
.form-control:focus {
  border-color: #3BAFDA;
}
/* line 45, scss/bootflat/_form.scss */
.form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder {
  color: #E6E9ED;
}
/* line 51, scss/bootflat/_form.scss */
.form-control.disabled, .form-control[disabled] {
  border-color: #E6E9ED;
  background-color: #E6E9ED;
}

/* line 59, scss/bootflat/_form.scss */
.input-group-btn .btn + .btn {
  border-width: 1px;
  border-style: solid;
  border-color: #96a0ad;
}
/* line 64, scss/bootflat/_form.scss */
.input-group-btn .btn + .btn.btn-default {
  border-color: #ededed;
}
/* line 67, scss/bootflat/_form.scss */
.input-group-btn .btn + .btn.btn-primary {
  border-color: #269ecb;
}
/* line 70, scss/bootflat/_form.scss */
.input-group-btn .btn + .btn.btn-info {
  border-color: #2fa084;
}
/* line 73, scss/bootflat/_form.scss */
.input-group-btn .btn + .btn.btn-success {
  border-color: #7ab03f;
}
/* line 76, scss/bootflat/_form.scss */
.input-group-btn .btn + .btn.btn-warning {
  border-color: #f4af20;
}
/* line 79, scss/bootflat/_form.scss */
.input-group-btn .btn + .btn.btn-danger {
  border-color: #d1293a;
}

/* line 84, scss/bootflat/_form.scss */
.input-group-addon {
  background-color: #AAB2BD;
  border-color: #96a0ad;
  color: #FFF;
}
/* line 89, scss/bootflat/_form.scss */
.input-group-addon .radio, .input-group-addon .checkbox {
  margin: -3px 0 -4px !important;
}

/* line 96, scss/bootflat/_form.scss */
.form-search .search-query, .form-search .search-query:first-child, .form-search .search-query:last-child {
  padding: 0 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
}
/* line 102, scss/bootflat/_form.scss */
.input-group .form-control:last-child {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
/* line 107, scss/bootflat/_form.scss */
.input-group .form-control:first-child {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
/* line 111, scss/bootflat/_form.scss */
.form-search .btn {
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
}

/* line 116, scss/bootflat/_form.scss */
.search-only {
  position: relative;
}
/* line 118, scss/bootflat/_form.scss */
.search-only .search-icon {
  position: absolute;
  top: 2px;
  left: 8.5px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 17px;
  color: #E6E9ED;
  z-index: 20;
}
/* line 129, scss/bootflat/_form.scss */
.search-only .form-control:last-child {
  padding-left: 40px;
}

/* line 135, scss/bootflat/_form.scss */
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
  color: #8CC152;
}
/* line 143, scss/bootflat/_form.scss */
.has-success .form-control {
  border-color: #8CC152;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 147, scss/bootflat/_form.scss */
.has-success .form-control:focus {
  border-color: #8CC152;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 151, scss/bootflat/_form.scss */
.has-success .input-group-addon {
  background-color: #8CC152;
  border-color: #8CC152;
}
/* line 155, scss/bootflat/_form.scss */
.has-success .form-control-feedback {
  color: #8CC152;
}

/* line 160, scss/bootflat/_form.scss */
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
  color: #F6BB42;
}
/* line 168, scss/bootflat/_form.scss */
.has-warning .form-control {
  border-color: #F6BB42;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 172, scss/bootflat/_form.scss */
.has-warning .form-control:focus {
  border-color: #F6BB42;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 176, scss/bootflat/_form.scss */
.has-warning .input-group-addon {
  background-color: #F6BB42;
  border-color: #F6BB42;
}
/* line 180, scss/bootflat/_form.scss */
.has-warning .form-control-feedback {
  color: #F6BB42;
}

/* line 185, scss/bootflat/_form.scss */
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  color: #DA4453;
}
/* line 193, scss/bootflat/_form.scss */
.has-error .form-control {
  border-color: #DA4453;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 197, scss/bootflat/_form.scss */
.has-error .form-control:focus {
  border-color: #DA4453;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 201, scss/bootflat/_form.scss */
.has-error .input-group-addon {
  background-color: #DA4453;
  border-color: #DA4453;
}
/* line 205, scss/bootflat/_form.scss */
.has-error .form-control-feedback {
  color: #DA4453;
}

/**
 * stepper
 * --------------------------------------------------
 */
/* line 19, scss/bootflat/_stepper.scss */
.stepper .stepper-input {
  overflow: hidden;
  -moz-appearance: textfield;
}
/* line 23, scss/bootflat/_stepper.scss */
.stepper .stepper-input::-webkit-inner-spin-button, .stepper .stepper-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* line 30, scss/bootflat/_stepper.scss */
.stepper .stepper-arrow {
  background-color: #3BAFDA;
  cursor: pointer;
  display: block;
  height: 50%;
  position: absolute;
  right: 15px;
  text-indent: -99999px;
  width: 20px;
}
/* line 40, scss/bootflat/_stepper.scss */
.stepper .stepper-arrow:hover, .stepper .stepper-arrow:active {
  background-color: #4FC1E9;
}
/* line 45, scss/bootflat/_stepper.scss */
.stepper .up {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  border: 1px solid #269ecb;
  top: 0;
}
/* line 50, scss/bootflat/_stepper.scss */
.stepper .down {
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  bottom: 0;
}
/* line 54, scss/bootflat/_stepper.scss */
.stepper .up::before, .stepper .down::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
/* line 63, scss/bootflat/_stepper.scss */
.stepper .up::before {
  top: 5px;
  left: 5px;
  border-bottom: 4px solid #FFF;
}
/* line 68, scss/bootflat/_stepper.scss */
.stepper .down:before {
  bottom: 5px;
  left: 6px;
  border-top: 4px solid #FFF;
}
/* line 73, scss/bootflat/_stepper.scss */
.stepper.disabled .stepper-arrow {
  background-color: #3BAFDA;
  opacity: 0.45;
  filter: alpha(opacity=45);
}

/* line 25, scss/bootflat/_selecter.scss */
.selecter {
  display: block;
  position: relative;
  max-width: 100%;
  z-index: 1;
  outline: none;
  /* Open */
  /* 'Cover' Positioning */
  /* 'Bottom' Positioning */
  /* 'Bottom' + 'Cover' Positioning */
  /* Multiple Select */
  /* 'Disabled' State */
  /* Scroller Support */
}
/* line 32, scss/bootflat/_selecter.scss */
.selecter .selecter-element {
  display: none;
  *left: -999999px;
  height: 100%;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 0;
}
/* line 42, scss/bootflat/_selecter.scss */
.selecter .selecter-element, .selecter .selecter-element:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
/* line 49, scss/bootflat/_selecter.scss */
.selecter .selecter-selected {
  background-color: #FFF;
  border: 1px solid #AAB2BD;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 6px 10px;
  position: relative;
  text-overflow: clip;
  z-index: 2;
}
/* line 61, scss/bootflat/_selecter.scss */
.selecter .selecter-selected:after {
  position: absolute;
  top: 14px;
  right: 10px;
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid #000;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
/* line 73, scss/bootflat/_selecter.scss */
.selecter .selecter-options {
  border: 1px solid #AAB2BD;
  border-width: 0 1px 1px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-color: #FFF;
  display: none;
  left: 0;
  max-height: 260px;
  overflow: auto;
  overflow-x: hidden;
  position: absolute;
  top: 100%;
  width: 100%;
  *width: auto;
  z-index: 50;
}
/* line 90, scss/bootflat/_selecter.scss */
.selecter .selecter-group {
  border-bottom: 1px solid #E6E9ED;
  color: #AAB2BD;
  background-color: #F5F7FA;
  display: block;
  font-size: 11px;
  padding: 5px 10px 4px;
  text-transform: uppercase;
}
/* line 99, scss/bootflat/_selecter.scss */
.selecter .selecter-item {
  background-color: #FFF;
  border-bottom: 1px solid #E6E9ED;
  cursor: pointer;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 6px 10px;
  text-overflow: ellipsis;
  width: 100%;
}
/* line 110, scss/bootflat/_selecter.scss */
.selecter .selecter-item.selected {
  color: #FFF;
  border-bottom-color: #4FC1E9;
  background-color: #3BAFDA;
}
/* line 115, scss/bootflat/_selecter.scss */
.selecter .selecter-item.disabled {
  color: #AAB2BD;
  cursor: default;
}
/* line 119, scss/bootflat/_selecter.scss */
.selecter .selecter-item:first-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 122, scss/bootflat/_selecter.scss */
.selecter .selecter-item:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  border-bottom: 0;
}
/* line 128, scss/bootflat/_selecter.scss */
.selecter .selecter-item:hover {
  background-color: #E6E9ED;
}
/* line 131, scss/bootflat/_selecter.scss */
.selecter .selecter-item.selected:hover {
  background-color: #3BAFDA;
}
/* line 135, scss/bootflat/_selecter.scss */
.selecter .selecter-item.disabled:hover, .selecter:hover .selecter-selected, .selecter.disabled .selecter-item:hover {
  background-color: #FFF;
}
/* line 142, scss/bootflat/_selecter.scss */
.selecter.open {
  outline: 0;
  z-index: 3;
}
/* line 146, scss/bootflat/_selecter.scss */
.selecter.open .selecter-selected {
  border: 1px solid #3BAFDA;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  z-index: 51;
}
/* line 153, scss/bootflat/_selecter.scss */
.selecter.open .selecter-selected, .selecter.focus .selecter-selected {
  background-color: #FFF;
}
/* line 160, scss/bootflat/_selecter.scss */
.selecter.cover .selecter-options {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-width: 1px;
  top: 0;
}
/* line 165, scss/bootflat/_selecter.scss */
.selecter.cover .selecter-options .selecter-item.first {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
/* line 171, scss/bootflat/_selecter.scss */
.selecter.cover.open .selecter-selected {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  z-index: 49;
}
/* line 180, scss/bootflat/_selecter.scss */
.selecter.bottom .selecter-options {
  border-width: 1px 1px 0;
  bottom: 100%;
  top: auto;
}
/* line 185, scss/bootflat/_selecter.scss */
.selecter.bottom .selecter-item:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
/* line 189, scss/bootflat/_selecter.scss */
.selecter.bottom.open .selecter-selected {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
/* line 192, scss/bootflat/_selecter.scss */
.selecter.bottom.open .selecter-options {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
/* line 199, scss/bootflat/_selecter.scss */
.selecter.bottom.cover .selecter-options {
  bottom: 0;
  top: auto;
}
/* line 203, scss/bootflat/_selecter.scss */
.selecter.bottom.cover.open .selecter-selected, .selecter.bottom.cover.open .selecter-options {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 211, scss/bootflat/_selecter.scss */
.selecter.multiple .selecter-options {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-width: 1px;
  box-shadow: none;
  display: block;
  position: static;
  width: 100%;
}
/* line 222, scss/bootflat/_selecter.scss */
.selecter.disabled .selecter-selected {
  background-color: #E6E9ED;
  border-color: #E6E9ED;
  color: #AAB2BD;
  cursor: default;
}
/* line 228, scss/bootflat/_selecter.scss */
.selecter.disabled .selecter-options {
  background-color: #E6E9ED;
  border-color: #E6E9ED;
}
/* line 232, scss/bootflat/_selecter.scss */
.selecter.disabled .selecter-group, .selecter.disabled .selecter-item {
  background-color: #E6E9ED;
  border-color: #E6E9ED;
  color: #AAB2BD;
  cursor: default;
}
/* line 239, scss/bootflat/_selecter.scss */
.selecter.disabled .selecter-item.selected {
  background-color: #3BAFDA;
  opacity: 0.45;
  filter: alpha(opacity=45);
  color: #FFF;
}
/* line 248, scss/bootflat/_selecter.scss */
.selecter .selecter-options.scroller {
  overflow: hidden;
}
/* line 251, scss/bootflat/_selecter.scss */
.selecter .selecter-options.scroller .scroller-content {
  max-height: 260px;
  padding: 0;
}

/**
 * checkbox and radio
 * --------------------------------------------------
 */
/* line 14, scss/bootflat/_checkbox_radio.scss */
.checkbox, .radio {
  margin-top: 0;
  padding-left: 0;
}

/* line 18, scss/bootflat/_checkbox_radio.scss */
.checkbox label, .radio label {
  position: relative;
  top: 2px;
  padding-left: 5px;
}

/* line 23, scss/bootflat/_checkbox_radio.scss */
.icheckbox_flat,
.iradio_flat {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0 !important;
  width: 20px;
  height: 20px;
  background: url("../bootflat/img/check_flat/default.png") no-repeat;
  border: none;
  cursor: pointer;
}

/* line 37, scss/bootflat/_checkbox_radio.scss */
.icheckbox_flat {
  background-position: 0 0;
}
/* line 40, scss/bootflat/_checkbox_radio.scss */
.icheckbox_flat.checked {
  background-position: -22px 0;
}
/* line 43, scss/bootflat/_checkbox_radio.scss */
.icheckbox_flat.disabled {
  background-position: -44px 0;
  cursor: default;
}
/* line 47, scss/bootflat/_checkbox_radio.scss */
.icheckbox_flat.checked.disabled {
  background-position: -66px 0;
}

/* line 52, scss/bootflat/_checkbox_radio.scss */
.iradio_flat {
  background-position: -88px 0;
}
/* line 55, scss/bootflat/_checkbox_radio.scss */
.iradio_flat.checked {
  background-position: -110px 0;
}
/* line 58, scss/bootflat/_checkbox_radio.scss */
.iradio_flat.disabled {
  background-position: -132px 0;
  cursor: default;
}
/* line 62, scss/bootflat/_checkbox_radio.scss */
.iradio_flat.checked.disabled {
  background-position: -154px 0;
}

/**
 * toggle
 * --------------------------------------------------
 */
/* line 33, scss/bootflat/_toggle.scss */
.toggle {
  height: 32px;
}
/* line 36, scss/bootflat/_toggle.scss */
.toggle input[type="checkbox"], .toggle input[type="radio"] {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  text-indent: -100000px;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 46, scss/bootflat/_toggle.scss */
.toggle .handle {
  display: block;
  position: relative;
  top: -20px;
  left: 0;
  width: 50px;
  height: 32px;
  background-color: #FFF;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  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;
}
/* line 57, scss/bootflat/_toggle.scss */
.toggle .handle:before, .toggle .handle:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  display: block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: #FFF;
  -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;
}
/* line 73, scss/bootflat/_toggle.scss */
.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 {
  opacity: 0.6;
  filter: alpha(opacity=60);
  background-color: #E6E9ED;
}
/* line 83, scss/bootflat/_toggle.scss */
.toggle input[type="checkbox"]:checked + .handle:before, .toggle input[type="radio"]:checked + .handle:before {
  width: 50px;
  background-color: #A0D468;
}
/* line 88, scss/bootflat/_toggle.scss */
.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
 * --------------------------------------------------
 */
/* line 21, scss/bootflat/_calendar.scss */
.calendar {
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #FFF;
  background-color: #fd9883;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
/* line 28, scss/bootflat/_calendar.scss */
.calendar .unit {
  float: left;
  width: 14.28%;
  text-align: center;
}
/* line 36, scss/bootflat/_calendar.scss */
.calendar .years .prev {
  text-align: left;
}
/* line 39, scss/bootflat/_calendar.scss */
.calendar .years .next {
  text-align: right;
}
/* line 42, scss/bootflat/_calendar.scss */
.calendar .years .prev em, .calendar .years .next em {
  position: relative;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #FFF;
  width: 34px;
  height: 34px;
  cursor: pointer;
}
/* line 52, scss/bootflat/_calendar.scss */
.calendar .years .prev em:before, .calendar .years .next em:before {
  position: absolute;
  display: block;
  content: "";
  margin-top: 6px;
  border-style: solid;
  border-width: 7px;
  width: 0;
  height: 0;
  font-size: 0;
}
/* line 64, scss/bootflat/_calendar.scss */
.calendar .years .prev em:before {
  top: 3px;
  left: 4px;
  border-color: transparent #FFF transparent transparent;
}
/* line 69, scss/bootflat/_calendar.scss */
.calendar .years .next em:before {
  top: 3px;
  left: 13px;
  border-color: transparent transparent transparent #FFF;
}
/* line 74, scss/bootflat/_calendar.scss */
.calendar .years .prev em:hover, .calendar .years .next em:hover, .calendar .years .prev em:active, .calendar .years .next em:active {
  border-color: #E9573F;
}
/* line 80, scss/bootflat/_calendar.scss */
.calendar .years .prev em:hover:before, .calendar .years .prev em:active:before {
  border-color: transparent #E9573F transparent transparent;
}
/* line 85, scss/bootflat/_calendar.scss */
.calendar .years .next em:hover:before, .calendar .years .next em:active:before {
  border-color: transparent transparent transparent #E9573F;
}
/* line 90, scss/bootflat/_calendar.scss */
.calendar .years .monyear {
  float: left;
  width: 71.42%;
  text-align: center;
  height: 34px;
  line-height: 34px;
}
/* line 99, scss/bootflat/_calendar.scss */
.calendar .days {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ee7f6d;
}
/* line 103, scss/bootflat/_calendar.scss */
.calendar .days .unit {
  margin-bottom: 3px;
  text-align: center;
  height: 34px;
  line-height: 34px;
}
/* line 109, scss/bootflat/_calendar.scss */
.calendar .days .unit b {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-weight: normal;
  width: 34px;
  height: 34px;
}
/* line 115, scss/bootflat/_calendar.scss */
.calendar .days .unit:hover b, .calendar .days .unit:active b, .calendar .days .unit.active b {
  display: inline-block;
  background-color: #FFF;
  color: #E9573F;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 124, scss/bootflat/_calendar.scss */
.calendar .days .unit.older b {
  color: #E9573F;
  background-color: transparent;
  cursor: default;
  width: auto;
  height: auto;
}

/**
 * pricing
 * --------------------------------------------------
 */
/* line 26, scss/bootflat/_pricing.scss */
.pricing ul {
  list-style: none;
  padding: 0;
}
/* line 31, scss/bootflat/_pricing.scss */
.pricing .unit {
  position: relative;
  display: inline-block;
  text-align: center;
  min-width: 250px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
/* line 39, scss/bootflat/_pricing.scss */
.pricing .unit.active {
  top: 5px;
  margin-left: -36px;
  margin-right: -36px;
  z-index: 1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
/* line 46, scss/bootflat/_pricing.scss */
.pricing .unit.active .price-title h3 {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  /* line 53, scss/bootflat/_pricing.scss */
  .pricing .unit {
    display: block;
    margin-bottom: 20px;
  }
  /* line 57, scss/bootflat/_pricing.scss */
  .pricing .unit.active {
    top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 62, scss/bootflat/_pricing.scss */
  .pricing .unit.active .price-title h3 {
    font-size: 30px;
  }
}
/* line 69, scss/bootflat/_pricing.scss */
.pricing .price-title {
  padding: 20px 20px 10px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  color: #FFF;
}
/* line 75, scss/bootflat/_pricing.scss */
.pricing .price-title h3, .pricing .price-title h3 > p {
  margin: 0;
}
/* line 81, scss/bootflat/_pricing.scss */
.pricing .price-body {
  padding: 20px 20px 10px;
}
/* line 84, scss/bootflat/_pricing.scss */
.pricing .price-body ul {
  padding-top: 10px;
}
/* line 88, scss/bootflat/_pricing.scss */
.pricing .price-body li {
  margin-bottom: 10px;
}
/* line 92, scss/bootflat/_pricing.scss */
.pricing .price-body h4 {
  margin: 0;
}
/* line 97, scss/bootflat/_pricing.scss */
.pricing .price-foot {
  padding: 20px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  background-color: #E6E9ED;
}
/* line 106, scss/bootflat/_pricing.scss */
.pricing .price-primary .price-title {
  background-color: #4FC1E9;
}
/* line 109, scss/bootflat/_pricing.scss */
.pricing .price-primary .price-body {
  background-color: #d7f1fa;
}
/* line 111, scss/bootflat/_pricing.scss */
.pricing .price-primary .price-body ul {
  border-top: 1px solid #aae1f4;
}
/* line 117, scss/bootflat/_pricing.scss */
.pricing .price-success .price-title {
  background-color: #A0D468;
}
/* line 120, scss/bootflat/_pricing.scss */
.pricing .price-success .price-body {
  background-color: #ebf6df;
}
/* line 122, scss/bootflat/_pricing.scss */
.pricing .price-success .price-body ul {
  border-top: 1px solid #d2ebb7;
}
/* line 128, scss/bootflat/_pricing.scss */
.pricing .price-warning .price-title {
  background-color: #FFCE54;
}
/* line 131, scss/bootflat/_pricing.scss */
.pricing .price-warning .price-body {
  background-color: #fffaed;
}
/* line 133, scss/bootflat/_pricing.scss */
.pricing .price-warning .price-body ul {
  border-top: 1px solid #ffebba;
}

/**
 * alert
 * --------------------------------------------------
 */
/* line 24, scss/bootflat/_alert.scss */
.alert h4 {
  margin-bottom: 10px;
  font-weight: bold;
}
/* line 29, scss/bootflat/_alert.scss */
.alert-dismissable .close {
  color: #000;
}
/* line 33, scss/bootflat/_alert.scss */
.alert-info {
  background-color: #7cd1ef;
  border: #4FC1E9;
}
/* line 37, scss/bootflat/_alert.scss */
.alert-warning {
  background-color: #ffdd87;
  border: #FFCE54;
}
/* line 41, scss/bootflat/_alert.scss */
.alert-danger {
  background-color: #f2838f;
  border: #ED5565;
}
/* line 45, scss/bootflat/_alert.scss */
.alert-success {
  background-color: #b9df90;
  border: #A0D468;
}
/* line 50, scss/bootflat/_alert.scss */
.alert .alert-link {
  cursor: pointer;
  text-decoration: underline;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
/* line 54, scss/bootflat/_alert.scss */
.alert .alert-link:hover, .alert .alert-link:focus {
  opacity: 0.45;
  filter: alpha(opacity=45);
}
/* line 60, scss/bootflat/_alert.scss */
.alert .btn-link, .alert .btn-link:hover, .alert .btn-link:focus {
  color: #000;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
/* line 66, scss/bootflat/_alert.scss */
.alert .btn-link:focus, .alert .btn-link:hover {
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/**
 * tab
 * --------------------------------------------------
 */
/* line 22, scss/bootflat/_tab.scss */
.nav-tabs {
  border-bottom: none;
  background-color: #E6E9ED;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
/* line 27, scss/bootflat/_tab.scss */
.nav-tabs > li {
  margin-bottom: 0;
  border-left: 1px solid #CCD1D9;
}
/* line 31, scss/bootflat/_tab.scss */
.nav-tabs > li:first-child {
  border-left: none;
}
/* line 34, scss/bootflat/_tab.scss */
.nav-tabs > li > a {
  margin-right: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #434A54;
}
/* line 40, scss/bootflat/_tab.scss */
.nav-tabs > li:first-child > a {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
/* line 43, scss/bootflat/_tab.scss */
.nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
  border: none;
  background-color: #F5F7FA;
}
/* line 48, scss/bootflat/_tab.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border: none;
  background-color: #FFF !important;
}
/* line 55, scss/bootflat/_tab.scss */
.nav-tabs .dropdown-toggle, .nav-tabs .dropdown-toggle:hover, .nav-tabs .dropdown-toggle:focus {
  color: #434A54;
}
/* line 61, scss/bootflat/_tab.scss */
.nav-tabs li.dropdown.open .dropdown-toggle {
  color: #434A54;
  background-color: #F5F7FA;
}
/* line 65, scss/bootflat/_tab.scss */
.nav-tabs li.dropdown.active.open .dropdown-toggle {
  color: #434A54;
}
/* line 68, scss/bootflat/_tab.scss */
.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;
}
/* line 73, scss/bootflat/_tab.scss */
.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;
}
/* line 84, scss/bootflat/_tab.scss */
.nav-tabs.nav-justified > li > a {
  margin-bottom: 0;
  text-align: center;
}
/* line 88, scss/bootflat/_tab.scss */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
/* line 92, scss/bootflat/_tab.scss */
.nav-tabs.nav-justified > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 95, scss/bootflat/_tab.scss */
.nav-tabs.nav-justified > li:first-child > a {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
/* line 98, scss/bootflat/_tab.scss */
.nav-tabs.nav-justified > li:last-child > a {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
/* line 101, scss/bootflat/_tab.scss */
.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) {
  /* line 107, scss/bootflat/_tab.scss */
  .nav-tabs.nav-justified > li > a {
    border-bottom: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  /* line 111, scss/bootflat/_tab.scss */
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom: none;
  }
}
/* line 118, scss/bootflat/_tab.scss */
.tab-content {
  padding: 10px;
}

/* line 124, scss/bootflat/_tab.scss */
.tabs-below .nav-tabs {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
/* line 127, scss/bootflat/_tab.scss */
.tabs-below .nav-tabs > li:first-child > a {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
/* line 130, scss/bootflat/_tab.scss */
.tabs-below .nav-tabs.nav-justified > li:last-child > a {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}

/* line 135, scss/bootflat/_tab.scss */
.tabs-left .nav-tabs > li,
.tabs-right .nav-tabs > li {
  float: none;
  border-left: none;
  border-top: 1px solid #CCD1D9;
}

/* line 141, scss/bootflat/_tab.scss */
.tabs-left .nav-tabs > li:first-child,
.tabs-right .nav-tabs > li:first-child {
  border-top: none;
}

/* line 145, scss/bootflat/_tab.scss */
.tabs-left .nav-tabs > li > a,
.tabs-right .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
}

/* line 151, scss/bootflat/_tab.scss */
.tabs-left .nav-tabs {
  float: left;
  margin-right: 19px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
/* line 156, scss/bootflat/_tab.scss */
.tabs-left .nav-tabs > li:first-child > a {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
/* line 159, scss/bootflat/_tab.scss */
.tabs-left .nav-tabs > li:last-child > a {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}

/* line 164, scss/bootflat/_tab.scss */
.tabs-right .nav-tabs {
  float: right;
  margin-left: 19px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
/* line 169, scss/bootflat/_tab.scss */
.tabs-right .nav-tabs > li:first-child > a {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
/* line 172, scss/bootflat/_tab.scss */
.tabs-right .nav-tabs > li:last-child > a {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}

/**
 * pill
 * --------------------------------------------------
 */
/* line 19, scss/bootflat/_pill.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #FFF;
  background-color: #3BAFDA;
}
/* line 25, scss/bootflat/_pill.scss */
.nav-pills > li > a {
  color: #3BAFDA;
}
/* line 28, scss/bootflat/_pill.scss */
.nav-pills > li > a:hover {
  color: #434A54;
  background-color: #E6E9ED;
}
/* line 32, scss/bootflat/_pill.scss */
.nav-pills > .active > a > .badge {
  color: #3BAFDA;
}
/* line 35, scss/bootflat/_pill.scss */
.nav-pills .open > a, .nav-pills .open > a:focus, .nav-pills .open > a:hover {
  color: #434A54;
  background-color: #E6E9ED;
}

/**
 * navbar
 * --------------------------------------------------
 */
/* line 20, scss/bootflat/_navbar.scss */
.navbar-form {
  padding: 0 !important;
}

/* line 25, scss/bootflat/_navbar.scss */
.navbar-default {
  background-color: #37BC9B;
  border-color: #37BC9B;
}
/* line 29, scss/bootflat/_navbar.scss */
.navbar-default .navbar-brand, .navbar-default .navbar-link, .navbar-default .btn-link {
  color: #26816a;
}
/* line 34, scss/bootflat/_navbar.scss */
.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: #FFF;
  background-color: transparent;
}
/* line 42, scss/bootflat/_navbar.scss */
.navbar-default .navbar-text, .navbar-default .navbar-nav > li > a {
  color: #26816a;
}
/* line 46, scss/bootflat/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #FFF;
}
/* line 50, scss/bootflat/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #FFF;
  background-color: #48CFAD;
}
/* line 56, scss/bootflat/_navbar.scss */
.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;
}
/* line 66, scss/bootflat/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #26816a;
  background-color: #26816a;
}
/* line 70, scss/bootflat/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  border-color: #2b957a;
  background-color: #2b957a;
}
/* line 75, scss/bootflat/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #37BC9B;
}
/* line 78, scss/bootflat/_navbar.scss */
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #48CFAD;
}
/* line 84, scss/bootflat/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #FFF;
  background-color: #37BC9B;
}
@media (max-width: 767px) {
  /* line 92, scss/bootflat/_navbar.scss */
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #48CFAD;
  }
  /* line 96, scss/bootflat/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .divider {
    background-color: #48CFAD;
  }
  /* line 99, scss/bootflat/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #26816a;
  }
  /* line 102, scss/bootflat/_navbar.scss */
  .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: #FFF;
    background-color: #48CFAD;
  }
  /* line 110, scss/bootflat/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .dropdown-header {
    color: #26816a;
  }
  /* line 113, scss/bootflat/_navbar.scss */
  .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;
  }
}

/* line 122, scss/bootflat/_navbar.scss */
.navbar-inverse {
  background-color: #333333;
  border-color: #333333;
}
/* line 126, scss/bootflat/_navbar.scss */
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-link, .navbar-inverse .btn-link {
  color: #8c8c8c;
}
/* line 131, scss/bootflat/_navbar.scss */
.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: #FFF;
  background-color: transparent;
}
/* line 139, scss/bootflat/_navbar.scss */
.navbar-inverse .navbar-text, .navbar-inverse .navbar-nav > li > a {
  color: #8c8c8c;
}
/* line 143, scss/bootflat/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #FFF;
}
/* line 147, scss/bootflat/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #FFF;
  background-color: #000;
}
/* line 153, scss/bootflat/_navbar.scss */
.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: #666666;
  background-color: transparent;
}
/* line 163, scss/bootflat/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #000;
  background-color: #000;
}
/* line 167, scss/bootflat/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  border-color: #1a1a1a;
  background-color: #1a1a1a;
}
/* line 172, scss/bootflat/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #8c8c8c;
}
/* line 175, scss/bootflat/_navbar.scss */
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #000;
}
/* line 179, scss/bootflat/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #FFF;
  background-color: #000;
}
@media (max-width: 767px) {
  /* line 187, scss/bootflat/_navbar.scss */
  .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background-color: #000;
  }
  /* line 191, scss/bootflat/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .divider {
    background-color: #000;
  }
  /* line 194, scss/bootflat/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #8c8c8c;
  }
  /* line 197, scss/bootflat/_navbar.scss */
  .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: #FFF;
    background-color: #000;
  }
  /* line 205, scss/bootflat/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    color: #bfbfbf;
  }
  /* line 208, scss/bootflat/_navbar.scss */
  .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: #666666;
  }
}

/**
 * list
 * --------------------------------------------------
 */
/* line 36, scss/bootflat/_list.scss */
.list-group {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
/* line 39, scss/bootflat/_list.scss */
.list-group-item {
  border-color: transparent;
  border-top-color: #E6E9ED;
}
/* line 42, scss/bootflat/_list.scss */
.list-group-item:first-child {
  border-top: none;
}
/* line 45, scss/bootflat/_list.scss */
.list-group-item-heading {
  color: #434A54;
}

/* line 52, scss/bootflat/_list.scss */
a.list-group-item {
  color: #434A54;
}
/* line 55, scss/bootflat/_list.scss */
a.list-group-item .list-group-item-heading {
  font-size: 16px;
  color: #434A54;
}
/* line 60, scss/bootflat/_list.scss */
a.list-group-item:hover, a.list-group-item:focus {
  background-color: #E6E9ED;
}
/* line 64, scss/bootflat/_list.scss */
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  background-color: #4FC1E9;
  border-color: #4FC1E9;
}
/* line 70, scss/bootflat/_list.scss */
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: #FFF;
}

/* line 76, scss/bootflat/_list.scss */
.list-group-item-primary {
  color: #22b1e3;
  border-color: #3BAFDA transparent transparent transparent;
  background-color: #4FC1E9;
}
/* line 80, scss/bootflat/_list.scss */
.list-group-item-primary:first-child {
  border-color: transparent;
}
/* line 83, scss/bootflat/_list.scss */
a.list-group-item-primary {
  color: #126d8d;
}
/* line 85, scss/bootflat/_list.scss */
a.list-group-item-primary:hover, a.list-group-item-primary:focus {
  color: #FFF;
  background-color: #3BAFDA;
}
/* line 90, scss/bootflat/_list.scss */
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;
}

/* line 98, scss/bootflat/_list.scss */
.list-group-item-success {
  color: #87c940;
  border-color: #8CC152 transparent transparent transparent;
  background-color: #A0D468;
}
/* line 102, scss/bootflat/_list.scss */
.list-group-item-success:first-child {
  border-color: transparent;
}
/* line 105, scss/bootflat/_list.scss */
a.list-group-item-success {
  color: #537f24;
}
/* line 107, scss/bootflat/_list.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #FFF;
  background-color: #8CC152;
}
/* line 112, scss/bootflat/_list.scss */
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;
}

/* line 120, scss/bootflat/_list.scss */
.list-group-item-warning {
  color: #ffbf21;
  border-color: #F6BB42 transparent transparent transparent;
  background-color: #FFCE54;
}
/* line 124, scss/bootflat/_list.scss */
.list-group-item-warning:first-child {
  border-color: transparent;
}
/* line 127, scss/bootflat/_list.scss */
a.list-group-item-warning {
  color: #876000;
}
/* line 129, scss/bootflat/_list.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #FFF;
  background-color: #F6BB42;
}
/* line 134, scss/bootflat/_list.scss */
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;
}

/* line 142, scss/bootflat/_list.scss */
.list-group-item-info {
  color: #2fb593;
  border-color: #37BC9B transparent transparent transparent;
  background-color: #48CFAD;
}
/* line 146, scss/bootflat/_list.scss */
.list-group-item-info:first-child {
  border-color: transparent;
}
/* line 149, scss/bootflat/_list.scss */
a.list-group-item-info {
  color: #1a6451;
}
/* line 151, scss/bootflat/_list.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #FFF;
  background-color: #37BC9B;
}
/* line 156, scss/bootflat/_list.scss */
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;
}

/* line 164, scss/bootflat/_list.scss */
.list-group-item-danger {
  color: #e8273b;
  border-color: #DA4453 transparent transparent transparent;
  background-color: #ED5565;
}
/* line 168, scss/bootflat/_list.scss */
.list-group-item-danger:first-child {
  border-color: transparent;
}
/* line 171, scss/bootflat/_list.scss */
a.list-group-item-danger {
  color: #99101f;
}
/* line 173, scss/bootflat/_list.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #FFF;
  background-color: #DA4453;
}
/* line 178, scss/bootflat/_list.scss */
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
 * --------------------------------------------------
 */
/* line 16, scss/bootflat/_media_list.scss */
.media-list {
  color: #AAB2BD;
}
/* line 18, scss/bootflat/_media_list.scss */
.media-heading {
  font-size: 14px;
  color: #434A54;
}

/**
 * modal
 * --------------------------------------------------
 */
/* line 20, scss/bootflat/_modal.scss */
.modal-content {
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #434A54;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
/* line 26, scss/bootflat/_modal.scss */
.modal-header {
  border-bottom: none;
}
/* line 29, scss/bootflat/_modal.scss */
.modal-body {
  padding: 0 15px;
}
/* line 32, scss/bootflat/_modal.scss */
.modal-footer {
  border-top: none;
}

/**
 * well
 * --------------------------------------------------
 */
/* line 22, scss/bootflat/_well.scss */
.well {
  padding: 10px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #434A54;
  background-color: #FFF;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
/* line 30, scss/bootflat/_well.scss */
.well blockquote {
  border-color: #CCD1D9;
}
/* line 33, scss/bootflat/_well.scss */
.well-lg {
  padding: 20px;
}
/* line 36, scss/bootflat/_well.scss */
.well-sm {
  padding: 5px;
}

/**
 * thumbnail
 * --------------------------------------------------
 */
/* line 18, scss/bootflat/_thumbnail.scss */
.thumbnail {
  border: none;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
/* line 22, scss/bootflat/_thumbnail.scss */
.thumbnail a > img, .thumbnail > img {
  width: 100%;
}
/* line 26, scss/bootflat/_thumbnail.scss */
.thumbnail .caption {
  font-size: 14px;
}
/* line 30, scss/bootflat/_thumbnail.scss */
.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
 * --------------------------------------------------
 */
/* line 20, scss/bootflat/_jumbotron.scss */
.jumbotron {
  margin-bottom: 20px;
  padding: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #FFF;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
/* line 27, scss/bootflat/_jumbotron.scss */
.container .jumbotron {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 31, scss/bootflat/_jumbotron.scss */
.jumbotron > .jumbotron-photo img {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  width: 100%;
}
/* line 36, scss/bootflat/_jumbotron.scss */
.jumbotron .jumbotron-contents {
  padding: 20px;
  color: #434A54;
}
/* line 40, scss/bootflat/_jumbotron.scss */
.jumbotron .carousel, .jumbotron .carousel-inner, .jumbotron .carousel-inner > .item.active img {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
/* line 45, scss/bootflat/_jumbotron.scss */
.jumbotron .carousel-inner > .item > a > img,
.jumbotron .carousel-inner > .item > img {
  width: 100%;
}
/* line 49, scss/bootflat/_jumbotron.scss */
.jumbotron .carousel-control.left {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
/* line 52, scss/bootflat/_jumbotron.scss */
.jumbotron .carousel-control.right {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
/* line 56, scss/bootflat/_jumbotron.scss */
.jumbotron h1, .jumbotron .h1, .jumbotron h2, .jumbotron .h2 {
  font-weight: 400;
}
/* line 61, scss/bootflat/_jumbotron.scss */
.jumbotron h1, .jumbotron .h1 {
  font-size: 28px;
}
/* line 64, scss/bootflat/_jumbotron.scss */
.jumbotron h2, .jumbotron .h2 {
  font-size: 24px;
}
/* line 67, scss/bootflat/_jumbotron.scss */
.jumbotron p {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  /* line 72, scss/bootflat/_jumbotron.scss */
  .jumbotron, .container .jumbotron {
    padding: 0;
  }
  /* line 76, scss/bootflat/_jumbotron.scss */
  .jumbotron h1, .jumbotron .h1 {
    font-size: 28px;
  }
}

/**
 * panel
 * --------------------------------------------------
 */
/* line 27, scss/bootflat/_panel.scss */
.panel {
  background-color: #FFF;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
/* line 33, scss/bootflat/_panel.scss */
.panel .list-group {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 36, scss/bootflat/_panel.scss */
.panel .list-group-item:first-child {
  border-top: 1px solid #E6E9ED;
}
/* line 40, scss/bootflat/_panel.scss */
.panel-heading {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
/* line 43, scss/bootflat/_panel.scss */
.panel-title {
  font-size: 14px;
  color: #434A54;
  font-weight: normal;
}
/* line 48, scss/bootflat/_panel.scss */
.panel-footer {
  background-color: #E6E9ED;
  border-top-color: #E6E9ED;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
/* line 54, scss/bootflat/_panel.scss */
.panel-default {
  border-color: #E6E9ED;
}
/* line 56, scss/bootflat/_panel.scss */
.panel-default > .panel-heading {
  color: #434A54;
  background-color: #E6E9ED;
  border-color: #E6E9ED;
}
/* line 62, scss/bootflat/_panel.scss */
.panel-primary {
  border-color: #3BAFDA;
}
/* line 64, scss/bootflat/_panel.scss */
.panel-primary > .panel-heading {
  color: #FFF;
  background-color: #3BAFDA;
  border-color: #3BAFDA;
}
/* line 70, scss/bootflat/_panel.scss */
.panel-success {
  border-color: #8CC152;
}
/* line 72, scss/bootflat/_panel.scss */
.panel-success > .panel-heading {
  color: #FFF;
  background-color: #8CC152;
  border-color: #8CC152;
}
/* line 78, scss/bootflat/_panel.scss */
.panel-info {
  border-color: #37BC9B;
}
/* line 80, scss/bootflat/_panel.scss */
.panel-info > .panel-heading {
  color: #FFF;
  background-color: #37BC9B;
  border-color: #37BC9B;
}
/* line 86, scss/bootflat/_panel.scss */
.panel-warning {
  border-color: #F6BB42;
}
/* line 88, scss/bootflat/_panel.scss */
.panel-warning > .panel-heading {
  color: #FFF;
  background-color: #F6BB42;
  border-color: #F6BB42;
}
/* line 94, scss/bootflat/_panel.scss */
.panel-danger {
  border-color: #DA4453;
}
/* line 96, scss/bootflat/_panel.scss */
.panel-danger > .panel-heading {
  color: #FFF;
  background-color: #DA4453;
  border-color: #DA4453;
}
/* line 103, scss/bootflat/_panel.scss */
.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: #FFF;
}
/* line 111, scss/bootflat/_panel.scss */
.panel > .list-group:first-child .list-group-item:first-child, .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
/* line 116, scss/bootflat/_panel.scss */
.panel > .list-group:last-child .list-group-item:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
/* line 119, scss/bootflat/_panel.scss */
.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 {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
/* line 129, scss/bootflat/_panel.scss */
.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 {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
/* line 139, scss/bootflat/_panel.scss */
.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
/* line 143, scss/bootflat/_panel.scss */
.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 {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
/* line 153, scss/bootflat/_panel.scss */
.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 {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
/* line 163, scss/bootflat/_panel.scss */
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
  border-top-color: #E6E9ED;
}

/**
 * accordion
 * --------------------------------------------------
 */
/* line 25, scss/bootflat/_accordion.scss */
.panel-group .panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 30, scss/bootflat/_accordion.scss */
.panel-group .panel + .panel {
  margin-top: 0;
}
/* line 33, scss/bootflat/_accordion.scss */
.panel-group .panel-heading {
  padding: 0;
  border-bottom-color: transparent;
}
/* line 37, scss/bootflat/_accordion.scss */
.panel-group .panel-heading + .panel-collapse .panel-body {
  padding: 15px 0;
  border-top-color: transparent;
}
/* line 41, scss/bootflat/_accordion.scss */
.panel-group .panel-title a {
  padding: 10px 0;
  display: block;
}

/* line 47, scss/bootflat/_accordion.scss */
.panel-group-lists .panel {
  border-bottom: 1px solid #E6E9ED;
  background-color: #FFF;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
/* line 52, scss/bootflat/_accordion.scss */
.panel-group-lists .panel:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
/* line 55, scss/bootflat/_accordion.scss */
.panel-group-lists .panel:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  border-bottom: none;
}
/* line 59, scss/bootflat/_accordion.scss */
.panel-group-lists .panel-heading + .panel-collapse .panel-body {
  padding: 15px;
  border-top-color: #E6E9ED;
}
/* line 63, scss/bootflat/_accordion.scss */
.panel-group-lists .panel-title a {
  padding: 10px 15px;
  color: #434A54;
}
/* line 67, scss/bootflat/_accordion.scss */
.panel-group-lists .panel-title a:hover, .panel-group-lists .panel-title a:focus, .panel-group-lists .panel-title a:active {
  color: #AAB2BD;
}

/**
 * footer
 * --------------------------------------------------
 */
/* line 21, scss/bootflat/_footer.scss */
.footer {
  padding: 40px 0;
  background-color: #434A54;
}
/* line 25, scss/bootflat/_footer.scss */
.footer-logo, .footer-nav {
  float: left;
  padding: 0 20px;
  width: 20%;
}
@media (max-width: 768px) {
  /* line 32, scss/bootflat/_footer.scss */
  .footer-logo {
    margin-bottom: 20px;
  }
  /* line 35, scss/bootflat/_footer.scss */
  .footer-logo, .footer-nav {
    float: none;
    display: block;
    width: 100%;
  }
}
/* line 42, scss/bootflat/_footer.scss */
.footer-logo {
  margin-top: -5px;
  height: 32px;
  line-height: 32px;
}
/* line 47, scss/bootflat/_footer.scss */
.footer-logo img {
  margin-right: 10px;
}
/* line 50, scss/bootflat/_footer.scss */
.footer-logo a {
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
}
/* line 55, scss/bootflat/_footer.scss */
.footer-logo a:hover, .footer-logo a:active {
  text-decoration: none;
}
/* line 60, scss/bootflat/_footer.scss */
.footer-nav .nav-title {
  margin-bottom: 15px;
  color: #E6E9ED;
}
/* line 64, scss/bootflat/_footer.scss */
.footer-nav .nav-item {
  line-height: 28px;
}
/* line 66, scss/bootflat/_footer.scss */
.footer-nav .nav-item > a {
  color: #AAB2BD;
}
/* line 69, scss/bootflat/_footer.scss */
.footer-nav .nav-item > a:hover, .footer-nav .nav-item > a:active {
  color: #CCD1D9;
  text-decoration: none;
}
/* line 75, scss/bootflat/_footer.scss */
.footer-copyright {
  color: #AAB2BD;
}

/**
 * timeline
 * --------------------------------------------------
 */
/* line 22, scss/bootflat/_timeline.scss */
.timeline dl {
  position: relative;
  top: 0;
  margin: 0;
  padding: 20px 0;
}
/* line 28, scss/bootflat/_timeline.scss */
.timeline dl:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  content: '';
  background-color: #CCD1D9;
  z-index: 100;
}
/* line 40, scss/bootflat/_timeline.scss */
.timeline dl dt {
  position: relative;
  top: 30px;
  padding: 3px 5px;
  margin: 0 auto 30px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #AAB2BD;
  font-weight: normal;
  color: #FFF;
  width: 120px;
  z-index: 200;
}
/* line 54, scss/bootflat/_timeline.scss */
.timeline dl dd {
  position: relative;
  z-index: 200;
}
/* line 57, scss/bootflat/_timeline.scss */
.timeline dl dd .circ {
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -11px;
  border: 4px solid #F5F7FA;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #4FC1E9;
  z-index: 200;
}
/* line 70, scss/bootflat/_timeline.scss */
.timeline dl dd .time {
  position: absolute;
  top: 31px;
  left: 50%;
  padding: 10px 20px;
  width: 100px;
  display: inline-block;
  color: #4FC1E9;
}
/* line 80, scss/bootflat/_timeline.scss */
.timeline dl dd .events {
  position: relative;
  margin-top: 31px;
  padding: 10px 10px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #FFF;
  width: 47%;
}
/* line 88, scss/bootflat/_timeline.scss */
.timeline dl dd .events:before {
  position: absolute;
  top: 12px;
  width: 0;
  height: 0;
  content: '';
  border-width: 6px;
  border-style: solid;
}
/* line 98, scss/bootflat/_timeline.scss */
.timeline dl dd .events .events-object {
  margin-right: 10px;
}
/* line 102, scss/bootflat/_timeline.scss */
.timeline dl dd .events .events-body {
  overflow: hidden;
  zoom: 1;
}
/* line 106, scss/bootflat/_timeline.scss */
.timeline dl dd .events .events-body .events-heading {
  margin: 0 0 10px;
  font-size: 14px;
}
/* line 115, scss/bootflat/_timeline.scss */
.timeline dl dd.pos-right .time {
  margin-left: -100px;
  text-align: right;
}
/* line 119, scss/bootflat/_timeline.scss */
.timeline dl dd.pos-right .events {
  float: right;
}
/* line 122, scss/bootflat/_timeline.scss */
.timeline dl dd.pos-right .events:before {
  left: -12px;
  border-color: transparent #FFF transparent transparent;
}
/* line 129, scss/bootflat/_timeline.scss */
.timeline dl dd.pos-left .time {
  margin-left: 0;
  text-align: left;
}
/* line 133, scss/bootflat/_timeline.scss */
.timeline dl dd.pos-left .events {
  float: left;
}
/* line 135, scss/bootflat/_timeline.scss */
.timeline dl dd.pos-left .events:before {
  right: -12px;
  border-color: transparent transparent transparent #FFF;
}

@media screen and (max-width: 767px) {
  /* line 146, scss/bootflat/_timeline.scss */
  .timeline dl:before {
    left: 60px;
  }
  /* line 149, scss/bootflat/_timeline.scss */
  .timeline dl dt {
    margin: 0 0 30px;
  }
  /* line 153, scss/bootflat/_timeline.scss */
  .timeline dl dd .circ {
    left: 60px;
  }
  /* line 156, scss/bootflat/_timeline.scss */
  .timeline dl dd .time {
    left: 0;
  }
  /* line 160, scss/bootflat/_timeline.scss */
  .timeline dl dd.pos-left .time {
    margin-left: 0;
    padding: 10px 0;
    text-align: left;
  }
  /* line 165, scss/bootflat/_timeline.scss */
  .timeline dl dd.pos-left .events {
    float: right;
    width: 84%;
  }
  /* line 168, scss/bootflat/_timeline.scss */
  .timeline dl dd.pos-left .events:before {
    left: -12px;
    border-color: transparent #FFF transparent transparent;
  }
  /* line 175, scss/bootflat/_timeline.scss */
  .timeline dl dd.pos-right .time {
    margin-left: 0;
    padding: 10px 0;
    text-align: left;
  }
  /* line 180, scss/bootflat/_timeline.scss */
  .timeline dl dd.pos-right .events {
    float: right;
    width: 84%;
  }
}
/**
 * dropdown-menu
 * --------------------------------------------------
 */
/* line 27, scss/bootflat/_dropdown.scss */
.dropdown-menu {
  border: none;
  background-color: #434A54;
}
/* line 31, scss/bootflat/_dropdown.scss */
.dropdown-menu .dropdown-header {
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 700;
  color: #AAB2BD;
}
/* line 38, scss/bootflat/_dropdown.scss */
.dropdown-menu li a {
  padding: 5px 20px;
  color: #FFF;
}
/* line 42, scss/bootflat/_dropdown.scss */
.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: #FFF;
  background-color: #656D78;
  outline: none;
}
/* line 51, scss/bootflat/_dropdown.scss */
.dropdown-menu .disabled a, .dropdown-menu .disabled a:hover, .dropdown-menu .disabled a:focus {
  color: #656D78;
  cursor: default;
}
/* line 57, scss/bootflat/_dropdown.scss */
.dropdown-menu .divider {
  background-color: #656D78;
  border-bottom: none;
}
/* line 62, scss/bootflat/_dropdown.scss */
.dropup .dropdown-menu {
  margin-bottom: 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

/**
 * dropdown-submenu
 * --------------------------------------------------
 */
/* line 71, scss/bootflat/_dropdown.scss */
.dropdown-submenu {
  position: relative;
}
/* line 74, scss/bootflat/_dropdown.scss */
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 4px;
  -moz-border-radius: 0 4px 4px 4px;
  border-radius: 0 4px 4px 4px;
}
/* line 81, scss/bootflat/_dropdown.scss */
.dropdown-submenu:hover .dropdown-menu {
  display: block;
}
/* line 84, scss/bootflat/_dropdown.scss */
.dropup .dropdown-submenu .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 4px 4px 4px 0;
  -moz-border-radius: 4px 4px 4px 0;
  border-radius: 4px 4px 4px 0;
}
/* line 91, scss/bootflat/_dropdown.scss */
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #FFF;
  margin-top: 5px;
  margin-right: -10px;
}
/* line 104, scss/bootflat/_dropdown.scss */
.dropdown-default .dropdown-submenu > a:after {
  border-left-color: #434A54;
}
/* line 107, scss/bootflat/_dropdown.scss */
.dropdown-submenu:hover a:after {
  border-left-color: #FFF;
}
/* line 110, scss/bootflat/_dropdown.scss */
.dropdown-submenu.pull-left {
  float: none;
}
/* line 113, scss/bootflat/_dropdown.scss */
.dropdown-submenu.pull-left .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 4px 0 4px 4px;
  -moz-border-radius: 4px 0 4px 4px;
  border-radius: 4px 0 4px 4px;
}

/*# sourceMappingURL=bootflat.css.map */
