@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Lato:300,400,700,400italic);
/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline-offset: -2px;
}

a:hover,
a:active {
  outline: 0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9 ;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
  max-width: none;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

label,
select,
button,
input[type=button],
input[type=reset],
input[type=submit],
input[type=radio],
input[type=checkbox] {
  cursor: pointer;
}

input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]: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;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
body {
  margin: 0;
  font-family: "Lato", arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #000000;
  background-color: #fff;
}

a {
  color: #3aa2bf;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #287084;
  text-decoration: underline;
}

.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

.row {
  margin-left: -10px;
  *zoom: 1;
}
.row:before, .row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}

[class*=span] {
  float: left;
  min-height: 1px;
  margin-left: 10px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 986px;
}

.span1 {
  width: 73px;
}

.span2 {
  width: 156px;
}

.span3 {
  width: 239px;
}

.span4 {
  width: 322px;
}

.span5 {
  width: 405px;
}

.span6 {
  width: 488px;
}

.span7 {
  width: 571px;
}

.span8 {
  width: 654px;
}

.span9 {
  width: 737px;
}

.span10 {
  width: 820px;
}

.span11 {
  width: 903px;
}

.span12 {
  width: 986px;
}

.offset1 {
  margin-left: 93px;
}

.offset2 {
  margin-left: 176px;
}

.offset3 {
  margin-left: 259px;
}

.offset4 {
  margin-left: 342px;
}

.offset5 {
  margin-left: 425px;
}

.offset6 {
  margin-left: 508px;
}

.offset7 {
  margin-left: 591px;
}

.offset8 {
  margin-left: 674px;
}

.offset9 {
  margin-left: 757px;
}

.offset10 {
  margin-left: 840px;
}

.offset11 {
  margin-left: 923px;
}

.offset12 {
  margin-left: 1006px;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*=span] {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 1.014198783%;
  *margin-left: 0.9634888438%;
}
.row-fluid [class*=span]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*=span] + [class*=span] {
  margin-left: 1.014198783%;
}
.row-fluid .span1 {
  width: 7.4036511156%;
  *width: 7.3529411765%;
}
.row-fluid .span2 {
  width: 15.8215010142%;
  *width: 15.7707910751%;
}
.row-fluid .span3 {
  width: 24.2393509128%;
  *width: 24.1886409736%;
}
.row-fluid .span4 {
  width: 32.6572008114%;
  *width: 32.6064908722%;
}
.row-fluid .span5 {
  width: 41.0750507099%;
  *width: 41.0243407708%;
}
.row-fluid .span6 {
  width: 49.4929006085%;
  *width: 49.4421906694%;
}
.row-fluid .span7 {
  width: 57.9107505071%;
  *width: 57.860040568%;
}
.row-fluid .span8 {
  width: 66.3286004057%;
  *width: 66.2778904665%;
}
.row-fluid .span9 {
  width: 74.7464503043%;
  *width: 74.6957403651%;
}
.row-fluid .span10 {
  width: 83.1643002028%;
  *width: 83.1135902637%;
}
.row-fluid .span11 {
  width: 91.5821501014%;
  *width: 91.5314401623%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.9492900609%;
}
.row-fluid .offset1 {
  margin-left: 9.4320486815%;
  *margin-left: 9.3306288032%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.4178498986%;
  *margin-left: 8.3164300203%;
}
.row-fluid .offset2 {
  margin-left: 17.8498985801%;
  *margin-left: 17.7484787018%;
}
.row-fluid .offset2:first-child {
  margin-left: 16.8356997972%;
  *margin-left: 16.7342799189%;
}
.row-fluid .offset3 {
  margin-left: 26.2677484787%;
  *margin-left: 26.1663286004%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.2535496957%;
  *margin-left: 25.1521298174%;
}
.row-fluid .offset4 {
  margin-left: 34.6855983773%;
  *margin-left: 34.584178499%;
}
.row-fluid .offset4:first-child {
  margin-left: 33.6713995943%;
  *margin-left: 33.569979716%;
}
.row-fluid .offset5 {
  margin-left: 43.1034482759%;
  *margin-left: 43.0020283976%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.0892494929%;
  *margin-left: 41.9878296146%;
}
.row-fluid .offset6 {
  margin-left: 51.5212981744%;
  *margin-left: 51.4198782961%;
}
.row-fluid .offset6:first-child {
  margin-left: 50.5070993915%;
  *margin-left: 50.4056795132%;
}
.row-fluid .offset7 {
  margin-left: 59.939148073%;
  *margin-left: 59.8377281947%;
}
.row-fluid .offset7:first-child {
  margin-left: 58.9249492901%;
  *margin-left: 58.8235294118%;
}
.row-fluid .offset8 {
  margin-left: 68.3569979716%;
  *margin-left: 68.2555780933%;
}
.row-fluid .offset8:first-child {
  margin-left: 67.3427991886%;
  *margin-left: 67.2413793103%;
}
.row-fluid .offset9 {
  margin-left: 76.7748478702%;
  *margin-left: 76.6734279919%;
}
.row-fluid .offset9:first-child {
  margin-left: 75.7606490872%;
  *margin-left: 75.6592292089%;
}
.row-fluid .offset10 {
  margin-left: 85.1926977688%;
  *margin-left: 85.0912778905%;
}
.row-fluid .offset10:first-child {
  margin-left: 84.1784989858%;
  *margin-left: 84.0770791075%;
}
.row-fluid .offset11 {
  margin-left: 93.6105476673%;
  *margin-left: 93.509127789%;
}
.row-fluid .offset11:first-child {
  margin-left: 92.5963488844%;
  *margin-left: 92.4949290061%;
}
.row-fluid .offset12 {
  margin-left: 102.0283975659%;
  *margin-left: 101.9269776876%;
}
.row-fluid .offset12:first-child {
  margin-left: 101.014198783%;
  *margin-left: 100.9127789047%;
}

[class*=span].hide,
.row-fluid [class*=span].hide {
  display: none;
}

[class*=span].pull-right,
.row-fluid [class*=span].pull-right {
  float: right;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before, .container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}

.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
  *zoom: 1;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}

p {
  margin: 0 0 9px;
}

.lead {
  margin-bottom: 18px;
  font-size: 19.5px;
  font-weight: 200;
  line-height: 27px;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.muted {
  color: #999;
}

a.muted:hover,
a.muted:focus {
  color: gray;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  margin: 9px 0;
  font-family: inherit;
  font-weight: 300;
  line-height: 18px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}

h1,
h2,
h3 {
  line-height: 36px;
}

h1 {
  font-size: 35.75px;
}

h2 {
  font-size: 29.25px;
}

h3 {
  font-size: 22.75px;
}

h4 {
  font-size: 16.25px;
}

h5 {
  font-size: 13px;
}

h6 {
  font-size: 11.05px;
}

h1 small {
  font-size: 22.75px;
}

h2 small {
  font-size: 16.25px;
}

h3 small {
  font-size: 13px;
}

h4 small {
  font-size: 13px;
}

.page-header {
  padding-bottom: 8px;
  margin: 18px 0 27px;
  border-bottom: 1px solid #eee;
}

ul, ol {
  padding: 0;
  margin: 0 0 9px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 18px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-bottom: 18px;
}

dt,
dd {
  line-height: 18px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 9px;
}

.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before, .dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.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;
}

hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 0 0 0;
  margin: 0 0 18px;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16.25px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 18px;
  color: #999;
}
blockquote small:before {
  content: "— ";
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: "";
}
blockquote.pull-right small:after {
  content: " —";
}

address {
  display: block;
  margin-bottom: 18px;
  font-style: normal;
  line-height: 18px;
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 11px;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}

pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
pre.prettyprint {
  margin-bottom: 18px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

form {
  margin: 0 0 18px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 13.5px;
  color: #999;
}

label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}

input,
button,
select,
textarea {
  font-family: "Lato", arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}

select,
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input {
  display: inline-block;
  height: 18px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  vertical-align: middle;
}

input,
textarea,
.uneditable-input {
  width: 206px;
}

textarea {
  height: auto;
}

textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input {
  background-color: #ededed;
  border: 1px solid #cacaca;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.uneditable-input:focus {
  outline: 0;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9 ;
  /* IE8-9 */
  line-height: normal;
}

input[type=file],
input[type=image],
input[type=submit],
input[type=reset],
input[type=button],
input[type=radio],
input[type=checkbox] {
  width: auto;
}

select,
input[type=file] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 28px;
}

select {
  width: 220px;
  border: 1px solid #cacaca;
  background-color: #ededed;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline-offset: -2px;
}

.uneditable-input,
.uneditable-textarea {
  color: #999;
  background-color: #eaeaea;
  border-color: #cacaca;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

.radio,
.checkbox {
  min-height: 18px;
  padding-left: 20px;
}

.radio input[type=radio],
.checkbox input[type=checkbox] {
  float: left;
  margin-left: -20px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

input[class*=span],
select[class*=span],
textarea[class*=span],
.uneditable-input[class*=span],
.row-fluid input[class*=span],
.row-fluid select[class*=span],
.row-fluid textarea[class*=span],
.row-fluid .uneditable-input[class*=span] {
  float: none;
  margin-left: 0;
}

.input-append input[class*=span],
.input-append .uneditable-input[class*=span],
.input-prepend input[class*=span],
.input-prepend .uneditable-input[class*=span],
.row-fluid input[class*=span],
.row-fluid select[class*=span],
.row-fluid textarea[class*=span],
.row-fluid .uneditable-input[class*=span],
.row-fluid .input-prepend [class*=span],
.row-fluid .input-append [class*=span] {
  display: inline-block;
}

input,
textarea,
.uneditable-input {
  margin-left: 0;
}

.controls-row [class*=span] + [class*=span] {
  margin-left: 10px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 59px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 142px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 225px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 308px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 391px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 474px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 557px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 640px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 723px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 806px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 889px;
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 972px;
}

.controls-row {
  *zoom: 1;
}
.controls-row:before, .controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}

.controls-row [class*=span],
.row-fluid .controls-row [class*=span] {
  float: left;
}

.controls-row .checkbox[class*=span],
.controls-row .radio[class*=span] {
  padding-top: 5px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #eee;
}

input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio][readonly],
input[type=checkbox][readonly] {
  background-color: transparent;
}

.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
}

.form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before, .form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}

.help-block,
.help-inline {
  color: #262626;
}

.help-block {
  display: block;
  margin-bottom: 9px;
}

.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}

.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 9px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append .dropdown-menu,
.input-append .popover,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu,
.input-prepend .popover {
  font-size: 13px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 18px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

input.search-query {
  padding-right: 14px;
  padding-right: 4px \9 ;
  padding-left: 14px;
  padding-left: 4px \9 ;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}

.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type=radio],
.form-search .checkbox input[type=checkbox],
.form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

.control-group {
  margin-bottom: 9px;
}

legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 18px;
  *zoom: 1;
}
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 9px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 18px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

table td[class*=span],
table th[class*=span],
.row-fluid table td[class*=span],
.row-fluid table th[class*=span] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.table td.span1,
.table th.span1 {
  float: none;
  width: 57px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 140px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 223px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 306px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 389px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 472px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 555px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 638px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 721px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 804px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 887px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 970px;
  margin-left: 0;
}

.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}

.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.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;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #fff;
  background-color: #ef492a;
  background-image: -moz-linear-gradient(top, #f05134, #ee3d1c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f05134), to(#ee3d1c));
  background-image: -webkit-linear-gradient(top, #f05134, #ee3d1c);
  background-image: -o-linear-gradient(top, #f05134, #ee3d1c);
  background-image: linear-gradient(to bottom, #f05134, #ee3d1c);
  background-repeat: repeat-x;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #389bb7;
  background-image: -moz-linear-gradient(top, #3aa2bf, #3491ab);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3aa2bf), to(#3491ab));
  background-image: -webkit-linear-gradient(top, #3aa2bf, #3491ab);
  background-image: -o-linear-gradient(top, #3aa2bf, #3491ab);
  background-image: linear-gradient(to bottom, #3aa2bf, #3491ab);
  background-repeat: repeat-x;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}

.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: default;
}

.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}

.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 solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}

.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-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-large {
  padding: 24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.well-small {
  padding: 9px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #3aa2bf;
  background-image: -moz-linear-gradient(top, #3aa2bf, #39a1be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3aa2bf), to(#39a1be));
  background-image: -webkit-linear-gradient(top, #3aa2bf, #39a1be);
  background-image: -o-linear-gradient(top, #3aa2bf, #39a1be);
  background-image: linear-gradient(to bottom, #3aa2bf, #39a1be);
  background-repeat: repeat-x;
  border-color: #39a1be #39a1be #276f83;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #39a1be;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #3993ad;
  *border: 0;
  border-bottom-color: #2c7287;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  *margin-left: 0.3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
  color: #333;
  background-color: #39a1be;
  *background-color: #3390aa;
}
.btn:active, .btn.active {
  background-color: #2d8097 \9 ;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline-offset: -2px;
}
.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled, .btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 16.25px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.btn-large [class^=icon-],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.05px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.btn-small [class^=icon-],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^=icon-],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0px 6px;
  font-size: 9.75px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f05134;
  background-image: -moz-linear-gradient(top, #f05134, #f05134);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f05134), to(#f05134));
  background-image: -webkit-linear-gradient(top, #f05134, #f05134);
  background-image: -o-linear-gradient(top, #f05134, #f05134);
  background-image: linear-gradient(to bottom, #f05134, #f05134);
  background-repeat: repeat-x;
  border-color: #f05134 #f05134 #c92b0f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f05134;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  color: #fff;
  background-color: #f05134;
  *background-color: #ee3d1c;
}
.btn-primary:active, .btn-primary.active {
  background-color: #e03111 \9 ;
}

.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f3765f;
  background-image: -moz-linear-gradient(top, #f58e7b, #f05134);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f58e7b), to(#f05134));
  background-image: -webkit-linear-gradient(top, #f58e7b, #f05134);
  background-image: -o-linear-gradient(top, #f58e7b, #f05134);
  background-image: linear-gradient(to bottom, #f58e7b, #f05134);
  background-repeat: repeat-x;
  border-color: #f05134 #f05134 #c92b0f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f05134;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  color: #fff;
  background-color: #f05134;
  *background-color: #ee3d1c;
}
.btn-warning:active, .btn-warning.active {
  background-color: #e03111 \9 ;
}

.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active, .btn-danger.active {
  background-color: #942a25 \9 ;
}

.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active, .btn-success.active {
  background-color: #408140 \9 ;
}

.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active, .btn-info.active {
  background-color: #24748c \9 ;
}

.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background-image: -webkit-linear-gradient(top, #444, #222);
  background-image: -o-linear-gradient(top, #444, #222);
  background-image: linear-gradient(to bottom, #444, #222);
  background-repeat: repeat-x;
  border-color: #222 #222 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active, .btn-inverse.active {
  background-color: #090909 \9 ;
}

button.btn,
input[type=submit].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type=submit].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type=submit].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type=submit].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #3aa2bf;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
  color: #287084;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333;
  text-decoration: none;
}

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: 0.3em;
}
.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  font-size: 0;
  margin-top: 9px;
  margin-bottom: 9px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 13px;
}

.btn-group > .btn-mini {
  font-size: 9.75px;
}

.btn-group > .btn-small {
  font-size: 11.05px;
}

.btn-group > .btn-large {
  font-size: 16.25px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}

.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #39a1be;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #f05134;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f05134;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}

.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

.btn-large .caret {
  margin-top: 6px;
}

.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}

.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}

.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}

.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}

.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}

.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.nav {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
}

.nav > li > a {
  display: block;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}

.nav > li > a > img {
  max-width: none;
}

.nav > .pull-right {
  float: right;
}

.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.nav li + .nav-header {
  margin-top: 9px;
}

.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a {
  padding: 3px 15px;
}

.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #3aa2bf;
}

.nav-list [class^=icon-],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}

.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before, .nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

.nav-tabs > li,
.nav-pills > li {
  float: left;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 18px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  border-color: #eee #eee #ddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #fff;
  background-color: #3aa2bf;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li > a {
  margin-right: 0;
}

.nav-tabs.nav-stacked {
  border-bottom: 0;
}

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.nav .dropdown-toggle .caret {
  border-top-color: #3aa2bf;
  border-bottom-color: #3aa2bf;
  margin-top: 6px;
}

.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #287084;
  border-bottom-color: #287084;
}

/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #fff;
  background-color: #999;
  border-color: #999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999;
}

.tabbable {
  *zoom: 1;
}
.tabbable:before, .tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}

.tab-content {
  overflow: auto;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eee #ddd #eee #eee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee #eee #eee #ddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}

.nav > .disabled > a {
  color: #999;
}

.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}

.navbar {
  overflow: visible;
  margin-bottom: 18px;
  *position: relative;
  *z-index: 2;
}

.navbar-inner {
  min-height: 38px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
.navbar-inner:before, .navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}

.navbar .container {
  width: auto;
}

.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #fff;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover, .navbar .brand:focus {
  text-decoration: none;
}

.navbar-text {
  margin-bottom: 0;
  line-height: 38px;
  color: #fff;
}

.navbar-link {
  color: #fff;
}
.navbar-link:hover, .navbar-link:focus {
  color: #fff;
}

.navbar .divider-vertical {
  height: 38px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}

.navbar .btn,
.navbar .btn-group {
  margin-top: 4px;
}

.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}

.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before, .navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 4px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type=image],
.navbar-form input[type=checkbox],
.navbar-form input[type=radio] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

.navbar-search {
  position: relative;
  float: left;
  margin-top: 4px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Lato", arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 986px;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

.navbar .nav > li {
  float: left;
}

.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: #f05134;
  color: #fff;
  text-decoration: none;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #fff;
  text-decoration: none;
  cursor: default;
  background-color: #f05134;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -o-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: linear-gradient(to bottom, #f2f2f2, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.navbar .btn-navbar:active, .navbar .btn-navbar.active {
  background-color: #cccccc \9 ;
}

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

.navbar .nav > li > .dropdown-menu:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 10px;
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}

.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #f05134;
  color: #fff;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover, .navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .nav > li > a:focus {
  color: #fff;
}
.navbar-inverse .brand {
  color: #999;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #fff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover, .navbar-inverse .navbar-link:focus {
  color: #fff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #fff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #fff;
  color: #fff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-search .search-query {
  color: #fff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  border-color: #040404 #040404 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #040404;
  *background-color: black;
}
.navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active {
  background-color: black \9 ;
}

.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 18px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 #fff;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb .active {
  color: #999;
}

