/*!
* ayman css 00201099959959
 */
.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, #fff 0, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 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, .btn-default[disabled] {
  background-color: #e0e0e0;
  background-image: none; }

.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#265a88));
  background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580; }

.btn-primary:hover, .btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px; }

.btn-primary:active, .btn-primary.active {
  background-color: #265a88;
  border-color: #245580; }

.btn-primary.disabled, .btn-primary:disabled, .btn-primary[disabled] {
  background-color: #265a88;
  background-image: none; }

.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e; }

.btn-success:hover, .btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px; }

.btn-success:active, .btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e; }

.btn-success.disabled, .btn-success:disabled, .btn-success[disabled] {
  background-color: #419641;
  background-image: none; }

.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9; }

.btn-info:hover, .btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px; }

.btn-info:active, .btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9; }

.btn-info.disabled, .btn-info:disabled, .btn-info[disabled] {
  background-color: #2aabd2;
  background-image: none; }

.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13; }

.btn-warning:hover, .btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px; }

.btn-warning:active, .btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13; }

.btn-warning.disabled, .btn-warning:disabled, .btn-warning[disabled] {
  background-color: #eb9316;
  background-image: none; }

.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28; }

.btn-danger:hover, .btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px; }

.btn-danger:active, .btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28; }

.btn-danger.disabled, .btn-danger:disabled, .btn-danger[disabled] {
  background-color: #c12e2a;
  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, color-stop(0, #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, #337ab7 0, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-color: #2e6da4; }

.navbar-default {
  background-image: -webkit-linear-gradient(top, #fff 0, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #fff 0, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', 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, #dbdbdb 0, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dbdbdb), to(#e2e2e2));
  background-image: linear-gradient(to bottom, #dbdbdb 0, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', 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, #3c3c3c 0, #222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0, #222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3c3c3c), to(#222));
  background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', 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, #080808 0, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #080808), to(#0f0f0f));
  background-image: linear-gradient(to bottom, #080808 0, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', 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, #337ab7 0, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', 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, color-stop(0, #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, #d9edf7 0, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea; }

.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, color-stop(0, #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, color-stop(0, #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, color-stop(0, #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, #337ab7 0, #286090 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#286090));
  background-image: linear-gradient(to bottom, #337ab7 0, #286090 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0); }

.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0); }

.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0); }

.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0); }

.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', 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 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0, #2b669a 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2b669a));
  background-image: linear-gradient(to bottom, #337ab7 0, #2b669a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  border-color: #2b669a; }

.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, color-stop(0, #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, #337ab7 0, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', 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, color-stop(0, #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, #d9edf7 0, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', 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, color-stop(0, #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, color-stop(0, #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, color-stop(0, #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); }

/*!
 bootstrap 3 ayman gaber 
 */
.bootstrap-select {
  width: 220px \0; }

.bootstrap-select > .btn {
  width: 100%;
  padding-right: 25px; }

.error .bootstrap-select .btn {
  border: 1px solid #b94a48; }

.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48; }

.bootstrap-select.fit-width {
  width: auto !important; }

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px; }

.bootstrap-select .btn:focus {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none; }

.bootstrap-select.form-control:not([class*=col-]) {
  width: 100%; }

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*=col-].dropdown-menu-right, .row-fluid .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
  float: right; }

.form-search .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group {
  margin-bottom: 0; }

.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0; }

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%; }

.input-append .bootstrap-select.btn-group {
  margin-left: -1px; }

.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px; }

.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed; }

.bootstrap-select.btn-group > .disabled:focus {
  outline: 0 !important; }

.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left; }

.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }

.bootstrap-select.btn-group[class*=col-] .btn {
  width: 100%; }

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative; }

.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small, .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small, .bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
  color: #64b1d8;
  color: rgba(100, 177, 216, 0.4); }

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed; }

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer; }

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em; }

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none; }

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block; }

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: .5em; }

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: .9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px; }

.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static; }

.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 1036; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
  border-bottom-color: rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-bottom: 0;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #ccc;
  border-top-color: rgba(204, 204, 204, 0.2); }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #fff;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block; }

.bs-searchbox, .bs-actionsbox {
  padding: 4px 8px; }

.bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bs-actionsbox .btn-group button {
  width: 50%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.bs-searchbox input.form-control {
  margin-bottom: 0;
  width: 100%; }

.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/media/3754/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/media/3751/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/media/3750/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/media/3753/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/media/3755/fancybox_sprite-2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("/media/3752/fancybox_loading-2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0; }

.group:after, .horizontal-ul:after, .footer_bottomFooter #footerLinks:after, #main-header:after, .footer_subFooter .social:after, #mobile_main-footer .footer_subFooter .two .social:after {
  content: "";
  display: table;
  clear: both; }

.reset-ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .reset-ul LI {
    margin: 0;
    padding: 0;
    list-style: none; }

.table {
  margin-bottom: 0; }

@media (min-width: 768px) {
  .table {
    display: table;
    table-layout: fixed;
    width: 90%;
    margin-bottom: 0; }
    .table .table-cell {
      display: table-cell;
      float: none;
      vertical-align: middle; } }
.center-text {
  text-align: center; }

.text-left {
  text-align: left; }

.horizontal-ul LI, .footer_bottomFooter #footerLinks LI {
  float: left; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.image IMG {
  height: auto;
  max-width: 100%;
  width: 100%; }
  body {
    font-family: "Titillium Web", Helvetica, Arial, sans-serif;
    font-size: 18px;
    overflow-x: hidden;
}
  

.nav_icon {
  display: block;
  padding-left: 60px !important;
  min-height: 56px; }

  .nav_icon.icon_road {
    background: url(/images/icons/nav_road.png) no-repeat left center !important; }
  .nav_icon.icon_building {
    background: url(/images/icons/nav_building.png) no-repeat left center !important; }
  .nav_icon.icon_gear {
    background: url(/images/icons/nav_gear.png) no-repeat left center !important; }
  .nav_icon.icon_plug {
    background: url(/images/icons/nav_plug.png) no-repeat left center !important; }
  .nav_icon.icon_battery {
    background: url(/images/icons/nav_battery.png) no-repeat left center !important; }

#main-header {
  margin-bottom: 0; }

