.isotope-bar:after {
  content: " ";
  display: block;
  clear: both;
}

#header .btn-list, .list, .list ul, .category-list, .list2, .list-authors, .check-list, .list-news, .bar ul, .list-posts, .shar-this-block ul, .footer-holder ul, .footer-info .box .links {
  margin: 0;
  padding: 0;
  list-style: none;
}

code {
	font-size: 9px;
	display: block;
	margin:20px 0;
	padding:8px;
	border-radius: 10px;
}

/**
 * typography
 * --------------------------------------------------
 */
body {
  font-family: 'Merriweather', Helvetica, Arial, sans-serif !important;
  color: #333333;
  line-height: 22px;
  background-color: white;
}

body.home {
  background-color: #e5e5e5;
}

a {
  color: #2896d0;
  text-decoration: none;
}
a:hover, a:focus {
  color: #09547c;
  text-decoration: none;
}
a:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit !important;
  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: 0 0 15px;
}

h4,
h5,
h6 {
  margin: 0 0 15px;
}

h1,
.h1 {
  font-size: 50px;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 35px;
  }
}

h2,
.h2 {
  font-size: 40px;
}

h3,
.h3 {
  font-size: 32px;
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 18px;
    line-height: 22px;
  }
}

h4,
.h4 {
  font-size: 24px;
  margin: 0 0 23px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

blockquote {
  border-left: 3px solid #aeaeae;
}

.img-rounded {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.img-comment {
  font-size: 15px;
  line-height: 1.2;
  font-style: italic;
  margin: 24px 0;
}

/**
 * button
 * --------------------------------------------------
 */
.btn {
  color: white;
  font: bold 12px 'Roboto', Helvetica, Arial, sans-serif;
  padding: 7px 12px 8px;
  margin-bottom: 10px;
  text-transform: uppercase;
  -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2) inset;
}
.btn:hover, .btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:active {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
.btn, .btn.disabled, .btn[disabled] {
  border-color: #aeaeae;
  background-color: #aeaeae;
}
.btn:hover, .btn:focus, .btn:active, .btn.active {
  color: white;
  border-color: #aeaeae;
  background-color: #aeaeae;
  outline: none !important;
}
.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);
}
.btn.disabled, .btn[disabled] {
  opacity: 0;
  filter: alpha(opacity=0);
}
.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: #2896d0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link:hover, .btn-link:focus {
  text-decoration: underline;
}
.btn-default {
  color: #222222;
  border-color: #aeaeae !important;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  border-color: #aeaeae;
  background-color: #aeaeae;
}
.btn-default, .btn-default.disabled, .btn-default[disabled] {
  background-color: white;
}
.open .dropdown-toggle.btn-default {
  border-color: #aeaeae;
  background-color: #aeaeae;
}
.btn-primary, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  border-color: #2896d0;
  background-color: #2896d0;
}
.btn-primary:hover, .btn-primary:focus {
  border-color: #2896d0;
  background-color: #2896d0;
}
.open .dropdown-toggle.btn-primary {
  border-color: #2896d0;
  background-color: #2896d0;
}
.btn-info, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  border-color: #09547c;
  background-color: #09547c;
}
.btn-info:hover, .btn-info:focus {
  border-color: #09547c;
  background-color: #09547c;
}
.open .dropdown-toggle.btn-info {
  border-color: #09547c;
  background-color: #09547c;
}
.btn-success, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  border-color: #269516;
  background-color: #269516;
}
.btn-success:hover, .btn-success:focus {
  border-color: #269516;
  background-color: #269516;
}
.open .dropdown-toggle.btn-success {
  border-color: #269516;
  background-color: #269516;
}
.btn-warning, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  border-color: #f5c815;
  background-color: #f5c815;
}
.btn-warning:hover, .btn-warning:focus {
  border-color: #f5c815;
  background-color: #f5c815;
}
.open .dropdown-toggle.btn-warning {
  border-color: #f5c815;
  background-color: #f5c815;
}
.btn-danger, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled],
.btn-danger .open .dropdown-toggle.btn {
  border-color: #f41d1d;
  background-color: #f41d1d;
}
.btn-danger:hover, .btn-danger:focus {
  border-color: #f41d1d;
  background-color: #f41d1d;
}
.open .dropdown-toggle.btn-danger {
  border-color: #f41d1d;
  background-color: #f41d1d;
}

/**
 * button-group
 * --------------------------------------------------
 */
.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);
}
.btn-group .btn {
  border-left-color: #9c9c9c;
}
.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: #2280b2;
}
.btn-group .btn-success, .btn-group .btn-success:focus, .btn-group .btn-success:active, .btn-group .btn-success.active {
  border-left-color: #1e7611;
}
.btn-group .btn-warning, .btn-group .btn-warning:focus, .btn-group .btn-warning:active, .btn-group .btn-warning.active {
  border-left-color: #c49f08;
}
.btn-group .btn-danger, .btn-group .btn-danger:focus, .btn-group .btn-danger:active, .btn-group .btn-danger.active {
  border-left-color: #e20b0b;
}
.btn-group .btn-info, .btn-group .btn-info:focus, .btn-group .btn-info:active, .btn-group .btn-info.active {
  border-left-color: #073d5b;
}
.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: #9c9c9c !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: #2280b2 !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: #1e7611 !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: #c49f08 !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: #e20b0b !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: #073d5b !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: #aeaeae;
  font: bold 10px 'Roboto', Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 0;
  text-transform: uppercase;
  padding: 5px 9px;
}

.badge {
  padding: 2px 9px;
  border-radius: 15px;
}

.label-default,
.badge-default {
  border: none;
  background-color: #2896d0;
  color: white;
}

.label-primary,
.badge-primary {
  border-color: #f41d1d;
  background-color: #f41d1d;
}

.label-success,
.badge-success {
  border-color: #269516;
  background-color: #269516;
}

.label-danger,
.badge-danger {
  border-color: #09547c;
  background-color: #09547c;
}

.label-warning,
.badge-warning {
  border-color: #f5c815;
  background-color: #f5c815;
}

.label-info,
.badge-info {
  border: 1px solid #aeaeae;
  background-color: white;
  color: #333333;
}

/**
 * tooltip
 * --------------------------------------------------
 */
.tooltip {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
.tooltip-inner {
  color: white;
  background-color: #333333;
}
.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
  border-top-color: #333333;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #333333;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #333333;
}
.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #333333;
}

/**
 * popover
 * --------------------------------------------------
 */
.popover {
  background-color: #333333;
  color: white;
  border-color: #333333;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  line-height: 22px;
  max-width: 220px;
  -webkit-box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.27);
  box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.27);
}
.popover .popover-title {
  padding: 8px 15px 4px;
}
.popover .popover-content {
  padding: 0 15px 5px;
}
.popover-title {
  padding-bottom: 0;
  font-weight: normal;
  color: #aab2bd;
  background-color: transparent;
  border-bottom: none;
}
.popover.top .arrow, .popover.top .arrow:after {
  border-top-color: #333333;
}
.popover.right .arrow, .popover.right .arrow:after {
  border-right-color: #333333;
}
.popover.bottom .arrow, .popover.bottom .arrow:after {
  border-bottom-color: #333333;
}
.popover.left .arrow, .popover.left .arrow:after {
  border-left-color: #333333;
}

/**
 * progress
 * --------------------------------------------------
 */
.progress {
  background-color: #f1f1f1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.progress-bar {
  background-color: #2896d0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #269516;
}
.progress-bar-info {
  background-color: #09547c;
}
.progress-bar-warning {
  background-color: #f5c815;
}
.progress-bar-danger {
  background-color: #f41d1d;
}

/**
 * breadcrumb
 * --------------------------------------------------
 */
.breadcrumb {
  color: #333333;
  background-color: white;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
.breadcrumb > .active {
  color: #333333;
}
.breadcrumb a {
  color: #2896d0;
}
.breadcrumb li:before {
  color: #bbb;
}

.breadcrumb-arrow {
  padding: 0;
  list-style: none;
  background-color: white;
  height: 36px;
  line-height: 36px;
}
.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;
}
.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 {
  padding: 0 10px 0 25px;
  height: 36px;
  line-height: 36px;
}
.breadcrumb-arrow li:first-child a {
  padding: 0 10px;
}
.breadcrumb-arrow li a {
  position: relative;
  border: 1px solid #2896d0;
  color: white;
  background-color: #2896d0;
  text-decoration: none;
}
.breadcrumb-arrow li:first-child a {
  padding-left: 10px;
}
.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;
}
.breadcrumb-arrow li a:before {
  right: -10px;
  border-left-width: 11px;
  border-left-style: solid;
  border-left-color: #2896d0;
  z-index: 3;
}
.breadcrumb-arrow li a:after {
  right: -11px;
  border-left: 11px solid #2077a5;
  z-index: 2;
}
.breadcrumb-arrow li a:hover, .breadcrumb-arrow li a:focus {
  background-color: #2978a2;
  border: 1px solid #2978a2;
}
.breadcrumb-arrow li a:hover:before, .breadcrumb-arrow li a:focus:before {
  border-left-color: #2978a2;
}
.breadcrumb-arrow li a:active {
  background-color: #2077a5;
  border: 1px solid #2077a5;
}
.breadcrumb-arrow li a:active:before, .breadcrumb-arrow li a:active:after {
  border-left-color: #2077a5;
}
.breadcrumb-arrow li span {
  color: #333333;
}

/**
 * pagination
 * --------------------------------------------------
 */
.pagination {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.pagination > li > a, .pagination > li > span {
  color: #333333;
  background-color: white;
  border-color: #2896d0;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: white;
  background-color: #2896d0;
  border-color: #2896d0;
}
.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: #2896d0;
  border-color: #2896d0;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #cccccc;
  background-color: white;
  border-color: #2896d0;
}

/**
 * pager
 * --------------------------------------------------
 */
.pager {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.pager li > a, .pager li > span {
  color: white;
  background-color: #2896d0;
  border-color: #2896d0;
}
.pager li > a:hover, .pager li > a:focus {
  background-color: #2978a2;
  border-color: #2978a2;
}
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #cccccc;
  background-color: white;
  border-color: #cccccc;
}

/**
 * form
 * --------------------------------------------------
 */
.form-control {
  color: #aeaeae;
  border-color: #aeaeae;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  margin: 0;
}
.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: #999999;
}
.form-control.disabled, .form-control[disabled] {
  border-color: #f1f1f1;
  background-color: #f1f1f1;
  color: #999999;
}
.form-control.disabled::-moz-placeholder, .form-control.disabled:-ms-input-placeholder, .form-control.disabled::-webkit-input-placeholder, .form-control[disabled]::-moz-placeholder, .form-control[disabled]:-ms-input-placeholder, .form-control[disabled]::-webkit-input-placeholder {
  color: #999999;
}

.input-group-btn .btn + .btn {
  border-width: 1px;
  border-style: solid;
  border-color: #9c9c9c;
}
.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 {
  background-color: #aeaeae;
  border-color: #9c9c9c;
  color: white;
}
.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;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
}
.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;
}
.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;
}
.form-search .btn {
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
}

.search-only {
  position: relative;
}
.search-only .search-icon {
  position: absolute;
  top: 2px;
  left: 8.5px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 17px;
  color: #999999;
  z-index: 20;
}
.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;
}

textarea.form-control {
  max-width: 100%;
  min-width: 100%;
}

/**
 * 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 {
  background-color: #3bafda;
  cursor: pointer;
  display: block;
  height: 50%;
  position: absolute;
  right: 15px;
  text-indent: -99999px;
  width: 20px;
}
.stepper .stepper-arrow:hover, .stepper .stepper-arrow:active {
  background-color: #7cd1ef;
}
.stepper .up {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  border: 1px solid #269ecb;
  top: 0;
}
.stepper .down {
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  bottom: 0;
}
.stepper .up::before, .stepper .down::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 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;
  opacity: 0.45;
  filter: alpha(opacity=45);
}

.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 */
}
.selecter .selecter-element {
  display: none;
  *left: -999999px;
  height: 100%;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 0;
}
.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 {
  background-color: white;
  border: 1px solid #666666;
  -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;
}
.selecter .selecter-selected:after {
  position: absolute;
  top: 14px;
  right: 10px;
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid black;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.selecter .selecter-options {
  border: 1px solid #666666;
  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: white;
  display: none;
  left: 0;
  max-height: 260px;
  overflow: auto;
  overflow-x: hidden;
  position: absolute;
  top: 100%;
  width: 100%;
  *width: auto;
  z-index: 50;
}
.selecter .selecter-group {
  border-bottom: 1px solid #cccccc;
  color: #666666;
  background-color: #f1f1f1;
  display: block;
  font-size: 11px;
  padding: 5px 10px 4px;
  text-transform: uppercase;
}
.selecter .selecter-item {
  background-color: white;
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 6px 10px;
  text-overflow: ellipsis;
  width: 100%;
}
.selecter .selecter-item.selected {
  color: white;
  border-bottom-color: #7cd1ef;
  background-color: #3bafda;
}
.selecter .selecter-item.disabled {
  color: #666666;
  cursor: default;
}
.selecter .selecter-item:first-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.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;
}
.selecter .selecter-item:hover {
  background-color: #cccccc;
}
.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 {
  outline: 0;
  z-index: 3;
}
.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;
}
.selecter.open .selecter-selected, .selecter.focus .selecter-selected {
  background-color: white;
}
.selecter.cover .selecter-options {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-width: 1px;
  top: 0;
}
.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;
}
.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;
}
.selecter.bottom .selecter-options {
  border-width: 1px 1px 0;
  bottom: 100%;
  top: auto;
}
.selecter.bottom .selecter-item:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
.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;
}
.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;
}
.selecter.bottom.cover .selecter-options {
  bottom: 0;
  top: auto;
}
.selecter.bottom.cover.open .selecter-selected, .selecter.bottom.cover.open .selecter-options {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.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%;
}
.selecter.disabled .selecter-selected {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #666666;
  cursor: default;
}
.selecter.disabled .selecter-options {
  background-color: #cccccc;
  border-color: #cccccc;
}
.selecter.disabled .selecter-group, .selecter.disabled .selecter-item {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #666666;
  cursor: default;
}
.selecter.disabled .selecter-item.selected {
  background-color: #3bafda;
  opacity: 0.45;
  filter: alpha(opacity=45);
  color: white;
}
.selecter .selecter-options.scroller {
  overflow: hidden;
}
.selecter .selecter-options.scroller .scroller-content {
  max-height: 260px;
  padding: 0;
}

