/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=88b7552fa5d05baeb48c)
 * Config saved to config.json and https://gist.github.com/88b7552fa5d05baeb48c
 */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default:disabled,
.btn-default[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #666 0%, #262626 100%);
    background-image: -o-linear-gradient(top, #666 0%, #262626 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(#262626));
    background-image: linear-gradient(to bottom, #666 0%, #262626 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666', endColorstr='#262626', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #262626;
	background-color: #262626;
}
.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
    background-color: #c6c6c6;
    background-image: -webkit-linear-gradient(top, #dddddd 0%, #c6c6c6 100%);
    background-image: -o-linear-gradient(top, #dddddd 0%, #c6c6c6 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#c6c6c6));
    background-image: linear-gradient(to bottom, #dddddd 0%, #c6c6c6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#c6c6c6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #c6c6c6;
}
.btn-primary:active,
.btn-primary.active {
  color: #fff;
    background-color: #c6c6c6;
    background-image: -webkit-linear-gradient(top, #dddddd 0%, #c6c6c6 100%);
    background-image: -o-linear-gradient(top, #dddddd 0%, #c6c6c6 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#c6c6c6));
    background-image: linear-gradient(to bottom, #dddddd 0%, #c6c6c6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#c6c6c6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #c6c6c6;
}
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #8f0000;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #4d9900 0%, #2e5c00 100%);
  background-image: -o-linear-gradient(top, #4d9900 0%, #2e5c00 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4d9900), to(#2e5c00));
  background-image: linear-gradient(to bottom, #4d9900 0%, #2e5c00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d9900', endColorstr='#ff2e5c00', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #295200;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #2e5c00;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #2e5c00;
  border-color: #295200;
}
.btn-success:disabled,
.btn-success[disabled] {
  background-color: #2e5c00;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #4c91cd 0%, #337ab7 100%);
  background-image: -o-linear-gradient(top, #4c91cd 0%, #337ab7 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4c91cd), to(#337ab7));
  background-image: linear-gradient(to bottom, #4c91cd 0%, #337ab7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4c91cd', endColorstr='#ff337ab7', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #005252;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #337ab7;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #337ab7;
  border-color: #005252;
}
.btn-info:disabled,
.btn-info[disabled] {
  background-color: #337ab7;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #998200 0%, #5c4e00 100%);
  background-image: -o-linear-gradient(top, #998200 0%, #5c4e00 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#998200), to(#5c4e00));
  background-image: linear-gradient(to bottom, #998200 0%, #5c4e00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff998200', endColorstr='#ff5c4e00', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #524500;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #5c4e00;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #5c4e00;
  border-color: #524500;
}
.btn-warning:disabled,
.btn-warning[disabled] {
  background-color: #5c4e00;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #000000 0%, #000000 100%);
  background-image: -o-linear-gradient(top, #000000 0%, #000000 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  background-image: linear-gradient(to bottom, #000000 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #000000;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #000000;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #000000;
  border-color: #000000;
}
.btn-danger:disabled,
.btn-danger[disabled] {
  background-color: #000000;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #cc0000 0%, #b30000 100%);
  background-image: -o-linear-gradient(top, #cc0000 0%, #b30000 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cc0000), to(#b30000));
  background-image: linear-gradient(to bottom, #cc0000 0%, #b30000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc0000', endColorstr='#ffb30000', GradientType=0);
  background-color: #b30000;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #aeaeae 0%, #949494 100%);
  background-image: -o-linear-gradient(top, #aeaeae 0%, #949494 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#aeaeae), to(#949494));
  background-image: linear-gradient(to bottom, #aeaeae 0%, #949494 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaeaeae', endColorstr='#ff949494', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #777777 0%, #7e7e7e 100%);
  background-image: -o-linear-gradient(top, #777777 0%, #7e7e7e 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#777777), to(#7e7e7e));
  background-image: linear-gradient(to bottom, #777777 0%, #7e7e7e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff777777', endColorstr='#ff7e7e7e', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #cc0000 0%, #990000 100%);
  background-image: -o-linear-gradient(top, #cc0000 0%, #990000 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cc0000), to(#990000));
  background-image: linear-gradient(to bottom, #cc0000 0%, #990000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc0000', endColorstr='#ff990000', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #660000 0%, #730000 100%);
  background-image: -o-linear-gradient(top, #660000 0%, #730000 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#660000), to(#730000));
  background-image: linear-gradient(to bottom, #660000 0%, #730000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff660000', endColorstr='#ff730000', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #cc0000 0%, #b30000 100%);
    background-image: -o-linear-gradient(top, #cc0000 0%, #b30000 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#cc0000), to(#b30000));
    background-image: linear-gradient(to bottom, #cc0000 0%, #b30000 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc0000', endColorstr='#ffb30000', GradientType=0);
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #333333 0%, #202020 100%);
  background-image: -o-linear-gradient(top, #333333 0%, #202020 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#202020));
  background-image: linear-gradient(to bottom, #333333 0%, #202020 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff202020', GradientType=0);
  border-color: #0d0d0d;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #cc0000 0%, #990000 100%);
  background-image: -o-linear-gradient(top, #cc0000 0%, #990000 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cc0000), to(#990000));
  background-image: linear-gradient(to bottom, #cc0000 0%, #990000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc0000', endColorstr='#ff990000', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #4d9900 0%, #336600 100%);
  background-image: -o-linear-gradient(top, #4d9900 0%, #336600 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4d9900), to(#336600));
  background-image: linear-gradient(to bottom, #4d9900 0%, #336600 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d9900', endColorstr='#ff336600', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #4c91cd 0%, #006666 100%);
  background-image: -o-linear-gradient(top, #4c91cd 0%, #006666 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4c91cd), to(#006666));
  background-image: linear-gradient(to bottom, #4c91cd 0%, #006666 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4c91cd', endColorstr='#ff006666', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #998200 0%, #665700 100%);
  background-image: -o-linear-gradient(top, #998200 0%, #665700 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#998200), to(#665700));
  background-image: linear-gradient(to bottom, #998200 0%, #665700 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff998200', endColorstr='#ff665700', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #000000 0%, #000000 100%);
  background-image: -o-linear-gradient(top, #000000 0%, #000000 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  background-image: linear-gradient(to bottom, #000000 0%, #000000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000', GradientType=0);
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #990000;
  background-image: -webkit-linear-gradient(top, #cc0000 0%, #a60000 100%);
  background-image: -o-linear-gradient(top, #cc0000 0%, #a60000 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cc0000), to(#a60000));
  background-image: linear-gradient(to bottom, #cc0000 0%, #a60000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc0000', endColorstr='#ffa60000', GradientType=0);
  border-color: #a60000;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #cc0000 0%, #b30000 100%);
  background-image: -o-linear-gradient(top, #cc0000 0%, #b30000 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cc0000), to(#b30000));
  background-image: linear-gradient(to bottom, #cc0000 0%, #b30000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc0000', endColorstr='#ffb30000', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #333333 0%, #262626 100%);
  background-image: -o-linear-gradient(top, #333333 0%, #262626 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#262626));
  background-image: linear-gradient(to bottom, #333333 0%, #262626 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff262626', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
    .col-xs-15,
    .col-sm-15,
    .col-md-15,
    .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    }
    .col-xs-15 {
    width: 20%;
    float: left;
    }
    @media (min-width: 768px) {
    .col-sm-15 {
    width: 20%;
    float: left;
    }
    }
    @media (min-width: 992px) {
    .col-md-15 {
    width: 20%;
    float: left;
    }
    }
    @media (min-width: 1200px) {
    .col-lg-15 {
    width: 20%;
    float: left;
    }
    }
/*---------  -->Begin<-- Top NavBar Dropdown Menu Main CSS  --------*/

.menu, .menu ul {
list-style: none;
padding: 0;
margin: 0;
}
.menu {
height: 58px;
}
.menu > li {
background: -moz-linear-gradient(#2b4665, #122c58);
background: -ms-linear-gradient(#2b4665, #122c58);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b4665), color-stop(100%, #122c58));
background: -webkit-linear-gradient(#2b4665, #122c58);
background: -o-linear-gradient(#2b4665, #122c58);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b4665', endColorstr='#122c58');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b4665', endColorstr='#122c58')";
background: linear-gradient(#2b4665, #122c58);
border: none;
width: 100%;
display: block;
float: left;
position: relative;
}
.submenu > li {
background: -moz-linear-gradient(#ffffff, #ffffff);
background: -ms-linear-gradient(#ffffff, #ffffff);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
background: -webkit-linear-gradient(#ffffff, #ffffff);
background: -o-linear-gradient(#ffffff, #ffffff);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff')";
background: linear-gradient(#ffffff, #ffffff);
border-bottom: 1px solid #152f5a;
border-top: 1px solid rgb(169, 179, 195);
width: 100%;
}
@media (min-width: 320px){
    .menu > li {
        margin-bottom: 5px;
    }
}
@media (min-width: 768px){
    .menu > li > a{
       margin-bottom: 0px;
    }
}

@media (min-width: 320px){
    .menu > li > a{
        font-size: 18px;
    }
}
@media (min-width: 768px){
    .menu > li > a{
       font-size: 16px;
    }
}
@media (min-width: 992px){
    .menu > li > a{
        font-size: 18px;
    }
}
@media (min-width: 320px){
    .submenu > li > a{
        font-size: 16px;
    }
}
@media (min-width: 768px){
    .submenu > li > a{
       font-size: 14px;
    }
}
@media (min-width: 992px){
    .submenu > li > a{
        font-size: 16px;
    }
}
.menu > li > a {
border-left: 3px solid rgba(0, 0, 0, 0);
color: #fff;
display: block;
font-family: 'Lucida Console';
line-height: 54px;
padding: 0 25px;
text-decoration: none;
text-transform: uppercase;
}
.submenu > li > a {
border-left: 3px solid rgba(0, 0, 0, 0);
color: #152f5a;
display: block;
font-family: 'Lucida Console';
line-height: 54px;
padding: 0 25px;
text-decoration: none;
text-transform: uppercase;
}

/*--------- -->Begin<-- Highlight Top NavBar Dropdown Menu Items on Hover --------*/

.menu > li:hover {
background-color: #1c1c1c;
background: -moz-linear-gradient(#1e3456, #445d7b);
background: -ms-linear-gradient(#1e3456, #445d7b);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e3456), color-stop(100%, #445d7b));
background: -webkit-linear-gradient(#1c1c1c, #445d7b);
background: -o-linear-gradient(#1e3456, #445d7b);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e3456', endColorstr='#445d7b');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e3456', endColorstr='#445d7b')";
background: linear-gradient(#1e3456, #445d7b);
}
.submenu > li:hover {
background-color: #1c1c1c;
background: -moz-linear-gradient(#a5812f, #a5812f);
background: -ms-linear-gradient(#a5812f, #a5812f);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5812f), color-stop(100%, #a5812f));
background: -webkit-linear-gradient(#a5812f, #a5812f);
background: -o-linear-gradient(#a5812f, #a5812f);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5812f', endColorstr='#a5812f');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5812f', endColorstr='#a5812f')";
background: linear-gradient(#a5812f, #a5812f);
border: none;
}
.menu > li:hover > a {
    border-radius: 25px 0 0 0;
    border-left: 3px solid #ceac60;
    color: #ceac60;
}

/*--------- -->End<-- Highlight Top NavBar Dropdown Menu Items on Hover --------*/

/*--------- -->Begin<-- Rotate 90 deg Top NavBar Dropdown Menu Items on Hover --------*/

/* submenu styles */
.submenu {
left: 0;
max-height: 0;
position: absolute;
top: 100%;
z-index: 0;
-webkit-perspective: 400px;
-moz-perspective: 400px;
-ms-perspective: 400px;
-o-perspective: 400px;
perspective: 400px;
min-width: 223px;
}
.submenu li {
opacity: 0;
-webkit-transform: rotateY(90deg);
-moz-transform: rotateY(90deg);
-ms-transform: rotateY(90deg);
-o-transform: rotateY(90deg);
transform: rotateY(90deg);
-webkit-transition: opacity .4s, -webkit-transform .5s;
-moz-transition: opacity .4s, -moz-transform .5s;
-ms-transition: opacity .4s, -ms-transform .5s;
-o-transition: opacity .4s, -o-transform .5s;
transition: opacity .4s, transform .5s;
}
.menu .submenu li:hover a {
border-left: 3px solid #454545;
border-radius: 0;
color: #ffffff;
}
.menu > li:hover .submenu, .menu > li:focus .submenu {
max-height: 2000px;
z-index: 10;
}
.menu > li:hover .submenu li, .menu > li:focus .submenu li {
opacity: 1;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}

/*--------- -->End<-- Rotate 90 deg Top NavBar Dropdown Menu Items on Hover --------*/

/*--------- -->Begin<-- Delay Top NavBar Dropdown Menu Items on Hover --------*/

/* CSS3 delays for transition effects */
.menu li:hover .submenu li:nth-child(1) {
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
-ms-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
}
.menu li:hover .submenu li:nth-child(2) {
-webkit-transition-delay: 50ms;
-moz-transition-delay: 50ms;
-ms-transition-delay: 50ms;
-o-transition-delay: 50ms;
transition-delay: 50ms;
}
.menu li:hover .submenu li:nth-child(3) {
-webkit-transition-delay: 100ms;
-moz-transition-delay: 100ms;
-ms-transition-delay: 100ms;
-o-transition-delay: 100ms;
transition-delay: 100ms;
}
.menu li:hover .submenu li:nth-child(4) {
-webkit-transition-delay: 150ms;
-moz-transition-delay: 150ms;
-ms-transition-delay: 150ms;
-o-transition-delay: 150ms;
transition-delay: 150ms;
}
.menu li:hover .submenu li:nth-child(5) {
-webkit-transition-delay: 200ms;
-moz-transition-delay: 200ms;
-ms-transition-delay: 200ms;
-o-transition-delay: 200ms;
transition-delay: 200ms;
}
.menu li:hover .submenu li:nth-child(6) {
-webkit-transition-delay: 250ms;
-moz-transition-delay: 250ms;
-ms-transition-delay: 250ms;
-o-transition-delay: 250ms;
transition-delay: 250ms;
}
.menu li:hover .submenu li:nth-child(7) {
-webkit-transition-delay: 300ms;
-moz-transition-delay: 300ms;
-ms-transition-delay: 300ms;
-o-transition-delay: 300ms;
transition-delay: 300ms;
}
.menu li:hover .submenu li:nth-child(8) {
-webkit-transition-delay: 350ms;
-moz-transition-delay: 350ms;
-ms-transition-delay: 350ms;
-o-transition-delay: 350ms;
transition-delay: 350ms;
}
.menu li:hover .submenu li:nth-child(9) {
-webkit-transition-delay: 400ms;
-moz-transition-delay: 400ms;
-ms-transition-delay: 400ms;
-o-transition-delay: 400ms;
transition-delay: 400ms;
}
.submenu li:nth-child(1) {
-webkit-transition-delay: 400ms;
-moz-transition-delay: 400ms;
-ms-transition-delay: 400ms;
-o-transition-delay: 400ms;
transition-delay: 400ms;
}
.submenu li:nth-child(2) {
-webkit-transition-delay: 350ms;
-moz-transition-delay: 350ms;
-ms-transition-delay: 350ms;
-o-transition-delay: 350ms;
transition-delay: 350ms;
}
.submenu li:nth-child(3) {
-webkit-transition-delay: 300ms;
-moz-transition-delay: 300ms;
-ms-transition-delay: 300ms;
-o-transition-delay: 300ms;
transition-delay: 300ms;
}
.submenu li:nth-child(4) {
-webkit-transition-delay: 250ms;
-moz-transition-delay: 250ms;
-ms-transition-delay: 250ms;
-o-transition-delay: 250ms;
transition-delay: 250ms;
}
.submenu li:nth-child(5) {
-webkit-transition-delay: 200ms;
-moz-transition-delay: 200ms;
-ms-transition-delay: 200ms;
-o-transition-delay: 200ms;
transition-delay: 200ms;
}
.submenu li:nth-child(6) {
-webkit-transition-delay: 150ms;
-moz-transition-delay: 150ms;
-ms-transition-delay: 150ms;
-o-transition-delay: 150ms;
transition-delay: 150ms;
}
.submenu li:nth-child(7) {
-webkit-transition-delay: 100ms;
-moz-transition-delay: 100ms;
-ms-transition-delay: 100ms;
-o-transition-delay: 100ms;
transition-delay: 100ms;
}
.submenu li:nth-child(8) {
-webkit-transition-delay: 50ms;
-moz-transition-delay: 50ms;
-ms-transition-delay: 50ms;
-o-transition-delay: 50ms;
transition-delay: 50ms;
}
.submenu li:nth-child(9) {
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
-ms-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
}

/*--------- -->End<-- Delay Top NavBar Dropdown Menu Items on Hover --------*/

/*--------- -->End<-- Top NavBar Dropdown Menu Main CSS  --------*/