/* ============================================================================================== */
/* !TOP NAVIGATION */
.navbar-default {
  background: #fff; }

.navbar-top {
  background: #00536d;
  padding: 10px 0px;
  min-height: 20px;
  margin-bottom: 0px;
  border-radius: 0; }
  .navbar-top .nav > li > a {
    color: #fff;
    padding-top: 0;
    padding-bottom: 0; }
    .navbar-top .nav > li > a:hover {
      color: #ccc; }
  .navbar-top .navbar-nav LI {
    border-right: 1px solid #fff; }
    .navbar-top .navbar-nav LI:last-child {
      border: 0; }
  .navbar-top .left {
    float: left; }
  .navbar-top .flag {
    margin-left: 10px; }
  .navbar-top .btn {
    white-space: normal; }

#site_top-navigation .dropdown-toggle {
  background: transparent;
  border: 0;
  box-shadow: none;
  text-shadow: none;
  padding-top: 1px;
  color: #fff; }
#site_top-navigation .dropdown-menu {
  left: auto;
  right: 0px;
  z-index: 9999;
  top: 38px; }
  #site_top-navigation .dropdown-menu A {
    color: #00536d; }

.navbar-fixed-top {
  border: 0; }

@media (min-width: 768px) {
  .navbar-fixed-top {
    left: auto;
    right: auto;
    width: auto;
    margin-bottom: 0;
    border: 0; } }
.navbar-brand {
  padding: 10px 0px 10px 0px;
  margin-left: 0px !important;
  height: auto; }
  @media (max-width: 767px) {
    .navbar-brand {
      margin-left: 15px !important;
      width: 40%; } }

.navbar-toggle {
  margin-top: 65px; }

.main-navigation {
  position: relative; }
  @media (max-width: 767px) {
    .main-navigation {
      position: fixed; } }
  .main-navigation > .container {
    position: relative; }
  .main-navigation .nav > LI {
    font-size: 20px;
    color: #414042;
    /*
    		&.small {
    			font-size: 12px;
    		}
    */ }
    .main-navigation .nav > LI A {
      color: #414042;
      border-bottom: 5px solid transparent; }
      .main-navigation .nav > LI A.active {
        border-color: #00536d; }
      .main-navigation .nav > LI A:hover {
        color: #7f7f7f; }
  .main-navigation .navbar-right {
    position: absolute;
    bottom: 0px;
    right: 30px; }
    @media (max-width: 767px) {
      .main-navigation .navbar-right {
        position: relative;
        bottom: auto;
        right: auto; } }
  .main-navigation .input-group {
    max-width: 200px; }
    @media (max-width: 767px) {
      .main-navigation .input-group {
        max-width: none;
        width: 100%; } }
  .main-navigation .navbar-nav > li > a {
    padding-top: 6px;
    padding-bottom: 10px; }
  .main-navigation .input-group-addon {
    background: transparent;
    border-left: 0; }
  .main-navigation .form-control {
    border-right: 0; }
  .main-navigation .nav .open > a, .main-navigation .nav .open > a:hover, .main-navigation .nav .open > a:focus {
    border-color: transparent; }
  .main-navigation .nav > li > a:hover, .main-navigation .nav > li > a:focus {
    background: transparent; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background: none !important;
  box-shadow: none;
  color: #00536d; }

#desktop_searchContainer {
  float: right;
  margin-left: 30px; }
  @media (max-width: 767px) {
    #desktop_searchContainer {
      margin-left: 0; } }

@media (min-width: 768px) and (max-width: 1023px) {
  #desktop_searchContainer {
    position: absolute;
    top: -40px;
    right: 10px;
    float: none; } }
@media (max-width: 767px) {
  .navbar-collapse {
    border-bottom: 2px solid #00536d !important; }

  #desktop_searchContainer {
    float: none;
    margin-bottom: 20px;
    padding: 10px 15px 0px 15px; } }
.dropdown-menu {
  width: 300px;
  border-bottom: 5px solid #00536d;
  padding: 10px; }
  .dropdown-menu > li > a {
    white-space: normal; }
  .dropdown-menu SMALL {
    display: block; }

   
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-repeat: none;
  background-image: inherit;
  background-color: transparent; }

.navbar-right .dropdown-menu {
  left: 0; }

#mobile_country_toggle {
  position: absolute;
  top: 10px;
  right: 5px; }
  #mobile_country_toggle .btn {
    background: transparent;
    border: 0;
    box-shadow: none; }

#company-brand {
  background: #00536d; }

/* ============================================================================================== */
/* !BODY */
@media (max-width: 767px) {
  #body {
    padding-top: 130px; } }