/**
 * checkbox and radio
 * --------------------------------------------------
 */
.checkbox, .radio {
  margin-top: 0;
  padding-left: 0;
  margin-bottom: 12px;
}

.checkbox label, .radio label {
  position: relative;
  display: block;
  overflow: hidden;
  padding-left: 5px;
  line-height: 20px;
}

.icheckbox_flat,
.iradio_flat {
  float: left;
  *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;
}

.icheckbox_flat {
  background-position: 0 0;
}
.icheckbox_flat.checked {
  background-position: -22px 0;
}
.icheckbox_flat.disabled {
  background-position: -44px 0;
  cursor: default;
}
.icheckbox_flat.checked.disabled {
  background-position: -66px 0;
}

.iradio_flat {
  background-position: -88px 0;
}
.iradio_flat.checked {
  background-position: -110px 0;
}
.iradio_flat.disabled {
  background-position: -132px 0;
  cursor: default;
}
.iradio_flat.checked.disabled {
  background-position: -154px 0;
}

/**
 * toggle
 * --------------------------------------------------
 */
.toggle {
  height: 32px;
}
.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);
}
.toggle .handle {
  display: block;
  position: relative;
  top: -20px;
  left: 0;
  width: 50px;
  height: 32px;
  background-color: white;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  -webkit-box-shadow: inset 0 0 0 1px #737373;
  -moz-box-shadow: inset 0 0 0 1px #737373;
  box-shadow: inset 0 0 0 1px #737373;
}
.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: white;
  -webkit-box-shadow: inset 0 0 0 1px #737373, 1px 1px 1px gray;
  -moz-box-shadow: inset 0 0 0 1px #737373, 1px 1px 1px gray;
  box-shadow: inset 0 0 0 1px #737373, 1px 1px 1px gray;
}
.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: #cccccc;
}
.toggle input[type="checkbox"]:checked + .handle:before, .toggle input[type="radio"]:checked + .handle:before {
  width: 50px;
  background-color: #b9df90;
}
.toggle input[type="checkbox"]:checked + .handle:after, .toggle input[type="radio"]:checked + .handle:after {
  left: 20px;
  -webkit-box-shadow: inset 0 0 0 1px #f1f1f1, 1px 1px 1px gray;
  -moz-box-shadow: inset 0 0 0 1px #f1f1f1, 1px 1px 1px gray;
  box-shadow: inset 0 0 0 1px #f1f1f1, 1px 1px 1px gray;
}

/**
 * calendar
 * --------------------------------------------------
 */
.calendar {
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: white;
  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);
}
.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;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid white;
  width: 34px;
  height: 34px;
  cursor: pointer;
}
.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;
}
.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%;
  text-align: center;
  height: 34px;
  line-height: 34px;
}
.calendar .days {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ee7f6d;
}
.calendar .days .unit {
  margin-bottom: 3px;
  text-align: center;
  height: 34px;
  line-height: 34px;
}
.calendar .days .unit b {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-weight: normal;
  width: 34px;
  height: 34px;
}
.calendar .days .unit:hover b, .calendar .days .unit:active b, .calendar .days .unit.active b {
  display: inline-block;
  background-color: white;
  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;
}
.calendar .days .unit.older b {
  color: #e9573f;
  background-color: transparent;
  cursor: default;
  width: auto;
  height: auto;
}

/**
 * pricing
 * --------------------------------------------------
 */
.pricing ul {
  list-style: none;
  padding: 0;
}
.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);
}
.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);
}
.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-left: 0;
    margin-right: 0;
  }
  .pricing .unit.active .price-title h3 {
    font-size: 30px;
  }
}
.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;
}
.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;
  -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: #cccccc;
}
.pricing .price-primary .price-title {
  background-color: #7cd1ef;
}
.pricing .price-primary .price-body {
  background-color: white;
}
.pricing .price-primary .price-body ul {
  border-top: 1px solid #d7f1fa;
}
.pricing .price-success .price-title {
  background-color: #b9df90;
}
.pricing .price-success .price-body {
  background-color: white;
}
.pricing .price-success .price-body ul {
  border-top: 1px solid #ebf6df;
}
.pricing .price-warning .price-title {
  background-color: #ffdd87;
}
.pricing .price-warning .price-body {
  background-color: white;
}
.pricing .price-warning .price-body ul {
  border-top: 1px solid #fffaed;
}

/**
 * alert
 * --------------------------------------------------
 */
.alert {
  font: 14px/18px 'Roboto', Helvetica, Arial, sans-serif;
}
.alert h5 {
  margin-bottom: 10px;
  font-weight: bold;
}
.alert > p + p {
  margin-top: 11px;
}
.alert-dismissable .close {
  color: black;
}
.alert-info {
  background-color: #7cd1ef;
  border: #7cd1ef;
}
.alert-warning {
  background-color: #ffdd87;
  border: #ffdd87;
}
.alert-danger {
  background-color: #f2838f;
  border: #f2838f;
}
.alert-success {
  background-color: #b9df90;
  border: #b9df90;
}
.alert .alert-link {
  cursor: pointer;
  text-decoration: underline;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.alert .alert-link:hover, .alert .alert-link:focus {
  opacity: 0.45;
  filter: alpha(opacity=45);
}
.alert .btn-link, .alert .btn-link:hover, .alert .btn-link:focus {
  color: inherit;
  text-transform: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.alert .btn-link:focus, .alert .btn-link:hover {
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/**
 * tab
 * --------------------------------------------------
 */
.nav-tabs {
  border-bottom: none;
  background-color: #e5e5e5;
  border-radius: 0;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
.nav-tabs > li {
  margin-bottom: 0;
  border-left: 1px solid #aeaeae;
}
.nav-tabs > li:first-child {
  border-left: none;
}
.nav-tabs > li > a {
  margin-right: 0;
  border: none;
  color: #666666;
}
.nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
  border: none;
  background-color: #f1f1f1;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border: none;
  background-color: darkgray-light !important;
}
.nav-tabs .dropdown-toggle, .nav-tabs .dropdown-toggle:hover, .nav-tabs .dropdown-toggle:focus {
  color: #666666;
}
.nav-tabs li.dropdown.open .dropdown-toggle {
  color: #666666;
  background-color: #f1f1f1;
}
.nav-tabs li.dropdown.active.open .dropdown-toggle {
  color: #666666;
}
.nav-tabs li.dropdown.active.open .dropdown-toggle .caret, .nav-tabs li.dropdown.active .dropdown-toggle .caret {
  border-top-color: #666666;
  border-bottom-color: #666666;
}
.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: #666666;
  border-bottom-color: #666666;
}
.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 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > li:first-child > a {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.nav-tabs.nav-justified > li:last-child > a {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 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;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    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;
  background: white;
  min-height: 100%;
}

.tab-content {
  padding: 11px 21px 5px;
  line-height: 20px;
}
.tab-content p {
  margin: 0;
}

.tabs-below .nav-tabs {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.tabs-below .nav-tabs > li:first-child > a {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.tabs-below .nav-tabs.nav-justified > li:last-child > a {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}

.tabs-left .nav-tabs > li,
.tabs-right .nav-tabs > li {
  float: none;
  border-left: none;
  border-top: 1px solid #aeaeae;
}

.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;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.tabs-left .nav-tabs > li:first-child > a {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.tabs-left .nav-tabs > li:last-child > a {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}

.tabs-right .nav-tabs {
  float: right;
  margin-left: 19px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.tabs-right .nav-tabs > li:first-child > a {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.tabs-right .nav-tabs > li:last-child > a {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}

/**
 * pill
 * --------------------------------------------------
 */
.nav-pills li {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: white;
  font-weight: bold;
  background-color: #2896d0;
}
.nav-pills > li > a {
  color: #2896d0;
  padding: 9px 19px;
}
.nav-pills > li > a:hover {
  color: #222222;
  background-color: #cde8f7;
}
.nav-pills a > .badge {
  background: #f41d1d;
  color: white;
  font-size: 12px;
  font-weight: normal;
}
.nav-pills > .active > a > .badge {
  color: #2896d0;
}
.nav-pills .open > a, .nav-pills .open > a:focus, .nav-pills .open > a:hover {
  color: #222222;
  background-color: #cde8f7;
}

/**
 * navbar
 * --------------------------------------------------
 */
.navbar-form {
  padding: 0 !important;
}

.navbar-default {
  border-radius: 0;
}
.navbar-default {
  background-color: #222222;
  border: none;
  text-transform: uppercase;
  font: bold 15px/17px 'Roboto Condensed', Arial, Helvetica, sans-serif;
}
.navbar-default .navbar-brand, .navbar-default .navbar-link, .navbar-default .btn-link {
  color: #aeaeae;
}
.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: #aeaeae;
  background-color: transparent;
}
.navbar-default .navbar-text, .navbar-default .navbar-nav > li > a {
  color: #aeaeae;
}
.navbar-default .navbar-nav > li.open > a:hover, .navbar-default .navbar-nav > li.open > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: white !important;
  background: #2896d0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #aeaeae;
  background-color: #2896d0;
}
.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: #0e0e0e;
  background-color: #2896d0;
}
.navbar-default .navbar-toggle {
  border-color: black;
  background-color: black;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  border-color: #090909;
  background-color: #090909;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #222222;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: white;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #aeaeae;
  background-color: #222222;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #2896d0;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .divider {
    background-color: white;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: black;
  }
  .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: #aeaeae;
    background-color: white;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .dropdown-header {
    color: black;
  }
  .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: #090909;
  }
}

.navbar-inverse {
  background-color: #333333;
  border-color: #333333;
}
.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: #aeaeae;
  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: #aeaeae;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #aeaeae;
  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: #666666;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: black;
  background-color: black;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  border-color: #1a1a1a;
  background-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: #aeaeae;
  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: #aeaeae;
    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: #666666;
  }
}

/**
 * list
 * --------------------------------------------------
 */
.list-group {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #aeaeae;
  position: relative;
}
.list-group:after {
  content: '';
  position: absolute;
  width: 100.5%;
  height: 5px;
  left: -1px;
  top: auto;
  bottom: 0;
  border-radius: 0 0 2px 2px;
  z-index: -1;
  -webkit-box-shadow: 0 5px 0 #cccccc;
  -moz-box-shadow: 0 5px 0 #cccccc;
  box-shadow: 0 5px 0 #cccccc;
}
.list-group-item {
  border-color: transparent;
  border-top-color: #aeaeae;
}
.list-group-item:first-child {
  border-top: none;
  border-radius: 0;
}
.list-group-item-heading {
  color: #333333;
}
.list-group li.list-group-item {
  border: 1px solid #f1f1f1;
  padding: 9px 17px;
}
.list-group .badge {
  font-size: 12px;
  font-weight: normal;
}
.list-group .badge-danger2 {
  background: #f9690e;
}

a.list-group-item {
  color: #333333;
  padding: 9px 17px;
  border-width: 0 0 1px 0;
  margin-bottom: 0;
  border-color: #f1f1f1;
}
a.list-group-item:last-child {
  border-radius: 0;
  margin-bottom: -1px;
  border: none;
}
a.list-group-item .list-group-item-heading {
  font-size: 16px;
  color: #333333;
}
a.list-group-item:hover, a.list-group-item:focus {
  background-color: #2896d0;
  color: white;
}
a.list-group-item:hover .list-group-item-heading, a.list-group-item:focus .list-group-item-heading {
  color: white;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  background-color: #2896d0;
  border-color: #2896d0;
}
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: #2077a5;
  border-color: #f1f1f1 transparent transparent transparent;
  background-color: #2896d0;
}
.list-group-item-primary:first-child {
  border-color: transparent;
}
a.list-group-item-primary {
  color: #0f3950;
}
a.list-group-item-primary:hover, a.list-group-item-primary:focus {
  color: white;
  background-color: #2978a2;
}
a.list-group-item-primary.active, a.list-group-item-primary:hover, a.list-group-item-primary:focus {
  background-color: #2978a2;
  border-color: #2896d0 transparent transparent transparent;
}