.pagination {
  margin: 18px 0;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 18px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999;
  background-color: transparent;
  cursor: default;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 16.25px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
}
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.05px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0px 6px;
  font-size: 9.75px;
}

.pager {
  margin: 18px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before, .pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.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: #999;
  background-color: #fff;
  cursor: default;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
  margin-right: -10px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.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;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.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: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.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: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.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;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}

.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: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.thumbnails {
  margin-left: -10px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before, .thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}

.row-fluid .thumbnails {
  margin-left: 0;
}

.thumbnails > li {
  float: left;
  margin-bottom: 18px;
  margin-left: 10px;
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 18px;
  border: 1px solid #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #3aa2bf;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #555;
}

.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  margin-left: 0;
  list-style: none;
}

.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 10.998px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999;
}

.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

.label:empty,
.badge:empty {
  display: none;
}

a.label:hover, a.label:focus, a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-important {
  background-color: #b94a48;
}

.label-important[href] {
  background-color: #953b39;
}

.label-warning {
  background-color: #f05134;
}

.label-warning[href] {
  background-color: #e03111;
}

.label-success {
  background-color: #468847;
}

.label-success[href] {
  background-color: #356635;
}

.label-info {
  background-color: #3a87ad;
}

.label-info[href] {
  background-color: #2d6987;
}

.label-inverse {
  background-color: #333;
}

.label-inverse[href] {
  background-color: #1a1a1a;
}

.badge-important {
  background-color: #b94a48;
}

.badge-important[href] {
  background-color: #953b39;
}

.badge-warning {
  background-color: #f05134;
}

.badge-warning[href] {
  background-color: #e03111;
}

.badge-success {
  background-color: #468847;
}

.badge-success[href] {
  background-color: #356635;
}

.badge-info {
  background-color: #3a87ad;
}

.badge-info[href] {
  background-color: #2d6987;
}

.badge-inverse {
  background-color: #333;
}

.badge-inverse[href] {
  background-color: #1a1a1a;
}

.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

.btn-mini .label,
.btn-mini .badge {
  top: 0;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.progress .bar {
  width: 0%;
  height: 100%;
  color: #fff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-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-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar, .progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
}

.progress-danger.progress-striped .bar, .progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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-success .bar, .progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
}

.progress-success.progress-striped .bar, .progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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-info .bar, .progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
}

.progress-info.progress-striped .bar, .progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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-warning .bar, .progress .bar-warning {
  background-color: #f3765f;
  background-image: -moz-linear-gradient(top, #f58e7b, #f05134);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f58e7b), to(#f05134));
  background-image: -webkit-linear-gradient(top, #f58e7b, #f05134);
  background-image: -o-linear-gradient(top, #f58e7b, #f05134);
  background-image: linear-gradient(to bottom, #f58e7b, #f05134);
  background-repeat: repeat-x;
}

.progress-warning.progress-striped .bar, .progress-striped .bar-warning {
  background-color: #f58e7b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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);
}

.accordion {
  margin-bottom: 18px;
}

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.carousel {
  position: relative;
  margin-bottom: 18px;
  line-height: 1;
}

.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-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 {
  display: block;
  line-height: 1;
}
.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: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #222;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  color: #fff;
  line-height: 18px;
}

.carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin-bottom: 0;
}

.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
  color: inherit;
  background-color: #eee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit li {
  line-height: 27px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.hidden {
  display: none;
  visibility: hidden;
}

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }

  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }

  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }

  [class*=span] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }

  .container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 1170px;
  }

  .span1 {
    width: 70px;
  }

  .span2 {
    width: 170px;
  }

  .span3 {
    width: 270px;
  }

  .span4 {
    width: 370px;
  }

  .span5 {
    width: 470px;
  }

  .span6 {
    width: 570px;
  }

  .span7 {
    width: 670px;
  }

  .span8 {
    width: 770px;
  }

  .span9 {
    width: 870px;
  }

  .span10 {
    width: 970px;
  }

  .span11 {
    width: 1070px;
  }

  .span12 {
    width: 1170px;
  }

  .offset1 {
    margin-left: 130px;
  }

  .offset2 {
    margin-left: 230px;
  }

  .offset3 {
    margin-left: 330px;
  }

  .offset4 {
    margin-left: 430px;
  }

  .offset5 {
    margin-left: 530px;
  }

  .offset6 {
    margin-left: 630px;
  }

  .offset7 {
    margin-left: 730px;
  }

  .offset8 {
    margin-left: 830px;
  }

  .offset9 {
    margin-left: 930px;
  }

  .offset10 {
    margin-left: 1030px;
  }

  .offset11 {
    margin-left: 1130px;
  }

  .offset12 {
    margin-left: 1230px;
  }

  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*=span] {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.5641025641%;
    *margin-left: 2.513392625%;
  }
  .row-fluid [class*=span]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*=span] + [class*=span] {
    margin-left: 2.5641025641%;
  }
  .row-fluid .span1 {
    width: 5.9829059829%;
    *width: 5.9321960438%;
  }
  .row-fluid .span2 {
    width: 14.5299145299%;
    *width: 14.4792045908%;
  }
  .row-fluid .span3 {
    width: 23.0769230769%;
    *width: 23.0262131378%;
  }
  .row-fluid .span4 {
    width: 31.6239316239%;
    *width: 31.5732216848%;
  }
  .row-fluid .span5 {
    width: 40.1709401709%;
    *width: 40.1202302318%;
  }
  .row-fluid .span6 {
    width: 48.7179487179%;
    *width: 48.6672387788%;
  }
  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2142473258%;
  }
  .row-fluid .span8 {
    width: 65.811965812%;
    *width: 65.7612558728%;
  }
  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.3082644198%;
  }
  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8552729668%;
  }
  .row-fluid .span11 {
    width: 91.452991453%;
    *width: 91.4022815138%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.9492900609%;
  }
  .row-fluid .offset1 {
    margin-left: 11.1111111111%;
    *margin-left: 11.0096912328%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547%;
    *margin-left: 8.4455886687%;
  }
  .row-fluid .offset2 {
    margin-left: 19.6581196581%;
    *margin-left: 19.5566997798%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094%;
    *margin-left: 16.9925972157%;
  }
  .row-fluid .offset3 {
    margin-left: 28.2051282051%;
    *margin-left: 28.1037083268%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641%;
    *margin-left: 25.5396057627%;
  }
  .row-fluid .offset4 {
    margin-left: 36.7521367521%;
    *margin-left: 36.6507168738%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.188034188%;
    *margin-left: 34.0866143097%;
  }
  .row-fluid .offset5 {
    margin-left: 45.2991452991%;
    *margin-left: 45.1977254208%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.735042735%;
    *margin-left: 42.6336228567%;
  }
  .row-fluid .offset6 {
    margin-left: 53.8461538462%;
    *margin-left: 53.7447339679%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.2820512821%;
    *margin-left: 51.1806314038%;
  }
  .row-fluid .offset7 {
    margin-left: 62.3931623932%;
    *margin-left: 62.2917425149%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.8290598291%;
    *margin-left: 59.7276399508%;
  }
  .row-fluid .offset8 {
    margin-left: 70.9401709402%;
    *margin-left: 70.8387510619%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.3760683761%;
    *margin-left: 68.2746484978%;
  }
  .row-fluid .offset9 {
    margin-left: 79.4871794872%;
    *margin-left: 79.3857596089%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.9230769231%;
    *margin-left: 76.8216570448%;
  }
  .row-fluid .offset10 {
    margin-left: 88.0341880342%;
    *margin-left: 87.9327681559%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.4700854701%;
    *margin-left: 85.3686655918%;
  }
  .row-fluid .offset11 {
    margin-left: 96.5811965812%;
    *margin-left: 96.4797767029%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.0170940171%;
    *margin-left: 93.9156741388%;
  }
  .row-fluid .offset12 {
    margin-left: 105.1282051282%;
    *margin-left: 105.0267852499%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.5641025641%;
    *margin-left: 102.4626826858%;
  }

  input,
textarea,
.uneditable-input {
    margin-left: 0;
  }

  .controls-row [class*=span] + [class*=span] {
    margin-left: 30px;
  }

  input.span1,
textarea.span1,
.uneditable-input.span1 {
    width: 56px;
  }

  input.span2,
textarea.span2,
.uneditable-input.span2 {
    width: 156px;
  }

  input.span3,
textarea.span3,
.uneditable-input.span3 {
    width: 256px;
  }

  input.span4,
textarea.span4,
.uneditable-input.span4 {
    width: 356px;
  }

  input.span5,
textarea.span5,
.uneditable-input.span5 {
    width: 456px;
  }

  input.span6,
textarea.span6,
.uneditable-input.span6 {
    width: 556px;
  }

  input.span7,
textarea.span7,
.uneditable-input.span7 {
    width: 656px;
  }

  input.span8,
textarea.span8,
.uneditable-input.span8 {
    width: 756px;
  }

  input.span9,
textarea.span9,
.uneditable-input.span9 {
    width: 856px;
  }

  input.span10,
textarea.span10,
.uneditable-input.span10 {
    width: 956px;
  }

  input.span11,
textarea.span11,
.uneditable-input.span11 {
    width: 1056px;
  }

  input.span12,
textarea.span12,
.uneditable-input.span12 {
    width: 1156px;
  }

  .thumbnails {
    margin-left: -30px;
  }

  .thumbnails > li {
    margin-left: 30px;
  }

  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }

  [class*=span] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }

  .container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 724px;
  }

  .span1 {
    width: 42px;
  }

  .span2 {
    width: 104px;
  }

  .span3 {
    width: 166px;
  }

  .span4 {
    width: 228px;
  }

  .span5 {
    width: 290px;
  }

  .span6 {
    width: 352px;
  }

  .span7 {
    width: 414px;
  }

  .span8 {
    width: 476px;
  }

  .span9 {
    width: 538px;
  }

  .span10 {
    width: 600px;
  }

  .span11 {
    width: 662px;
  }

  .span12 {
    width: 724px;
  }

  .offset1 {
    margin-left: 82px;
  }

  .offset2 {
    margin-left: 144px;
  }

  .offset3 {
    margin-left: 206px;
  }

  .offset4 {
    margin-left: 268px;
  }

  .offset5 {
    margin-left: 330px;
  }

  .offset6 {
    margin-left: 392px;
  }

  .offset7 {
    margin-left: 454px;
  }

  .offset8 {
    margin-left: 516px;
  }

  .offset9 {
    margin-left: 578px;
  }

  .offset10 {
    margin-left: 640px;
  }

  .offset11 {
    margin-left: 702px;
  }

  .offset12 {
    margin-left: 764px;
  }

  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*=span] {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392%;
    *margin-left: 2.7117210001%;
  }
  .row-fluid [class*=span]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*=span] + [class*=span] {
    margin-left: 2.7624309392%;
  }
  .row-fluid .span1 {
    width: 5.8011049724%;
    *width: 5.7503950332%;
  }
  .row-fluid .span2 {
    width: 14.364640884%;
    *width: 14.3139309448%;
  }
  .row-fluid .span3 {
    width: 22.9281767956%;
    *width: 22.8774668564%;
  }
  .row-fluid .span4 {
    width: 31.4917127072%;
    *width: 31.441002768%;
  }
  .row-fluid .span5 {
    width: 40.0552486188%;
    *width: 40.0045386796%;
  }
  .row-fluid .span6 {
    width: 48.6187845304%;
    *width: 48.5680745912%;
  }
  .row-fluid .span7 {
    width: 57.182320442%;
    *width: 57.1316105028%;
  }
  .row-fluid .span8 {
    width: 65.7458563536%;
    *width: 65.6951464144%;
  }
  .row-fluid .span9 {
    width: 74.3093922652%;
    *width: 74.258682326%;
  }
  .row-fluid .span10 {
    width: 82.8729281768%;
    *width: 82.8222182376%;
  }
  .row-fluid .span11 {
    width: 91.4364640884%;
    *width: 91.3857541492%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.9492900609%;
  }
  .row-fluid .offset1 {
    margin-left: 11.3259668508%;
    *margin-left: 11.2245469725%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.5635359116%;
    *margin-left: 8.4621160333%;
  }
  .row-fluid .offset2 {
    margin-left: 19.8895027624%;
    *margin-left: 19.7880828841%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.1270718232%;
    *margin-left: 17.0256519449%;
  }
  .row-fluid .offset3 {
    margin-left: 28.453038674%;
    *margin-left: 28.3516187957%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.6906077348%;
    *margin-left: 25.5891878565%;
  }
  .row-fluid .offset4 {
    margin-left: 37.0165745856%;
    *margin-left: 36.9151547073%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.2541436464%;
    *margin-left: 34.1527237681%;
  }
  .row-fluid .offset5 {
    margin-left: 45.5801104972%;
    *margin-left: 45.4786906189%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.817679558%;
    *margin-left: 42.7162596797%;
  }
  .row-fluid .offset6 {
    margin-left: 54.1436464088%;
    *margin-left: 54.0422265305%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.3812154696%;
    *margin-left: 51.2797955913%;
  }
  .row-fluid .offset7 {
    margin-left: 62.7071823204%;
    *margin-left: 62.6057624421%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.9447513812%;
    *margin-left: 59.8433315029%;
  }
  .row-fluid .offset8 {
    margin-left: 71.270718232%;
    *margin-left: 71.1692983537%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.5082872928%;
    *margin-left: 68.4068674145%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436%;
    *margin-left: 79.7328342654%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.0718232044%;
    *margin-left: 76.9704033261%;
  }
  .row-fluid .offset10 {
    margin-left: 88.3977900552%;
    *margin-left: 88.296370177%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.635359116%;
    *margin-left: 85.5339392377%;
  }
  .row-fluid .offset11 {
    margin-left: 96.9613259669%;
    *margin-left: 96.8599060886%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276%;
    *margin-left: 94.0974751493%;
  }
  .row-fluid .offset12 {
    margin-left: 105.5248618785%;
    *margin-left: 105.4234420002%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.7624309392%;
    *margin-left: 102.6610110609%;
  }

  input,
textarea,
.uneditable-input {
    margin-left: 0;
  }

  .controls-row [class*=span] + [class*=span] {
    margin-left: 20px;
  }

  input.span1,
textarea.span1,
.uneditable-input.span1 {
    width: 28px;
  }

  input.span2,
textarea.span2,
.uneditable-input.span2 {
    width: 90px;
  }

  input.span3,
textarea.span3,
.uneditable-input.span3 {
    width: 152px;
  }

  input.span4,
textarea.span4,
.uneditable-input.span4 {
    width: 214px;
  }

  input.span5,
textarea.span5,
.uneditable-input.span5 {
    width: 276px;
  }

  input.span6,
textarea.span6,
.uneditable-input.span6 {
    width: 338px;
  }

  input.span7,
textarea.span7,
.uneditable-input.span7 {
    width: 400px;
  }

  input.span8,
textarea.span8,
.uneditable-input.span8 {
    width: 462px;
  }

  input.span9,
textarea.span9,
.uneditable-input.span9 {
    width: 524px;
  }

  input.span10,
textarea.span10,
.uneditable-input.span10 {
    width: 586px;
  }

  input.span11,
textarea.span11,
.uneditable-input.span11 {
    width: 648px;
  }

  input.span12,
textarea.span12,
.uneditable-input.span12 {
    width: 710px;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-fixed-top,
.navbar-fixed-bottom,
.navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }

  .container-fluid {
    padding: 0;
  }

  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }

  .container {
    width: auto;
  }

  .row-fluid {
    width: 100%;
  }

  .row,
.thumbnails {
    margin-left: 0;
  }

  .thumbnails > li {
    float: none;
    margin-left: 0;
  }

  [class*=span],
.row-fluid [class*=span] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .span12,
.row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .input-large,
.input-xlarge,
.input-xxlarge,
input[class*=span],
select[class*=span],
textarea[class*=span],
.uneditable-input {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .input-prepend input,
.input-append input,
.input-prepend input[class*=span],
.input-append input[class*=span] {
    display: inline-block;
    width: auto;
  }

  .controls-row [class*=span] + [class*=span] {
    margin-left: 0;
  }

  .modal {
    position: fixed;
    top: 10%;
    right: 20px;
    left: 20px;
    width: auto;
    margin: 0;
  }

  .modal.fade {
    top: -100px;
  }

  .modal.fade.in {
    top: 10%;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }

  .page-header h1 small {
    display: block;
    line-height: 18px;
  }

  input[type=checkbox],
input[type=radio] {
    border: 1px solid #ccc;
  }

  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }

  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }

  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }

  .carousel-caption {
    position: static;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }

  .navbar-fixed-top,
.navbar-fixed-bottom {
    position: static;
  }

  .navbar-fixed-top {
    margin-bottom: 18px;
  }

  .navbar-fixed-bottom {
    margin-top: 18px;
  }

  .navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }

  .navbar .container {
    width: auto;
    padding: 0;
  }

  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }

  .nav-collapse {
    clear: both;
  }

  .nav-collapse .nav {
    float: none;
    margin: 0 0 9px;
  }

  .nav-collapse .nav > li {
    float: none;
  }

  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }

  .nav-collapse .nav > .divider-vertical {
    display: none;
  }

  .nav-collapse .nav .nav-header {
    color: #fff;
    text-shadow: none;
  }

  .nav-collapse .nav > li > a,
.nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }

  .nav-collapse .nav > li > a:hover,
.nav-collapse .dropdown-menu a:hover {
    background-color: #f2f2f2;
  }

  .navbar-inverse .nav-collapse .nav > li > a:hover,
.navbar-inverse .nav-collapse .dropdown-menu a:hover {
    background-color: #111111;
  }

  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }

  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: block;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .nav-collapse .dropdown-menu:before,
.nav-collapse .dropdown-menu:after {
    display: none;
  }

  .nav-collapse .dropdown-menu .divider {
    display: none;
  }

  .nav-collapse .nav > li > .dropdown-menu:before, .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }

  .nav-collapse .navbar-form,
.nav-collapse .navbar-search {
    float: none;
    padding: 9px 15px;
    margin: 9px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-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);
  }

  .navbar-inverse .nav-collapse .navbar-form,
.navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }

  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }

  .nav-collapse,
.nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }

  .navbar .btn-navbar {
    display: block;
  }

  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
.date {
  Background-image: url(/content/images/icons/calicon.png);
  background-repeat: no-repeat;
  background-position: right -3px;
}

.datepicker {
  padding: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  direction: ltr;
  /*.dow {
  	border-top: 1px solid #ddd !important;
  }*/
}

.datepicker-inline {
  width: 220px;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}

.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days, .datepicker.months div.datepicker-months, .datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td, .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
}

.datepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old, .datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a", endColorstr="#fdf59a", GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a", endColorstr="#fdf59a", GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today.disabled {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a", endColorstr="#fdf59a", GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a", endColorstr="#fdf59a", GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active {
  background-color: #fdf59a;
}
.datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active {
  background-color: #fdf59a;
}
.datepicker table tr td.today.active, .datepicker table tr td.today:hover.active {
  background-color: #fdf59a;
}
.datepicker table tr td.today.disabled {
  background-color: #fdf59a;
}
.datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active {
  background-color: #fdf59a;
}
.datepicker table tr td.today:hover.disabled {
  background-color: #fdf59a;
}
.datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:hover.disabled {
  background-color: #fdf59a;
}
.datepicker table tr td.today[disabled], .datepicker table tr td.today:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active, .datepicker table tr td.today:hover:active {
  background-color: #fbf069 \9 ;
}
.datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active {
  background-color: #fbf069 \9 ;
}
.datepicker table tr td.today.active, .datepicker table tr td.today:hover.active {
  background-color: #fbf069 \9 ;
}
.datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9 ;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range:hover {
  background: #eeeeee;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.datepicker table tr td.range.disabled {
  background: #eeeeee;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.datepicker table tr td.range.today {
  background-color: #f05134;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3c17a", endColorstr="#f3e97a", GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.datepicker table tr td.range.today:hover {
  background-color: #f05134;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.datepicker table tr td.range.today.disabled {
  background-color: #f05134;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3c17a", endColorstr="#f3e97a", GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f05134;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3c17a", endColorstr="#f3e97a", GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today.disabled {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:hover.disabled {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:hover.disabled {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today[disabled], .datepicker table tr td.range.today:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active {
  background-color: #efe24b \9 ;
}
.datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active {
  background-color: #efe24b \9 ;
}
.datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active {
  background-color: #efe24b \9 ;
}
.datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9 ;
}
.datepicker table tr td.selected {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, gray);
  background-image: -ms-linear-gradient(top, #b3b3b3, gray);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(gray));
  background-image: -webkit-linear-gradient(top, #b3b3b3, gray);
  background-image: -o-linear-gradient(top, #b3b3b3, gray);
  background-image: linear-gradient(top, #b3b3b3, gray);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3b3b3", endColorstr="#808080", GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, gray);
  background-image: -ms-linear-gradient(top, #b3b3b3, gray);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(gray));
  background-image: -webkit-linear-gradient(top, #b3b3b3, gray);
  background-image: -o-linear-gradient(top, #b3b3b3, gray);
  background-image: linear-gradient(top, #b3b3b3, gray);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3b3b3", endColorstr="#808080", GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected.disabled {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, gray);
  background-image: -ms-linear-gradient(top, #b3b3b3, gray);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(gray));
  background-image: -webkit-linear-gradient(top, #b3b3b3, gray);
  background-image: -o-linear-gradient(top, #b3b3b3, gray);
  background-image: linear-gradient(top, #b3b3b3, gray);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3b3b3", endColorstr="#808080", GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, gray);
  background-image: -ms-linear-gradient(top, #b3b3b3, gray);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(gray));
  background-image: -webkit-linear-gradient(top, #b3b3b3, gray);
  background-image: -o-linear-gradient(top, #b3b3b3, gray);
  background-image: linear-gradient(top, #b3b3b3, gray);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3b3b3", endColorstr="#808080", GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active {
  background-color: #808080;
}
.datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active {
  background-color: #808080;
}
.datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active {
  background-color: #808080;
}
.datepicker table tr td.selected.disabled {
  background-color: #808080;
}
.datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active {
  background-color: #808080;
}
.datepicker table tr td.selected:hover.disabled {
  background-color: #808080;
}
.datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:hover.disabled {
  background-color: #808080;
}
.datepicker table tr td.selected[disabled], .datepicker table tr td.selected:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.active {
  background-color: #f05134;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active.disabled {
  background-color: #f47a63;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active {
  background-color: #f05134;
}
.datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active {
  background-color: #f05134;
}
.datepicker table tr td.active.active, .datepicker table tr td.active:hover.active {
  background-color: #f05134;
}
.datepicker table tr td.active.disabled {
  background-color: #f05134;
}
.datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active {
  background-color: #f05134;
}
.datepicker table tr td.active:hover.disabled {
  background-color: #f05134;
}
.datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled {
  background-color: #f05134;
}
.datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled] {
  background-color: #f05134;
}
.datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #f05134;
}
.datepicker table tr td.active:active, .datepicker table tr td.active:hover:active {
  background-color: #003399 \9 ;
}
.datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active {
  background-color: #003399 \9 ;
}
.datepicker table tr td.active.active, .datepicker table tr td.active:hover.active {
  background-color: #003399 \9 ;
}
.datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9 ;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active {
  background-color: #f05134;
  border-color: #f05134 #f05134;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover {
  background-color: darken #f05134, 10%;
}
.datepicker table tr td span.active.disabled {
  background-color: #006dcc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active {
  background-color: #f05134;
}
.datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active {
  background-color: #f05134;
}
.datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active {
  background-color: #f05134;
}
.datepicker table tr td span.active.disabled {
  background-color: #f05134;
}
.datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active {
  background-color: #f05134;
}
.datepicker table tr td span.active:hover.disabled {
  background-color: #f05134;
}
.datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled {
  background-color: #f05134;
}
.datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled] {
  background-color: #f05134;
}
.datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #f05134;
}
.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active {
  background-color: #003399 \9 ;
}
.datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active {
  background-color: #003399 \9 ;
}
.datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active {
  background-color: #003399 \9 ;
}
.datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9 ;
}
.datepicker table tr td span.old, .datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th, .datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

#DateErrorContainer {
  display: none;
}

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("/content/font//fontawesome-webfont.eot?v=4.2.0");
  src: url("/content/font//fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("/content/font//fontawesome-webfont.woff?v=4.2.0") format("woff"), url("/content/font//fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("/content/font//fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  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;
}

/* makes the font 33% larger relative to the icon container */
.icon-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.icon-2x {
  font-size: 2em;
}

.icon-3x {
  font-size: 3em;
}

.icon-4x {
  font-size: 4em;
}

.icon-5x {
  font-size: 5em;
}

.icon-fw {
  width: 1.2857142857em;
  text-align: center;
}

.icon-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.icon-ul > li {
  position: relative;
}

.icon-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.icon-li.icon-lg {
  left: -1.8571428571em;
}

.icon-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.icon.pull-left {
  margin-right: 0.3em;
}
.icon.pull-right {
  margin-left: 0.3em;
}

.icon-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.icon-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.icon-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .icon-rotate-90,
:root .icon-rotate-180,
:root .icon-rotate-270,
:root .icon-flip-horizontal,
:root .icon-flip-vertical {
  filter: none;
}

.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.icon-stack-1x, .icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.icon-stack-1x {
  line-height: inherit;
}

.icon-stack-2x {
  font-size: 2em;
}

.icon-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "";
}

.icon-music:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-envelope-o:before {
  content: "";
}

.icon-heart:before {
  content: "";
}

.icon-star:before {
  content: "";
}

.icon-star-o:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-film:before {
  content: "";
}

.icon-th-large:before {
  content: "";
}

.icon-th:before {
  content: "";
}

.icon-th-list:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-remove:before,
.icon-close:before,
.icon-times:before {
  content: "";
}

.icon-search-plus:before {
  content: "";
}

.icon-search-minus:before {
  content: "";
}

.icon-power-off:before {
  content: "";
}

.icon-signal:before {
  content: "";
}

.icon-gear:before,
.icon-cog:before {
  content: "";
}

.icon-trash-o:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-file-o:before {
  content: "";
}

.icon-clock-o:before {
  content: "";
}

.icon-road:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-arrow-circle-o-down:before {
  content: "";
}

.icon-arrow-circle-o-up:before {
  content: "";
}

.icon-inbox:before {
  content: "";
}

.icon-play-circle-o:before {
  content: "";
}

.icon-rotate-right:before,
.icon-repeat:before {
  content: "";
}

.icon-refresh:before {
  content: "";
}

.icon-list-alt:before {
  content: "";
}

.icon-lock:before {
  content: "";
}

.icon-flag:before {
  content: "";
}

.icon-headphones:before {
  content: "";
}

.icon-volume-off:before {
  content: "";
}

.icon-volume-down:before {
  content: "";
}

.icon-volume-up:before {
  content: "";
}

.icon-qrcode:before {
  content: "";
}

.icon-barcode:before {
  content: "";
}

.icon-tag:before {
  content: "";
}

.icon-tags:before {
  content: "";
}

.icon-book:before {
  content: "";
}

.icon-bookmark:before {
  content: "";
}

.icon-print:before {
  content: "";
}

.icon-camera:before {
  content: "";
}

.icon-font:before {
  content: "";
}

.icon-bold:before {
  content: "";
}

.icon-italic:before {
  content: "";
}

.icon-text-height:before {
  content: "";
}

.icon-text-width:before {
  content: "";
}

.icon-align-left:before {
  content: "";
}

.icon-align-center:before {
  content: "";
}

.icon-align-right:before {
  content: "";
}

.icon-align-justify:before {
  content: "";
}

.icon-list:before {
  content: "";
}

.icon-dedent:before,
.icon-outdent:before {
  content: "";
}

.icon-indent:before {
  content: "";
}

.icon-video-camera:before {
  content: "";
}

.icon-photo:before,
.icon-image:before,
.icon-picture-o:before {
  content: "";
}

.icon-pencil:before {
  content: "";
}

.icon-map-marker:before {
  content: "";
}

.icon-adjust:before {
  content: "";
}

.icon-tint:before {
  content: "";
}

.icon-edit:before,
.icon-pencil-square-o:before {
  content: "";
}

.icon-share-square-o:before {
  content: "";
}

.icon-check-square-o:before {
  content: "";
}

.icon-arrows:before {
  content: "";
}

.icon-step-backward:before {
  content: "";
}

.icon-fast-backward:before {
  content: "";
}

.icon-backward:before {
  content: "";
}

.icon-play:before {
  content: "";
}

.icon-pause:before {
  content: "";
}

.icon-stop:before {
  content: "";
}

.icon-forward:before {
  content: "";
}

.icon-fast-forward:before {
  content: "";
}

.icon-step-forward:before {
  content: "";
}

.icon-eject:before {
  content: "";
}

.icon-chevron-left:before {
  content: "";
}

.icon-chevron-right:before {
  content: "";
}

.icon-plus-circle:before {
  content: "";
}

.icon-minus-circle:before {
  content: "";
}

.icon-times-circle:before {
  content: "";
}

.icon-check-circle:before {
  content: "";
}

.icon-question-circle:before {
  content: "";
}

.icon-info-circle:before {
  content: "";
}

.icon-crosshairs:before {
  content: "";
}

.icon-times-circle-o:before {
  content: "";
}

.icon-check-circle-o:before {
  content: "";
}

.icon-ban:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-arrow-up:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-mail-forward:before,
.icon-share:before {
  content: "";
}

.icon-expand:before {
  content: "";
}

.icon-compress:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-asterisk:before {
  content: "";
}

.icon-exclamation-circle:before {
  content: "";
}

.icon-gift:before {
  content: "";
}

.icon-leaf:before {
  content: "";
}

.icon-fire:before {
  content: "";
}

.icon-eye:before {
  content: "";
}

.icon-eye-slash:before {
  content: "";
}

.icon-warning:before,
.icon-exclamation-triangle:before {
  content: "";
}

.icon-plane:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-random:before {
  content: "";
}

.icon-comment:before {
  content: "";
}

.icon-magnet:before {
  content: "";
}

.icon-chevron-up:before {
  content: "";
}

.icon-chevron-down:before {
  content: "";
}

.icon-retweet:before {
  content: "";
}

.icon-shopping-cart:before {
  content: "";
}

.icon-folder:before {
  content: "";
}

.icon-folder-open:before {
  content: "";
}

.icon-arrows-v:before {
  content: "";
}

.icon-arrows-h:before {
  content: "";
}

.icon-bar-chart-o:before,
.icon-bar-chart:before {
  content: "";
}

.icon-twitter-square:before {
  content: "";
}

.icon-facebook-square:before {
  content: "";
}

.icon-camera-retro:before {
  content: "";
}

.icon-key:before {
  content: "";
}

.icon-gears:before,
.icon-cogs:before {
  content: "";
}

.icon-comments:before {
  content: "";
}

.icon-thumbs-o-up:before {
  content: "";
}

.icon-thumbs-o-down:before {
  content: "";
}

.icon-star-half:before {
  content: "";
}

.icon-heart-o:before {
  content: "";
}

.icon-sign-out:before {
  content: "";
}

.icon-linkedin-square:before {
  content: "";
}

.icon-thumb-tack:before {
  content: "";
}

.icon-external-link:before {
  content: "";
}

.icon-sign-in:before {
  content: "";
}

.icon-trophy:before {
  content: "";
}

.icon-github-square:before {
  content: "";
}

.icon-upload:before {
  content: "";
}

.icon-lemon-o:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-square-o:before {
  content: "";
}

.icon-bookmark-o:before {
  content: "";
}

.icon-phone-square:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-github:before {
  content: "";
}

.icon-unlock:before {
  content: "";
}

.icon-credit-card:before {
  content: "";
}

.icon-rss:before {
  content: "";
}

.icon-hdd-o:before {
  content: "";
}

.icon-bullhorn:before {
  content: "";
}

.icon-bell:before {
  content: "";
}

.icon-certificate:before {
  content: "";
}

.icon-hand-o-right:before {
  content: "";
}

.icon-hand-o-left:before {
  content: "";
}

.icon-hand-o-up:before {
  content: "";
}

.icon-hand-o-down:before {
  content: "";
}

.icon-arrow-circle-left:before {
  content: "";
}

.icon-arrow-circle-right:before {
  content: "";
}

.icon-arrow-circle-up:before {
  content: "";
}

.icon-arrow-circle-down:before {
  content: "";
}

.icon-globe:before {
  content: "";
}

.icon-wrench:before {
  content: "";
}

.icon-tasks:before {
  content: "";
}

.icon-filter:before {
  content: "";
}

.icon-briefcase:before {
  content: "";
}

.icon-arrows-alt:before {
  content: "";
}

.icon-group:before,
.icon-users:before {
  content: "";
}

.icon-chain:before,
.icon-link:before {
  content: "";
}

.icon-cloud:before {
  content: "";
}

.icon-flask:before {
  content: "";
}

.icon-cut:before,
.icon-scissors:before {
  content: "";
}

.icon-copy:before,
.icon-files-o:before {
  content: "";
}

.icon-paperclip:before {
  content: "";
}

.icon-save:before,
.icon-floppy-o:before {
  content: "";
}

.icon-square:before {
  content: "";
}

.icon-navicon:before,
.icon-reorder:before,
.icon-bars:before {
  content: "";
}

.icon-list-ul:before {
  content: "";
}

.icon-list-ol:before {
  content: "";
}

.icon-strikethrough:before {
  content: "";
}

.icon-underline:before {
  content: "";
}

.icon-table:before {
  content: "";
}

.icon-magic:before {
  content: "";
}

.icon-truck:before {
  content: "";
}

.icon-pinterest:before {
  content: "";
}

.icon-pinterest-square:before {
  content: "";
}

.icon-google-plus-square:before {
  content: "";
}

.icon-google-plus:before {
  content: "";
}

.icon-money:before {
  content: "";
}

.icon-caret-down:before {
  content: "";
}

.icon-caret-up:before {
  content: "";
}

.icon-caret-left:before {
  content: "";
}

.icon-caret-right:before {
  content: "";
}

.icon-columns:before {
  content: "";
}

.icon-unsorted:before,
.icon-sort:before {
  content: "";
}

.icon-sort-down:before,
.icon-sort-desc:before {
  content: "";
}

.icon-sort-up:before,
.icon-sort-asc:before {
  content: "";
}

.icon-envelope:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-rotate-left:before,
.icon-undo:before {
  content: "";
}

.icon-legal:before,
.icon-gavel:before {
  content: "";
}

.icon-dashboard:before,
.icon-tachometer:before {
  content: "";
}

.icon-comment-o:before {
  content: "";
}

.icon-comments-o:before {
  content: "";
}

.icon-flash:before,
.icon-bolt:before {
  content: "";
}

.icon-sitemap:before {
  content: "";
}

.icon-umbrella:before {
  content: "";
}

.icon-paste:before,
.icon-clipboard:before {
  content: "";
}

.icon-lightbulb-o:before {
  content: "";
}

.icon-exchange:before {
  content: "";
}

.icon-cloud-download:before {
  content: "";
}

.icon-cloud-upload:before {
  content: "";
}

.icon-user-md:before {
  content: "";
}

.icon-stethoscope:before {
  content: "";
}

.icon-suitcase:before {
  content: "";
}

.icon-bell-o:before {
  content: "";
}

.icon-coffee:before {
  content: "";
}

.icon-cutlery:before {
  content: "";
}

.icon-file-text-o:before {
  content: "";
}

.icon-building-o:before {
  content: "";
}

.icon-hospital-o:before {
  content: "";
}

.icon-ambulance:before {
  content: "";
}

.icon-medkit:before {
  content: "";
}

.icon-fighter-jet:before {
  content: "";
}

.icon-beer:before {
  content: "";
}

.icon-h-square:before {
  content: "";
}

.icon-plus-square:before {
  content: "";
}

.icon-angle-double-left:before {
  content: "";
}

.icon-angle-double-right:before {
  content: "";
}

.icon-angle-double-up:before {
  content: "";
}

.icon-angle-double-down:before {
  content: "";
}

.icon-angle-left:before {
  content: "";
}

.icon-angle-right:before {
  content: "";
}

.icon-angle-up:before {
  content: "";
}

.icon-angle-down:before {
  content: "";
}

.icon-desktop:before {
  content: "";
}

.icon-laptop:before {
  content: "";
}

.icon-tablet:before {
  content: "";
}

.icon-mobile-phone:before,
.icon-mobile:before {
  content: "";
}

.icon-circle-o:before {
  content: "";
}

.icon-quote-left:before {
  content: "";
}

.icon-quote-right:before {
  content: "";
}

.icon-spinner:before {
  content: "";
}

.icon-circle:before {
  content: "";
}

.icon-mail-reply:before,
.icon-reply:before {
  content: "";
}

.icon-github-alt:before {
  content: "";
}

.icon-folder-o:before {
  content: "";
}

.icon-folder-open-o:before {
  content: "";
}

.icon-smile-o:before {
  content: "";
}

.icon-frown-o:before {
  content: "";
}

.icon-meh-o:before {
  content: "";
}

.icon-gamepad:before {
  content: "";
}

.icon-keyboard-o:before {
  content: "";
}

.icon-flag-o:before {
  content: "";
}

.icon-flag-checkered:before {
  content: "";
}

.icon-terminal:before {
  content: "";
}

.icon-code:before {
  content: "";
}

.icon-mail-reply-all:before,
.icon-reply-all:before {
  content: "";
}

.icon-star-half-empty:before,
.icon-star-half-full:before,
.icon-star-half-o:before {
  content: "";
}

.icon-location-arrow:before {
  content: "";
}

.icon-crop:before {
  content: "";
}

.icon-code-fork:before {
  content: "";
}

.icon-unlink:before,
.icon-chain-broken:before {
  content: "";
}

.icon-question:before {
  content: "";
}

.icon-info:before {
  content: "";
}

.icon-exclamation:before {
  content: "";
}

.icon-superscript:before {
  content: "";
}

.icon-subscript:before {
  content: "";
}

.icon-eraser:before {
  content: "";
}

.icon-puzzle-piece:before {
  content: "";
}

.icon-microphone:before {
  content: "";
}

.icon-microphone-slash:before {
  content: "";
}

.icon-shield:before {
  content: "";
}

.icon-calendar-o:before {
  content: "";
}

.icon-fire-extinguisher:before {
  content: "";
}

.icon-rocket:before {
  content: "";
}

.icon-maxcdn:before {
  content: "";
}

.icon-chevron-circle-left:before {
  content: "";
}

.icon-chevron-circle-right:before {
  content: "";
}

.icon-chevron-circle-up:before {
  content: "";
}

.icon-chevron-circle-down:before {
  content: "";
}

.icon-html5:before {
  content: "";
}

.icon-css3:before {
  content: "";
}

.icon-anchor:before {
  content: "";
}

.icon-unlock-alt:before {
  content: "";
}

.icon-bullseye:before {
  content: "";
}

.icon-ellipsis-h:before {
  content: "";
}

.icon-ellipsis-v:before {
  content: "";
}

.icon-rss-square:before {
  content: "";
}

.icon-play-circle:before {
  content: "";
}

.icon-ticket:before {
  content: "";
}

.icon-minus-square:before {
  content: "";
}

.icon-minus-square-o:before {
  content: "";
}

.icon-level-up:before {
  content: "";
}

.icon-level-down:before {
  content: "";
}

.icon-check-square:before {
  content: "";
}

.icon-pencil-square:before {
  content: "";
}

.icon-external-link-square:before {
  content: "";
}

.icon-share-square:before {
  content: "";
}

.icon-compass:before {
  content: "";
}

.icon-toggle-down:before,
.icon-caret-square-o-down:before {
  content: "";
}

.icon-toggle-up:before,
.icon-caret-square-o-up:before {
  content: "";
}

.icon-toggle-right:before,
.icon-caret-square-o-right:before {
  content: "";
}

.icon-euro:before,
.icon-eur:before {
  content: "";
}

.icon-gbp:before {
  content: "";
}

.icon-dollar:before,
.icon-usd:before {
  content: "";
}

.icon-rupee:before,
.icon-inr:before {
  content: "";
}

.icon-cny:before,
.icon-rmb:before,
.icon-yen:before,
.icon-jpy:before {
  content: "";
}

.icon-ruble:before,
.icon-rouble:before,
.icon-rub:before {
  content: "";
}

.icon-won:before,
.icon-krw:before {
  content: "";
}

.icon-bitcoin:before,
.icon-btc:before {
  content: "";
}

.icon-file:before {
  content: "";
}

.icon-file-text:before {
  content: "";
}

.icon-sort-alpha-asc:before {
  content: "";
}

.icon-sort-alpha-desc:before {
  content: "";
}

.icon-sort-amount-asc:before {
  content: "";
}

.icon-sort-amount-desc:before {
  content: "";
}

.icon-sort-numeric-asc:before {
  content: "";
}

.icon-sort-numeric-desc:before {
  content: "";
}

.icon-thumbs-up:before {
  content: "";
}

.icon-thumbs-down:before {
  content: "";
}

.icon-youtube-square:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-xing:before {
  content: "";
}

.icon-xing-square:before {
  content: "";
}

.icon-youtube-play:before {
  content: "";
}

.icon-dropbox:before {
  content: "";
}

.icon-stack-overflow:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-flickr:before {
  content: "";
}

.icon-adn:before {
  content: "";
}

.icon-bitbucket:before {
  content: "";
}

.icon-bitbucket-square:before {
  content: "";
}

.icon-tumblr:before {
  content: "";
}

.icon-tumblr-square:before {
  content: "";
}

.icon-long-arrow-down:before {
  content: "";
}

.icon-long-arrow-up:before {
  content: "";
}

.icon-long-arrow-left:before {
  content: "";
}

.icon-long-arrow-right:before {
  content: "";
}

.icon-apple:before {
  content: "";
}

.icon-windows:before {
  content: "";
}

.icon-android:before {
  content: "";
}

.icon-linux:before {
  content: "";
}

.icon-dribbble:before {
  content: "";
}

.icon-skype:before {
  content: "";
}

.icon-foursquare:before {
  content: "";
}

.icon-trello:before {
  content: "";
}

.icon-female:before {
  content: "";
}

.icon-male:before {
  content: "";
}

.icon-gittip:before {
  content: "";
}

.icon-sun-o:before {
  content: "";
}

.icon-moon-o:before {
  content: "";
}

.icon-archive:before {
  content: "";
}

.icon-bug:before {
  content: "";
}

.icon-vk:before {
  content: "";
}

.icon-weibo:before {
  content: "";
}

.icon-renren:before {
  content: "";
}

.icon-pagelines:before {
  content: "";
}

.icon-stack-exchange:before {
  content: "";
}

.icon-arrow-circle-o-right:before {
  content: "";
}

.icon-arrow-circle-o-left:before {
  content: "";
}

.icon-toggle-left:before,
.icon-caret-square-o-left:before {
  content: "";
}

.icon-dot-circle-o:before {
  content: "";
}

.icon-wheelchair:before {
  content: "";
}

.icon-vimeo-square:before {
  content: "";
}

.icon-turkish-lira:before,
.icon-try:before {
  content: "";
}

.icon-plus-square-o:before {
  content: "";
}

.icon-space-shuttle:before {
  content: "";
}

.icon-slack:before {
  content: "";
}

.icon-envelope-square:before {
  content: "";
}

.icon-wordpress:before {
  content: "";
}

.icon-openid:before {
  content: "";
}

.icon-institution:before,
.icon-bank:before,
.icon-university:before {
  content: "";
}

.icon-mortar-board:before,
.icon-graduation-cap:before {
  content: "";
}

.icon-yahoo:before {
  content: "";
}

.icon-google:before {
  content: "";
}

.icon-reddit:before {
  content: "";
}

.icon-reddit-square:before {
  content: "";
}

.icon-stumbleupon-circle:before {
  content: "";
}

.icon-stumbleupon:before {
  content: "";
}

.icon-delicious:before {
  content: "";
}

.icon-digg:before {
  content: "";
}

.icon-pied-piper:before {
  content: "";
}

.icon-pied-piper-alt:before {
  content: "";
}

.icon-drupal:before {
  content: "";
}

.icon-joomla:before {
  content: "";
}

.icon-language:before {
  content: "";
}

.icon-fax:before {
  content: "";
}

.icon-building:before {
  content: "";
}

.icon-child:before {
  content: "";
}

.icon-paw:before {
  content: "";
}

.icon-spoon:before {
  content: "";
}

.icon-cube:before {
  content: "";
}

.icon-cubes:before {
  content: "";
}

.icon-behance:before {
  content: "";
}

.icon-behance-square:before {
  content: "";
}

.icon-steam:before {
  content: "";
}

.icon-steam-square:before {
  content: "";
}

.icon-recycle:before {
  content: "";
}

.icon-automobile:before,
.icon-car:before {
  content: "";
}

.icon-cab:before,
.icon-taxi:before {
  content: "";
}

.icon-tree:before {
  content: "";
}

.icon-spotify:before {
  content: "";
}

.icon-deviantart:before {
  content: "";
}

.icon-soundcloud:before {
  content: "";
}

.icon-database:before {
  content: "";
}

.icon-file-pdf-o:before {
  content: "";
}

.icon-file-word-o:before {
  content: "";
}

.icon-file-excel-o:before {
  content: "";
}

.icon-file-powerpoint-o:before {
  content: "";
}

.icon-file-photo-o:before,
.icon-file-picture-o:before,
.icon-file-image-o:before {
  content: "";
}

.icon-file-zip-o:before,
.icon-file-archive-o:before {
  content: "";
}

.icon-file-sound-o:before,
.icon-file-audio-o:before {
  content: "";
}

.icon-file-movie-o:before,
.icon-file-video-o:before {
  content: "";
}

.icon-file-code-o:before {
  content: "";
}

.icon-vine:before {
  content: "";
}

.icon-codepen:before {
  content: "";
}

.icon-jsfiddle:before {
  content: "";
}

.icon-life-bouy:before,
.icon-life-buoy:before,
.icon-life-saver:before,
.icon-support:before,
.icon-life-ring:before {
  content: "";
}

.icon-circle-o-notch:before {
  content: "";
}

.icon-ra:before,
.icon-rebel:before {
  content: "";
}

.icon-ge:before,
.icon-empire:before {
  content: "";
}

.icon-git-square:before {
  content: "";
}

.icon-git:before {
  content: "";
}

.icon-hacker-news:before {
  content: "";
}

.icon-tencent-weibo:before {
  content: "";
}

.icon-qq:before {
  content: "";
}

.icon-wechat:before,
.icon-weixin:before {
  content: "";
}

.icon-send:before,
.icon-paper-plane:before {
  content: "";
}

.icon-send-o:before,
.icon-paper-plane-o:before {
  content: "";
}

.icon-history:before {
  content: "";
}

.icon-circle-thin:before {
  content: "";
}

.icon-header:before {
  content: "";
}

.icon-paragraph:before {
  content: "";
}

.icon-sliders:before {
  content: "";
}

.icon-share-alt:before {
  content: "";
}

.icon-share-alt-square:before {
  content: "";
}

.icon-bomb:before {
  content: "";
}

.icon-soccer-ball-o:before,
.icon-futbol-o:before {
  content: "";
}

.icon-tty:before {
  content: "";
}

.icon-binoculars:before {
  content: "";
}

.icon-plug:before {
  content: "";
}

.icon-slideshare:before {
  content: "";
}

.icon-twitch:before {
  content: "";
}

.icon-yelp:before {
  content: "";
}

.icon-newspaper-o:before {
  content: "";
}

.icon-wifi:before {
  content: "";
}

.icon-calculator:before {
  content: "";
}

.icon-paypal:before {
  content: "";
}

.icon-google-wallet:before {
  content: "";
}

.icon-cc-visa:before {
  content: "";
}

.icon-cc-mastercard:before {
  content: "";
}

.icon-cc-discover:before {
  content: "";
}

.icon-cc-amex:before {
  content: "";
}

.icon-cc-paypal:before {
  content: "";
}

.icon-cc-stripe:before {
  content: "";
}

.icon-bell-slash:before {
  content: "";
}

.icon-bell-slash-o:before {
  content: "";
}

.icon-trash:before {
  content: "";
}

.icon-copyright:before {
  content: "";
}

.icon-at:before {
  content: "";
}

.icon-eyedropper:before {
  content: "";
}

.icon-paint-brush:before {
  content: "";
}

.icon-birthday-cake:before {
  content: "";
}

.icon-area-chart:before {
  content: "";
}

.icon-pie-chart:before {
  content: "";
}

.icon-line-chart:before {
  content: "";
}

.icon-lastfm:before {
  content: "";
}

.icon-lastfm-square:before {
  content: "";
}

.icon-toggle-off:before {
  content: "";
}

.icon-toggle-on:before {
  content: "";
}

.icon-bicycle:before {
  content: "";
}

.icon-bus:before {
  content: "";
}

.icon-ioxhost:before {
  content: "";
}

.icon-angellist:before {
  content: "";
}

.icon-cc:before {
  content: "";
}

.icon-shekel:before,
.icon-sheqel:before,
.icon-ils:before {
  content: "";
}

.icon-meanpath:before {
  content: "";
}

@media (max-width: 767px) {
  #CreditCardExpirationMonth {
    margin-bottom: 10px;
  }
}
.validation-summary-errors {
  background-color: #F2DEDE;
  border-color: #EED3D7;
  color: #B94A48;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  padding: 3px 5px;
  width: 90%;
}
.validation-summary-errors ul {
  list-style-type: none;
  margin: 0px;
}

.carousel img {
  max-width: 962px;
}

@media (min-width: 768px) {
  #Message {
    height: 250px;
  }
}

.relative {
  position: relative;
}

#ContactErrorContainer, #ErrorContainer, #CcpaErrorContainer {
  display: none;
  margin: 0px 0px 10px;
}
#ContactErrorContainer .error, #ErrorContainer .error, #CcpaErrorContainer .error {
  border: 0px;
  -webkit-box-shadow: 0px;
  -moz-box-shadow: 0px;
  box-shadow: 0px;
  margin: 0px;
}

.err input, .err select, .err textarea {
  border-color: #b94a48;
}
.err div.error {
  margin: 5px 0px -10px;
  font-size: 12px;
  line-height: 14px;
  padding: 2px 3px;
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
  text-shadow: 1px 0 rgba(255, 255, 255, 0.5);
}
.err .err.agree div.error {
  margin: 10px auto;
  max-width: 500px;
}

.alert {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 5px;
}

div[for=CreditCardNumber] {
  margin: -5px 0px 5px !important;
}

.err label {
  color: #b94a48;
}
.err input:focus, .err select:focus {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

[rel=TopNavigationBar] {
  max-width: 986px;
  margin: 0px auto 10px;
  z-index: 999999;
}
[rel=TopNavigationBar] .navbar-inner {
  background: #3aa2bf;
  padding-left: 10px;
  padding-right: 10px;
  border: 0px;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
[rel=TopNavigationBar] .mobile-phone {
  float: left;
  color: #fff;
  padding-top: 10px;
  padding-left: 10px;
}
@media (min-width: 980px) {
  [rel=TopNavigationBar] .mobile-phone {
    display: none;
  }
}
[rel=TopNavigationBar] .mobile-phone a {
  color: #fff;
  text-decoration: none;
}
[rel=TopNavigationBar] .mobile-phone a:hover, [rel=TopNavigationBar] .mobile-phone a:focus, [rel=TopNavigationBar] .mobile-phone a:visited {
  text-decoration: none;
}
[rel=TopNavigationBar] .nav > li > a {
  padding: 10px 20px 10px;
  font-weight: 300;
  text-shadow: none;
}
[rel=TopNavigationBar] .nav > li.phone-text {
  padding: 7px 0px 0px 10px;
  font-weight: 300;
  text-shadow: none;
  color: #fff;
}
[rel=TopNavigationBar] .nav > li.phone-text a {
  display: inline-block;
  padding-left: 0;
  padding-top: 0;
}
[rel=TopNavigationBar] .nav > li.phone-text2 {
  padding: 10px 0px 10px 10px;
  font-weight: 300;
  text-shadow: none;
  color: #fff;
}

body {
  overflow-x: hidden;
}

.view {
  display: inline;
}
.view open {
  display: block;
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

@media (max-width: 979px) {
  #MainNav {
    display: none;
  }

  .open-menu.affix {
    position: relative;
  }

  [rel=TopNavigationBar] {
    z-index: 99999;
    top: 0px;
    left: 0px;
    width: 100%;
  }
  [rel=TopNavigationBar] .navbar-inner {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    outline: 0px;
    height: 38px;
  }
  [rel=TopNavigationBar] .nav {
    margin: 10px 0px;
  }
  [rel=TopNavigationBar] .nav-collapse .nav > li > a, [rel=TopNavigationBar] .nav-collapse .dropdown-menu a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 9px 15px;
  }
  [rel=TopNavigationBar] .nav-collapse .nav > li > a:hover, [rel=TopNavigationBar] .nav-collapse .dropdown-menu a:hover {
    background: #f05134;
    border-color: #f05134;
    text-shadow: 0px;
    -webkit-box-shadow: 0px;
    -moz-box-shadow: 0px;
    box-shadow: 0px;
  }
  [rel=TopNavigationBar] .btn-navbar {
    text-shadow: 0px;
    -webkit-box-shadow: 0px;
    -moz-box-shadow: 0px;
    box-shadow: 0px;
    background: #f05134 !important;
    border-color: #f05134 !important;
  }
}
@media (min-width: 980px) {
  .navbar.affix {
    left: 50%;
    margin-left: -493px;
    width: 986px;
    top: 0px;
  }

  #MobileNavBar {
    display: none;
  }

  .noauth [rel=TopNavigationBar] {
    overflow: auto;
  }
  .noauth [rel=TopNavigationBar] .navbar-inner {
    max-width: 490px;
    margin: 0 auto;
    padding: 0px;
    min-height: 0px;
  }
  .noauth [rel=TopNavigationBar] .navbar-inner .nav {
    margin: 0px;
    padding: 0px;
  }
  .noauth [rel=TopNavigationBar] li:first-child a {
    border-bottom-left-radius: 5px;
  }
  .noauth [rel=TopNavigationBar] li:last-child a {
    border-bottom-right-radius: 5px;
  }
  .noauth [rel=TopNavigationBar] li a {
    font-size: 13px;
    line-height: 13px;
  }

  .Join [rel=TopNavigationBar] {
    overflow: auto;
  }
  .Join [rel=TopNavigationBar] .navbar-inner {
    float: right;
    max-width: 630px;
    margin: 0 auto;
    padding: 0px;
    min-height: 0px;
  }
  .Join [rel=TopNavigationBar] .navbar-inner .nav {
    margin: 0px;
    padding: 0px;
  }
  .Join [rel=TopNavigationBar] li:first-child a {
    border-bottom-left-radius: 5px;
  }
  .Join [rel=TopNavigationBar] li:last-child a {
    border-bottom-right-radius: 5px;
  }
  .Join [rel=TopNavigationBar] li a {
    font-size: 13px;
    line-height: 13px;
  }
}
#MobileNavBar {
  height: 100%;
  position: fixed;
  left: -205px;
  width: 205px;
  background: #5e5e5e;
  -webkit-box-shadow: inset 0px 0px 10px #000;
  -moz-box-shadow: inset 0px 0px 10px #000;
  box-shadow: inset 0px 0px 10px #000;
}
#MobileNavBar.nav-collapse.collapse {
  overflow: scroll !important;
}
#MobileNavBar .navbar-inner {
  color: #fff;
  line-height: 40px;
  text-align: center;
}
#MobileNavBar .navbar, #MobileNavBar .nav {
  margin: 0px;
}
#MobileNavBar .nav {
  padding: 0px;
}
#MobileNavBar .nav li a {
  padding: 9px 15px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #fff;
}
#MobileNavBar .nav li a:hover {
  background: #f05134;
}
#MobileNavBar .nav li.active a {
  background: #f05134;
}
#MobileNavBar .nav li li a {
  padding-left: 25px;
  background: transparent;
}
#MobileNavBar .nav li li a:hover {
  background: #f05134;
}