/* ============================================================================================== */
/* !MAIN FOOTER */
#desktop_main-footer {
  background: #1d1d1d;
  color: #888; }
  #desktop_main-footer A {
    color: #888; }
  #desktop_main-footer .bullet-arrow LI:before {
    color: #888; }
  #desktop_main-footer STRONG {
    color: #e5e5e5; }
  #desktop_main-footer P {
    margin-bottom: 0; }
  #desktop_main-footer INPUT {
    background: #888;
    color: #e5e5e5;
    border: 0;
    color: #f9f9f9;
    border-radius: 4px 0px 0px 4px; }
  #desktop_main-footer .input-group-addon {
    border-left: 0;
    background: #888;
    border: 0;
    color: #f9f9f9; }
  #desktop_main-footer .line {
    border-left: 1px solid #888; }
    @media (max-width: 992px) {
      #desktop_main-footer .line {
        border: 0; } }
  #desktop_main-footer .call {
    margin-top: 50px; }

.footer_subFooter {
  background: #2e2e2e;
  padding: 30px 0px; }
  .footer_subFooter .social {
    line-height: 5em; }
    .footer_subFooter .social LI {
      float: left;
      margin: 0px 4px 0px 0px; }
      .footer_subFooter .social LI:first-child {
        margin-right: 8px; }
      .footer_subFooter .social LI:last-child {
        margin: 0; }
  .footer_subFooter .fa-stack {
    font-size: 1.25em; }
  .footer_subFooter .fa-stack-2x {
    color: #fff; }
  .footer_subFooter .fa-stack-1x {
    color: #1d1d1d; }

.footer_bottomFooter {
  padding: 10px 0px 100px 0px; }
  .footer_bottomFooter #footerLinks LI.link {
    padding-top: 4px;
    margin-right: 15px; }
  .footer_bottomFooter #footerLinks LI:last-child {
    margin-rght: 0; }
  .footer_bottomFooter .copy {
    padding-top: 4px; }
  .footer_bottomFooter .fa-stack-2x {
    color: #fff; }
  .footer_bottomFooter .fa-stack-1x {
    color: #1d1d1d; }

#mobile_main-footer {
  background: #1d1d1d;
  color: #888; }
  #mobile_main-footer A {
    color: #888; }
  #mobile_main-footer .footer_subFooter .one {
    border-bottom: 1px solid #7f7f7f;
    padding: 0px 0px 30px 0px; }
  #mobile_main-footer .footer_subFooter .two {
    padding: 30px 0px 0px 0px; }
    #mobile_main-footer .footer_subFooter .two > DIV:first-child {
      border-right: 1px solid #7f7f7f; }
    #mobile_main-footer .footer_subFooter .two .social LI {
      display: inline-block; }
      #mobile_main-footer .footer_subFooter .two .social LI A {
        display: block; }
      #mobile_main-footer .footer_subFooter .two .social LI .fa-stack {
        height: 3em;
        width: 3em;
        line-height: 3em; }
      #mobile_main-footer .footer_subFooter .two .social LI .fa-stack-2x {
        font-size: 3em;
        color: #fff; }
      #mobile_main-footer .footer_subFooter .two .social LI .fa-stack-1x {
        color: #2e2e2e;
        font-size: 1.5em; }
  #mobile_main-footer .footer_subFooter .title {
    color: #e5e5e5;
    font-weight: bold;
    font-size: 20px;
    margin: 0px 0px 10px 0px; }
  #mobile_main-footer .footer_subFooter A {
    color: #e5e5e5; }
  #mobile_main-footer .footer_bottomFooter {
    padding: 40px 0px 50px 0px;
    font-size: 18px; }
  #mobile_main-footer .copyright {
    color: #e5e5e5;
    margin-top: 40px; }
  #mobile_main-footer .subscribe_form .form-inline .row > DIV:first-child {
    padding-right: 0; }
  #mobile_main-footer .subscribe_form INPUT {
    background: #414041;
    border: 1px solid #5f5f5f;
    border-radius: 0; }
  #mobile_main-footer .subscribe_form BUTTON, 
  #mobile_main-footer .subscribe_form A {
    background: #a6a6a6;
    color: #0B0B0B;
    text-shadow: none;
    font-weight: bold; }
  #mobile_main-footer .subscribe_success {
    display: none; }