.list-group-item-success {
  color: #1b690f;
  border-color: #1b6e10 transparent transparent transparent;
  background-color: #269516;
}
.list-group-item-success:first-child {
  border-color: transparent;
}
a.list-group-item-success {
  color: #041002;
}
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: white;
  background-color: #1b6e10;
}
a.list-group-item-success.active, a.list-group-item-success:hover, a.list-group-item-success:focus {
  background-color: #1b6e10;
  border-color: #269516 transparent transparent transparent;
}

.list-group-item-warning {
  color: #cea709;
  border-color: #e6b905 transparent transparent transparent;
  background-color: #f5c815;
}
.list-group-item-warning:first-child {
  border-color: transparent;
}
a.list-group-item-warning {
  color: #3b3003;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: white;
  background-color: #e6b905;
}
a.list-group-item-warning.active, a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  background-color: #e6b905;
  border-color: #f5c815 transparent transparent transparent;
}

.list-group-item-info {
  color: #06344c;
  border-color: #093f5c transparent transparent transparent;
  background-color: #09547c;
}
.list-group-item-info:first-child {
  border-color: transparent;
}
a.list-group-item-info {
  color: black;
}
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: white;
  background-color: #093f5c;
}
a.list-group-item-info.active, a.list-group-item-info:hover, a.list-group-item-info:focus {
  background-color: #093f5c;
  border-color: #09547c transparent transparent transparent;
}

.list-group-item-danger {
  color: #d40a0a;
  border-color: #c10000 transparent transparent transparent;
  background-color: #f41d1d;
}
.list-group-item-danger:first-child {
  border-color: transparent;
}
a.list-group-item-danger {
  color: #720606;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: white;
  background-color: #c10000;
}
a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  background-color: #c10000;
  border-color: #f41d1d transparent transparent transparent;
}

/**
 * media list
 * --------------------------------------------------
 */
.media-list {
  color: #666666;
}
.media-heading {
  font-size: 14px;
  color: #222222;
}

/**
 * modal
 * --------------------------------------------------
 */
.modal {
  border: 1px solid #aeaeae;
  border-radius: 4px;
  position: relative;
}
.modal:after {
  content: '';
  position: absolute;
  width: 96%;
  height: 7px;
  left: 10px;
  top: auto;
  bottom: 2px;
  border-radius: 0 0 2px 2px;
  z-index: -1;
  -webkit-box-shadow: 0 5px 0 #cccccc;
  -moz-box-shadow: 0 5px 0 #cccccc;
  box-shadow: 0 5px 0 #cccccc;
}
.modal-content {
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #333333;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modal [class*="col-"] {
  margin-bottom: 21px;
}
.modal h4 {
  font: bold 16px/18px 'Roboto', Arial, sans-serif !important;
  margin: 0;
}
.modal-header {
  border-bottom: none;
  padding: 25px 14px 10px;
}
.modal-header .close {
  margin-top: -11px;
}
.modal-body {
  padding: 0 15px;
  line-height: 20px;
}
.modal-body p {
  margin: 0 0 15px;
}
.modal-footer {
  border-top: none;
}
.modal-footer .btn {
  margin-bottom: 0;
}

/**
 * well
 * --------------------------------------------------
 */
.well {
  padding: 9px 13px;
  border: 1px solid #aeaeae;
  border-radius: 4px;
  position: relative;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #333333;
  background-color: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.well:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 7px;
  left: 0;
  top: auto;
  bottom: 0;
  border-radius: 0 0 2px 2px;
  z-index: -1;
  -webkit-box-shadow: 0 5px 0 #cccccc;
  -moz-box-shadow: 0 5px 0 #cccccc;
  box-shadow: 0 5px 0 #cccccc;
}
.well blockquote {
  border-color: #aeaeae;
}
.well-lg {
  padding: 20px;
}
.well-sm {
  padding: 5px;
}

/**
 * thumbnail
 * --------------------------------------------------
 */
.thumbnail {
  border: 1px solid #aeaeae;
  border-radius: 0;
  position: relative;
  padding: 0;
  margin-bottom: 32px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.thumbnail:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  top: auto;
  bottom: 0;
  border-radius: 0 0 2px 2px;
  z-index: -1;
  -webkit-box-shadow: 0 5px 0 #cccccc;
  -moz-box-shadow: 0 5px 0 #cccccc;
  box-shadow: 0 5px 0 #cccccc;
}
.thumbnail a > img, .thumbnail > img {
  width: 100%;
}
.thumbnail .caption {
  font-size: 14px;
  padding: 9px 12%;
}
.thumbnail .caption h1, .thumbnail .caption h2, .thumbnail .caption h3, .thumbnail .caption h4, .thumbnail .caption h5, .thumbnail .caption h6 {
  margin: 12px 0 11px;
  font-size: 16px;
}
.thumbnail .image {
  position: relative;
}
.thumbnail .image img {
  display: block;
  width: 100%;
  height: auto;
}
.thumbnail .image:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: auto;
  bottom: 0;
  background: url(../images/bg-jumbotron-photo.png) no-repeat 50% 0;
  background-size: 100% 100%;
  width: 100%;
  height: 24px;
}

.red .image:after {
  background: url(../images/bg-jumbotron-photo.png) no-repeat 50% 0;
}

.green .image:after {
  background: url(../images/bg-jumbotron-photo-green.png) no-repeat 50% 0;
}

.yellow .image:after {
  background: url(../images/bg-jumbotron-photo-yellow.png) no-repeat 50% 0;
}

.blue .image:after {
  background: url(../images/bg-jumbotron-photo-blue.png) no-repeat 50% 0;
}