.ribbon {
  font-size: 21px !important;
  line-height: 21px;
  position: relative;
  background: #3aa2bf;
  color: #fff;
  text-align: left;
  padding: 13px 25px 13px 25px;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.ribbon.block {
  display: block;
}
@media (max-width: 767px) {
  .ribbon {
    display: block;
    font-size: 20px !important;
    line-height: 20px !important;
    padding: 10px;
    text-align: center;
    margin-top: 0px;
  }
}
.ribbon .top-tri {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 10px 23px;
  border-color: transparent transparent #0d5b71 transparent;
  top: -10px;
  position: absolute;
  left: 0px;
}
@media (max-width: 767px) {
  .ribbon .top-tri {
    border-width: 0 0 10px 9px;
  }
}
.ribbon .top-tri.right {
  display: none;
  right: 0px;
  left: auto;
  border-width: 10px 0 0 23px;
  border-color: transparent transparent transparent #0d5b71;
}
@media (max-width: 767px) {
  .ribbon .top-tri.right {
    display: block;
  }
}
@media (max-width: 767px) {
  .ribbon .top-tri.right {
    border-width: 10px 0 0 9px;
  }
}
.ribbon.topribbon {
  margin-left: -111px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .ribbon.topribbon {
    margin-top: -30px;
  }
}
@media (max-width: 767px) {
  .ribbon.topribbon {
    margin-left: -29px;
    margin-bottom: 15px;
    margin-right: -29px;
  }
}
.ribbon.orange {
  background: #f05134;
}
.ribbon.orange .top-tri {
  border-color: transparent transparent #8b3525 transparent;
}
.ribbon.orange .top-tri.right {
  border-color: transparent transparent transparent #8b3525;
}
.ribbon.green {
  background: #3abf88;
}
.ribbon.green.inactive:hover {
  background: #0c7047;
}
.ribbon.green .top-tri {
  border-color: transparent transparent #0c7047 transparent;
}

@media (max-width: 767px) {
  .Login .ribbon.topribbon, .Join .ribbon.topribbon {
    margin-left: -50px;
    margin-right: -50px;
  }
}

#footer {
  Box-sizing: Border-box;
  border-top: 1px solid #424242;
  text-align: center;
  margin-bottom: -20px;
  background: #323232;
  padding-top: 20px;
  padding-bottom: 0px;
  color: #fff;
}
#footer ul {
  display: inline-block;
  margin: 0px;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
