html {
  font-family:sans-serif;
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
}
body { margin:0; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display:block; }
audio, canvas, progress, video {
  display:inline-block;
  vertical-align:baseline;
}
audio:not([controls]) {
  display:none;
  height:0;
}
[hidden], template { display:none; }
a { background-color:transparent; }
a:active, a:hover { outline:0; }
abbr[title] { border-bottom:1px dotted; }
b, strong { font-weight:bold; }
dfn { font-style:italic; }
h1 {
  font-size:2em;
  margin:0.67em 0;
}
mark {
  background:#ff0;
  color:#000;
}
small { font-size:80%; }
sub, sup {
  font-size:75%;
  line-height:0;
  position:relative;
  vertical-align:baseline;
}
sup { top:-0.5em; }
sub { bottom:-0.25em; }
img { border:0; }
svg:not(:root) { overflow:hidden; }
figure { margin:1em 40px; }
hr {
  -webkit-box-sizing:content-box;
  -moz-box-sizing:content-box;
  box-sizing:content-box;
  height:0;
}
pre { overflow:auto; }
code, kbd, pre, samp {
  font-family:monospace, monospace;
  font-size:1em;
}
button, input, optgroup, select, textarea {
  color:inherit;
  font:inherit;
  margin:0;
}
button { overflow:visible; }
button, select { text-transform:none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance:button;
  cursor:pointer;
}
button[disabled], html input[disabled] { cursor:default; }
button::-moz-focus-inner, input::-moz-focus-inner {
  border:0;
  padding:0;
}
input { line-height:normal; }
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  padding:0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height:auto; }
input[type="search"] {
  -webkit-appearance:textfield;
  -webkit-box-sizing:content-box;
  -moz-box-sizing:content-box;
  box-sizing:content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance:none; }