.thumbnail.circle {
  border: none;
  background: none;
}
.thumbnail.circle:after {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.thumbnail.circle .image {
  border-radius: 50%;
  max-width: 175px;
  margin: 0 auto;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.thumbnail.circle .image:hover .over {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.thumbnail.circle .image:after {
  border: 11px solid rgba(255, 255, 255, 0.25);
  background: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  border-radius: 50%;
}
.thumbnail.circle .over {
  left: 7px;
  top: 7px;
  bottom: 7px;
  right: 7px;
  border-radius: 50%;
  width: 91.5%;
  height: 91.5%;
  -webkit-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 3px rgba(115, 114, 23, 0.8) inset;
  box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 3px rgba(115, 114, 23, 0.8) inset;
}
.thumbnail.circle .over .ico {
  width: auto;
  height: auto;
  display: inline-block;
}
.thumbnail.circle .holder {
  backface-visibility: hidden;
  position: relative;
  z-index: 100;
}

/**
 * jumbotron
 * --------------------------------------------------
 */
.jumbotron {
  margin-bottom: 22px;
  padding: 0;
  background-color: white;
  border: 1px solid #aeaeae;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
}
.jumbotron:after {
  content: '';
  position: absolute;
  width: 100.5%;
  height: 5px;
  left: -1px;
  top: auto;
  bottom: 0;
  border-radius: 0 0 2px 2px;
  z-index: -1;
  -webkit-box-shadow: 0 5px 0 #cccccc;
  -moz-box-shadow: 0 5px 0 #cccccc;
  box-shadow: 0 5px 0 #cccccc;
}
.jumbotron h3 {
  font: 18px "Roboto Condensed", Arial, sans-serif !important;
  text-transform: uppercase;
  margin: 0 0 25px;
}
.jumbotron h4 {
  margin: 0 0 19px;
}
@media (max-width: 1024px) {
  .jumbotron h4 {
    font-size: 18px;
  }
}
.jumbotron-photo {
  position: relative;
  margin: 0 0 9px;
  overflow: hidden;
}
.jumbotron-photo:hover:after {
  background: none !important;
}
.jumbotron-photo:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 44px;
  left: 0;
  top: auto;
  bottom: 0;
  background: url(../images/bg-jumbotron-photo.png) no-repeat 50% 0;
  background-size: 100% 100%;
}
@media (max-width: 1024px) {
  .jumbotron-photo:after {
    height: 24px;
  }
}
.container .jumbotron {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.jumbotron > .jumbotron-photo img {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  width: 100%;
}
.jumbotron .jumbotron-contents {
  padding: 19px 24px 25px;
  color: #333333;
}
@media (max-width: 1024px) {
  .jumbotron .jumbotron-contents {
    padding: 15px;
  }
}
.jumbotron .carousel, .jumbotron .carousel-inner, .jumbotron .carousel-inner > .item.active img {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.jumbotron .carousel-inner > .item > a > img,
.jumbotron .carousel-inner > .item > img {
  width: 100%;
}
.jumbotron .carousel-control.left {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none !important;
}
.jumbotron .carousel-control.right {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none !important;
}
.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;
  margin: 0 0 22px;
}
@media (max-width: 1024px) {
  .jumbotron p {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .jumbotron, .container .jumbotron {
    padding: 0;
  }
  .jumbotron h1, .jumbotron .h1 {
    font-size: 28px;
  }
}

.jumbotron.horizontal {
  display: table;
}
.jumbotron.horizontal:after {
  width: 100%;
  left: 1px;
  right: 1px;
  bottom: 0;
}
.jumbotron.horizontal .jumbotron-photo {
  float: left;
  width: 37%;
  height: 100%;
  vertical-align: middle;
  position: relative;
  z-index: 1000;
  min-height: 300px;
  margin: 0;
}
@media (max-width: 1024px) {
  .jumbotron.horizontal .jumbotron-photo {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .jumbotron.horizontal .jumbotron-photo {
    display: block;
    width: 100%;
    min-height: 150px;
  }
}
.jumbotron.horizontal .jumbotron-photo:after {
  top: 0;
  bottom: auto;
  left: 0;
  width: 44px;
  height: 100%;
  background: url(../images/triangle-left-red.png) no-repeat 0 50%;
  background-size: 100% 100%;
  z-index: 500;
}
@media (max-width: 767px) {
  .jumbotron.horizontal .jumbotron-photo:after {
    width: 100%;
    height: 24px;
    top: auto;
    bottom: 0;
    background: url(../images/bg-jumbotron-photo.png) no-repeat 50% 0;
    background-size: 100% 100%;
  }
}
.jumbotron.horizontal .jumbotron-photo .bg-stretch {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  height: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .jumbotron.horizontal .jumbotron-photo .bg-stretch {
    position: static;
  }
}
.jumbotron.horizontal .jumbotron-photo img {
  display: block;
  position: relative;
  z-index: -1;
}
@media (max-width: 767px) {
  .jumbotron.horizontal .jumbotron-photo img {
    height: auto !important;
    width: 100% !important;
    margin: 0 !important;
  }
}
.jumbotron.horizontal .jumbotron-contents {
  overflow: hidden;
  vertical-align: top;
  padding: 27px 24px 25px 29px;
}
@media (max-width: 1024px) {
  .jumbotron.horizontal .jumbotron-contents {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .jumbotron.horizontal .jumbotron-contents {
    display: block;
  }
}

.jumbotron.horizontal.red .jumbotron-photo:after {
  background: url(../images/triangle-left-red.png) no-repeat 50% 0;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .jumbotron.horizontal.red .jumbotron-photo:after {
    background: url(../images/bg-jumbotron-photo.png) no-repeat 50% 0;
    background-size: 100% 100%;
  }
}

.jumbotron.horizontal.green .jumbotron-photo:after {
  background: url(../images/triangle-left-green.png) no-repeat 50% 0;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .jumbotron.horizontal.green .jumbotron-photo:after {
    background: url(../images/bg-jumbotron-photo-green.png) no-repeat 50% 0;
    background-size: 100% 100%;
  }
}

.jumbotron.horizontal.blue .jumbotron-photo:after {
  background: url(../images/triangle-left-blue.png) no-repeat 50% 0;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .jumbotron.horizontal.blue .jumbotron-photo:after {
    background: url(../images/bg-jumbotron-photo-blue.png) no-repeat 50% 0;
    background-size: 100% 100%;
  }
}

.jumbotron.horizontal.yellow .jumbotron-photo:after {
  background: url(../images/triangle-left-yellow.png) no-repeat 50% 0;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .jumbotron.horizontal.yellow .jumbotron-photo:after {
    background: url(../images/bg-jumbotron-photo-yellow.png) no-repeat 50% 0;
    background-size: 100% 100%;
  }
}

.jumbotron.red .jumbotron-photo:after {
  background: url(../images/bg-jumbotron-photo.png) no-repeat 50% 0;
  background-size: 100% 100%;
}
.jumbotron.red h3 {
  color: #f41d1d;
}
.jumbotron.red .over {
  background: #f41d1d;
  background: rgba(244, 29, 29, 0.85);
}

.jumbotron.green .jumbotron-photo:after {
  background: url(../images/bg-jumbotron-photo-green.png) no-repeat 50% 0;
  background-size: 100% 100%;
}
.jumbotron.green h3 {
  color: #269516;
}
.jumbotron.green .over {
  background: #269516;
  background: rgba(38, 149, 22, 0.85);
}

.jumbotron.yellow .jumbotron-photo:after {
  background: url(../images/bg-jumbotron-photo-yellow.png) no-repeat 50% 0;
  background-size: 100% 100%;
}
.jumbotron.yellow h3 {
  color: #f5c815;
}
.jumbotron.yellow .over {
  background: #f5c815;
  background: rgba(245, 200, 21, 0.85);
}

.jumbotron.blue .jumbotron-photo:after {
  background: url(../images/bg-jumbotron-photo-blue.png) no-repeat 50% 0;
  background-size: 100% 100%;
}
.jumbotron.blue h3 {
  color: #09547c;
}
.jumbotron.blue .over {
  background: #09547c;
  background: rgba(9, 84, 124, 0.85);
}

.jumbotron.small {
  max-width: 227px;
}
@media (max-width: 767px) {
  .jumbotron.small {
    max-width: 100%;
  }
}
.jumbotron.small .jumbotron-photo:after {
  height: 10px;
}
.jumbotron.small .over {
  padding: 10px 0 0;
}
@media (max-width: 1024px) {
  .jumbotron.small .over {
    padding: 0;
  }
}
.jumbotron.small .over .title {
  margin: 8px 0;
}
.jumbotron.small .over .info {
  padding: 5px 20px;
}
.jumbotron.small .jumbotron-contents {
  padding: 9px 21px 0;
}
@media (max-width: 1024px) {
  .jumbotron.small .jumbotron-contents {
    padding: 9px;
  }
}
.jumbotron.small .jumbotron-contents p {
  margin: 0 0 17px;
}
.jumbotron.small h3 {
  font-size: 15px;
  margin: 0 0 10px;
}
.jumbotron.small h4 {
  font-size: 16px;
  line-height: 24px;
}

/**
 * panel
 * --------------------------------------------------
 */
.panel {
  background-color: #f1f1f1;
  border: 1px solid #aeaeae;
  position: relative;
  z-index: 100;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.panel:after {
  content: '';
  position: absolute;
  width: 100.5%;
  height: 5px;
  left: -1px;
  top: auto;
  bottom: -1px;
  border-radius: 0 0 2px 2px;
  z-index: -1;
  -webkit-box-shadow: 0 5px 0 #cccccc;
  -moz-box-shadow: 0 5px 0 #cccccc;
  box-shadow: 0 5px 0 #cccccc;
}
.panel .panel-body {
  position: relative;
  z-index: 10;
}
.panel .list-group {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.panel .list-group li {
  background: #f1f1f1;
}
.panel .list-group-item {
  border-top: 1px solid #cccccc !important;
}
.panel-heading {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  color: white !important;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.panel-title {
  font-size: 14px;
  color: white !important;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.panel-footer {
  background-color: #222222;
  border-top-color: #222222;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #222222;
  border-color: #222222;
}
.panel-primary > .panel-heading {
  color: #222222;
  background-color: #3bafda;
  border-color: #3bafda;
}
.panel-success > .panel-heading {
  color: #222222;
  background-color: #8cc152;
  border-color: #8cc152;
}
.panel-info > .panel-heading {
  color: #222222;
  background-color: #37bc9b;
  border-color: #37bc9b;
}
.panel-warning > .panel-heading {
  color: #222222;
  background-color: #f6bb42;
  border-color: #f6bb42;
}
.panel-danger > .panel-heading {
  color: #222222;
  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: #222222;
}
.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: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.panel > .list-group:last-child .list-group-item:last-child {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.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: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 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 {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.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 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.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 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
  border-top-color: #222222;
}

/**
 * accordion
 * --------------------------------------------------
 */
.panel-group .panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.panel-group .panel:after {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.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 40px 13px;
  border-top-color: transparent;
  line-height: 20px;
}
.panel-group .panel-title a {
  padding: 10px 0 10px 40px;
  text-transform: none;
  display: block;
  position: relative;
  color: #333333;
  font-size: 15px;
  text-align: left;
}
.panel-group .panel-title a:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  left: 1px;
  top: 5px;
  background: url(../images/sprite.png) no-repeat 0 0;
}
.panel-group .panel-title .title-link.collapsed:before {
  background-position: 0 -100px;
}
.panel-group .panel-title .title-link {
  background-position: 0 0;
}

.panel-group-lists {
  border: 1px solid #aeaeae;
  position: relative;
}
.panel-group-lists:after {
  content: '';
  position: absolute;
  width: 100.5%;
  height: 5px;
  left: -1px;
  top: auto;
  bottom: -1px;
  border-radius: 0 0 2px 2px;
  z-index: -1;
  -webkit-box-shadow: 0 5px 0 #cccccc;
  -moz-box-shadow: 0 5px 0 #cccccc;
  box-shadow: 0 5px 0 #cccccc;
}
.panel-group-lists .panel {
  border-bottom: 1px solid #f1f1f1;
  background-color: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.panel-group-lists .panel:first-child {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.panel-group-lists .panel:last-child {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border-bottom: none;
}
.panel-group-lists .panel-heading + .panel-collapse .panel-body {
  padding: 15px 40px 13px 60px;
  border-top-color: #f1f1f1;
}
.panel-group-lists .panel-title a {
  padding: 15px 0 10px 58px;
  color: #222222;
}
.panel-group-lists .panel-title a:before {
  left: 18px;
  top: 10px;
}
.panel-group-lists .panel-title a:hover, .panel-group-lists .panel-title a:focus, .panel-group-lists .panel-title a:active {
  color: #666666;
}

/**
 * footer
 * --------------------------------------------------
 */
.footer {
  padding: 40px 0;
  background-color: #222222;
}
.footer-logo, .footer-nav {
  float: left;
  padding: 0 20px;
  width: 20%;
}
@media (max-width: 768px) {
  .footer-logo {
    margin-bottom: 20px;
  }
  .footer-logo, .footer-nav {
    float: none;
    display: block;
    width: 100%;
  }
}
.footer-logo {
  margin-top: -5px;
  height: 32px;
  line-height: 32px;
}
.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: #cccccc;
}
.footer-nav .nav-item {
  line-height: 28px;
}
.footer-nav .nav-item > a {
  color: #666666;
}
.footer-nav .nav-item > a:hover, .footer-nav .nav-item > a:active {
  color: #aeaeae;
  text-decoration: none;
}
.footer-copyright {
  color: #666666;
}

/**
 * timeline
 * --------------------------------------------------
 */
.timeline dl {
  position: relative;
  top: 0;
  margin: 0;
  padding: 20px 0;
}
.timeline dl:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  content: '';
  background-color: #aeaeae;
  z-index: 100;
}
.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: #666666;
  font-weight: normal;
  color: white;
  width: 120px;
  z-index: 200;
}
.timeline dl dd {
  position: relative;
  z-index: 200;
}
.timeline dl dd .circ {
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -11px;
  border: 4px solid #f1f1f1;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #7cd1ef;
  z-index: 200;
}
.timeline dl dd .time {
  position: absolute;
  top: 31px;
  left: 50%;
  padding: 10px 20px;
  width: 100px;
  display: inline-block;
  color: #7cd1ef;
}
.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: white;
  width: 47%;
}
.timeline dl dd .events:before {
  position: absolute;
  top: 12px;
  width: 0;
  height: 0;
  content: '';
  border-width: 6px;
  border-style: solid;
}
.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 {
    margin-left: 0;
    padding: 10px 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 {
    margin-left: 0;
    padding: 10px 0;
    text-align: left;
  }
  .timeline dl dd.pos-right .events {
    float: right;
    width: 84%;
  }
}
/**
 * dropdown-menu
 * --------------------------------------------------
 */
.dropdown-menu {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  border: none;
  background-color: #333333;
  -webkit-box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.27);
  box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.27);
  min-width: 178px;
}
.dropdown-menu .dropdown-header {
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #aeaeae;
}
.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: #666666;
  outline: none;
}
.dropdown-menu .disabled a, .dropdown-menu .disabled a:hover, .dropdown-menu .disabled a:focus {
  color: #666666;
  cursor: default;
}
.dropdown-menu .divider {
  background-color: #333333;
  border-bottom: none;
}
.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
 * --------------------------------------------------
 */
.dropdown-submenu {
  position: relative;
}
.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;
}
.dropdown-submenu:hover .dropdown-menu {
  display: block;
}
.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;
}
.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: white;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-default .dropdown-submenu > a:after {
  border-left-color: #666666;
}
.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;
  -webkit-border-radius: 4px 0 4px 4px;
  -moz-border-radius: 4px 0 4px 4px;
  border-radius: 4px 0 4px 4px;
}

body {
  min-width: 320px;
}

@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#header {
  margin: 0 0 30px;
  background: white;
}
#header .top-panel {
  border: solid #f1f1f1;
  border-width: 1px 0;
  margin: 0 0 16px;
}
#header .btn-list {
  font: 500 12px/26px 'Roboto', Helvetica, Arial, sans-serif;
  float: right;
}
@media (max-width: 767px) {
  #header .btn-list {
    float: none;
    text-align: center;
  }
}
#header .btn-list li {
  float: left;
  border-left: 1px solid #f0f0f0;
}
@media (max-width: 767px) {
  #header .btn-list li {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}
#header .btn-list a {
  color: #8f8f8f;
  padding: 0 9px;
  display: inline-block;
}
#header .btn-list a:hover {
  color: #289ad6;
}
#header .btn-list .twitter,
#header .btn-list .facebook {
  display: block;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  width: 27px;
  padding: 0;
}
#header .btn-list .twitter:after,
#header .btn-list .facebook:after {
  content: '';
  position: absolute;
  width: 7px;
  height: 14px;
  left: 10px;
  top: 7px;
  background: url(../images/ico-social.png) no-repeat;
}
#header .btn-list .twitter:hover:after,
#header .btn-list .facebook:hover:after {
  background-position: -20px 0;
}
#header .btn-list .twitter {
  width: 32px;
}
#header .btn-list .twitter:after {
  content: '';
  position: absolute;
  width: 17px;
  height: 12px;
  left: 7px;
  top: 8px;
  background-position: 0 -102px;
}
#header .btn-list .twitter:hover:after {
  background-position: -20px -101px;
}
#header .search {
  float: right;
  border: 1px solid #cccccc;
  width: 201px;
  position: relative;
  border-radius: 4px;
  margin: 8px 0 0;
}
@media (max-width: 767px) {
  #header .search {
    float: none;
    margin: 0 auto;
  }
}
#header .search input[type="search"] {
  width: 90%;
  height: 28px;
  background: none;
  border: none;
  padding: 5px 11px;
  margin: 0;
  font: 13px 'Roboto', Helvetica, Arial, sans-serif;
  color: #aeaeae;
}
#header .search input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -1px;
  border: none;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 0 4px 4px 0;
  background: #8b8b8b url(../images/sprite.png) no-repeat -103px 8px;
}
#header .search input[type="submit"]:hover {
  opacity: 0.8;
}
#header .search ::-webkit-input-placeholder {
  color: #aeaeae;
}
#header .search :-moz-placeholder {
  color: #aeaeae;
}
#header .search ::-moz-placeholder {
  color: #aeaeae;
  opacity: 1;
}
#header .search :-ms-input-placeholder {
  color: #aeaeae;
}

.header-holder {
  padding: 0 0 15px;
}

.logo {
  font-size: 32px;
  line-height: 35px;
  font-weight: bold;
  float: left;
  padding: 4px 30px 0 24px;
  margin: 0;
}
@media (max-width: 1024px) {
  .logo {
    text-align: center;
    float: none;
  }
}
@media (max-width: 767px) {
  .logo {
    font-size: 26px;
    line-height: 32px;
  }
}

.slogan {
  float: left;
  background: url(../images/divider.png) no-repeat;
  padding: 10px 0 10px 22px;
  color: #aeaeae;
  font-size: 22px;
  line-height: 25px;
  font-weight: normal;
  margin: 0;
  max-width: 400px;
}
@media (max-width: 1024px) {
  .slogan {
    text-align: center;
    float: none;
    background: none;
    display: block;
  }
}
@media (max-width: 767px) {
  .slogan {
    font-size: 18px;
    margin: 0 0 5px;
  }
}

.list ul {
  padding: 10px 0 0 25px;
}
.list li {
  padding: 0 0 5px;
}
.list li:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  left: 0;
  top: 8px;
  position: relative;
  display: inline-block;
  background: #333333;
  border-radius: 5px;
  vertical-align: top;
  margin: 0 13px 0 0;
}

