/*!
 * E2Zstrap v2.3.2
 *
 *  * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.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: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
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: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  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 {
  vertical-align: middle;
  border: 0;
  width: auto\8;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  page-break-inside: avoid;
  max-width: 100% !important;
  -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;
  }
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('/assets/fonts/lato/lato-black.eot');
  src: url('/assets/fonts/lato/lato-black.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/lato/lato-black.woff') format('woff'), url('/assets/fonts/lato/lato-black.ttf') format('truetype'), url('/assets/fonts/lato/lato-black.svg#latoblack') format('svg');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: bold;
  src: url('/assets/fonts/lato/lato-bold.eot');
  src: url('/assets/fonts/lato/lato-bold.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/lato/lato-bold.woff') format('woff'), url('/assets/fonts/lato/lato-bold.ttf') format('truetype'), url('/assets/fonts/lato/lato-bold.svg#latobold') format('svg');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: normal;
  src: url('/assets/fonts/lato/lato-regular.eot');
  src: url('/assets/fonts/lato/lato-regular.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/lato/lato-regular.woff') format('woff'), url('/assets/fonts/lato/lato-regular.ttf') format('truetype'), url('/assets/fonts/lato/lato-regular.svg#latoregular') format('svg');
}
body {
  margin: 0;
  font-family: "Lato", Calibri, Candara, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #2c3e50;
  background-color: #ffffff;
}
a {
  color: #95a5a6;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #e67e22;
  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);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) 3px 5px rgba(0, 0, 0, 0.5);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -36px;
  *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: 36px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 1116px;
}
.span12 {
  width: 1116px;
}
.span11 {
  width: 1020px;
}
.span10 {
  width: 924px;
}
.span9 {
  width: 828px;
}
.span8 {
  width: 732px;
}
.span7 {
  width: 636px;
}
.span6 {
  width: 540px;
}
.span5 {
  width: 444px;
}
.span4 {
  width: 348px;
}
.span3 {
  width: 252px;
}
.span2 {
  width: 156px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 1188px;
}
.offset11 {
  margin-left: 1092px;
}
.offset10 {
  margin-left: 996px;
}
.offset9 {
  margin-left: 900px;
}
.offset8 {
  margin-left: 804px;
}
.offset7 {
  margin-left: 708px;
}
.offset6 {
  margin-left: 612px;
}
.offset5 {
  margin-left: 516px;
}
.offset4 {
  margin-left: 420px;
}
.offset3 {
  margin-left: 324px;
}
.offset2 {
  margin-left: 228px;
}
.offset1 {
  margin-left: 132px;
}
.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: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 3.22580645%;
  *margin-left: 3.18100358%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 3.22580645%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.95519713%;
}
.row-fluid .span11 {
  width: 91.39784946%;
  *width: 91.35304659%;
}
.row-fluid .span10 {
  width: 82.79569892%;
  *width: 82.75089606%;
}
.row-fluid .span9 {
  width: 74.19354839%;
  *width: 74.14874552%;
}
.row-fluid .span8 {
  width: 65.59139785%;
  *width: 65.54659498%;
}
.row-fluid .span7 {
  width: 56.98924731%;
  *width: 56.94444444%;
}
.row-fluid .span6 {
  width: 48.38709677%;
  *width: 48.34229391%;
}
.row-fluid .span5 {
  width: 39.78494624%;
  *width: 39.74014337%;
}
.row-fluid .span4 {
  width: 31.1827957%;
  *width: 31.13799283%;
}
.row-fluid .span3 {
  width: 22.58064516%;
  *width: 22.53584229%;
}
.row-fluid .span2 {
  width: 13.97849462%;
  *width: 13.93369176%;
}
.row-fluid .span1 {
  width: 5.37634409%;
  *width: 5.33154122%;
}
.row-fluid .offset12 {
  margin-left: 106.4516129%;
  *margin-left: 106.36200717%;
}
.row-fluid .offset12:first-child {
  margin-left: 103.22580645%;
  *margin-left: 103.13620072%;
}
.row-fluid .offset11 {
  margin-left: 97.84946237%;
  *margin-left: 97.75985663%;
}
.row-fluid .offset11:first-child {
  margin-left: 94.62365591%;
  *margin-left: 94.53405018%;
}
.row-fluid .offset10 {
  margin-left: 89.24731183%;
  *margin-left: 89.15770609%;
}
.row-fluid .offset10:first-child {
  margin-left: 86.02150538%;
  *margin-left: 85.93189964%;
}
.row-fluid .offset9 {
  margin-left: 80.64516129%;
  *margin-left: 80.55555556%;
}
.row-fluid .offset9:first-child {
  margin-left: 77.41935484%;
  *margin-left: 77.3297491%;
}
.row-fluid .offset8 {
  margin-left: 72.04301075%;
  *margin-left: 71.95340502%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.8172043%;
  *margin-left: 68.72759857%;
}
.row-fluid .offset7 {
  margin-left: 63.44086022%;
  *margin-left: 63.35125448%;
}
.row-fluid .offset7:first-child {
  margin-left: 60.21505376%;
  *margin-left: 60.12544803%;
}
.row-fluid .offset6 {
  margin-left: 54.83870968%;
  *margin-left: 54.74910394%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.61290323%;
  *margin-left: 51.52329749%;
}
.row-fluid .offset5 {
  margin-left: 46.23655914%;
  *margin-left: 46.14695341%;
}
.row-fluid .offset5:first-child {
  margin-left: 43.01075269%;
  *margin-left: 42.92114695%;
}
.row-fluid .offset4 {
  margin-left: 37.6344086%;
  *margin-left: 37.54480287%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.40860215%;
  *margin-left: 34.31899642%;
}
.row-fluid .offset3 {
  margin-left: 29.03225806%;
  *margin-left: 28.94265233%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.80645161%;
  *margin-left: 25.71684588%;
}
.row-fluid .offset2 {
  margin-left: 20.43010753%;
  *margin-left: 20.34050179%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.20430108%;
  *margin-left: 17.11469534%;
}
.row-fluid .offset1 {
  margin-left: 11.82795699%;
  *margin-left: 11.73835125%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.60215054%;
  *margin-left: 8.5125448%;
}
[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: 36px;
  padding-left: 36px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: 600;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #bdc3c7;
}
a.muted:hover,
a.muted:focus {
  color: #a1aab0;
}
.text-warning {
  color: #e67e22;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #bf6516;
}
.text-error {
  color: #9b1013;
}
a.text-error:hover,
a.text-error:focus {
  color: #6d0b0d;
}
.text-info {
  color: #9b59b6;
}
a.text-info:hover,
a.text-info:focus {
  color: #804399;
}
.text-success {
  color: #2ecc71;
}
a.text-success:hover,
a.text-success:focus {
  color: #25a25a;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: "Lato", Calibri, Candara, Arial, sans-serif;
  font-weight: bold;
  line-height: 20px;
  color: #95a5a6;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #bdc3c7;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #ecf0f1;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
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: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.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: 20px 0;
  border: 0;
  border-top: 1px solid #ecf0f1;
  border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #bdc3c7;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #ecf0f1;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #bdc3c7;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #ecf0f1;
  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: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #7f8c8d;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #bdc3c7;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "Lato", Calibri, Candara, 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: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #95a5a6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  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: #ffffff;
  border: 1px solid #cccccc;
  -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-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .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 {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6) 3px 5px rgba(0, 0, 0, 0.5);
}
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: 30px;
  /* 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: 30px;
}
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #bdc3c7;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -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);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025) 3px 5px rgba(0, 0, 0, 0.5);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #95a5a6;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #95a5a6;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #95a5a6;
}
.radio,
.checkbox {
  min-height: 20px;
  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: 36px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 1102px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 1006px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 910px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 814px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 718px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 622px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 526px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 430px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 334px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 238px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 142px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}
.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] {
  cursor: not-allowed;
  background-color: #ecf0f1;
}
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: #e67e22;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #e67e22;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #e67e22;
  -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-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #bf6516;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f0b37e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f0b37e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f0b37e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f0b37e 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f0b37e 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f0b37e 3px 5px rgba(0, 0, 0, 0.5);
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #e67e22;
  background-color: #e67e22;
  border-color: #e67e22;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #9b1013;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #9b1013;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #9b1013;
  -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-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #6d0b0d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e9282c;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e9282c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e9282c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e9282c 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e9282c 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e9282c 3px 5px rgba(0, 0, 0, 0.5);
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #9b1013;
  background-color: #9b1013;
  border-color: #9b1013;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #2ecc71;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #2ecc71;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #2ecc71;
  -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-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #25a25a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ee2a8;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ee2a8;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ee2a8;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ee2a8 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ee2a8 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ee2a8 3px 5px rgba(0, 0, 0, 0.5);
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #2ecc71;
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #9b59b6;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #9b59b6;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #9b59b6;
  -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-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #804399;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c6a0d5;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c6a0d5;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c6a0d5;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c6a0d5 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c6a0d5 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c6a0d5 3px 5px rgba(0, 0, 0, 0.5);
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #9b59b6;
  background-color: #9b59b6;
  border-color: #9b59b6;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
  -webkit-box-shadow: 0 0 6px #f8b9b7 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px #f8b9b7 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 6px #f8b9b7 3px 5px rgba(0, 0, 0, 0.5);
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  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: #476481;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.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: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ecf0f1;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.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: #a8ebc4;
  border-color: #2ecc71;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.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 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 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 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 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 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 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-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.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: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *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: 10px;
}
.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: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.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 #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.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: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.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: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.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: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.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: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.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: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.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: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.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: 44px;
  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: 236px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 332px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 428px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 620px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 716px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 812px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 908px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 1004px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 1100px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #2ecc71;
}
.table tbody tr.error > td {
  background-color: #9b1013;
}
.table tbody tr.warning > td {
  background-color: #e67e22;
}
.table tbody tr.info > td {
  background-color: #9b59b6;
}
.table-hover tbody tr.success:hover > td {
  background-color: #29b765;
}
.table-hover tbody tr.error:hover > td {
  background-color: #840e10;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #d67118;
}
.table-hover tbody tr.info:hover > td {
  background-color: #8f4bab;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ecf0f1;
  border: 1px solid #d7e0e2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -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);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) 3px 5px rgba(0, 0, 0, 0.5);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.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: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.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: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: #f2f2f2;
  border: 1px solid #dddddd;
  *border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #7f8c8d;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05) 3px 5px rgba(0, 0, 0, 0.5);
}
.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;
  -webkit-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
}
.btn-large {
  padding: 12px 48px;
  font-size: 17.5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 6px 18px;
  font-size: 11.9px;
  -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: 2px 8px;
  font-size: 10.5px;
  -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: #ffffff;
  background: #95a5a6;
  border-color: #798d8f;
  border-color: rgba(0, 0, 0, 0.2);
  *background-color: #95a5a6;
  /* 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 {
  color: #ffffff;
  background: #b1bdbd;
  *background-color: #b1bdbd;
}
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #798d8f \9;
}
.btn-warning {
  color: #ffffff;
  background: #e67e22;
  border-color: #bf6516;
  border-color: rgba(0, 0, 0, 0.2);
  *background-color: #e67e22;
  /* 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 {
  color: #ffffff;
  background: #eb9950;
  *background-color: #eb9950;
}
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #bf6516 \9;
}
.btn-danger {
  color: #ffffff;
  background: #9b1013;
  border-color: #6d0b0d;
  border-color: rgba(0, 0, 0, 0.2);
  *background-color: #9b1013;
  /* 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 {
  color: #ffffff;
  background: #c91519;
  *background-color: #c91519;
}
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #6d0b0d \9;
}
.btn-success {
  color: #ffffff;
  background: #2ecc71;
  border-color: #25a25a;
  border-color: rgba(0, 0, 0, 0.2);
  *background-color: #2ecc71;
  /* 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 {
  color: #ffffff;
  background: #54d98c;
  *background-color: #54d98c;
}
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
}
.btn-success:active,
.btn-success.active {
  background-color: #25a25a \9;
}
.btn-info {
  color: #ffffff;
  background: #818285;
  border-color: #68696b;
  border-color: rgba(0, 0, 0, 0.2);
  *background-color: #818285;
  /* 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 {
  color: #ffffff;
  background: #9b9c9e;
  *background-color: #9b9c9e;
}
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
}
.btn-info:active,
.btn-info.active {
  background-color: #68696b \9;
}
.btn-inverse {
  color: #ffffff;
  background: #7f8c8d;
  border-color: #667273;
  border-color: rgba(0, 0, 0, 0.2);
  *background-color: #7f8c8d;
  /* 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 {
  color: #ffffff;
  background: #9aa4a5;
  *background-color: #9aa4a5;
}
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #667273 \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;
  -webkit-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #95a5a6;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #e67e22;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #7f8c8d;
  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: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.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: 14px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 11.9px;
}
.btn-group > .btn-large {
  font-size: 17.5px;
}
.btn-group > .btn: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:last-child,
.btn-group > .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.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-left-radius: 8px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-right-radius: 8px;
}
.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,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05) 3px 5px rgba(0, 0, 0, 0.5);
  *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,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05) 3px 5px rgba(0, 0, 0, 0.5);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #f2f2f2;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #95a5a6;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #e67e22;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #9b1013;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #2ecc71;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #818285;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #7f8c8d;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.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: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  background-color: #e67e22;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert,
.alert h4 {
  color: #ffffff;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #2ecc71;
  border-color: transparent;
  color: #ffffff;
}
.alert-success h4 {
  color: #ffffff;
}
.alert-danger,
.alert-error {
  background-color: #9b1013;
  border-color: transparent;
  color: #ffffff;
}
.alert-danger h4,
.alert-error h4 {
  color: #ffffff;
}
.alert-info {
  background-color: #9b59b6;
  border-color: transparent;
  color: #ffffff;
}
.alert-info h4 {
  color: #ffffff;
}
.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: 8px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #ecf0f1;
}
.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: 20px;
  color: #bdc3c7;
  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: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #95a5a6;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.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 {
  color: #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid #ffffff;
  background-color: #e67e22;
  top: -1px;
  position: relative;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: #384041;
  border-color: #ecf0f1 #ecf0f1 #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #95a5a6;
  background-color: #384041;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.nav-pills > li > a:hover {
  color: #ffffff;
  background-color: #9b1013;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #95a5a6;
}
.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;
}
.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 .dropdown-toggle .caret {
  border-top-color: #95a5a6;
  border-bottom-color: #95a5a6;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #e67e22;
  border-bottom-color: #e67e22;
}
/* 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: #95a5a6;
  border-bottom-color: #95a5a6;
}
.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: #ffffff;
  background-color: #bdc3c7;
  border-color: #bdc3c7;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #bdc3c7;
}
.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: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;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #ecf0f1 #dddddd #ecf0f1 #ecf0f1;
}
.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: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #ecf0f1 #ecf0f1 #ecf0f1 #dddddd;
}
.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: #ffffff;
}
.nav > .disabled > a {
  color: #bdc3c7;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #bdc3c7;
}
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -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);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) 3px 5px rgba(0, 0, 0, 0.5);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #ecf0f1;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #95a5a6;
  color: #ffffff;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #ffffff;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #bdc3c7;
  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: 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 ul > li:last-child > a,
.pagination 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-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 12px 48px;
  font-size: 17.5px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-left-radius: 8px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-right-radius: 8px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.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-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.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: 6px 18px;
  font-size: 11.9px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 2px 8px;
  font-size: 10.5px;
}
.pager {
  margin: 20px 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: #bdc3c7;
  background-color: #fff;
  cursor: default;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.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: #ffffff;
  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-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3) 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .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;
}
.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 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  -webkit-box-shadow: inset 0 1px 0 #ffffff 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 0 #ffffff 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 0 #ffffff 3px 5px rgba(0, 0, 0, 0.5);
  *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;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #bdc3c7;
}
.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: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #9b1013;
}
.label-important[href],
.badge-important[href] {
  background-color: #6d0b0d;
}
.label-warning,
.badge-warning {
  background-color: #e67e22;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #bf6516;
}
.label-success,
.badge-success {
  background-color: #2ecc71;
}
.label-success[href],
.badge-success[href] {
  background-color: #25a25a;
}
.label-info,
.badge-info {
  background-color: #9b59b6;
}
.label-info[href],
.badge-info[href] {
  background-color: #804399;
}
.label-inverse,
.badge-inverse {
  background-color: #7f8c8d;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #667273;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.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;
}
#body {
  background-color: #ffffff;
  font-size: 14px;
  font-family: "Lato", Calibri, Candara, Arial, sans-serif;
  line-height: 20px;
  color: #2c3e50;
  background-image: url(/assets/img/bg/main.png);
  background-position: left 171px;
  background-repeat: repeat-x;
}
p {
  font-size: 14px;
  font-family: "Lato", Calibri, Candara, Arial, sans-serif;
  line-height: 20px;
  /*	color: @siteTextColour;*/
}
img {
  vertical-align: bottom;
}
.img-responsive {
  width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\8;
  /* 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;
}
.link {
  cursor: pointer;
  cursor: hand;
}
.link img {
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  outline: 8px solid transparent;
  outline-offset: 0px;
}
.link:hover a {
  text-decoration: underline;
  color: #e67e22;
}
.link:hover img {
  outline: 8px solid rgba(255, 255, 255, 0.5);
  outline-offset: -8px;
}
.clearfix_hidden {
  height: 0px;
  clear: both;
}
.clearfix-noline {
  height: 16px;
  clear: both;
}
.clearfix-margin {
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #9b1013;
  margin-top: 24px;
  margin-bottom: 24px;
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 16px;
  display: block;
}
.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6 {
  color: #ffffff;
}
h1 {
  font-family: "Lato", Calibri, Candara, Arial, sans-serif;
  font-weight: normal;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -1px;
  color: #e67e22;
}
h2 {
  font-family: "Lato", Calibri, Candara, Arial, sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -1px;
  color: #e67e22;
}
h3 {
  font-family: "Lato", Calibri, Candara, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #e67e22;
}
h4 {
  font-family: "Lato", Calibri, Candara, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
}
h5 {
  font-family: "Lato", Calibri, Candara, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0px;
}
h6 {
  font-family: "Lato", Calibri, Candara, Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0px;
}
header {
  background: #e67e22;
  padding: 0px;
  margin-bottom: 0px;
  background-image: url(/assets/img/bg/tick.png);
  background-position: 42% top;
  background-repeat: no-repeat;
}
.container-fluid {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding-right: 16px;
  padding-left: 16px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
}
#header_color {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  overflow: hidden;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 32px;
}
#logo {
  float: left;
  margin-right: 1%;
  display: block;
  width: 230px;
  padding-bottom: 0;
  margin: 8px;
margin-left: 116px;
}
#footer {
  z-index: 210;
  background-color: #555555;
  background-image: url(/assets/img/template/footer_back.png);
  background-position: left top;
  background-repeat: repeat-x;
}
#footer .span4 {
  color: #ffffff;
}
#footer hr {
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #112149;
  width: 944px;
  margin-bottom: 16px;
  float: left;
}
#footer h4 {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: -1px;
}
#footer #copyright {
  text-align: center;
  padding-bottom: 188px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
#footer ul {
  list-style-type: none;
}
#footer a,
#footer a:visited {
  display: block;
  color: #ffffff;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .span4 {
  padding-top: 34px;
  padding-bottom: 16px;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  border: 0;
  list-style: none;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu ul {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
#cssmenu {
  background: #000000;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li {
  float: left;
  padding: 0 4px;
}
#cssmenu > ul > li > a {
  font-family: Arial, sans-serif;
  padding: 8px 6px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  text-decoration: none;
  color: #ffffff;
}
#cssmenu > ul > li:hover > a {
  color: #2c3e50;
  background: #ffffff;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 22px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  right: 9px;
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: 900;
  content: '\f107';
  color: #ffffff;
}
#cssmenu > ul > li.has-sub:hover > a:after {
  color: #2c3e50;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index: 9995;
  background: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: none;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #7f8c8d;
  border-bottom-color: #7f8c8d;
  border-left-color: #7f8c8d;
}
#cssmenu ul ul li {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: 3px;
}
#cssmenu li ul li:hover > ul {
  left: 0px;
}
#cssmenu li:hover.align-right > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  opacity: 1;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
  border: 1px solid #7f8c8d;
}
#cssmenu li.align-right ul li:hover ul {
  left: auto;
  margin-left: -100%;
}
#cssmenu ul ul li a {
  padding: 11px 15px;
  width: 230px;
  font-family: "Lato", Calibri, Candara, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0px;
  text-decoration: none;
  color: #2c3e50;
}
#cssmenu ul li.align-right ul li a {
  padding: 11px 0px 11px 24px;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
  background: #e67e22;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 11px;
  right: 11px;
  font-family: FontAwesome;
  font-size: 12px;
  font-weight: 900;
  content: '\f054';
  color: #bdc3c7;
}
#cssmenu ul li.align-right ul li.has-sub > a:after {
  position: absolute;
  top: 11px;
  left: 6px;
  right: auto;
  font-family: FontAwesome;
  font-size: 12px;
  font-weight: 900;
  content: '\f053';
  color: #BDC3C7;
}
#cssmenu ul ul li.has-sub:hover > a:after {
  color: #ffffff;
}
#cssmenu.small-screen {
  width: 100%;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.small-screen ul {
  width: 100%;
  display: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.small-screen.align-center > ul {
  text-align: left;
}
#cssmenu.small-screen ul li {
  width: 100%;
  border-top: 1px solid rgba(120, 120, 120, 0.2);
}
#cssmenu.small-screen ul ul li,
#cssmenu.small-screen li:hover > ul > li {
  height: auto;
}
#cssmenu.small-screen ul li a,
#cssmenu.small-screen ul ul li a {
  width: 100%;
  border-bottom: 0;
  font-family: "Lato", Calibri, Candara, Arial, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -1px;
}
#cssmenu.small-screen > ul > li {
  float: none;
  padding: 0px;
}
#cssmenu.small-screen ul ul li a {
  padding-left: 25px;
}
#cssmenu.small-screen ul ul ul li a {
  padding-left: 35px;
}
#cssmenu.small-screen ul ul li a {
  color: #dddddd;
  background: none;
}
#cssmenu.small-screen ul ul li:hover > a,
#cssmenu.small-screen ul ul li.active > a {
  color: #ffffff;
  background: #000000;
}
#cssmenu.small-screen ul ul,
#cssmenu.small-screen.align-right ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
  background: #000;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
#cssmenu.small-screen ul ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
  background: #000;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
#cssmenu.small-screen > ul > li.has-sub > a:after,
#cssmenu.small-screen > ul > li.has-sub > a:before,
#cssmenu.small-screen ul ul > li.has-sub > a:after,
#cssmenu.small-screen ul ul > li.has-sub > a:before {
  display: none;
}
#cssmenu.small-screen #menu-button {
  display: block;
  padding: 17px;
  color: #dddddd;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
#cssmenu.small-screen #menu-button:after {
  position: absolute;
  top: 22px;
  right: 17px;
  display: block;
  height: 4px;
  width: 36px;
  border-top: 6px solid #dddddd;
  border-bottom: 6px solid #dddddd;
  content: '';
}
#cssmenu.small-screen #menu-button:before {
  position: absolute;
  top: 12px;
  right: 17px;
  display: block;
  height: 6px;
  width: 36px;
  background: #dddddd;
  content: '';
}
#cssmenu.small-screen #menu-button.menu-opened:after {
  top: 23px;
  border: 0;
  height: 6px;
  width: 20px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cssmenu.small-screen #menu-button.menu-opened:before {
  top: 23px;
  background: #ffffff;
  width: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#cssmenu.small-screen .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  display: block;
  border-left: 1px solid rgba(120, 120, 120, 0.2);
  height: 51px;
  width: 46px;
  cursor: pointer;
}
#cssmenu.small-screen .submenu-button.submenu-opened {
  background: #000;
}
#cssmenu.small-screen ul ul .submenu-button {
  height: 42px;
  width: 34px;
}
#cssmenu.small-screen .submenu-button:after {
  position: absolute;
  top: 14px;
  right: 18px;
  font-family: FontAwesome;
  font-size: 12px;
  font-weight: 900;
  content: '\f054';
  color: #bdc3c7;
}
#cssmenu.small-screen ul ul .submenu-button:after {
  top: 11px;
  right: 11px;
  color: #7f8c8d;
}
#cssmenu.small-screen .submenu-button.submenu-opened:after {
  font-family: FontAwesome;
  font-size: 20px;
  right: 17px;
  font-weight: 900;
  color: #95a5a6;
  content: '\f107';
}
#cssmenu.small-screen ul ul .submenu-button.submenu-opened:after {
  font-family: FontAwesome;
  font-size: 20px;
  right: 11px;
  font-weight: 900;
  color: #95a5a6;
  content: '\f107';
}
#cssmenu.small-screen.select-list {
  padding: 5px;
}
.navbar .nav > li > a {
  padding: 10px 8px 10px;
  letter-spacing: -1px;
}
.navbar .btn-navbar {
  background: none;
  border: none;
}
.social-nav {
  top: 6px;
  margin-bottom: 12px !important;
}
.social-nav li {
  margin-right: 8px;
  color: #ffffff;
}
.social-nav li:hover {
  color: #95a5a6;
}
.quick-links {
  margin-top: 8px;
  background: #eb9950;
  -webkit-border-radius: 4px;
  padding: 4px;
}
.quick-links > li > a {
  padding-right: 6px;
  padding-left: 6px;
}
.section-menu li > a {
  color: #000000;
  font-family: "Lato", Calibri, Candara, Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0px;
  padding-right: 6px;
  padding-left: 6px;
}
.breadcrumb {
  font-family: "Lato", Calibri, Candara, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0px;
  margin-top: 16px;
}
.element_header {
  color: #2c3e50;
  font-family: "Lato", Calibri, Candara, Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -1px;
  position: relative;
  z-index: 15;
  margin-bottom: 16px;
  padding-top: 8px;
}
.element_header div {
  display: inline;
}
.element_header a {
  text-decoration: none;
}
.span12.img-top h3 {
  margin-top: 8px;
}
.span12.img-left img {
  margin-bottom: 16px;
}
.span12.img-left h3 {
  margin-bottom: 8px;
}
.span6.img-top h3 {
  margin-top: 8px;
  margin-bottom: 3px;
}
.span6.img-left img {
  margin-bottom: 16px;
}
.span6.img-left h3 {
  margin-bottom: 8px;
}
.span6.no-image h3 {
  margin-bottom: 8px;
}
.span6.no-image p {
  margin-bottom: 24px;
}
.span4.img-top h2,
.span4.img-top h3 {
  margin-top: 8px;
}
.span4.img-left img {
  margin-bottom: 16px;
}
.span4.img-left h3 {
  margin-bottom: 8px;
}
.span4.no-image h3 {
  margin-bottom: 8px;
}
.span4.no-image p {
  margin-bottom: 24px;
}
.span3.img-top h3 {
  margin-top: 8px;
}
.span3.img-left img {
  margin-bottom: 16px;
}
.span3.img-left h3 {
  margin-bottom: 8px;
}
.span3.no-image h3 {
  margin-bottom: 3px;
}
.span3.no-image p {
  margin-bottom: 16px;
}
.span2.img-top h3 {
  margin-top: 8px;
  margin-bottom: 3px;
}
.span2.img-left img {
  margin-bottom: 16px;
}
.span2.img-left h3 {
  margin-bottom: 8px;
}
.span2.no-image h3 {
  margin-bottom: 3px;
}
.span2.no-image p {
  margin-bottom: 16px;
}
.span1.img-top h3 {
  margin-top: 8px;
}
.span1.img-left img {
  margin-bottom: 16px;
}
.span1.img-left h3 {
  margin-bottom: 8px;
}
.element_freecontent {
  margin-right: 16px;
}
.element_freecontent p {
  font-family: "Lato", Calibri, Candara, Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0px;
}
.element_icon {
  display: block;
  margin-right: 16px;
  margin-bottom: 16px;
  position: relative;
  z-index: 10;
  cursor: pointer;
  cursor: hand;
  clear: both;
  overflow: hidden;
}
.element_icon img {
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  outline: 8px solid transparent;
  outline-offset: 0px;
}
.element_icon img {
  float: left;
  margin-right: 8px;
  padding-top: 2px;
}
.element_icon a {
  display: block;
  margin-left: 16px;
  font-size: 11px;
  line-height: 14px;
  font-weight: bold;
  color: #e67e22;
}
.nav-tabs {
  border-bottom: 1px solid #95a5a6;
}
.nav-tabs > .active > a,
.nav-tabs > .focus > a {
  background: #95a5a6 !important;
  color: #ffffff !important;
  border: 1px solid #95a5a6 !important;
}
.owl-theme .owl-controls {
  margin-top: 0px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-dots {
  position: relative;
  top: -40px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  opacity: 0.2;
  filter: alpha(opacity=20);
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.6);
  border: solid 2px #ffffff;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: transparent;
}
.sly-carousel {
  padding: 0px 0px 0px 0px;
}
.sly-carousel .item {
  margin: 0px;
}
.sly-carousel .item img {
  width: 100%;
  height: auto;
}
.sly-carousel .item h3 {
  margin-top: 8px;
  font-family: "Lato", Calibri, Candara, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0px;
}
.sly-carousel {
  display: none;
}
.sly-carousel.fadeSide .owl-stage-outer:before {
  content: " ";
  background-image: url(/assets/img/template/fade-left.png);
  background-repeat: repeat-y;
  float: left;
  position: absolute;
  display: inline-block;
  height: 100%;
  width: 32px;
  z-index: 9999;
}
.sly-carousel.fadeSide .owl-stage-outer:after {
  content: " ";
  background-image: url(/assets/img/template/fade-right.png);
  background-repeat: repeat-y;
  float: right;
  position: absolute;
  display: inline-block;
  height: 100%;
  width: 32px;
  z-index: 9999;
  right: -1px;
  top: 0px;
}
.owl-item {
  z-index: 1;
}
.owl-nav {
  position: absolute;
  left: 0;
  top: 35%;
  width: 100%;
  z-index: 99999;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.owl-nav .owl-prev {
  color: #384041;
  font-size: 48px;
  font-weight: bold;
  position: absolute;
  left: 0px;
  background: #fff;
  padding: 16px 8px 16px 4px;
  -webkit-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.owl-nav .owl-prev:hover {
  background: #000;
  color: #fff;
}
.owl-nav .owl-next {
  color: #384041;
  font-size: 48px;
  font-weight: bold;
  position: absolute;
  right: 0px;
  background: #fff;
  padding: 16px 4px 16px 8px;
  -webkit-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.owl-nav .owl-next:hover {
  background: #000;
  color: #fff;
}
.sly-carousel:hover .owl-controls .owl-nav .owl-prev {
  left: 0px;
}
.sly-carousel:hover .owl-controls .owl-nav .owl-next {
  right: -1px;
}
.sly-carousel:hover .owl-dot span {
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel_image {
  margin-bottom: 8px;
  background-image: url(/assets/img/icons/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.carousel_image img {
  margin-bottom: 8px;
}
.carousel_image h2 {
  margin-bottom: 4px;
}
.sly-carousel .carousel-text {
  position: absolute;
  top: 0px;
  color: #fff;
  padding: 16px;
  font-size: 36px;
  background-color: #9B1013;
  width: 450px;
  line-height: 36px;
  margin-top: 16px;
  margin-left: 16px;
}
.accordion-heading .accordion-toggle {
  background: #95a5a6;
  color: #ffffff;
}
.accordion-heading .accordion-toggle a {
  color: #ffffff;
}
.vote {
  color: #2c3e50;
  margin-bottom: 16px;
}
.vote .title h2 {
  color: #95a5a6;
  font-family: "Lato", Calibri, Candara, Arial, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -1px;
  margin-top: 0px;
  margin-bottom: 8px;
}
.vote .text {
  margin-bottom: 16px;
}
.vote form {
  margin-left: 8px;
  color: #2c3e50;
}
.vote form label {
  margin-left: 8px;
  cursor: pointer;
  cursor: hand;
}
.vote form label:hover {
  color: #e67e22;
}
.vote form input {
  margin-bottom: 8px;
}
.vote form #button {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: #f2f2f2;
  border: 1px solid #dddddd;
  *border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding: 12px 48px;
  font-size: 17.5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #ffffff;
  background: #9b1013;
  border-color: #6d0b0d;
  border-color: rgba(0, 0, 0, 0.2);
  *background-color: #9b1013;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  font-family: "Lato", Calibri, Candara, Arial, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -1px;
}
.vote form #button:first-child {
  *margin-left: 0;
}
.vote form #button:hover,
.vote form #button:focus {
  color: #7f8c8d;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.vote form #button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.vote form #button.active,
.vote form #button:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05) 3px 5px rgba(0, 0, 0, 0.5);
}
.vote form #button.disabled,
.vote form #button[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
}
.vote form #button .label,
.vote form #button .badge {
  position: relative;
  top: -1px;
}
.vote form #button:hover {
  color: #ffffff;
  background: #c91519;
  *background-color: #c91519;
}
.vote form #button:focus,
.vote form #button:active,
.vote form #button.active,
.vote form #button.disabled,
.vote form #button[disabled] {
  color: #ffffff;
}
.vote form #button:active,
.vote form #button.active {
  background-color: #6d0b0d \9;
}
.vote form #button .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
#detail_headline h1 {
  font-family: "Lato", Calibri, Candara, Arial, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -1px;
}
#detail_date {
  font-family: "Lato", Calibri, Candara, Arial, sans-serif;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #aaa;
  padding: 8px;
  margin-top: 4px;
  margin-bottom: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  background: #95a5a6;
  border-color: #798d8f;
  border-color: rgba(0, 0, 0, 0.2);
  *background-color: #95a5a6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#detail_date:hover {
  color: #ffffff;
  background: #b1bdbd;
  *background-color: #b1bdbd;
}
#detail_date:focus,
#detail_date:active,
#detail_date.active,
#detail_date.disabled,
#detail_date[disabled] {
  color: #ffffff;
}
#detail_date:active,
#detail_date.active {
  background-color: #798d8f \9;
}
#detail_date #profile {
  font-style: italic;
  float: right;
}
#detail_date #profile a {
  color: #ffffff;
}
#detail_box {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ecf0f1;
  border: 1px solid #d7e0e2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -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);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) 3px 5px rgba(0, 0, 0, 0.5);
  width: 39%;
  display: block;
  clear: both;
  float: right;
  overflow: hidden;
  margin-left: 1%;
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 12px;
}
#detail_box blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
#detail_box .text {
  font-size: 12px;
  margin-top: 8px;
}
#related {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ecf0f1;
  border: 1px solid #d7e0e2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -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);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) 3px 5px rgba(0, 0, 0, 0.5);
  float: right;
  clear: both;
  margin-left: 1%;
  width: 39%;
  margin-bottom: 16px;
}
#related blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
#related h3,
#related h2 {
  color: #2c3e50;
  margin-bottom: 4px;
}
.infobox {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ecf0f1;
  border: 1px solid #d7e0e2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -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);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) 3px 5px rgba(0, 0, 0, 0.5);
  width: 39%;
  margin-left: 1%;
  float: right;
  clear: both;
}
.infobox blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.infobox a {
  font-family: "Lato", Calibri, Candara, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
}
.infobox h3,
.infobox h2 {
  color: #2c3e50;
  margin-bottom: 8px;
}
.iconoverlay_video {
  position: relative;
  margin-bottom: -36px;
  float: left;
  z-index: 1000;
  background-image: url(/assets/img/icons/video_overlay.png);
  width: 36px;
  height: 36px;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.iconoverlay_slytube_video {
  position: relative;
  float: left;
  z-index: 1000;
  background-image: url(/assets/img/icons/video_overlay.png);
  width: 36px;
  height: 36px;
  margin-bottom: -36px;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.iconoverlay_audio {
  position: relative;
  margin-bottom: -36px;
  float: left;
  z-index: 1000;
  background-image: url(/assets/img/icons/audio_overlay.png);
  width: 36px;
  height: 36px;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.iconoverlay_image {
  position: relative;
  margin-bottom: -36px;
  z-index: 1000;
  background-image: url(/assets/img/icons/image_overlay.png);
  width: 36px;
  height: 36px;
  float: left;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.content-box {
  margin-left: 1%;
  width: 39%;
  margin-bottom: 16px;
  background-color: #ECF0F1;
  padding: 20px;
  border-top-width: 8px;
  border-top-style: solid;
  border-top-color: #95a5a6;
  clear: both;
  border-radius: 4px;
}
.content-box.right {
  margin-left: 1%;
  margin-right: 0;
  float: right;
}
.content-box.left {
  margin-left: 0;
  margin-right: 1%;
  float: left;
}
.video_holder {
  margin-bottom: 8px;
  height: 390px;
}
.video_thumb {
  border: solid 1px transparent;
  cursor: pointer;
  display: inline-block;
}
.playlist {
  height: 380px;
  overflow: auto;
}
.playlist .element_videothumb {
  height: 160px;
  width: 186px;
  float: left;
  overflow: hidden;
  margin-right: 16px;
  margin-bottom: 8px;
}
.playlist .element_videothumb a {
  font-family: "Lato", Calibri, Candara, Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0px;
  color: #2c3e50;
}
.playlist .element_videothumb .img {
  width: 186px;
  position: relative;
  top: -20px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: Opacity 0.3s ease-in;
  -moz-transition: Opacity 0.3s ease-in;
  -o-transition: Opacity 0.3s ease-in;
  transition: Opacity 0.3s ease-in;
}
.playlist .element_videothumb .video_thumb:hover .img {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
}
.playlist .element_videothumb .clip {
  height: 100px;
  overflow: hidden;
  border-bottom-style: solid;
  border-bottom-color: #e67e22;
  border-bottom-width: 8px;
  margin-bottom: 4px;
}
.playlist .element_videothumb .clip img {
  width: 100%;
}
.video_thumb.active .clip {
  border-bottom-style: solid;
  border-bottom-color: #e67e22;
  border-bottom-width: 8px;
}
#discovery-top h3 {
  font-family: "Lato", Calibri, Candara, Arial, sans-serif !important;
  font-weight: normal !important;
  font-size: 13px !important;
  line-height: 16px !important;
  letter-spacing: 0px !important;
}
.input-newsletter {
  background: #ecf0f1 !important;
  border: 1px solid #bdc3c7 !important;
  padding: 12px 8px !important;
  width: 138px !important;
}
.control-group {
  height: auto !important;
}
.well-warning {
  background-color: #ecf0f1;
  border: 1px solid #cfd9db;
}
blockquote.question {
  border-left: 5px solid #2ecc71;
}
blockquote.question blockquote {
  border-left: 5px solid #e67e22;
}
blockquote.question blockquote h2 {
  color: #e67e22;
}
blockquote.question blockquote p {
  color: #2c3e50;
}
blockquote.question h2 {
  color: #2ecc71;
}
blockquote.question p {
  margin-bottom: 20px;
}
.social_share {
  margin-bottom: 16px;
}
.social-icons {
  width: 170px;
  margin-left: auto;
  margin-right: auto;
  height: 60px;
}
.social-icons a {
  font-size: 32px;
  color: #ffffff !important;
  float: left;
  margin-right: 8px;
  margin-left: 8px;
  color: #ffffff;
  transition: all 0.6s ease-in-out;
}
.social-icons a:hover {
  color: #9b1013 !important;
}
#miniscorecard {
  font-family: "Lato", Calibri, Candara, Arial, sans-serif !important;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ecf0f1;
  border: 1px solid #d7e0e2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -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);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) 3px 5px rgba(0, 0, 0, 0.5);
  padding: 9px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#miniscorecard blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
#miniscorecard .widget-tabs-button {
  font-family: "Lato", Calibri, Candara, Arial, sans-serif !important;
  transition: all 0.6s ease-in-out;
}
#miniscorecard .widget-tabs {
  margin: 0 0 10px 0px;
  border-bottom: 3px solid #7f8c8d;
  transition: all 0.6s ease-in-out;
}
#miniscorecard .widget-tabs-selected {
  background-color: #9b1013;
  transition: all 0.6s ease-in-out;
}
#miniscorecard .widget-data,
#miniscorecard .match-score,
#miniscorecard .match,
#miniscorecard .match-name,
#miniscorecard .match-date,
#miniscorecard .series-name {
  font-family: "Lato", Calibri, Candara, Arial, sans-serif !important;
  color: #2c3e50;
  transition: all 0.6s ease-in-out;
}
#miniscorecard .widget-data {
  font-weight: normal;
}
#miniscorecard .match-score,
#miniscorecard .match,
#miniscorecard .match-name,
#miniscorecard .match-date,
#miniscorecard .series-name {
  font-weight: bold;
}
#miniscorecard .match-links a {
  font-weight: bold;
  color: #9b1013;
  font-family: "Lato", Calibri, Candara, Arial, sans-serif !important;
}
#miniscorecard .match-status {
  color: #9b1013;
  font-weight: bold;
  font-family: "Lato", Calibri, Candara, Arial, sans-serif !important;
}
#miniscorecard .widget-tabs-button {
  padding: 5px 10px 5px 10px;
}
.top-add {
  float: right;
  display: block;
  width: 269px;
  padding-bottom: 0;
  clear: right;
  position: relative;
  z-index: 1;
}
.quote_symbol {
  font-size: 55px;
  color: #D3D3D3;
  font-weight: bold;
  float: left;
  padding-top: 22px;
  display: block;
  height: 5px;
}
.quote_text {
  font-size: 18px;
  color: #7D7D7D;
  font-weight: bold;
  float: left;
  display: block;
  padding-top: 12px;
}
.quoter {
  clear: both;
  display: block;
  margin-bottom: 16px;
  font-style: italic;
}
.success-box {
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 0px;
  -webkit-border-radius: 4px 0px 0px 4px;
  background-color: #FDDBC8;
  border: 3px solid #F3661A;
  border-radius: 4px 0px 0px 4px;
  overflow: auto;
  padding: 8px;
  height: 300px;
}
.success-box h2,
.success-box a {
  color: #F3661A;
}
.danger-box {
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 4px;
  -webkit-border-radius: 0px 4px 4px 0px;
  background-color: #FFFFFF;
  border: 3px solid #1E1E1E;
  border-radius: 0px 4px 4px 0px;
  overflow: auto;
  padding: 8px;
  height: 300px;
}
.danger-box h2,
.danger-box a {
  color: #4A4A4A;
}
.contacts {
  float: right;
  clear: both;
  position: relative;
  top: -28px;
  margin-bottom: -28px;
  z-index: 20;
}
.translate {
  float: right;
  z-index: 10;
  position: relative;
  margin-right: 30px;
}
.icon-links {
  padding-top: 16px;
  padding-bottom: 24px;
}
.testimonial p {
  padding-left: 16px;
  margin-bottom: 32px;
}
.testimonial h4 {
  margin-bottom: 4px;
}
.img-header {
  margin-bottom: 24px;
}
/* ===[ Image Cycle ]=== */
#cycle {
  clear: both;
  height: 317px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1px;
  overflow: hidden;
  width: 100%;
}
#menu ul,
#menu li,
#menu ul li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#cycle .pointers_6 {
  background-image: url(/assets/img/nav/pointer.png);
  background-position: 70px 269px;
}
#cycle .pointers_4 {
  background-image: url(/assets/img/nav/pointer.png);
  background-position: 70px 163px;
}
#cycle .pointers_3 {
  background-image: url(/assets/img/nav/pointer.png);
  background-position: 70px 110px;
}
#cycle .pointers_2 {
  background-image: url(/assets/img/nav/pointer.png);
  background-position: 70px 57px;
}
#cycle .pointers_5 {
  background-image: url(/assets/img/nav/pointer.png);
  background-position: 70px 216px;
}
#cycle .pointers_1 {
  background-image: url(/assets/img/nav/pointer.png);
  background-position: 70px 4px;
}
#cycle #pointers {
  background-repeat: no-repeat;
  height: 321px;
  /* left: 543px; */
  position: relative;
  top: -4px;
  width: 100px;
  z-index: 100;
  float: right;
  right: -4px;
}
#cycle .image {
  background-color: #9B1013;
  background-image: url(/assets/img/icons/ajax-loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  /* float: left; */
  position: relative;
  width: 638px;
  z-index: 100;
}
#cycle .image img {
  position: absolute;
  width: 100%;
}
#cycle #menu {
  position: relative;
  z-index: 200;
  right: 0px;
  background-color: #015C1F;
  background-image: url(/assets/img/icons/sports_icons_green.jpg);
  background-position: -10px -1px;
  float: right;
  height: 318px;
  width: 337px;
}
#cycle #menu a.js_5 {
  background-position: 98px -213px;
}
#cycle #menu a.js_4 {
  background-position: 98px -160px;
}
#cycle #menu a.js_1 {
  background-position: 98px -1px;
}
#cycle #menu a.js_2 {
  background-position: 98px -54px;
}
#cycle #menu a.js_1,
#cycle #menu a.js_1:visited,
#cycle #menu a.js_2,
#cycle #menu a.js_2:visited,
#cycle #menu a.js_3,
#cycle #menu a.js_3:visited,
#cycle #menu a.js_4,
#cycle #menu a.js_4:visited,
#cycle #menu a.js_5,
#cycle #menu a.js_5:visited,
#cycle #menu a.js_6,
#cycle #menu a.js_6:visited {
  background-color: #9b1013;
  background-image: url(/assets/img/icons/sports_icons_maroon.png);
  background-repeat: no-repeat;
  border-left-style: none;
  color: #FF6;
  display: block;
  padding-left: 9px;
}
#cycle #menu a.js_3 {
  background-position: 98px -107px;
}
#cycle #menu a.js_6 {
  background-position: 98px -266px;
}
/* ===[ sprite controls ]=== */
#cycle #menu a,
#cycle #menu a:visited {
  background-image: url(/assets/img/bg/ie9_background_fix.png);
  border-bottom-color: #FFF;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #FFF;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: none;
  border-top-style: none;
  color: #FFF;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  height: 14px;
  padding-bottom: 19px;
  padding-left: 8px;
  padding-top: 19px;
  text-decoration: none;
  text-shadow: 1px 1px 2px #000000;
}
#site_ad {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 3px solid #F78B22;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  margin-top: 12px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