fieldset {
  border:1px solid #c0c0c0;
  margin:0 2px;
  padding:0.35em 0.625em 0.75em;
}
legend {
  border:0;
  padding:0;
}
textarea { overflow:auto; }
optgroup { font-weight:bold; }
table {
  border-collapse:collapse;
  border-spacing:0;
}
td, th { padding:0; }
@media print {
  *, *:before, *:after {
    background:transparent !important;
    color:#000 !important;
    -webkit-box-shadow:none !important;
    box-shadow:none !important;
    text-shadow:none !important;
  }
  a, a:visited { text-decoration:underline; }
  a[href]:after { content:" (" attr(href) ")"; }
  abbr[title]:after { content:" (" attr(title) ")"; }
  a[href^="#"]:after, a[href^="javascript:"]:after { content:""; }
  pre, blockquote {
    border:1px solid #999;
    page-break-inside:avoid;
  }
  thead { display:table-header-group; }
  tr, img { page-break-inside:avoid; }
  img { max-width:100% !important; }
  p, h2, h3 {
    orphans:3;
    widows:3;
  }
  h2, h3 { page-break-after:avoid; }
  .navbar { display:none; }
  .btn > .caret, .dropup > .btn > .caret { border-top-color:#000 !important; }
  .label { border:1px solid #000; }
  .table { border-collapse:collapse !important; }
  .table td, .table th { background-color:#fff !important; }
  .table-bordered th, .table-bordered td { border:1px solid #ddd !important; }
}
* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
*:before, *:after {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
html {
  font-size:10px;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
body {
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:14px;
  line-height:1.42857143;
  color:#333333;
  background-color:#ffffff;
}
input, button, select, textarea {
  font-family:inherit;
  font-size:inherit;
  line-height:inherit;
}
a {
  color:#337ab7;
  text-decoration:none;
}
a:hover, a:focus {
  color:#23527c;
  text-decoration:underline;
}
a:focus {
  outline:thin dotted;
  outline:5px auto -webkit-focus-ring-color;
  outline-offset:-2px;
}
figure { margin:0; }
img { vertical-align:middle; }
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display:block;
  max-width:100%;
  height:auto;
}
.img-rounded { border-radius:6px; }
.img-thumbnail {
  padding:4px;
  line-height:1.42857143;
  background-color:#ffffff;
  border:1px solid #dddddd;
  border-radius:4px;
  -webkit-transition:all 0.2s ease-in-out;
  -o-transition:all 0.2s ease-in-out;
  transition:all 0.2s ease-in-out;
  display:inline-block;
  max-width:100%;
  height:auto;
}
.img-circle { border-radius:50%; }
hr {
  margin-top:20px;
  margin-bottom:20px;
  border:0;
  border-top:1px solid #eeeeee;
}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  margin:-1px;
  padding:0;
  overflow:hidden;
  clip:rect(0,0,0,0);
  border:0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position:static;
  width:auto;
  height:auto;
  margin:0;
  overflow:visible;
  clip:auto;
}
[role="button"] { cursor:pointer; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family:inherit;
  font-weight:500;
  line-height:1.1;
  color:inherit;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight:normal;
  line-height:1;
  color:#777777;
}
h1, .h1, h2, .h2, h3, .h3 {
  margin-top:20px;
  margin-bottom:10px;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small { font-size:65%; }
h4, .h4, h5, .h5, h6, .h6 {
  margin-top:10px;
  margin-bottom:10px;
}
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small { font-size:75%; }
h1, .h1 { font-size:36px; }
h2, .h2 { font-size:30px; }
h3, .h3 { font-size:24px; }
h4, .h4 { font-size:18px; }
h5, .h5 { font-size:14px; }
h6, .h6 { font-size:12px; }
p { margin:0 0 10px; }
.lead {
  margin-bottom:20px;
  font-size:16px;
  font-weight:300;
  line-height:1.4;
}
@media (min-width: 769px) {
  .lead { font-size:21px; }
}
small, .small { font-size:85%; }
mark, .mark {
  background-color:#fcf8e3;
  padding:.2em;
}
.text-left { text-align:left; }
.text-right { text-align:right; }
.text-center { text-align:center; }
.text-justify { text-align:justify; }
.text-nowrap { white-space:nowrap; }
.text-lowercase { text-transform:lowercase; }
.text-uppercase { text-transform:uppercase; }
.text-capitalize { text-transform:capitalize; }
.text-muted { color:#777777; }
.text-primary { color:#337ab7; }
a.text-primary:hover, a.text-primary:focus { color:#286090; }
.text-success { color:#3c763d; }
a.text-success:hover, a.text-success:focus { color:#2b542c; }
.text-info { color:#31708f; }
a.text-info:hover, a.text-info:focus { color:#245269; }
.text-warning { color:#8a6d3b; }
a.text-warning:hover, a.text-warning:focus { color:#66512c; }
.text-danger { color:#a94442; }
a.text-danger:hover, a.text-danger:focus { color:#843534; }
.bg-primary {
  color:#fff;
  background-color:#337ab7;
}
a.bg-primary:hover, a.bg-primary:focus { background-color:#286090; }
.bg-success { background-color:#dff0d8; }
a.bg-success:hover, a.bg-success:focus { background-color:#c1e2b3; }
.bg-info { background-color:#d9edf7; }
a.bg-info:hover, a.bg-info:focus { background-color:#afd9ee; }
.bg-warning { background-color:#fcf8e3; }
a.bg-warning:hover, a.bg-warning:focus { background-color:#f7ecb5; }
.bg-danger { background-color:#f2dede; }
a.bg-danger:hover, a.bg-danger:focus { background-color:#e4b9b9; }
.page-header {
  padding-bottom:9px;
  margin:40px 0 20px;
  border-bottom:1px solid #eeeeee;
}
ul, ol {
  margin-top:0;
  margin-bottom:10px;
}
ul ul, ol ul, ul ol, ol ol { margin-bottom:0; }
.list-unstyled {
  padding-left:0;
  list-style:none;
}
.list-inline {
  padding-left:0;
  list-style:none;
  margin-left:-5px;
}
.list-inline > li {
  display:inline-block;
  padding-left:5px;
  padding-right:5px;
}
dl {
  margin-top:0;
  margin-bottom:20px;
}
dt, dd { line-height:1.42857143; }
dt { font-weight:bold; }
dd { margin-left:0; }
@media (min-width: 769px) {
  .dl-horizontal dt {
    float:left;
    width:160px;
    clear:left;
    text-align:right;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .dl-horizontal dd { margin-left:180px; }
}
abbr[title], abbr[data-original-title] {
  cursor:help;
  border-bottom:1px dotted #777777;
}
.initialism {
  font-size:90%;
  text-transform:uppercase;
}
blockquote {
  padding:10px 20px;
  margin:0 0 20px;
  font-size:17.5px;
  border-left:5px solid #eeeeee;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom:0; }
blockquote footer, blockquote small, blockquote .small {
  display:block;
  font-size:80%;
  line-height:1.42857143;
  color:#777777;
}
blockquote footer:before, blockquote small:before, blockquote .small:before { content:'\2014 \00A0'; }
.blockquote-reverse, blockquote.pull-right {
  padding-right:15px;
  padding-left:0;
  border-right:5px solid #eeeeee;
  border-left:0;
  text-align:right;
}
.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before { content:''; }
.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after { content:'\00A0 \2014'; }
address {
  margin-bottom:20px;
  font-style:normal;
  line-height:1.42857143;
}
code, kbd, pre, samp { font-family:Menlo, Monaco, Consolas, "Courier New", monospace; }
code {
  padding:2px 4px;
  font-size:90%;
  color:#c7254e;
  background-color:#f9f2f4;
  border-radius:4px;
}
kbd {
  padding:2px 4px;
  font-size:90%;
  color:#ffffff;
  background-color:#333333;
  border-radius:3px;
  -webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25);
  box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25);
}
kbd kbd {
  padding:0;
  font-size:100%;
  font-weight:bold;
  -webkit-box-shadow:none;
  box-shadow:none;
}
pre {
  display:block;
  padding:9.5px;
  margin:0 0 10px;
  font-size:13px;
  line-height:1.42857143;
  word-break:break-all;
  word-wrap:break-word;
  color:#333333;
  background-color:#f5f5f5;
  border:1px solid #cccccc;
  border-radius:4px;
}
pre code {
  padding:0;
  font-size:inherit;
  color:inherit;
  white-space:pre-wrap;
  background-color:transparent;
  border-radius:0;
}
.pre-scrollable {
  max-height:340px;
  overflow-y:scroll;
}
.container {
  margin-right:auto;
  margin-left:auto;
  padding-left:15px;
  padding-right:15px;
}
@media (min-width: 769px) {
  .container { width:750px; }
}
@media (min-width: 992px) {
  .container { width:970px; }
}
@media (min-width: 1200px) {
  .container { width:1170px; }
}
.container-fluid {
  margin-right:auto;
  margin-left:auto;
  padding-left:15px;
  padding-right:15px;
}
.row {
  margin-left:-15px;
  margin-right:-15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position:relative;
  min-height:1px;
  padding-left:15px;
  padding-right:15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float:left; }
.col-xs-12 { width:100%; }
.col-xs-11 { width:91.66666667%; }
.col-xs-10 { width:83.33333333%; }
.col-xs-9 { width:75%; }
.col-xs-8 { width:66.66666667%; }
.col-xs-7 { width:58.33333333%; }
.col-xs-6 { width:50%; }
.col-xs-5 { width:41.66666667%; }
.col-xs-4 { width:33.33333333%; }
.col-xs-3 { width:25%; }
.col-xs-2 { width:16.66666667%; }
.col-xs-1 { width:8.33333333%; }
.col-xs-pull-12 { right:100%; }
.col-xs-pull-11 { right:91.66666667%; }
.col-xs-pull-10 { right:83.33333333%; }
.col-xs-pull-9 { right:75%; }
.col-xs-pull-8 { right:66.66666667%; }
.col-xs-pull-7 { right:58.33333333%; }
.col-xs-pull-6 { right:50%; }
.col-xs-pull-5 { right:41.66666667%; }
.col-xs-pull-4 { right:33.33333333%; }
.col-xs-pull-3 { right:25%; }
.col-xs-pull-2 { right:16.66666667%; }
.col-xs-pull-1 { right:8.33333333%; }
.col-xs-pull-0 { right:auto; }
.col-xs-push-12 { left:100%; }
.col-xs-push-11 { left:91.66666667%; }
.col-xs-push-10 { left:83.33333333%; }
.col-xs-push-9 { left:75%; }
.col-xs-push-8 { left:66.66666667%; }
.col-xs-push-7 { left:58.33333333%; }
.col-xs-push-6 { left:50%; }
.col-xs-push-5 { left:41.66666667%; }
.col-xs-push-4 { left:33.33333333%; }
.col-xs-push-3 { left:25%; }
.col-xs-push-2 { left:16.66666667%; }
.col-xs-push-1 { left:8.33333333%; }
.col-xs-push-0 { left:auto; }
.col-xs-offset-12 { margin-left:100%; }
.col-xs-offset-11 { margin-left:91.66666667%; }
.col-xs-offset-10 { margin-left:83.33333333%; }
.col-xs-offset-9 { margin-left:75%; }
.col-xs-offset-8 { margin-left:66.66666667%; }
.col-xs-offset-7 { margin-left:58.33333333%; }
.col-xs-offset-6 { margin-left:50%; }
.col-xs-offset-5 { margin-left:41.66666667%; }
.col-xs-offset-4 { margin-left:33.33333333%; }
.col-xs-offset-3 { margin-left:25%; }
.col-xs-offset-2 { margin-left:16.66666667%; }
.col-xs-offset-1 { margin-left:8.33333333%; }
.col-xs-offset-0 { margin-left:0%; }
@media (min-width: 769px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float:left; }
  .col-sm-12 { width:100%; }
  .col-sm-11 { width:91.66666667%; }
  .col-sm-10 { width:83.33333333%; }
  .col-sm-9 { width:75%; }
  .col-sm-8 { width:66.66666667%; }
  .col-sm-7 { width:58.33333333%; }
  .col-sm-6 { width:50%; }
  .col-sm-5 { width:41.66666667%; }
  .col-sm-4 { width:33.33333333%; }
  .col-sm-3 { width:25%; }
  .col-sm-2 { width:16.66666667%; }
  .col-sm-1 { width:8.33333333%; }
  .col-sm-pull-12 { right:100%; }
  .col-sm-pull-11 { right:91.66666667%; }
  .col-sm-pull-10 { right:83.33333333%; }
  .col-sm-pull-9 { right:75%; }
  .col-sm-pull-8 { right:66.66666667%; }
  .col-sm-pull-7 { right:58.33333333%; }
  .col-sm-pull-6 { right:50%; }
  .col-sm-pull-5 { right:41.66666667%; }
  .col-sm-pull-4 { right:33.33333333%; }
  .col-sm-pull-3 { right:25%; }
  .col-sm-pull-2 { right:16.66666667%; }
  .col-sm-pull-1 { right:8.33333333%; }
  .col-sm-pull-0 { right:auto; }
  .col-sm-push-12 { left:100%; }
  .col-sm-push-11 { left:91.66666667%; }
  .col-sm-push-10 { left:83.33333333%; }
  .col-sm-push-9 { left:75%; }
  .col-sm-push-8 { left:66.66666667%; }
  .col-sm-push-7 { left:58.33333333%; }
  .col-sm-push-6 { left:50%; }
  .col-sm-push-5 { left:41.66666667%; }
  .col-sm-push-4 { left:33.33333333%; }
  .col-sm-push-3 { left:25%; }
  .col-sm-push-2 { left:16.66666667%; }
  .col-sm-push-1 { left:8.33333333%; }
  .col-sm-push-0 { left:auto; }
  .col-sm-offset-12 { margin-left:100%; }
  .col-sm-offset-11 { margin-left:91.66666667%; }
  .col-sm-offset-10 { margin-left:83.33333333%; }
  .col-sm-offset-9 { margin-left:75%; }
  .col-sm-offset-8 { margin-left:66.66666667%; }
  .col-sm-offset-7 { margin-left:58.33333333%; }
  .col-sm-offset-6 { margin-left:50%; }
  .col-sm-offset-5 { margin-left:41.66666667%; }
  .col-sm-offset-4 { margin-left:33.33333333%; }
  .col-sm-offset-3 { margin-left:25%; }
  .col-sm-offset-2 { margin-left:16.66666667%; }
  .col-sm-offset-1 { margin-left:8.33333333%; }
  .col-sm-offset-0 { margin-left:0%; }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float:left; }
  .col-md-12 { width:100%; }
  .col-md-11 { width:91.66666667%; }
  .col-md-10 { width:83.33333333%; }
  .col-md-9 { width:75%; }
  .col-md-8 { width:66.66666667%; }
  .col-md-7 { width:58.33333333%; }
  .col-md-6 { width:50%; }
  .col-md-5 { width:41.66666667%; }
  .col-md-4 { width:33.33333333%; }
  .col-md-3 { width:25%; }
  .col-md-2 { width:16.66666667%; }
  .col-md-1 { width:8.33333333%; }
  .col-md-pull-12 { right:100%; }
  .col-md-pull-11 { right:91.66666667%; }
  .col-md-pull-10 { right:83.33333333%; }
  .col-md-pull-9 { right:75%; }
  .col-md-pull-8 { right:66.66666667%; }
  .col-md-pull-7 { right:58.33333333%; }
  .col-md-pull-6 { right:50%; }
  .col-md-pull-5 { right:41.66666667%; }
  .col-md-pull-4 { right:33.33333333%; }
  .col-md-pull-3 { right:25%; }
  .col-md-pull-2 { right:16.66666667%; }
  .col-md-pull-1 { right:8.33333333%; }
  .col-md-pull-0 { right:auto; }
  .col-md-push-12 { left:100%; }
  .col-md-push-11 { left:91.66666667%; }
  .col-md-push-10 { left:83.33333333%; }
  .col-md-push-9 { left:75%; }
  .col-md-push-8 { left:66.66666667%; }
  .col-md-push-7 { left:58.33333333%; }
  .col-md-push-6 { left:50%; }
  .col-md-push-5 { left:41.66666667%; }
  .col-md-push-4 { left:33.33333333%; }
  .col-md-push-3 { left:25%; }
  .col-md-push-2 { left:16.66666667%; }
  .col-md-push-1 { left:8.33333333%; }
  .col-md-push-0 { left:auto; }
  .col-md-offset-12 { margin-left:100%; }
  .col-md-offset-11 { margin-left:91.66666667%; }
  .col-md-offset-10 { margin-left:83.33333333%; }
  .col-md-offset-9 { margin-left:75%; }
  .col-md-offset-8 { margin-left:66.66666667%; }
  .col-md-offset-7 { margin-left:58.33333333%; }
  .col-md-offset-6 { margin-left:50%; }
  .col-md-offset-5 { margin-left:41.66666667%; }
  .col-md-offset-4 { margin-left:33.33333333%; }
  .col-md-offset-3 { margin-left:25%; }
  .col-md-offset-2 { margin-left:16.66666667%; }
  .col-md-offset-1 { margin-left:8.33333333%; }
  .col-md-offset-0 { margin-left:0%; }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float:left; }
  .col-lg-12 { width:100%; }
  .col-lg-11 { width:91.66666667%; }
  .col-lg-10 { width:83.33333333%; }
  .col-lg-9 { width:75%; }
  .col-lg-8 { width:66.66666667%; }
  .col-lg-7 { width:58.33333333%; }
  .col-lg-6 { width:50%; }
  .col-lg-5 { width:41.66666667%; }
  .col-lg-4 { width:33.33333333%; }
  .col-lg-3 { width:25%; }
  .col-lg-2 { width:16.66666667%; }
  .col-lg-1 { width:8.33333333%; }
  .col-lg-pull-12 { right:100%; }
  .col-lg-pull-11 { right:91.66666667%; }
  .col-lg-pull-10 { right:83.33333333%; }
  .col-lg-pull-9 { right:75%; }
  .col-lg-pull-8 { right:66.66666667%; }
  .col-lg-pull-7 { right:58.33333333%; }
  .col-lg-pull-6 { right:50%; }
  .col-lg-pull-5 { right:41.66666667%; }
  .col-lg-pull-4 { right:33.33333333%; }
  .col-lg-pull-3 { right:25%; }
  .col-lg-pull-2 { right:16.66666667%; }
  .col-lg-pull-1 { right:8.33333333%; }
  .col-lg-pull-0 { right:auto; }
  .col-lg-push-12 { left:100%; }
  .col-lg-push-11 { left:91.66666667%; }
  .col-lg-push-10 { left:83.33333333%; }
  .col-lg-push-9 { left:75%; }
  .col-lg-push-8 { left:66.66666667%; }
  .col-lg-push-7 { left:58.33333333%; }
  .col-lg-push-6 { left:50%; }
  .col-lg-push-5 { left:41.66666667%; }
  .col-lg-push-4 { left:33.33333333%; }
  .col-lg-push-3 { left:25%; }
  .col-lg-push-2 { left:16.66666667%; }
  .col-lg-push-1 { left:8.33333333%; }
  .col-lg-push-0 { left:auto; }
  .col-lg-offset-12 { margin-left:100%; }
  .col-lg-offset-11 { margin-left:91.66666667%; }
  .col-lg-offset-10 { margin-left:83.33333333%; }
  .col-lg-offset-9 { margin-left:75%; }
  .col-lg-offset-8 { margin-left:66.66666667%; }
  .col-lg-offset-7 { margin-left:58.33333333%; }
  .col-lg-offset-6 { margin-left:50%; }
  .col-lg-offset-5 { margin-left:41.66666667%; }
  .col-lg-offset-4 { margin-left:33.33333333%; }
  .col-lg-offset-3 { margin-left:25%; }
  .col-lg-offset-2 { margin-left:16.66666667%; }
  .col-lg-offset-1 { margin-left:8.33333333%; }
  .col-lg-offset-0 { margin-left:0%; }
}
table { background-color:transparent; }
caption {
  padding-top:8px;
  padding-bottom:8px;
  color:#777777;
  text-align:left;
}
th { text-align:left; }
.table {
  width:100%;
  max-width:100%;
  margin-bottom:20px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding:8px;
  line-height:1.42857143;
  vertical-align:top;
  border-top:1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align:bottom;
  border-bottom:2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td { border-top:0; }
.table > tbody + tbody { border-top:2px solid #dddddd; }
.table .table { background-color:#ffffff; }
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td { padding:5px; }
.table-bordered { border:1px solid #dddddd; }
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td { border:1px solid #dddddd; }
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width:2px; }
.table-striped > tbody > tr:nth-of-type(odd) { background-color:#f9f9f9; }
.table-hover > tbody > tr:hover { background-color:#f5f5f5; }
table col[class*="col-"] {
  position:static;
  float:none;
  display:table-column;
}
table td[class*="col-"], table th[class*="col-"] {
  position:static;
  float:none;
  display:table-cell;
}
.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th { background-color:#f5f5f5; }
.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th { background-color:#e8e8e8; }
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th { background-color:#dff0d8; }
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th { background-color:#d0e9c6; }
.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th { background-color:#d9edf7; }
.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th { background-color:#c4e3f3; }
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th { background-color:#fcf8e3; }
.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th { background-color:#faf2cc; }
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th { background-color:#f2dede; }
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th { background-color:#ebcccc; }
.table-responsive {
  overflow-x:auto;
  min-height:0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width:100%;
    margin-bottom:15px;
    overflow-y:hidden;
    -ms-overflow-style:-ms-autohiding-scrollbar;
    border:1px solid #dddddd;
  }
  .table-responsive > .table { margin-bottom:0; }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td { white-space:nowrap; }
  .table-responsive > .table-bordered { border:0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left:0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right:0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom:0; }
}
fieldset {
  padding:0;
  margin:0;
  border:0;
  min-width:0;
}
legend {
  display:block;
  width:100%;
  padding:0;
  margin-bottom:20px;
  font-size:21px;
  line-height:inherit;
  color:#333333;
  border:0;
  border-bottom:1px solid #e5e5e5;
}
label {
  display:inline-block;
  max-width:100%;
  margin-bottom:5px;
  font-weight:bold;
}
input[type="search"] {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
input[type="radio"], input[type="checkbox"] {
  margin:4px 0 0;
  margin-top:1px \9;
  line-height:normal;
}
input[type="file"] { display:block; }
input[type="range"] {
  display:block;
  width:100%;
}
select[multiple], select[size] { height:auto; }
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline:thin dotted;
  outline:5px auto -webkit-focus-ring-color;
  outline-offset:-2px;
}
output {
  display:block;
  padding-top:7px;
  font-size:14px;
  line-height:1.42857143;
  color:#555555;
}
.form-control {
  display:block;
  width:100%;
  height:34px;
  padding:6px 12px;
  font-size:14px;
  line-height:1.42857143;
  color:#555555;
  background-color:#ffffff;
  background-image:none;
  border:1px solid #cccccc;
  border-radius:4px;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition:border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color:#66afe9;
  outline:0;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
}
.form-control::-moz-placeholder {
  color:#999999;
  opacity:1;
}
.form-control:-ms-input-placeholder { color:#999999; }
.form-control::-webkit-input-placeholder { color:#999999; }
.form-control::-ms-expand {
  border:0;
  background-color:transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color:#eeeeee;
  opacity:1;
}
.form-control[disabled], fieldset[disabled] .form-control { cursor:not-allowed; }
textarea.form-control { height:auto; }
input[type="search"] { -webkit-appearance:none; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control { line-height:34px; }
  input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] { line-height:30px; }
  input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] { line-height:46px; }
}
.form-group { margin-bottom:15px; }
.radio, .checkbox {
  position:relative;
  display:block;
  margin-top:10px;
  margin-bottom:10px;
}
.radio label, .checkbox label {
  min-height:20px;
  padding-left:20px;
  margin-bottom:0;
  font-weight:normal;
  cursor:pointer;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position:absolute;
  margin-left:-20px;
  margin-top:4px \9;
}
.radio + .radio, .checkbox + .checkbox { margin-top:-5px; }
.radio-inline, .checkbox-inline {
  position:relative;
  display:inline-block;
  padding-left:20px;
  margin-bottom:0;
  vertical-align:middle;
  font-weight:normal;
  cursor:pointer;
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top:0;
  margin-left:10px;
}
input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] { cursor:not-allowed; }
.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline { cursor:not-allowed; }
.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label { cursor:not-allowed; }
.form-control-static {
  padding-top:7px;
  padding-bottom:7px;
  margin-bottom:0;
  min-height:34px;
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left:0;
  padding-right:0;
}
.input-sm {
  height:30px;
  padding:5px 10px;
  font-size:12px;
  line-height:1.5;
  border-radius:3px;
}
select.input-sm {
  height:30px;
  line-height:30px;
}
textarea.input-sm, select[multiple].input-sm { height:auto; }
.form-group-sm .form-control {
  height:30px;
  padding:5px 10px;
  font-size:12px;
  line-height:1.5;
  border-radius:3px;
}
.form-group-sm select.form-control {
  height:30px;
  line-height:30px;
}
.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control { height:auto; }
.form-group-sm .form-control-static {
  height:30px;
  min-height:32px;
  padding:6px 10px;
  font-size:12px;
  line-height:1.5;
}
.input-lg {
  height:46px;
  padding:10px 16px;
  font-size:18px;
  line-height:1.3333333;
  border-radius:6px;
}
select.input-lg {
  height:46px;
  line-height:46px;
}
textarea.input-lg, select[multiple].input-lg { height:auto; }
.form-group-lg .form-control {
  height:46px;
  padding:10px 16px;
  font-size:18px;
  line-height:1.3333333;
  border-radius:6px;
}
.form-group-lg select.form-control {
  height:46px;
  line-height:46px;
}
.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control { height:auto; }
.form-group-lg .form-control-static {
  height:46px;
  min-height:38px;
  padding:11px 16px;
  font-size:18px;
  line-height:1.3333333;
}
.has-feedback { position:relative; }
.has-feedback .form-control { padding-right:42.5px; }
.form-control-feedback {
  position:absolute;
  top:0;
  right:0;
  z-index:2;
  display:block;
  width:34px;
  height:34px;
  line-height:34px;
  text-align:center;
  pointer-events:none;
}
.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
  width:46px;
  height:46px;
  line-height:46px;
}
.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
  width:30px;
  height:30px;
  line-height:30px;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label { color:#3c763d; }
.has-success .form-control {
  border-color:#3c763d;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-success .form-control:focus {
  border-color:#2b542c;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #67b168;
  box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color:#3c763d;
  border-color:#3c763d;
  background-color:#dff0d8;
}
.has-success .form-control-feedback { color:#3c763d; }
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label { color:#8a6d3b; }
.has-warning .form-control {
  border-color:#8a6d3b;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-warning .form-control:focus {
  border-color:#66512c;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #c0a16b;
  box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color:#8a6d3b;
  border-color:#8a6d3b;
  background-color:#fcf8e3;
}
.has-warning .form-control-feedback { color:#8a6d3b; }
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color:#a94442; }
.has-error .form-control {
  border-color:#a94442;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-error .form-control:focus {
  border-color:#843534;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ce8483;
  box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color:#a94442;
  border-color:#a94442;
  background-color:#f2dede;
}
.has-error .form-control-feedback { color:#a94442; }
.has-feedback label ~ .form-control-feedback { top:25px; }
.has-feedback label.sr-only ~ .form-control-feedback { top:0; }
.help-block {
  display:block;
  margin-top:5px;
  margin-bottom:10px;
  color:#737373;
}
@media (min-width: 769px) {
  .form-inline .form-group {
    display:inline-block;
    margin-bottom:0;
    vertical-align:middle;
  }
  .form-inline .form-control {
    display:inline-block;
    width:auto;
    vertical-align:middle;
  }
  .form-inline .form-control-static { display:inline-block; }
  .form-inline .input-group {
    display:inline-table;
    vertical-align:middle;
  }
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control { width:auto; }
  .form-inline .input-group > .form-control { width:100%; }
  .form-inline .control-label {
    margin-bottom:0;
    vertical-align:middle;
  }
  .form-inline .radio, .form-inline .checkbox {
    display:inline-block;
    margin-top:0;
    margin-bottom:0;
    vertical-align:middle;
  }
  .form-inline .radio label, .form-inline .checkbox label { padding-left:0; }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    position:relative;
    margin-left:0;
  }
  .form-inline .has-feedback .form-control-feedback { top:0; }
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top:0;
  margin-bottom:0;
  padding-top:7px;
}
.form-horizontal .radio, .form-horizontal .checkbox { min-height:27px; }
.form-horizontal .form-group {
  margin-left:-15px;
  margin-right:-15px;
}
@media (min-width: 769px) {
  .form-horizontal .control-label {
    text-align:right;
    margin-bottom:0;
    padding-top:7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback { right:15px; }
@media (min-width: 769px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top:11px;
    font-size:18px;
  }
}
@media (min-width: 769px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top:6px;
    font-size:12px;
  }
}
.btn {
  display:inline-block;
  margin-bottom:0;
  font-weight:normal;
  text-align:center;
  vertical-align:middle;
  -ms-touch-action:manipulation;
  touch-action:manipulation;
  cursor:pointer;
  background-image:none;
  border:1px solid transparent;
  white-space:nowrap;
  padding:6px 12px;
  font-size:14px;
  line-height:1.42857143;
  border-radius:4px;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline:thin dotted;
  outline:5px auto -webkit-focus-ring-color;
  outline-offset:-2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color:#333333;
  text-decoration:none;
}
.btn:active, .btn.active {
  outline:0;
  background-image:none;
  -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.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor:not-allowed;
  opacity:0.65;
  filter:alpha(opacity=65);
  -webkit-box-shadow:none;
  box-shadow:none;
}
a.btn.disabled, fieldset[disabled] a.btn { pointer-events:none; }
.btn-default {
  color:#333333;
  background-color:#ffffff;
  border-color:#cccccc;
}
.btn-default:focus, .btn-default.focus {
  color:#333333;
  background-color:#e6e6e6;
  border-color:#8c8c8c;
}
.btn-default:hover {
  color:#333333;
  background-color:#e6e6e6;
  border-color:#adadad;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  color:#333333;
  background-color:#e6e6e6;
  border-color:#adadad;
}
.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
  color:#333333;
  background-color:#d4d4d4;
  border-color:#8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { background-image:none; }
.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
  background-color:#ffffff;
  border-color:#cccccc;
}
.btn-default .badge {
  color:#ffffff;
  background-color:#333333;
}
.btn-primary {
  color:#ffffff;
  background-color:#337ab7;
  border-color:#2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color:#ffffff;
  background-color:#286090;
  border-color:#122b40;
}
.btn-primary:hover {
  color:#ffffff;
  background-color:#286090;
  border-color:#204d74;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color:#ffffff;
  background-color:#286090;
  border-color:#204d74;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
  color:#ffffff;
  background-color:#204d74;
  border-color:#122b40;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { background-image:none; }
.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
  background-color:#337ab7;
  border-color:#2e6da4;
}
.btn-primary .badge {
  color:#337ab7;
  background-color:#ffffff;
}
.btn-success {
  color:#ffffff;
  background-color:#5cb85c;
  border-color:#4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color:#ffffff;
  background-color:#449d44;
  border-color:#255625;
}
.btn-success:hover {
  color:#ffffff;
  background-color:#449d44;
  border-color:#398439;
}
.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  color:#ffffff;
  background-color:#449d44;
  border-color:#398439;
}
.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
  color:#ffffff;
  background-color:#398439;
  border-color:#255625;
}
.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success { background-image:none; }
.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
  background-color:#5cb85c;
  border-color:#4cae4c;
}
.btn-success .badge {
  color:#5cb85c;
  background-color:#ffffff;
}
.btn-info {
  color:#ffffff;
  background-color:#5bc0de;
  border-color:#46b8da;
}
.btn-info:focus, .btn-info.focus {
  color:#ffffff;
  background-color:#31b0d5;
  border-color:#1b6d85;
}
.btn-info:hover {
  color:#ffffff;
  background-color:#31b0d5;
  border-color:#269abc;
}
.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  color:#ffffff;
  background-color:#31b0d5;
  border-color:#269abc;
}
.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
  color:#ffffff;
  background-color:#269abc;
  border-color:#1b6d85;
}
.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info { background-image:none; }
.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {
  background-color:#5bc0de;
  border-color:#46b8da;
}
.btn-info .badge {
  color:#5bc0de;
  background-color:#ffffff;
}
.btn-warning {
  color:#ffffff;
  background-color:#f0ad4e;
  border-color:#eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color:#ffffff;
  background-color:#ec971f;
  border-color:#985f0d;
}
.btn-warning:hover {
  color:#ffffff;
  background-color:#ec971f;
  border-color:#d58512;
}
.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  color:#ffffff;
  background-color:#ec971f;
  border-color:#d58512;
}
.btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus {
  color:#ffffff;
  background-color:#d58512;
  border-color:#985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning { background-image:none; }
.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus {
  background-color:#f0ad4e;
  border-color:#eea236;
}
.btn-warning .badge {
  color:#f0ad4e;
  background-color:#ffffff;
}
.btn-danger {
  color:#ffffff;
  background-color:#d9534f;
  border-color:#d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color:#ffffff;
  background-color:#c9302c;
  border-color:#761c19;
}
.btn-danger:hover {
  color:#ffffff;
  background-color:#c9302c;
  border-color:#ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  color:#ffffff;
  background-color:#c9302c;
  border-color:#ac2925;
}
.btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {
  color:#ffffff;
  background-color:#ac2925;
  border-color:#761c19;
}
.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger { background-image:none; }
.btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus {
  background-color:#d9534f;
  border-color:#d43f3a;
}
.btn-danger .badge {
  color:#d9534f;
  background-color:#ffffff;
}
.btn-link {
  color:#337ab7;
  font-weight:normal;
  border-radius:0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color:transparent;
  -webkit-box-shadow:none;
  box-shadow:none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color:transparent; }
.btn-link:hover, .btn-link:focus {
  color:#23527c;
  text-decoration:underline;
  background-color:transparent;
}
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color:#777777;
  text-decoration:none;
}
.btn-lg, .btn-group-lg > .btn {
  padding:10px 16px;
  font-size:18px;
  line-height:1.3333333;
  border-radius:6px;
}
.btn-sm, .btn-group-sm > .btn {
  padding:5px 10px;
  font-size:12px;
  line-height:1.5;
  border-radius:3px;
}
.btn-xs, .btn-group-xs > .btn {
  padding:1px 5px;
  font-size:12px;
  line-height:1.5;
  border-radius:3px;
}
.btn-block {
  display:block;
  width:100%;
}
.btn-block + .btn-block { margin-top:5px; }
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width:100%; }
.fade {
  opacity:0;
  -webkit-transition:opacity 0.15s linear;
  -o-transition:opacity 0.15s linear;
  transition:opacity 0.15s linear;
}
.fade.in { opacity:1; }
.collapse { display:none; }
.collapse.in { display:block; }
tr.collapse.in { display:table-row; }
tbody.collapse.in { display:table-row-group; }
.collapsing {
  position:relative;
  height:0;
  overflow:hidden;
  -webkit-transition-property:height, visibility;
  -o-transition-property:height, visibility;
  transition-property:height, visibility;
  -webkit-transition-duration:0.35s;
  -o-transition-duration:0.35s;
  transition-duration:0.35s;
  -webkit-transition-timing-function:ease;
  -o-transition-timing-function:ease;
  transition-timing-function:ease;
}
.caret {
  display:inline-block;
  width:0;
  height:0;
  margin-left:2px;
  vertical-align:middle;
  border-top:4px dashed;
  border-top:4px solid \9;
  border-right:4px solid transparent;
  border-left:4px solid transparent;
}
.dropup, .dropdown { position:relative; }
.dropdown-toggle:focus { outline:0; }
.dropdown-menu {
  position:absolute;
  top:100%;
  left:0;
  z-index:1000;
  display:none;
  float:left;
  min-width:160px;
  padding:5px 0;
  margin:2px 0 0;
  list-style:none;
  font-size:14px;
  text-align:left;
  background-color:#ffffff;
  border:1px solid #cccccc;
  border:1px solid rgba(0,0,0,0.15);
  border-radius:4px;
  -webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);
  box-shadow:0 6px 12px rgba(0,0,0,0.175);
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
}
.dropdown-menu.pull-right {
  right:0;
  left:auto;
}
.dropdown-menu .divider {
  height:1px;
  margin:9px 0;
  overflow:hidden;
  background-color:#e5e5e5;
}
.dropdown-menu > li > a {
  display:block;
  padding:3px 20px;
  clear:both;
  font-weight:normal;
  line-height:1.42857143;
  color:#333333;
  white-space:nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration:none;
  color:#262626;
  background-color:#f5f5f5;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color:#ffffff;
  text-decoration:none;
  outline:0;
  background-color:#337ab7;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color:#777777; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration:none;
  background-color:transparent;
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor:not-allowed;
}
.open > .dropdown-menu { display:block; }
.open > a { outline:0; }
.dropdown-menu-right {
  left:auto;
  right:0;
}
.dropdown-menu-left {
  left:0;
  right:auto;
}
.dropdown-header {
  display:block;
  padding:3px 20px;
  font-size:12px;
  line-height:1.42857143;
  color:#777777;
  white-space:nowrap;
}
.dropdown-backdrop {
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  top:0;
  z-index:990;
}
.pull-right > .dropdown-menu {
  right:0;
  left:auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top:0;
  border-bottom:4px dashed;
  border-bottom:4px solid \9;
  content:"";
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top:auto;
  bottom:100%;
  margin-bottom:2px;
}
@media (min-width: 769px) {
  .navbar-right .dropdown-menu {
    left:auto;
    right:0;
  }
  .navbar-right .dropdown-menu-left {
    left:0;
    right:auto;
  }
}
.btn-group, .btn-group-vertical {
  position:relative;
  display:inline-block;
  vertical-align:middle;
}
.btn-group > .btn, .btn-group-vertical > .btn {
  position:relative;
  float:left;
}
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active { z-index:2; }
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-left:-1px; }
.btn-toolbar { margin-left:-5px; }
.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group { float:left; }
.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group { margin-left:5px; }
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius:0; }
.btn-group > .btn:first-child { margin-left:0; }
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius:0;
  border-top-right-radius:0;
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius:0;
  border-top-left-radius:0;
}
.btn-group > .btn-group { float:left; }
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius:0; }
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius:0;
  border-top-right-radius:0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius:0;
  border-top-left-radius:0;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline:0; }
.btn-group > .btn + .dropdown-toggle {
  padding-left:8px;
  padding-right:8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left:12px;
  padding-right:12px;
}
.btn-group.open .dropdown-toggle {
  -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-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow:none;
  box-shadow:none;
}
.btn .caret { margin-left:0; }
.btn-lg .caret {
  border-width:5px 5px 0;
  border-bottom-width:0;
}
.dropup .btn-lg .caret { border-width:0 5px 5px; }
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display:block;
  float:none;
  width:100%;
  max-width:100%;
}
.btn-group-vertical > .btn-group > .btn { float:none; }
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top:-1px;
  margin-left:0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius:0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius:4px;
  border-top-left-radius:4px;
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius:0;
  border-top-left-radius:0;
  border-bottom-right-radius:4px;
  border-bottom-left-radius:4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius:0; }
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius:0;
  border-top-left-radius:0;
}
.btn-group-justified {
  display:table;
  width:100%;
  table-layout:fixed;
  border-collapse:separate;
}
.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  float:none;
  display:table-cell;
  width:1%;
}
.btn-group-justified > .btn-group .btn { width:100%; }
.btn-group-justified > .btn-group .dropdown-menu { left:auto; }
[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position:absolute;
  clip:rect(0,0,0,0);
  pointer-events:none;
}
.input-group {
  position:relative;
  display:table;
  border-collapse:separate;
}
.input-group[class*="col-"] {
  float:none;
  padding-left:0;
  padding-right:0;
}
.input-group .form-control {
  position:relative;
  z-index:2;
  float:left;
  width:100%;
  margin-bottom:0;
}
.input-group .form-control:focus { z-index:3; }
.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height:46px;
  padding:10px 16px;
  font-size:18px;
  line-height:1.3333333;
  border-radius:6px;
}
select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height:46px;
  line-height:46px;
}
textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn { height:auto; }
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height:30px;
  padding:5px 10px;
  font-size:12px;
  line-height:1.5;
  border-radius:3px;
}
select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height:30px;
  line-height:30px;
}
textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn { height:auto; }
.input-group-addon, .input-group-btn, .input-group .form-control { display:table-cell; }
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius:0; }
.input-group-addon, .input-group-btn {
  width:1%;
  white-space:nowrap;
  vertical-align:middle;
}
.input-group-addon {
  padding:6px 12px;
  font-size:14px;
  font-weight:normal;
  line-height:1;
  color:#555555;
  text-align:center;
  background-color:#eeeeee;
  border:1px solid #cccccc;
  border-radius:4px;
}
.input-group-addon.input-sm {
  padding:5px 10px;
  font-size:12px;
  border-radius:3px;
}
.input-group-addon.input-lg {
  padding:10px 16px;
  font-size:18px;
  border-radius:6px;
}
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] { margin-top:0; }
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius:0;
  border-top-right-radius:0;
}
.input-group-addon:first-child { border-right:0; }
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius:0;
  border-top-left-radius:0;
}
.input-group-addon:last-child { border-left:0; }
.input-group-btn {
  position:relative;
  font-size:0;
  white-space:nowrap;
}
.input-group-btn > .btn { position:relative; }
.input-group-btn > .btn + .btn { margin-left:-1px; }
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active { z-index:2; }
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group { margin-right:-1px; }
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index:2;
  margin-left:-1px;
}
.nav {
  margin-bottom:0;
  padding-left:0;
  list-style:none;
}
.nav > li {
  position:relative;
  display:block;
}
.nav > li > a {
  position:relative;
  display:block;
  padding:10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration:none;
  background-color:#eeeeee;
}
.nav > li.disabled > a { color:#777777; }
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color:#777777;
  text-decoration:none;
  background-color:transparent;
  cursor:not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color:#eeeeee;
  border-color:#337ab7;
}
.nav .nav-divider {
  height:1px;
  margin:9px 0;
  overflow:hidden;
  background-color:#e5e5e5;
}
.nav > li > a > img { max-width:none; }
.nav-tabs { border-bottom:1px solid #dddddd; }
.nav-tabs > li {
  float:left;
  margin-bottom:-1px;
}
.nav-tabs > li > a {
  margin-right:2px;
  line-height:1.42857143;
  border:1px solid transparent;
  border-radius:4px 4px 0 0;
}
.nav-tabs > li > a:hover { border-color:#eeeeee #eeeeee #dddddd; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color:#555555;
  background-color:#ffffff;
  border:1px solid #dddddd;
  border-bottom-color:transparent;
  cursor:default;
}
.nav-tabs.nav-justified {
  width:100%;
  border-bottom:0;
}
.nav-tabs.nav-justified > li { float:none; }
.nav-tabs.nav-justified > li > a {
  text-align:center;
  margin-bottom:5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top:auto;
  left:auto;
}
@media (min-width: 769px) {
  .nav-tabs.nav-justified > li {
    display:table-cell;
    width:1%;
  }
  .nav-tabs.nav-justified > li > a { margin-bottom:0; }
}
.nav-tabs.nav-justified > li > a {
  margin-right:0;
  border-radius:4px;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border:1px solid #dddddd; }
@media (min-width: 769px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom:1px solid #dddddd;
    border-radius:4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border-bottom-color:#ffffff; }
}
.nav-pills > li { float:left; }
.nav-pills > li > a { border-radius:4px; }
.nav-pills > li + li { margin-left:2px; }
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color:#ffffff;
  background-color:#337ab7;
}
.nav-stacked > li { float:none; }
.nav-stacked > li + li {
  margin-top:2px;
  margin-left:0;
}
.nav-justified { width:100%; }
.nav-justified > li { float:none; }
.nav-justified > li > a {
  text-align:center;
  margin-bottom:5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top:auto;
  left:auto;
}
@media (min-width: 769px) {
  .nav-justified > li {
    display:table-cell;
    width:1%;
  }
  .nav-justified > li > a { margin-bottom:0; }
}
.nav-tabs-justified { border-bottom:0; }
.nav-tabs-justified > li > a {
  margin-right:0;
  border-radius:4px;
}
.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border:1px solid #dddddd; }
@media (min-width: 769px) {
  .nav-tabs-justified > li > a {
    border-bottom:1px solid #dddddd;
    border-radius:4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border-bottom-color:#ffffff; }
}
.tab-content > .tab-pane { display:none; }
.tab-content > .active { display:block; }
.nav-tabs .dropdown-menu {
  margin-top:-1px;
  border-top-right-radius:0;
  border-top-left-radius:0;
}
.navbar {
  position:relative;
  min-height:50px;
  margin-bottom:20px;
  border:1px solid transparent;
}
@media (min-width: 769px) {
  .navbar { border-radius:4px; }
}
@media (min-width: 769px) {
  .navbar-header { float:left; }
}
.navbar-collapse {
  overflow-x:visible;
  padding-right:15px;
  padding-left:15px;
  border-top:1px solid transparent;
  -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);
  -webkit-overflow-scrolling:touch;
}
.navbar-collapse.in { overflow-y:auto; }
@media (min-width: 769px) {
  .navbar-collapse {
    width:auto;
    border-top:0;
    -webkit-box-shadow:none;
    box-shadow:none;
  }
  .navbar-collapse.collapse {
    display:block !important;
    height:auto !important;
    padding-bottom:0;
    overflow:visible !important;
  }
  .navbar-collapse.in { overflow-y:visible; }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left:0;
    padding-right:0;
  }
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height:340px; }
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height:200px; }
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-right:-15px;
  margin-left:-15px;
}
@media (min-width: 769px) {
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right:0;
    margin-left:0;
  }
}
.navbar-static-top {
  z-index:1000;
  border-width:0 0 1px;
}
@media (min-width: 769px) {
  .navbar-static-top { border-radius:0; }
}
.navbar-fixed-top, .navbar-fixed-bottom {
  position:fixed;
  right:0;
  left:0;
  z-index:1030;
}
@media (min-width: 769px) {
  .navbar-fixed-top, .navbar-fixed-bottom { border-radius:0; }
}
.navbar-fixed-top {
  top:0;
  border-width:0 0 1px;
}
.navbar-fixed-bottom {
  bottom:0;
  margin-bottom:0;
  border-width:1px 0 0;
}
.navbar-brand {
  float:left;
  padding:15px 15px;
  font-size:18px;
  line-height:20px;
  height:50px;
}
.navbar-brand:hover, .navbar-brand:focus { text-decoration:none; }
.navbar-brand > img { display:block; }
@media (min-width: 769px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left:-15px; }
}
.navbar-toggle {
  position:relative;
  float:right;
  margin-right:15px;
  padding:9px 10px;
  margin-top:8px;
  margin-bottom:8px;
  background-color:transparent;
  background-image:none;
  border:1px solid transparent;
  border-radius:4px;
}
.navbar-toggle:focus { outline:0; }
.navbar-toggle .icon-bar {
  display:block;
  width:22px;
  height:2px;
  border-radius:1px;
}
.navbar-toggle .icon-bar + .icon-bar { margin-top:4px; }
@media (min-width: 769px) {
  .navbar-toggle { display:none; }
}
.navbar-nav { margin:7.5px -15px; }
.navbar-nav > li > a {
  padding-top:10px;
  padding-bottom:10px;
  line-height:20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position:static;
    float:none;
    width:auto;
    margin-top:0;
    background-color:transparent;
    border:0;
    -webkit-box-shadow:none;
    box-shadow:none;
  }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header { padding:5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a { line-height:20px; }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { background-image:none; }
}
@media (min-width: 769px) {
  .navbar-nav {
    float:left;
    margin:0;
  }
  .navbar-nav > li { float:left; }
  .navbar-nav > li > a {
    padding-top:15px;
    padding-bottom:15px;
  }
}
.navbar-form {
  margin-left:-15px;
  margin-right:-15px;
  padding:10px 15px;
  border-top:1px solid transparent;
  border-bottom:1px solid transparent;
  -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1);
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1);
  margin-top:8px;
  margin-bottom:8px;
}
@media (min-width: 769px) {
  .navbar-form .form-group {
    display:inline-block;
    margin-bottom:0;
    vertical-align:middle;
  }
  .navbar-form .form-control {
    display:inline-block;
    width:auto;
    vertical-align:middle;
  }
  .navbar-form .form-control-static { display:inline-block; }
  .navbar-form .input-group {
    display:inline-table;
    vertical-align:middle;
  }
  .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control { width:auto; }
  .navbar-form .input-group > .form-control { width:100%; }
  .navbar-form .control-label {
    margin-bottom:0;
    vertical-align:middle;
  }
  .navbar-form .radio, .navbar-form .checkbox {
    display:inline-block;
    margin-top:0;
    margin-bottom:0;
    vertical-align:middle;
  }
  .navbar-form .radio label, .navbar-form .checkbox label { padding-left:0; }
  .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
    position:relative;
    margin-left:0;
  }
  .navbar-form .has-feedback .form-control-feedback { top:0; }
}
@media (max-width: 767px) {
  .navbar-form .form-group { margin-bottom:5px; }
  .navbar-form .form-group:last-child { margin-bottom:0; }
}
@media (min-width: 769px) {
  .navbar-form {
    width:auto;
    border:0;
    margin-left:0;
    margin-right:0;
    padding-top:0;
    padding-bottom:0;
    -webkit-box-shadow:none;
    box-shadow:none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top:0;
  border-top-right-radius:0;
  border-top-left-radius:0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom:0;
  border-top-right-radius:4px;
  border-top-left-radius:4px;
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}
.navbar-btn {
  margin-top:8px;
  margin-bottom:8px;
}
.navbar-btn.btn-sm {
  margin-top:10px;
  margin-bottom:10px;
}
.navbar-btn.btn-xs {
  margin-top:14px;
  margin-bottom:14px;
}
.navbar-text {
  margin-top:15px;
  margin-bottom:15px;
}
@media (min-width: 769px) {
  .navbar-text {
    float:left;
    margin-left:15px;
    margin-right:15px;
  }
}
@media (min-width: 769px) {
  .navbar-left { float:left !important; }
  .navbar-right {
    float:right !important;
    margin-right:-15px;
  }
  .navbar-right ~ .navbar-right { margin-right:0; }
}
.navbar-default {
  background-color:#f8f8f8;
  border-color:#e7e7e7;
}
.navbar-default .navbar-brand { color:#777777; }
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color:#5e5e5e;
  background-color:transparent;
}
.navbar-default .navbar-text { color:#777777; }
.navbar-default .navbar-nav > li > a { color:#777777; }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color:#333333;
  background-color:transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color:#555555;
  background-color:#e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color:#cccccc;
  background-color:transparent;
}
.navbar-default .navbar-toggle { border-color:#dddddd; }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color:#dddddd; }
.navbar-default .navbar-toggle .icon-bar { background-color:#888888; }
.navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color:#e7e7e7; }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color:#e7e7e7;
  color:#555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a { color:#777777; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color:#333333;
    background-color:transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color:#555555;
    background-color:#e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color:#cccccc;
    background-color:transparent;
  }
}
.navbar-default .navbar-link { color:#777777; }
.navbar-default .navbar-link:hover { color:#333333; }
.navbar-default .btn-link { color:#777777; }
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus { color:#333333; }
.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus { color:#cccccc; }
.navbar-inverse {
  background-color:#222222;
  border-color:#080808;
}
.navbar-inverse .navbar-brand { color:#9d9d9d; }
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color:#ffffff;
  background-color:transparent;
}
.navbar-inverse .navbar-text { color:#9d9d9d; }
.navbar-inverse .navbar-nav > li > a { color:#9d9d9d; }
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color:#ffffff;
  background-color:transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color:#ffffff;
  background-color:#080808;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color:#444444;
  background-color:transparent;
}
.navbar-inverse .navbar-toggle { border-color:#333333; }
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color:#333333; }
.navbar-inverse .navbar-toggle .icon-bar { background-color:#ffffff; }
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color:#101010; }
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color:#080808;
  color:#ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color:#080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color:#080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color:#9d9d9d; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color:#ffffff;
    background-color:transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color:#ffffff;
    background-color:#080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color:#444444;
    background-color:transparent;
  }
}
.navbar-inverse .navbar-link { color:#9d9d9d; }
.navbar-inverse .navbar-link:hover { color:#ffffff; }
.navbar-inverse .btn-link { color:#9d9d9d; }
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus { color:#ffffff; }
.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus { color:#444444; }
.breadcrumb {
  padding:8px 15px;
  margin-bottom:20px;
  list-style:none;
  background-color:#f5f5f5;
  border-radius:4px;
}
.breadcrumb > li { display:inline-block; }
.breadcrumb > li + li:before {
  content:"/\00a0";
  padding:0 5px;
  color:#cccccc;
}
.breadcrumb > .active { color:#777777; }
.pagination {
  display:inline-block;
  padding-left:0;
  margin:20px 0;
  border-radius:4px;
}
.pagination > li { display:inline; }
.pagination > li > a, .pagination > li > span {
  position:relative;
  float:left;
  padding:6px 12px;
  line-height:1.42857143;
  text-decoration:none;
  color:#337ab7;
  background-color:#ffffff;
  border:1px solid #dddddd;
  margin-left:-1px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left:0;
  border-bottom-left-radius:4px;
  border-top-left-radius:4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius:4px;
  border-top-right-radius:4px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  z-index:2;
  color:#23527c;
  background-color:#eeeeee;
  border-color:#dddddd;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index:3;
  color:#ffffff;
  background-color:#337ab7;
  border-color:#337ab7;
  cursor:default;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color:#777777;
  background-color:#ffffff;
  border-color:#dddddd;
  cursor:not-allowed;
}
.pagination-lg > li > a, .pagination-lg > li > span {
  padding:10px 16px;
  font-size:18px;
  line-height:1.3333333;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius:6px;
  border-top-left-radius:6px;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius:6px;
  border-top-right-radius:6px;
}
.pagination-sm > li > a, .pagination-sm > li > span {
  padding:5px 10px;
  font-size:12px;
  line-height:1.5;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius:3px;
  border-top-left-radius:3px;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius:3px;
  border-top-right-radius:3px;
}
.pager {
  padding-left:0;
  margin:20px 0;
  list-style:none;
  text-align:center;
}
.pager li { display:inline; }
.pager li > a, .pager li > span {
  display:inline-block;
  padding:5px 14px;
  background-color:#ffffff;
  border:1px solid #dddddd;
  border-radius:15px;
}
.pager li > a:hover, .pager li > a:focus {
  text-decoration:none;
  background-color:#eeeeee;
}
.pager .next > a, .pager .next > span { float:right; }
.pager .previous > a, .pager .previous > span { float:left; }
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color:#777777;
  background-color:#ffffff;
  cursor:not-allowed;
}
.label {
  display:inline;
  padding:.2em .6em .3em;
  font-size:75%;
  font-weight:bold;
  line-height:1;
  color:#ffffff;
  text-align:center;
  white-space:nowrap;
  vertical-align:baseline;
  border-radius:.25em;
}
a.label:hover, a.label:focus {
  color:#ffffff;
  text-decoration:none;
  cursor:pointer;
}
.label:empty { display:none; }
.btn .label {
  position:relative;
  top:-1px;
}
.label-default { background-color:#777777; }
.label-default[href]:hover, .label-default[href]:focus { background-color:#5e5e5e; }
.label-primary { background-color:#337ab7; }
.label-primary[href]:hover, .label-primary[href]:focus { background-color:#286090; }
.label-success { background-color:#5cb85c; }
.label-success[href]:hover, .label-success[href]:focus { background-color:#449d44; }
.label-info { background-color:#5bc0de; }
.label-info[href]:hover, .label-info[href]:focus { background-color:#31b0d5; }
.label-warning { background-color:#f0ad4e; }
.label-warning[href]:hover, .label-warning[href]:focus { background-color:#ec971f; }
.label-danger { background-color:#d9534f; }
.label-danger[href]:hover, .label-danger[href]:focus { background-color:#c9302c; }
.badge {
  display:inline-block;
  min-width:10px;
  padding:3px 7px;
  font-size:12px;
  font-weight:bold;
  color:#ffffff;
  line-height:1;
  vertical-align:middle;
  white-space:nowrap;
  text-align:center;
  background-color:#777777;
  border-radius:10px;
}
.badge:empty { display:none; }
.btn .badge {
  position:relative;
  top:-1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top:0;
  padding:1px 5px;
}
a.badge:hover, a.badge:focus {
  color:#ffffff;
  text-decoration:none;
  cursor:pointer;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color:#337ab7;
  background-color:#ffffff;
}
.list-group-item > .badge { float:right; }
.list-group-item > .badge + .badge { margin-right:5px; }
.nav-pills > li > a > .badge { margin-left:3px; }
.jumbotron {
  padding-top:30px;
  padding-bottom:30px;
  margin-bottom:30px;
  color:inherit;
  background-color:#eeeeee;
}
.jumbotron h1, .jumbotron .h1 { color:inherit; }
.jumbotron p {
  margin-bottom:15px;
  font-size:21px;
  font-weight:200;
}
.jumbotron > hr { border-top-color:#d5d5d5; }
.container .jumbotron, .container-fluid .jumbotron {
  border-radius:6px;
  padding-left:15px;
  padding-right:15px;
}
.jumbotron .container { max-width:100%; }
@media screen and (min-width: 769px) {
  .jumbotron {
    padding-top:48px;
    padding-bottom:48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left:60px;
    padding-right:60px;
  }
  .jumbotron h1, .jumbotron .h1 { font-size:63px; }
}
.thumbnail {
  display:block;
  padding:4px;
  margin-bottom:20px;
  line-height:1.42857143;
  background-color:#ffffff;
  border:1px solid #dddddd;
  border-radius:4px;
  -webkit-transition:border 0.2s ease-in-out;
  -o-transition:border 0.2s ease-in-out;
  transition:border 0.2s ease-in-out;
}
.thumbnail > img, .thumbnail a > img {
  margin-left:auto;
  margin-right:auto;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active { border-color:#337ab7; }
.thumbnail .caption {
  padding:9px;
  color:#333333;
}
.alert {
  padding:15px;
  margin-bottom:20px;
  border:1px solid transparent;
  border-radius:4px;
}
.alert h4 {
  margin-top:0;
  color:inherit;
}
.alert .alert-link { font-weight:bold; }
.alert > p, .alert > ul { margin-bottom:0; }
.alert > p + p { margin-top:5px; }
.alert-dismissable, .alert-dismissible { padding-right:35px; }
.alert-dismissable .close, .alert-dismissible .close {
  position:relative;
  top:-2px;
  right:-21px;
  color:inherit;
}
.alert-success {
  background-color:#dff0d8;
  border-color:#d6e9c6;
  color:#3c763d;
}
.alert-success hr { border-top-color:#c9e2b3; }
.alert-success .alert-link { color:#2b542c; }
.alert-info {
  background-color:#d9edf7;
  border-color:#bce8f1;
  color:#31708f;
}
.alert-info hr { border-top-color:#a6e1ec; }
.alert-info .alert-link { color:#245269; }
.alert-warning {
  background-color:#fcf8e3;
  border-color:#faebcc;
  color:#8a6d3b;
}
.alert-warning hr { border-top-color:#f7e1b5; }
.alert-warning .alert-link { color:#66512c; }
.alert-danger {
  background-color:#f2dede;
  border-color:#ebccd1;
  color:#a94442;
}
.alert-danger hr { border-top-color:#e4b9c0; }
.alert-danger .alert-link { color:#843534; }
@-webkit-keyframes progress-bar-stripes {
  from { background-position:40px 0; }
  to { background-position:0 0; }
}
@-o-keyframes progress-bar-stripes {
  from { background-position:40px 0; }
  to { background-position:0 0; }
}
@keyframes progress-bar-stripes {
  from { background-position:40px 0; }
  to { background-position:0 0; }
}
.progress {
  overflow:hidden;
  height:20px;
  margin-bottom:20px;
  background-color:#f5f5f5;
  border-radius:4px;
  -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
}
.progress-bar {
  float:left;
  width:0%;
  height:100%;
  font-size:12px;
  line-height:20px;
  color:#ffffff;
  text-align:center;
  background-color:#337ab7;
  -webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);
  box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);
  -webkit-transition:width 0.6s ease;
  -o-transition:width 0.6s ease;
  transition:width 0.6s ease;
}
.progress-striped .progress-bar, .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);
  -webkit-background-size:40px 40px;
  background-size:40px 40px;
}
.progress.active .progress-bar, .progress-bar.active {
  -webkit-animation:progress-bar-stripes 2s linear infinite;
  -o-animation:progress-bar-stripes 2s linear infinite;
  animation:progress-bar-stripes 2s linear infinite;
}
.progress-bar-success { background-color:#5cb85c; }
.progress-striped .progress-bar-success {
  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);
}
.progress-bar-info { background-color:#5bc0de; }
.progress-striped .progress-bar-info {
  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);
}
.progress-bar-warning { background-color:#f0ad4e; }
.progress-striped .progress-bar-warning {
  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);
}
.progress-bar-danger { background-color:#d9534f; }
.progress-striped .progress-bar-danger {
  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);
}
.media { margin-top:15px; }
.media:first-child { margin-top:0; }
.media, .media-body {
  zoom:1;
  overflow:hidden;
}
.media-body { width:10000px; }
.media-object { display:block; }
.media-object.img-thumbnail { max-width:none; }
.media-right, .media > .pull-right { padding-left:10px; }
.media-left, .media > .pull-left { padding-right:10px; }
.media-left, .media-right, .media-body {
  display:table-cell;
  vertical-align:top;
}
.media-middle { vertical-align:middle; }
.media-bottom { vertical-align:bottom; }
.media-heading {
  margin-top:0;
  margin-bottom:5px;
}
.media-list {
  padding-left:0;
  list-style:none;
}
.list-group {
  margin-bottom:20px;
  padding-left:0;
}
.list-group-item {
  position:relative;
  display:block;
  padding:10px 15px;
  margin-bottom:-1px;
  background-color:#ffffff;
  border:1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius:4px;
  border-top-left-radius:4px;
}
.list-group-item:last-child {
  margin-bottom:0;
  border-bottom-right-radius:4px;
  border-bottom-left-radius:4px;
}
a.list-group-item, button.list-group-item { color:#555555; }
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading { color:#333333; }
a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
  text-decoration:none;
  color:#555555;
  background-color:#f5f5f5;
}
button.list-group-item {
  width:100%;
  text-align:left;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color:#eeeeee;
  color:#777777;
  cursor:not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading { color:inherit; }
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text { color:#777777; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index:2;
  color:#ffffff;
  background-color:#337ab7;
  border-color:#337ab7;
}
.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small { color:inherit; }
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text { color:#c7ddef; }
.list-group-item-success {
  color:#3c763d;
  background-color:#dff0d8;
}
a.list-group-item-success, button.list-group-item-success { color:#3c763d; }
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading { color:inherit; }
a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus {
  color:#3c763d;
  background-color:#d0e9c6;
}
a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus {
  color:#fff;
  background-color:#3c763d;
  border-color:#3c763d;
}
.list-group-item-info {
  color:#31708f;
  background-color:#d9edf7;
}
a.list-group-item-info, button.list-group-item-info { color:#31708f; }
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading { color:inherit; }
a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus {
  color:#31708f;
  background-color:#c4e3f3;
}
a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus {
  color:#fff;
  background-color:#31708f;
  border-color:#31708f;
}
.list-group-item-warning {
  color:#8a6d3b;
  background-color:#fcf8e3;
}
a.list-group-item-warning, button.list-group-item-warning { color:#8a6d3b; }
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading { color:inherit; }
a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus {
  color:#8a6d3b;
  background-color:#faf2cc;
}
a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus {
  color:#fff;
  background-color:#8a6d3b;
  border-color:#8a6d3b;
}
.list-group-item-danger {
  color:#a94442;
  background-color:#f2dede;
}
a.list-group-item-danger, button.list-group-item-danger { color:#a94442; }
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading { color:inherit; }
a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus {
  color:#a94442;
  background-color:#ebcccc;
}
a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus {
  color:#fff;
  background-color:#a94442;
  border-color:#a94442;
}
.list-group-item-heading {
  margin-top:0;
  margin-bottom:5px;
}
.list-group-item-text {
  margin-bottom:0;
  line-height:1.3;
}
.panel {
  margin-bottom:20px;
  background-color:#ffffff;
  border:1px solid transparent;
  border-radius:4px;
  -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);
  box-shadow:0 1px 1px rgba(0,0,0,0.05);
}
.panel-body { padding:15px; }
.panel-heading {
  padding:10px 15px;
  border-bottom:1px solid transparent;
  border-top-right-radius:3px;
  border-top-left-radius:3px;
}
.panel-heading > .dropdown .dropdown-toggle { color:inherit; }
.panel-title {
  margin-top:0;
  margin-bottom:0;
  font-size:16px;
  color:inherit;
}
.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a { color:inherit; }
.panel-footer {
  padding:10px 15px;
  background-color:#f5f5f5;
  border-top:1px solid #dddddd;
  border-bottom-right-radius:3px;
  border-bottom-left-radius:3px;
}
.panel > .list-group, .panel > .panel-collapse > .list-group { margin-bottom:0; }
.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width:1px 0;
  border-radius:0;
}
.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top:0;
  border-top-right-radius:3px;
  border-top-left-radius:3px;
}
.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom:0;
  border-bottom-right-radius:3px;
  border-bottom-left-radius:3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius:0;
  border-top-left-radius:0;
}
.panel-heading + .list-group .list-group-item:first-child { border-top-width:0; }
.list-group + .panel-footer { border-top-width:0; }
.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table { margin-bottom:0; }
.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
  padding-left:15px;
  padding-right:15px;
}
.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius:3px;
  border-top-left-radius:3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius:3px;
  border-top-right-radius:3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { border-top-left-radius:3px; }
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { border-top-right-radius:3px; }
.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius:3px;
  border-bottom-left-radius:3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { border-bottom-left-radius:3px; }
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { border-bottom-right-radius:3px; }
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body { border-top:1px solid #dddddd; }
.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td { border-top:0; }
.panel > .table-bordered, .panel > .table-responsive > .table-bordered { border:0; }
.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left:0; }
.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right:0; }
.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { border-bottom:0; }
.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { border-bottom:0; }
.panel > .table-responsive {
  border:0;
  margin-bottom:0;
}
.panel-group { margin-bottom:20px; }
.panel-group .panel {
  margin-bottom:0;
  border-radius:4px;
}
.panel-group .panel + .panel { margin-top:5px; }
.panel-group .panel-heading { border-bottom:0; }
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group { border-top:1px solid #dddddd; }
.panel-group .panel-footer { border-top:0; }
.panel-group .panel-footer + .panel-collapse .panel-body { border-bottom:1px solid #dddddd; }
.panel-default { border-color:#dddddd; }
.panel-default > .panel-heading {
  color:#333333;
  background-color:#f5f5f5;
  border-color:#dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color:#dddddd; }
.panel-default > .panel-heading .badge {
  color:#f5f5f5;
  background-color:#333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body { border-bottom-color:#dddddd; }
.panel-primary { border-color:#337ab7; }
.panel-primary > .panel-heading {
  color:#ffffff;
  background-color:#337ab7;
  border-color:#337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body { border-top-color:#337ab7; }
.panel-primary > .panel-heading .badge {
  color:#337ab7;
  background-color:#ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body { border-bottom-color:#337ab7; }
.panel-success { border-color:#d6e9c6; }
.panel-success > .panel-heading {
  color:#3c763d;
  background-color:#dff0d8;
  border-color:#d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body { border-top-color:#d6e9c6; }
.panel-success > .panel-heading .badge {
  color:#dff0d8;
  background-color:#3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body { border-bottom-color:#d6e9c6; }
.panel-info { border-color:#bce8f1; }
.panel-info > .panel-heading {
  color:#31708f;
  background-color:#d9edf7;
  border-color:#bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body { border-top-color:#bce8f1; }
.panel-info > .panel-heading .badge {
  color:#d9edf7;
  background-color:#31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body { border-bottom-color:#bce8f1; }
.panel-warning { border-color:#faebcc; }
.panel-warning > .panel-heading {
  color:#8a6d3b;
  background-color:#fcf8e3;
  border-color:#faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body { border-top-color:#faebcc; }
.panel-warning > .panel-heading .badge {
  color:#fcf8e3;
  background-color:#8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body { border-bottom-color:#faebcc; }
.panel-danger { border-color:#ebccd1; }
.panel-danger > .panel-heading {
  color:#a94442;
  background-color:#f2dede;
  border-color:#ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body { border-top-color:#ebccd1; }
.panel-danger > .panel-heading .badge {
  color:#f2dede;
  background-color:#a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body { border-bottom-color:#ebccd1; }
.embed-responsive {
  position:relative;
  display:block;
  height:0;
  padding:0;
  overflow:hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  height:100%;
  width:100%;
  border:0;
}
.embed-responsive-16by9 { padding-bottom:56.25%; }
.embed-responsive-4by3 { padding-bottom:75%; }
.well {
  min-height:20px;
  padding:19px;
  margin-bottom:20px;
  background-color:#f5f5f5;
  border:1px solid #e3e3e3;
  border-radius:4px;
  -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);
}
.well blockquote {
  border-color:#ddd;
  border-color:rgba(0,0,0,0.15);
}
.well-lg {
  padding:24px;
  border-radius:6px;
}
.well-sm {
  padding:9px;
  border-radius:3px;
}
.close {
  float:right;
  font-size:21px;
  font-weight:bold;
  line-height:1;
  color:#000000;
  text-shadow:0 1px 0 #ffffff;
  opacity:0.2;
  filter:alpha(opacity=20);
}
.close:hover, .close:focus {
  color:#000000;
  text-decoration:none;
  cursor:pointer;
  opacity:0.5;
  filter:alpha(opacity=50);
}
button.close {
  padding:0;
  cursor:pointer;
  background:transparent;
  border:0;
  -webkit-appearance:none;
}
.modal-open { overflow:hidden; }
.modal {
  display:none;
  overflow:hidden;
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:1050;
  -webkit-overflow-scrolling:touch;
  outline:0;
}
.modal.fade .modal-dialog {
  -webkit-transform:translate(0,-25%);
  -ms-transform:translate(0,-25%);
  -o-transform:translate(0,-25%);
  transform:translate(0,-25%);
  -webkit-transition:-webkit-transform 0.3s ease-out;
  -o-transition:-o-transform 0.3s ease-out;
  transition:transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform:translate(0,0);
  -ms-transform:translate(0,0);
  -o-transform:translate(0,0);
  transform:translate(0,0);
}
.modal-open .modal {
  overflow-x:hidden;
  overflow-y:auto;
}
.modal-dialog {
  position:relative;
  width:auto;
  margin:10px;
}
.modal-content {
  position:relative;
  background-color:#ffffff;
  border:1px solid #999999;
  border:1px solid rgba(0,0,0,0.2);
  border-radius:6px;
  -webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);
  box-shadow:0 3px 9px rgba(0,0,0,0.5);
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  outline:0;
}
.modal-backdrop {
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:1040;
  background-color:#000000;
}
.modal-backdrop.fade {
  opacity:0;
  filter:alpha(opacity=0);
}
.modal-backdrop.in {
  opacity:0.5;
  filter:alpha(opacity=50);
}
.modal-header {
  padding:15px;
  border-bottom:1px solid #e5e5e5;
}
.modal-header .close { margin-top:-2px; }
.modal-title {
  margin:0;
  line-height:1.42857143;
}
.modal-body {
  position:relative;
  padding:15px;
}
.modal-footer {
  padding:15px;
  text-align:right;
  border-top:1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left:5px;
  margin-bottom:0;
}
.modal-footer .btn-group .btn + .btn { margin-left:-1px; }
.modal-footer .btn-block + .btn-block { margin-left:0; }
.modal-scrollbar-measure {
  position:absolute;
  top:-9999px;
  width:50px;
  height:50px;
  overflow:scroll;
}
@media (min-width: 769px) {
  .modal-dialog {
    width:600px;
    margin:30px auto;
  }
  .modal-content {
    -webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);
    box-shadow:0 5px 15px rgba(0,0,0,0.5);
  }
  .modal-sm { width:300px; }
}
@media (min-width: 992px) {
  .modal-lg { width:900px; }
}
.tooltip {
  position:absolute;
  z-index:1070;
  display:block;
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style:normal;
  font-weight:normal;
  letter-spacing:normal;
  line-break:auto;
  line-height:1.42857143;
  text-align:left;
  text-align:start;
  text-decoration:none;
  text-shadow:none;
  text-transform:none;
  white-space:normal;
  word-break:normal;
  word-spacing:normal;
  word-wrap:normal;
  font-size:12px;
  opacity:0;
  filter:alpha(opacity=0);
}
.tooltip.in {
  opacity:0.9;
  filter:alpha(opacity=90);
}
.tooltip.top {
  margin-top:-3px;
  padding:5px 0;
}
.tooltip.right {
  margin-left:3px;
  padding:0 5px;
}
.tooltip.bottom {
  margin-top:3px;
  padding:5px 0;
}
.tooltip.left {
  margin-left:-3px;
  padding:0 5px;
}
.tooltip-inner {
  max-width:200px;
  padding:3px 8px;
  color:#ffffff;
  text-align:center;
  background-color:#000000;
  border-radius:4px;
}
.tooltip-arrow {
  position:absolute;
  width:0;
  height:0;
  border-color:transparent;
  border-style:solid;
}
.tooltip.top .tooltip-arrow {
  bottom:0;
  left:50%;
  margin-left:-5px;
  border-width:5px 5px 0;
  border-top-color:#000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom:0;
  right:5px;
  margin-bottom:-5px;
  border-width:5px 5px 0;
  border-top-color:#000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom:0;
  left:5px;
  margin-bottom:-5px;
  border-width:5px 5px 0;
  border-top-color:#000000;
}
.tooltip.right .tooltip-arrow {
  top:50%;
  left:0;
  margin-top:-5px;
  border-width:5px 5px 5px 0;
  border-right-color:#000000;
}
.tooltip.left .tooltip-arrow {
  top:50%;
  right:0;
  margin-top:-5px;
  border-width:5px 0 5px 5px;
  border-left-color:#000000;
}
.tooltip.bottom .tooltip-arrow {
  top:0;
  left:50%;
  margin-left:-5px;
  border-width:0 5px 5px;
  border-bottom-color:#000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top:0;
  right:5px;
  margin-top:-5px;
  border-width:0 5px 5px;
  border-bottom-color:#000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top:0;
  left:5px;
  margin-top:-5px;
  border-width:0 5px 5px;
  border-bottom-color:#000000;
}
.popover {
  position:absolute;
  top:0;
  left:0;
  z-index:1060;
  display:none;
  max-width:276px;
  padding:1px;
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style:normal;
  font-weight:normal;
  letter-spacing:normal;
  line-break:auto;
  line-height:1.42857143;
  text-align:left;
  text-align:start;
  text-decoration:none;
  text-shadow:none;
  text-transform:none;
  white-space:normal;
  word-break:normal;
  word-spacing:normal;
  word-wrap:normal;
  font-size:14px;
  background-color:#ffffff;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  border:1px solid #cccccc;
  border:1px solid rgba(0,0,0,0.2);
  border-radius:6px;
  -webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
  box-shadow:0 5px 10px rgba(0,0,0,0.2);
}
.popover.top { margin-top:-10px; }
.popover.right { margin-left:10px; }
.popover.bottom { margin-top:10px; }
.popover.left { margin-left:-10px; }
.popover-title {
  margin:0;
  padding:8px 14px;
  font-size:14px;
  background-color:#f7f7f7;
  border-bottom:1px solid #ebebeb;
  border-radius:5px 5px 0 0;
}
.popover-content { padding:9px 14px; }
.popover > .arrow, .popover > .arrow:after {
  position:absolute;
  display:block;
  width:0;
  height:0;
  border-color:transparent;
  border-style:solid;
}
.popover > .arrow { border-width:11px; }
.popover > .arrow:after {
  border-width:10px;
  content:"";
}
.popover.top > .arrow {
  left:50%;
  margin-left:-11px;
  border-bottom-width:0;
  border-top-color:#999999;
  border-top-color:rgba(0,0,0,0.25);
  bottom:-11px;
}
.popover.top > .arrow:after {
  content:" ";
  bottom:1px;
  margin-left:-10px;
  border-bottom-width:0;
  border-top-color:#ffffff;
}
.popover.right > .arrow {
  top:50%;
  left:-11px;
  margin-top:-11px;
  border-left-width:0;
  border-right-color:#999999;
  border-right-color:rgba(0,0,0,0.25);
}
.popover.right > .arrow:after {
  content:" ";
  left:1px;
  bottom:-10px;
  border-left-width:0;
  border-right-color:#ffffff;
}
.popover.bottom > .arrow {
  left:50%;
  margin-left:-11px;
  border-top-width:0;
  border-bottom-color:#999999;
  border-bottom-color:rgba(0,0,0,0.25);
  top:-11px;
}
.popover.bottom > .arrow:after {
  content:" ";
  top:1px;
  margin-left:-10px;
  border-top-width:0;
  border-bottom-color:#ffffff;
}
.popover.left > .arrow {
  top:50%;
  right:-11px;
  margin-top:-11px;
  border-right-width:0;
  border-left-color:#999999;
  border-left-color:rgba(0,0,0,0.25);
}
.popover.left > .arrow:after {
  content:" ";
  right:1px;
  border-right-width:0;
  border-left-color:#ffffff;
  bottom:-10px;
}
.carousel { position:relative; }
.carousel-inner {
  position:relative;
  overflow:hidden;
  width:100%;
}
.carousel-inner > .item {
  display:none;
  position:relative;
  -webkit-transition:0.6s ease-in-out left;
  -o-transition:0.6s ease-in-out left;
  transition:0.6s ease-in-out left;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img { line-height:1; }
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition:-webkit-transform 0.6s ease-in-out;
    -o-transition:-o-transform 0.6s ease-in-out;
    transition:transform 0.6s ease-in-out;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-perspective:1000px;
    perspective:1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform:translate3d(100%,0,0);
    transform:translate3d(100%,0,0);
    left:0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform:translate3d(-100%,0,0);
    transform:translate3d(-100%,0,0);
    left:0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
    left:0;
  }
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display:block; }
.carousel-inner > .active { left:0; }
.carousel-inner > .next, .carousel-inner > .prev {
  position:absolute;
  top:0;
  width:100%;
}
.carousel-inner > .next { left:100%; }
.carousel-inner > .prev { left:-100%; }
.carousel-inner > .next.left, .carousel-inner > .prev.right { left:0; }
.carousel-inner > .active.left { left:-100%; }
.carousel-inner > .active.right { left:100%; }
.carousel-control {
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  width:15%;
  opacity:0.5;
  filter:alpha(opacity=50);
  font-size:20px;
  color:#ffffff;
  text-align:center;
  text-shadow:0 1px 2px rgba(0,0,0,0.6);
  background-color:rgba(0,0,0,0);
}
.carousel-control.left {
  background-image:-webkit-linear-gradient(left,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);
  background-image:-o-linear-gradient(left,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);
  background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.0001)));
  background-image:linear-gradient(to right,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
}
.carousel-control.right {
  left:auto;
  right:0;
  background-image:-webkit-linear-gradient(left,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);
  background-image:-o-linear-gradient(left,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);
  background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0.0001)),to(rgba(0,0,0,0.5)));
  background-image:linear-gradient(to right,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline:0;
  color:#ffffff;
  text-decoration:none;
  opacity:0.9;
  filter:alpha(opacity=90);
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position:absolute;
  top:50%;
  margin-top:-10px;
  z-index:5;
  display:inline-block;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left:50%;
  margin-left:-10px;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right:50%;
  margin-right:-10px;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
  width:20px;
  height:20px;
  line-height:1;
  font-family:serif;
}
.carousel-control .icon-prev:before { content:'\2039'; }
.carousel-control .icon-next:before { content:'\203a'; }
.carousel-indicators {
  position:absolute;
  bottom:10px;
  left:50%;
  z-index:15;
  width:60%;
  margin-left:-30%;
  padding-left:0;
  list-style:none;
  text-align:center;
}
.carousel-indicators li {
  display:inline-block;
  width:10px;
  height:10px;
  margin:1px;
  text-indent:-999px;
  border:1px solid #ffffff;
  border-radius:10px;
  cursor:pointer;
  background-color:#000 \9;
  background-color:rgba(0,0,0,0);
}
.carousel-indicators .active {
  margin:0;
  width:12px;
  height:12px;
  background-color:#ffffff;
}
.carousel-caption {
  position:absolute;
  left:15%;
  right:15%;
  bottom:20px;
  z-index:10;
  padding-top:20px;
  padding-bottom:20px;
  color:#ffffff;
  text-align:center;
  text-shadow:0 1px 2px rgba(0,0,0,0.6);
}
.carousel-caption .btn { text-shadow:none; }
@media screen and (min-width: 769px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width:30px;
    height:30px;
    margin-top:-10px;
    font-size:30px;
  }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { margin-left:-10px; }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { margin-right:-10px; }
  .carousel-caption {
    left:20%;
    right:20%;
    padding-bottom:30px;
  }
  .carousel-indicators { bottom:20px; }
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
  content:" ";
  display:table;
}
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after { clear:both; }
.center-block {
  display:block;
  margin-left:auto;
  margin-right:auto;
}
.pull-right { float:right !important; }
.pull-left { float:left !important; }
.hide { display:none !important; }
.show { display:block !important; }
.invisible { visibility:hidden; }
.text-hide {
  font:0/0 a;
  color:transparent;
  text-shadow:none;
  background-color:transparent;
  border:0;
}
.hidden { display:none !important; }
.affix { position:fixed; }
@-ms-viewport {
  width:device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg { display:none !important; }
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display:none !important; }
@media (max-width: 767px) {
  .visible-xs { display:block !important; }
  table.visible-xs { display:table !important; }
  tr.visible-xs { display:table-row !important; }
  th.visible-xs, td.visible-xs { display:table-cell !important; }
}
@media (max-width: 767px) {
  .visible-xs-block { display:block !important; }
}
@media (max-width: 767px) {
  .visible-xs-inline { display:inline !important; }
}
@media (max-width: 767px) {
  .visible-xs-inline-block { display:inline-block !important; }
}
@media (min-width: 769px) and (max-width: 991px) {
  .visible-sm { display:block !important; }
  table.visible-sm { display:table !important; }
  tr.visible-sm { display:table-row !important; }
  th.visible-sm, td.visible-sm { display:table-cell !important; }
}
@media (min-width: 769px) and (max-width: 991px) {
  .visible-sm-block { display:block !important; }
}
@media (min-width: 769px) and (max-width: 991px) {
  .visible-sm-inline { display:inline !important; }
}
@media (min-width: 769px) and (max-width: 991px) {
  .visible-sm-inline-block { display:inline-block !important; }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md { display:block !important; }
  table.visible-md { display:table !important; }
  tr.visible-md { display:table-row !important; }
  th.visible-md, td.visible-md { display:table-cell !important; }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block { display:block !important; }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline { display:inline !important; }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block { display:inline-block !important; }
}
@media (min-width: 1200px) {
  .visible-lg { display:block !important; }
  table.visible-lg { display:table !important; }
  tr.visible-lg { display:table-row !important; }
  th.visible-lg, td.visible-lg { display:table-cell !important; }
}
@media (min-width: 1200px) {
  .visible-lg-block { display:block !important; }
}
@media (min-width: 1200px) {
  .visible-lg-inline { display:inline !important; }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block { display:inline-block !important; }
}
@media (max-width: 767px) {
  .hidden-xs { display:none !important; }
}
@media (min-width: 769px) and (max-width: 991px) {
  .hidden-sm { display:none !important; }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md { display:none !important; }
}
@media (min-width: 1200px) {
  .hidden-lg { display:none !important; }
}
.visible-print { display:none !important; }
@media print {
  .visible-print { display:block !important; }
  table.visible-print { display:table !important; }
  tr.visible-print { display:table-row !important; }
  th.visible-print, td.visible-print { display:table-cell !important; }
}
.visible-print-block { display:none !important; }
@media print {
  .visible-print-block { display:block !important; }
}
.visible-print-inline { display:none !important; }
@media print {
  .visible-print-inline { display:inline !important; }
}
.visible-print-inline-block { display:none !important; }
@media print {
  .visible-print-inline-block { display:inline-block !important; }
}
@media print {
  .hidden-print { display:none !important; }
}
body {
  color:#979ea5;
  font-family:'Open Sans', Helvetica, Arial, sans-serif;
  font-size:14px;
  line-height:23px;
  background-color:#fff;
  height:100%;
}
.ltype_boxed { padding:30px 0; }
#page {
  z-index:10;
  position:relative;
}
#page-b, .header-no-transparent #page-a { background-color:#fff; }
#page-a, #page-b {
  width:100%;
  position:relative;
}
.container-fluid {
  margin-left:auto;
  margin-right:auto;
}
a {
  color:#ff7f26;
  text-decoration:none;
  -webkit-transition:color 0.08s ease-in-out;
  -moz-transition:color 0.08s ease-in-out;
  -o-transition:color 0.08s ease-in-out;
  transition:color 0.08s ease-in-out;
}
a:hover, a:focus {
  color:#393939;
  text-decoration:none;
  outline:none;
}
img {
  max-width:100%;
  height:auto;
}
.fixed-nav-element {
  width:100%;
  top:0;
  left:0;
  z-index:9999 !important;
}
.transparent-header #page-a { z-index:999; }
label { display:inline-block !important; }
input.hasTooltip { display:block !important; }
@media (max-width: 768px) {
  .ltype_boxed { padding:0; }
}
#fakeloader {
  position:fixed;
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  background-color:#ffffff;
  z-index:99999;
}
#top {
  position:relative;
  background-color:#f7f8f9;
  z-index:26;
  font-size:13px;
}
#top p { margin-bottom:0; }
#main-header {
  position:relative;
  background-color:#fff;
  z-index:25;
  vertical-align:middle;
}
#main-header.fixed-nav-element { border-bottom:solid 1px #dbdcdb; }
#main-header .tcol { position:static; }
#main-header .col { position:static; }
.main-logo { float:left; }
.main-logo.alignright {
  text-align:right;
  float:right;
}
.main-logo.aligncenter {
  text-align:center;
  float:none;
  margin-left:auto;
  margin-right:auto;
}
.main-logo img {
  display:block;
  width:auto;
}
.main-logo .logo-text {
  display:block;
  font-size:16px;
  text-transform:uppercase;
  letter-spacing:1px;
}
.main-logo .site-slogan {
  display:block;
  padding-top:5px;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:1px;
  color:#9fa6ac;
}
@media (max-width: 768px) {
  .header-is-grid .main-logo {
    float:none;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
  }
  .main-logo img { display:inline-block; }
  .hide-logo .tlogo { display:none; }
}
.header-fixw #page-a { padding-top:30px; }
.header-style2 #top { background-color:#585858; }
.header-style5 #top {
  background-color:#606060;
  color:#fff;
}
.header-style5 #main-header {
  background-color:#585858;
  border-bottom:0;
}
.header-style11 #top {
  background-color:transparent;
  border-bottom:solid 1px #dbdcdb;
}
.header-transparent #top, .header-transparent #main-header, .header-transparent #main-navigation {
  background-color:transparent;
  -webkit-transition:background-color .25s ease-in-out;
  -moz-transition:background-color .25s ease-in-out;
  -o-transition:background-color .25s ease-in-out;
  transition:background-color .25s ease-in-out;
  color:#fff;
}
.header-transparent #top { border-bottom:solid 1px rgba(255,255,255,0.2); }
.header-transparent #main-navigation { border-top:solid 1px rgba(255,255,255,0.2); }
.header-transparent #main-header.fixed-nav-element, .header-transparent #main-navigation.fixed-nav-element {
  background-color:#585858;
  border-bottom:0;
}
.header-transparent.header-style4 #top, .header-transparent.header-style4 #main-header, .header-transparent.header-style4 #main-navigation {
  background-color:transparent;
  border-bottom:solid 1px rgba(255,255,255,0.2);
  border-top:0;
}
.header-transparent.header-style4 #main-header.fixed-nav-element, .header-transparent.header-style4 #main-navigation.fixed-nav-element {
  background-color:#585858;
  border-bottom-color:transparent;
}
.header-transparent.header-style6 #top, .header-transparent.header-style6 #main-header, .header-transparent.header-style6 #main-navigation {
  background-color:rgba(88,88,88,0.97);
  -webkit-transition:background-color .25s ease-in-out;
  -moz-transition:background-color .25s ease-in-out;
  -o-transition:background-color .25s ease-in-out;
  transition:background-color .25s ease-in-out;
}
.header-transparent.header-style6 #main-header.fixed-nav-element, .header-transparent.header-style6 #main-navigation.fixed-nav-element { background-color:#585858; }
.header-transparent.header-style7 #top {
  background-color:#505050;
  border-bottom:0;
  color:#979ea5;
}
.header-transparent.header-style7 #main-header {
  background-color:rgba(88,88,88,0.95);
  -webkit-transition:background-color .25s ease-in-out;
  -moz-transition:background-color .25s ease-in-out;
  -o-transition:background-color .25s ease-in-out;
  transition:background-color .25s ease-in-out;
  border-bottom:0;
}
.header-transparent.header-style7 #main-navigation {
  background-color:rgba(255,127,38,0.85);
  -webkit-transition:background-color .25s ease-in-out;
  -moz-transition:background-color .25s ease-in-out;
  -o-transition:background-color .25s ease-in-out;
  transition:background-color .25s ease-in-out;
  border-top:0;
}
.header-transparent.header-style7 #main-header.fixed-nav-element { background-color:#585858; }
.header-transparent.header-style7 #main-navigation.fixed-nav-element { background-color:#ff7f26; }
.header-transparent.header-style8 #top {
  background-color:#585858;
  color:#979ea5;
  border-bottom:0;
}
.header-transparent.header-style8 #main-header, .header-transparent.header-style8 #main-navigation {
  background-color:transparent;
  -webkit-transition:background-color .25s ease-in-out;
  -moz-transition:background-color .25s ease-in-out;
  -o-transition:background-color .25s ease-in-out;
  transition:background-color .25s ease-in-out;
}
.header-transparent.header-style8 #main-header.fixed-nav-element, .header-transparent.header-style8 #main-navigation.fixed-nav-element { background-color:#585858; }
.header-transparent.header-style9 #top {
  background-color:transparent;
  border-bottom:0;
}
.header-transparent.header-style9 #main-header, .header-transparent.header-style9 #main-navigation {
  background-color:rgba(255,255,255,0.1);
  -webkit-transition:background-color .25s ease-in-out;
  -moz-transition:background-color .25s ease-in-out;
  -o-transition:background-color .25s ease-in-out;
  transition:background-color .25s ease-in-out;
}
.header-transparent.header-style9 #main-header.fixed-nav-element, .header-transparent.header-style9 #main-navigation.fixed-nav-element { background-color:#585858; }
.header-style10 #main-navigation {
  background-color:rgba(255,127,38,0.85);
  -webkit-transition:background-color .25s ease-in-out;
  -moz-transition:background-color .25s ease-in-out;
  -o-transition:background-color .25s ease-in-out;
  transition:background-color .25s ease-in-out;
}
.header-style10 #main-navigation.fixed-nav-element { background-color:#ff7f26; }
@media (max-width: 768px) {
  .header-transparent #page-a { background-color:#585858; }
  #main-header { height:auto !important; }
  #top .tcol, #main-header .tcol { margin:0; }
  .fixed-nav-element { position:relative !important; }
  .fixed-nav-element-offset {
    display:none !important;
    height:0 !important;
  }
  .header-transparent.header-style4 #main-header { border-bottom:0; }
  .header-style10 #main-navigation { background-color:#ff7f26; }
  .header-fixw #page-a { padding-top:0; }
  .mpos_main-nav #main-header { padding-bottom:20px; }
}
#main-navigation {
  background-color:#ff7f26;
  position:relative;
  z-index:24;
}
#main-navigation .tcol { position:static; }
@media (max-width: 768px) {
  .off-canvas-on {
    position:fixed;
    width:100%;
    height:100%;
  }
  .off-canvas-on.scroll-on { overflow-y:scroll; }
}
.off-canvas-overlay {
  z-index:999;
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:rgba(88,88,88,0.4);
  display:none;
}
.off-canvas-panel {
  position:fixed;
  top:0;
  bottom:0;
  width:300px;
  background-color:#f7f8f9;
  z-index:9999;
  overflow:hidden;
}
.off-canvas-panel > div {
  height:100%;
  overflow-y:scroll;
  width:330px;
}
.off-canvas-panel > div > div {
  position:relative;
  width:260px;
  margin-left:20px;
  padding-top:50px;
}
.off-canvas-panel .off-canvas-open {
  position:absolute;
  top:5px;
  right:-15px;
  display:block;
  width:60px;
  height:60px;
  line-height:60px;
  text-align:center;
  color:#ff7f26;
  text-decoration:none;
  font-size:52px;
}
.off-canvas-panel .off-canvas-open:hover, .off-canvas-panel .off-canvas-open:focus {
  color:#ff7f26;
  text-decoration:none;
}
.off-canvas-panel.off-canvas-left { left:-300px; }
.off-canvas-panel.off-canvas-right { right:-300px; }
.logo-left .off-canvas-link-wrap {
  float:right;
  margin-left:20px;
}
.logo-right .off-canvas-link-wrap {
  float:left;
  margin-right:20px;
}
.logo-center .off-canvas-link-wrap {
  float:none;
  text-align:center;
}
.logo-center .off-canvas-link-wrap > a {
  height:auto !important;
  line-height:normal !important;
}
.off-canvas-link-wrap > a {
  display:inline-block;
  color:#ff7f26;
}
.off-canvas-link-wrap > a:hover, .off-canvas-link-wrap > a:focus { color:#ff7f26; }
.off-canvas-link-wrap > a > i {
  font-size:42px;
  line-height:inherit;
  vertical-align:middle;
}
.off-canvas-link-wrap > a > span {
  line-height:inherit;
  display:inline-block;
}
@media (max-width: 768px) {
  .header-is-grid .off-canvas-link-wrap {
    float:none;
    width:100%;
    text-align:center;
    margin-left:0;
    margin-right:0;
  }
  .header-is-grid .off-canvas-link-wrap > a {
    height:auto !important;
    line-height:normal !important;
  }
  .header-no-grid.logo-center .off-canvas-link-wrap, .header-is-grid .off-canvas-link-wrap { margin-bottom:20px; }
}
.off-canvas-panel .menu li { margin:0; }
.off-canvas-panel .menu li > a { line-height:1; }
.accordion-btn i {
  position:relative;
  left:12px;
}
.off-canvas-panel .menu > li { border-bottom:solid 1px #dbdcdb; }
.off-canvas-panel.dark-gray  .menu > li { border-color:rgba(255,255,255,0.1); }
.off-canvas-panel .menu > li:last-child { border:0; }
.off-canvas-panel .menu > li > a {
  padding:20px 0;
  font-size:16px;
}
.off-canvas-panel .menu > li > .accordion-btn-wrap .accordion-btn i {
  font-size:21px;
  top:3px;
}
.off-canvas-panel .menu > li > ul { margin-bottom:20px; }
.off-canvas-panel .menu > li li a { padding:15px 0; }
.off-canvas-panel .menu > li li .accordion-btn-wrap .accordion-btn i { font-size:14px; }
#page-title {
  padding-top:90px;
  padding-bottom:90px;
}
.page-title-items { text-align:center; }
#page-title h1 {
  margin:0;
  font-size:3.2em;
}
.page-breadcrumb { margin-top:20px; }
.page-title-items .breadcrumbs ul {
  margin:0;
  padding:0;
  list-style:none;
}
.page-title-items .breadcrumbs ul li {
  display:inline-block;
  margin:0;
  padding:0;
}
.page-title-items .breadcrumbs ul li .path-sep { margin:0 5px; }
.dark-gray .page-breadcrumb a {
  color:#fff;
  opacity:.7;
  -webkit-transition:opacity .15s ease-in-out;
  -moz-transition:opacity .15s ease-in-out;
  -o-transition:opacity .15s ease-in-out;
  transition:opacity .15s ease-in-out;
}
.dark-gray .page-breadcrumb a:hover, .dark-gray .page-breadcrumb a:focus { opacity:1; }
#main-content {
  overflow:hidden;
  padding-top:90px;
  padding-bottom:60px;
}
.content-col.right:after, .content-col.left:before {
  content:'';
  position:absolute;
  top:-500px;
  display:block;
  height:9000px;
  width:1px;
  border-right:solid 1px #dbdcdb;
}
.content-col.left:before { right:30px; }
.content-col.right:after {
  content:'';
  left:32px;
}
.content-col.left .content-inner { padding-right:64px; }
.content-col.right .content-inner { padding-left:64px; }
.content-inner, .sidebar-inner { margin-bottom:30px; }
#footer {
  background-color:#505050;
  padding-top:20px;
  padding-bottom:20px;
  font-size:13px;
}
@media (max-width: 768px) {
  .tfooter { text-align:center; }
}
.blog .article-inner {
  margin:0 0 60px 0;
  padding:0 0 60px 0;
  border-bottom:solid 1px #dbdcdb;
}
.items-leading .article-content {
  font-size:16px;
  line-height:26px;
}
.cols-2, .cols-3, .cols-4, .cols-5 {
  width:104%;
  margin-left:-4%;
}
.cols-2 .item, .cols-3 .item, .cols-4 .item, .cols-5 .item {
  margin-left:4%;
  float:left;
}
.cols-2 .item .article-inner, .cols-3 .item .article-inner, .cols-4 .item .article-inner {
  margin-bottom:30px;
  padding-bottom:30px;
}
.cols-2 .item { width:46%; }
.cols-3 .item { width:29.33333333333%; }
.cols-4 .item { width:21%; }
.cols-5 .item { width:16%; }
.page-header {
  margin:0;
  padding:0;
  border:0;
}
.article-title a, .item-title a { color:#393939; }
.article-title a:hover, .article-title a:focus, .item-title a:hover, .item-title a:focus { color:#ff7f26; }
.article-image {
  max-width:100%;
  height:auto;
  margin-bottom:20px;
}
.img-caption, .img-credits {
  font-size:13px;
  color:#9fa6ac;
  margin:0;
  padding:0;
}
.img-caption {
  text-align:center;
  font-style:italic;
}
.img-credits { text-align:right; }
.article-header .published, .page-header .published {
  font-size:12px;
  text-transform:uppercase;
  padding:5px 10px 4px 10px;
  line-height:normal;
  display:inline-block;
  font-weight:normal;
  margin:0 0 20px 0;
  color:#fff;
  background-color:#ff7f26;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  -ms-border-radius:0;
  -o-border-radius:0;
  border-radius:0;
}
.article-info {
  margin:-10px 0 20px 0;
  font-size:13px;
  color:#9fa6ac;
  position:relative;
}
.article-info-list {
  margin:0;
  padding:0;
  list-style:none;
}
.article-info-list li {
  float:left;
  margin:0 10px 0 0;
  padding:0;
}
.article-icons {
  margin:0;
  padding:0;
  list-style:none;
  display:block;
  position:absolute;
  top:1px;
  right:0;
}
.article-icons i {
  font-size:15px;
  color:#ff7f26;
}
.article-icons li {
  float:left;
  margin:0 3px 0 0;
}
.article-info-bt {
  margin:0;
  color:#9fa6ac;
  font-size:13px;
}
.article-info-bt-list {
  margin:0;
  padding:0;
  list-style:none;
}
.article-info-bt-list li {
  float:left;
  margin:0 10px 0 0;
  padding:0;
}
.item-page .pagenav {
  margin:0 0 20px 0;
  text-align:right;
  width:100%;
}
.item-page .pagenav li { display:inline-block; }
.item-page .pagenav li a {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  -ms-border-radius:0;
  -o-border-radius:0;
  border-radius:0;
  padding:1px 10px;
  font-size:13px;
  color:#ff7f26;
  border:solid 1px #ff7f26;
}
.item-page .pagenav li a:hover, .item-page .pagenav li a:focus {
  color:#fff;
  background-color:#ff7f26;
  border-color:#ff7f26;
}
.content_rating { margin-bottom:10px; }
.content_rating .unseen {
  float:left;
  margin:0 20px 0 0;
}
.content_vote {
  display:block;
  margin-bottom:20px;
}
.tags {
  margin:0;
  padding:20px 0 3px 0;
  width:100%;
  list-style:none;
}
.tags li { display:inline-block; }
.tags .label-info {
  font-size:12px;
  background:0;
  border:solid 1px #ff7f26;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  -ms-border-radius:2px;
  -o-border-radius:2px;
  border-radius:2px;
  color:#ff7f26;
  font-weight:normal;
  margin:0 5px 5px 0;
  padding:2px 10px;
  line-height:1;
  -webkit-transition:all .15s ease-in-out;
  -moz-transition:all .15s ease-in-out;
  -o-transition:all .15s ease-in-out;
  transition:all .15s ease-in-out;
}
.tags .label-info:hover, .tags .label-info:focus {
  background-color:#ff7f26;
  border-color:#ff7f26;
  color:#fff;
}
.article-links {
  margin:0;
  padding:20px 0 0 0;
  width:100%;
  color:#9fa6ac;
}
.article-links-list {
  border:0;
  margin:0;
  padding:0;
  list-style:none;
}
.article-links-list li {
  float:left;
  margin:0 10px 0 0;
  padding:0;
}
.readmore {
  margin:0;
  padding:20px 0 0 0;
}
.categories-list > ul {
  margin:0;
  padding:0;
  list-style:none;
}
.categories-list > ul > li {
  margin:60px 0 0 0;
  padding:60px 0 0 0;
  border-top:solid 1px #dbdcdb;
}
.categories-list > ul > li.first {
  margin-top:0;
  padding-top:0;
  border-top:0;
}
.category-header h2 {
  float:left;
  margin-right:15px;
}
.category-header span {
  font-size:13px;
  color:#9fa6ac;
  line-height:39px;
}
.ctype_content.vtype_archive .filter-search, .ctype_content.vtype_category .display-limit {
  margin:0 0 60px 0;
  padding:15px;
  background-color:#fafbfc;
}
.ctype_content.vtype_archive .filter-search { margin:0; }
.ctype_content.vtype_archive .filter-search select { margin-right:10px; }
.archive .article-inner {
  margin:60px 0 0 0;
  padding:60px 0 0 0;
  border-top:solid 1px #dbdcdb;
}
.ctype_newsfeeds.vtype_categories .categories-list > div {
  margin:0 0 60px 0;
  padding:0 0 60px 0;
  border-bottom:solid 1px #dbdcdb;
}
.ctype_newsfeeds.vtype_category .category-desc { margin-bottom:30px; }
.ctype_newsfeeds.vtype_category .filters {
  padding:15px;
  margin:0;
  background-color:#fafbfc;
}
.ctype_newsfeeds.vtype_category .category {
  margin:0;
  padding:0;
  list-style:none;
}
.ctype_newsfeeds.vtype_category .category > li {
  margin:60px 0 0 0;
  padding:60px 0 0 0;
  border-top:solid 1px #dbdcdb;
}
.ctype_newsfeeds.vtype_newsfeed .newsfeed > ol {
  margin:0;
  padding:0;
  list-style:none;
}
.ctype_newsfeeds.vtype_newsfeed .newsfeed > ol > li {
  margin:0 0 60px 0;
  padding:0 0 60px 0;
  border-bottom:solid 1px #dbdcdb;
}
.ctype_contact.vtype_categories .categories-list > h1 { display:none; }
.ctype_contact.vtype_categories .categories-list > div {
  margin:60px 0 0 0;
  padding:60px 0 0 0;
  border-top:solid 1px #dbdcdb;
}
.ctype_contact.vtype_categories .categories-list > div.first {
  border-top:0;
  margin-top:0;
  padding-top:0;
}
.ctype_contact.vtype_categories .categories-list .item-title { margin:0 0 20px 0; }
.ctype_contact.vtype_category .contact-category > h1 { display:none; }
.ctype_contact.vtype_category .category-desc { margin:0 0 30px 0; }
.ctype_contact.vtype_category .contact-category .filters {
  margin:0 0 30px 0;
  background-color:#fafbfc;
  padding:15px;
}
.ctype_contact.vtype_category .contact-category .filters .filter-search-lbl { margin-right:15px; }
.ctype_contact.vtype_category .contact-category .filters .filter-search-lbl .label { margin-right:15px; }
.ctype_contact.vtype_category .contact-category .category {
  margin:0;
  padding:0;
  list-style:none;
}
.ctype_contact.vtype_category .contact-category .category > li {
  margin:0 0 30px 0;
  padding:0 0 30px 0;
  border-bottom:solid 1px #dbdcdb;
}
.ctype_contact.vtype_contact .contact > h1 { display:none; }
.ctype_contact.vtype_contact .contact .contact-category {
  text-transform:none;
  font-size:14px;
}
.ctype_contact.vtype_contact .contact .contact-part-heading {
  padding:0 0 10px 0;
  margin:60px 0 30px 0;
  border-bottom:solid 1px #dbdcdb;
}
.ctype_contact.vtype_contact .contact #selectForm {
  padding:15px;
  background-color:#fafbfc;
  margin:0 0 30px 0;
}
.ctype_contact.vtype_contact .contact #selectForm .select-info { margin-right:10px; }
.ctype_contact.vtype_contact .contact .tags {
  padding:0;
  margin:0 0 30px 0;
}
.ctype_contact.vtype_contact .contact .thumbnail {
  max-width:100%;
  padding:0;
  margin:0 0 20px 0;
  border:0;
}
.ctype_contact.vtype_contact .contact .thumbnail img { margin-left:0; }
.ctype_contact.vtype_contact .contact .contact-position {
  font-weight:bold;
  font-size:16px;
}
.ctype_contact.vtype_contact .contact dd { margin:0 0 10px 0; }
.ctype_contact.vtype_contact .dl-horizontal dt { width:auto; }
.ctype_contact.vtype_contact .jicons-icons { margin-right:5px; }
.ctype_contact.vtype_contact .download-vcard { margin:0 0 20px 0; }
.ctype_contact.vtype_contact .contact .contact-links .nav, .ctype_contact.vtype_contact .contact .contact-articles .nav {
  margin:0;
  padding:0;
  border:0;
}
.ctype_contact.vtype_contact .contact .contact-links .nav li, .ctype_contact.vtype_contact .contact .contact-articles .nav li {
  margin:0;
  padding:4px;
  border:0;
}
.ctype_contact.vtype_contact .contact .contact-links .nav li a, .ctype_contact.vtype_contact .contact .contact-articles .nav li a {
  margin:0;
  border:0;
  padding:0;
  display:inline;
}
.ctype_contact.vtype_contact .contact .contact-links .nav li a:hover, .ctype_contact.vtype_contact .contact .contact-articles .nav li a:hover, .ctype_contact.vtype_contact .contact .contact-links .nav li a:focus, .ctype_contact.vtype_contact .contact .contact-articles .nav li a:focus { background:0; }
.ctype_contact.vtype_contact .contact .contact-form > form legend {
  border:0;
  margin:0;
  padding:0;
  font-size:13px;
  color:#9fa6ac;
}
.ctype_contact.vtype_contact .contact .contact-form .control-label { text-align:left; }
.ctype_contact.vtype_contact .contact .contact-form input[type="text"], .ctype_contact.vtype_contact .contact .contact-form input[type="email"] {
  width:400px;
  max-width:96%;
}
.ctype_contact.vtype_contact .contact .contact-form textarea {
  width:550px;
  max-width:96%;
}
.ctype_contact.vtype_featured .blog-featured > h1 { display:none; }
.ctype_contact.vtype_featured .blog-featured .filters {
  padding:15px;
  margin:0 0 30px 0;
  background-color:#fafbfc;
}
.module-heading { margin-bottom:30px; }
.module-heading h3 { margin:0; }
.sidebar-col .mod-block { margin-bottom:60px; }
.sidebar-col .mod-block:last-child { margin-bottom:0; }
.module-title { position:relative; }
.mod-block.title-center .module-title, .title-center > h3 { text-align:center; }
.mod-block.title-right .module-title, .title-right > h3 { text-align:right; }
.center { text-align:center; }
#login-form ul.unstyled {
  padding:0;
  list-style:none;
}
#login-form .checkbox { margin-bottom:15px; }
.mod-dd-container #login-form input[type="text"], .mod-dd-container #login-form input[type="password"] { width:100%; }
.mod-block.color-1, .mod-block.color-2, .mod-block.border-1, .mod-block.border-2, .mod-block.border-3, .mod-block.color-info, .mod-block.color-success, .mod-block.color-danger, .mod-block.color-warning {
  padding:30px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  -ms-border-radius:2px;
  -o-border-radius:2px;
  border-radius:2px;
}
.mod-block.color-1 { background-color:#ff7f26; }
.mod-block.color-info { background-color:#3366ff; }
.mod-block.color-success { background-color:#33cc66; }
.mod-block.color-danger { background-color:#cc3333; }
.mod-block.color-warning { background-color:#ff9933; }
.mod-block.border-1, .mod-block.border-2, .mod-block.border-3 { border:solid 1px #dbdcdb; }
.mod-block.border-2 { border-style:dotted; }
.mod-block.border-3 { border-style:dashed; }
ul.menu {
  margin:0;
  padding:0;
  list-style:none;
}
ul.menu ul {
  margin:0;
  padding:0 0 0 10px;
  list-style:none;
}
ul.menu li, ul.menu li li {
  margin:2px 0;
  padding:0;
}
ul.menu li li a { font-size:13px; }
ul.menu li a {
  color:#979ea5;
  padding:4px 0;
  display:block;
  -webkit-transition:all 0.15s ease-in-out;
  -moz-transition:all 0.15s ease-in-out;
  -o-transition:all 0.15s ease-in-out;
  transition:all 0.15s ease-in-out;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -ms-border-radius:3px;
  -o-border-radius:3px;
  border-radius:3px;
}
.dark ul.menu li a { color:#fff; }
ul.menu li a:hover, ul.menu li a:focus, ul.menu li.selected > a { color:#ff7f26; }
ul.menu1 > li, ul.menu2 > li, ul.menu3 > li { border-top:solid 1px #dbdcdb; }
.dark-gray ul.menu1 > li, .dark-gray ul.menu2 > li, .dark-gray ul.menu3 > li { border-color:rgba(255,255,255,0.2); }
ul.menu1 > li:first-child, ul.menu2 > li:first-child, ul.menu3 > li:first-child { border:0; }
ul.menu2 > li > a:after, ul.menu3 > li > a:before, ul.menu4 > li > a:after, ul.menu5 > li > a:before {
  content:"\f105";
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  font-size:inherit;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
ul.menu2 > li > a:after, ul.menu4 > li > a:after { margin-left:5px; }
ul.menu3 > li > a:before, ul.menu5 > li > a:before { margin-right:5px; }
ul.menu6 > li > a, ul.menu7 > li > a {
  padding-left:10px;
  padding-right:10px;
  background-color:#fafbfc;
}
.dark-gray ul.menu6 > li > a, .dark-gray ul.menu7 > li > a { background-color:rgba(255,255,255,0.1); }
ul.menu7 > li > a:hover, ul.menu7 > li > a:focus, ul.menu7 > li.selected > a {
  color:#fff !important;
  background-color:#ff7f26;
}
.center { text-align:center; }
ul.horizontal { margin-top:0; }
ul.horizontal li {
  display:inline-block;
  margin:0 12px 0 0;
}
ul.horizontal li a { display:inline; }
ul.horizontal.right { text-align:right; }
ul.horizontal.right li { margin:0 0 0 12px; }
ul.horizontal.center li { margin:0 6px; }
.search #searchForm .btn-toolbar { margin:0 0 60px 0; }
.search #searchForm .btn-toolbar .btn-group { margin:0 15px 0 0; }
.search #searchForm .phrases { margin:0 0 60px 0; }
.search #searchForm .phrases > legend, .search #searchForm .only > legend { padding-bottom:20px; }
.search #searchForm .controls label, .search #searchForm .only label { margin-right:15px; }
.search #searchForm .controls label input, .search #searchForm .only label input { margin-right:5px; }
.search #searchForm .phrases .controls label, .search #searchForm .only label { margin-left:20px; }
.search #searchForm .phrases .ordering-box, .search #searchForm .form-limit { padding-top:20px; }
.search-result-info, .search-result-error {
  display:inline-block;
  margin-top:15px;
}
.search-advanced-link {
  display:inline-block;
  margin-top:15px;
}
.search-input {
  width:840px;
  max-width:100%;
  margin:0 auto;
}
.search-input input[type="text"], .search-input input[type="submit"] {
  height:60px;
  margin:0;
  vertical-align:top;
  display:block;
  float:left;
}
.search-input input[type="text"] {
  width:80%;
  -webkit-border-radius:2px 0 0 2px;
  -moz-border-radius:2px 0 0 2px;
  -ms-border-radius:2px 0 0 2px;
  -o-border-radius:2px 0 0 2px;
  border-radius:2px 0 0 2px;
}
.search-input input[type="submit"] {
  margin-left:-1px;
  padding-left:0;
  padding-right:0;
  width:20%;
  -webkit-border-radius:0 2px 2px 0;
  -moz-border-radius:0 2px 2px 0;
  -ms-border-radius:0 2px 2px 0;
  -o-border-radius:0 2px 2px 0;
  border-radius:0 2px 2px 0;
}
.search-advanced-form  #ordering_chzn { display:none !important; }
.search-advanced-form #ordering { display:block !important; }
.search-advanced-form {
  display:none;
  margin-top:60px;
}
.search-results .result-title {
  margin-top:60px;
  padding-top:60px;
  border-top:solid 1px #dbdcdb;
}
.search-results .result-category, .search-results .result-created { color:#9fa6ac; }
.search-results .result-category { margin-bottom:10px; }
.search-results .result-created {
  margin-top:10px;
  font-size:13px;
}
#search-query-explained { padding:30px 0 0 0; }
.search-results.list-striped {
  margin:0;
  padding:0;
  list-style:none;
}
.result-url { color:#9fa6ac; }
.well {
  background-color:#fafbfc;
  border-color:#dbdcdb;
  -moz-box-shadow:0 0 0 transparent;
  -webkit-box-shadow:0 0 0 transparent;
  -ms-box-shadow:0 0 0 transparent;
  -o-box-shadow:0 0 0 transparent;
  box-shadow:0 0 0 transparent;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  -ms-border-radius:0;
  -o-border-radius:0;
  border-radius:0;
}
.content-inner .login {
  max-width:350px;
  margin:0 auto;
}
.content-inner .login .well {
  padding:0;
  border:0;
  background:0;
}
.content-inner .login input {
  width:250px;
  max-width:96%;
}
.content-inner .my-login-form-navigation { text-align:center; }
.content-inner .my-login-form-navigation ul {
  margin:0;
  padding:0;
  list-style:none;
}
.content-inner .my-login-form-navigation ul li {
  display:inline;
  margin:0;
  padding:0 5px;
}
.content-inner .reset, .content-inner .remind {
  max-width:350px;
  margin:0 auto;
}
.content-inner .reset input, .content-inner .remind input {
  width:250px;
  max-width:96%;
}
.registration {
  max-width:350px;
  margin:0 auto;
}
.registration fieldset { margin-bottom:30px; }
.registration input[type="text"], .registration input[type="email"], .registration input[type="password"] {
  width:350px;
  max-width:100%;
}
.ctype_weblinks.vtype_categories .categories-list > div {
  margin-top:60px;
  padding-top:60px;
  border-top:solid 1px #dbdcdb;
}
.ctype_weblinks.vtype_categories .categories-list > div.first {
  border:0;
  margin-top:0;
  padding-top:0;
}
.ctype_weblinks.vtype_categories .categories-list .item-title { margin:0 0 20px 0; }
.weblink-category .category-desc { margin:0 0 60px 0; }
.weblink-category .filters {
  padding:15px;
  margin:0;
  background-color:#fafbfc;
}
.weblink-category .category.list-striped {
  margin:0;
  padding:0;
  list-style:none;
}
.weblink-category .category.list-striped > li {
  margin-top:60px;
  padding-top:60px;
  border-top:solid 1px #dbdcdb;
}
.weblink-category .list-title { margin:0 0 20px 0; }
.tag-category .filters {
  margin:0;
  background-color:#fafbfc;
  padding:15px;
}
.tag-category .category.list-striped {
  margin:0;
  padding:0;
  list-style:none;
}
.tag-category .category.list-striped > li {
  margin:60px 0 0 0;
  padding:60px 0 0 0;
  border-top:solid 1px #dbdcdb;
}
.tag-category .article-heading a { color:#393939; }
.tag-category .article-heading a:hover, .tag-category .article-heading a:focus { color:#ff7f26; }
.tag-category form > p { margin-top:30px; }
#system-message { border-bottom:solid 1px #dbdcdb; }
#system-message.closed { border-bottom:0; }
#system-message .alert { margin:50px 0; }
#system-message .message-text { margin:10px 0; }
.social-icons { display:inline-block; }
.social-icons a {
  display:inline-block;
  padding:0;
  margin:0 2px;
  width:30px;
  height:30px;
  text-align:center;
  line-height:25px;
  color:#979ea5;
  background-color:#f4f5f6;
  border-style:solid;
  border-width:1px;
  border-color:#f4f5f6;
  font-size:14px;
  -webkit-transition:all 0.15s ease-in-out;
  -moz-transition:all 0.15s ease-in-out;
  -o-transition:all 0.15s ease-in-out;
  transition:all 0.15s ease-in-out;
  -webkit-border-radius:999px;
  -moz-border-radius:999px;
  -ms-border-radius:999px;
  -o-border-radius:999px;
  border-radius:999px;
}
.social-icons a:hover, .social-icons a:focus {
  background-color:#ff7f26;
  border-color:#ff7f26;
  color:#fff;
  text-decoration:none;
}
.social-icons a > i {
  display:inline-block;
  -webkit-transition:all 0.15s ease-in-out;
  -moz-transition:all 0.15s ease-in-out;
  -o-transition:all 0.15s ease-in-out;
  transition:all 0.15s ease-in-out;
}
.social-icons.icons-lg a {
  width:120px;
  height:120px;
  line-height:115px;
  font-size:38px;
  margin:0 5px;
}
.social-icons.transparent a {
  color:#fff;
  background-color:rgba(255,255,255,0.1);
  border-color:rgba(255,255,255,0.1);
}
.social-icons.transparent a:hover, .social-icons.transparent a:focus {
  background-color:#ff7f26;
  border-color:#ff7f26;
}
.social-icons.color a {
  color:#fff;
  background-color:#ff7f26;
  border-color:#ff7f26;
}
.social-icons.color a:hover, .social-icons.color a:focus {
  background-color:#606060;
  border-color:#606060;
}
.social-icons.darken a {
  color:#fff;
  background-color:#606060;
  border-color:#606060;
}
.social-icons.darken a:hover, .social-icons.darken a:focus {
  background-color:#ff7f26;
  border-color:#ff7f26;
}
.site-phone, .site-email, .site-login, .site-language {
  display:inline !important;
  margin:0 5px;
}
.site-phone > i, .site-email > i, .site-login > i, .site-language > i {
  font-size:125%;
  line-height:1;
  position:relative;
  top:-2px;
  vertical-align:middle;
  color:#ff7f26;
}
.scroll-to-top {
  position:fixed;
  right:25px;
  bottom:25px;
  border:solid 2px #ff7f26;
  width:45px;
  height:45px;
  text-align:center;
  line-height:45px;
  font-size:24px;
  color:#ff7f26;
  display:none;
  z-index:999;
  opacity:.7;
  vertical-align:middle;
  -webkit-transition:all .15s ease-in-out;
  -moz-transition:all .15s ease-in-out;
  -o-transition:all .15s ease-in-out;
  transition:all .15s ease-in-out;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  -ms-border-radius:2px;
  -o-border-radius:2px;
  border-radius:2px;
}
.scroll-to-top:hover, .scroll-to-top:focus {
  color:#ff7f26;
  opacity:1;
}
.site-login, .site-language {
  display:inline-block;
  position:relative;
  z-index:999 !important;
}
.mod-dd-container {
  display:none;
  position:absolute;
  top:150%;
  width:260px;
  left:50%;
  margin-left:-130px;
  color:#979ea5;
  font-size:14px;
  text-align:left;
}
.mod-dd-container a { color:#ff7f26; }
.mod-dd-container a:hover, .mod-dd-container a:focus { color:#393939; }
.mod-dd-container > div {
  position:relative;
  padding:20px;
  background-color:#f7f8f9;
  -moz-box-shadow:0 3px 3px rgba(0,0,0,0.2);
  -webkit-box-shadow:0 3px 3px rgba(0,0,0,0.2);
  -ms-box-shadow:0 3px 3px rgba(0,0,0,0.2);
  -o-box-shadow:0 3px 3px rgba(0,0,0,0.2);
  box-shadow:0 3px 3px rgba(0,0,0,0.2);
}
.mod-dd-container > div:before {
  content:'';
  display:block;
  border:solid 10px transparent;
  border-bottom-color:#f7f8f9;
  position:absolute;
  top:-20px;
  left:50%;
  margin-left:-10px;
}
.site-language .mod-dd-container {
  width:180px;
  margin-left:-90px;
}
.mod-dd-container .login-greeting { margin-bottom:20px; }
.tmpl-languages {
  display:inline-block;
  position:relative;
  z-index:26;
}
.tmpl-languages-list {
  display:none;
  position:absolute;
  top:100%;
  left:-15px;
  z-index:50;
  width:120px;
  background-color:#f7f8f9;
  -moz-box-shadow:0 3px 3px rgba(0,0,0,0.2);
  -webkit-box-shadow:0 3px 3px rgba(0,0,0,0.2);
  -ms-box-shadow:0 3px 3px rgba(0,0,0,0.2);
  -o-box-shadow:0 3px 3px rgba(0,0,0,0.2);
  box-shadow:0 3px 3px rgba(0,0,0,0.2);
}
.tmpl-languages-list:before {
  display:block;
  position:absolute;
  top:-12px;
  left:20px;
  content:'';
  border:solid 6px transparent;
  border-bottom-color:#f7f8f9;
}
.tmpl-languages:hover .tmpl-languages-list { display:block; }
.tmpl-languages a {
  display:inline-block;
  text-decoration:none;
  color:#979ea5;
  font-size:13px;
}
.tmpl-languages a:hover, .tmpl-languages a:focus {
  text-decoration:none;
  color:#979ea5;
}
.tmpl-languages-list a { color:#979ea5 !important; }
.tmpl-languages a img {
  display:inline-block;
  margin-bottom:3px;
  margin-right:5px;
}
.tmpl-languages-list a { padding:6px 15px; }
img.align-right {
  float:right;
  margin-left:20px;
}
img.align-left {
  float:left;
  margin-right:20px;
}
img.align-none { float:none; }
.content-gallery > a {
  margin:0 5px 10px 5px;
  display:block;
  float:left;
  opacity:.85;
}
.content-gallery > a:hover, .content-gallery > a:focus { opacity:1; }
.transform-scale {
  -webkit-transition:all .2s ease-in-out;
  -moz-transition:all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
  transition:all .2s ease-in-out;
}
.transform-scale:hover {
  -webkit-transform:scale(1.3);
  -moz-transform:scale(1.3);
  -ms-transform:scale(1.3);
  -o-transform:scale(1.3);
  transform:scale(1.3);
}
input[type="text"], input[type="search"], input[type="email"], input[type="password"], select, textarea, .markItUpContainer textarea {
  border:solid 1px #dbdcdb;
  background-color:#fff;
  -moz-box-shadow:0 0 transparent;
  -webkit-box-shadow:0 0 transparent;
  -ms-box-shadow:0 0 transparent;
  -o-box-shadow:0 0 transparent;
  box-shadow:0 0 transparent;
  padding:8px 10px;
  color:#9fa6ac;
}
input[type="checkbox"] {
  border:solid 1px #dbdcdb;
  background-color:#fff;
  -moz-box-shadow:0 0 transparent;
  -webkit-box-shadow:0 0 transparent;
  -ms-box-shadow:0 0 transparent;
  -o-box-shadow:0 0 transparent;
  box-shadow:0 0 transparent;
  color:#9fa6ac;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="checkbox"]:focus, input[type="search"]:focus, input[type="submit"]:focus, textarea:focus, select:focus, .markItUpContainer textarea:focus {
  border-color:#ff7f26;
  color:#979ea5;
  outline:none;
}
label { font-weight:700; }
legend {
  display:inline-block;
  color:#393939;
  border-bottom:0;
}
.control-group { margin-bottom:15px; }
.control-group .control-label { font-size:13px; }
fieldset { width:100%; }
.dark-gray input[type="text"], .dark-gray input[type="email"], .dark-gray input[type="password"], .dark-gray select, .dark-gray textarea {
  background-color:transparent;
  border-color:rgba(255,255,255,0.13);
  color:#7c858d;
}
.dark-gray input[type="text"]:focus, .dark-gray input[type="email"]:focus, .dark-gray input[type="password"]:focus, .dark-gray textarea:focus {
  border-color:#ff7f26;
  color:#979ea5;
}
.dark input[type="text"], .dark input[type="email"], .dark input[type="password"], .dark select, .dark textarea {
  color:#fff;
  border-color:rgba(255,255,255,0.3);
}
.dark input[type="text"]:focus, .dark input[type="email"]:focus, .dark input[type="password"]:focus, .dark textarea:focus {
  border-color:#ff7f26;
  color:#fff;
}
.select-status { display:inline-block !important; }
.nav-tabs {
  border-bottom:solid 1px #ff7f26;
  padding-left:0;
}
.nav-tabs li a {
  display:inline-block !important;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  -ms-border-radius:0;
  -o-border-radius:0;
  border-radius:0;
  border-color:transparent;
  padding:18px 20px;
  margin-right:3px;
  color:#979ea5;
  background-color:transparent;
}
.nav-tabs li a:hover, .nav-tabs li a:focus {
  background-color:transparent;
  border-color:transparent;
}
.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus, .tabs.top .nav-tabs li.active a, .tabs.top .nav-tabs li.active a:hover, .tabs.top .nav-tabs li.active a:focus {
  border-color:#ff7f26;
  background-color:#fff;
  border-bottom-color:#fff;
  color:#979ea5;
}
.tab-content { padding-top:30px; }
.tabs.left, .tabs.right { position:relative; }
.tabs.left .nav-tabs, .tabs.right .nav-tabs {
  position:absolute;
  top:0;
  padding-top:30px;
  padding-bottom:30px;
  width:180px;
  border-bottom:0;
}
.tabs.left .nav-tabs li, .tabs.right .nav-tabs li {
  margin:0;
  display:block;
  float:none;
}
.tabs.left .nav-tabs li a, .tabs.right .nav-tabs li a {
  margin:0 0 3px 0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  -ms-border-radius:0;
  -o-border-radius:0;
  border-radius:0;
  color:#979ea5;
  border-color:transparent;
  display:block !important;
}
.tabs.left .nav-tabs li a:hover, .tabs.right .nav-tabs li a:hover, .tabs.left .nav-tabs li a:focus, .tabs.right .nav-tabs li a:focus {
  color:#979ea5;
  background-color:transparent;
  border-color:transparent;
}
.tabs.left { padding-left:180px; }
.tabs.left .nav-tabs {
  left:0;
  border-right:solid 1px #ff7f26;
}
.tabs.left .nav-tabs li a {
  margin-right:-1px;
  text-align:right;
}
.tabs.left .nav-tabs li.active a, .tabs.left .nav-tabs li.active a:hover, .tabs.left .nav-tabs li.active a:focus {
  border-color:#ff7f26;
  border-right-color:#fff !important;
  background-color:transparent;
  color:#979ea5;
}
.tabs.left .tab-content { padding:0 0 0 30px; }
.tabs.right { padding-right:180px; }
.tabs.right .nav-tabs {
  right:0;
  border-left:solid 1px #ff7f26;
}
.tabs.right .nav-tabs li a { margin-left:-1px; }
.tabs.right .nav-tabs li.active a, .tabs.right .nav-tabs li.active a:hover, .tabs.right .nav-tabs li.active a:focus {
  border-color:#ff7f26;
  border-left-color:#fff !important;
  background-color:transparent;
  color:#979ea5;
}
.tabs.right .tab-content { padding:0 30px 0 0; }
.nav-tabs li a i {
  position:relative;
  display:inline-block;
  font-size:120%;
  color:#ff7f26;
  margin:0 3px;
}
@media (max-width: 768px) {
  .nav-tabs, .tabs.left .nav-tabs, .tabs.right .nav-tabs {
    padding:0;
    border:0;
    position:relative;
    width:100%;
    left:0;
    top:0;
    text-align:center;
  }
  .nav-tabs li, .tabs.left .nav-tabs li, .tabs.right .nav-tabs li {
    display:inline-block;
    float:none;
    margin:0 5px 10px 5px;
  }
  .tabs.left, .tabs.right { padding:0; }
  .nav-tabs li a, .nav-tabs li a:hover, .nav-tabs li a:focus, .tabs.top .nav-tabs li a, .tabs.top .nav-tabs li a:hover, .tabs.top .nav-tabs li a:focus, .tabs.left .nav-tabs li a, .tabs.left .nav-tabs li a:hover, .tabs.left .nav-tabs li a:focus, .tabs.right .nav-tabs li a, .tabs.right .nav-tabs li a:hover, .tabs.right .nav-tabs li a:focus {
    margin:0 0 3px 0;
    text-align:center;
    border-color:#dbdcdb !important;
  }
  .nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus, .tabs.top .nav-tabs li.active a, .tabs.top .nav-tabs li.active a:hover, .tabs.top .nav-tabs li.active a:focus, .tabs.left .nav-tabs li.active a, .tabs.left .nav-tabs li.active a:hover, .tabs.left .nav-tabs li.active a:focus, .tabs.right .nav-tabs li.active a, .tabs.right .nav-tabs li.active a:hover, .tabs.right .nav-tabs li.active a:focus { border-color:#ff7f26 !important; }
  .tab-content, .tabs.left .tab-content, .tabs.right .tab-content { padding:20px 0 0 0; }
}
.accordion .panel.panel-default {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  -ms-border-radius:0;
  -o-border-radius:0;
  border-radius:0;
  -moz-box-shadow:0 0 0 transparent;
  -webkit-box-shadow:0 0 0 transparent;
  -ms-box-shadow:0 0 0 transparent;
  -o-box-shadow:0 0 0 transparent;
  box-shadow:0 0 0 transparent;
  border:0;
}
.panel-group .panel + .panel { margin-top:10px; }
.accordion .panel-heading {
  padding:0;
  background-color:transparent;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  -ms-border-radius:0;
  -o-border-radius:0;
  border-radius:0;
  -moz-box-shadow:0 0 0 transparent;
  -webkit-box-shadow:0 0 0 transparent;
  -ms-box-shadow:0 0 0 transparent;
  -o-box-shadow:0 0 0 transparent;
  box-shadow:0 0 0 transparent;
}
.accordion .panel-title { margin:0; }
.accordion .panel-heading a {
  padding:18px 15px;
  display:block;
  background-color:#ff7f26;
  border:solid 1px #ff7f26;
  color:#fff;
  font-size:14px;
  text-transform:none;
  -moz-box-shadow:0 0 0 transparent;
  -webkit-box-shadow:0 0 0 transparent;
  -ms-box-shadow:0 0 0 transparent;
  -o-box-shadow:0 0 0 transparent;
  box-shadow:0 0 0 transparent;
}
.accordion .panel-heading a > i {
  position:relative;
  font-size:120%;
  top:-1px;
  margin-right:5px;
  vertical-align:middle;
  color:#fff;
}
.accordion .panel-body {
  padding:20px;
  border:solid 1px #dbdcdb;
  border-top:0 !important;
}
.accordion .panel-heading a.collapsed {
  background-color:transparent;
  border-color:#dbdcdb;
  color:#979ea5;
}
.accordion .panel-heading a.collapsed:hover { border-color:#ff7f26; }
.accordion .panel-heading a.collapsed > i { color:#ff7f26; }
.pagination {
  margin:30px 0 0 0;
  width:100%;
  text-align:right;
  color:#9fa6ac;
  font-size:12px;
  text-transform:uppercase;
}
.pagination ul {
  margin:0;
  padding:0;
  list-style:none;
}
.pagination ul li {
  display:inline-block;
  margin:0 5px;
}
.pagination .counter {
  display:inline-block;
  float:left;
  margin:0;
  text-align:left;
}
.pagination-list .disabled { display:none; }
.page .btn { opacity:1; }
.btn {
  border-color:#dbdcdb;
  border-width:2px;
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:11px;
  color:#393939;
  line-height:1;
  font-weight:bold;
  position:relative;
  padding:9px 26px;
  -webkit-transition:all 0.15s ease-in-out;
  -moz-transition:all 0.15s ease-in-out;
  -o-transition:all 0.15s ease-in-out;
  transition:all 0.15s ease-in-out;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  -ms-border-radius:2px;
  -o-border-radius:2px;
  border-radius:2px;
  -moz-box-shadow:0 0 0 transparent;
  -webkit-box-shadow:0 0 0 transparent;
  -ms-box-shadow:0 0 0 transparent;
  -o-box-shadow:0 0 0 transparent;
  box-shadow:0 0 0 transparent;
}
.btn .btn-text {
  display:inline-block;
  vertical-align:middle;
}
.btn:hover, .btn:focus {
  border-color:#ff7f26;
  background-color:#ff7f26;
  color:#fff;
  outline:none;
  text-decoration:none;
  -moz-box-shadow:0 0 0 transparent;
  -webkit-box-shadow:0 0 0 transparent;
  -ms-box-shadow:0 0 0 transparent;
  -o-box-shadow:0 0 0 transparent;
  box-shadow:0 0 0 transparent;
}
.btn-link {
  border:transparent;
  color:#ff7f26;
  background-color:transparent !important;
  padding-left:0 !important;
  padding-right:0 !important;
  position:relative;
}
.btn-link:hover, .btn-link:focus { color:#393939; }
.btn-link:before {
  content:'';
  display:block;
  width:100%;
  height:1px;
  background-color:#ff7f26;
  position:absolute;
  left:0;
  bottom:.5em;
}
.btn-link.white { color:#fff; }
.btn.btn-primary, .btn.btn-success, .btn.btn-warning, .btn.btn-info, .btn.btn-danger, .btn.btn-inverse { color:#fff; }
.btn.btn-default { background-color:transparent; }
.btn.btn-default.color {
  border-color:#ff7f26;
  color:#ff7f26;
}
.btn.btn-white {
  border-color:#fff;
  color:#fff;
  background-color:transparent;
  opacity:.85 !important;
}
.btn.btn-default.white {
  border-color:#fff;
  background-color:transparent;
  color:#fff;
}
.btn.btn-primary {
  background-color:#ff7f26;
  border-color:#ff7f26;
}
.btn.btn-success {
  border-color:#33cc66;
  background-color:#33cc66;
}
.btn.btn-info {
  border-color:#3366ff;
  background-color:#3366ff;
}
.btn.btn-warning {
  border-color:#ff9933;
  background-color:#ff9933;
}
.btn.btn-danger {
  border-color:#cc3333;
  background-color:#cc3333;
}
.btn.btn-inverse {
  border-color:#5d5d5d;
  background-color:#5d5d5d;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default.color:hover, .btn.btn-default.color:hover {
  border-color:#ff7f26;
  background-color:#ff7f26;
  color:#fff;
}
.btn.btn-white:hover, .btn.btn-white:focus {
  background-color:transparent;
  border-color:#fff;
  color:#fff;
  opacity:1 !important;
}
.btn-default.white:hover, .btn-default.white:focus {
  border-color:#ff7f26;
  background-color:#ff7f26;
  color:#fff;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  color:#ff7f26;
  border-color:#ff7f26;
}
.btn.btn-success:hover, .btn.btn-success:focus {
  border-color:#33cc66;
  color:#33cc66 !important;
}
.btn.btn-info:hover, .btn.btn-info:focus {
  border-color:#3366ff;
  color:#3366ff !important;
}
.btn.btn-warning:hover, .btn.btn-warning:focus {
  border-color:#ff9933;
  color:#ff9933 !important;
}
.btn.btn-danger:hover, .btn.btn-danger:focus {
  border-color:#cc3333;
  color:#cc3333 !important;
}
.btn.btn-inverse:hover, .btn.btn-inverse:focus {
  border-color:#5d5d5d;
  color:#5d5d5d;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-inverse:hover, .btn.btn-inverse:focus { background-color:transparent !important; }
.btn.btn-primary.white:hover, .btn.btn-primary.white:focus, .btn.btn-success.white:hover, .btn.btn-success.white:focus, .btn.btn-info.white:hover, .btn.btn-info.white:focus, .btn.btn-warning.white:hover, .btn.btn-warning.white:focus, .btn.btn-danger.white:hover, .btn.btn-danger.white:focus, .btn.btn-inverse.white:hover, .btn.btn-inverse.white:focus {
  border-color:#fff !important;
  color:#fff !important;
}
.btn.btn-lg {
  font-size:13.2px;
  padding:17px 60px;
}
.btn.btn-sm {
  font-size:10.8px;
  padding:7px 20px;
}
.btn.btn-xs {
  font-size:9.6px;
  padding:6px 15px;
}
.btn.btn-lg.btn-lowercase { font-size:14.3px; }
.btn.btn-sm.btn-lowercase { font-size:11.05px; }
.btn.btn-xs.btn-lowercase { font-size:10.14px; }
.btn-full {
  width:100%;
  padding-left:0 !important;
  padding-right:0 !important;
}
.btn > i {
  display:inline-block;
  line-height:inherit;
  vertical-align:middle;
}
.btn-icon-before > i { margin-right:10px; }
.btn-icon-after > i { margin-left:10px; }
.big-link {
  display:block;
  text-align:center;
  background-color:#606060;
  color:#fff;
  padding:60px 0;
  font-size:26px;
  -webkit-transition:all 0.15s ease-in-out;
  -moz-transition:all 0.15s ease-in-out;
  -o-transition:all 0.15s ease-in-out;
  transition:all 0.15s ease-in-out;
  text-decoration:none;
}
.big-link:hover, .big-link:focus {
  background-color:#ff7f26;
  color:#fff;
  text-decoration:none;
}
.arrow-link {
  display:inline-block;
  font-size:28px;
  color:#ff7f26;
  -webkit-transition:all .15s ease-in-out;
  -moz-transition:all .15s ease-in-out;
  -o-transition:all .15s ease-in-out;
  transition:all .15s ease-in-out;
}
.arrow-link:hover, .arrow-link:focus {
  color:#979ea5;
  text-decoration:none;
}
.video-link {
  display:inline-block;
  width:120px;
  height:120px;
  text-align:center;
  -webkit-border-radius:999px;
  -moz-border-radius:999px;
  -ms-border-radius:999px;
  -o-border-radius:999px;
  border-radius:999px;
  border:solid 2px #ff7f26;
  background-color:#ff7f26;
  -webkit-transition:all .15s ease-in-out;
  -moz-transition:all .15s ease-in-out;
  -o-transition:all .15s ease-in-out;
  transition:all .15s ease-in-out;
}
.video-link i {
  position:relative;
  right:-5px;
  font-size:48px;
  line-height:120px;
  color:#fff;
  -webkit-transition:all .15s ease-in-out;
  -moz-transition:all .15s ease-in-out;
  -o-transition:all .15s ease-in-out;
  transition:all .15s ease-in-out;
}
.video-link:hover { background-color:transparent; }
.video-link:hover i { color:#ff7f26; }
.columns-container {
  margin-left:-15px;
  margin-right:-15px;
}
.ccol {
  float:left;
  padding-left:15px;
  padding-right:15px;
}
.halfcol {
  float:left;
  height:100%;
}
.halfcol.dark-gray, .halfcol.dark { background-color:transparent; }
@media (max-width: 768px) {
  .ccol, .halfcol {
    width:100% !important;
    float:none;
  }
  .ccol { margin-bottom:30px; }
  .halfcol {
    padding-left:15px !important;
    padding-right:15px !important;
  }
  .ccol.empty {
    margin-bottom:0;
    height:0;
  }
}
.gap-5 { height:5px; }
.gap-10 { height:10px; }
.gap-20 { height:20px; }
.gap-30 { height:30px; }
.gap-40 { height:40px; }
.gap-50 { height:50px; }
.gap-60 { height:60px; }
.gap-70 { height:70px; }
.gap-80 { height:80px; }
.gap-90 { height:90px; }
.gap-100 { height:100px; }
@media only screen and (max-width: 768px) {
  .no-smallscreen { height:0px !important; }
}
.block {
  display:block;
  float:none;
}
@media only screen and (max-width: 768px) {
  .block {
    display:inline;
    float:initial;
  }
}
.list, .menu {
  margin:-10px 0 0 0;
  padding:0;
  list-style:none;
}
.list li, .menu li {
  margin:4px 0;
  padding:0;
}
.list-horizontal { margin-top:0; }
.list-horizontal li { display:inline-block; }
.list-horizontal.list-left li { margin-right:15px; }
.list-horizontal.list-left li:last-child { margin-right:0; }
.list-right { text-align:right; }
.list-horizontal.list-right li { margin-left:15px; }
.list-horizontal.list-right li:first-child { margin-left:0; }
.list-center { text-align:center; }
.list-horizontal.list-center li {
  margin-left:7px;
  margin-right:7px;
}
.list li a {
  color:#979ea5;
  text-decoration:none;
}
.list li a:hover, .list li a:focus {
  color:#ff7f26;
  text-decoration:none;
}
.list2 > li:before {
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  font-size:inherit;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
.list2 > li:before {
  content:"\f105";
  margin-right:10px;
}
.dark .list li a { color:#fff; }
.dark .list li a:hover, .dark .list li a:focus {
  color:#fff;
  text-decoration:underline;
}
.dark .list2 > li:before { color:rgba(255,255,255,0.3); }
@media (max-width: 768px) {
  .list-right { text-align:left; }
}
.big-title .title, .big-title2 .title, .big-title .module-heading > h3, .big-title2 .module-heading > h3 {
  font-size:3.2em;
  line-height:1.2em;
}
.big-title2.lg { font-size:2em; }
.big-title2.xlg { font-size:2.5em; }
.big-title2.xxlg { font-size:3em; }
.title.big-title, .big-title .module-heading {
  position:relative;
  margin-bottom:31px;
}
.big-title .module-heading { margin-bottom:81px; }
.title.big-title .title, .big-title .module-heading > h3, .title.big-title2 .title, .big-title2 .module-heading > h3 { margin:0; }
.title.big-title:before, .title.big-title:after, .big-title .module-heading:before, .big-title .module-heading:after {
  content:'';
  display:block;
  position:absolute;
}
.title.big-title:after, .big-title .module-heading:after {
  width:80px;
  height:7px;
  border-bottom:solid 1px #dbdcdb;
  bottom:-30px;
}
.title.big-title:before, .big-title .module-heading:before {
  height:1px;
  bottom:-27px;
  border-top:solid 1px #dbdcdb;
}
.dark-gray .title.big-title:after, .dark-gray .big-title .module-heading:after, .dark-gray .title.big-title:before, .dark-gray .big-title .module-heading:before { border-color:rgba(255,255,255,0.3); }
.ttitle-subtext { display:block; }
.title.big-title.title-center, .title.big-title2.title-center, .big-title.title-center .module-heading, .big-title2.title-center .module-heading { text-align:center; }
.big-title.title-center:after, .big-title.title-center .module-heading:after {
  left:50%;
  margin-left:-40px;
}
.big-title.title-center:before, .big-title.title-center .module-heading:before {
  width:200px;
  left:50%;
  margin-left:-100px;
}
.title.big-title.title-left, .title.big-title2.title-left, .big-title.title-left .module-heading, .big-title2.title-left .module-heading { text-align:left; }
.title.big-title.title-left:after, .big-title.title-left .module-heading:after { left:0; }
.title.big-title.title-left:before, .big-title.title-left .module-heading:before {
  width:120px;
  left:0;
}
.title.big-title.title-right, .title.big-title2.title-right, .big-title.title-right .module-heading, .big-title2.title-right .module-heading { text-align:right; }
.title.big-title.title-right:after, .big-title.title-right .module-heading:after { right:0; }
.title.big-title.title-right:before, .big-title.title-right .module-heading:before {
  width:120px;
  right:0;
}
.box-inner, .box-header { position:relative; }
.box-icon, .box-icon i {
  display:inline-block;
  color:#ff7f26;
  -webkit-transition:all .15s ease-in-out;
  -moz-transition:all .15s ease-in-out;
  -o-transition:all .15s ease-in-out;
  transition:all .15s ease-in-out;
}
.box-title {
  -webkit-transition:all .15s ease-in-out;
  -moz-transition:all .15s ease-in-out;
  -o-transition:all .15s ease-in-out;
  transition:all .15s ease-in-out;
}
.box1 .box-inner, .box3 .box-inner { text-align:center; }
.box1 .box-inner { position:relative; }
.box1 .box-title {
  -webkit-transition:all .15s ease-in-out;
  -moz-transition:all .15s ease-in-out;
  -o-transition:all .15s ease-in-out;
  transition:all .15s ease-in-out;
}
.box1 .box-inner .box-icon i {
  color:#fff;
  width:64px;
  height:64px;
  line-height:64px;
  text-align:center;
  font-size:28px;
  margin-bottom:30px;
  background-color:#ff7f26;
  -webkit-border-radius:999px;
  -moz-border-radius:999px;
  -ms-border-radius:999px;
  -o-border-radius:999px;
  border-radius:999px;
}
.box1:hover .box-inner .box-icon i {
  background-color:transparent;
  color:#585858;
}
.box1:hover .box-title { color:#ff7f26; }
.box1 .arrow-link { color:#979ea5; }
.box1:hover .arrow-link { color:#ff7f26; }
.box2 .box-header {
  min-height:35px;
  margin-bottom:20px;
}
.box2 .box-title {
  margin:0;
  display:inline-block;
  vertical-align:middle;
}
.box2 .box-header .box-icon i {
  vertical-align:middle;
  font-size:34px;
  margin-right:25px;
}
.box6 .box-inner .box-icon i {
  font-size:34px;
  opacity:.65;
  margin-bottom:30px;
}
.box6:hover .box-inner .box-icon i { opacity:1; }
.box3 .box-inner .box-icon i, .box4 .box-inner .box-icon i, .box5 .box-inner .box-icon i {
  font-size:28px;
  line-height:74px;
  color:#fff;
}
.box3 .box-inner .box-icon, .box4 .box-inner .box-icon, .box5 .box-inner .box-icon {
  position:relative;
  display:inline-block;
  width:74px;
  height:74px;
  background-color:#ff7f26;
  text-align:center;
  margin-bottom:30px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  -ms-border-radius:2px;
  -o-border-radius:2px;
  border-radius:2px;
}
.box3 .box-inner .box-icon:after, .box4 .box-inner .box-icon:after, .box5 .box-inner .box-icon:after {
  display:block;
  content:'';
  position:absolute;
  border:solid 8px transparent;
  -webkit-transition:all .15s ease-in-out;
  -moz-transition:all .15s ease-in-out;
  -o-transition:all .15s ease-in-out;
  transition:all .15s ease-in-out;
}
.box3 .box-inner .box-icon:after {
  border-top-color:#ff7f26;
  bottom:-14px;
  left:50%;
  margin-left:-8px;
}
.box4 .box-inner .box-icon:after, .box5 .box-inner .box-icon:after {
  top:50%;
  margin-top:-8px;
}
.box4 .box-inner .box-icon:after {
  border-left-color:#ff7f26;
  right:-14px;
}
.box5 .box-inner .box-icon:after {
  border-right-color:#ff7f26;
  left:-14px;
}
.box3:hover .box-icon, .box4:hover .box-icon, .box5:hover .box-icon { background-color:#585858; }
.box3:hover .box-icon:after { border-top-color:#585858; }
.box4:hover .box-icon:after { border-left-color:#585858; }
.box5:hover .box-icon:after { border-right-color:#585858; }
.box4 .box-inner { padding-left:98px; }
.box5 .box-inner { padding-right:98px; }
.box4 .box-inner .box-icon, .box5 .box-inner .box-icon {
  position:absolute;
  top:3px;
}
.box4 .box-inner .box-icon { left:0; }
.box5 .box-inner .box-icon { right:0; }
.dark-gray .box-border { border-color:rgba(255,255,255,0.15); }
.dark-gray .box1:hover .box-inner .box-icon i { color:#fff; }
.dark-gray .box3 .box-inner .box-icon i, .dark-gray .box4 .box-inner .box-icon i, .dark-gray .box5 .box-inner .box-icon i { border-color:rgba(255,255,255,0.15); }
.dark-gray .box3:hover .box-inner .box-icon i, .dark-gray .box4:hover .box-inner .box-icon i, .box-color.box3:hover .box-inner .box-icon i, .box-color.box4:hover .box-inner .box-icon i, .box-color.box5:hover .box-inner .box-icon i { border-color:#fff; }
.box-border {
  border:solid 1px #dbdcdb;
  padding:30px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  -ms-border-radius:2px;
  -o-border-radius:2px;
  border-radius:2px;
  -webkit-transition:all .15s ease-in-out;
  -moz-transition:all .15s ease-in-out;
  -o-transition:all .15s ease-in-out;
  transition:all .15s ease-in-out;
}
.box-border:hover { border-color:#ff7f26; }
.box-color {
  padding:30px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  -ms-border-radius:2px;
  -o-border-radius:2px;
  border-radius:2px;
}
.box-color, .box-color a, .box-color .box-inner h1, .box-color .box-inner h2, .box-color .box-inner h3, .box-color .box-inner h4, .box-color .box-inner h5, .box-color .box-inner h6, .box-color .box-inner .box-icon i, .box-color .box-header .box-icon i { color:#fff; }
.box-color.primary {
  background-color:#ff7f26;
  border-color:#ff7f26;
}
.box-color.inverse {
  background-color:#585858;
  border-color:#585858;
}
.box-color.success {
  background-color:#33cc66;
  border-color:#33cc66;
}
.box-color.warning {
  background-color:#ff9933;
  border-color:#ff9933;
}
.box-color.danger {
  background-color:#cc3333;
  border-color:#cc3333;
}
.box-color.info {
  background-color:#3366ff;
  border-color:#3366ff;
}
.tmpl-icon {
  line-height:1;
  position:relative;
  vrtical-align:middle;
}
.icon-size-default { font-size:120%; }
.icon-size-lg { font-size:64px; }
.icon-size-xlg { font-size:128px; }
.leading-text {
  font-size:16px;
  line-height:26px;
}
.border-hor { float:none; }
.border-hor.dark { border-bottom:solid 1px #dbdcdb; }
.border-hor.light { border-bottom:solid 1px rgba(255,255,255,0.2); }
h1, h2, h3, h4, h5, h6 {
  color:#393939;
  font-family:'Open Sans', Helvetica, Arial, sans-serif;
  margin-bottom:20px;
  margin-top:0;
}
h1 { font-size:24px; }
h2 { font-size:22px; }
h3 { font-size:20px; }
h4 { font-size:18px; }
h5 { font-size:16px; }
h6 { font-size:14px; }
p {
  margin-bottom:15px;
  margin-top:0;
}
.highlight {
  padding:1px 10px;
  background-color:#ff7f26;
  color:#fff;
}
.highlight2 { background-color:#585858; }
.highlight3 {
  border:solid 1px #ff7f26;
  background-color:transparent;
  color:#979ea5;
}
.dropcap {
  background-color:#ff7f26;
  color:#fff;
  display:block;
  float:left;
  width:42px;
  height:42px;
  line-height:42px;
  text-align:center;
  font-size:18px;
  margin-right:15px;
  font-weight:bold;
}
.dropcap2 { background-color:#585858; }
.dropcap3 {
  color:#393939;
  background-color:#f4f5f6;
}
.text-align-right { text-align:right; }
.text-align-center { text-align:center; }
.strong { font-weight:bold; }
.align-right { float:right; }
pre {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  -ms-border-radius:0;
  -o-border-radius:0;
  border-radius:0;
  border-color:#dbdcdb;
  background-color:#f7f8f9;
  color:#7c858d;
}
small, .small { font-size:13px; }
.text.lg {
  font-size:1.3em;
  line-height:1.3em;
}
.text.xlg { font-size:5.5em; }
.text.xxlg { font-size:7.5em; }
.tmpl-color { color:#ff7f26; }
@media (max-width: 768px) {
  .text-align-right { text-align:center; }
}
.tooltip-inner, .tmpl-tt {
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  -ms-border-radius:2px;
  -o-border-radius:2px;
  border-radius:2px;
  padding:10px;
  font-size:13px;
  color:#fff;
  max-width:230px;
  line-height:22px;
  background-color:#585858;
}
.tmpl-tt:after {
  display:block;
  content:"";
  position:absolute;
  border:solid 5px transparent;
}
.tmpl-tt.tt-top:after {
  left:50%;
  bottom:-10px;
  margin-left:-5px;
}
.tmpl-tt.tt-bottom:after {
  left:50%;
  top:-10px;
  margin-left:-5px;
}
.tmpl-tt.tt-right:after {
  left:-10px;
  top:50%;
  margin-top:-5px;
}
.tmpl-tt.tt-left:after {
  right:-10px;
  top:50%;
  margin-top:-5px;
}
.hasTooltip { display:inline-block !important; }
.tooltip.top .tooltip-arrow, .tmpl-tt.tt-top:after { border-top-color:#585858; }
.tooltip.top-left .tooltip-arrow { border-top-color:#585858; }
.tooltip.top-right .tooltip-arrow { border-top-color:#585858; }
.tooltip.right .tooltip-arrow, .tmpl-tt.tt-right:after { border-right-color:#585858; }
.tooltip.left .tooltip-arrow, .tmpl-tt.tt-left:after { border-left-color:#585858; }
.tooltip.bottom .tooltip-arrow, .tmpl-tt.tt-bottom:after { border-bottom-color:#585858; }
.tooltip.bottom-left .tooltip-arrow { border-bottom-color:#585858; }
.tooltip.bottom-right .tooltip-arrow { border-bottom-color:#585858; }
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { border-top-color:#dbdcdb; }
.table-striped > tbody > tr:nth-of-type(odd) { background-color:#f7f8f9; }
.page .ats-ticket-view-postedin { margin-bottom:30px; }
.page #akeeba-renderjoomla .btn-toolbar { margin:30px 0; }
.page #atsPostList { margin:60px 0; }
.page .ats-post {
  margin-bottom:30px;
  border:solid 1px #dbdcdb;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  -ms-border-radius:0;
  -o-border-radius:0;
  border-radius:0;
}
.page .ats-post-header {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  -ms-border-radius:0;
  -o-border-radius:0;
  border-radius:0;
  padding:10px 20px;
  border-bottom:solid 1px #dbdcdb;
  background-color:#f7f8f9;
  margin-bottom:20px;
}
.page .ats-post-header-date, .page .ats-post-header-date a {
  font-size:13px;
  color:#9fa6ac !important;
  font-weight:normal;
}
.page .ats-post-header-fullname {
  font-size:13px;
  font-weight:normal;
}
.page .ats-post-userinfo {
  border:0;
  margin-left:30px;
  padding-left:0;
}
.page .ats-post-userinfo-avatar img {
  -moz-box-shadow:0 0 0 transparent;
  -webkit-box-shadow:0 0 0 transparent;
  -ms-box-shadow:0 0 0 transparent;
  -o-box-shadow:0 0 0 transparent;
  box-shadow:0 0 0 transparent;
  border:0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  -ms-border-radius:0;
  -o-border-radius:0;
  border-radius:0;
}
.page .ats-post-userinfo-username {
  font-size:13px;
  color:#9fa6ac !important;
  font-weight:normal;
  text-shadow:none;
}
.page .ats-post-content-signature {
  border:0;
  margin:0;
  padding:0;
}
.page .ats-post-content-html { margin:0 20px; }
.page .ats-post-footer {
  margin:0;
  padding:0;
}
.page .ats-post-edits {
  font-size:13px;
  color:#9fa6ac !important;
  margin:20px;
}
.page .ats-post-attachments { margin:20px 20px 0 20px; }
.page .ats-post-attachments-head {
  font-weight:normal;
  text-shadow:none;
}
.page .ats-post-buttons { margin:0 20px 20px 20px; }
.page .markItUpContainer {
  margin:0;
  padding:20px;
  background-color:#f7f8f9;
}
.page .markItUpContainer textarea { width:100% !important; }
.page .ats-ticket-content-info {
  font-size:13px;
  color:#9fa6ac !important;
}
.page .atsTooltip { display:inline-block !important; }
.page .select-status { margin-left:15px; }
.page .ats-category-quickbuttons br { display:none; }
.ctype_ats.vtype_Categories td h4 { display:inline-block; }
.ctype_ats.vtype_Categories th, .ctype_ats.vtype_Categories td { vertical-align:middle; }
.ctype_ats.vtype_NewTickets #akeeba-renderjoomla, .ctype_ats.vtype_NewTicket #akeeba-renderjoomla { text-align:center; }
.ctype_ats.vtype_NewTickets #akeeba-renderjoomla form, .ctype_ats.vtype_NewTicket #akeeba-renderjoomla form { padding-top:30px; }
.ctype_ats.vtype_NewTickets #akeeba-renderjoomla .chzn-container, .ctype_ats.vtype_NewTicket #akeeba-renderjoomla .chzn-container { display:none !important; }
.ctype_ats.vtype_NewTickets #akeeba-renderjoomla select.chzn-done, .ctype_ats.vtype_NewTicket #akeeba-renderjoomla select.chzn-done {
  display:inline-block !important;
  min-width:300px;
}
.k2Avatar, .k2Avatar img {
  -webkit-border-radius:999px;
  -moz-border-radius:999px;
  -ms-border-radius:999px;
  -o-border-radius:999px;
  border-radius:999px;
}
.multicol-container { width:104% !important; }
.multicol-item {
  float:left;
  margin-right:4%;
}
.multicol-item .article-inner {
  margin-bottom:30px;
  padding-bottom:30px;
}
.multicol-item.col-numb2 { width:46%; }
.multicol-item.col-numb3 { width:29.3333333333333%; }
.multicol-item.col-numb4 { width:21%; }
.multicol-item.col-numb5 { width:16%; }
.k2FeedIcon { margin:0 0 30px 0; }
.featured-flag {
  position:relative;
  top:-8px;
}
.featured-flag sup {
  background-color:#ef4011;
  color:#fff;
  font-size:10px;
  text-transform:uppercase;
  padding:2px 5px;
}
.itemIntroText, .largerFontSize {
  font-size:16px;
  line-height:26px;
}
.additional-info {
  width:100%;
  margin:20px 0 0 0;
  border:solid 1px #dbdcdb;
  border-bottom:none;
}
.additional-info > div > ul {
  margin:0;
  padding:0;
  list-style:none;
}
.additional-info > div > ul > li { margin:0; }
.additional-info > div > ul > li, .additional-info > div > h3, .additional-info > div > h4 {
  padding:10px;
  border-bottom:solid 1px #dbdcdb;
}
.additional-info > div > ul > li .itemExtraFieldsLabel {
  font-weight:bold;
  display:inline-block;
  min-width:180px;
}
.additional-info > div > h3, .additional-info > div > h4 {
  margin:0;
  font-size:13px;
  font-weight:bold;
  text-transform:uppercase;
  background-color:#fafbfc;
  padding-top:15px;
  padding-bottom:15px;
  letter-spacing:normal;
}
.article-shares { margin:40px 0 0 0; }
.article-shares > div { float:left; }
.itemAuthorBlock {
  border:solid 1px #dbdcdb;
  margin:60px 0 0 0;
  padding:30px;
  position:relative;
  min-height:150px;
  background-color:#f7f8f9;
  vertical-align:top;
}
.itemAuthorBlock > .author-image, .itemAuthorBlock .itemAuthorDetails { display:inline-block; }
.itemAuthorBlock .author-image {
  vertical-align:top;
  width:14%;
  margin-right:3%;
}
.itemAuthorBlock .itemAuthorDetails { width:82%; }
.itemAuthorBlock .itemAuthorName {
  font-size:14px;
  text-transform:none;
  font-weight:bold;
  margin:0 0 10px 0;
  letter-spacing:normal;
}
.itemAuthorBlock .itemAuthorUrl, .itemAuthorBlock .itemAuthorEmail {
  font-size:13px;
  color:#9fa6ac;
  margin:0 10px 0 0;
}
.user-items { margin:60px 0 0 0; }
.user-items .itemAuthorLatest, .user-items .itemRelated {
  width:49%;
  float:left;
}
.user-items .itemAuthorLatest { margin-right:2%; }
.user-items .itemAuthorLatest > h3, .user-items .itemRelated > h3 { font-size:17px; }
.user-items .itemAuthorLatest > ul, .user-items .itemRelated > ul {
  margin:0;
  padding:0;
  list-style:none;
}
.user-items .itemAuthorLatest > ul li, .user-items .itemRelated > ul li {
  margin:0 0 15px 0;
  padding:0;
}
.itemRelCat, .itemRelAuthor {
  font-size:13px;
  color:#9fa6ac;
}
.itemNavigation {
  border-top:solid 1px #dbdcdb;
  border-bottom:solid 1px #dbdcdb;
  padding:7px 0;
  margin:50px 0 0 0;
  text-align:center;
}
.itemVideoBlock, .itemImageGallery {
  border:solid 1px #dbdcdb;
  background-color:#f4f5f6;
  padding:20px 15px;
  margin:60px 0 0 0;
}
.moduleItemVideo, .itemVideoEmbedded, .catItemVideoEmbedded {
  position:relative;
  padding-bottom:56.25%;
  padding-top:25px;
  height:0;
  overflow:hidden;
  z-index:0;
  margin-bottom:20px;
}
.moduleItemVideo iframe, .moduleItemVideo object, .moduleItemVideo embed, .itemVideoEmbedded iframe, .itemVideoEmbedded object, .itemVideoEmbedded embed {
  position:absolute;
  top:0;
  left:0;
  max-width:100%;
  height:100%;
}
.itemVideoCaption, .itemVideoCredits {
  font-size:13px;
  color:#9fa6ac;
}
.itemVideoCaption { font-weight:bold; }
.itemVideoCredits { float:right; }
.itemCommentsBlocklList {
  margin:60px 0 0 0;
  border:solid 1px #dbdcdb;
  border-bottom:none;
  background-color:#f4f5f6;
}
.itemCommentsList {
  margin:0;
  padding:0;
  list-style:none;
}
.itemCommentsList li {
  margin:0;
  padding:15px;
  border-bottom:solid 1px #dbdcdb;
}
.itemCommentsList li.odd { background-color:#fff; }
.itemCommentsCounter { margin:20px 15px 0 15px; }
.comment-details {
  width:85%;
  float:left;
}
.comment-user-img {
  float:left;
  width:15%;
}
.comment-user-img img {
  -webkit-border-radius:999px;
  -moz-border-radius:999px;
  -ms-border-radius:999px;
  -o-border-radius:999px;
  border-radius:999px;
}
.comment-text { margin:0 0 20px 0; }
.comment-meta {
  font-size:13px;
  color:#9fa6ac;
}
.comment-meta .separator { margin:0 5px; }
.commentLink { float:right; }
.itemCommentsForm {
  margin:60px 0 0 0;
  padding:30px;
  border:solid 1px #dbdcdb;
  background-color:#f7f8f9;
}
.itemCommentsForm input[type="text"], .itemCommentsForm input[type="email"] {
  width:400px;
  max-width:96%;
}
.itemCommentsForm textarea {
  width:550px;
  max-width:96%;
}
.itemBackToTop {
  text-align:right;
  text-transform:uppercase;
  font-weight:bold;
  font-size:12px;
  margin:60px 0 0 0;
}
.itemBackToTop i {
  font-size:16px;
  position:relative;
  top:1px;
}
.itemRatingBlock { margin-bottom:20px; }
.itemRatingForm {
  display:block;
  vertical-align:middle;
  line-height:25px;
  float:left;
}
.itemRatingLog {
  font-size:13px;
  margin:0;
  padding:0 0 0 4px;
  float:left;
}
div.itemRatingForm .formLogLoading {
  background:url("../images/k2loading.gif") no-repeat left center;
  height:25px;
  padding:0 0 0 20px;
}
.itemRatingList, .itemRatingList a:hover, .itemRatingList .itemCurrentRating {
  background-image:url("../images/transparent_star.gif");
  background-repeat:repeat-x;
  background-position:0 -1000px;
}
.itemRatingList {
  position:relative;
  float:left;
  width:125px;
  height:25px;
  overflow:hidden;
  list-style:none;
  margin:0;
  padding:0;
  background-position:left top;
}
.itemRatingList li {
  display:inline;
  background:none;
  padding:0;
}
.itemRatingList a, .itemRatingList .itemCurrentRating {
  position:absolute;
  top:0;
  left:0;
  text-indent:-1000px;
  height:25px;
  line-height:25px;
  outline:none;
  overflow:hidden;
  border:none;
  cursor:pointer;
}
.itemRatingList .itemCurrentRating {
  z-index:1;
  margin:0;
  padding:0;
  background-position:0 center;
}
.itemRatingList a:hover { background-position:left bottom; }
.itemRatingList a.one-star {
  width:20%;
  z-index:6;
}
.itemRatingList a.two-stars {
  width:40%;
  z-index:5;
}
.itemRatingList a.three-stars {
  width:60%;
  z-index:4;
}
.itemRatingList a.four-stars {
  width:80%;
  z-index:3;
}
.itemRatingList a.five-stars {
  width:100%;
  z-index:2;
}
span.siteRoot { display:none; }
.itemListCategoriesBlock { margin:0 0 30px 0; }
.itemListCategory, .subCategory {
  border:solid 1px #dbdcdb;
  padding:20px 15px;
  background-color:#fafbfc;
  margin:0 0 30px 0;
}
.itemListCategory > img, .subCategory > img, .itemListCategory > a > img, .subCategory > a > img { margin-bottom:20px; }
.itemListCategory > h2, .subCategory > h2 { font-size:17px; }
.itemListCategory> h2 > a, .subCategory > h2 > a { color:#393939; }
.itemListCategory> h2 > a:hover, .subCategory > h2 > a:hover, .itemListCategory> h2 > a:focus, .subCategory > h2 > a:focus { color:#ff7f26; }
.cat-blocks, .user-blocks {
  margin:0 0 60px 0;
  padding:0 0 30px 0;
  border-bottom:solid 1px #dbdcdb;
}
.user-block-wrap {
  margin:0 0 60px 0;
  padding:0 0 60px 0;
  border-bottom:solid 1px #dbdcdb;
}
.userView .itemAuthorBlock {
  margin-top:0;
  margin-bottom:0;
}
.blog .itemVideoBlock { margin-top:20px; }
.blog .itemTitle a { color:#393939; }
.blog .itemTitle a:hover, .blog .itemTitle a:focus { color:#ff7f26; }
.blog .additional-info > div > ul > li .itemExtraFieldsLabel { min-width:100px; }
.k2AccountPage input[type='text'], .k2AccountPage input[type='password'] {
  width:250px;
  max-width:96%;
}
.k2AccountPage input[type='radio'] { margin-right:5px; }
.k2AccountPage textarea {
  width:450px !important;
  max-width:96% !important;
}
.k2AccountPageNotice {
  margin-bottom:15px;
  color:#9fa6ac;
}
.k2ItemsBlock > ul, .k2LatestCommentsBlock > ul, .k2TopCommentersBlock > ul {
  margin:0;
  padding:0;
  list-style:none;
}
.k2ItemsBlock > ul > li, .k2LatestCommentsBlock > ul > li, .k2TopCommentersBlock > ul > li {
  margin:0 0 15px 0;
  padding:0 0 15px 0;
  border-bottom:solid 1px #dbdcdb;
}
.k2ItemsBlock > ul > li:last-child, .k2LatestCommentsBlock > ul > li:last-child, .k2TopCommentersBlock > ul > li:last-child {
  border-bottom:0;
  padding-bottom:0;
  margin-bottom:0;
}
.k2ItemsBlock > ul > li.clearList, .k2LatestCommentsBlock > ul > li.clearList, .k2TopCommentersBlock > ul > li.clearList {
  margin:0;
  padding:0;
  border:0;
}
.k2TopCommentersBlock .comment-text, .k2LatestCommentsBlock .comment-info, .k2LatestCommentsBlock .comment-item-info {
  font-size:13px;
  color:#9fa6ac;
}
.k2TopCommentersBlock .comment-text {
  padding-top:15px;
  margin-bottom:0;
}
.k2TopCommentersBlock .tcLink { font-weight:bold; }
.k2TopCommentersBlock .tcLatestComment, .k2LatestCommentsBlock .lcComment { font-style:italic; }
.k2LatestCommentsBlock .comment-user {
  width:20%;
  float:left;
}
.k2LatestCommentsBlock .comment-text {
  width:80%;
  float:left;
}
.k2LatestCommentsBlock .comment-info { margin-top:10px; }
.k2LatestCommentsBlock .k2FeedIcon, .k2TopCommentersBlock .k2FeedIcon { margin:30px 0 0 0; }
.k2CategoriesListBlock ul, .k2ArchivesBlock ul {
  margin:0;
  padding:0;
  list-style:none;
}
.k2CategoriesListBlock ul li a, .k2ArchivesBlock ul li a {
  color:#979ea5;
  padding:4px 0;
  display:block;
}
.k2CategoriesListBlock ul li a:hover, .k2CategoriesListBlock ul li a:focus, .k2ArchivesBlock ul li a:hover, .k2ArchivesBlock ul li a:focus { color:#ff7f26; }
.k2CategoriesListBlock > ul ul, .k2ArchivesBlock > ul ul { margin-left:15px; }
.k2CategoriesListBlock > ul ul a, .k2ArchivesBlock > ul ul a { font-size:13px; }
.calendar {
  background-color:#fafbfc;
  border:0;
  width:350px;
  max-width:100%;
  border-top:solid 1px #fff;
  border-left:solid 1px #fff;
  font-size:12px;
}
.calendar th, .calendar td {
  background-color:#fafbfc;
  border:solid 1px #fff;
  border-left:0;
  border-top:0;
  text-align:center;
  vertical-align:middle;
  padding:7px 8px;
}
.calendar th { font-weight:bold; }
.calendar tbody { color:#979ea5; }
.calendar tbody td.pad { background:none; }
.calendar tbody td:hover { background:#fff; }
.calendar tbody td.pad:hover { background:none; }
.k2TagCloudBlock a {
  font-size:13px !important;
  display:block;
  float:left;
  border:solid 1px #ff7f26;
  padding:5px 10px;
  margin:0 5px 5px 0;
  line-height:1;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  -ms-border-radius:2px;
  -o-border-radius:2px;
  border-radius:2px;
  text-align:center;
  vertical-align:baseline;
  white-space:nowrap;
  color:#ff7f26;
}
.k2TagCloudBlock a:hover, .k2TagCloudBlock a:focus {
  background-color:#ff7f26;
  color:#fff;
  border-color:#ff7f26;
}
.mb2p2layout1 .mb2p2-title a { color:#393939; }
.mb2p2layout1 .mb2p2-title a:hover { color:#ff7f26; }
.mb2p2layout1 .mb2p2-related-items .mb2p2-title a { color:#fff; }
#page .mb2p2-catitem-inner:hover { border-color:#ff7f26; }
#page .mb2p2-ajax-item.active .mb2p2-ajax-item-inner {
  background-color:#fafbfc;
  border-color:#dbdcdb;
  -moz-box-shadow:0 0 3px rgba(0,0,0,0.1);
  -webkit-box-shadow:0 0 3px rgba(0,0,0,0.1);
  -ms-box-shadow:0 0 3px rgba(0,0,0,0.1);
  -o-box-shadow:0 0 3px rgba(0,0,0,0.1);
  box-shadow:0 0 3px rgba(0,0,0,0.1);
}
#page .ajax-item-nav .mb2p2-item-navigation, #page .mb2p2-ajax-close { border-color:#dbdcdb; }
.ajax-item-nav .mb2p2-item-navigation a:hover, .ajax-item-nav .mb2p2-item-navigation a:focus, .mb2p2-ajax-close:hover, .mb2p2-ajax-close:focus { color:#ff7f26; }
.page .mb2pt-clean .mb2pt-features ul li { border-color:#dbdcdb; }
.page .mb2pt-tt {
  background-color:#585858;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  -ms-border-radius:2px;
  -o-border-radius:2px;
  border-radius:2px;
  color:#fff;
}
.page .mb2pt-tt:after { border-top-color:#585858; }
.page .mb2ctm { position:static; }
.page .mb2ctm-list > li > a {
  color:#393939;
  -webkit-transition:all 0.15s ease-in-out;
  -moz-transition:all 0.15s ease-in-out;
  -o-transition:all 0.15s ease-in-out;
  transition:all 0.15s ease-in-out;
}
.page .mb2ctm-list > li:hover > a, .page .mb2ctm-list > li.mb2ctm-hover > a, .page .mb2ctm-list > li.current > a, .page .mb2ctm-list > li.active > a {
  background-color:transparent;
  color:#ff7f26;
  position:relative;
  opacity:1 !important;
}
.page .mb2ctm-list > li.mb2ctm-hover.mb2ctm-isparent > a:after {
  content:'';
  display:block;
  position:absolute;
  bottom:0;
  left:50%;
  margin-left:-3px;
  border:solid 6px transparent;
  border-bottom-color:#f7f8f9;
}
.page .transparent-menu .mb2ctm-list > li.mb2ctm-hover.mb2ctm-isparent > a:after { border-bottom-color:rgba(250,251,252,0.85); }
.page .dark-menu .mb2ctm-list > li.mb2ctm-hover.mb2ctm-isparent > a:after { border-bottom-color:#505050; }
.page .dark-menu.transparent-menu .mb2ctm-list > li.mb2ctm-hover.mb2ctm-isparent > a:after { border-bottom-color:rgba(0,0,0,0.85); }
.page .gray-menu .mb2ctm-list > li.mb2ctm-hover.mb2ctm-isparent > a:after { border-bottom-color:#606060; }
.page .gray-menu.transparent-menu .mb2ctm-list > li.mb2ctm-hover.mb2ctm-isparent > a:after { border-bottom-color:rgba(96,96,96,0.9); }
.header-transparent #main-header .mb2ctm-list > li > a, .header-style5 #main-header .mb2ctm-list > li > a, .page #main-navigation .mb2ctm-list > li > a {
  color:#fff;
  opacity:.6;
}
.header-style5 #main-header .mb2ctm-list > li:hover > a, .header-style5 #main-header .mb2ctm-list > li.mb2ctm-hover > a, .header-style5 #main-header .mb2ctm-list > li.current > a, .header-style5 #main-header .mb2ctm-list > li.active > a { color:#ff7f26; }
.page #main-navigation .mb2ctm-list > li > a { opacity:.8; }
.page #main-navigation .mb2ctm-list > li:hover > a, .page #main-navigation .mb2ctm-list > li.mb2ctm-hover > a { opacity:1; }
.page .mb2ctm-smenu, .page .mb2ctm-dropdow > div > div > ul ul {
  background-color:#f7f8f9;
  -moz-box-shadow:0 3px 3px rgba(0,0,0,0.1);
  -webkit-box-shadow:0 3px 3px rgba(0,0,0,0.1);
  -ms-box-shadow:0 3px 3px rgba(0,0,0,0.1);
  -o-box-shadow:0 3px 3px rgba(0,0,0,0.1);
  box-shadow:0 3px 3px rgba(0,0,0,0.1);
  border-top:0;
  color:#979ea5;
}
@media (max-width: 768px) {
  .page .mb2ctm-smenu, .page .mb2ctm-dropdow > div > div > ul ul {
    -moz-box-shadow:0 0 0 rgba(0,0,0,0);
    -webkit-box-shadow:0 0 0 rgba(0,0,0,0);
    -ms-box-shadow:0 0 0 rgba(0,0,0,0);
    -o-box-shadow:0 0 0 rgba(0,0,0,0);
    box-shadow:0 0 0 rgba(0,0,0,0);
  }
  .page .mb2ctm-dropdow > div > div > ul ul { background-color:transparent; }
}
.page .mb2ctm-dropdow li { background-color:transparent; }
.page .border-menu .mb2ctm-smenu { border-bottom:solid 2px #ff7f26; }
.page .transparent-menu .mb2ctm-smenu, .page .transparent-menu .mb2ctm-dropdow > div > div > ul ul { background-color:rgba(250,251,252,0.95); }
.page .dark-menu .mb2ctm-smenu, .page .dark-menu .mb2ctm-dropdow > div > div > ul ul { background-color:#505050; }
.page .dark-menu.transparent-menu .mb2ctm-smenu, .page .dark-menu.transparent-menu .mb2ctm-dropdow > div > div > ul ul { background-color:rgba(0,0,0,0.85); }
.page .gray-menu .mb2ctm-smenu, .page .gray-menu .mb2ctm-dropdow > div > div > ul ul { background-color:#606060; }
.page .gray-menu.transparent-menu .mb2ctm-smenu, .page .gray-menu.transparent-menu .mb2ctm-dropdow > div > div > ul ul { background-color:rgba(96,96,96,0.9); }
@media (max-width: 768px) {
  .page .mb2ctm-dropdow > div > div > ul ul { background-color:transparent !important; }
}
.header-transparent #main-header .mb2ctm-smenu, .header-style5 #main-header .mb2ctm-smenu, .page #main-navigation .mb2ctm-smenu { border-top:0; }
.page .mb2ctm-mega .mb2ctm-child-list1 li.mb2ctm-isparent2 > a {
  font-size:14px;
  color:#393939;
}
.page .mb2ctm-mega .mb2ctm-child-list1 li.mb2ctm-isparent2 > a:hover, .page .mb2ctm-mega .mb2ctm-child-list1 li.mb2ctm-isparent2 > a:focus { color:#393939; }
.page .dark-menu .mb2ctm-mega .mb2ctm-child-list1 li.mb2ctm-isparent2 > a, .page .gray-menu .mb2ctm-mega .mb2ctm-child-list1 li.mb2ctm-isparent2 > a { color:#fff !important; }
.page .mb2ctm-child-list1 > li a { color:#979ea5; }
.page .mb2ctm-child-list1 > li a:hover, .page .mb2ctm-child-list1 > li a:focus { color:#ff7f26; }
.page .mb2ctm-module > div > h3, .page .mb2ctm-tab-col .title { font-size:14px; }
.page .mb2ctm-sitem input[type="text"] { color:#9fa6ac; }
.page .mb2ctm-sitem input[type="text"]:focus { color:#979ea5; }
.page .dark-menu .mb2ctm-module > div > h3, .page .dark-menu .mb2ctm-tab-col .title, .page .gray-menu .mb2ctm-module > div > h3, .page .gray-menu .mb2ctm-tab-col .title { color:#fff; }
.mb2ctm-module ul.menu li a { color:#979ea5; }
.mb2ctm-module ul.menu li a:hover, .mb2ctm-module ul.menu li a:focus, .mb2ctm-module ul.menu li.selected a { color:#ff7f26; }
.page .mb2ctm-tabs-list li a, .page .mb2ctm-tabs-list li a {
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  -ms-border-radius:2px;
  -o-border-radius:2px;
  border-radius:2px;
  border-color:#dbdcdb;
  color:#979ea5;
}
.page .dark-menu .mb2ctm-tabs-list li a, .page .dark-menu .mb2ctm-tabs-list li a, .page .gray-menu .mb2ctm-tabs-list li a, .page .gray-menu .mb2ctm-tabs-list li a { border-color:rgba(255,255,255,0.1); }
.page .mb2ctm-tabs-top .mb2ctm-tabs-list li a, .page .mb2ctm-tabs-bottom .mb2ctm-tabs-list li a {
  padding-left:50px;
  padding-right:50px;
}
.page .mb2ctm-tabs-list li.active a {
  background-color:transparent;
  border-color:#ff7f26;
  color:#393939;
}
.page .dark-menu .mb2ctm-tabs-list li.active a, .page .gray-menu .mb2ctm-tabs-list li.active a { color:#fff; }
.page .mb2ctm-menu-bar { background-color:#ff7f26; }
.page .mb2ctm-menu-link .mb2ctm-menu-open, .page .mb2ctm-menu-link .mb2ctm-menu-open:hover, .page .mb2ctm-menu-link .mb2ctm-menu-open:focus { color:#ff7f26; }
.logo-left .mb2ctm-menu-link { float:right; }
.logo-right .mb2ctm-menu-link { float:left; }
.logo-center .mb2ctm-menu-link {
  float:none;
  text-align:center;
}
@media (max-width: 768px) {
  .header-no-grid.logo-center .mb2ctm-menu-link { margin-bottom:30px; }
}
.logo-center .mb2ctm-menu-link > a {
  height:auto !important;
  line-height:normal !important;
}
@media (max-width: 768px) {
  .page.hide-menu .mb2ctm, .page.hide-menu #main-navigation { display:none; }
  .page .mb2ctm.is-bar.is-button, .page .mb2ctm, .page #main-navigation .mb2ctm { margin-bottom:0; }
  .page .mb2ctm.is-bar.is-button .mb2ctm-list, .page .mb2ctm-list { margin-bottom:30px; }
  .page .mb2ctm.is-bar { margin-bottom:30px; }
  .page .mb2ctm.is-bar .mb2ctm-list { margin-bottom:0; }
  .page .mb2ctm-smenu {
    border-top:0;
    background-color:#fff;
  }
  .page .mb2ctm-list > li { background-color:#f7f8f9; }
  .tlogo .mb2ctm-menu-open { display:block; }
  .page .mb2ctm-parent-open {
    color:#979ea5;
    right:20px;
  }
  .page.header-is-grid .mb2ctm-menu-link { text-align:center; }
  .page .mb2ctm-sitem .mb2ctm-smenu-inner { background-color:#f7f8f9; }
  .mpos_header.header-style5 .mb2ctm-list > li, .header-transparent .mb2ctm-list > li, .page #main-navigation .mb2ctm-list > li { background-color:rgba(255,255,255,0.1); }
  .mpos_header.header-style5 .mb2ctm-parent-open, .header-transparent .mb2ctm-parent-open, .page #main-navigation .mb2ctm-parent-open { color:#fff; }
  .mpos_header.header-style5 .mb2ctm-sitem .mb2ctm-smenu-inner, .header-transparent .mb2ctm-sitem .mb2ctm-smenu-inner, .page #main-navigation .mb2ctm-sitem .mb2ctm-smenu-inner { background-color:transparent; }
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
  background:#000;
  background:rgba(0,0,0,0.75);
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
  background-image:url('../images/loading_lightbox.gif');
  background-repeat:no-repeat;
  background-position:50% 50%;
  background-size:54px 54px;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav {
  top:50%;
  height:60px;
  width:60px;
  line-height:60px;
  text-align:center;
  font-size:26px;
  margin-top:-30px;
  opacity:.7;
  color:#fff;
  text-decoration:none;
  backface-visibility:hidden;
  overflow:hidden;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover { opacity:1; }
.nivo-lightbox-theme-default .nivo-lightbox-prev { left:2%; }
.nivo-lightbox-theme-default .nivo-lightbox-next { right:2%; }
.nivo-lightbox-theme-default .nivo-lightbox-close {
  display:block;
  color:#fff;
  width:40px;
  height:40px;
  line-height:40px;
  font-size:24px;
  text-align:center;
  text-decoration:none;
  padding:0;
  opacity:.7;
  backface-visibility:hidden;
  overflow:hidden;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:before, .nivo-lightbox-theme-default .nivo-lightbox-next:before, .nivo-lightbox-theme-default .nivo-lightbox-prev:before {
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  font-size:inherit;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:before { content:'\f00d'; }
.nivo-lightbox-theme-default .nivo-lightbox-next:before { content:'\f105'; }
.nivo-lightbox-theme-default .nivo-lightbox-prev:before { content:'\f104'; }
.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
  opacity:1;
  text-decoration:none;
}
.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { bottom:-8%; }
.nivo-lightbox-theme-default .nivo-lightbox-title {
  font-size:90%;
  color:#fff;
  padding:7px 15px;
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax, .nivo-lightbox-theme-default .nivo-lightbox-inline {
  background:#fff;
  padding:40px;
}
.page .mb2testimonials-before-text *, .page .mb2testimonials-before-text *:before, .page .mb2testimonials-before-text *:after, .page .mb2testimonials-after-text *, .page .mb2testimonials-after-text *:before, .page .mb2testimonials-after-text *:after {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
.page .mb2testimonials-text {
  font-style:italic;
  font-size:14px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  -ms-border-radius:2px;
  -o-border-radius:2px;
  border-radius:2px;
}
.page .mb2testimonials_icon-quote { color:#dbdcdb; }
.mb2testimonials-back a, .mb2testimonials-dir-navigation a { color:#9fa6ac; }
.mb2testimonials-back a:hover, .mb2testimonials-dir-navigation a:hover, .mb2testimonials-back a:focus, .mb2testimonials-dir-navigation a:focus { color:#ff7f26; }
.page .mb2testimonials-video-link {
  border-color:#ff7f26;
  color:#ff7f26;
}
.page .mb2testimonials-video-link:hover, .page .mb2testimonials-video-link:focus { background-color:#ff7f26; }
.dark-gray .mb2testimonials-is-slider .lSAction > a, .dark-gray .mb2testimonials-is-slider .lSAction > a:hover, .dark-gray .mb2testimonials-is-slider .lSAction > a:focus { color:#fff; }
.page .mb2testimonials-tt {
  background-color:#585858;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  -ms-border-radius:2px;
  -o-border-radius:2px;
  border-radius:2px;
}
.page .mb2testimonials-tt:after { border-top-color:#585858; }
.page .mb2users-layout2 .mb2users-social-list li a {
  color:#9fa6ac;
  border:0;
  width:30px;
  height:30px;
  line-height:30px;
  font-size:14px;
  background-color:#f4f5f6;
  color:#979ea5;
  -webkit-border-radius:999px;
  -moz-border-radius:999px;
  -ms-border-radius:999px;
  -o-border-radius:999px;
  border-radius:999px;
}
.page .mb2users-layout2 .mb2users-social-list li a:hover, .page .mb2users-layout2 .mb2users-social-list li a:focus {
  color:#fff;
  background-color:#ff7f26;
}
.page .module-dark .mb2users-layout2 .mb2users-superdetails { background-color:#585858; }
.page .module-dark .mb2users-layout2 .mb2users-odd .mb2users-img.active:after { border-bottom-color:#585858; }
.page .module-dark .mb2users-layout2 .mb2users-even .mb2users-img.active:after { border-top-color:#585858; }
.page .module-dark  .mb2users-title { color:#fff; }
.page .mb2faqs-categories-tabs__list li a {
  border-color:#dbdcdb;
  color:#979ea5;
}
.page .mb2faqs-categories-tabs__list li a:hover { border-color:#ff7f26; }
.page .mb2faqs-categories-tabs__list li a.active {
  background-color:#ff7f26;
  border-color:#ff7f26;
  color:#fff;
}
.page .mb2faqs-accordion-list-item__heading { text-transform:none; }
.page .mb2faqs-accordion-list-item__heading a {
  color:#979ea5;
  border-color:#dbdcdb;
}
.page .mb2faqs-accordion-list-item__heading a:before { color:#9fa6ac; }
.page .mb2faqs-accordion-list-item__heading a:hover { border-color:#ff7f26; }
.page .mb2faqs-accordion-list-item__heading a.open {
  background-color:#ff7f26;
  border-color:#ff7f26;
  color:#fff;
}
.page .mb2faqs-accordion-list-item__heading a.open:before { color:#fff; }
.page .mb2faqs-accordion-list .switch a { background-color:#ff7f26; }
.page .mb2faqs-accordion-list-item__content { border-color:#dbdcdb; }
.page .mb2faqs-show-list-nav { background-color:#ff7f26; }
.page .mb2faqs-search-form input[type="search"] { border-color:#dbdcdb; }
.page .mb2faqs-search-form input[type="search"]:focus { border-color:#ff7f26; }
.page .mb2faqs-search-form input[type="submit"] {
  border-color:#ff7f26;
  background-color:#ff7f26;
}
.page .mb2faqs-tt {
  background-color:#585858;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  -ms-border-radius:2px;
  -o-border-radius:2px;
  border-radius:2px;
}
.page .mb2faqs-tt:after { border-top-color:#585858; }
.page .mb2slider .lSAction > .lSNext { right:2%; }
.page .mb2slider .lSAction > .lSPrev { left:2%; }
.page .mb2-content-item-meta {
  color:#9fa6ac;
  font-size:13px;
}
.page .mb2-content-item-title a { color:#393939; }
.page .mb2-content-item-title a:hover, .page .mb2-content-item-title a:focus { color:#ff7f26; }
.page .mb2-content-hover-content .mb2-content-item-title a { color:#fff; }
.page .mb2-content .lSAction > a, .page .mb2-content .lSAction > a:hover, .page .mb2-content .lSAction > a:focus { color:#ff7f26; }
.page .mb2-content .lSSlideOuter .lSPager.lSpg > li a, .page .mb2-content .lSSlideOuter .lSPager.lSpg > li:hover a { background-color:#ff7f26; }
.page .mb2-content .lSSlideOuter .lSPager.lSpg > li.active a { border-color:#ff7f26; }
.page .scale .mb2-content-list > div {
  padding:0 0 15px 0;
  border-bottom:solid 1px #dbdcdb;
}
.page .scale .mb2-content-list > div.last {
  margin:0;
  padding:0;
  border-bottom:none;
}
.page .scale .mb2-content-item-title {
  font-size:14px;
  text-transform:none;
}
.page .dark-gray .scale .mb2-content-item-title a { color:#979ea5; }
.page .dark-gray .scale .mb2-content-item-title a:hover, .page .dark-gray .scale .mb2-content-item-title a:focus { color:#ff7f26; }
.page .dark-gray .mb2-content-item-meta { color:#7c858d; }
.page .dark-gray .scale .mb2-content-list > div { border-bottom-color:rgba(255,255,255,0.13); }
.page .dark .mb2-content-item-title a { color:#fff; }
.page .dark .mb2-content-item-title a:hover, .page .dark .mb2-content-item-title a:focus { color:#fff; }
.scale .mb2smpgallery-link {
  opacity:.45;
  -webkit-transition:opacity .15s ease-in-out;
  -moz-transition:opacity .15s ease-in-out;
  -o-transition:opacity .15s ease-in-out;
  transition:opacity .15s ease-in-out;
}
.scale .mb2smpgallery-link:hover { opacity:1; }
.page .mb2smpgallery .lSAction > a, .page .mb2smpgallery .lSAction > a:hover, .page .mb2smpgallery .lSAction > a:focus { color:#ff7f26; }
.page .mb2smpgallery .lSSlideOuter .lSPager.lSpg > li a, .page .mb2smpgallery .lSSlideOuter .lSPager.lSpg > li:hover a { background-color:#ff7f26; }
.page .mb2smpgallery .lSSlideOuter .lSPager.lSpg > li.active a { border-color:#ff7f26; }
.page .rapid_contact {
  width:100%;
  max-width:500px;
  margin:0 auto;
}
.page .rapid_contact table { width:100%; }
.page .rapid_contact table td { padding:0 0 30px 0; }
.acymailing_modulescale .acymailing_form > p {
  display:block;
  float:left;
  margin:0;
  padding:0;
}
.acymailing_modulescale .acymailing_form .fieldacyemail { width:70%; }
.acymailing_modulescale .acymailing_form .fieldacyemail input {
  width:100% !important;
  height:35px;
  padding:0 15px;
  background-color:transparent;
  border-width:1px;
  -webkit-border-radius:2px 0 0 2px;
  -moz-border-radius:2px 0 0 2px;
  -ms-border-radius:2px 0 0 2px;
  -o-border-radius:2px 0 0 2px;
  border-radius:2px 0 0 2px;
}
.acymailing_modulescale .acymailing_form .acysubbuttons {
  width:30%;
  margin-left:-1px;
}
.acymailing_modulescale .acymailing_form .acysubbuttons input {
  padding:0 !important;
  height:35px;
  line-height:35px;
  width:100%;
  -webkit-border-radius:0 2px 2px 0;
  -moz-border-radius:0 2px 2px 0;
  -ms-border-radius:0 2px 2px 0;
  -o-border-radius:0 2px 2px 0;
  border-radius:0 2px 2px 0;
}
.acymailing_modulescale.big .acymailing_form .fieldacyemail input, .acymailing_modulescale.big .acymailing_form .acysubbuttons input { height:65px; }
.acymailing_modulescale.big .acymailing_form .acysubbuttons input { font-size:13.2px; }
.backstretch { background-color:#585858; }
.typed-cursor {
  opacity:1;
  -webkit-animation:blink 0.7s infinite;
  -moz-animation:blink 0.7s infinite;
  animation:blink 0.7s infinite;
}
@keyframes blink {
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes blink {
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes blink {
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
}
.tsection { position:relative; }
.dark-gray h1, .dark h1, .dark-gray h2, .dark h2, .dark-gray h3, .dark h3, .dark-gray h4, .dark h4, .dark-gray h5, .dark h5, .dark-gray h6, .dark h6 { color:#fff; }
.dark { color:#fff; }
.dark a { color:#fff; }
.dark { background-color:#3f3f3f; }
.dark-gray { background-color:#585858; }
@media (max-width: 768px) {
  #page-a { bottom:0 !important; }
  #page { margin-top:0 !important; }
  .container-fluid { max-width:100% !important; }
  .tcol { margin-bottom:60px; }
  #footer .tcol { margin-bottom:20px; }
  .tcol:last-child, #footer .tcol:last-child { margin-bottom:0; }
  .content-col.left .content-inner { padding-right:0; }
  .content-col.right .content-inner { padding-left:0; }
  .content-col.right:after, .content-col.left:before { display:none; }
  .sidebar-col { margin-top:60px; }
  .items-row {
    width:100%;
    margin-left:0;
  }
  .cols-2 .item, .cols-3 .item, .cols-4 .item, .cols-5 .item {
    width:100%;
    margin:0;
  }
  ul.horizontal.right { text-align:left; }
  ul.horizontal.right li { margin:0 12px 0 0; }
  .multicol-container { width:100% !important; }
  .multicol-item {
    width:100% !important;
    margin-right:0 !important;
  }
  .align-right { float:none; }
  .partners .mb2slider-slide-item > div { border:0; }
}