.navbar-default {
  min-height: 40px;
}
.navbar-default .container {
  position: relative;
}
@media (max-width: 767px) {
  .navbar-default .container {
    padding: 0;
  }
}

.navbar-collapse {
  position: relative;
}

.navbar-nav {
  margin: 0 0 0 -10px;
}
@media (max-width: 767px) {
  .navbar-nav {
    margin: 0;
  }
}
.navbar-nav > li {
  border-right: 1px solid #3b3b3b;
  position: static;
}
@media (max-width: 767px) {
  .navbar-nav > li {
    position: relative;
  }
}
.navbar-nav > li > a {
  padding: 11px 28px 9px !important;
}
@media (max-width: 1024px) {
  .navbar-nav > li > a {
    padding: 11px 10px 9px !important;
  }
}
.navbar-nav > li .dropdown-menu {
  padding: 5px 10px;
  background: #fff;
  width: 100%;
  border-radius: 0;
  margin: 0;
  border: 1px solid #aeaeae;
  text-transform: none;
  font: 14px/20px 'Merriweather', Helvetica, Arial, sans-serif;
  color: #333;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 1024px) {
  .navbar-nav > li .dropdown-menu {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .navbar-nav > li .dropdown-menu {
    padding: 0;
    background: #fff !important;
  }
}
.navbar-nav > li .dropdown-menu:before {
  content: '';
  position: absolute;
  width: 25%;
  height: 100%;
  left: 0;
  top: 0;
  background: #e5e5e5;
}
@media (max-width: 767px) {
  .navbar-nav > li .dropdown-menu:before {
    background: none;
  }
}
.navbar-nav > li .dropdown-menu:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  top: auto;
  bottom: 0;
  border-radius: 0 0 2px 2px;
  z-index: -1;
  -webkit-box-shadow: 0 5px 0 #cccccc;
  -moz-box-shadow: 0 5px 0 #cccccc;
  box-shadow: 0 5px 0 #cccccc;
}
.navbar-nav > li .dropdown-menu .info {
  padding: 15px 5px 0;
}
@media (max-width: 767px) {
  .navbar-nav > li .dropdown-menu .info {
    background: #e5e5e5;
    padding: 18px 10px;
  }
}
.navbar-nav > li .dropdown-menu .info h2 {
  font: bold 24px 'Roboto Condensed', Helvetica, Arial, sans-serif !important;
  color: #222;
  margin: 0 0 20px;
}
@media (max-width: 1024px) {
  .navbar-nav > li .dropdown-menu .info h2 {
    font-size: 20px;
    margin: 0 0 14px;
  }
}
.navbar-nav > li .dropdown-menu .info p {
  margin: 0 0 28px;
}
.navbar-nav > li .dropdown-menu .thumbnail {
  border: none;
  padding: 24px 23px 0 6px;
  margin: 0 0 9px;
}
@media (max-width: 767px) {
  .navbar-nav > li .dropdown-menu .thumbnail {
    margin: 0 auto;
    padding: 24px 10px 20px;
    max-width: 310px;
  }
}
.navbar-nav > li .dropdown-menu .thumbnail:after {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar-nav > li .dropdown-menu .thumbnail .caption {
  padding: 0;
}
@media (max-width: 1024px) {
  .navbar-nav > li .dropdown-menu .thumbnail .caption {
    font-size: 12px;
  }
}
.navbar-nav > li .dropdown-menu .thumbnail .caption h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 14px 0 18px;
}
@media (max-width: 1024px) {
  .navbar-nav > li .dropdown-menu .thumbnail .caption h3 {
    font-size: 16px;
    margin: 10px 0;
  }
}
.navbar-nav > li .dropdown-menu .thumbnail .caption p {
  margin: 0 0 4px;
}

.btn-donate {
  position: absolute;
  right: 10px;
  top: 0;
  background: #ee1616;
  color: #fff !important;
  height: 40px;
  padding: 11px 20px 9px;
  z-index: 300;
}
@media (max-width: 767px) {
  .btn-donate {
    right: auto;
    left: 0;
  }
}
.btn-donate:hover, .btn-donate:focus {
  color: #fff;
  opacity: 0.8;
}

.navbar-default .navbar-toggle {
  margin: 3px 14px 0;
  background: #2896d0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: #2896d0;
  opacity: 0.8;
}
.navbar-default .navbar-toggle .icon-bar {
  background: white;
}

.navbar-default .navbar-collapse {
  border: none;
}
@media (max-width: 767px) {
  .navbar-default .navbar-collapse {
    padding: 0;
    margin: 2px 0 0;
  }
}

.navbar.home-nav {
  min-height: 55px;
  margin: 0 0 30px;
}
@media (max-width: 1199px) {
  .navbar.home-nav {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .navbar.home-nav {
    min-height: 45px;
  }
}
.navbar.home-nav .title {
  float: left;
  background: #289ad6;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font: bold 13px/21px "Merriweather", Arial, Helvetica, sans-serif;
  padding: 6px 20px 0 20px;
  width: 110px;
  height: 55px;
  margin: 0 23px 0 0;
}
@media (max-width: 1024px) {
  .navbar.home-nav .title {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar.home-nav .title {
    display: block;
    font-size: 12px;
    line-height: 14px;
    height: 39px;
    position: absolute;
    top: 3px;
    left: 3px;
  }
}
.navbar.home-nav .title:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 100%;
  top: 0;
  border-style: solid;
  border-width: 27.5px 0 27.5px 10px;
  border-color: transparent transparent transparent #2899d6;
}
@media (max-width: 767px) {
  .navbar.home-nav .title:after {
    border-width: 20.6px 0 20.6px 10px;
  }
}
.navbar.home-nav .navbar-nav {
  margin: 0;
  max-width: 852px;
}
@media (max-width: 1024px) {
  .navbar.home-nav .navbar-nav {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .navbar.home-nav .navbar-nav {
    text-align: left;
    padding: 10px 0;
  }
}
.navbar.home-nav .navbar-nav > li {
  border-left: 1px solid #3b3b3b;
  border-right: none;
  margin: 0 4px 0 0;
}
@media (max-width: 1199px) {
  .navbar.home-nav .navbar-nav > li {
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .navbar.home-nav .navbar-nav > li {
    float: none;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .navbar.home-nav .navbar-nav > li {
    display: block;
    border: none;
  }
}
.navbar.home-nav .navbar-nav > li:first-child {
  border: none;
}
.navbar.home-nav .navbar-nav > li > a {
  padding: 13px 11px 10px !important;
}
@media (max-width: 1024px) {
  .navbar.home-nav .navbar-nav > li > a {
    padding: 13px 6px 10px !important;
  }
}
@media (max-width: 767px) {
  .navbar.home-nav .navbar-nav > li > a {
    padding: 10px 24px !important;
    display: inline-block;
  }
}
.navbar.home-nav .navbar-nav > li > a:hover, .navbar.home-nav .navbar-nav > li > a:focus {
  background: none !important;
  color: #fff;
}
.navbar.home-nav .navbar-nav > li > a:hover .ico, .navbar.home-nav .navbar-nav > li > a:focus .ico {
  background: #fa2424;
}
.navbar.home-nav .ico {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #aeaeae;
  text-align: center;
  border-radius: 50%;
  vertical-align: middle;
  margin: -3px 14px 0 0;
}
@media (max-width: 1024px) {
  .navbar.home-nav .ico {
    margin: -3px 8px 0 0;
  }
}
.navbar.home-nav .ico:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 35px;
  overflow: hidden;
  vertical-align: middle;
}
.navbar.home-nav .ico img {
  display: inline-block;
  vertical-align: middle;
}

#main {
  padding: 0 0 2px;
}

.isotop-block {
  padding: 21px 0 0;
}
.isotop-block h5 {
  margin: 0 0 23px;
}
.isotop-block h6 {
  color: #666;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 16px;
  margin: 0;
}
.isotop-block .intro-block {
  font: 14px/18px "Roboto", Helvetica, Arial, sans-serif;
  color: #666;
  padding: 0 0 12px 31px;
}
@media (max-width: 767px) {
  .isotop-block .intro-block {
    padding: 0 0 31px;
  }
}
.isotop-block p {
  margin: 0;
}

.isotope-bar {
  margin: 0 52px 23px;
  padding: 0 0 7px;
  border-bottom: 1px solid #ccc;
  position: relative;
  z-index: 101;
}
@media (max-width: 767px) {
  .isotope-bar {
    margin: 0 0 23px;
    padding: 0 0 21px;
  }
}
.isotope-bar h3 {
  font-size: 30px;
  line-height: 32px;
  margin: 9px 0 0;
  float: left;
  max-width: 50%;
  color: #000;
}
@media (max-width: 767px) {
  .isotope-bar h3 {
    float: none;
    text-align: center;
    max-width: 100%;
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 26px;
  }
}
.isotope-bar .custom-form {
  float: right;
}
@media (max-width: 767px) {
  .isotope-bar .custom-form {
    float: none;
    margin: 0 auto;
    max-width: 211px;
  }
}
.isotope-bar .custom-form .jcf-select {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  font: 12px/32px "Roboto", Helvetica, Arial, sans-serif;
  width: 211px;
  height: 34px;
}
.isotope-bar .custom-form .jcf-select .jcf-select-text {
  color: #222;
  line-height: 32px;
  font-size: 12px;
}
.isotope-bar .custom-form .jcf-select .jcf-select-opener {
  background: #8b8b8b;
  width: 34px;
  height: 100%;
  top: 2px;
  right: -1px;
  border: none;
  border-radius: 0 3px 3px 0;
}
.isotope-bar .custom-form .jcf-select .jcf-select-opener:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5.5px 0 5.5px;
  margin: -3px 0 0 -5px;
  border-color: #fff transparent transparent transparent;
}

.jcf-select-drop.jcf-select-filter-select .jcf-select-drop-content {
  background: #fff;
  color: #222;
  border: 1px solid #ccc;
  border-radius: 0 0 3px 3px;
}
.jcf-select-drop.jcf-select-filter-select .jcf-list {
  background: #fff;
}
.jcf-select-drop.jcf-select-filter-select .jcf-list .jcf-option {
  color: #222;
  padding: 7px;
}
.jcf-select-drop.jcf-select-filter-select .jcf-list .jcf-option:hover {
  color: #fff;
  background: #8b8b8b;
}

.isotop-holder {
  padding: 0 50px 16px;
}
@media (max-width: 1024px) {
  .isotop-holder {
    padding: 0 0 16px;
  }
}

.isotope.default {
  padding: 0 5px 17px 3px;
  margin: 0 -10px 30px 0;
}
@media (max-width: 1024px) {
  .isotope.default {
    padding: 0;
  }
}

.isotope.inner .box,
.isotope.default .box {
  border: solid #fff;
  border-width: 0 1px 1px 0;
}

.isotope.inner .title {
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding: 0 50px 7px;
  margin: 3px 0 0;
}
@media (max-width: 767px) {
  .isotope.inner .title {
    margin: 3px 0 10px;
  }
}
.isotope.inner .info {
  font: bold 14px/17px 'Merriweather', Arial, Helvetica, serif;
  border: none;
  display: block;
}
.isotope.inner .box {
  background: #ccc;
}
@media (max-width: 767px) {
  .isotope.inner .box {
    min-height: 100px;
  }
}

@media (max-width: 767px) {
  .isotope-section {
    width: 300px;
    margin: 0 auto;
  }
}

.isotope {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .isotope {
    margin: 0 auto 30px;
    max-width: 300px;
  }
}
.isotope .box {
  float: left;
  position: relative;
  font: 14px/17px "Roboto Condensed", Arial, Helvetica, sans-serif;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .isotope .box {
    position: static;
  }
}
@media (max-width: 767px) {
  .isotope.default {
    margin: 0 auto 30px;
  }
}
@media (max-width: 767px) {
  .isotope .box {
    float: none;
    border: 0;
    max-width: 300px;
    margin: 0 auto;
  }
}
.isotope .box img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .isotope .box img {
    height: auto;
  }
}
.isotope .box .text {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 100;
  padding: 0 8px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5), 0 0 32px rgba(0, 0, 0, 0.75);
}
.isotope .box .text p {
  margin: 2px 0 0;
}
.isotope .box .text .sub-title {
  display: block;
  margin: 0 0 -6px;
  letter-spacing: 1px;
  font: 19px/22px "Merriweather", Arial, Helvetica, sans-serif;
}
@media (max-width: 767px) {
  .isotope .box .text .sub-title {
    font-size: 18px;
    margin: 0;
  }
}
.isotope .box .text h1 {
  font-size: 64px;
  line-height: 65px;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1024px) {
  .isotope .box .text h1 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .isotope .box .text h1 {
    font-size: 28px;
    line-height: 30px;
  }
}
.isotope .box .text h2 {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0;
}
.isotope .box .text h4 {
  font: 20px/22px "Roboto Condensed", Arial, Helvetica, sans-serif !important;
  margin: 0;
  text-transform: uppercase;
}
.isotope .box .text.center {
  text-align: center;
  bottom: auto;
  top: 0;
  padding: 16px 10px;
  text-shadow: none;
  font: 14px/17px "Merriweather", Arial, Helvetica, sans-serif;
}
.isotope .box .text.center h5 {
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid #fff;
  margin: 0 0 6px;
  padding: 0 49px 7px;
  font: bold 15px/17px 'Roboto Condensed', Arial, Helvetica, sans-serif !important;
}
.isotope .box a {
  display: block;
  height: 100%;
  position: relative;
}
.isotope .box a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #09547c;
  background: rgba(9, 84, 124, 0.85);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.isotope .box a:hover:after {
  opacity: 1;
}
.isotope .box .over {
  position: absolute;
  z-index: 500;
}
.isotope .box .over:after {
  background: none !important;
  position: static;
  text-align: center;
  width: 1px;
}
.isotope .label {
  text-shadow: none;
  font-size: 13px;
  padding: 5px 20px;
}
.isotope .box.primary-blue .over {
  background: #2899d3;
  background: rgba(40, 153, 211, 0.85);
}
.isotope .box.yellow-dark .over {
  background: #d0ab53;
  background: rgba(208, 171, 83, 0.85);
}
.isotope .cat1 {
  width: 49.99%;
  height: 396px;
}
.isotope .cat1 .text {
  text-align: center;
  bottom: 14px;
}
@media (max-width: 1024px) {
  .isotope .cat1 {
    height: 348px;
  }
}
@media (max-width: 767px) {
  .isotope .cat1 {
    width: 100%;
    height: auto;
    max-width: 300px;
  }
}
.isotope .cat2 {
  width: 25%;
  height: 198px;
}
.isotope .cat2 .text {
  padding: 0 30% 0 8px;
}
@media (max-width: 1024px) {
  .isotope .cat2 .text {
    padding: 0 8px;
  }
}
@media (max-width: 1024px) {
  .isotope .cat2 {
    height: 174px;
  }
}
@media (max-width: 767px) {
  .isotope .cat2 {
    width: 100%;
    height: auto;
    max-width: 300px;
  }
}
.isotope .cat3 {
  width: 49.99%;
  height: 299px;
}
.isotope .cat3 .text {
  bottom: 4px;
}
.isotope .cat3 .text .sub-title {
  margin: 0 0 2px;
}
.isotope .cat3 h3 {
  text-transform: uppercase;
  font-size: 30px;
  margin: 0;
  line-height: 32px;
}
@media (max-width: 767px) {
  .isotope .cat3 {
    width: 100%;
    height: auto;
    max-width: 300px;
  }
}
.isotope .cat4 {
  width: 49.99%;
  height: 100px;
}
.isotope .cat4 .text {
  bottom: 6px;
}
@media (max-width: 767px) {
  .isotope .cat4 {
    width: 100%;
    height: auto;
    max-width: 300px;
  }
}
.isotope .cat5 {
  width: 24.99%;
  height: 99px;
}
.isotope .cat5 .text {
  bottom: 6px;
}
@media (max-width: 767px) {
  .isotope .cat5 {
    width: 100%;
    height: auto;
    max-width: 300px;
  }
}
.isotope .cat6 {
  width: 24.99%;
  height: 101px;
}
.isotope .cat6 .text {
  bottom: 8px;
}
@media (max-width: 767px) {
  .isotope .cat6 {
    width: 100%;
    height: auto;
    max-width: 300px;
  }
}
.isotope .cat7 {
  width: 49.99%;
  height: 447px;
}
@media (max-width: 767px) {
  .isotope .cat7 {
    width: 100%;
    height: auto;
    max-width: 300px;
  }
}
.isotope .cat8 {
  width: 24.99%;
  height: 224px;
}
@media (max-width: 767px) {
  .isotope .cat8 {
    width: 100%;
    height: auto;
    max-width: 300px;
  }
}
.isotope .cat9 {
  height: 222px;
  width: 49.99%;
}
@media (max-width: 767px) {
  .isotope .cat9 {
    width: 100%;
    height: auto;
    max-width: 300px;
  }
}
.isotope .cat10 {
  width: 49.85%;
  height: 224px;
}
@media (max-width: 767px) {
  .isotope .cat10 {
    width: 100%;
    height: auto;
    max-width: 300px;
  }
}
.isotope .text-info {
  background: #333;
  text-align: center;
  color: #fff;
}
.isotope .text-info a {
  padding: 37px 0 10px;
}
@media (max-width: 1024px) {
  .isotope .text-info a {
    padding: 17px 0 10px;
  }
}
.isotope .text-info blockquote {
  color: #fff;
  border: none;
  padding: 45px 30px 0;
  position: relative;
  z-index: 501;
  background: url(../images/quotes.png) no-repeat 50% 0;
  text-shadow: 1px 1px 1px #000;
  font-size: 18px;
  line-height: 22px;
}
.isotope .text-info blockquote q {
  display: block;
  margin: 0 0 13px;
  font-weight: bold;
}
.isotope .text-info blockquote cite {
  font: italic 15px/18px 'Merriweather', Arial, Helvetica, serif;
  color: #aeaeae;
}
.isotope .box.triangle:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: auto;
  bottom: 0;
  background: url(../images/bg-jumbotron-photo.png) no-repeat 50% 0;
  background-size: 100% 100%;
  width: 100%;
  height: 24px;
}
.isotope .box.triangle:hover:after {
  background: none;
}
.isotope .box.triangle .text {
  bottom: auto;
  top: 6px;
  text-align: center;
}
.isotope .box.triangle h3 {
  font-size: 18px;
  line-height: 20px;
}
.isotope .box.category.triangle .text,
.isotope .box.category .text {
  top: auto;
  bottom: 25px;
  left: 14px;
  text-align: left;
}
.isotope .box.category.triangle .text h2,
.isotope .box.category .text h2 {
  font: bold 32px/34px "Merriweather", Arial, Helvetica, serif !important;
  text-transform: none;
}