#footer ul li {
  padding-left: 6px;
  margin-left: 5px;
  text-transform: uppercase;
  border-left: 1px solid #fff;
  list-style: none;
  display: inline;
}
@media (max-width: 767px) {
  #footer ul li {
    border-left: none;
    text-transform: none;
    padding-left: 12px;
    padding-right: 10px;
    display: inline-block;
  }
}
#footer ul li:first-child {
  border-left: 0px;
}
#footer ul li a {
  color: #fff;
  font-size: 13px;
}
@media (max-width: 767px) {
  #footer ul li a {
    font-size: 20px;
    line-height: 40px;
  }
}
#footer ul li a:hover {
  color: #f05134;
}
#footer div.social {
  position: absolute;
  right: 0px;
  top: 0px;
}
#footer p {
  margin: 10px;
  /*margin-right: 75px;*/
  font-size: 12px;
  color: #fff;
  line-height: 14px;
  font-weight: 300;
  text-align: left;
  float: left;
}
@media (min-width: 980px) {
  #footer p {
    margin-bottom: 0px;
  }
}
@media (max-width: 979px) {
  #footer {
    padding: 5px 0px;
    height: auto;
  }
}
#footer .visible-phone {
  padding-left: 5px;
  padding-right: 5px;
}
#footer .visible-phone form {
  margin-bottom: 5px;
}
#footer .visible-phone p {
  margin: 0px 0px 0px 0px;
  font-size: 11px;
  line-height: 12px;
}

html, body {
  height: 100%;
}

#layout {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -94px;
}
#layout #layout_footer {
  height: 94px;
}

#footer {
  clear: both;
  position: relative;
  height: 94px;
}

.totop {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 104400;
}

.totop a, .totop a:visited {
  display: block;
  width: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
  background: #3aa2bf;
  line-height: 30px;
}
.totop a:hover, .totop a:visited:hover {
  color: #f05134;
  color: #fff;
  text-decoration: none;
}

#sliderWrap {
  background: #444444;
  background-image: -ms-radial-gradient(center, circle farthest-side, #949494 0%, #444444 70%);
  background-image: -moz-radial-gradient(center, circle farthest-side, #949494 0%, #444444 70%);
  background-image: -o-radial-gradient(center, circle farthest-side, #949494 0%, #444444 70%);
  background-image: -webkit-gradient(radial, center center, 0, center center, 487, color-stop(0, #949494), color-stop(0.7, #444444));
  background-image: -webkit-radial-gradient(center, circle farthest-side, #949494 0%, #444444 70%);
  background-image: radial-gradient(circle farthest-side at center, #949494 0%, #444444 70%);
}
#sliderWrap .carousel {
  margin: 10px;
}
@media (min-width: 768px) {
  #sliderWrap .carousel {
    margin: 10px 0px;
    width: 100%;
  }
}
#sliderWrap .carousel .item {
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 10px solid #7a7a7a;
  border-left-width: 12px;
  border-right-width: 12px;
}
#sliderWrap .carousel .item .carousel-caption {
  background: url(/content/images/icons/captionbg.png) !important;
  padding: 25px 15px;
}
#sliderWrap .carousel .item .carousel-caption p {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  text-align: left;
}
@media (max-width: 767px) {
  #sliderWrap .carousel .item .carousel-caption {
    left: 12px;
    right: 12px;
    bottom: 27%;
  }
  #sliderWrap .carousel .item .carousel-caption p {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  #sliderWrap .carousel .item .carousel-caption {
    padding: 10px 10px 0px;
  }
}
@media (max-width: 480px) {
  #sliderWrap .carousel .item .carousel-caption {
    position: absolute;
  }
  #sliderWrap .carousel .item .carousel-caption h2 {
    line-height: 22px;
    font-size: 20px;
  }
}
#sliderWrap h1 {
  font-size: 36px;
}
#sliderWrap h2 {
  COLOR: #fff;
  margin: 0px 0px 8px;
  line-height: 30px;
  font-size: 24px;
  text-align: left;
}
#sliderWrap h2 strong {
  font-weight: bold;
}
@media (max-width: 979px) {
  #sliderWrap h2 {
    line-height: 28px;
    font-size: 24px;
  }
}
#sliderWrap .btn-success {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 25px;
}
#sliderWrap .btn-success i {
  font-size: 25px;
  padding-left: 10px;
  color: #bef42c;
}

@media (min-width: 768px) {
  .ContentPage #sliderWrap .carousel, .auth #sliderWrap .carousel {
    display: table;
  }
}
@media (min-width: 768px) {
  .ContentPage #sliderWrap .carousel .item .carousel-caption, .auth #sliderWrap .carousel .item .carousel-caption {
    position: relative;
  }
  .ContentPage #sliderWrap .carousel .item .carousel-caption.half, .auth #sliderWrap .carousel .item .carousel-caption.half {
    width: 450px;
  }
}
@media (min-width: 768px) {
  .ContentPage #sliderWrap .item, .auth #sliderWrap .item {
    display: table-cell;
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  .ContentPage #sliderWrap .item, .auth #sliderWrap .item {
    min-height: 250px;
    height: auto;
  }
}
@media (max-width: 480px) {
  .ContentPage #sliderWrap .item, .auth #sliderWrap .item {
    min-height: 200px;
  }
}

.home.auth #sliderWrap .item {
  min-height: 300px;
}

.noauth.home #sliderWrap .relative {
  padding-bottom: 10px;
}
.noauth.home #sliderWrap #TravelPlusCarousel.carousel .item {
  border: 0px;
  height: auto;
}
.noauth.home #sliderWrap #TravelPlusCarousel.carousel .item img {
  width: 100%;
}
.noauth.home #sliderWrap #TravelPlusCarousel.carousel .btn {
  display: block;
  margin: 0px auto 5px;
  max-width: 45%;
}
@media (min-width: 768px) {
  .noauth.home #sliderWrap #TravelPlusCarousel.carousel .carousel-inner {
    border: 10px solid #313131;
  }
  .noauth.home #sliderWrap #TravelPlusCarousel.carousel .carousel-caption {
    text-align: left !important;
    bottom: auto;
    top: 20px;
    width: 340px;
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .noauth.home #sliderWrap #TravelPlusCarousel.carousel .btn {
    margin: 15px auto -8px;
  }
}
@media (max-width: 767px) {
  .noauth.home #sliderWrap .carousel-caption {
    position: static;
    left: auto;
    right: auto;
    bottom: 0px;
    padding: 5px;
  }
  .noauth.home #sliderWrap .carousel-caption h2 {
    font-size: 22px;
    line-height: 24px;
  }
}

.content {
  border: 1px solid #e8e8e8;
  background: #fff;
  padding: 40px 50px;
  margin: 36px;
}
@media (max-width: 767px) {
  .content {
    margin: 20px;
    padding: 20px;
  }
}
.content li {
  font-weight: 300;
}
.content p {
  margin-bottom: 20px;
}
.content p:last-child {
  margin-bottom: 0px;
}
.content p + ul {
  margin-top: -15px;
}

.content h2:first-child, #FooterModal h2:first-child {
  margin-top: 0px;
}
.content h3, #FooterModal h3 {
  margin-top: 0px;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 5px;
}
.content h3.accordion-toggle, #FooterModal h3.accordion-toggle {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  background: #3aa2bf;
  color: #fff;
  padding: 0px 10px;
  margin: 0px;
}
.content h3.accordion-toggle.activeFAQ, #FooterModal h3.accordion-toggle.activeFAQ {
  margin-bottom: 5px;
}
.content h3.accordion-toggle:hover, #FooterModal h3.accordion-toggle:hover {
  background: #f05134;
}
.content a.accordion-toggle i.icon-caret-down, #FooterModal a.accordion-toggle i.icon-caret-down {
  display: none;
}
.content a.accordion-toggle.activeFAQ, #FooterModal a.accordion-toggle.activeFAQ {
  margin-bottom: 5px;
}
.content a.accordion-toggle.activeFAQ i.icon-caret-down, #FooterModal a.accordion-toggle.activeFAQ i.icon-caret-down {
  display: inline;
}
.content a.accordion-toggle.activeFAQ i.icon-caret-right, #FooterModal a.accordion-toggle.activeFAQ i.icon-caret-right {
  display: none;
}
.content a.accordion-toggle span, #FooterModal a.accordion-toggle span {
  color: #323232;
}
.content a.accordion-toggle span:hover, #FooterModal a.accordion-toggle span:hover {
  color: #287084;
}
.content i, #FooterModal i {
  padding-right: 7px;
  text-decoration: none !important;
}
.content .in.collapse, #FooterModal .in.collapse {
  margin: 10px 0px;
}

.Cancel .btn {
  font-size: 12px !important;
}

#FooterModal #Message {
  height: auto;
}
#FooterModal span {
  color: #323232;
}

.FAQ .phone-contact a {
  font-size: 30px;
  color: #3aa2bf;
  font-weight: 600;
  position: relative;
}
.FAQ .phone-contact {
  font-size: 30px;
  color: #3aa2bf;
  font-weight: 600;
  padding-left: 195px;
  position: relative;
  top: 20px;
}
@media (max-width: 980px) {
  .FAQ .phone-contact {
    padding-left: 0;
    padding-bottom: 20px;
    text-align: center;
    position: initial;
    line-height: normal;
  }
}
@media (max-width: 520px) {
  .FAQ .phone-contact {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .FAQ .phone-contact a {
    font-size: 18px;
  }
}
.FAQ .contactUsForm__row {
  margin-left: 0;
  margin-right: 0;
}

.FAQ .phone-contact-mobile {
  display: none;
}

#FooterModal .phone-contact-mobile {
  display: block;
}

.ContactUs .phone-contact a {
  font-size: 30px;
  color: #3aa2bf;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}
.ContactUs .phone-contact a:hover {
  text-decoration: none;
}
.ContactUs .phone-contact {
  font-size: 30px;
  color: #3aa2bf;
  font-weight: 600;
  padding-left: 95px;
  position: relative;
  top: 10px;
}
@media (max-width: 767px) {
  .ContactUs .phone-contact {
    padding-left: 0;
    padding-bottom: 20px;
    text-align: center;
    position: initial;
    line-height: normal;
  }
}
@media (max-width: 520px) {
  .ContactUs .phone-contact {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .ContactUs .phone-contact a {
    font-size: 18px;
    padding-bottom: 15px;
    text-decoration: none;
  }
  .ContactUs .phone-contact a:hover {
    text-decoration: none;
  }
}
.ContactUs #ContactUsForm input.input-error,
.ContactUs #ContactUsForm textarea.input-error {
  border-color: #b94a48;
}

#CcpaForm input.input-validation-error,
#CcpaForm select.input-validation-error,
#CcpaForm textarea.input-validation-error {
  border-color: #b94a48;
}

#ContactFormWrap .row-fluid {
  margin-bottom: 20px;
}
#ContactFormWrap .alert-row {
  margin-bottom: 0 !important;
}
#ContactFormWrap .cancel-membership {
  text-align: center;
  margin: 0 auto;
}
#ContactFormWrap .cancel-membership a {
  font-size: 14px;
  line-height: 16px;
  text-decoration: underline;
  color: #878787;
}
#ContactFormWrap .cancel-membership a:hover {
  color: #000;
}
#ContactFormWrap .cancel-membership a:focus {
  color: #000;
}
#ContactFormWrap .cancel-membership a:active {
  color: #000;
}

.faq-message #Message {
  height: 20px;
  width: 100%;
}

.faq-form p {
  margin: 20px 0;
}
.faq-form .faq-p {
  margin: 20px 0 10px 0;
}

.faq-btn {
  margin-top: 22px;
  width: 100px;
  margin-left: 30px;
}

.Help .box-border img {
  border: 1px solid #e8e8e8;
}
.Help .box-border img:hover {
  border: 2px solid black;
}
.Help .second-row {
  margin-top: 20px;
}

.HIW div.icon {
  display: block;
  margin: 0px auto 0px;
  height: 30px;
}
.HIW div.icon img {
  display: block;
  margin: 10px auto 0px;
}
.HIW .main {
  border-bottom: 1px solid #dddddd;
}
.HIW .content {
  padding: 0px 5px 80px;
  margin-bottom: 0px;
  background: transparent;
  border: 0px;
}
.HIW p, .HIW h1, .HIW h2, .HIW h3 {
  color: #000;
}
.HIW p {
  font-weight: 300;
}
.HIW h1 {
  font-weight: 300;
  margin: 40px 0px 30px;
}
.HIW h4 {
  font-weight: Bold;
  margin-bottom: 10px;
}
.HIW #ribbons-side {
  margin: 0px 0px 30px -65px;
}
.HIW #ribbons-side .ribbon {
  text-align: center;
  Box-sizing: Border-box;
  display: block;
  margin: 0px 0px 10px;
  padding: 5px 5px 5px 35px;
  width: 147px;
  height: 73px;
}
.HIW #ribbons-side .ribbon.inactive {
  cursor: pointer;
  width: 99px;
  margin-left: 48px;
  padding: 5px;
}
.HIW #ribbons-side .ribbon.inactive .top-tri {
  display: none;
}
.HIW #ribbons-side .ribbon span {
  color: #fff;
  display: block;
  margin: 6px auto 2px;
  text-align: center;
  font-size: 11px !important;
  line-height: 11px;
}
@media (max-width: 480px) {
  .HIW #ribbons-side .ribbon span {
    height: 20px;
  }
}
.HIW #ribbons-side .ribbon i {
  padding: 0px 0px 10px;
  font-size: 40px;
}
.HIW #ribbons-side .ribbon.gray {
  background: #bebebe;
}
.HIW #ribbons-side .ribbon.gray.inactive:hover {
  background: #676767;
}
.HIW #ribbons-side .ribbon.gray .top-tri {
  border-color: transparent transparent #676767 transparent;
}
.HIW #ribbons-side .ribbon.blue.inactive:hover {
  background: #0d5b71;
}
.HIW #ribbons-side .ribbon.red {
  background: #f05033;
}
.HIW #ribbons-side .ribbon.red.inactive:hover {
  background: #8b3525;
}
.HIW #ribbons-side .ribbon.red .top-tri {
  border-color: transparent transparent #8b3525 transparent;
}
.HIW #ribbons-side .ribbon.green {
  background: #3abf88;
}
.HIW #ribbons-side .ribbon.green.inactive:hover {
  background: #0c7047;
}
.HIW #ribbons-side .ribbon.green .top-tri {
  border-color: transparent transparent #0c7047 transparent;
}
.HIW #ribbons-side .ribbon.purple {
  background: #6f70c1;
}
.HIW #ribbons-side .ribbon.purple.inactive:hover {
  background: #424393;
}
.HIW #ribbons-side .ribbon.purple .top-tri {
  border-color: transparent transparent #424393 transparent;
}
.HIW div .center {
  margin-top: 30px;
}
.HIW div .btn {
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
}
.HIW div.panels {
  position: relative;
  display: none;
}
@media (min-width: 980px) {
  .HIW div.panels {
    padding-left: 15px;
    width: 50%;
  }
}
.HIW div.panels h4 {
  margin-bottom: 10px;
}
.HIW div.panels p {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 17px;
}
.HIW div.panels.active {
  display: block;
}
.HIW div.gray h1 {
  margin-top: 0px;
}
.HIW div.blue h1 {
  color: #3aa2bf;
}
.HIW div.blue .btn {
  background: #3aa2bf;
  border-color: #3aa2bf;
  margin-bottom: 10px;
}
.HIW div.blue .btn:hover {
  background-color: #0d5b71;
  background-color: #0d5b71;
}
.HIW div.red h1 {
  color: #f05033;
}
.HIW div.red .btn {
  background: #f05033;
  border-color: #f05033;
}
.HIW div.red .btn:hover {
  border-color: #8b3525;
  background-color: #8b3525;
}
.HIW div.green h1 {
  color: #3abf88;
}
.HIW div.green .btn {
  background: #3abf88;
  border-color: #3abf88;
}
.HIW div.green .btn:hover {
  border-color: #0c7047;
  background-color: #0c7047;
}
.HIW div.purple h1 {
  color: #6f70c1;
}
.HIW div.purple .btn {
  background: #6f70c1;
  border-color: #6f70c1;
}
.HIW div.purple .btn:hover {
  border-color: #424393;
  background-color: #424393;
}
.HIW .panel-group {
  float: right;
  position: relative;
  width: 85%;
}
@media (max-width: 979px) {
  .HIW .panel-group {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .HIW .panel-group {
    width: 100%;
    margin-bottom: 10px;
  }
}
.HIW .panel-images img {
  position: absolute;
  right: -80px;
  display: none;
  bottom: 0px;
}
.HIW .panel-images img.red {
  right: -85px;
}
@media (max-width: 768px) {
  .HIW .panel-images img.red {
    right: 0px;
  }
}
.HIW .panel-images img.gray {
  display: block;
}
.HIW .panel-images img.green {
  top: 20px;
}
@media (max-width: 979px) {
  .HIW h1 {
    margin: 0px 0px 10px;
  }
  .HIW .panel-images img {
    max-width: 300px;
    position: relative;
    float: right;
    right: 0px;
  }
  .HIW .panel-images img.purple {
    height: 350px;
  }
  .HIW .panels .span6 {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .HIW h1 {
    margin-top: 10px !important;
  }
  .HIW .content {
    margin: 0px;
    padding: 0px 0px 50px;
  }
  .HIW .panels {
    padding-left: 10px;
    padding-right: 10px;
  }
  .HIW #ribbons-side {
    margin-left: -20px;
    margin-right: -20px;
    clear: both;
    float: none;
    margin: 0px;
    width: 100%;
  }
  .HIW #ribbons-side li.ribbon {
    margin: 0px !important;
    display: block;
    float: left;
    width: 20% !important;
    padding: 5px !important;
    height: auto;
  }
  .HIW #ribbons-side li.ribbon .top-tri {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .SavingsHistory .ribbon.topribbon {
    margin-left: -73px;
  }
}
.SavingsHistory h3 {
  text-transform: none;
  margin-bottom: 20px;
}
.SavingsHistory h4 {
  margin-top: 10px;
  clear: both;
}
.SavingsHistory p {
  font-weight: 300;
}
.SavingsHistory #SelectTripDropDown {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .SavingsHistory #SelectTripDropDown {
    display: block;
    width: 90%;
    margin: 0px auto 10px;
  }
}
.SavingsHistory .ribbon.topribbon {
  display: block;
}
.SavingsHistory .NoCharges {
  border: 1px solid #dddddd;
  text-align: center;
  width: 100%;
}
.SavingsHistory .NoCharges td {
  padding: 5px 10px;
  background: #fff !important;
}
.SavingsHistory .NoCharges p {
  margin-bottom: 5px;
}
.SavingsHistory .moneysaved {
  text-align: right;
}
.SavingsHistory .moneysaved h5 {
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
}
.SavingsHistory .moneysaved h4 {
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  margin: 5px 0px;
  color: #3abf88;
}