/* ============================================================================================== */
/* !PANELS */
.panel {
  border: 1px solid #00536d; }
  .panel .panel-heading {
    background: #00536d;
    color: #fff;
    font-size: 18px; }
  .panel.no-border {
    border: 0; }
  .panel.teal {
    border-color: #46afc3; }
    .panel.teal .panel-heading {
      background: #46afc3; }
  .panel.green {
    border-color: #70ae52; }
    .panel.green .panel-heading {
      background: #70ae52; }
  .panel.mauve {
    border-color: #91a3ba; }
    .panel.mauve .panel-heading {
      background: #91a3ba; }
  .panel .btn-primary {
    background: #00536d !important; }

.panel-default {
  border-radius: 0; }
  .panel-default .panel-heading {
    border-radius: 0; }

/* ============================================================================================== */
/* !WELLS */
.well {
  border-radius: 0;
  border: 0;
  background: #f9f9f9; }

/* ============================================================================================== */
/* !BUTTONS */
.btn-default {
  background: #f9f9f9;
  color: #828282;
  border-radius: 0;
  border: 1px solid #00536d;
  box-shadow: 0; }

.btn-primary {
  background: #00536d;
  color: #fff;
  border-radius: 0;
  border: 0;
  box-shadow: 0; }

.btn-wider {
  width: 50%; }
  @media (max-width: 599px) {
    .btn-wider {
      width: 100%; } }

/*
.dropdown-toggle {
	.glyphicon {
		float: right;
		color: $default;
	}
	
	+ .dropdown-menu {
		left: 15px;
		width: 100%;
		max-width: 350px;
		
		@media (max-width: 991px) {
			max-width: 690px;
		}
	}
}
*/
/* ============================================================================================== */
/* !MEDIA */
.media {
  border-bottom: 1px solid #e5e5e5;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 20px 0px; }
  .media:last-child {
    border: 0; }
  .media .media-heading {
    font-weight: bold;
    margin: 0; }
  .media IMG.bordered           {    border: 5px solid #00536d; }
/*  .media.teal .media-heading    {    color: #46afc3; }
  .media.teal .media-right IMG  {    border-color: #46afc3; }
  .media.green .media-heading   {    color: #70ae52; }
  .media.green .media-right IMG {    border-color: #70ae52; }
  .media.mauve .media-heading   {    color: #91a3ba; }
  .media.mauve .media-right IMG {    border-color: #91a3ba; }
*/

A.media {
  color: #00536d;
  text-decoration: none; }
  A.media:hover {
    color: #7f7f7f; }

/* ============================================================================================== */
/* !FORMS */
.form-horizontal INPUT {
  border: 1px solid #00536d;
  border-radius: 0; }

.carouselFeature .image {
  position: relative; }
  .carouselFeature .image:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 98;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, transparent 51%, rgba(0, 0, 0, 0.75) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(51%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, transparent 51%, rgba(0, 0, 0, 0.75) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, transparent 51%, rgba(0, 0, 0, 0.75) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, transparent 51%, rgba(0, 0, 0, 0.75) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, transparent 51%, rgba(0, 0, 0, 0.75) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80000000',GradientType=0 );
    /* IE6-8 */ }
.carouselFeature .excerpt, .carouselFeature .copy {
  z-index: 99; }

.grey                                       {  color: #7f7f7f; }

H1.default, H2.default, H3.default, STRONG.default, .title.default  {  color: #00536d; }
H1.teal, H2.teal, H3.teal, STRONG.teal, .title.teal                 {  color: #46afc3; }
H1.mauve, H2.mauve, H3.mauve, STRONG.mauve, .title.mauve            {  color: #91a3ba; }
H1.green, H2.green, H3.green, STRONG.green, .title.green            {  color: #70ae52; }

.default .bullet-arrow LI:before,
    .default .bullet-check LI:before        {  color: #00536d; }
.default #company-brand                     {  background: #00536d; }
.default #desktop_company-brand             {  color: #00536d; }

.green .media IMG.bordered                  {  border-color: #70ae52; }
.green .media .btn-primary                  {  background: #70ae52; }
.green .media-heading                       {  color: #70ae52; }
.mauve .media IMG.bordered                  {  border-color: #91a3ba; }
.mauve .media .btn-primary                  {  background: #91a3ba; }
.mauve .media-heading                       {  color: #91a3ba; }
.teal  .media IMG.bordered                  {  border-color: #46afc3; }
.teal  .media .btn-primary                  {  background: #46afc3; }
.teal  .media-heading                       {  color: #46afc3; }

.green.block .media IMG.bordered            {  border-color: #70ae52; }
.green.block .media .btn-primary            {  background: #70ae52; }
.green.block .media-heading                 {  color: #70ae52; }
.mauve.block .media IMG.bordered            {  border-color: #91a3ba; }
.mauve.block .media .btn-primary            {  background: #91a3ba; }
.mauve.block .media-heading                 {  color: #91a3ba; }
.teal.block  .media IMG.bordered            {  border-color: #46afc3; }
.teal.block  .media .btn-primary            {  background: #46afc3; }
.teal.block  .media-heading                 {  color: #46afc3; }


.teal H2, .teal.block H2                    {  color: #46afc3; }
.teal H3, .teal.block H3                    {  color: #46afc3; }
.teal .navbar-top                           {  background: #46afc3; }
.teal .brand                                {  color: #46afc3; }
.teal .main-navigation .nav > LI A.active   {  border-color: #46afc3; }
.teal .panel-primary .panel-heading         {  background: #46afc3; }
.teal.media .media-heading                  {  color: #46afc3; }
.teal .bullet-arrow LI:before,
    .teal .bullet-check LI:before           {  color: #46afc3; }
.teal.media IMG.bordered                    {  border-color: #46afc3; }
.teal.media .btn-primary                    {  background: #46afc3; }
.teal.media .media-heading                  {  color: #46afc3; }
.block .teal.media IMG.bordered             {  border-color: #46afc3; }
.block .teal.media .btn-primary             {  background: #46afc3; }
.block .teal.media .media-heading           {  color: #46afc3; }
.teal #mobile_company-brand, 
    .teal #company-brand                    {  background: #46afc3;  border-color: transparent; }
.teal #desktop_company-brand                {  color: #46afc3; }
.teal .page-navigation .nav-pills > li.active > a,
    .teal .page-navigation .nav-pills > li.active > a:hover, 
    .teal .page-navigation .nav-pills > li.active > a:focus    {  background: #e5e5e5;  color: #46afc3; }
.teal.copyright                             {  color: #46afc3; }

.mauve H2, .mauve.block H2                  {  color: #91a3ba; }
.mauve H3, .mauve.block H3                  {  color: #91a3ba; }
.mauve .navbar-top                          {  background: #91a3ba; }
.mauve .brand                               {  color: #91a3ba; }
.mauve .main-navigation .nav > LI A.active  {  border-color: #91a3ba; }
.mauve .panel-primary .panel-heading        {  background: #91a3ba; }
.mauve .panel-primary .title                {  color: #91a3ba; }
.mauve.media .media-heading                 {  color: #91a3ba; }
.mauve.media IMG.bordered                   {  border-color: #91a3ba; }
.mauve.media .btn-primary                   {  background: #91a3ba; }
.block .mauve.media .media-heading          {  color: #91a3ba; }
.block .mauve.media IMG.bordered            {  border-color: #91a3ba; }
.block .mauve.media .btn-primary            {  background: #91a3ba; }
.mauve .bullet-arrow LI:before,
    .mauve .bullet-check LI:before          {  color: #91a3ba; }
.mauve .page-navigation .nav-pills > li.active > a,
    .mauve .page-navigation .nav-pills > li.active > a:hover, 
    .mauve .page-navigation .nav-pills > li.active > a:focus    {  background: #e5e5e5;  color: #91a3ba; }
.mauve #mobile_company-brand, 
    .mauve #company-brand                   {  background: #91a3ba;  border-color: transparent; }
.mauve #desktop_company-brand               {  color: #91a3ba; }
.mauve.copyright                             {  color: #91a3ba; }

.green H2, .green.block H2                  {  color: #70ae52; }
.green H3, .green.block H3                  {  color: #70ae52; }
.green .navbar-top                          {  background: #70ae52; }
.green .brand                               {  color: #70ae52; }
.green .main-navigation .nav > LI A.active  {  border-color: #70ae52; }
.green .panel-primary .panel-heading        {  background: #70ae52; }
.green.media .media-heading                 {  color: #70ae52; }
.green.media IMG.bordered                   {  border-color: #70ae52; }
.green.media .btn-primary                   {  background: #70ae52; }
.block .green.media .media-heading          {  color: #70ae52; }
.block .green.media IMG.bordered            {  border-color: #70ae52; }
.block .green.media .btn-primary            {  background: #70ae52; }
.green .bullet-arrow LI:before,
.green .bullet-check LI:before              {  color: #70ae52; }
.green #mobile_company-brand, 
    .green #company-brand                   {  background: #70ae52;  border-color: transparent; }
.green #desktop_company-brand               {  color: #70ae52; }
.green .page-navigation .nav-pills > li.active > a,
    .green .page-navigation .nav-pills > li.active > a:hover, 
    .green .page-navigation .nav-pills > li.active > a:focus    {  background: #e5e5e5;  color: #70ae52; }
.green.copyright                             {  color: #70ae52; }

.bullet-arrow.default LI:before,
    .bullet-check.default LI:before         {  color: #00536d; }

@media (max-width: 767px) {
  .main-navigation .nav > LI A {
    border: 0;
    padding-top: 15px;
    padding-bottom: 15px; }
    .main-navigation .nav > LI A.active {
      background: #00536d;
      color: #fff; } }
.mailing-list .btn {
  background: #00536d; }

#desktop_company-brand {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 36px;
  font-weight: 400; }
  @media (max-width: 991px) {
    #desktop_company-brand {
      top: 10px;
      font-size: 20px;
      right: 20px; } }

#mobile_company-brand {
  padding: 5px 15px;
  text-align: right;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: 1px solid #00536d; }

#company-brand {
  padding: 5px 15px;
  text-align: right;
  font-weight: bold;
  color: #fff;
  font-size: 20px; }

#hero {
  position: relative; }
  #hero .container {
    position: relative;
    height: 300px; }
  #hero .copy {
    position: absolute;
    width: 100%;
    top: 25%;
    left: 0px;
    color: #00536d; }
    #hero .copy SMALL {
      display: block;
      font-size: 20px;
      line-height: 15px;
      font-weight: bold; }
    #hero .copy BIG {
      display: block;
      font-size: 30px;
      line-height: 30px;
      font-weight: bold; }
    #hero .copy P {
      font-size: 20px;
      line-height: normal;
      font-weight: bold; }
    @media (min-width: 600px) {
      #hero .copy SMALL {
        font-size: 36px;
        line-height: 36px; }
      #hero .copy BIG {
        font-size: 68px;
        line-height: 68px; }
      #hero .copy P {
        font-size: 20px; } }

#hero-secondary {
  position: relative;
  background: url(/images/hero_secondary.png) no-repeat center center/cover;
  margin: 0px 0px 50px 0px;
  min-height: 200px;
  display: flex;
  align-items: center; }
  #hero-secondary > .container {
    position: relative; }
  #hero-secondary .copy {
    padding: 50px 0px; }
    #hero-secondary .copy.icon {
      padding-left: 120px; }
      @media (max-width: 599px) {
        #hero-secondary .copy.icon {
          padding-left: 0;
          background: none !important; } }
    #hero-secondary .copy.icon_road {
      background: url(/images/icons/large_road.png) no-repeat left center; }
    #hero-secondary .copy.icon_plug {
      background: url(/images/icons/large_plug.png) no-repeat left center; }
    #hero-secondary .copy.icon_book {
      background: url(/images/icons/large_book.png) no-repeat left center; }
  #hero-secondary H1 {
    color: #00536d;
    font-weight: bold;
    margin: 0px 0px 10px 0px; }
    @media (max-width: 599px) {
      #hero-secondary H1 {
        font-size: 24px; } }
  #hero-secondary P {
    color: #231f20;
    margin: 0px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    max-width: 70%; }
    @media (max-width: 599px) {
      #hero-secondary P {
        font-size: 16px; } }
    #hero-secondary P SPAN {
      display: block; }
      @media (max-width: 991px) {
        #hero-secondary P SPAN {
          display: inline; } }

.brand {
  font-size: 24px;
  text-align: right;
  margin: 0px 0px 10px 0px; }

#main > .container {
  padding-bottom: 100px; }
#main .main A {
  color: #333; }

.panel-primary {
  border: 0;
  border-radius: 0;
  box-shadow: none; }
  .panel-primary .panel-heading {
    background: #46afc3;
    border: 0;
    border-radius: 0;
    font-size: 18px; }

.bullet-default {
  margin: 0;
  padding: 0; }
  .bullet-default LI {
    position: relative;
    list-style: none;
    padding: 0px 0px 0px 15px;
    margin: 0px 0px 10px 0px; }
    .bullet-default LI:before {
      content: "\f111";
      font-family: FontAwesome;
      position: absolute;
      top: 9px;
      left: 0px;
      font-size: 4px;
      color: #00536d;
      color: #000; }

.bullet-arrow, .panel-body UL {
  margin: 0;
  padding: 0; }
  .bullet-arrow LI, .panel-body UL LI {
    position: relative;
    list-style: none;
    padding: 0px 0px 0px 15px;
    margin: 0px 0px 10px 0px; }
    .bullet-arrow LI:before, .panel-body UL LI:before {
      content: "\f054";
      font-family: FontAwesome;
      position: absolute;
      top: 4px;
      left: 0px;
      font-size: 12px;
      color: #00536d; }

.bullet-check {
  margin: 0;
  padding: 0; }
  .bullet-check LI {
    position: relative;
    list-style: none;
    padding: 0px 0px 0px 15px;
    margin: 0px 0px 10px 0px; }
    .bullet-check LI:before {
      content: "\f058";
      font-family: FontAwesome;
      position: absolute;
      top: 4px;
      left: 0px;
      font-size: 12px;
      color: #00536d; }

.block {
  border-bottom: 1px solid #7f7f7f; }
  .block:last-child {
    border: 0; }

.search-results-container .well .title {
  font-weight: bold; }
.search-results-container .well .excerpt {
  margin: 0px 0px 10px 0px; }
.search-results-container .well A {
  color: #00536d; }

.filter-container {
  margin: 0px 0px 40px 0px; }

.intro {
  margin: 0px 0px 50px 0px; }

.page-navigation {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0px;
  margin: 40px 0px 20px 0px; }
  .page-navigation .nav-pills {
    display: table;
    width: 100%; }
  .page-navigation LI {
    display: table-cell;
    float: none;
    text-align: center;
    padding: 0px 10px; }
    .page-navigation LI A {
      color: #7f7f7f; }
  @media (max-width: 767px) {
    .page-navigation {
      padding: 0; }
      .page-navigation .nav-pills {
        display: block; }
      .page-navigation LI {
        display: block;
        border-bottom: 1px solid #e5e5e5;
        padding: 0; }
        .page-navigation LI:last-child {
          border: 0; } }
  .page-navigation .nav-pills > li.active > a, .page-navigation .nav-pills > li.active > a:hover, .page-navigation .nav-pills > li.active > a:focus {
    background: #e5e5e5;
    color: #70ae52; }

.product-container .image {
  margin: 40px 0px; }
.product-container > DIV {
  border-right: 1px solid #7f7f7f; }
  .product-container > DIV:last-child {
    border: 0; }
  .product-container > DIV:nth-child(2) {
    background: #f4f4f4; }

input[type=checkbox].with-fa {
  display: none; }

/* to hide the checkbox itself */
input[type=checkbox].with-fa + label:before {
  font-family: FontAwesome;
  display: inline-block; }

input[type=checkbox].with-fa + label {
  font-weight: normal;
  display: inline;
  position: relative;
  left: 50%;
  margin-left: -10px;
  cursor: pointer; }

input[type=checkbox].with-fa + label:before {
  content: "\f096"; }

/* unchecked icon */
input[type=checkbox].with-fa + label:before {
  letter-spacing: 10px; }

/* space between checkbox and label */
input[type=checkbox].with-fa:checked + label:before {
  content: "\f046"; }

/* checked icon */
input[type=checkbox].with-fa:checked + label:before {
  letter-spacing: 5px; }

/* allow space for check mark */
.contact-hero {
  margin-top: -160px; }
  @media (max-width: 991px) {
    .contact-hero .panel-body .row > DIV {
      margin-bottom: 20px; }
      .contact-hero .panel-body .row > DIV:last-child {
        margin-bottom: 0; }
        .contact-hero .panel-body .row > DIV:last-child LABEL {
          display: none; } }

#checkbox_all {
  position: absolute;
  left: -2000px; }

ASIDE {
  position: relative; }
  ASIDE .inner {
    margin-top: -120px; }
    @media (max-width: 991px) {
      ASIDE .inner {
        margin-top: 0; } }
  ASIDE .title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0; }
  ASIDE .thumbnail {
    position: relative;
    padding: 0;
    border: 1px solid #00536d;
    border-radius: 0;
    color: #fff; }
    ASIDE .thumbnail .copy {
      position: absolute;
      bottom: 0px;
      left: 0px;
      right: 0px;
      padding: 10px 10px 10px 10px;
      background: transparent; }
    ASIDE .thumbnail .caption {
      background: #7f7f7f;
      color: #fff;
      padding: 10px;
      text-decoration: none !important; }
    ASIDE .thumbnail:hover {
      text-decoration: none; }
    ASIDE .thumbnail.fancybox {
      margin-bottom: 20px; }
  ASIDE .item {
    margin: 0px 0px 20px 0px;
    margin: 0;
    /*
    		&:last-child {
    			margin: 0;
    		}
    */ }
    ASIDE .item.dashed {
      border-bottom: 1px dashed #46afc3;
      padding-bottom: 20px;
      margin-bottom: 20px; }
  ASIDE .carouselContainer {
    margin-bottom: 20px; }
  ASIDE .dropdown-toggle {
    font-size: 11px; }
  ASIDE .btn-primary {
    background: #00536d !important; }
  ASIDE INPUT, ASIDE .form-control {
    background: #f2f2f2;
    border: 1px solid #00536d;
    border-radius: 0; }
  ASIDE .panel-default {
    border-radius: 0; }
  ASIDE .panel.item {
    margin: 20px 0px; }

#hero {
  background: #ececec; }
  #hero > .container-fluid {
    padding-left: 0;
    padding-right: 0; }
  #hero IMG {
    display: inline-block; }

.feature-tout-container {
  position: relative;
  padding: 20px 0px; }
  .feature-tout-container > .container > .row {
    position: relative; }
  .feature-tout-container .thumbnail {
    position: relative;
    color: #fff;
    padding: 0;
    border: 1px solid #00536d;
    border-radius: 0; }
    .feature-tout-container .thumbnail .title {
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: auto;
      background: rgba(0, 0, 0, 0.5);
      padding: 5px 10px; }
    .feature-tout-container .thumbnail .excerpt {
      position: absolute;
      bottom: 0px;
      left: 0px;
      right: 0px;
      top: auto;
      padding: 5px 10px; }
    .feature-tout-container .thumbnail .title {
      font-weight: bold;
      font-size: 16px; }
  .feature-tout-container .panelContainer {
    position: absolute;
    bottom: 0px;
    right: 0px; }
    @media (max-width: 991px) {
      .feature-tout-container .panelContainer {
        position: relative;
        bottom: auto;
        right: auto; } }
  .feature-tout-container .panel .panel-heading {
    background: #00536d;
    color: #fff; }
  .feature-tout-container .panel .panel-body .title {
    font-weight: bold;
    margin: 0px 0px 0px 0px; }

.carouselContainer {
  position: relative; }
  @media (max-width: 991px) {
    .carouselContainer {
      margin-bottom: 20px; } }

.carouselTitle {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  z-index: 99; }

.thumbnail {
  position: relative;
  color: #fff;
  padding: 0;
  border: 1px solid #00536d;
  border-radius: 0;
  margin-bottom: 0; }
  .thumbnail .copy {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.75); }
    .thumbnail .copy .title {
      font-weight: bold;
      font-size: 16px; }

.workbench .panel {
  margin-bottom: 0; }
@media (max-width: 991px) {
  .workbench {
    margin-bottom: 20px; } }

.carousel .excerpt {
  font-size: 18px; }

.download-selector HEADER {
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid #e5e5e5; }
  .download-selector HEADER .title {
    font-size: 20px;
    font-weight: bold; }
.download-selector .steps-container > DIV {
  border-right: 1px solid #e5e5e5;
  padding-top: 8px;
  height: 250px;
  overflow: auto; }
  .download-selector .steps-container > DIV:last-child {
    border: 0; }
  @media (max-width: 767px) {
    .download-selector .steps-container > DIV {
      height: auto;
      overflow: visible; } }
.download-selector .search-container {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0px; }
  .download-selector .search-container .title {
    font-weight: bold;
    font-size: 20px; }
    @media (max-width: 991px) {
      .download-selector .search-container .title {
        font-size: 15px; } }
  .download-selector .search-container .title.default {
    padding-top: 7px; }
  .download-selector .search-container .form-group {
    margin-bottom: 0; }
  .download-selector .search-container LABEL {
    font-size: 20px; }
    @media (max-width: 991px) {
      .download-selector .search-container LABEL {
        font-size: 15px; } }
.download-selector .btn-group, .download-selector .btn-group-vertical {
  display: block; }
  .download-selector .btn-group .btn, .download-selector .btn-group-vertical .btn {
    text-align: left;
    border: 0;
    font-weight: bold;
    background: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    outline: none; }
    .download-selector .btn-group .btn.active, .download-selector .btn-group-vertical .btn.active {
      background: #e5e5e5;
      color: #00536d; }
.download-selector .form-horizontal INPUT {
  border-color: #7f7f7f;
  border-right: 0; }
.download-selector .form-horizontal .input-group-addon {
  border-color: #7f7f7f;
  background: transparent; }

.download-results HEADER .title {
  color: #7f7f7f;
  margin: 10px 0px 10px 0px; }
.download-results .item {
  margin-top: 10px;
  margin-bottom: 10px; }
  .download-results .item .title {
    font-size: 18px; }
    .download-results .item .title A {
      text-decoration: none; }
  .download-results .item A {
    color: #000; }
    .download-results .item A:hover {
      color: #666; }
.download-results FOOTER {
  border-top: 1px solid #e5e5e5;
  padding: 10px 0px 0px 0px;
  margin: 10px 0px 0px 0px; }
  .download-results FOOTER .btn {
    border: 0;
    background: #7f7f7f;
    margin: 0px 12px 0px 0px;
    padding-top: 2px;
    padding-bottom: 2px; }
    .download-results FOOTER .btn:last-child {
      margin: 0; }
@media (max-width: 767px) {
  .download-results {
    padding-top: 20px; }
    .download-results .btn-group {
      width: 100%; }
      .download-results .btn-group .btn-block {
        float: none;
        margin: 0px 0px 20px 0px; }
        .download-results .btn-group .btn-block:last-child {
          margin: 0; } }
  /* MDB    */
 
  
.download-results-previous HEADER .title {
  color: #7f7f7f;
  margin: 10px 0px 10px 0px; }
.download-results-previous .item {
  margin-top: 10px;
  margin-bottom: 10px; }
  .download-results-previous .item .title {
    font-size: 18px; }
    .download-results-previous .item .title A {
      text-decoration: none; }
  .download-results-previous .item A {
    color: #000; }
    .download-results-previous .item A:hover {
      color: #666; }
.download-results-previous FOOTER {
  border-top: 1px solid #e5e5e5;
  padding: 10px 0px 0px 0px;
  margin: 10px 0px 0px 0px; }
  .download-results-previous FOOTER .btn {
    border: 0;
    background: #7f7f7f;
    margin: 0px 12px 0px 0px;
    padding-top: 2px;
    padding-bottom: 2px; }
    .download-results-previous FOOTER .btn:last-child {
      margin: 0; }
@media (max-width: 767px) {
  .download-results-previous {
    padding-top: 20px; }
    .download-results-previous .btn-group {
      width: 100%; }
      .download-results-previous .btn-group .btn-block {
        float: none;
        margin: 0px 0px 20px 0px; }
        .download-results-previous .btn-group .btn-block:last-child {
          margin: 0; } }
  

.download-results-future HEADER .title {
  color: #7f7f7f;
  margin: 10px 0px 10px 0px; }
.download-results-future .item {
  margin-top: 10px;
  margin-bottom: 10px; }
  .download-results-future .item .title {
    font-size: 18px; }
    .download-results-future .item .title A {
      text-decoration: none; }
  .download-results-future .item A {
    color: #000; }
    .download-results-future .item A:hover {
      color: #666; }
.download-results-future FOOTER {
  border-top: 1px solid #e5e5e5;
  padding: 10px 0px 0px 0px;
  margin: 10px 0px 0px 0px; }
  .download-results-future FOOTER .btn {
    border: 0;
    background: #7f7f7f;
    margin: 0px 12px 0px 0px;
    padding-top: 2px;
    padding-bottom: 2px; }
    .download-results-future FOOTER .btn:last-child {
      margin: 0; }
@media (max-width: 767px) {
  .download-results-future {
    padding-top: 20px; }
    .download-results-future .btn-group {
      width: 100%; }
      .download-results-future .btn-group .btn-block {
        float: none;
        margin: 0px 0px 20px 0px; }
        .download-results-future .btn-group .btn-block:last-child {
          margin: 0; } }
  






  /* End MDB    */
 

@media (min-width: 768px) and (max-width: 1023px) {
  .page_app-centre .media {
    margin: 20px 0px; }
    .page_app-centre .media .media-left {
      display: block; }
    .page_app-centre .media .media-body {
      display: block; } }

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%; }

.bootstrap-select.btn-group .dropdown-menu li.selected {
  background: #00536d; }
  .bootstrap-select.btn-group .dropdown-menu li.selected A {
    font-weight: bold;
    color: #fff; }
.bootstrap-select.btn-group .dropdown-menu li A {
  outline: 0; }

.btn.selectpicker {
  border: 1px solid #7f7f7f !important;
  margin: 0px 0px 20px 0px;
  outline: 0; }

.bootstrap-select .dropdown-menu {
  margin-top: -20px;
  width: auto;
  padding: 0; }

.modal.emailDocuments INPUT {
  width: 100%; }

.workbench .panel-heading {
  color: #fff !important; }
  .workbench .panel-heading STRONG {
    font-size: 20px; }
.workbench .panel-body > .row > DIV:last-child .media {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0; }
.workbench .media {
  display: block;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 20px 0px;
  border-bottom: 1px dashed #00536d; }
  @media (min-width: 768px) and (max-width: 991px) {
    .workbench .media {
      border: 0;
      margin-bottom: 0;
      padding-bottom: 0; } }
  .workbench .media .title {
    font-size: 16px; }
.workbench.bottom {
  margin: 80px 0px 0px 0px; }

#hero-secondary .workbench {
  position: absolute;
  top: 40px;
  right: 15px;
  max-width: 300px;
  z-index: 999; }
  #hero-secondary .workbench P {
    font-size: 15px;
    max-width: 100%; }
  #hero-secondary .workbench .panel-heading {
    border: 0; }
    #hero-secondary .workbench .panel-heading P {
      color: #fff !important;
      width: 100% !important;
      padding: 0 !important;
      max-width: 100%;
      font-size: 15px; }
  #hero-secondary .workbench .panel-body {
    display: none; }
  #hero-secondary .workbench #workbench_toggle {
    position: absolute;
    bottom: -15px;
    right: 15px;
    cursor: pointer; }
    #hero-secondary .workbench #workbench_toggle #workbench_toggle_up {
      display: none; }
  @media (max-width: 991px) {
    #hero-secondary .workbench {
      display: none; } }
#hero-secondary .mailing-list {
  padding-bottom: 20px; }
  #hero-secondary .mailing-list .form-group {
    margin-top: 20px; }

.mailing-list {
  border-radius: 0; }
  .mailing-list .media {
    padding-bottom: 0;
    border-bottom: 0; }
  .mailing-list INPUT {
    background: #f2f2f2;
    border: 1px solid #00536d;
    border-radius: 0; }

.noSidePadding {
  padding-left: 0;
  padding-right: 0; }

.EnduraSelectList {
    width: 250px;

}

.EnduraTextArea {
    width: 250px;
    min-height: 100px !important;

}

.UmbracoForm .umbraco-forms-fieldset
{
	border: none;
}



.gal-container{
	padding: 12px;
}
.gal-item{
	overflow: hidden;
	padding: 3px;
}
.gal-item .box{
	height: 350px;
	overflow: hidden;
}
.box img{
	height: 100%;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
}
.gal-item a:focus{
	outline: none;
}
.gal-item a:after{
	content:"\e003";
	font-family: 'Glyphicons Halflings';
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
	opacity: 1;
}
.modal-open .gal-container .modal{
	background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
	padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
	outline: none;
}
.modal-open .gal-item button.close span{
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow:none;
}
.gal-container .modal-dialogue{
	width: 80%;
}
.gal-container .description{
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4{
	margin:0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}
/* Footer Style */
i.red{
    color:#BC0213;
}
.gal-container{
    padding-top :75px;
    padding-bottom:75px;
}