.box.triangle.red:after {
  background: url(../images/bg-jumbotron-photo.png) no-repeat 50% 0;
}

.box.triangle.green:after {
  background: url(../images/bg-jumbotron-photo-green.png) no-repeat 50% 0;
}

.box.triangle.yellow-dark:after {
  background: url(../images/bg-jumbotron-photo-yellowdark.png) no-repeat 50% 0;
}

.box.triangle.blue:after {
  background: url(../images/bg-jumbotron-photo-blue.png) no-repeat 50% 0;
}

.box.triangle.primary-blue:after {
  background: url(../images/bg-jumbotron-photo-pr-blue.png) no-repeat 50% 0;
}

.sort-by {
  overflow: hidden;
  line-height: 34px;
  color: #aeaeae;
  margin: 0 -60px 0 0;
  padding: 18px 0 20px;
}
@media (max-width: 1024px) {
  .sort-by {
    text-align: center;
    margin: 0;
  }
}
.sort-by i {
  float: left;
  margin: 0 7px 0 4px;
}
@media (max-width: 1024px) {
  .sort-by i {
    float: none;
    display: block;
  }
}

.category-list {
  float: left;
  font: 14px/34px 'Roboto', Helvetica, Arial, sans-serif;
}
@media (max-width: 1024px) {
  .category-list {
    font-size: 12px;
    float: none;
  }
}
.category-list li {
  float: left;
  margin: 0 6px 0 0;
}
@media (max-width: 1024px) {
  .category-list li {
    display: inline-block;
    float: none;
  }
}
.category-list a {
  display: block;
  padding: 0 16px;
  border-radius: 20px;
  color: #aeaeae;
}
.category-list a:focus, .category-list a:hover {
  background: #2896d0;
  color: #fff;
}
@media (max-width: 1024px) {
  .category-list a {
    padding: 0 11px;
  }
}
.category-list .active a {
  background: #2896d0;
  color: #fff;
}

.list2 {
  padding: 0 0 0 17px;
}
.list2 li {
  padding: 0 0 0 11px;
  position: relative;
}
.list2 li:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 1px;
  left: 0;
  top: 9px;
  background: #666;
}
.list2 mark {
  color: #333;
}

.signup-form {
  background: #2896d1;
  border: 1px solid #c2c2c2;
  color: #fff;
  padding: 6px 8px 13px;
  position: relative;
  margin: 0 0 24px;
}
.signup-form:after {
  content: '';
  position: absolute;
  width: 100.5%;
  height: 5px;
  left: -1px;
  top: auto;
  bottom: 0;
  border-radius: 0 0 2px 2px;
  z-index: -1;
  -webkit-box-shadow: 0 5px 0 #cccccc;
  -moz-box-shadow: 0 5px 0 #cccccc;
  box-shadow: 0 5px 0 #cccccc;
}
.signup-form label {
  font: 22px/27px "Roboto Condensed", Arial, Helvetica, sans-serif;
  margin: 0 0 11px;
  letter-spacing: -1px;
}
.signup-form label mark {
  background: none;
  color: #222;
  font-weight: bold;
  text-transform: uppercase;
}
.signup-form .input-wrap {
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 1px 1px 0 #ccc inset;
  box-shadow: 1px 1px 0 #ccc inset;
  border-radius: 3px;
  padding: 0 0 0 30px;
  position: relative;
}
.signup-form .input-wrap:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 14px;
  left: 14px;
  top: 13px;
  background: url(../images/sprite.png) no-repeat 0 -186px;
}
.signup-form input[type="email"] {
  padding: 7px 11px;
  margin: 0;
  width: 100%;
  background: none;
  border: none;
  height: 39px;
  color: #afafaf;
  font: 14px 'Roboto', Helvetica, Arial, sans-serif;
  outline: none;
}

.info-box {
  background: #f1f1f1;
  position: relative;
  border: 1px solid #c1c1c1;
  margin: 0 0 10px;
  padding: 0 0 8px;
}
@media (max-width: 767px) {
  .info-box {
    height: auto !important;
  }
}
.info-box:after {
  content: '';
  position: absolute;
  width: 100.5%;
  height: 5px;
  left: -1px;
  top: auto;
  bottom: 0;
  border-radius: 0 0 2px 2px;
  z-index: -1;
  -webkit-box-shadow: 0 5px 0 #cccccc;
  -moz-box-shadow: 0 5px 0 #cccccc;
  box-shadow: 0 5px 0 #cccccc;
}
.info-box h3 {
  background: #289ad6;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  border-bottom: 1px solid #c1c1c1;
  margin: 0 0 16px;
}
.info-box .heading {
  border-bottom: 1px solid #ccc;
  margin: 0 25px 15px;
  padding: 18px 0 7px;
  color: #222;
  font-size: 12px;
  line-height: 15px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .info-box .heading {
    margin: 0 0 15px;
    padding: 18px 10px 7px;
  }
}
.info-box .heading h5 {
  text-transform: uppercase;
  font: bold 13px/15px "Roboto Condensed", Arial, Helvetica, sans-serif !important;
  margin: 0;
  float: left;
  max-width: 70%;
}
.info-box .heading .view-all {
  float: right;
  color: #aeaeae;
  font-style: italic;
}
.info-box .heading .view-all:hover {
  color: #222;
}
.info-box .block {
  padding: 0 25px;
  border-bottom: 1px solid #ccc;
}
.info-box .block .btn.more {
  margin-left: 0;
  background: #f1f1f1;
  color: #aeaeae;
}
.info-box .block .btn.more:hover {
  color: #2896d0;
  background: #fff;
}
.info-box .post {
  padding: 0 25px;
  font-size: 12px;
  line-height: 18px;
  color: #666;
}

.carousel.aside {
  padding: 0 25px 8px;
  border-bottom: 1px solid #ccc;
  margin: 0;
}
.carousel.aside img {
  display: block;
  border-radius: 50%;
  margin: 0 auto 14px;
  max-width: 100px;
}
.carousel.aside .carousel-control {
  filter: none;
  background: url(../images/sprite.png) no-repeat;
  width: 25px;
  height: 25px;
  top: 37px;
  opacity: 1;
}
.carousel.aside .carousel-control:hover {
  opacity: 0.8;
}
.carousel.aside .carousel-control.left {
  left: 49px;
  background-position: 0 -274px;
}
@media (max-width: 1024px) {
  .carousel.aside .carousel-control.left {
    left: 20px;
  }
}
.carousel.aside .carousel-control.right {
  right: 49px;
  background-position: -38px -274px;
}
@media (max-width: 1024px) {
  .carousel.aside .carousel-control.right {
    right: 20px;
  }
}
.carousel.aside .carousel-content {
  font-size: 12px;
  line-height: 18px;
  color: #666;
}
.carousel.aside .carousel-content h5 {
  color: #005c8e;
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 8px;
  text-align: center;
}