.SavingsHistory .table, .Rebates.Submit .table {
  width: 100%;
  border-bottom: 1px solid #dddddd;
  margin: 0px;
}
.SavingsHistory .table tbody > tr:nth-child(odd) > td, .Rebates.Submit .table tbody > tr:nth-child(odd) > td {
  background: #f9f9f9;
}
.SavingsHistory .table tbody > tr:nth-child(even) > td, .Rebates.Submit .table tbody > tr:nth-child(even) > td {
  background: #fff;
}
.SavingsHistory .table td, .SavingsHistory .table th, .Rebates.Submit .table td, .Rebates.Submit .table th {
  color: #6c6c6c;
}
.SavingsHistory .table td, .Rebates.Submit .table td {
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  padding: 5px;
  border-right: 1px solid #dddddd;
  padding: 4px 12px;
}
.SavingsHistory .table td:first-child, .Rebates.Submit .table td:first-child {
  border-left: 1px solid #dddddd;
}
.SavingsHistory .table th, .Rebates.Submit .table th {
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  padding: 4px 12px;
  border: 0px !important;
  font-weight: 400;
  text-align: left;
}
.SavingsHistory .table th[data-sort], .Rebates.Submit .table th[data-sort] {
  cursor: pointer;
}
.SavingsHistory .table th[data-sort] .arrow i, .Rebates.Submit .table th[data-sort] .arrow i {
  Color: #d7d7d7 !important;
  padding-left: 5px;
}

#TilesContainer {
  opacity: 0;
}

.Checkout .shipping-info-fields {
  display: none;
}
.Checkout table.submissions {
  margin: 0px;
}
.Checkout table.submissions td, .Checkout table.submissions th {
  font-weight: 300;
  border: 0px;
}
.Checkout table.submissions th {
  font-weight: bold;
  color: #5c5c5c;
  font-size: 16px;
  line-height: 18px;
}
.Checkout table.submissions tfoot td {
  font-weight: normal;
  vertical-align: bottom;
}
.Checkout table.submissions tfoot .first {
  color: #5c5c5c;
  text-align: right;
  font-size: 28px;
  line-height: 30px;
}
.Checkout table.submissions tfoot .last {
  color: #f05134;
  font-size: 35px;
  line-height: 38px;
  font-weight: 400;
}
.Checkout .removeGC {
  background: transparent;
  color: #333;
  border: 1px;
  -webkit-box-shadow: 0px;
  -moz-box-shadow: 0px;
  box-shadow: 0px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.Checkout .removeGC:hover {
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.Checkout .checkboxlbl label.radio {
  margin-left: 10px;
}

.ThankYou .topribbon {
  display: block;
  margin-bottom: 20px;
}
.ThankYou .table {
  font-size: 12px;
  line-height: 14px;
}
.ThankYou .table th {
  text-align: center !important;
  font-weight: 400;
}
.ThankYou .table td {
  font-weight: 300;
}
.ThankYou blockquote {
  font-size: 12px;
  line-height: 14px;
  padding: 0px;
  font-weight: 300;
}
.ThankYou strong {
  font-weight: 400;
}
.ThankYou .table-bordered {
  border: 0px;
}
.ThankYou .table-bordered tr:last-child td {
  border-bottom: 1px solid #dddddd;
}
.ThankYou .table-bordered tr td:last-child {
  border-right: 1px solid #dddddd;
}
.ThankYou .table-bordered th {
  border-left: 0px !important;
  border-right: 0px !important;
  border-top: 0px !important;
  background: #fff !important;
}
.ThankYou .table-striped tbody > tr:nth-child(odd) > td {
  background: #fff;
}
.ThankYou .table-striped tbody > tr:nth-child(even) > td {
  background: #f9f9f9;
}

.total {
  color: #5c5c5c;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  padding: 20px 10px;
  border: 1px solid #e8e8e8;
  margin-top: 20px;
}
.total strong {
  display: block;
  margin: 0px auto;
  font-size: 30px;
  line-height: 34px;
  font-weight: bold;
}

.icn-wrap {
  background: url(/Content/images/icons/bcicon.png) 0 0 no-repeat;
  padding-left: 25px;
}

.BookingCenter .main {
  border-bottom: 1px solid #dddddd;
}
.BookingCenter select.inactive {
  cursor: normal;
}
.BookingCenter p {
  font-weight: normal;
  margin-bottom: 20px;
}
.BookingCenter .icon {
  margin-right: 5px;
}
.BookingCenter .content {
  margin-top: 0px;
  min-height: 110px;
}
@media (min-width: 768px) {
  .BookingCenter .steps .ribbon.topribbon {
    margin-left: -61px;
  }
}
@media (max-width: 767px) {
  .BookingCenter .steps .ribbon.topribbon {
    margin-top: -10px;
  }
}
.BookingCenter p.gray {
  font-style: normal;
  color: #909090;
  text-align: right;
  font-size: 12px;
  line-height: 13px;
}
.BookingCenter select {
  margin-bottom: 10px;
}

#iconInfo {
  color: #507498;
  cursor: pointer;
}
#iconInfo:hover {
  color: #000;
}

#CvvCodeDiv {
  display: none;
}

.cvvinner {
  color: black;
  font-size: 14px;
}
.cvvinner img.logos {
  display: block;
  margin-bottom: 10px;
  margin-left: 20px;
}
.cvvinner p, .cvvinner strong {
  margin: 0px;
  line-height: 13px;
  font-size: 12px;
  display: block;
}
.cvvinner p {
  max-width: 100%;
  width: 300px;
  margin-left: 20px;
}
.cvvinner tr:first-child td {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.cvvinner img.CreditCards {
  max-width: 120px;
}
.cvvinner strong {
  margin-bottom: 5px;
}

.popover-title {
  font-weight: bold;
}

.popover {
  Width: auto;
  max-width: 500px !important;
}

#FooterModal {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 0px;
  outline: none;
  background: #fff;
  color: #000000;
}
#FooterModal .modal-header {
  background-image: url(/content/images/logo/logo-modal-sm.jpg);
  background-repeat: no-repeat;
  min-height: 50px;
  background-position: 10px 10px;
}
#FooterModal .modal-header h1 {
  text-shadow: none;
}
#FooterModal h1, #FooterModal h2, #FooterModal h3, #FooterModal h4, #FooterModal h5, #FooterModal p, #FooterModal li, #FooterModal .control-label {
  color: #000000;
}
#FooterModal .modal-body {
  min-height: 250px;
  padding: 15px 15px 0px 15px;
}
#FooterModal h1, #FooterModal h3, #FooterModal h4, #FooterModal h2 {
  font-weight: 300;
  margin: 0px 0px 5px;
}
#FooterModal h1 {
  margin: 0px;
  text-align: right;
  font-size: 28px;
}
#FooterModal h2 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
#FooterModal p {
  font-weight: 300;
}
#FooterModal li {
  color: #000000;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 17px;
  font-weight: 300;
  margin-bottom: 3px;
}
#FooterModal h3 {
  font-size: 17px;
  line-height: 19px;
}
#FooterModal h3.accordion-toggle {
  font-size: 20px;
  line-height: 23px;
  padding: 5px 10px;
}
#FooterModal .phone-contact {
  font-size: 18px;
  padding-bottom: 8px;
  color: #000000;
}
#FooterModal .phone-contact a {
  font-size: 18px;
  color: #000000;
}
#FooterModal .contact-btn .btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  width: 130px;
  border-radius: 5px;
  color: #fff;
}
#FooterModal textarea {
  height: 100px;
}
#FooterModal h4 {
  font-size: 15px;
  line-height: 18px;
}
#FooterModal #ContactUsForm {
  overflow: auto;
  margin-bottom: 15px;
  padding-top: 5px;
}
#FooterModal #ContactUsForm .span4 {
  float: left;
  margin-left: 10px;
}
#FooterModal #ContactUsForm .span5 {
  float: left;
  margin-left: 10px;
}
#FooterModal #ContactUsForm .btn, #FooterModal #ContactUsForm .btn-flat {
  margin-left: 0px;
  margin-top: 0px;
}
@media (max-width: 768px) {
  #FooterModal #ContactUsForm .input-size {
    max-width: 90%;
  }
  #FooterModal #ContactUsForm .btn, #FooterModal #ContactUsForm .btn-flat {
    width: 102%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  #FooterModal #ContactUsForm .span4 {
    margin-left: 0px;
  }
  #FooterModal #ContactUsForm .span5 {
    margin-left: 0px;
  }
}
@media (max-width: 414px) {
  #FooterModal #ContactUsForm .contact-btn {
    margin-left: 10px;
  }
}

.ContentPage .phone-contact-mobile {
  display: none;
}

#FooterModal .phone-contact-mobile {
  display: block;
}
#FooterModal .phone-contact-mobile a {
  text-decoration: none;
}
#FooterModal .phone-contact-mobile a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  #FooterModal .modal-body {
    padding: 0px;
  }
  #FooterModal #ContactUsForm .pull-right {
    float: none;
  }
  #FooterModal .modal-header {
    background: none;
  }
  #FooterModal .modal-header .close {
    opacity: 1;
    margin-right: -12.94px;
    margin-top: -1px;
  }
  #FooterModal h1 {
    text-align: center;
  }
  #FooterModal .contact-btn .btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    width: 130px;
    border-radius: 5px;
    color: #fff;
  }
}
#MoreInfoModal .modal-header {
  height: 35px;
  background-repeat: no-repeat;
  background-position: center center !important;
}
#MoreInfoModal .modal-body {
  min-height: 200px;
}

.ie .modal {
  margin-top: 0px !important;
}

#InterstitialModal .modal-dialog {
  width: auto;
  margin: 0 auto;
}
#InterstitialModal .modal-dialog .modal-content {
  position: relative;
}
#InterstitialModal .modal-dialog .modal-content .modal-header {
  padding: 0;
  border: 0;
  min-height: initial;
}
#InterstitialModal .modal-dialog .modal-content .modal-header .close {
  opacity: 1;
  outline: 0px !important;
  z-index: 99999;
  cursor: pointer;
  display: block;
  background: none;
  position: absolute;
  float: none;
  top: 2px;
  right: 8px;
  font-size: 20px;
}
#InterstitialModal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
#InterstitialModal .modal-dialog .modal-content .modal-body .content {
  text-align: center;
  border: 0;
  padding: 0px;
  margin: 0;
  overflow: hidden;
  background-color: transparent;
}
#InterstitialModal .modal-dialog .modal-content .modal-body .content img {
  max-width: 100%;
}
#InterstitialModal .modal-dialog .modal-content .modal-body .content h4 {
  font-weight: 700 !important;
  font-size: 24px !important;
  text-align: center !important;
  margin-top: 50px !important;
}
#InterstitialModal .modal-dialog .modal-content .modal-body .content h5 {
  font-size: 20px !important;
  text-align: center !important;
  font-weight: 500 !important;
  margin-top: 15px !important;
}
#InterstitialModal .modal-dialog .modal-content .modal-body .content .btn {
  padding-left: 30px;
  padding-right: 30px;
  min-width: 120px;
  min-height: 35px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 35px;
  border: 0;
  max-width: 180px;
  margin: 25px auto 20px !important;
}

.accordion, label {
  font-size: 15px;
}
.accordion a, label a {
  color: #000000;
}

@media (min-width: 768px) {
  .home.auth .ribbon.topribbon {
    margin-left: -44px;
  }
}
.home.noauth .ribbon {
  padding: 10px;
}
.home.noauth .ribbon .top-tri {
  border-width: 0 0 10px 11px;
}
.home.noauth .ribbon .top-tri.right {
  border-width: 10px 0 0 9px;
}
.home.noauth .ribbon-content b {
  display: inline-block;
  margin-right: 10px;
  font-size: 55px !important;
  line-height: 48px !important;
}
.home.noauth .ribbon-content span {
  display: inline-block;
}
@media (min-width: 768px) {
  .home.noauth .ribbon.topribbon {
    margin-left: -32px;
  }
}
@media (min-width: 768px) {
  .home.noauth .ribbon.topribbon {
    margin-top: -20px;
    margin-right: -20px;
  }
}
.home.noauth .content.nomatch {
  padding-left: 20px;
  padding-right: 20px;
}
.home .content.nobg {
  margin: 0px;
  padding: 40px 20px;
}
.home .btn-success.large {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}
.home .btn-success.large img {
  display: inline;
  padding-left: 7px;
  margin: 0px;
  width: auto;
  height: 20px;
}
.home #sliderWrap .btn-success.large {
  display: block;
  margin: 0px auto 5px;
  max-width: 60%;
}
@media (min-width: 768px) {
  .home #sliderWrap .btn-success.large {
    margin-top: 70px;
  }
}
.home #sliderWrap .btn-success.large img {
  margin-top: -5px;
}
.home #sliderWrap .center-text {
  font-weight: 400;
  text-align: center;
  color: #333;
}
@media (min-width: 768px) {
  .home #sliderWrap .carousel .item .carousel-caption {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .home #sliderWrap .carousel .item .btn-success.large {
    font-size: 20px;
    line-height: 22px;
  }
  .home #sliderWrap .carousel .item .btn-success.large img {
    height: 20px;
  }
}
.home h2 {
  margin-top: -10px;
}
.home .container.main .span4, .home .container.main .span6 {
  margin-bottom: 20px;
  text-align: center;
}
.home .container.main .span4 img, .home .container.main .span6 img {
  display: block;
  max-height: 155px;
  margin: 20px auto 10px;
}
@media (min-width: 768px) {
  .home .container.main .span4 img, .home .container.main .span6 img {
    width: 100%;
  }
}
@media (min-width: 980px) {
  .home .container.main .span4 h5, .home .container.main .span6 h5 {
    height: 35px;
  }
  .home .container.main .span4 h5 span, .home .container.main .span6 h5 span {
    display: Block;
  }
}
.home .container.main .span4 h4, .home .container.main .span4 p, .home .container.main .span4 h5, .home .container.main .span6 h4, .home .container.main .span6 p, .home .container.main .span6 h5 {
  text-align: left;
}
.home .container.main .span4 h4, .home .container.main .span4 h5, .home .container.main .span6 h4, .home .container.main .span6 h5 {
  margin: 20px 0px 20px;
}
@media (max-width: 979px) {
  .home .container.main .span4 h4, .home .container.main .span4 h5, .home .container.main .span6 h4, .home .container.main .span6 h5 {
    margin: 10px 0px 5px;
  }
}
.home .container.main .span4 p, .home .container.main .span6 p {
  font-size: 12px;
  line-height: 14px;
}
.home .container.main .span4 .content, .home .container.main .span6 .content {
  position: relative;
  padding: 10px 20px;
  margin: 0px;
}
@media (max-width: 767px) {
  .home .container.main .span4 .content, .home .container.main .span6 .content {
    min-height: 0px !important;
  }
}
.home .container.main h5 {
  margin-bottom: 10px;
}
.home .container.main .div-right {
  text-align: center;
}
.home .container.main .div-right p {
  text-align: left;
}
.home .container.main .div-right img {
  margin: 0px auto 25px !important;
}
.home .container.main .div-right .btn {
  padding-top: 8px;
  padding-bottom: 8px;
}

.content.nobg {
  background: transparent;
  border: 0px;
}

[class*=span] .content {
  margin: 0px;
}

