*
	{
		font-family: 'Open Sans', sans-serif;
	}
.fleft {
    margin:0 10px 10px 0;
    float:left;
}
.fright {
    margin:0 0 10px 10px;
    float:right;
}
.m-top-1 {
    margin-top:5px;
}
.m-top-2 {
    margin-top:10px;
}
.m-top-3 {
    margin-top:20px;
}
.m-top-4 {
    margin-top:40px;
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(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, .125);
          box-shadow: inset 0 3px 5px rgba(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 {
  text-shadow: 0 1px 0 #fff;
  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, from(#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;
  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, #337ab7 0%, #1f80b1 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #1f80b1 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#1f80b1));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #1f80b1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#1f80b1', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #1f80b1;
  -webkit-transition: all 0.3s;
    	transition: all 0.3s;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #143847;
  background-position: 0 -55px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #143847;
  border-color: #143847;
}
.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, from(#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] {
  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, from(#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] {
  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, from(#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] {
  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, from(#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] {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
  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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #2e6da4;
  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, from(#337ab7), to(#2e6da4));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}
.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, from(#fff), to(#f8f8f8));
  background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(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, from(#dbdbdb), to(#e2e2e2));
  background-image:         linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}
.navbar-brand,
.navbar-nav > li > a {
  color:#fff;
  font-size:16px;
  font-weight:bold;
  text-transform:uppercase;
}
.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, from(#3c3c3c), to(#222));
  background-image:         linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
}
.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, from(#080808), to(#0f0f0f));
  background-image:         linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(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, from(#337ab7), to(#2e6da4));
    background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  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, from(#d9edf7), to(#b9def0));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  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, from(#fcf8e3), to(#f8efc0));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
}
.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, from(#337ab7), to(#286090));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
  background-repeat: repeat-x;
}
.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, from(#5cb85c), to(#449d44));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  background-repeat: repeat-x;
}
.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, from(#5bc0de), to(#31b0d5));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  background-repeat: repeat-x;
}
.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, from(#f0ad4e), to(#ec971f));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  background-repeat: repeat-x;
}
.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, from(#d9534f), to(#c9302c));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(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, from(#337ab7), to(#2b669a));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  background-repeat: repeat-x;
  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, .05);
          box-shadow: 0 1px 2px rgba(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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.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, from(#337ab7), to(#2e6da4));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}
.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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  background-repeat: repeat-x;
}
.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, from(#d9edf7), to(#c4e3f3));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  background-repeat: repeat-x;
}
.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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  background-repeat: repeat-x;
}
.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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  background-repeat: repeat-x;
}
.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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}

footer
	{
		background: url(../img/bg-footer.png) no-repeat 96% center #5cadd6;
		color:#fff;
		padding:35px 0;
		font-size:13px;
		margin-top:70px;
	}

.head-menu
	{
		 background: none repeat scroll 0 0 #5cadd6;
		color: #fff;
		height: 90px;
		padding-top: 7px;
	}

.slider-s-left
	{
		height:362px;
		width:50px;
		background:url("../img/slider-shadow.png") no-repeat scroll -18px 17px rgba(0, 0, 0, 0);
		position:absolute;
		left:-50px;
		bottom: 0;
	}
	
.slider-s-right
	{
		background: url("../img/slider-shadow.png") no-repeat scroll -123px 10px rgba(0, 0, 0, 0);
		float: right;
		height: 350px;
		right: -50px;
		position: absolute;
		width: 50px;
		bottom: 0;
	}

.slide
	{
		margin-bottom:50px;
	}

.promo-item
	{
		width:18.5%;
		border:#5cadd6 1px solid;
		padding:4px;
		float:left;
		margin-left:1.8% !important;
		-webkit-transition: all 0.5s;
    	transition: all 0.5s;
	}
	
.promo-item:hover, .promo-item:active
	{
		border:#a8daf3 1px solid;
		color:#a8daf3;
	}
	

	
.promo-item img
	{
		max-width:100%;
	}
	
.promo-item a h2
	{
		color: #1f80b1;
		font-size: 18px;
		font-weight: bold;
		height: 41px;
		line-height: 23px;
		margin: 8px 0;
		text-transform: uppercase;
		width:100%;
		background:url("../img/sipka-odkaz.png") no-repeat scroll right center rgba(0, 0, 0, 0);
		-webkit-transition: all 0.5s;
    	transition: all 0.5s;
	}
	
.promo-item:hover a h2, .promo-item:active a h2
	{
		color:#82c6e9;
	}
	
.promo-item a:hover, .promo-item a:active, .promo-item a:focus
	{
		text-decoration:none;
	}
	
.link-text
	{
		float: left;
		height: 56px;
		width: 100%;
	}
	
.link-down
		{
		float: left;
		height: 56px;
		width: 100%;
		padding-top:13px;
	}
	
.link-down h2
	{
		height:16px !important;
	}
	
.promo-item-first
	{
		margin-left:0 !important;
	}

footer ul
	{
		padding:0 0 0 13px;
	}
	
footer h4
	{
		color:#2786b6;
		font-size:23px;
		font-weight:lighter;
	}

.promos ul
	{
		font-size:15px;
		padding:0 0 0 17px;
		color:#005286;
	}
	
.promos ul span
	{
		color:#333;
	}
	
.promos p
	{
		font-size:13px;
	}
	
.promos h3
	{
		color:#1f80b1;
		font-size:32px;
		font-weight:lighter;
		margin-top:30px;
		text-transform:uppercase;
	}
	
/*.aktul a
	{
		float: left;
		padding-left: 5px;
		text-decoration: underline;
		width: 40%;
		height:25px;
		margin:0 0 10px 0;
		
	}*/
	
.ak-link
	{
		background:url(../img/akt-line.png) repeat-x left center;
		width:60%;
		height:25px;
		float:left;
		height:25px;
		margin:0 0 10px 0;
	}

.promo-kontakt
	{
		height:38px;
		padding:8px 0 0 0;
	}
	
.tel-prom
	{
		background: url("../img/telefon.png") no-repeat scroll left 0 rgba(0, 0, 0, 0);
		color: #336e94;
		font-size: 16px;
		font-weight: bold;
		height: 24px;
		margin-left: 25px;
		margin-top: -2px;
		padding: 2px 25px 0 26px;
	}
	
.logo-sk
	{
		margin-top:3px;
	}	

.head-menu ul.navbar-nav 
	{
		margin-top:26px;
	}
	
.footer-form
	{
		background:#4a9fcb;
		border-radius:6px;
		width:100%;
		float:left;
		font-size:14px;
		font-weight:lighter;
		padding:25px 10px 25px 0px;
		margin-top:28px;
	}
	
.footer-form input, .footer-form textarea
	{
		border:none;
		color:#111;
		font-size:14px;
		padding:5px 0 5px 8px;
		margin-bottom:10px;
	}

.footer-form button
	{
		background:#1f80b1;
		border-radius:6px;
		padding-left:15px;
		padding-right:15px;
		color:#FFFFFF;
		-webkit-transition: all 0.5s;
    	transition: all 0.5s;
	}
.footer-form button:hover, .footer-form button:active, .footer-form button:focus
	{
		background:#333;
		border-radius:6px;
		color:#FFFFFF;
	}
	
.p-text-footer
	{
		margin-bottom:25px;
	}
	
.promo-item-cat
	{
		border: 1px solid #5cadd6;
		float: left;
		margin-bottom: 2px;
		padding: 21px 4px;
		transition: all 0.5s ease 0s;
		width: 100%;
	}
	
.promo-item-cat:hover, .promo-item-cat:active
	{
		border:#a8daf3 1px solid;
		color:#a8daf3;
	}
	

	
.promo-item-cat img
	{
		max-width:100%;
	}
	
.promo-item-cat a h2
	{
		color: #1f80b1;
		font-size: 18px;
		font-weight: bold;
		height: 41px;
		line-height: 23px;
		margin: 8px 0;
		text-transform: uppercase;
		width:100%;
		background:url("../img/sipka-odkaz.png") no-repeat scroll right center rgba(0, 0, 0, 0);
		-webkit-transition: all 0.5s;
    	transition: all 0.5s;
	}
	
.promo-item-cat-one-row  a h2
	{

		line-height: 46px;
		margin: 8px 0 8px 0;

	}
	
.promo-item-cat:hover a h2, .promo-item-cat:active a h2
	{
		color:#82c6e9;
	}
	
.promo-item-cat a:hover, .promo-item-cat a:active, .promo-item-cat a:focus
	{
		text-decoration:none;
	}

.ke-stazeni h3
	{
		color:#1f80b1;
		font-size:32px;
		font-weight:lighter;
		margin-bottom:25px;
		text-transform:uppercase;
	}	
	
.ks
	{
		padding-top:35px;
	}
	
.ke-s-item
	{
		min-height:60px;
		border:#f2f9fe 1px solid;
		-webkit-transition: all 0.5s;
    	transition: all 0.5s;
		margin-bottom:7px;
	}
.aktul {
	float:left;
}
.ke-s-item .pdf {
    margin:20px 0 0 10px; 
    float:left;
}
	
.ke-s-item:hover
	{
		border:#fff 1px solid;
		-moz-box-shadow: 0 0 5px #888;
		-webkit-box-shadow: 0 0 5px #888;
		box-shadow: 0 0 5px #888;
	}
	
.ke-s-item p
	{
		color: #1f80b1;
		float: left;
		font-size: 17px;
		font-weight: 600;
		line-height: 115px;
		padding-left: 15px;
	}
	
.ke-s-item img
	{
		float:left;
		padding:20px 0;
	}
	
.ke-s-item span.tlacitko
	{
		border: 1px solid #6bb4da;
		color: #378db9;
		float: right;
		font-size: 16px;
		font-weight: 600;
		padding: 5px 10px 12px 10px;
		-webkit-transition: all 0.5s;
    	transition: all 0.5s;
		margin-top:40px;

	}
	
.ke-s-item span.tlacitko i
	{
		margin-right:7px;
		font-size:25px;
		margin-top:-5px;
		top:8px;
	}
	
.ke-s-item span.tlacitko:hover, .ke-s-item span.tlacitko:active, .ke-s-item span.tlacitko:focus
	{
		border: 1px solid #378db9;
		color: #fff;
		background:#378db9;

	}
/*.ke-s-item
	{
		min-height:60px;
		border:#f2f9fe 1px solid;
		-webkit-transition: all 0.5s;
    	transition: all 0.5s;
		margin-bottom:7px;
	}
	
	
.ke-s-item:hover
	{
		border:#fff 1px solid;
		-moz-box-shadow: 0 0 5px #888;
		-webkit-box-shadow: 0 0 5px #888;
		box-shadow: 0 0 5px #888;
	}
	
.ke-s-item p
	{
		color: #1f80b1;
		float: left;
		font-size: 17px;
		font-weight: 600;
		line-height: 115px;
		padding-left: 15px;
	}
	
.ke-s-item img
	{
		float:left;
		padding:20px 0;
	}
	
.ke-s-item a
	{
		border: 1px solid #6bb4da;
		color: #378db9;
		float: right;
		font-size: 16px;
		font-weight: 600;
		padding: 5px 10px 12px 10px;
		-webkit-transition: all 0.5s;
    	transition: all 0.5s;
		margin-top:40px;

	}
	
.ke-s-item a i
	{
		margin-right:7px;
		font-size:25px;
		margin-top:-5px;
		top:8px;
	}
	
.ke-s-item a:hover, .ke-s-item a:active, .ke-s-item a:focus
	{
		border: 1px solid #378db9;
		color: #fff;
		background:#378db9;

	}*/
	
.breadcrumb a
	{
		color:#336e94;
		font-size:12px
	}
	
.breadcrumb
	{
		font-size:12px
	}
	
.kontakt h3
	{
		color:#1f80b1;
		font-size:32px;
		font-weight:lighter;
		text-transform:uppercase;
	}	

.kontakt span
	{
		color: #1f80b1;
		float: left;
		font-size: 20px;
		font-weight: 600;
		margin-bottom: 8px;
		margin-top: 30px;
		width: 100%;
	}
	
.kontakt p
	{
		font-size:14px;
		margin:0;
	}
	
#map-canvas
	{
		width:100%;
		height:300px;
		float:left;
	}
	
.o-nas h1
	{
		color:#1f80b1;
		font-size:32px;
		font-weight:lighter;
		text-transform:uppercase;
	}
	
.o-nas h2
	{
		color:#1f80b1;
		font-size:20px;
		font-weight:600;
	}
	
.o-nas h3
	{
		color:#666666;
		font-size:16px;
		font-weight:600;
	}
	
.o-nas img
	{
		max-width:100%;
	}
	
.jum-info
	{
		border-radius:7px;
		border:#5cadd6 1px solid;
		color:#1f80b1;
		font-size:13px !important;
		background:#fff;
		padding:5px 15px !important;
		margin:25px 0;
	}
	
.jum-info p
	{
		font-size:13px !important;
		color:#1f80b1;
		font-weight: normal;
	}
	
.jum-info h4
	{
		color:#1f80b1;
		font-size:16px;
		font-weight:600;
	}
	
.o-nas ul
	{
		padding:0 0 0 17px;
		color:#005286;
	}
	
.o-nas ul span
	{
		color:#333;
	}
.o-nas .tabulka {
    border:none;
}
.o-nas .tabulka td{
    padding-bottom:8px;
}
.o-nas .tabulka td:first-child{
    width:180px;
    font-weight: bold;
}
.o-nas .tabulka.mala td:first-child{
    width:50px;
}
	
.produkt-detail h2
	{
		color:#1f80b1;
		font-size:20px;
		font-weight:600;
	}
	
.produkt-detail h1
	{
		color:#1f80b1;
		font-size:32px;
		font-weight:lighter;
		text-transform:uppercase;
	}
	
.produkt-detail h3
	{
		color:#666;
		font-size:16px;
		font-weight:600;
	}
	
.img-box
	{
		border: 1px solid #1f80b1;
		margin: 25px 1%;
	}
	
.img-box-first
	{

		margin: 25px 1% 25px 0;
	}

.parametry
	{
		width:100%;
		float:left;
		border:#1f80b1 1px solid;
		padding-bottom:15px;
		margin:25px 0;
	}
	
.parametry h3
	{
		color:#1f80b1;
		font-size:20px;
		font-weight:600;
	}
	
.ke-s-iteme
	{
		border: 1px solid #f2f9fe;
		margin-bottom: 7px;
		margin-left: 2%;
		min-height: 60px;
		transition: all 0.5s ease 0s;
		width: 49%;
	}
	
.ke-s-iteme-first
	{
		margin-left: 0%;
	}
	
	
.ke-s-iteme:hover
	{
		border:#fff 1px solid;
		-moz-box-shadow: 0 0 5px #888;
		-webkit-box-shadow: 0 0 5px #888;
		box-shadow: 0 0 5px #888;
	}
	
.ke-s-iteme p
	{
		color: #1f80b1;
		float: left;
		font-size: 15px;
		font-weight: 600;
		padding-left: 15px;
		width: 60%;
		margin-top: 19px;
	}
	
.ke-s-iteme img
	{
		float:left;
		padding:20px 0;
		width:15%;
	}
	
.ke-s-iteme a
	{
		border: 1px solid #6bb4da;
		color: #378db9;
		float: right;
		font-size: 15px;
		padding: 8px 8px 4px 8px;
		-webkit-transition: all 0.5s;
    	transition: all 0.5s;
		margin-top:20px;

	}
	
.ke-s-iteme a i
	{
		font-size:25px;
	}
	
.ke-s-iteme a:hover, .ke-s-iteme a:active, .ke-s-iteme a:focus
	{
		border: 1px solid #378db9;
		color: #fff;
		background:#378db9;
	}
	
.btn-zpet
	{
		border-radius:0;
		font-size:20px;
		font-weight:600;
		border:#3d91bb 1px solid;
		background:;
		color:#3d91bb;
		padding:10px 10px 10px 35px;
		margin-top:16px;
		float:right;
		background:url("../img/btn-bg.png") no-repeat scroll 10px center #fff;
		-webkit-transition: all 0s;
    	transition: all 0s;
	}

	
.btn-zpet:hover, .btn-zpet:active, .btn-zpet:focus
	{
		border-radius:0;
		font-size:20px;
		font-weight:600;
		border:#1f80b1 1px solid;
		color:#fff;
		background:url("../img/btn-bg-hov.png") no-repeat scroll 10px center #1f80b1;
	}
	
.kat-item
	{
		min-height:60px;
		border:#f2f9fe 1px solid;
		-webkit-transition: all 0.5s;
    	transition: all 0.5s;
		margin-bottom:7px;
	}
	
	
.kat-item:hover
	{
		border:#fff 1px solid;
		-moz-box-shadow: 0 0 5px #888;
		-webkit-box-shadow: 0 0 5px #888;
		box-shadow: 0 0 5px #888;
	}
	
.kat-item .special
	{
		color: #1f80b1;
		float: left;
		font-size: 17px;
		font-weight: bold;
		margin-top: 30px;
		padding-left: 30px;
		width:60%;
	}
.kat-item .pod-special
	{
		float: left;
		font-size: 12px;
		margin-top:5px;
		padding-left: 30px;
		width: 48%;
	}
.kat-item .pod-modry
	{
		color: #1f80b1;
		font-size: 12px;
		font-style:italic;
		margin-top:10px;
		padding-left: 30px;
		width: 48%;
		float:left;
	}
	
.kat-item img
	{
		float:left;
		padding:20px 0;
	}
	
.kat-item a
	{
		border: 1px solid #6bb4da;
		color: #378db9;
		float: right;
		font-size: 16px;
		font-weight: bold;
		padding: 10px 15px;
		-webkit-transition: all 0.5s;
    	transition: all 0.5s;

	}
	
	
.kat-item a:hover, .kat-item a:active, .kat-item a:focus
	{
		border: 1px solid #5cadd6;
		color: #fff;
		background:#5cadd6;

	}
	
.reference-item
	{
		margin:15px 0px 15px 0;
		width:100%;
		float:left;
	}
	
.reference-item h2
	{
		margin:0px 0px 10px 0;
	}
	
.pagination .mezi
	{
		background-color: #fff;
    border: 1px solid #ddd;
    color: #337ab7;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
	}
	
.slider-div
	{
		 background: url(../img/bf-slider-div.png) repeat;
		float: right;
		margin-right: 5%;
		padding: 0 25px 15px;
		text-align: left;
		width: 40%;
	}
	
.slider-div h3
	{
		font-weight:bold;
		font-style:italic;
		font-size:27px;
		margin-bottom:35px;
	}
	
.slider-div p
	{
		font-weight:normal;
		font-size:14px;
		float: left !important;
	}
	
.cont
	{
		float: left !important;
		padding: 15px 0 0 10px;
		width: 100%;
		height:35px;
	}
.blue-e {
    color:#1f80b1;
}
.blue-a {
    color:#1f80b1;
    font-weight: bold;
    line-height: 30px;
}
footer a {
    color:#fff;
}

.clear {
    clear:both;
}
	
/*# sourceMappingURL=bootstrap-theme.css.map */