.list-authors {
  padding: 0 0 11px;
}
.list-authors li {
  background: url(../images/separator.png) repeat-x;
  font: 12px/14px "Roboto", Arial, Helvetica, sans-serif;
  overflow: hidden;
  padding: 14px 0 9px;
  color: #aeaeae;
}
.list-authors li:first-child {
  background: none;
  padding-top: 0;
}
.list-authors img {
  float: left;
  margin: 0 20px 0 0;
}
.list-authors .text {
  overflow: hidden;
}
.list-authors p {
  margin: 6px 0 5px;
}
.list-authors .title {
  font: bold 12px/14px 'Merriweather', Arial, Helvetica, sans-serif;
  color: #005c8e;
}
.list-authors .title:hover {
  color: #2896d0;
}

.check-list {
  border-bottom: 1px solid #c1c1c1;
  margin: 0 0 10px;
  padding: 0 0 13px 10px;
}
.check-list label {
  padding-left: 8px;
  color: #8f8f8f;
  display: block;
  overflow: hidden;
}

.list-news {
  font-size: 12px;
  line-height: 18px;
  padding: 0 8px 18px 10px;
}
.list-news li {
  padding: 10px 5px 0 18px;
  margin: 0 0 5px;
  position: relative;
  background: url(../images/separator.png) repeat-x;
}
.list-news li:first-child {
  background: none;
  padding-top: 0;
}
.list-news li:first-child:before {
  top: 3px;
}
.list-news li:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 13px;
  background: url(../images/sprite.png) no-repeat -27px -242px;
}
.list-news li a {
  color: #8f8f8f;
}
.list-news li a:hover {
  color: #2896d0;
}
.list-news li p {
  margin: 0 0 2px;
}
.list-news li time {
  color: #d6d6d6;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
.list-news li.active:before {
  background-position: 0 -242px;
}
.list-news li.active a {
  color: #222;
}
.list-news li.active a:hover {
  color: #2896d0;
}
.list-news li.active mark {
  color: #2896d0;
  background: none;
  font-style: italic;
}

.btn.more {
  background: #fff;
  color: #aeaeae;
  font-size: 10px;
  text-transform: capitalize;
  padding: 2px 8px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0 0 20px 10px;
}
.btn.more:focus, .btn.more:hover {
  background: #2896d0;
  color: #fff;
}

.main-header {
  background: #5c5c5c;
  color: #fff;
  margin: -30px 0 0;
  vertical-align: bottom;
}
.main-header .holder {
  min-height: 219px;
  width: 100%;
  white-space: nowrap;
  padding: 0 0 0 51px;
}
@media (max-width: 1024px) {
  .main-header .holder {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .main-header .holder {
    min-height: 170px;
  }
}
.main-header .holder:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 219px;
  overflow: hidden;
  margin: 0 0 0 -5px;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .main-header .holder:after {
    height: 170px;
  }
}
.main-header h3 {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0 40px;
  white-space: normal;
  font-size: 50px;
}
@media (max-width: 767px) {
  .main-header h3 {
    margin: 0 0 19px;
    font-size: 20px;
  }
}
.main-header .wrap {
  display: block;
  margin: 0 0 5px;
}
.main-header .label {
  font: bold 13px 'Roboto Condensed', Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 3px 22px;
}

.bar {
  border-bottom: 1px solid #ccc;
  margin: 0 0 30px;
  line-height: 18px;
  color: #aeaeae;
  background: #fff;
  font-size: 13px;
}
@media (max-width: 767px) {
  .bar {
    text-align: center;
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .bar i {
    display: block;
    margin: 0 0 15px;
  }
}
.bar ul {
  display: inline-block;
  font: 15px/39px 'Roboto Condensed', Arial, Helvetica, sans-serif;
}
@media (max-width: 767px) {
  .bar ul {
    display: block;
  }
}
.bar ul li {
  display: inline-block;
}
@media (max-width: 767px) {
  .bar ul li {
    display: block;
    text-align: center;
  }
}
.bar ul a {
  color: #aeaeae;
  display: block;
}
.bar .social-block {
  text-align: right;
  float: right;
  margin: 0 27px -1px 0;
}
@media (max-width: 1024px) {
  .bar .social-block {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .bar .social-block {
    float: none;
    text-align: center;
  }
}
.bar .social-block li {
  margin: 0 0 0 5px;
}
@media (max-width: 767px) {
  .bar .social-block li {
    display: inline-block;
  }
}
.bar .social-block a {
  text-indent: 9999px;
  overflow: hidden;
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
  background: url(../images/ico-social.png) no-repeat;
}
.bar .social-block .facebook {
  background-position: 0 -290px;
}
.bar .social-block .facebook:hover {
  background-position: 0 -321px;
}
.bar .social-block .twitter {
  background-position: -28px -290px;
}
.bar .social-block .twitter:hover {
  background-position: -28px -321px;
}
.bar .social-block .share {
  background-position: -56px -290px;
}
.bar .social-block .share:hover {
  background-position: -56px -321px;
}
.bar .social-block .email {
  background-position: -84px -290px;
}
.bar .social-block .email:hover {
  background-position: -84px -321px;
}
.bar .sub-nav {
  float: left;
  margin: 0 0 0 49px;
}
@media (max-width: 767px) {
  .bar .sub-nav {
    float: none;
  }
}
@media (max-width: 1024px) {
  .bar .sub-nav {
    margin: 0;
  }
}
.bar .sub-nav ul {
  padding: 0 0 0 11px;
}
@media (max-width: 767px) {
  .bar .sub-nav ul {
    padding: 0;
  }
}
.bar .sub-nav ul > li {
  margin: 0 -2px;
  position: static;
}
@media (max-width: 767px) {
  .bar .sub-nav ul > li {
    position: relative;
  }
}
.bar .sub-nav ul > li > a {
  padding: 0 21px;
  position: relative;
}
@media (max-width: 1024px) {
  .bar .sub-nav ul > li > a {
    padding: 0 12px;
  }
}
.bar .sub-nav ul > li > a:hover {
  background: #f31d1d;
  color: #fff;
}
.bar .sub-nav ul > li > a:hover:after {
  display: block;
}
.bar .sub-nav ul > li > a:after {
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #f31d1d transparent transparent transparent;
  margin: 0 0 0 -7px;
  display: none;
  z-index: 300;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 100%;
}
.bar .sub-nav .active a {
  background: #f31d1d;
  color: #fff;
}
.bar .sub-nav .active a:after {
  display: block;
}
.bar .hover .dropdown-menu {
  display: block;
}
.bar .dropdown-menu {
  background: #fff;
  margin: 1px -9999px 0;
  padding: 0 9999px;
  z-index: 500;
  left: 20px;
  border-bottom: 1px solid #ccc;
  display: none;
  top: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .bar .dropdown-menu {
    padding: 0;
    margin: 0;
    left: 0;
    width: 100%;
  }
}
.bar .dropdown-menu .box {
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .bar .dropdown-menu .box {
    position: relative;
  }
}
.bar .dropdown-menu .box.center {
  border: solid #ccc;
  border-width: 0 1px;
}
@media (max-width: 767px) {
  .bar .dropdown-menu .box.center {
    border-width: 1px 0;
  }
}
.bar .dropdown-menu .holder {
  display: block;
  background: #fff !important;
  color: #aeaeae !important;
  padding: 12px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.bar .dropdown-menu .holder:after {
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #f1f1f1 transparent transparent transparent;
  margin: 0 0 0 -7px;
  display: none !important;
  z-index: 1000;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 100%;
}
.bar .dropdown-menu .holder:hover {
  background: #f1f1f1 !important;
  color: #222 !important;
}
.bar .dropdown-menu .hover .holder {
  background: #f1f1f1 !important;
  color: #222 !important;
}
.bar .dropdown-menu .hover .holder:after {
  display: block !important;
}
.bar .dropdown-menu .hover .drop {
  display: block;
}
.bar .dropdown-menu .image {
  border-radius: 50%;
  margin: 0 13px 0 0;
}
.bar .dropdown-menu .col-sm-4 {
  position: static;
}
.bar .drop {
  width: 100%;
  background: #222;
  color: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 500;
  padding: 31px 0 22px;
  display: none;
}
.bar .drop .title-holder {
  padding: 0 71px 0 28px;
}
@media (max-width: 1024px) {
  .bar .drop .title-holder {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .bar .drop .title-holder {
    padding: 0 10px;
  }
}
.bar .drop h2 {
  border-bottom: 1px solid #444;
  padding: 0 0 7px;
  font: bold 32px/34px 'Merriweather', Arial, Helvetica, sans-serif !important;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .bar .drop h2 {
    font-size: 18px !important;
    line-height: 22px !important;
    text-align: center;
  }
}

.article.center {
  text-align: center;
  padding: 15px 40px 22px;
}
@media (max-width: 767px) {
  .article.center {
    padding: 15px 15px 30px;
  }
}
.article.center h3 {
  margin: 0 20% 14px;
  line-height: 40px;
}
@media (max-width: 1024px) {
  .article.center h3 {
    margin: 0 0 22px;
  }
}
@media (max-width: 767px) {
  .article.center h3 {
    line-height: 22px;
  }
}
.article.center p {
  margin: 0 0 18px;
}
.article.center .more {
  font-style: italic;
  color: #444;
}
.article.center .more:focus, .article.center .more:hover {
  color: #2896d0;
}

.row.center {
  text-align: center;
}

#twocolumns {
  padding: 20px 0 37px;
}
#twocolumns .wrap {
  padding: 0 13px 0 47px;
}
@media (max-width: 1024px) {
  #twocolumns .wrap {
    padding: 0;
  }
}

.article {
  padding: 0 0 57px;
}
.article .image {
  margin: 0 0 34px;
}
.article .image img {
  display: block;
  width: 100%;
  height: auto;
}
.article .image figcaption {
  text-align: right;
  font: 13px/15px 'Roboto', Helvetica, Arial, sans-serif;
  color: #aeaeae;
  padding: 6px 0 0;
}
.article h4 {
  margin: 0 0 19px;
}

.posts-block > h5 {
  text-transform: uppercase;
  margin: 0 0 18px;
  padding: 0 0 7px;
  font: bold 15px/17px 'Roboto Condensed', Arial, Helvetica, sans-serif !important;
  border-bottom: 1px solid #ccc;
}

.list-posts {
  padding: 0 0 20px;
}
.list-posts li {
  overflow: hidden;
  background: url(../images/separator.png) repeat-x;
  padding: 22px 0 9px;
}
.list-posts li:first-child {
  background: none;
  padding-top: 0;
}
.list-posts img {
  float: left;
  margin: 2px 25px 10px 0;
}
@media (max-width: 767px) {
  .list-posts img {
    float: none;
    margin: 0 0 30px;
  }
}
.list-posts .post-content {
  overflow: hidden;
}
.list-posts h5 {
  margin: 0 0 12px;
}
.list-posts p {
  margin: 0 0 30px;
}
.list-posts .btn {
  min-width: 140px;
}

.dark-block {
  background: #f1f1f1;
  padding: 36px 0 8px;
  margin: 0 0 51px;
}
@media (max-width: 767px) {
  .dark-block {
    margin: 0 0 28px;
  }
}
.dark-block .article {
  padding: 15px 100px 22px;
}
@media (max-width: 767px) {
  .dark-block .article {
    padding: 15px 15px 22px;
  }
}
.dark-block .article h4 {
  margin: 0 0 19px;
}

mark {
  padding: 0;
  background: none;
}

.panelinfo {
  border-bottom: 5px solid #222;
  padding: 26px 0 0;
  color: #222;
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  margin: 0 49px 28px;
}
@media (max-width: 1024px) {
  .panelinfo {
    margin: 0 0 28px;
  }
}
@media (max-width: 767px) {
  .panelinfo {
    text-align: center;
  }
}
.panelinfo .title {
  display: block;
  font-size: 22px;
  line-height: 24px;
  margin: 0 0 17px;
}
.panelinfo .title mark {
  background: none;
  color: #f41d1d;
}
.panelinfo .btn {
  text-transform: none;
  font-size: 15px;
  padding: 8px 22px 9px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.panelinfo .btn:hover {
  opacity: 0.8;
}
.panelinfo .signup-form {
  float: right;
  background: none;
  border: none;
  padding: 0;
  margin: 0 0 29px;
}
@media (max-width: 767px) {
  .panelinfo .signup-form {
    float: none;
  }
}
.panelinfo .signup-form:after {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.panelinfo .signup-form label {
  display: block;
  color: #222;
  margin: 0 0 14px;
  letter-spacing: 0;
}
.panelinfo .signup-form label mark {
  color: #2797d1;
  text-transform: none;
}
.panelinfo .signup-form .input-wrap {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ccc;
  max-width: 265px;
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  .panelinfo .signup-form .input-wrap {
    margin: 0 auto;
  }
}

.shar-this-block {
  padding: 0 50px 49px;
}
@media (max-width: 1024px) {
  .shar-this-block {
    padding: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .shar-this-block {
    text-align: center;
    padding: 0 0 10px;
  }
}
.shar-this-block .title {
  display: block;
  text-transform: uppercase;
  margin: 0 0 9px;
  font: bold 13px/15px "Roboto Condensed", Arial, Helvetica, sans-serif;
}
.shar-this-block ul {
  overflow: hidden;
}
.shar-this-block ul li {
  float: left;
  margin: 0 10px 10px 0;
}
@media (max-width: 767px) {
  .shar-this-block ul {
    display: inline-block;
    float: none;
    margin: 0 5px 10px;
  }
}
.shar-this-block ul a {
  display: block;
  width: 25px;
  height: 25px;
  background: url(../images/ico-social.png) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
.shar-this-block ul a:hover {
  opacity: 0.8;
}
.shar-this-block ul .facebook {
  background-position: 0 -353px;
}
.shar-this-block ul .twitter {
  background-position: -35px -353px;
}
.shar-this-block ul .share {
  background-position: 0 -394px;
}
.shar-this-block ul .email {
  background-position: -35px -394px;
}

#footer {
  padding: 0 0 21px;
  background: #e5e5e5;
}

.twit-panel {
  background: #d3d2d2;
  border-bottom: 4px solid #f41c1d;
}

.twitter-block {
  position: relative;
  padding: 30px 0 27px 103px;
  color: #444;
}
@media (max-width: 767px) {
  .twitter-block {
    padding: 90px 0 30px;
    text-align: center;
  }
}
.twitter-block p {
  margin: 0;
}
.twitter-block:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  left: 20px;
  top: 21px;
  background: url(../images/ico-social.png) no-repeat 0 -154px;
}
@media (max-width: 767px) {
  .twitter-block:before {
    left: 50%;
    margin: 0 0 0 -30px;
  }
}
.twitter-block .published {
  font-family: 'Roboto Condensed';
}

.footer-holder {
  background: #222222;
  padding: 43px 0 32px;
}
@media (max-width: 767px) {
  .footer-holder {
    text-align: center;
    padding: 35px 0 0;
  }
}
.footer-holder h3 {
  text-transform: uppercase;
  font: 16px/20px 'Roboto Condensed', Arial, Helvetica, sans-serif !important;
  color: #f4f4f4;
  font-weight: bold;
  margin: 0 0 6px;
}
.footer-holder ul {
  font-size: 13px;
  margin: 0 0 30px;
}
.footer-holder ul li {
  padding: 0 0 3px;
}
.footer-holder ul a {
  color: #aeaeae;
}
.footer-holder ul a:focus, .footer-holder ul a:hover {
  color: #fff;
}
.footer-holder .social {
  overflow: hidden;
  padding: 30px 20px 0 0;
  background: none;
}
@media (max-width: 1024px) {
  .footer-holder .social {
    padding: 30px 0 0;
  }
}
@media (max-width: 767px) {
  .footer-holder .social {
    text-align: center;
  }
}
.footer-holder .social li {
  float: left;
  padding: 0 8px 8px 0;
}
@media (max-width: 767px) {
  .footer-holder .social li {
    float: none;
    display: inline-block;
  }
}
.footer-holder .social a {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/ico-social.png) no-repeat;
  width: 20px;
  height: 20px;
}
.footer-holder .social a:focus, .footer-holder .social a:hover {
  opacity: 0.8;
}
.footer-holder .social .facebook {
  background-position: 0 -230px;
}
.footer-holder .social .twitter {
  background-position: -28px -230px;
}
.footer-holder .social .google {
  background-position: -56px -230px;
}
.footer-holder .social .instagram {
  background-position: -84px -230px;
}
.footer-holder .social .pinterest {
  background-position: 0 -258px;
}
.footer-holder .social .email {
  background-position: -28px -258px;
}
.footer-holder .social .linkedin {
  background-position: -56px -258px;
}
.footer-holder .social .youtube {
  background-position: -84px -258px;
}

.footer-info {
  background: white;
  text-align: center;
}
.footer-info .box.border-l {
  border-left: 1px solid #ccc;
  margin: 0 0 0 58px;
}
@media (max-width: 1024px) {
  .footer-info .box.border-l {
    border-left: none;
    margin: 0;
  }
}
.footer-info .box {
  float: left;
  border-right: 1px solid #ccc;
  height: 100%;
  padding: 31px 26px;
  float: left;
  margin: 0 29px 0 0;
  color: #aeaeae;
  font-size: 12px;
  line-height: 18px;
  /*width: 301px;*/
  width: 290px;
  text-align: left;
}
@media (max-width: 1199px) {
  .footer-info .box {
    width: 280px;
  }
}
@media (max-width: 1024px) {
  .footer-info .box {
    float: none;
    width: auto;
    border-right: none;
    margin: 0;
    padding: 0;
    line-height: 25px;
    text-align: center;
  }
}
.footer-info .box a {
  text-decoration: underline;
  color: #aeaeae;
}
.footer-info .box a:focus, .footer-info .box a:hover {
  text-decoration: none;
}
.footer-info .box .links li {
  display: inline-block;
  border-left: 1px solid #b9b9b9;
  padding: 0 5px 0 10px;
}
.footer-info .box .links li:first-child {
  border: none;
  padding-left: 0;
}
.footer-info .logo {
  padding: 32px 0;
}
@media (max-width: 1024px) {
  .footer-info .logo {
    display: block;
    float: none;
    padding: 20px 0;
  }
}

.selecter .selecter-selected {
  border-color: #ccc;
  padding: 5px 10px;
  color: #222;
  border-radius: 3px;
  font: 12px/23px 'Roboto', Helvetica, Arial, sans-serif;
}
.selecter .selecter-selected:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
}
.selecter .selecter-selected:before {
  content: '';
  position: absolute;
  width: 34px;
  height: 34px;
  left: auto;
  top: -1px;
  right: -1px;
  bottom: -1px;
  background: #898888;
}
.selecter .selecter-item {
  font: 12px/23px 'Roboto', Helvetica, Arial, sans-serif;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
}

.alert .btn,
.btn-group-vertical .btn,
.btn-group .btn,
.btn.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus, .btn-group-vertical > .btn:focus,
.btn-group > .btn:active, .btn-group-vertical > .btn:active,
.btn-group > .btn.active, .btn-group-vertical > .btn.active {
  z-index: 0;
  opacity: 0.8;
}

.input-group-btn .btn {
  text-transform: none;
}

.alert .btn:focus,
.alert .btn:hover {
  opacity: 0.8;
}

.tabbable {
  background: white;
}

.jumbotron-photo img {
  display: block;
  height: auto;
}

.over {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  color: white;
  background: rgba(244, 29, 29, 0.85);
  z-index: 100;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.over:hover {
  color: white;
  opacity: 1;
}
.over:after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 1px;
  overflow: hidden;
  margin: 0 0 0 -5px;
  vertical-align: middle;
}
.over .holder {
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
}
@media (max-width: 1024px) {
  .over .holder {
    padding: 5px 0 0;
  }
}
.over .glyphicon {
  border: 2px solid white;
  border-radius: 50%;
  padding: 7px;
  font-size: 16px;
}
.over .title {
  display: block;
  text-transform: uppercase;
  margin: 22px 0 8px;
  font: bold 15px/17px "Roboto Condensed", Arial, sans-serif;
}
@media (max-width: 1024px) {
  .over .title {
    margin: 5px 0;
  }
}
.over .info {
  display: inline-block;
  border-top: 1px solid white;
  padding: 9px 30px 0;
  line-height: 18px;
}
@media (max-width: 1024px) {
  .over .info {
    padding: 0 20px;
  }
}
.over time {
  display: block;
  font-style: italic;
}

.over.padding {
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  z-index: 10000;
}
@media (max-width: 1024px) {
  .over.padding {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}

.red .over {
  background: #f41d1d;
  background: rgba(244, 29, 29, 0.85);
}

.green .over {
  background: #269516;
  background: rgba(38, 149, 22, 0.85);
}

.blue .over {
  background: #09547c;
  background: rgba(9, 84, 124, 0.85);
}

.yellow .over {
  background: #f5c815;
  background: rgba(245, 200, 21, 0.85);
}

.carousel-indicators,
.carousel-control {
  z-index: 300;
}

.carousel-indicators {
  margin-bottom: 0;
  bottom: 8px;
}

.carousel-indicators .active {
  width: 11px;
  height: 11px;
}

.example-modal .modal-dialog {
  width: 100%;
  margin: 0;
}

label {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  margin: 0 0 7px;
}

.slab {
  margin: 0 0 20px;
  color: #fff;
  padding: 39px 0 18px;
}
.slab h4 {
  margin: 0 0 18px;
}

.slab.blue {
  background: #2896d0;
}

.slab.gray {
  background: #aeaeae url(../images/bg-slab-gray.png) no-repeat 50% 50%;
}

.slab.red {
  background: #f41d1d;
}

.slab.black {
  background: #222;
}

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #289ad6;
  margin: 0;
  width: 48px;
  height: 26px;
}
.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}
.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 13px;
  line-height: 26px;
  margin: 0 9px;
  display: block;
  height: 100%;
  color: #fff;
}
@media (max-width: 767px) {
  .jcf-select .jcf-select-text {
    text-align: left;
  }
}
.jcf-select .jcf-select-opener {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
  right: 8px;
  top: 50%;
  margin: -2px 0 0;
}
@media (max-width: 767px) {
  .jcf-select .jcf-select-opener {
    right: 4px;
  }
}
.jcf-select .jcf-option-hideme {
  display: block;
  height: 100%;
  width: 100%;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/ico02.png) no-repeat 0 50%;
}
.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}
.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