@media (max-width: 767px) {
  [class*=span] .content {
    margin-bottom: 10px;
    min-height: 0px !important;
  }
}
.carousel-linked-nav {
  margin: 0px;
  padding: 0px;
  display: block;
  bottom: 20px;
  right: 30px;
  list-style-type: none;
  text-align: center;
}
.carousel-linked-nav li {
  display: inline-block;
  background: none;
}
.carousel-linked-nav li.active a {
  background: url("/Content/images/nonmember/sliderOn.png") 0 0 no-repeat;
}
.carousel-linked-nav li a {
  display: block;
  text-indent: -9999px;
  width: 14px;
  height: 14px;
  background: url("/Content/images/nonmember/sliderOff.png") 0 0 no-repeat;
  margin-left: 5px;
}
.carousel-linked-nav li a:hover {
  text-decoration: none;
}
.carousel-linked-nav li a.first-child {
  margin-left: 0px;
}

@media (min-width: 481px) {
  .form-horizontal .control-label {
    width: 90px;
  }
  .form-horizontal .controls {
    margin-left: 100px;
  }
}
@media (max-width: 480px) {
  .Join .modal {
    bottom: 10px;
  }
}
.Join .si:hover {
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
.Join #AgreedToOfferDetails {
  margin: 0px;
}
.Join #AgreeToContinueCheckbox {
  display: inline;
  margin: 0px;
  padding-left: 5px;
  float: none;
  cursor: default;
}
.Join #AgreeToContinueCheckbox a {
  color: #6a6a6a;
  text-decoration: underline;
}
.Join .signup {
  text-align: Center;
}
.Join .signup .btn {
  font-size: 18px;
  line-height: 20px;
  margin: 20px auto 0px;
  float: none !important;
}
.Join .header a {
  cursor: default;
}
.Join .header a img {
  display: block;
  margin-bottom: 15px;
}
.Join #MobileNavBar {
  display: none;
}
.Join [rel=TopNavigationBar] #MainNav li.hideJoin {
  display: none !important;
}
@media (max-width: 979px) {
  .Join [rel=TopNavigationBar] .btn-navbar {
    display: none !important;
  }
  .Join [rel=TopNavigationBar] #SignInButton {
    display: block !important;
    padding: 4px 10px;
  }
}
.Join h3 {
  text-transform: none;
  margin-bottom: 10px;
}
.Join .container.main p {
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
}
.Join .container.main form p {
  font-size: 14px;
  line-height: 18px;
  padding: 10px 0;
}
.Join .container.main form label {
  font-weight: 300;
}
.Join .ribbon.topribbon {
  margin-top: 0px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .Join #CreditCardExpirationMonth {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .Join .ribbon.topribbon {
    margin: 0px 0px 20px -43px;
    width: 60%;
    clear: both;
    float: none;
  }
  .Join .content {
    margin-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.Join .creditcard {
  margin-bottom: 10px;
}
.Join .content.span {
  color: #6a6a6a !important;
}

#mapCanvas img {
  max-width: inherit;
}

.Parking #parking-search-container {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: auto;
  margin: 0px 0px 20px;
}
.Parking #parking-search-container .search-inner {
  padding: 10px;
  overflow: auto;
}
.Parking .span2 .btn {
  position: relative;
  display: block;
  margin-top: 5px;
}
.Parking .span2 .btn i {
  position: absolute;
  margin: 0px;
  padding: 0px;
  top: 12px;
  right: 7px;
}
.Parking .parkinglineitem {
  cursor: pointer;
}
@media (max-width: 767px) {
  .Parking #parking-search-container p {
    text-align: center;
  }
  .Parking #parking-search {
    margin: 0px auto 10px;
    display: block;
    float: none;
  }
  .Parking .span2 .btn {
    margin: 0px auto;
    float: none !important;
  }
}
.Parking .description {
  font-weight: 300;
  text-align: right;
}
@media (max-width: 767px) {
  .Parking .description {
    max-width: 100%;
  }
}
.Parking .lotInfoWindow {
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
}
.Parking .lotInfoWindow .close {
  color: #47748c;
  opacity: 1;
}
.Parking .lotInfoWindow .lotName {
  font-weight: normal;
  color: #3aa2bf;
}
.Parking .goToInfoWindow {
  font-weight: bold;
}
.Parking #parkingListViewResultsList {
  list-style-type: none;
  margin: 0px;
}
.Parking #parkingListViewResultsList li {
  background: #fff;
  border-bottom: 2px solid #e8e8e8;
  PADDING: 0px 8px 5px 18px;
  font-size: 12px;
  line-height: 14px;
}
.Parking #parkingListViewResultsList li:nth-child(odd) {
  background: #f1f1f1;
}
.Parking #parkingListViewResultsList li:last-child {
  border-bottom: 0px;
}
.Parking #parkingListViewResultsList li strong.h3 {
  PADDING-TOP: 5px;
  display: block;
  font-weight: bold;
  margin: 0px;
  font-size: 12px;
  line-height: 14px;
}
.Parking #parkingListViewResultsList li a {
  color: #282525;
  width: auto;
}
.Parking #parkingListViewResultsList li:hover a {
  color: #000;
  text-decoration: none;
}
.Parking #ParkingLotInfoPageContainer {
  display: none;
}
.Parking #ParkingLotInfoPageContainer .map {
  overflow: auto;
  clear: both;
}
.Parking .messageBox {
  position: absolute;
  top: 50px;
  display: none;
  left: 50%;
  margin: 0px 0px 0px -150px;
  max-width: 300px;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  -webkit-box-shadow: 0 1px 1px -1px white;
  -moz-box-shadow: 0 1px 1px -1px white;
  box-shadow: 0 1px 1px -1px white;
  padding: 10px;
  border: 1px solid #B94A48;
  font-weight: 300;
  font-family: Roboto Condensed;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.Parking .mapcontainer {
  position: relative;
  margin-bottom: 10px;
  height: 500px;
}
.Parking #parkingListViewResultsListWrap {
  display: none;
  padding: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 30%;
  float: left;
}
.Parking #parkingListViewResultsListWrap.LotInfoIsOpen {
  overflow-y: auto;
}
.Parking #parkingListViewResultsListWrap.showListViewSideBar {
  display: block;
}
@media (max-width: 767px) {
  .Parking .mapContainer.LotInfoIsOpen {
    height: auto !important;
  }
}
.Parking #mapCanvas {
  width: 68%;
  float: right;
}
.Parking #mapCanvas, .Parking #parkingListViewResultsListWrap {
  -webkit-border-radius: 2px 2px 0px 0px;
  -moz-border-radius: 2px 2px 0px 0px;
  border-radius: 2px 2px 0px 0px;
  height: 100%;
}
.Parking #mapCanvas.mapLoading, .Parking #parkingListViewResultsListWrap.mapLoading {
  background: url("/content/images/maps/ParkingFinderLoading.jpg") center center;
}
.Parking #mapCanvas.mapLoading, .Parking #mapCanvas.mapWithoutListView, .Parking #parkingListViewResultsListWrap.mapLoading, .Parking #parkingListViewResultsListWrap.mapWithoutListView {
  width: 100%;
  margin: 0px;
}
@media (max-width: 767px) {
  .Parking .hidemapsmallscreen {
    display: none;
  }
  .Parking #mapCanvas, .Parking #parkingListViewResultsListWrap {
    float: none;
    width: 100%;
  }
  .Parking #parkingListViewResultsListWrap.showListViewSideBar {
    display: none;
  }
  .Parking #parkingListViewResultsList {
    display: none;
  }
}
.Parking .map {
  margin-top: 5px;
}
.Parking .map td {
  padding-left: 5px;
}
.Parking .map td.addressblock {
  padding: 0px 10px 0px;
}
.Parking .map img {
  border: 2px solid #3aa2bf;
}
.Parking #ParkingRates {
  overflow: auto;
}
.Parking #ParkingRates h5 {
  font-weight: 300;
  color: #FFF;
  background: #3aa2bf;
  padding: 5px 20px;
  margin: 5px 0px 0px;
}
.Parking #ParkingRates div.listRates {
  overflow: auto;
  min-height: 250px;
}
.Parking #ParkingRates ul {
  margin: 0px;
  overflow: auto;
}
.Parking #ParkingRates ul li {
  background: #fff;
  padding: 5px;
  font-size: 12px;
  line-height: 13px;
  overflow: auto;
  position: relative;
}
.Parking #ParkingRates ul li:nth-child(odd) {
  background: #f1f1f1;
}
.Parking #ParkingRates ul li .strong {
  font-weight: bold;
}
.Parking #ParkingLotInfoPageContainer #ParkingRates li span {
  font-size: 10px;
}
.Parking #ParkingLotInfoPageContainer .infoHeading {
  -webkit-border-radius: 2px 2px 0px 0px;
  -moz-border-radius: 2px 2px 0px 0px;
  border-radius: 2px 2px 0px 0px;
  position: relative;
  background-color: #f05134;
  margin: 0px;
}
.Parking #ParkingLotInfoPageContainer .infoHeading .closeLotWindow {
  margin-right: 10px;
  margin-top: 10px;
  color: #fff;
  opacity: 0.8;
}
.Parking #ParkingLotInfoPageContainer .infoHeading h2 {
  font-family: "Roboto Condensed";
  padding: 0px 20px 0px 20px;
  display: block;
  min-height: 32px;
  background: url(/content/images/maps/WhiteStarPin.png) left center no-repeat;
  padding-left: 30px;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  margin-left: 20px;
  font-weight: 300;
}
.Parking #ParkingLotInfoPageContainer .infoHeading h2 .dist {
  color: #FFF;
  font-size: 11px;
  line-height: 12px;
  margin-top: 5px;
  display: block;
}
.Parking #ParkingLotInfoPageContainer .row2 {
  padding: 5px;
  overflow: auto;
}
.Parking #ParkingLotInfoPageContainer .row2 .wrapper {
  width: 150px;
  font-weight: 700;
  line-height: 14px;
  font-size: 13px;
}

.pw {
  background: #f7f7f7;
  border: 1px solid #dddddd;
}

.description {
  max-width: 180px;
  margin: 0px 15px 10px;
}

#parking-search-wrap {
  margin-top: 8px;
}
#parking-search-wrap input {
  margin: 0px 7px 0px 0px;
}
@media (max-width: 767px) {
  #parking-search-wrap {
    float: none;
  }
  #parking-search-wrap input {
    margin: 0px auto;
    width: 95%;
  }
  #parking-search-wrap button {
    display: block;
    margin: 0px auto;
  }
}

#parking-search-container .search-inner {
  float: left;
  background: #fff;
  padding: 5px;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.ParkingFinderFlag {
  position: relative;
  float: right;
  width: 362px;
  height: 101px;
  background: url(/content/images/maps/parking-flag.png) 0 0 no-repeat;
}
.ParkingFinderFlag a {
  position: absolute;
  top: 0px;
  width: 47px;
  height: 28px;
  display: block;
  right: 0px;
}
@media (max-width: 767px) {
  .ParkingFinderFlag {
    float: none;
    margin: 10px 0px auto;
  }
}

@media (max-width: 767px) {
  .pw {
    padding-left: 10px;
    padding-right: 10px;
  }

  #parking-search-container .search-inner {
    float: none;
  }
}
.ie8 #parkingListViewResultsList li, .ie7 #parkingListViewResultsList li {
  border-bottom: 1px solid #e8e8e8;
  background: #f7f7f7;
}
.ie8 .showListViewSideBar, .ie7 .showListViewSideBar {
  border: 1px solid #e8e8e8;
  border-left: 0px;
}

.Premium div.alert.form {
  width: 100%;
  margin: 0px 0px 5px;
}
.Premium .btn {
  font-weight: 300;
}
.Premium .ribbon.topribbon {
  margin-bottom: 10px;
}
.Premium .nomargin {
  margin-left: 0px !important;
}
.Premium .container.main {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.Premium legend {
  color: #6a6a6a;
  border: 0px;
  margin-bottom: 5px;
}
.Premium legend small {
  padding-left: 5px;
  font-size: 12px;
}
.Premium label {
  text-align: center;
  font-weight: 300;
}

#PremiumBar {
  padding-top: 10px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 0px;
  border-bottom: 1px solid #387038;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
  color: #fff;
}
#PremiumBar:hover, #PremiumBar:focus, #PremiumBar:active, #PremiumBar.active, #PremiumBar.disabled, #PremiumBar[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
#PremiumBar:active, #PremiumBar.active {
  background-color: #408140 \9 ;
}
#PremiumBar a {
  color: #fff;
  text-decoration: underline;
}

#CopySuccess {
  display: none;
}

.Submit .btn {
  font-weight: 300;
}
@media (min-width: 768px) {
  .Submit .ribbon.topribbon {
    margin-left: -44px;
  }
}
.Submit .content {
  padding: 40px 20px 20px;
}
.Submit li.or {
  list-style-type: none;
  margin-left: 70px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.Submit blockquote {
  border: 0px;
  margin-left: 0px;
  padding-left: 0px;
}
.Submit .content li, .Submit p {
  font-size: 13px;
  line-height: 15px;
}
.Submit .content li {
  font-weight: 300;
}
.Submit .content li blockquote {
  font-weight: 300;
}
.Submit .content li strong {
  display: block;
}
.Submit .content li a {
  text-decoration: underline;
}
.Submit .input {
  width: 100%;
  background: #ededed;
  padding: 4px;
  background-color: #ededed;
  border: 1px solid #cacaca;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  margin: 0px 0px 20px;
}
.Submit .input div {
  color: #555;
  font-weight: 300;
  line-height: 16px;
  font-size: 16px;
}
.Submit .center {
  margin-bottom: 20px;
  position: relative;
}

.home .modal-backdrop.fade.in {
  opacity: 0.65;
  filter: alpha(opacity=65);
}

#WelcomeOverlay {
  font-weight: 300;
  padding: 20px;
  Box-sizing: Border-box;
  background: #fff;
  border: 5px solid #f6f6f6;
  color: #020202;
  -webkit-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
  box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
  -webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.75);
  box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.75);
}
#WelcomeOverlay img {
  display: block;
}
#WelcomeOverlay h1 {
  font-weight: 400;
  text-align: left;
  margin: 0px;
  font-size: 21px;
  line-height: 25px;
}
#WelcomeOverlay .btn {
  font-weight: 300;
  opacity: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 200px;
}
#WelcomeOverlay .logo {
  display: block;
  margin: 0px auto;
}
#WelcomeOverlay .modal-header, #WelcomeOverlay .modal-footer, #WelcomeOverlay .modal-body {
  border: 0px;
  padding: 0px;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#WelcomeOverlay .modal-header h1 {
  color: #000000;
  font: normal normal bold 24px/22px Lato;
  text-align: center;
}
#WelcomeOverlay .modal-body {
  margin: 20px 0px;
}
#WelcomeOverlay .span4 {
  margin-bottom: 0px;
}
#WelcomeOverlay #ModuleHolder .modal-tile-content {
  margin-top: 16px;
}
#WelcomeOverlay #ModuleHolder .modal-tile-content a {
  text-align: center;
  font: normal normal normal 14px/14px Lato;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}
#WelcomeOverlay #ModuleHolder .modal-tile-content .btn {
  width: 176px;
  height: 40px;
  margin: 10px auto 0px;
}
#WelcomeOverlay #ModuleHolder .modal-tile-content h2 {
  text-align: center;
  font: normal normal normal 18px/20px Lato;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
#WelcomeOverlay #ModuleHolder .modal-tile-content p {
  text-align: center;
  font: normal normal normal 12px/14px Lato;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
@media (min-width: 768px) {
  #WelcomeOverlay {
    width: 768px;
    margin-left: -384px;
  }
  #WelcomeOverlay .line {
    position: absolute;
    right: -10px;
    top: 2px;
    width: 1px;
    bottom: 2px;
    background: #bfbfbf;
  }
}
@media (max-width: 767px) {
  #WelcomeOverlay {
    padding: 10px;
  }
  #WelcomeOverlay img {
    margin: 10px auto;
    max-width: 200px;
  }
  #WelcomeOverlay h4 {
    margin: 0px;
  }
  #WelcomeOverlay h1 {
    text-align: center;
  }
  #WelcomeOverlay .btn {
    float: none;
    margin: 10px auto 0px;
  }
  #WelcomeOverlay p {
    max-width: 80%;
    margin: 0px auto 5px;
  }
}

.tableHeadingDiv {
  display: none;
}

@media (max-width: 979px) {
  .responsive-table {
    display: Block;
  }
  .responsive-table thead, .responsive-table tbody, .responsive-table th, .responsive-table td, .responsive-table tr {
    display: block;
  }
  .responsive-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .responsive-table tr {
    border: 1px solid #ccc;
    border-bottom: 0px;
  }
  .responsive-table td {
    border: none;
    border-left: 0px !important;
    border-bottom: 1px solid #eee;
    position: relative;
  }
  .responsive-table td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .responsive-table .tableHeadingDiv {
    font-weight: bold;
    float: left;
    width: 50%;
    display: block;
  }
  .responsive-table .tableHeadingText {
    display: inline-block;
    width: 50%;
    word-wrap: break-word;
  }

  .ie .responsive-table tr {
    border-right: 0px;
  }

  .ie .responsive-table td {
    float: left;
    width: 95%;
  }
}
.Rebates #tripId {
  background: #fff;
}
.Rebates .dropdown-menu > li > a {
  padding: 3px 7px;
}
.Rebates .hotelRebates .dropdown-menu > .active > a {
  background: #f05134;
}
.Rebates .date {
  display: none;
}
.Rebates .carRebates .dropdown-menu > .active > a {
  background: #3abf88;
}
.Rebates input.err, .Rebates select.err, .Rebates textarea.err {
  margin-bottom: 0px;
}
.Rebates form {
  margin-bottom: 0px;
}
.Rebates .checkbox {
  margin-top: -2px;
  width: 27px;
  height: 27px;
  background: url(/content/images/icons/checkboxes.png) 0 -27px no-repeat;
  padding: 0px;
  cursor: pointer;
}
.Rebates .checkbox.active {
  background-position: 0 0;
}
.Rebates .typeahead.dropdown-menu a {
  text-align: left;
  display: block;
  font-size: 14px;
  line-height: 14px;
  text-shadow: none;
  text-decoration: none;
}
.Rebates .total {
  margin: 0px;
  background: #fff;
}
@media (max-width: 767px) {
  .Rebates .total {
    margin-bottom: 10px;
    padding: 10px;
  }
}
.Rebates .total strong {
  color: #3abf88;
  margin-top: 10px;
}
.Rebates .tripName {
  margin-top: 20px;
}
.Rebates.Input .steps {
  margin: 20px 0px 30px;
}
@media (min-width: 768px) {
  .Rebates.Input .steps .ribbon.topribbon {
    margin-left: -12px;
  }
}
.Rebates.Input .steps .ribbon.topribbon {
  padding-right: 10px;
  cursor: pointer;
}
.Rebates.Input .steps button {
  display: block;
  margin: 10px auto -10px;
  width: 85px;
}
@media (min-width: 768px) {
  .Rebates.Input .content {
    padding: 40px 0px 0px;
  }
}
@media (max-width: 767px) {
  .Rebates .steps .span4 {
    margin-bottom: 20px;
  }
  .Rebates .steps button {
    margin-top: 0px;
  }
}
.Rebates .main h3 {
  text-transform: none;
  font-size: 30px;
}
.Rebates .main p {
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  margin-top: 10px;
}
.Rebates .new-rebate-header {
  background: #cccece;
  margin: 20px 0px 0px;
}
.Rebates .rebate-form, .Rebates .rebate-body {
  padding: 0px 10px;
}
.Rebates .rebate-form a, .Rebates .rebate-body a {
  font-size: 11px;
  text-align: right;
  text-decoration: underline;
  line-height: 12px;
  font-weight: 300;
  display: block;
}
.Rebates .btn-large.pull-right {
  padding: 7px 19px;
  margin: 20px 0px;
}
.Rebates .expand, .Rebates .collapse {
  cursor: pointer;
}
.Rebates .rebate-class-summary, .Rebates .new-rebate-header {
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  background: #75bdd2;
  padding: 2px 10px;
  margin-bottom: 10px;
}
.Rebates .rebate-header {
  font-size: 14px;
  line-height: 14px;
  background: #badee9;
  padding: 5px 10px;
  font-weight: 300;
  color: #5c5c5c;
  margin-bottom: 10px;
}
.Rebates .rebate-header i {
  color: #3aa1bf;
}
.Rebates .rebate-header i:hover {
  color: #287084;
}
.Rebates .green .rebate-class-summary, .Rebates .green .new-rebate-header {
  background: #75d2ab;
}
.Rebates .green .rebate-header {
  background: #b3ecd4;
}
.Rebates .green .rebate-header i {
  color: #3abf88;
}
.Rebates .green .rebate-header i:hover {
  color: #28845e;
}
.Rebates .red .rebate-class-summary, .Rebates .red .new-rebate-header {
  background: #f48470;
}
.Rebates .red .rebate-header {
  background: #f0b0a5;
}
.Rebates .red .rebate-header i {
  color: #f05033;
}
.Rebates .red .rebate-header i:hover {
  color: #c82b0f;
}
.Rebates .inactive .rebate-class-summary, .Rebates .inactive .new-rebate-header, .Rebates .inactive .rebate-form {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.Rebates .inactive .btn.flat {
  cursor: default;
  background: #c9caca !important;
  border-color: #a7a8a8;
}
@media (max-width: 767px) {
  .Rebates .content {
    min-height: 0px !important;
  }
  .Rebates .content-padding {
    margin: 20px 19px 0px;
  }
}

input.err, select.err, textarea.err {
  border-color: #b94a48;
}
input.inactive, select.inactive, textarea.inactive {
  color: #a39999;
}

div.error {
  margin: 0px 0px 10px;
  font-size: 12px;
  line-height: 14px;
  padding: 2px 3px;
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
  text-shadow: 1px 0 rgba(255, 255, 255, 0.5);
}

.Submit .content li.remove-bullet {
  list-style: none;
  margin-left: -25px;
}

.chzn-container {
  font-size: 13px;
  line-height: normal;
  position: relative;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-weight: 300;
  vertical-align: middle;
  margin-top: 20px;
}
.chzn-container .chzn-drop {
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  outline: 0px !important;
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #cacaca;
  background-color: #ededed;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chzn-container.chzn-with-drop .chzn-drop {
  left: 0;
}

.chzn-container-single .chzn-single {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #ededed;
  border: 1px solid #cacaca;
  color: #444;
  text-decoration: none;
  line-height: norrmal;
  padding: 4px 6px;
}
.chzn-container-single .chzn-default {
  color: #999;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url("/content/images/icons/chosen-sprite.png") -42px 1px no-repeat;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  background: url("/content/images/icons/chosen-sprite.png") no-repeat 0px 2px;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-container-single .chzn-search input {
  height: 18px;
  min-height: 28px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ededed;
  margin: 1px 0;
  outline: 0;
  border: 1px solid #cacaca;
  width: 100%;
}
.chzn-container-single .chzn-drop {
  margin-top: -1px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: "padding-box";
  -moz-background-clip: "padding-box";
  background-clip: "padding-box";
}

.chzn-container-single-nosearch .chzn-search {
  position: absolute;
  left: -9999px;
}

.create-option a {
  cursor: default;
  text-decoration: none !important;
  font-weight: 400;
  color: #5d5d5d;
}

.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}

.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px;
  z-index: 1;
}
.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
  background: url("/content/images/icons/chosen-sprite.png") no-repeat -4px -3px;
}
.chzn-container .chzn-results-scroll-up span {
  background: url("/content/images/icons/chosen-sprite.png") no-repeat -22px -3px;
}
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted {
  background-color: #f05134;
  color: #fff;
}
.chzn-container .chzn-results .highlighted a {
  color: #fff !important;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 15px;
}

.chzn-container-active.chzn-with-drop .chzn-single {
  border: 1px solid #aaa;
}
.chzn-container-active.chzn-with-drop .chzn-single div {
  background: transparent;
  border-left: none;
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position: -18px 2px;
}
.chzn-container-active .chzn-choices {
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}

.chzn-disabled {
  cursor: default;
  opacity: 0.5 !important;
}
.chzn-disabled .chzn-single, .chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chzn-container-single .chzn-single abbr, .chzn-container-single .chzn-single div b {
    background-image: url("/content/images/icons/chosen-sprite@2x.png") !important;
    background-repeat: no-repeat !important;
    background-size: 52px 37px !important;
  }
  .chzn-container-single .chzn-search input {
    background-image: url("/content/images/icons/chosen-sprite@2x.png") !important;
    background-repeat: no-repeat !important;
    background-size: 52px 37px !important;
  }

  .chzn-container-multi .chzn-choices .search-choice .search-choice-close {
    background-image: url("/content/images/icons/chosen-sprite@2x.png") !important;
    background-repeat: no-repeat !important;
    background-size: 52px 37px !important;
  }

  .chzn-container .chzn-results-scroll-down span, .chzn-container .chzn-results-scroll-up span {
    background-image: url("/content/images/icons/chosen-sprite@2x.png") !important;
    background-repeat: no-repeat !important;
    background-size: 52px 37px !important;
  }
}
.Login [rel=TopNavigationBar] {
  overflow: auto;
}
.Login [rel=TopNavigationBar] .navbar-inner {
  max-width: 490px;
  margin: 0 auto;
  padding: 0px;
  min-height: 0px;
}
@media (max-width: 768px) {
  .Login [rel=TopNavigationBar] .navbar-inner {
    border-radius: 0px 0px 5px 5px;
  }
}
.Login [rel=TopNavigationBar] .navbar-inner .nav {
  margin: 0px;
  padding: 0px;
}
.Login [rel=TopNavigationBar] li:first-child a {
  border-bottom-left-radius: 5px;
}
.Login [rel=TopNavigationBar] li:last-child a {
  border-bottom-right-radius: 5px;
}
.Login [rel=TopNavigationBar] li a {
  font-size: 13px;
  line-height: 13px;
}
.Login .home-link {
  float: none;
  margin: 20px auto 20px;
}
@media (max-width: 480px) {
  .Login input[type=text], .Login input[type=password] {
    width: 90%;
  }
}
@media (min-width: 481px) {
  .Login .form-horizontal .control-label {
    width: 120px;
  }
  .Login .form-horizontal .controls {
    margin-left: 130px;
  }
}
.Login .container.main {
  border-bottom: 1px solid #ddd;
  max-width: 623px;
  margin: 0px auto 20px;
}
.Login #ForgotPasswordForm, .Login #ForgotFormSuccessContainer, .Login #ForgotFormErrorContainer {
  display: none;
}
.Login .ribbon {
  display: block;
}
.Login .btn-primary {
  font-size: 20px;
  line-height: 45px;
  font-weight: 300;
  margin-bottom: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 480px) {
  .Login .btn-primary {
    font-size: 16px;
    line-height: 18px;
  }
}
.Login .content {
  padding-bottom: 0px;
}
.Login .link {
  text-decoration: underline;
  text-align: Center;
  margin-bottom: 20px;
  color: #878787;
}
.Login .link:hover {
  color: #000;
}
.Login .btn-row {
  text-align: Center;
}
.Login .list-links {
  text-align: Center;
}
.Login .list-links ul {
  margin: 15px 0px;
  list-style: none;
}
.Login .list-links li {
  display: inline-block;
  margin-left: 7px;
}
.Login .list-links li:first-child {
  margin-left: 0px;
}
.Login .list-links li a {
  text-decoration: underline;
  color: #878787;
}
.Login .list-links li a:hover {
  color: #000;
}

.hide-print {
  display: none;
}

@media print {
  * {
    color: black;
    background: white;
  }

  .table {
    font-size: 80%;
  }

  .header, #PremiumBar, .navbar, #footer, h1, .center, #RebateTotal, .hp, #sliderWrap, .top-tri {
    display: none !important;
  }

  .hide-print {
    display: block !important;
  }

  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  img {
    page-break-inside: avoid;
    page-break-after: avoid;
  }

  blockquote, table, pre {
    page-break-inside: avoid;
  }

  ul, ol, dl {
    page-break-before: avoid;
  }

  h1, h2, h3, h4, p, a, h5, * {
    color: #000 !important;
    font-style: normal !important;
  }

  table {
    font-size: 10pt !important;
  }

  .hidePrint {
    display: block;
  }

  .table th, .Rebates .table td {
    border-left: 1px solid #000;
  }

  .table th {
    border-bottom: 1px solid #000;
  }

  .content-padding {
    border: 1px solid #000;
    margin: 10px auto !important;
    padding: 0px;
  }

  .content-padding .content {
    padding: 0px !important;
    border: 0px !important;
    margin-top: 0px;
  }

  .Rebates .submissions {
    margin: 15px 0px 0px !important;
  }

  ul ul {
    display: block;
    overflow: auto;
    padding-bottom: 20px;
  }

  ul li li {
    display: block;
    width: 40%;
    float: left;
    list-style-type: none;
  }

  ul li li.last {
    border-left: 1px solid black;
    padding-left: 5%;
  }

  .container {
    width: auto;
    margin: 0 5%;
    padding: 0;
    border: 0;
    float: none !important;
    color: black;
    background: transparent;
  }

  .main {
    border: 0px !important;
    background: transparent !important;
  }

  .ThankYou blockquote {
    padding: 5px;
  }
  .ThankYou .total {
    padding: 10px;
    border: 0px;
  }
  .ThankYou .table-bordered td {
    border: 0px !important;
    border-bottom: 1px solid #000 !important;
  }
  .ThankYou .table-bordered tr:last-child td {
    border-bottom: 0px !important;
  }
}
.container {
  max-width: 986px;
}

.modal-backdrop {
  background-color: #fff;
}

#SignInButton {
  display: none;
}

body {
  padding: 0px;
}

.clear {
  clear: both;
}

.steps .ribbon.topribbon {
  margin-bottom: 10px;
  display: block;
  padding-top: 7px;
  margin-top: -26px;
  padding-bottom: 6px;
}
@media (min-width: 768px) {
  .steps .ribbon.topribbon {
    margin-left: -32px;
  }
}
@media (min-width: 768px) {
  .steps .ribbon .top-tri {
    border-width: 0 0 10px 11px;
  }
}

.noauth .partnerimage, .Welcome .partnerimage {
  display: none !important;
}

.overlay-mask {
  position: fixed;
  z-index: 9999;
  background: #000;
  width: 100%;
  height: 100%;
  top: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
}

@media (max-width: 767px) {
  #sliderWrap .carousel .item .carousel-caption {
    left: 12px;
    right: 12px;
    bottom: 27%;
  }

  #sliderWrap .carousel .item .carousel-caption p {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  #sliderWrap .carousel .item .carousel-caption {
    padding: 5px !important;
  }
}
@media (max-width: 668px) {
  #sliderWrap .carousel .item .carousel-caption {
    bottom: 10%;
  }
}
.btn {
  color: #fff !important;
  font-weight: 300;
  text-shadow: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn.flat:hover {
  color: white;
  text-decoration: none;
  background: #f05134;
  border-color: #f05134;
  transition: none !important;
}
.btn.flat.disabled:hover {
  background: #39a1be;
}
.btn.btn-primary:hover {
  background: #8b3525;
  border-color: #8b3525;
}
.btn.btn-primary[disabled], .btn.btn-primary.disabled {
  background: #8b3525 !important;
}
.btn.btn-green {
  border-color: #009f7f;
  background: #009f7f;
}
.btn.btn-green:hover {
  border-color: #005342;
  background: #005342;
}

.contact-btn {
  margin: 0 auto;
  max-width: 125px;
}
@media (max-width: 567px) {
  .contact-btn {
    max-width: 90%;
  }
}

.center {
  text-align: center;
}

.main {
  background: #f2f2f2;
  border: 1px solid #dddddd;
  border-bottom: 0px;
}

.home-link {
  display: block;
}
@media (min-width: 768px) {
  .home-link {
    float: left;
    background: url(/Content/images/logo/logo-w-s.jpg) 0 0 no-repeat;
    width: 282px;
    height: 85px;
    margin: 20px auto 20px;
  }
}
@media (max-width: 767px) {
  .home-link {
    margin: 0px auto 10px;
    background: url(/Content/images/logo/logo-w-s.jpg) 0 0 no-repeat;
    width: 282px;
    height: 85px;
  }
}
@media (max-width: 767px) {
  .home-link {
    max-width: 300px;
    float: none;
  }
}

.right {
  text-align: right;
}

h5 {
  font-size: 18px;
  line-height: 20x;
  margin: 0px 0px 10px;
}

p {
  font-size: 14px;
  line-height: 16px;
}

.Profile h5 {
  margin-top: 20px;
}
.Profile .content p:last-child {
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  .Profile .btn.pull-right {
    float: none;
    display: block;
    margin: 0px auto 10px;
  }
}

h3 {
  margin: 0px;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
}

form {
  margin-bottom: 10px;
}

.content-padding {
  margin: 20px 36px 0px;
}

section {
  display: block;
}

@media (max-width: 767px) {
  .main {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.Welcome .ribbon {
  display: block;
}
.Welcome strong, .Welcome p {
  font-size: 12px;
  line-height: 14px;
}
.Welcome strong {
  display: block;
}
.Welcome p {
  margin: 0px;
}
.Welcome .btn-primary {
  font-size: 16px;
  line-height: 40px;
  max-width: 250px;
  margin: 25px auto;
  display: block;
  letter-spacing: 0.5px;
}
.Welcome .content span {
  color: inherit;
}

.alert-message {
  margin-left: 0 !important;
}

#ContactUsForm .input-size {
  height: 20px;
}
@media (max-width: 768px) {
  #ContactUsForm .input-size {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  #ContactUsForm .contact-btn {
    text-align: center;
  }
}

/*.Join noauth {
    .navbar-inner relative {
        float: right!important;
    }
}*/
@media (min-width: 768px) {
  .Welcome .ribbon.topribbon {
    margin-left: -54px;
  }
  .Welcome .content {
    padding-left: 30px;
    margin-top: 0px;
    padding-right: 30px;
  }
  .Welcome .span4 img {
    text-align: center;
  }
}
@media (max-width: 767px) {
  #footer {
    height: auto !important;
  }

  .Welcome .span8 .content {
    margin-bottom: 20px;
  }
}
.BillingDescriptor .breadcrumbs, .MembershipCost .breadcrumbs, .HowToCancel .breadcrumbs {
  margin: 12px 0 -20px 35px;
  color: #444444;
}
.BillingDescriptor .breadcrumbs a, .MembershipCost .breadcrumbs a, .HowToCancel .breadcrumbs a {
  color: #444444;
  text-decoration: underline;
}
@media (max-width: 600px) {
  .BillingDescriptor .breadcrumbs, .MembershipCost .breadcrumbs, .HowToCancel .breadcrumbs {
    margin: 12px 0 -10px 23px;
  }
}
.BillingDescriptor .carousel h1, .MembershipCost .carousel h1, .HowToCancel .carousel h1 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
}
@media (max-width: 480px) {
  .BillingDescriptor .carousel h1, .MembershipCost .carousel h1, .HowToCancel .carousel h1 {
    font-size: 30px;
  }
}
.BillingDescriptor .carousel h2, .MembershipCost .carousel h2, .HowToCancel .carousel h2 {
  color: #fff;
  font-weight: 300;
}
.BillingDescriptor .content #Message, .MembershipCost .content #Message, .HowToCancel .content #Message {
  height: 125px;
}
.BillingDescriptor .content .alert-success, .MembershipCost .content .alert-success, .HowToCancel .content .alert-success {
  margin-top: 20px;
}
.BillingDescriptor .content li, .MembershipCost .content li, .HowToCancel .content li {
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
}
.BillingDescriptor .content #ContactErrorContainer, .BillingDescriptor .content #CcpaErrorContainer, .MembershipCost .content #ContactErrorContainer, .MembershipCost .content #CcpaErrorContainer, .HowToCancel .content #ContactErrorContainer, .HowToCancel .content #CcpaErrorContainer {
  margin-top: 20px;
}
.BillingDescriptor .content .contact-btn, .MembershipCost .content .contact-btn, .HowToCancel .content .contact-btn {
  margin: 0 0 !important;
}
.BillingDescriptor .content h1, .BillingDescriptor .content h2, .BillingDescriptor .content h3, .MembershipCost .content h1, .MembershipCost .content h2, .MembershipCost .content h3, .HowToCancel .content h1, .HowToCancel .content h2, .HowToCancel .content h3 {
  color: #f05134;
  font-size: 16px;
  font-weight: bold;
  text-transform: none;
  line-height: 20px;
}
.BillingDescriptor .content h3, .MembershipCost .content h3, .HowToCancel .content h3 {
  padding-top: 20px;
}
.BillingDescriptor .content h1:first-child, .MembershipCost .content h1:first-child, .HowToCancel .content h1:first-child {
  margin-top: -20px;
}

.BillingDescriptor .content h3 {
  padding-top: 0;
}

#olarkTravelPlus {
  z-index: 9999;
}