/* custom radio styles */
.jcf-radio {
  float: left;
  position: relative;
  overflow: hidden;
  cursor: default;
  top: 3px;
  background: url(../images/bg-radio.png) no-repeat;
  height: 17px;
  width: 17px;
}
.jcf-radio span {
  display: none;
}
.jcf-radio input[type="radio"] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}

.jcf-radio.jcf-checked {
  background-position: 0 -17px;
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select-drop .jcf-select-drop-content {
  background: #289ad6;
  color: #fff;
}

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #289ad6;
  line-height: 14px;
  font-size: 12px;
  width: 100%;
}
.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}
.jcf-list .jcf-list-content .jcf-option-hideme {
  display: none;
}
.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.jcf-list li {
  overflow: hidden;
  display: block;
}
.jcf-list .jcf-overflow {
  overflow: auto;
}
.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #fff;
  height: 1%;
}
.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}
.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #fff;
  color: #289ad6;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}
.altpanel ul.nav-tabs {
    border-bottom: medium none;
    margin: 0 auto;
    text-align: center;
    width: 50%;
    border-top:1px solid #aeaeae;
	border-left:1px solid #aeaeae;
	border-right:1px solid #aeaeae;
}

.altpanel .tab-content {
    border-top: 1px solid #aeaeae;
    line-height: 20px;
    padding: 11px 21px 5px;
}
.altpanel {
	border:none;
	background:#fff;}
	
.altpanel:after {
    border-radius: 0 0 2px 2px;
    bottom: -1px;
    box-shadow: none;
    content: "";
    height: 5px;
    left: -1px;
    position: absolute;
    top: auto;
    width: 100.5%;
    z-index: -1;
}

.standalone {
	margin:0px;
}

.standalone:after {
    background: none;
    bottom: 0;
    content: "";
    height: 44px;
    left: 0;
    position: absolute;
    top: auto;
    width: 100%;
}


.headlinebackground {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:Black;
    z-index:1;
    /* These three lines are for transparency in all browsers. */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity:.5;
    box-shadow: inset 0px -50px 45px -5px rgba(0,0,0,.95);
}
   


.compact {height: 140px !important}

.sectionarrow { position: relative; 
	background: #f41d1d; 
	width:-moz-max-content; 
	margin:0 auto 28px; 
	text-align:center; 
	font-size: 15px; 
	padding:10px 20px;
	color:#fff;
} 
.sectionarrow:after {     
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #f41d1d rgba(136, 183, 213, 0) rgba(136, 183, 213, 0);
    border-image: none;
    border-right: 12px solid rgba(136, 183, 213, 0);
    border-style: solid;
    border-width: 12px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -12px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0; 
    }

#ui-menu {
	position: fixed;
	top:20px;
	left:0px;
	z-index: 30000;
	font-size: 10px;
	text-transform: uppercase;
}
#ui-menu ul {
	margin:0;
	padding: 0;
}
#ui-menu ul li {
	background: white;
	box-shadow: 0 0 8px #666;
	color:#666;
	padding: 2px 4px;
	margin: 5px 0;	
	list-style-type: none;
}
#ui-menu ul li a {
	color: #666;
}
#ui-menu ul li a:hover {
	color: #fff;
}
#ui-menu ul li:hover {
	background: #333;
	box-shadow: 0 0 12px #666;
	color:#fff;
	padding: 2px 4px;
	margin: 5px 0;	
	list-style-type: none;
}

.compact .holder > h4 {
    margin-top: 44px;
}
.stats {
	text-align: center;
	margin-bottom: 40px;
}		

.stats h2 {
	color:#f41d1d
}
.stats p {
	font-weight: bold;
}
.headline {
	position:relative;
	z-index:100
}
.headline .holder {
	display: inline;
}