/* line 19, ../sass/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* line 28, ../sass/_reset.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 37, ../sass/_reset.scss */
audio:not([controls]) {
  display: none;
}

/* line 44, ../sass/_reset.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 50, ../sass/_reset.scss */
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 55, ../sass/_reset.scss */
a:hover,
a:active {
  outline: 0;
}

/* line 63, ../sass/_reset.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 69, ../sass/_reset.scss */
sup {
  top: -0.5em;
}

/* line 72, ../sass/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 79, ../sass/_reset.scss */
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 92, ../sass/_reset.scss */
#map_canvas img,
.google-maps img {
  max-width: none;
}

/* line 103, ../sass/_reset.scss */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

/* line 109, ../sass/_reset.scss */
button,
input {
  *overflow: visible;
  line-height: normal;
}

/* line 114, ../sass/_reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 121, ../sass/_reset.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 132, ../sass/_reset.scss */
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

/* line 135, ../sass/_reset.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 140, ../sass/_reset.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 143, ../sass/_reset.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}


/* line 163, ../sass/_reset.scss */
a,
a:visited {
text-decoration: underline;
}

/* line 183, ../sass/_reset.scss */
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}

/* line 188, ../sass/_reset.scss */
thead {
display: table-header-group;
}

/* line 193, ../sass/_reset.scss */
tr,
img {
page-break-inside: avoid;
}

/* line 197, ../sass/_reset.scss */
img {
max-width: 100% !important;
}

@page {
margin: 0.5cm;
}

/* line 207, ../sass/_reset.scss */
p,
h2,
h3 {
orphans: 3;
widows: 3;
}

/* line 213, ../sass/_reset.scss */
h2,
h3 {
page-break-after: avoid;
}

/* line 9, ../sass/_scaffolding.scss */
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  background-color: white;
}

/* line 22, ../sass/_scaffolding.scss */
a {
  color: #1776ff;
  text-decoration: none;
}

/* line 27, ../sass/_scaffolding.scss */
a:hover,
a:focus {
  color: #0053ca;
  text-decoration: underline;
}

/* line 37, ../sass/_scaffolding.scss */
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 42, ../sass/_scaffolding.scss */
.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);
}

/* line 51, ../sass/_scaffolding.scss */
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

/* line 567, ../sass/_mixins.scss */
.row {
  margin-left: -12px;
  *zoom: 1;
}
/* line 15, ../sass/_mixins.scss */
.row:before, .row:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/_mixins.scss */
.row:after {
  clear: both;
}

/* line 572, ../sass/_mixins.scss */
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 12px;
}

/* line 582, ../sass/_mixins.scss */
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 960px;
}

/* line 593, ../sass/_mixins.scss */
.span1 {
  width: 69px;
}

/* line 593, ../sass/_mixins.scss */
.span2 {
  width: 150px;
}

/* line 593, ../sass/_mixins.scss */
.span3 {
  width: 231px;
}

/* line 593, ../sass/_mixins.scss */
.span4 {
  width: 312px;
}

/* line 593, ../sass/_mixins.scss */
.span5 {
  width: 393px;
}

/* line 593, ../sass/_mixins.scss */
.span6 {
  width: 474px;
}

/* line 593, ../sass/_mixins.scss */
.span7 {
  width: 555px;
}

/* line 593, ../sass/_mixins.scss */
.span8 {
  width: 636px;
}

/* line 593, ../sass/_mixins.scss */
.span9 {
  width: 717px;
}

/* line 593, ../sass/_mixins.scss */
.span10 {
  width: 798px;
}

/* line 593, ../sass/_mixins.scss */
.span11 {
  width: 879px;
}

/* line 593, ../sass/_mixins.scss */
.span12 {
  width: 960px;
}

/* line 599, ../sass/_mixins.scss */
.offset1 {
  margin-left: 93px;
}

/* line 599, ../sass/_mixins.scss */
.offset2 {
  margin-left: 174px;
}

/* line 599, ../sass/_mixins.scss */
.offset3 {
  margin-left: 255px;
}

/* line 599, ../sass/_mixins.scss */
.offset4 {
  margin-left: 336px;
}

/* line 599, ../sass/_mixins.scss */
.offset5 {
  margin-left: 417px;
}

/* line 599, ../sass/_mixins.scss */
.offset6 {
  margin-left: 498px;
}

/* line 599, ../sass/_mixins.scss */
.offset7 {
  margin-left: 579px;
}

/* line 599, ../sass/_mixins.scss */
.offset8 {
  margin-left: 660px;
}

/* line 599, ../sass/_mixins.scss */
.offset9 {
  margin-left: 741px;
}

/* line 599, ../sass/_mixins.scss */
.offset10 {
  margin-left: 822px;
}

/* line 599, ../sass/_mixins.scss */
.offset11 {
  margin-left: 903px;
}

/* line 599, ../sass/_mixins.scss */
.offset12 {
  margin-left: 984px;
}

/* line 614, ../sass/_mixins.scss */
.row-fluid {
  width: 100%;
  *zoom: 1;
}
/* line 15, ../sass/_mixins.scss */
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/_mixins.scss */
.row-fluid:after {
  clear: both;
}
/* line 617, ../sass/_mixins.scss */
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 1.25%;
  *margin-left: 1.19792%;
}
/* line 623, ../sass/_mixins.scss */
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
/* line 628, ../sass/_mixins.scss */
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 1.25%;
}
/* line 640, ../sass/_mixins.scss */
.row-fluid .span1 {
  width: 7.1875%;
  *width: 7.13542%;
}
/* line 640, ../sass/_mixins.scss */
.row-fluid .span2 {
  width: 15.625%;
  *width: 15.57292%;
}
/* line 640, ../sass/_mixins.scss */
.row-fluid .span3 {
  width: 24.0625%;
  *width: 24.01042%;
}
/* line 640, ../sass/_mixins.scss */
.row-fluid .span4 {
  width: 32.5%;
  *width: 32.44792%;
}
/* line 640, ../sass/_mixins.scss */
.row-fluid .span5 {
  width: 40.9375%;
  *width: 40.88542%;
}
/* line 640, ../sass/_mixins.scss */
.row-fluid .span6 {
  width: 49.375%;
  *width: 49.32292%;
}
/* line 640, ../sass/_mixins.scss */
.row-fluid .span7 {
  width: 57.8125%;
  *width: 57.76042%;
}
/* line 640, ../sass/_mixins.scss */
.row-fluid .span8 {
  width: 66.25%;
  *width: 66.19792%;
}
/* line 640, ../sass/_mixins.scss */
.row-fluid .span9 {
  width: 74.6875%;
  *width: 74.63542%;
}
/* line 640, ../sass/_mixins.scss */
.row-fluid .span10 {
  width: 83.125%;
  *width: 83.07292%;
}
/* line 640, ../sass/_mixins.scss */
.row-fluid .span11 {
  width: 91.5625%;
  *width: 91.51042%;
}
/* line 640, ../sass/_mixins.scss */
.row-fluid .span12 {
  width: 100.0%;
  *width: 99.94792%;
}
/* line 646, ../sass/_mixins.scss */
.row-fluid .offset1 {
  margin-left: 9.6875%;
  *margin-left: 9.58333%;
}
/* line 647, ../sass/_mixins.scss */
.row-fluid .offset1:first-child {
  margin-left: 8.4375%;
  *margin-left: 8.33333%;
}
/* line 646, ../sass/_mixins.scss */
.row-fluid .offset2 {
  margin-left: 18.125%;
  *margin-left: 18.02083%;
}
/* line 647, ../sass/_mixins.scss */
.row-fluid .offset2:first-child {
  margin-left: 16.875%;
  *margin-left: 16.77083%;
}
/* line 646, ../sass/_mixins.scss */
.row-fluid .offset3 {
  margin-left: 26.5625%;
  *margin-left: 26.45833%;
}
/* line 647, ../sass/_mixins.scss */
.row-fluid .offset3:first-child {
  margin-left: 25.3125%;
  *margin-left: 25.20833%;
}
/* line 646, ../sass/_mixins.scss */
.row-fluid .offset4 {
  margin-left: 35%;
  *margin-left: 34.89583%;
}
/* line 647, ../sass/_mixins.scss */
.row-fluid .offset4:first-child {
  margin-left: 33.75%;
  *margin-left: 33.64583%;
}
/* line 646, ../sass/_mixins.scss */
.row-fluid .offset5 {
  margin-left: 43.4375%;
  *margin-left: 43.33333%;
}
/* line 647, ../sass/_mixins.scss */
.row-fluid .offset5:first-child {
  margin-left: 42.1875%;
  *margin-left: 42.08333%;
}
/* line 646, ../sass/_mixins.scss */
.row-fluid .offset6 {
  margin-left: 51.875%;
  *margin-left: 51.77083%;
}
/* line 647, ../sass/_mixins.scss */
.row-fluid .offset6:first-child {
  margin-left: 50.625%;
  *margin-left: 50.52083%;
}
/* line 646, ../sass/_mixins.scss */
.row-fluid .offset7 {
  margin-left: 60.3125%;
  *margin-left: 60.20833%;
}
/* line 647, ../sass/_mixins.scss */
.row-fluid .offset7:first-child {
  margin-left: 59.0625%;
  *margin-left: 58.95833%;
}
/* line 646, ../sass/_mixins.scss */
.row-fluid .offset8 {
  margin-left: 68.75%;
  *margin-left: 68.64583%;
}
/* line 647, ../sass/_mixins.scss */
.row-fluid .offset8:first-child {
  margin-left: 67.5%;
  *margin-left: 67.39583%;
}
/* line 646, ../sass/_mixins.scss */
.row-fluid .offset9 {
  margin-left: 77.1875%;
  *margin-left: 77.08333%;
}
/* line 647, ../sass/_mixins.scss */
.row-fluid .offset9:first-child {
  margin-left: 75.9375%;
  *margin-left: 75.83333%;
}
/* line 646, ../sass/_mixins.scss */
.row-fluid .offset10 {
  margin-left: 85.625%;
  *margin-left: 85.52083%;
}
/* line 647, ../sass/_mixins.scss */
.row-fluid .offset10:first-child {
  margin-left: 84.375%;
  *margin-left: 84.27083%;
}
/* line 646, ../sass/_mixins.scss */
.row-fluid .offset11 {
  margin-left: 94.0625%;
  *margin-left: 93.95833%;
}
/* line 647, ../sass/_mixins.scss */
.row-fluid .offset11:first-child {
  margin-left: 92.8125%;
  *margin-left: 92.70833%;
}
/* line 646, ../sass/_mixins.scss */
.row-fluid .offset12 {
  margin-left: 102.5%;
  *margin-left: 102.39583%;
}
/* line 647, ../sass/_mixins.scss */
.row-fluid .offset12:first-child {
  margin-left: 101.25%;
  *margin-left: 101.14583%;
}

/* line 14, ../sass/_grid.scss */
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

/* line 19, ../sass/_grid.scss */
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

/* line 7, ../sass/_layouts.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
/* line 15, ../sass/_mixins.scss */
.container:before, .container:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/_mixins.scss */
.container:after {
  clear: both;
}

/* line 12, ../sass/_layouts.scss */
.container-fluid {
  padding-right: 12px;
  padding-left: 12px;
  *zoom: 1;
}
/* line 15, ../sass/_mixins.scss */
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/_mixins.scss */
.container-fluid:after {
  clear: both;
}

/* line 10, ../sass/_forms.scss */
form {
  margin: 0 0 18px;
}

/* line 14, ../sass/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 21, ../sass/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 36px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
/* line 33, ../sass/_forms.scss */
legend small {
  font-size: 13.5px;
  color: #999999;
}

/* line 44, ../sass/_forms.scss */
label,
input,
button,
select,
textarea {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
}

/* line 50, ../sass/_forms.scss */
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 55, ../sass/_forms.scss */
label {
  display: block;
  margin-bottom: 5px;
}

/* line 80, ../sass/_forms.scss */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 18px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 12px;
  line-height: 18px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

/* line 96, ../sass/_forms.scss */
input,
textarea,
.uneditable-input {
  width: 206px;
}

/* line 100, ../sass/_forms.scss */
textarea {
  height: auto;
}

/* line 119, ../sass/_forms.scss */
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: white;
  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-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
/* line 126, ../sass/_forms.scss */
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, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* line 136, ../sass/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

/* line 150, ../sass/_forms.scss */
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

/* line 156, ../sass/_forms.scss */
select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 28px;
}

/* line 163, ../sass/_forms.scss */
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: white;
}

/* line 171, ../sass/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 179, ../sass/_forms.scss */
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;
}

/* line 189, ../sass/_forms.scss */
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  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);
  cursor: not-allowed;
}

/* line 198, ../sass/_forms.scss */
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

/* line 204, ../sass/_forms.scss */
.uneditable-textarea {
  width: auto;
  height: auto;
}

/* line 83, ../sass/_mixins.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
/* line 86, ../sass/_mixins.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
/* line 89, ../sass/_mixins.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

/* line 225, ../sass/_forms.scss */
.radio,
.checkbox {
  min-height: 18px;
  padding-left: 20px;
}

/* line 230, ../sass/_forms.scss */
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 237, ../sass/_forms.scss */
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

/* line 244, ../sass/_forms.scss */
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 251, ../sass/_forms.scss */
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

/* line 261, ../sass/_forms.scss */
.input-mini {
  width: 60px;
}

/* line 262, ../sass/_forms.scss */
.input-small {
  width: 90px;
}

/* line 263, ../sass/_forms.scss */
.input-medium {
  width: 150px;
}

/* line 264, ../sass/_forms.scss */
.input-large {
  width: 210px;
}

/* line 265, ../sass/_forms.scss */
.input-xlarge {
  width: 270px;
}

/* line 266, ../sass/_forms.scss */
.input-xxlarge {
  width: 530px;
}

/* line 277, ../sass/_forms.scss */
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;
}

/* line 291, ../sass/_forms.scss */
.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;
}

/* line 671, ../sass/_mixins.scss */
input,
textarea,
.uneditable-input {
  margin-left: 0;
}

/* line 676, ../sass/_mixins.scss */
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 12px;
}

/* line 688, ../sass/_mixins.scss */
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 55px;
}

/* line 688, ../sass/_mixins.scss */
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 136px;
}

/* line 688, ../sass/_mixins.scss */
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 217px;
}

/* line 688, ../sass/_mixins.scss */
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 298px;
}

/* line 688, ../sass/_mixins.scss */
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 379px;
}

/* line 688, ../sass/_mixins.scss */
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 460px;
}

/* line 688, ../sass/_mixins.scss */
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 541px;
}

/* line 688, ../sass/_mixins.scss */
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 622px;
}

/* line 688, ../sass/_mixins.scss */
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 703px;
}

/* line 688, ../sass/_mixins.scss */
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 784px;
}

/* line 688, ../sass/_mixins.scss */
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 865px;
}

/* line 688, ../sass/_mixins.scss */
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 946px;
}

/* line 304, ../sass/_forms.scss */
.controls-row {
  *zoom: 1;
}
/* line 15, ../sass/_mixins.scss */
.controls-row:before, .controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/_mixins.scss */
.controls-row:after {
  clear: both;
}

.frm-show-form .checkbox, .news-mgmt-form .checkbox {
  margin-top:-1px;
}

/* line 311, ../sass/_forms.scss */
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

/* line 316, ../sass/_forms.scss */
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

/* line 332, ../sass/_forms.scss */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* line 340, ../sass/_forms.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

/* line 164, ../sass/_mixins.scss */
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
/* line 172, ../sass/_mixins.scss */
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
/* line 177, ../sass/_mixins.scss */
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 180, ../sass/_mixins.scss */
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
/* line 187, ../sass/_mixins.scss */
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

/* line 164, ../sass/_mixins.scss */
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
/* line 172, ../sass/_mixins.scss */
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
/* line 177, ../sass/_mixins.scss */
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 180, ../sass/_mixins.scss */
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
/* line 187, ../sass/_mixins.scss */
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

/* line 164, ../sass/_mixins.scss */
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
/* line 172, ../sass/_mixins.scss */
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
/* line 177, ../sass/_mixins.scss */
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 180, ../sass/_mixins.scss */
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
/* line 187, ../sass/_mixins.scss */
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

/* line 164, ../sass/_mixins.scss */
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
/* line 172, ../sass/_mixins.scss */
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
/* line 177, ../sass/_mixins.scss */
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 180, ../sass/_mixins.scss */
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
/* line 187, ../sass/_mixins.scss */
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

/* line 371, ../sass/_forms.scss */
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
/* line 374, ../sass/_forms.scss */
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;
}

/* line 385, ../sass/_forms.scss */
.form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: whitesmoke;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
/* line 15, ../sass/_mixins.scss */
.form-actions:before, .form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/_mixins.scss */
.form-actions:after {
  clear: both;
}

/* line 400, ../sass/_forms.scss */
.help-block,
.help-inline {
  color: #595959;
}

/* line 404, ../sass/_forms.scss */
.help-block {
  display: block;
  margin-bottom: 9px;
}

/* line 409, ../sass/_forms.scss */
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}

/* line 423, ../sass/_forms.scss */
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 9px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
/* line 435, ../sass/_forms.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append .dropdown-menu,
.input-append .popover,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu,
.input-prepend .popover {
  font-size: 12px;
}
/* line 441, ../sass/_forms.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
/* line 448, ../sass/_forms.scss */
.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
/* line 452, ../sass/_forms.scss */
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 18px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 white;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
/* line 468, ../sass/_forms.scss */
.input-append .add-on,
.input-append .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 472, ../sass/_forms.scss */
.input-append .active,
.input-prepend .active {
  background-color: #98e1d0;
  border-color: #32ae91;
}

/* line 480, ../sass/_forms.scss */
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
/* line 484, ../sass/_forms.scss */
.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;
}

/* line 493, ../sass/_forms.scss */
.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;
}
/* line 495, ../sass/_forms.scss */
.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;
}
/* line 501, ../sass/_forms.scss */
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
/* line 506, ../sass/_forms.scss */
.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;
}

/* line 515, ../sass/_forms.scss */
.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;
}
/* line 517, ../sass/_forms.scss */
.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;
}
/* line 522, ../sass/_forms.scss */
.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;
}
/* line 527, ../sass/_forms.scss */
.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;
}
/* line 531, ../sass/_forms.scss */
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

/* line 542, ../sass/_forms.scss */
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 */
/* line 553, ../sass/_forms.scss */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 556, ../sass/_forms.scss */
.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;
}

/* line 559, ../sass/_forms.scss */
.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;
}

/* line 562, ../sass/_forms.scss */
.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;
}

/* line 565, ../sass/_forms.scss */
.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;
}

/* line 587, ../sass/_forms.scss */
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
/* line 594, ../sass/_forms.scss */
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

/* line 601, ../sass/_forms.scss */
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

/* line 608, ../sass/_forms.scss */
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

/* line 615, ../sass/_forms.scss */
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 624, ../sass/_forms.scss */
.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;
}

/* line 632, ../sass/_forms.scss */
.control-group {
  margin-bottom: 9px;
}

/* line 637, ../sass/_forms.scss */
legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate;
}

/* line 647, ../sass/_forms.scss */
.form-horizontal .control-group {
  margin-bottom: 18px;
  *zoom: 1;
}
/* line 15, ../sass/_mixins.scss */
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/_mixins.scss */
.form-horizontal .control-group:after {
  clear: both;
}
/* line 652, ../sass/_forms.scss */
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
/* line 659, ../sass/_forms.scss */
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
/* line 666, ../sass/_forms.scss */
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
/* line 671, ../sass/_forms.scss */
.form-horizontal .help-block {
  margin-bottom: 0;
}
/* line 681, ../sass/_forms.scss */
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 9px;
}
/* line 686, ../sass/_forms.scss */
.form-horizontal .form-actions {
  padding-left: 180px;
}

/* line 9, ../sass/_tables.scss */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 19, ../sass/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 18px;
}
/* line 24, ../sass/_tables.scss */
.table th,
.table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
/* line 31, ../sass/_tables.scss */
.table th {
  font-weight: bold;
}
/* line 35, ../sass/_tables.scss */
.table thead th {
  vertical-align: bottom;
}
/* line 44, ../sass/_tables.scss */
.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;
}
/* line 48, ../sass/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
/* line 53, ../sass/_tables.scss */
.table .table {
  background-color: white;
}

/* line 65, ../sass/_tables.scss */
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

/* line 74, ../sass/_tables.scss */
.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;
}
/* line 81, ../sass/_tables.scss */
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
/* line 93, ../sass/_tables.scss */
.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;
}
/* line 99, ../sass/_tables.scss */
.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;
}
/* line 105, ../sass/_tables.scss */
.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;
}
/* line 113, ../sass/_tables.scss */
.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;
}
/* line 121, ../sass/_tables.scss */
.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;
}
/* line 126, ../sass/_tables.scss */
.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;
}
/* line 129, ../sass/_tables.scss */
.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;
}
/* line 137, ../sass/_tables.scss */
.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;
}
/* line 143, ../sass/_tables.scss */
.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;
}

/* line 159, ../sass/_tables.scss */
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 172, ../sass/_tables.scss */
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: whitesmoke;
}

/* line 186, ../sass/_tables.scss */
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;
}

/* line 196, ../sass/_tables.scss */
.table td.span1,
.table th.span1 {
  float: none;
  width: 53px;
  margin-left: 0;
}
/* line 196, ../sass/_tables.scss */
.table td.span2,
.table th.span2 {
  float: none;
  width: 134px;
  margin-left: 0;
}
/* line 196, ../sass/_tables.scss */
.table td.span3,
.table th.span3 {
  float: none;
  width: 215px;
  margin-left: 0;
}
/* line 196, ../sass/_tables.scss */
.table td.span4,
.table th.span4 {
  float: none;
  width: 296px;
  margin-left: 0;
}
/* line 196, ../sass/_tables.scss */
.table td.span5,
.table th.span5 {
  float: none;
  width: 377px;
  margin-left: 0;
}
/* line 196, ../sass/_tables.scss */
.table td.span6,
.table th.span6 {
  float: none;
  width: 458px;
  margin-left: 0;
}
/* line 196, ../sass/_tables.scss */
.table td.span7,
.table th.span7 {
  float: none;
  width: 539px;
  margin-left: 0;
}
/* line 196, ../sass/_tables.scss */
.table td.span8,
.table th.span8 {
  float: none;
  width: 620px;
  margin-left: 0;
}
/* line 196, ../sass/_tables.scss */
.table td.span9,
.table th.span9 {
  float: none;
  width: 701px;
  margin-left: 0;
}
/* line 196, ../sass/_tables.scss */
.table td.span10,
.table th.span10 {
  float: none;
  width: 782px;
  margin-left: 0;
}
/* line 196, ../sass/_tables.scss */
.table td.span11,
.table th.span11 {
  float: none;
  width: 863px;
  margin-left: 0;
}
/* line 196, ../sass/_tables.scss */
.table td.span12,
.table th.span12 {
  float: none;
  width: 944px;
  margin-left: 0;
}

/* line 207, ../sass/_tables.scss */
.table tbody tr.success > td {
  background-color: #dff0d8;
}
/* line 210, ../sass/_tables.scss */
.table tbody tr.error > td {
  background-color: #f2dede;
}
/* line 213, ../sass/_tables.scss */
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
/* line 216, ../sass/_tables.scss */
.table tbody tr.info > td {
  background-color: #d9edf7;
}

/* line 223, ../sass/_tables.scss */
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
/* line 226, ../sass/_tables.scss */
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
/* line 229, ../sass/_tables.scss */
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
/* line 232, ../sass/_tables.scss */
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

h1#logo
{
  margin:0px; 
  padding:0px;  
}

/* line 10, ../sass/_buttons.scss */
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #dbdbdb;
  background-image: -moz-linear-gradient(top, #d4d4d4, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d4d4d4), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #d4d4d4, #e6e6e6);
  background-image: -o-linear-gradient(top, #d4d4d4, #e6e6e6);
  background-image: linear, to bottom, #d4d4d4, #e6e6e6;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD4D4D4', endColorstr='#FFE6E6E6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 513, ../sass/_mixins.scss */
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
/* line 521, ../sass/_mixins.scss */
.btn:active, .btn.active {
  background-color: #cccccc \9;
}
/* line 61, ../sass/_mixins.scss */
.btn:first-child {
  *margin-left: 0;
}
/* line 29, ../sass/_buttons.scss */
.btn:hover, .btn:focus {
  color: #333333;
  text-decoration: none;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
/* line 40, ../sass/_buttons.scss */
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 46, ../sass/_buttons.scss */
.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 54, ../sass/_buttons.scss */
.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;
}

/* line 69, ../sass/_buttons.scss */
.btn-large {
  padding: 11px 19px;
  font-size: 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 75, ../sass/_buttons.scss */
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

/* line 80, ../sass/_buttons.scss */
.btn-small {
  padding: 2px 10px;
  font-size: 10.2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 86, ../sass/_buttons.scss */
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

/* line 90, ../sass/_buttons.scss */
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

/* line 95, ../sass/_buttons.scss */
.btn-mini {
  padding: 0px 6px;
  font-size: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 105, ../sass/_buttons.scss */
.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;
}

/* line 114, ../sass/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 122, ../sass/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 138, ../sass/_buttons.scss */
.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);
}

/* line 144, ../sass/_buttons.scss */
.btn-primary {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #1757ff;
  background-image: -moz-linear-gradient(top, #1776ff, #1729ff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1776ff), to(#1729ff));
  background-image: -webkit-linear-gradient(top, #1776ff, #1729ff);
  background-image: -o-linear-gradient(top, #1776ff, #1729ff);
  background-image: linear, to bottom, #1776ff, #1729ff;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1776FF', endColorstr='#FF1729FF', GradientType=0);
  border-color: #1729ff #1729ff #000fca;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #1729ff;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 513, ../sass/_mixins.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  color: white;
  background-color: #1729ff;
  *background-color: #0013fc;
}
/* line 521, ../sass/_mixins.scss */
.btn-primary:active, .btn-primary.active {
  background-color: #0011e3 \9;
}

/* line 148, ../sass/_buttons.scss */
.btn-warning {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #d97d36;
  background-image: -moz-linear-gradient(top, #e68d48, #c7661b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e68d48), to(#c7661b));
  background-image: -webkit-linear-gradient(top, #e68d48, #c7661b);
  background-image: -o-linear-gradient(top, #e68d48, #c7661b);
  background-image: linear, to bottom, #e68d48, #c7661b;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE68D48', endColorstr='#FFC7661B', GradientType=0);
  border-color: #c7661b #c7661b #844312;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #c7661b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 513, ../sass/_mixins.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  color: white;
  background-color: #c7661b;
  *background-color: #b15a18;
}
/* line 521, ../sass/_mixins.scss */
.btn-warning:active, .btn-warning.active {
  background-color: #9a4f15 \9;
}

/* line 152, ../sass/_buttons.scss */
.btn-danger {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4e49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear, to bottom, #ee5f5b, #bd362f;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFBD362F', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 513, ../sass/_mixins.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  color: white;
  background-color: #bd362f;
  *background-color: #a9302a;
}
/* line 521, ../sass/_mixins.scss */
.btn-danger:active, .btn-danger.active {
  background-color: #942a25 \9;
}

/* line 156, ../sass/_buttons.scss */
.btn-success {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb65b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear, to bottom, #62c462, #51a351;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF51A351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 513, ../sass/_mixins.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  color: white;
  background-color: #51a351;
  *background-color: #499249;
}
/* line 521, ../sass/_mixins.scss */
.btn-success:active, .btn-success.active {
  background-color: #408140 \9;
}

/* line 160, ../sass/_buttons.scss */
.btn-info {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear, to bottom, #5bc0de, #2f96b4;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF2F96B4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 513, ../sass/_mixins.scss */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  color: white;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
/* line 521, ../sass/_mixins.scss */
.btn-info:active, .btn-info.active {
  background-color: #24748c \9;
}

/* line 164, ../sass/_buttons.scss */
.btn-inverse {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear, to bottom, #444444, #222222;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF444444', endColorstr='#FF222222', GradientType=0);
  border-color: #222222 #222222 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 513, ../sass/_mixins.scss */
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  color: white;
  background-color: #222222;
  *background-color: #151515;
}
/* line 521, ../sass/_mixins.scss */
.btn-inverse:active, .btn-inverse.active {
  background-color: #090909 \9;
}

/* line 173, ../sass/_buttons.scss */
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
/* line 176, ../sass/_buttons.scss */
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* line 185, ../sass/_buttons.scss */
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
/* line 189, ../sass/_buttons.scss */
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
/* line 193, ../sass/_buttons.scss */
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

/* line 206, ../sass/_buttons.scss */
.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;
}

/* line 211, ../sass/_buttons.scss */
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #1776ff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 218, ../sass/_buttons.scss */
.btn-link:hover,
.btn-link:focus {
  color: #0053ca;
  text-decoration: underline;
  background-color: transparent;
}

/* line 224, ../sass/_buttons.scss */
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

/* line 7, ../sass/_button-groups.scss */
.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;
}
/* line 61, ../sass/_mixins.scss */
.btn-group:first-child {
  *margin-left: 0;
}

/* line 18, ../sass/_button-groups.scss */
.btn-group + .btn-group {
  margin-left: 5px;
}

/* line 23, ../sass/_button-groups.scss */
.btn-toolbar {
  font-size: 0;
  margin-top: 9px;
  margin-bottom: 9px;
}
/* line 29, ../sass/_button-groups.scss */
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

/* line 35, ../sass/_button-groups.scss */
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 39, ../sass/_button-groups.scss */
.btn-group > .btn + .btn {
  margin-left: -1px;
}

/* line 44, ../sass/_button-groups.scss */
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 12px;
}

/* line 49, ../sass/_button-groups.scss */
.btn-group > .btn-mini {
  font-size: 9px;
}

/* line 52, ../sass/_button-groups.scss */
.btn-group > .btn-small {
  font-size: 10.2px;
}

/* line 55, ../sass/_button-groups.scss */
.btn-group > .btn-large {
  font-size: 15px;
}

/* line 60, ../sass/_button-groups.scss */
.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;
}

/* line 67, ../sass/_button-groups.scss */
.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;
}

/* line 72, ../sass/_button-groups.scss */
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}

/* line 78, ../sass/_button-groups.scss */
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}

/* line 87, ../sass/_button-groups.scss */
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

/* line 93, ../sass/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 103, ../sass/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}

/* line 110, ../sass/_button-groups.scss */
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}

/* line 116, ../sass/_button-groups.scss */
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

/* line 120, ../sass/_button-groups.scss */
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}

/* line 131, ../sass/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 137, ../sass/_button-groups.scss */
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
/* line 140, ../sass/_button-groups.scss */
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #1729ff;
}
/* line 143, ../sass/_button-groups.scss */
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #c7661b;
}
/* line 146, ../sass/_button-groups.scss */
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
/* line 149, ../sass/_button-groups.scss */
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
/* line 152, ../sass/_button-groups.scss */
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
/* line 155, ../sass/_button-groups.scss */
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

/* line 162, ../sass/_button-groups.scss */
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

/* line 167, ../sass/_button-groups.scss */
.btn-large .caret {
  margin-top: 6px;
}

/* line 170, ../sass/_button-groups.scss */
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}

/* line 176, ../sass/_button-groups.scss */
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

/* line 180, ../sass/_button-groups.scss */
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

/* line 193, ../sass/_button-groups.scss */
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: white;
  border-bottom-color: white;
}

/* line 204, ../sass/_button-groups.scss */
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}

/* line 208, ../sass/_button-groups.scss */
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 214, ../sass/_button-groups.scss */
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}

/* line 218, ../sass/_button-groups.scss */
.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;
}

/* line 221, ../sass/_button-groups.scss */
.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;
}

/* line 224, ../sass/_button-groups.scss */
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

/* line 227, ../sass/_button-groups.scss */
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

/* line 6, ../sass/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: black;
}
/* line 15, ../sass/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 19, ../sass/_modals.scss */
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 24, ../sass/_modals.scss */
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: white;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
/* line 41, ../sass/_modals.scss */
.modal.fade {
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -25%;
}
/* line 45, ../sass/_modals.scss */
.modal.fade.in {
  top: 10%;
}

/* line 47, ../sass/_modals.scss */
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
/* line 51, ../sass/_modals.scss */
.modal-header .close {
  margin-top: 2px;
}
/* line 53, ../sass/_modals.scss */
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

/* line 60, ../sass/_modals.scss */
.modal-body {
  position: relative;
  overflow-y: auto;
  padding: 15px;
}

/* line 66, ../sass/_modals.scss */
.modal-form {
  margin-bottom: 0;
}

/* line 71, ../sass/_modals.scss */
.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 white;
  -moz-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white;
  *zoom: 1;
}
/* line 15, ../sass/_mixins.scss */
.modal-footer:before, .modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/_mixins.scss */
.modal-footer:after {
  clear: both;
}
/* line 82, ../sass/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 87, ../sass/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 91, ../sass/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 11, ../sass/_media.scss */
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}

/* line 19, ../sass/_media.scss */
.media,
.media .media {
  margin-top: 15px;
}

/* line 22, ../sass/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 27, ../sass/_media.scss */
.media-object {
  display: block;
}

/* line 32, ../sass/_media.scss */
.media-heading {
  margin: 0 0 15px;
}

/* line 40, ../sass/_media.scss */
.media > .pull-left {
  margin-right: 10px;
}

/* line 43, ../sass/_media.scss */
.media > .pull-right {
  margin-left: 10px;
}

/* line 52, ../sass/_media.scss */
.media-list {
  margin-left: 0;
  list-style: none;
}

/* line 9, ../sass/_navs.scss */
.nav {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
}

/* line 16, ../sass/_navs.scss */
.nav > li > a {
  display: block;
}

/* line 20, ../sass/_navs.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 27, ../sass/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 32, ../sass/_navs.scss */
.nav > .pull-right {
  float: right;
}

/* line 37, ../sass/_navs.scss */
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

/* line 48, ../sass/_navs.scss */
.nav li + .nav-header {
  margin-top: 9px;
}

/* line 57, ../sass/_navs.scss */
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

/* line 63, ../sass/_navs.scss */
.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);
}

/* line 68, ../sass/_navs.scss */
.nav-list > li > a {
  padding: 3px 15px;
}

/* line 73, ../sass/_navs.scss */
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #1776ff;
}

/* line 79, ../sass/_navs.scss */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

/* line 83, ../sass/_navs.scss */
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid white;
}

/* line 94, ../sass/_navs.scss */
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
/* line 15, ../sass/_mixins.scss */
.nav-tabs:before, .nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/_mixins.scss */
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

/* line 98, ../sass/_navs.scss */
.nav-tabs > li,
.nav-pills > li {
  float: left;
}

/* line 102, ../sass/_navs.scss */
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

/* line 113, ../sass/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 117, ../sass/_navs.scss */
.nav-tabs > li {
  margin-bottom: -1px;
}

/* line 121, ../sass/_navs.scss */
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 18px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
/* line 128, ../sass/_navs.scss */
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}

/* line 135, ../sass/_navs.scss */
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  background-color: white;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 148, ../sass/_navs.scss */
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 159, ../sass/_navs.scss */
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: white;
  background-color: #1776ff;
}

/* line 170, ../sass/_navs.scss */
.nav-stacked > li {
  float: none;
}

/* line 173, ../sass/_navs.scss */
.nav-stacked > li > a {
  margin-right: 0;
}

/* line 178, ../sass/_navs.scss */
.nav-tabs.nav-stacked {
  border-bottom: 0;
}

/* line 181, ../sass/_navs.scss */
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 185, ../sass/_navs.scss */
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

/* line 188, ../sass/_navs.scss */
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

/* line 192, ../sass/_navs.scss */
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}

/* line 198, ../sass/_navs.scss */
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

/* line 201, ../sass/_navs.scss */
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

/* line 210, ../sass/_navs.scss */
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

/* line 213, ../sass/_navs.scss */
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 220, ../sass/_navs.scss */
.nav .dropdown-toggle .caret {
  border-top-color: #1776ff;
  border-bottom-color: #1776ff;
  margin-top: 6px;
}

/* line 226, ../sass/_navs.scss */
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #0053ca;
  border-bottom-color: #0053ca;
}

/* move down carets for tabs */
/* line 231, ../sass/_navs.scss */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 237, ../sass/_navs.scss */
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 241, ../sass/_navs.scss */
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

/* line 249, ../sass/_navs.scss */
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}

/* line 258, ../sass/_navs.scss */
.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: white;
  background-color: #999999;
  border-color: #999999;
}

/* line 266, ../sass/_navs.scss */
.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: white;
  border-bottom-color: white;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 274, ../sass/_navs.scss */
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}

/* line 288, ../sass/_navs.scss */
.tabbable {
  *zoom: 1;
}
/* line 15, ../sass/_mixins.scss */
.tabbable:before, .tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/_mixins.scss */
.tabbable:after {
  clear: both;
}

/* line 291, ../sass/_navs.scss */
.tab-content {
  overflow: auto;
}

/* line 298, ../sass/_navs.scss */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

/* line 304, ../sass/_navs.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

/* line 308, ../sass/_navs.scss */
.tab-content > .active,
.pill-content > .active {
  display: block;
}

/* line 316, ../sass/_navs.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

/* line 319, ../sass/_navs.scss */
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

/* line 323, ../sass/_navs.scss */
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
/* line 326, ../sass/_navs.scss */
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}

/* line 333, ../sass/_navs.scss */
.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;
}

/* line 342, ../sass/_navs.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

/* line 346, ../sass/_navs.scss */
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

/* line 353, ../sass/_navs.scss */
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

/* line 358, ../sass/_navs.scss */
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

/* line 363, ../sass/_navs.scss */
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

/* line 368, ../sass/_navs.scss */
.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: white;
}

/* line 374, ../sass/_navs.scss */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

/* line 379, ../sass/_navs.scss */
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 384, ../sass/_navs.scss */
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

/* line 389, ../sass/_navs.scss */
.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: white;
}

.template-tabs
{
  width: 630px;
  margin: 0px auto;
}
#templates-tabs-tab1{margin-left: 50px;}

/* line 400, ../sass/_navs.scss */
.nav > .disabled > a {
  color: #999999;
}

/* line 405, ../sass/_navs.scss */
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}

/* line 10, ../sass/_navbar.scss */
.navbar {
  overflow: visible;
  margin-bottom: 18px;
  *position: relative;
  *z-index: 2;
}

/* line 21, ../sass/_navbar.scss */
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, white, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, white, #f2f2f2);
  background-image: -o-linear-gradient(top, white, #f2f2f2);
  background-image: linear, to bottom, white, #f2f2f2;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
/* line 15, ../sass/_mixins.scss */
.navbar-inner:before, .navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/_mixins.scss */
.navbar-inner:after {
  clear: both;
}

/* line 36, ../sass/_navbar.scss */
.navbar .container {
  width: auto;
}

/* line 41, ../sass/_navbar.scss */
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

/* line 49, ../sass/_navbar.scss */
.navbar .brand {
  float: left;
  display: block;
  padding: 11px 20px 11px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 white;
}
/* line 60, ../sass/_navbar.scss */
.navbar .brand:hover, .navbar .brand:focus {
  text-decoration: none;
}

/* line 67, ../sass/_navbar.scss */
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}

/* line 75, ../sass/_navbar.scss */
.navbar-link {
  color: #777777;
}
/* line 78, ../sass/_navbar.scss */
.navbar-link:hover, .navbar-link:focus {
  color: #333333;
}

/* line 85, ../sass/_navbar.scss */
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid white;
}

/* line 95, ../sass/_navbar.scss */
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

/* line 102, ../sass/_navbar.scss */
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}

/* line 108, ../sass/_navbar.scss */
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
/* line 15, ../sass/_mixins.scss */
.navbar-form:before, .navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/_mixins.scss */
.navbar-form:after {
  clear: both;
}
/* line 114, ../sass/_navbar.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
/* line 119, ../sass/_navbar.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
/* line 125, ../sass/_navbar.scss */
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
/* line 129, ../sass/_navbar.scss */
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
/* line 132, ../sass/_navbar.scss */
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

/* line 140, ../sass/_navbar.scss */
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
/* line 145, ../sass/_navbar.scss */
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* line 158, ../sass/_navbar.scss */
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
/* line 161, ../sass/_navbar.scss */
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 173, ../sass/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

/* line 181, ../sass/_navbar.scss */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

/* line 184, ../sass/_navbar.scss */
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

/* line 188, ../sass/_navbar.scss */
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 198, ../sass/_navbar.scss */
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 960px;
}

/* line 203, ../sass/_navbar.scss */
.navbar-fixed-top {
  top: 0;
}

/* line 208, ../sass/_navbar.scss */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

/* line 214, ../sass/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
}
/* line 216, ../sass/_navbar.scss */
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

/* line 226, ../sass/_navbar.scss */
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

/* line 233, ../sass/_navbar.scss */
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

/* line 237, ../sass/_navbar.scss */
.navbar .nav > li {
  float: left;
}

/* line 242, ../sass/_navbar.scss */
.navbar .nav > li > a {
  float: none;
  padding: 11px 15px 11px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 white;
}

/* line 250, ../sass/_navbar.scss */
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 256, ../sass/_navbar.scss */
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333333;
  text-decoration: none;
}

/* line 265, ../sass/_navbar.scss */
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e6e6e6;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

/* line 274, ../sass/_navbar.scss */
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -o-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: linear, to bottom, #f2f2f2, #e6e6e6;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2F2F2', endColorstr='#FFE6E6E6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
/* line 513, ../sass/_mixins.scss */
.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
  color: white;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
/* line 521, ../sass/_mixins.scss */
.navbar .btn-navbar:active, .navbar .btn-navbar.active {
  background-color: #cccccc \9;
}

/* line 283, ../sass/_navbar.scss */
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

/* line 291, ../sass/_navbar.scss */
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

/* line 302, ../sass/_navbar.scss */
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
/* line 313, ../sass/_navbar.scss */
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  top: -6px;
  left: 10px;
}

/* line 326, ../sass/_navbar.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
/* line 333, ../sass/_navbar.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid white;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}

/* line 343, ../sass/_navbar.scss */
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

/* line 351, ../sass/_navbar.scss */
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e6e6e6;
  color: #555555;
}

/* line 355, ../sass/_navbar.scss */
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

/* line 361, ../sass/_navbar.scss */
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

/* line 368, ../sass/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
/* line 371, ../sass/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
/* line 375, ../sass/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
/* line 379, ../sass/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* line 394, ../sass/_navbar.scss */
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear, to bottom, #222222, #111111;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF222222', endColorstr='#FF111111', GradientType=0);
  border-color: #252525;
}
/* line 400, ../sass/_navbar.scss */
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 404, ../sass/_navbar.scss */
.navbar-inverse .brand:hover, .navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .nav > li > a:focus {
  color: white;
}
/* line 409, ../sass/_navbar.scss */
.navbar-inverse .brand {
  color: #999999;
}
/* line 413, ../sass/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #999999;
}
/* line 418, ../sass/_navbar.scss */
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: white;
}
/* line 425, ../sass/_navbar.scss */
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: white;
  background-color: #111111;
}
/* line 431, ../sass/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #999999;
}
/* line 434, ../sass/_navbar.scss */
.navbar-inverse .navbar-link:hover, .navbar-inverse .navbar-link:focus {
  color: white;
}
/* line 440, ../sass/_navbar.scss */
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
/* line 448, ../sass/_navbar.scss */
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: white;
}
/* line 453, ../sass/_navbar.scss */
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: white;
  color: white;
}
/* line 457, ../sass/_navbar.scss */
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
/* line 463, ../sass/_navbar.scss */
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: white;
  border-bottom-color: white;
}
/* line 470, ../sass/_navbar.scss */
.navbar-inverse .navbar-search .search-query {
  color: white;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
/* line 83, ../sass/_mixins.scss */
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
/* line 86, ../sass/_mixins.scss */
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
/* line 89, ../sass/_mixins.scss */
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
/* line 480, ../sass/_navbar.scss */
.navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 white;
  background-color: white;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
/* line 493, ../sass/_navbar.scss */
.navbar-inverse .btn-navbar {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear, to bottom, #151515, #040404;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF151515', endColorstr='#FF040404', GradientType=0);
  border-color: #040404 #040404 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 513, ../sass/_mixins.scss */
.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
  color: white;
  background-color: #040404;
  *background-color: black;
}
/* line 521, ../sass/_mixins.scss */
.navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active {
  background-color: black \9;
}

/* line 7, ../sass/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: white;
  border: 1px solid #ededed;
  -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);
}
/* line 15, ../sass/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../sass/_wells.scss */
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 26, ../sass/_wells.scss */
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 33, ../sass/_wells.scss */
.well.yellow {
  background-color: #fffbe5;
  border: 1px solid #ffc40d;
  -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);
}
/* line 38, ../sass/_wells.scss */
.well.yellow blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 8, ../sass/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 11, ../sass/_dropdowns.scss */
.dropdown-toggle {
  *margin-bottom: -3px;
}

/* line 16, ../sass/_dropdowns.scss */
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

/* line 22, ../sass/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid black;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

/* line 34, ../sass/_dropdowns.scss */
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

/* line 41, ../sass/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: white;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
/* line 64, ../sass/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 70, ../sass/_dropdowns.scss */
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid white;
}
/* line 75, ../sass/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  /*line-height: 18px*/;
  line-height: 26px;
  color: #333333;
  white-space: nowrap;
}

/* line 91, ../sass/_dropdowns.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: white;
  background-color: #0d70fd;
  background-image: -moz-linear-gradient(top, #1776ff, #0067fc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1776ff), to(#0067fc));
  background-image: -webkit-linear-gradient(top, #1776ff, #0067fc);
  background-image: -o-linear-gradient(top, #1776ff, #0067fc);
  background-image: linear, to bottom, #1776ff, #0067fc;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1776FF', endColorstr='#FF0067FC', GradientType=0);
}

/* line 101, ../sass/_dropdowns.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #0d70fd;
  background-image: -moz-linear-gradient(top, #1776ff, #0067fc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1776ff), to(#0067fc));
  background-image: -webkit-linear-gradient(top, #1776ff, #0067fc);
  background-image: -o-linear-gradient(top, #1776ff, #0067fc);
  background-image: linear, to bottom, #1776ff, #0067fc;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1776FF', endColorstr='#FF0067FC', GradientType=0);
}

/* line 113, ../sass/_dropdowns.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

/* line 118, ../sass/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: default;
}

/* line 128, ../sass/_dropdowns.scss */
.open {
  *z-index: 1000;
}
/* line 133, ../sass/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 140, ../sass/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 152, ../sass/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid black;
  content: "";
}
/* line 158, ../sass/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

/* line 167, ../sass/_dropdowns.scss */
.dropdown-submenu {
  position: relative;
}

/* line 171, ../sass/_dropdowns.scss */
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

/* line 178, ../sass/_dropdowns.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* line 183, ../sass/_dropdowns.scss */
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}

/* line 192, ../sass/_dropdowns.scss */
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

/* line 205, ../sass/_dropdowns.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: white;
}

/* line 210, ../sass/_dropdowns.scss */
.dropdown-submenu.pull-left {
  float: none;
}
/* line 216, ../sass/_dropdowns.scss */
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* line 226, ../sass/_dropdowns.scss */
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 233, ../sass/_dropdowns.scss */
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 6, ../sass/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 18px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 12, ../sass/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 white;
}
/* line 16, ../sass/_breadcrumbs.scss */
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
/* line 21, ../sass/_breadcrumbs.scss */
.breadcrumb .active {
  color: #999999;
}

/* line 6, ../sass/_pagination.scss */
.pagination {
  margin: 18px 0;
}

/* line 10, ../sass/_pagination.scss */
.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);
}

/* line 21, ../sass/_pagination.scss */
.pagination ul > li {
  display: inline;
}

/* line 25, ../sass/_pagination.scss */
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 18px;
  text-decoration: none;
  background-color: white;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

/* line 37, ../sass/_pagination.scss */
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: whitesmoke;
}

/* line 41, ../sass/_pagination.scss */
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

/* line 48, ../sass/_pagination.scss */
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  background-color: transparent;
  cursor: default;
}

/* line 54, ../sass/_pagination.scss */
.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;
}

/* line 59, ../sass/_pagination.scss */
.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;
}

/* line 67, ../sass/_pagination.scss */
.pagination-centered {
  text-align: center;
}

/* line 70, ../sass/_pagination.scss */
.pagination-right {
  text-align: right;
}

/* line 81, ../sass/_pagination.scss */
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 15px;
}
/* line 86, ../sass/_pagination.scss */
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
/* line 90, ../sass/_pagination.scss */
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}

/* line 99, ../sass/_pagination.scss */
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
/* line 103, ../sass/_pagination.scss */
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}

/* line 111, ../sass/_pagination.scss */
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 10.2px;
}

/* line 119, ../sass/_pagination.scss */
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0px 6px;
  font-size: 9px;
}

/* line 6, ../sass/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: white;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
/* line 28, ../sass/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 29, ../sass/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 30, ../sass/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 31, ../sass/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 34, ../sass/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
/* line 44, ../sass/_popovers.scss */
.popover-title:empty {
  display: none;
}

/* line 49, ../sass/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 58, ../sass/_popovers.scss */
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 66, ../sass/_popovers.scss */
.popover .arrow {
  border-width: 11px;
}

/* line 69, ../sass/_popovers.scss */
.popover .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 75, ../sass/_popovers.scss */
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* line 82, ../sass/_popovers.scss */
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: white;
}
/* line 89, ../sass/_popovers.scss */
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 96, ../sass/_popovers.scss */
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: white;
}
/* line 103, ../sass/_popovers.scss */
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* line 110, ../sass/_popovers.scss */
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: white;
}
/* line 118, ../sass/_popovers.scss */
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 125, ../sass/_popovers.scss */
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: white;
  bottom: -10px;
}

/* line 6, ../sass/_component-animations.scss */
.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;
}
/* line 9, ../sass/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 14, ../sass/_component-animations.scss */
.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;
}
/* line 19, ../sass/_component-animations.scss */
.collapse.in {
  height: auto;
}

/* line 6, ../sass/_close.scss */
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 15, ../sass/_close.scss */
.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* line 26, ../sass/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 6, ../sass/_pager.scss */
.pager {
  margin: 18px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
/* line 15, ../sass/_mixins.scss */
.pager:before, .pager:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/_mixins.scss */
.pager:after {
  clear: both;
}

/* line 12, ../sass/_pager.scss */
.pager li {
  display: inline;
}

/* line 16, ../sass/_pager.scss */
.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;
}

/* line 24, ../sass/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 29, ../sass/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 33, ../sass/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 39, ../sass/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: default;
}

/* line 9, ../sass/_type.scss */
p {
  margin: 0 0 9px;
}

/* line 12, ../sass/_type.scss */
.lead {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
}

/* line 24, ../sass/_type.scss */
small {
  font-size: 85%;
}

/* line 26, ../sass/_type.scss */
strong {
  font-weight: bold;
}

/* line 27, ../sass/_type.scss */
em {
  font-style: italic;
}

/* line 28, ../sass/_type.scss */
cite {
  font-style: normal;
}

/* line 31, ../sass/_type.scss */
.muted {
  color: #999999;
}

/* line 33, ../sass/_type.scss */
a.muted:hover,
a.muted:focus {
  color: gray;
}

/* line 35, ../sass/_type.scss */
.text-warning {
  color: #c09853;
}

/* line 37, ../sass/_type.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

/* line 39, ../sass/_type.scss */
.text-error {
  color: #b94a48;
}

/* line 41, ../sass/_type.scss */
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

/* line 43, ../sass/_type.scss */
.text-info {
  color: #3a87ad;
}

/* line 45, ../sass/_type.scss */
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

/* line 47, ../sass/_type.scss */
.text-success {
  color: #468847;
}

/* line 49, ../sass/_type.scss */
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

/* line 51, ../sass/_type.scss */
.text-left {
  text-align: left;
}

/* line 52, ../sass/_type.scss */
.text-right {
  text-align: right;
}

/* line 53, ../sass/_type.scss */
.text-center {
  text-align: center;
}

/* line 59, ../sass/_type.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 9px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 18px;
  color: inherit;
  text-rendering: optimizelegibility;
}
/* line 66, ../sass/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

/* line 75, ../sass/_type.scss */
h1,
h2,
h3 {
  line-height: 36px;
}

/* line 77, ../sass/_type.scss */
h1 {
  font-size: 33px;
}

/* line 78, ../sass/_type.scss */
h2 {
  font-size: 27px;
}

/* line 79, ../sass/_type.scss */
h3 {
  font-size: 21px;
}

/* line 80, ../sass/_type.scss */
h4 {
  font-size: 15px;
}

/* line 81, ../sass/_type.scss */
h5 {
  font-size: 12px;
}

/* line 82, ../sass/_type.scss */
h6 {
  font-size: 10.2px;
}

/* line 84, ../sass/_type.scss */
h1 small {
  font-size: 21px;
}

/* line 85, ../sass/_type.scss */
h2 small {
  font-size: 15px;
}

/* line 86, ../sass/_type.scss */
h3 small {
  font-size: 12px;
}

/* line 87, ../sass/_type.scss */
h4 small {
  font-size: 12px;
}

/* line 93, ../sass/_type.scss */
.page-header {
  padding-bottom: 8px;
  margin: 18px 0 27px;
  border-bottom: 1px solid #eeeeee;
}

/* line 105, ../sass/_type.scss */
ul, ol {
  padding: 0;
  margin: 0 0 9px 25px;
}

/* line 112, ../sass/_type.scss */
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

/* line 115, ../sass/_type.scss */
li {
  line-height: 18px;
}

/* line 121, ../sass/_type.scss */
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

/* line 128, ../sass/_type.scss */
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
/* line 131, ../sass/_type.scss */
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 140, ../sass/_type.scss */
dl {
  margin-bottom: 18px;
}

/* line 144, ../sass/_type.scss */
dt,
dd {
  line-height: 18px;
}

/* line 147, ../sass/_type.scss */
dt {
  font-weight: bold;
}

/* line 150, ../sass/_type.scss */
dd {
  margin-left: 9px;
}

/* line 154, ../sass/_type.scss */
.dl-horizontal {
  *zoom: 1;
}
/* line 15, ../sass/_mixins.scss */
.dl-horizontal:before, .dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/_mixins.scss */
.dl-horizontal:after {
  clear: both;
}
/* line 156, ../sass/_type.scss */
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 163, ../sass/_type.scss */
.dl-horizontal dd {
  margin-left: 180px;
}

/* line 172, ../sass/_type.scss */
hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid white;
}

/* line 182, ../sass/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

/* line 186, ../sass/_type.scss */
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 192, ../sass/_type.scss */
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #eeeeee;
}
/* line 196, ../sass/_type.scss */
blockquote p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.25;
}
/* line 202, ../sass/_type.scss */
blockquote small {
  display: block;
  line-height: 18px;
  color: #999999;
}
/* line 206, ../sass/_type.scss */
blockquote small:before {
  content: '\2014 \00A0';
}
/* line 212, ../sass/_type.scss */
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
/* line 219, ../sass/_type.scss */
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
/* line 223, ../sass/_type.scss */
blockquote.pull-right small:before {
  content: '';
}
/* line 226, ../sass/_type.scss */
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

/* line 237, ../sass/_type.scss */
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

/* line 242, ../sass/_type.scss */
address {
  display: block;
  margin-bottom: 18px;
  font-style: normal;
  line-height: 18px;
}

/* line 7, ../sass/_utilities.scss */
.pull-right {
  float: right;
}

/* line 10, ../sass/_utilities.scss */
.pull-left {
  float: left;
}

/* line 15, ../sass/_utilities.scss */
.hide {
  display: none;
}

/* line 18, ../sass/_utilities.scss */
.show {
  display: block;
}

/* line 23, ../sass/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 28, ../sass/_utilities.scss */
.affix {
  position: fixed;
}

/* line 33, ../sass/_utilities.scss */
.clearfix {
  *zoom: 1;
}
/* line 15, ../sass/_mixins.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 38, ../sass/_utilities.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 43, ../sass/_utilities.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* The Nivo Slider styles */
/* line 11, ../sass/_slider.scss */
.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

/* line 17, ../sass/_slider.scss */
.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: none;
}

/* line 23, ../sass/_slider.scss */
.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}

/* If an image is wrapped in a link */
/* line 30, ../sass/_slider.scss */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: white;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* The slices and boxes in the Slider */
/* line 46, ../sass/_slider.scss */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}

/* line 53, ../sass/_slider.scss */
.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden;
}

/* line 59, ../sass/_slider.scss */
.nivo-box img {
  display: block;
}

/* Caption styles */
/* line 62, ../sass/_slider.scss */
.nivo-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #000;
  color: #fff;
  width: 100%;
  z-index: 8;
  padding: 5px 10px;
  opacity: 0.8;
  overflow: hidden;
  display: none;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

/* line 80, ../sass/_slider.scss */
.nivo-caption p {
  padding: 5px;
  margin: 0;
}

/* line 84, ../sass/_slider.scss */
.nivo-caption a {
  display: inline !important;
}

/* line 87, ../sass/_slider.scss */
.nivo-html-caption {
  display: none;
}

/* Direction nav styles (e.g. Next & Prev) */
/* line 91, ../sass/_slider.scss */
.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer;
}

/* line 97, ../sass/_slider.scss */
.nivo-prevNav {
  left: 0px;
}

/* line 100, ../sass/_slider.scss */
.nivo-nextNav {
  right: 0px;
}

/* Control nav styles (e.g. 1,2,3...) */
/* line 104, ../sass/_slider.scss */
.nivo-controlNav {
  text-align: center;
  padding: 15px 0;
}

/* line 108, ../sass/_slider.scss */
.nivo-controlNav a {
  cursor: pointer;
}

/* line 111, ../sass/_slider.scss */
.nivo-controlNav a.active {
  font-weight: bold;
}

/*
Skin Name: Nivo Slider Light Theme
Skin URI: http://nivo.dev7studios.com
Description: A light skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/
/* line 125, ../sass/_slider.scss */
.theme-light.slider-wrapper {
  background: #fff;
  padding: 10px;
}

/* line 129, ../sass/_slider.scss */
.theme-light .nivoSlider {
  position: relative;
  background: white url(loading.gif) no-repeat 50% 50%;
  margin-bottom: 10px;
  overflow: visible;
}

/* line 135, ../sass/_slider.scss */
.theme-light .nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

/* line 141, ../sass/_slider.scss */
.theme-light .nivoSlider a {
  border: 0;
  display: block;
}

/* line 146, ../sass/_slider.scss */
.theme-light .nivo-controlNav {
  text-align: left;
  padding: 0;
  position: relative;
  z-index: 10;
}

/* line 152, ../sass/_slider.scss */
.theme-light .nivo-controlNav a {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(/assets/images/design/bullets.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  margin: 0 2px;
}

/* line 161, ../sass/_slider.scss */
.theme-light .nivo-controlNav a.active {
  background-position: 0 100%;
}

/* line 165, ../sass/_slider.scss */
.theme-light .nivo-directionNav a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(/assets/images/design/arrows.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  top: auto;
  bottom: -36px;
  z-index: 11;
}

/* line 176, ../sass/_slider.scss */
.theme-light .nivo-directionNav a:hover {
  background-color: #eee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 182, ../sass/_slider.scss */
.theme-light a.nivo-nextNav {
  background-position: 160% 50%;
  right: 0px;
}

/* line 186, ../sass/_slider.scss */
.theme-light a.nivo-prevNav {
  background-position: -60% 50%;
  left: auto;
  right: 35px;
}

/* line 192, ../sass/_slider.scss */
.theme-light .nivo-caption {
  font-family: Helvetica, Arial, sans-serif;
}

/* line 195, ../sass/_slider.scss */
.theme-light .nivo-caption a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}

/* line 199, ../sass/_slider.scss */
.theme-light .nivo-caption a:hover {
  color: #fff;
}

/* line 203, ../sass/_slider.scss */
.theme-light .nivo-controlNav.nivo-thumbs-enabled {
  width: 80%;
}

/* line 206, ../sass/_slider.scss */
.theme-light .nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px;
}

/* line 212, ../sass/_slider.scss */
.theme-light .nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto;
}

/*!
 *  Font Awesome 3.1.0
 *  the iconic font designed for Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fontawesome.io
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License v1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 License -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/assets/fonts/fontawesome-webfont.eot?v=3.1.0");
  src: url("/assets/fonts/fontawesome-webfont.eot?#iefix&v=3.1.0") format("embedded-opentype"), url("/assets/fonts/fontawesome-webfont.woff?v=3.1.0") format("woff"), url("/assets/fonts/fontawesome-webfont.ttf?v=3.1.0") format("truetype"), url("/assets/fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.1.0") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* FONT AWESOME CORE
 * -------------------------- */
/* line 37, ../sass/_font-awesome.scss */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}

/* line 46, ../sass/_font-awesome.scss */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

/* makes the font 33% larger relative to the icon container */
/* line 52, ../sass/_font-awesome.scss */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}

/* makes sure icons active on rollover in links */
/* line 60, ../sass/_font-awesome.scss */
a [class^="icon-"],
a [class*=" icon-"],
a [class^="icon-"]:before,
a [class*=" icon-"]:before {
  display: inline;
}

/* increased font size for icon-large */
/* line 65, ../sass/_font-awesome.scss */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.2857142857142858em;
  text-align: center;
}

/* line 71, ../sass/_font-awesome.scss */
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.5714285714285714em;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-search-plus:before {
  content: "\f00e";
}
/* line 74, ../sass/_font-awesome.scss */
ul.icons-ul {
  list-style-type: none;
  text-indent: -0.7142857142857143em;
  margin-left: 2.142857142857143em;
}

/* line 79, ../sass/_font-awesome.scss */
ul.icons-ul > li .icon-li {
  width: 0.7142857142857143em;
  display: inline-block;
  text-align: center;
}

/* line 85, ../sass/_font-awesome.scss */
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}

/* line 88, ../sass/_font-awesome.scss */
.icon-muted {
  color: #eeeeee;
}

/* line 91, ../sass/_font-awesome.scss */
.icon-light {
  color: #ffffff;
}

/* line 94, ../sass/_font-awesome.scss */
.icon-dark {
  color: #333333;
}

/* line 97, ../sass/_font-awesome.scss */
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 104, ../sass/_font-awesome.scss */
.icon-2x {
  font-size: 2em;
}

/* line 107, ../sass/_font-awesome.scss */
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 113, ../sass/_font-awesome.scss */
.icon-3x {
  font-size: 3em;
}

/* line 116, ../sass/_font-awesome.scss */
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 122, ../sass/_font-awesome.scss */
.icon-4x {
  font-size: 4em;
}

/* line 125, ../sass/_font-awesome.scss */
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 131, ../sass/_font-awesome.scss */
.icon-5x {
  font-size: 5em;
}

/* line 134, ../sass/_font-awesome.scss */
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* line 140, ../sass/_font-awesome.scss */
.pull-right {
  float: right;
}

/* line 143, ../sass/_font-awesome.scss */
.pull-left {
  float: left;
}

/* line 147, ../sass/_font-awesome.scss */
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}

/* line 151, ../sass/_font-awesome.scss */
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
/* line 158, ../sass/_font-awesome.scss */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

/* more sprites.less reset */
/* line 182, ../sass/_font-awesome.scss */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}

/* keeps Bootstrap styles with and without icons the same */
/* line 189, ../sass/_font-awesome.scss */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}

/* line 195, ../sass/_font-awesome.scss */
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}

/* line 205, ../sass/_font-awesome.scss */
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}

/* line 211, ../sass/_font-awesome.scss */
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}

/* line 215, ../sass/_font-awesome.scss */
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}

/* line 221, ../sass/_font-awesome.scss */
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}

/* line 225, ../sass/_font-awesome.scss */
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}

/* line 231, ../sass/_font-awesome.scss */
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}

/* line 235, ../sass/_font-awesome.scss */
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}

/* line 239, ../sass/_font-awesome.scss */
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
/* line 245, ../sass/_font-awesome.scss */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}

/* line 254, ../sass/_font-awesome.scss */
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}

/* line 264, ../sass/_font-awesome.scss */
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}

/* Animated rotating icon */
/* line 269, ../sass/_font-awesome.scss */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  /* line 277, ../sass/_font-awesome.scss */
  0% {
    -moz-transform: rotate(0deg);
  }

  /* line 280, ../sass/_font-awesome.scss */
  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  /* line 285, ../sass/_font-awesome.scss */
  0% {
    -webkit-transform: rotate(0deg);
  }

  /* line 288, ../sass/_font-awesome.scss */
  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  /* line 293, ../sass/_font-awesome.scss */
  0% {
    -o-transform: rotate(0deg);
  }

  /* line 296, ../sass/_font-awesome.scss */
  100% {
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  /* line 301, ../sass/_font-awesome.scss */
  0% {
    -ms-transform: rotate(0deg);
  }

  /* line 304, ../sass/_font-awesome.scss */
  100% {
    -ms-transform: rotate(359deg);
  }
}

@keyframes spin {
  /* line 309, ../sass/_font-awesome.scss */
  0% {
    transform: rotate(0deg);
  }

  /* line 312, ../sass/_font-awesome.scss */
  100% {
    transform: rotate(359deg);
  }
}

/* Icon rotations and mirroring */
/* line 317, ../sass/_font-awesome.scss */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

/* line 325, ../sass/_font-awesome.scss */
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

/* line 333, ../sass/_font-awesome.scss */
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* line 341, ../sass/_font-awesome.scss */
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 348, ../sass/_font-awesome.scss */
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 357, ../sass/_font-awesome.scss */
.icon-glass:before {
  content: "\f000";
}

/* line 360, ../sass/_font-awesome.scss */
.icon-music:before {
  content: "\f001";
}

/* line 363, ../sass/_font-awesome.scss */
.icon-search:before {
  content: "\f002";
}

/* line 366, ../sass/_font-awesome.scss */
.icon-envelope:before {
  content: "\f003";
}

/* line 369, ../sass/_font-awesome.scss */
.icon-heart:before {
  content: "\f004";
}

/* line 372, ../sass/_font-awesome.scss */
.icon-star:before {
  content: "\f005";
}

/* line 375, ../sass/_font-awesome.scss */
.icon-star-empty:before {
  content: "\f006";
}

/* line 378, ../sass/_font-awesome.scss */
.icon-user:before {
  content: "\f007";
}

/* line 381, ../sass/_font-awesome.scss */
.icon-film:before {
  content: "\f008";
}

/* line 384, ../sass/_font-awesome.scss */
.icon-th-large:before {
  content: "\f009";
}

/* line 387, ../sass/_font-awesome.scss */
.icon-th:before {
  content: "\f00a";
}

/* line 390, ../sass/_font-awesome.scss */
.icon-th-list:before {
  content: "\f00b";
}

/* line 393, ../sass/_font-awesome.scss */
.icon-ok:before {
  content: "\f00c";
}

/* line 396, ../sass/_font-awesome.scss */
.icon-remove:before {
  content: "\f00d";
}

/* line 399, ../sass/_font-awesome.scss */
.icon-zoom-in:before {
  content: "\f00e";
}

/* line 402, ../sass/_font-awesome.scss */
.icon-zoom-out:before {
  content: "\f010";
}

/* line 405, ../sass/_font-awesome.scss */
.icon-off:before {
  content: "\f011";
}

/* line 408, ../sass/_font-awesome.scss */
.icon-signal:before {
  content: "\f012";
}

/* line 411, ../sass/_font-awesome.scss */
.icon-cog:before {
  content: "\f013";
}

/* line 414, ../sass/_font-awesome.scss */
.icon-trash:before {
  content: "\f014";
}

/* line 417, ../sass/_font-awesome.scss */
.icon-home:before {
  content: "\f015";
}

/* line 420, ../sass/_font-awesome.scss */
.icon-file:before {
  content: "\f016";
}

/* line 423, ../sass/_font-awesome.scss */
.icon-time:before {
  content: "\f017";
}

/* line 426, ../sass/_font-awesome.scss */
.icon-road:before {
  content: "\f018";
}

/* line 429, ../sass/_font-awesome.scss */
.icon-download-alt:before {
  content: "\f019";
}

/* line 432, ../sass/_font-awesome.scss */
.icon-download:before {
  content: "\f01a";
}

/* line 435, ../sass/_font-awesome.scss */
.icon-upload:before {
  content: "\f01b";
}

/* line 438, ../sass/_font-awesome.scss */
.icon-inbox:before {
  content: "\f01c";
}

/* line 441, ../sass/_font-awesome.scss */
.icon-play-circle:before {
  content: "\f01d";
}

/* line 445, ../sass/_font-awesome.scss */
.icon-repeat:before,
.icon-rotate-right:before {
  content: "\f01e";
}

/* F020 doesn't work in Safari. all shifted one down */
/* line 449, ../sass/_font-awesome.scss */
.icon-refresh:before {
  content: "\f021";
}

/* line 452, ../sass/_font-awesome.scss */
.icon-list-alt:before {
  content: "\f022";
}

/* line 455, ../sass/_font-awesome.scss */
.icon-lock:before {
  content: "\f023";
}

/* line 458, ../sass/_font-awesome.scss */
.icon-flag:before {
  content: "\f024";
}

/* line 461, ../sass/_font-awesome.scss */
.icon-headphones:before {
  content: "\f025";
}

/* line 464, ../sass/_font-awesome.scss */
.icon-volume-off:before {
  content: "\f026";
}

/* line 467, ../sass/_font-awesome.scss */
.icon-volume-down:before {
  content: "\f027";
}

/* line 470, ../sass/_font-awesome.scss */
.icon-volume-up:before {
  content: "\f028";
}

/* line 473, ../sass/_font-awesome.scss */
.icon-qrcode:before {
  content: "\f029";
}

/* line 476, ../sass/_font-awesome.scss */
.icon-barcode:before {
  content: "\f02a";
}

/* line 479, ../sass/_font-awesome.scss */
.icon-tag:before {
  content: "\f02b";
}

/* line 482, ../sass/_font-awesome.scss */
.icon-tags:before {
  content: "\f02c";
}

/* line 485, ../sass/_font-awesome.scss */
.icon-book:before {
  content: "\f02d";
}

/* line 488, ../sass/_font-awesome.scss */
.icon-bookmark:before {
  content: "\f02e";
}

/* line 491, ../sass/_font-awesome.scss */
.icon-print:before {
  content: "\f02f";
}

/* line 494, ../sass/_font-awesome.scss */
.icon-camera:before {
  content: "\f030";
}

/* line 497, ../sass/_font-awesome.scss */
.icon-font:before {
  content: "\f031";
}

/* line 500, ../sass/_font-awesome.scss */
.icon-bold:before {
  content: "\f032";
}

/* line 503, ../sass/_font-awesome.scss */
.icon-italic:before {
  content: "\f033";
}

/* line 506, ../sass/_font-awesome.scss */
.icon-text-height:before {
  content: "\f034";
}

/* line 509, ../sass/_font-awesome.scss */
.icon-text-width:before {
  content: "\f035";
}

/* line 512, ../sass/_font-awesome.scss */
.icon-align-left:before {
  content: "\f036";
}

/* line 515, ../sass/_font-awesome.scss */
.icon-align-center:before {
  content: "\f037";
}

/* line 518, ../sass/_font-awesome.scss */
.icon-align-right:before {
  content: "\f038";
}

/* line 521, ../sass/_font-awesome.scss */
.icon-align-justify:before {
  content: "\f039";
}

/* line 524, ../sass/_font-awesome.scss */
.icon-list:before {
  content: "\f03a";
}

/* line 527, ../sass/_font-awesome.scss */
.icon-indent-left:before {
  content: "\f03b";
}

/* line 530, ../sass/_font-awesome.scss */
.icon-indent-right:before {
  content: "\f03c";
}

/* line 533, ../sass/_font-awesome.scss */
.icon-facetime-video:before {
  content: "\f03d";
}

/* line 536, ../sass/_font-awesome.scss */
.icon-picture:before {
  content: "\f03e";
}

/* line 539, ../sass/_font-awesome.scss */
.icon-pencil:before {
  content: "\f040";
}

/* line 542, ../sass/_font-awesome.scss */
.icon-map-marker:before {
  content: "\f041";
}

/* line 545, ../sass/_font-awesome.scss */
.icon-adjust:before {
  content: "\f042";
}

/* line 548, ../sass/_font-awesome.scss */
.icon-tint:before {
  content: "\f043";
}

/* line 551, ../sass/_font-awesome.scss */
.icon-edit:before {
  content: "\f044";
}

/* line 554, ../sass/_font-awesome.scss */
.icon-share:before {
  content: "\f045";
}

/* line 557, ../sass/_font-awesome.scss */
.icon-check:before {
  content: "\f046";
}

/* line 560, ../sass/_font-awesome.scss */
.icon-move:before {
  content: "\f047";
}

/* line 563, ../sass/_font-awesome.scss */
.icon-step-backward:before {
  content: "\f048";
}

/* line 566, ../sass/_font-awesome.scss */
.icon-fast-backward:before {
  content: "\f049";
}

/* line 569, ../sass/_font-awesome.scss */
.icon-backward:before {
  content: "\f04a";
}

/* line 572, ../sass/_font-awesome.scss */
.icon-play:before {
  content: "\f04b";
}

/* line 575, ../sass/_font-awesome.scss */
.icon-pause:before {
  content: "\f04c";
}

/* line 578, ../sass/_font-awesome.scss */
.icon-stop:before {
  content: "\f04d";
}

/* line 581, ../sass/_font-awesome.scss */
.icon-forward:before {
  content: "\f04e";
}

/* line 584, ../sass/_font-awesome.scss */
.icon-fast-forward:before {
  content: "\f050";
}

/* line 587, ../sass/_font-awesome.scss */
.icon-step-forward:before {
  content: "\f051";
}

/* line 590, ../sass/_font-awesome.scss */
.icon-eject:before {
  content: "\f052";
}

/* line 593, ../sass/_font-awesome.scss */
.icon-chevron-left:before {
  content: "\f053";
}

/* line 596, ../sass/_font-awesome.scss */
.icon-chevron-right:before {
  content: "\f054";
}

/* line 599, ../sass/_font-awesome.scss */
.icon-plus-sign:before {
  content: "\f055";
}

/* line 602, ../sass/_font-awesome.scss */
.icon-minus-sign:before {
  content: "\f056";
}

/* line 605, ../sass/_font-awesome.scss */
.icon-remove-sign:before {
  content: "\f057";
}

/* line 608, ../sass/_font-awesome.scss */
.icon-ok-sign:before {
  content: "\f058";
}

/* line 611, ../sass/_font-awesome.scss */
.icon-question-sign:before {
  content: "\f059";
}

/* line 614, ../sass/_font-awesome.scss */
.icon-info-sign:before {
  content: "\f05a";
}

/* line 617, ../sass/_font-awesome.scss */
.icon-screenshot:before {
  content: "\f05b";
}

/* line 620, ../sass/_font-awesome.scss */
.icon-remove-circle:before {
  content: "\f05c";
}

/* line 623, ../sass/_font-awesome.scss */
.icon-ok-circle:before {
  content: "\f05d";
}

/* line 626, ../sass/_font-awesome.scss */
.icon-ban-circle:before {
  content: "\f05e";
}

/* line 629, ../sass/_font-awesome.scss */
.icon-arrow-left:before {
  content: "\f060";
}

/* line 632, ../sass/_font-awesome.scss */
.icon-arrow-right:before {
  content: "\f061";
}

/* line 635, ../sass/_font-awesome.scss */
.icon-arrow-up:before {
  content: "\f062";
}

/* line 638, ../sass/_font-awesome.scss */
.icon-arrow-down:before {
  content: "\f063";
}

/* line 642, ../sass/_font-awesome.scss */
.icon-share-alt:before,
.icon-mail-forward:before {
  content: "\f064";
}

/* line 645, ../sass/_font-awesome.scss */
.icon-resize-full:before {
  content: "\f065";
}

/* line 648, ../sass/_font-awesome.scss */
.icon-resize-small:before {
  content: "\f066";
}

/* line 651, ../sass/_font-awesome.scss */
.icon-plus:before {
  content: "\f067";
}

/* line 654, ../sass/_font-awesome.scss */
.icon-minus:before {
  content: "\f068";
}

/* line 657, ../sass/_font-awesome.scss */
.icon-asterisk:before {
  content: "\f069";
}

/* line 660, ../sass/_font-awesome.scss */
.icon-exclamation-sign:before {
  content: "\f06a";
}

/* line 663, ../sass/_font-awesome.scss */
.icon-gift:before {
  content: "\f06b";
}

/* line 666, ../sass/_font-awesome.scss */
.icon-leaf:before {
  content: "\f06c";
}

/* line 669, ../sass/_font-awesome.scss */
.icon-fire:before {
  content: "\f06d";
}

/* line 672, ../sass/_font-awesome.scss */
.icon-eye-open:before {
  content: "\f06e";
}

/* line 675, ../sass/_font-awesome.scss */
.icon-eye-close:before {
  content: "\f070";
}

/* line 678, ../sass/_font-awesome.scss */
.icon-warning-sign:before {
  content: "\f071";
}

/* line 681, ../sass/_font-awesome.scss */
.icon-plane:before {
  content: "\f072";
}

/* line 684, ../sass/_font-awesome.scss */
.icon-calendar:before {
  content: "\f073";
}

/* line 687, ../sass/_font-awesome.scss */
.icon-random:before {
  content: "\f074";
}

/* line 690, ../sass/_font-awesome.scss */
.icon-comment:before {
  content: "\f075";
}

/* line 693, ../sass/_font-awesome.scss */
.icon-magnet:before {
  content: "\f076";
}

/* line 696, ../sass/_font-awesome.scss */
.icon-chevron-up:before {
  content: "\f077";
}

/* line 699, ../sass/_font-awesome.scss */
.icon-chevron-down:before {
  content: "\f078";
}

/* line 702, ../sass/_font-awesome.scss */
.icon-retweet:before {
  content: "\f079";
}

/* line 705, ../sass/_font-awesome.scss */
.icon-shopping-cart:before {
  content: "\f07a";
}

/* line 708, ../sass/_font-awesome.scss */
.icon-folder-close:before {
  content: "\f07b";
}

/* line 711, ../sass/_font-awesome.scss */
.icon-folder-open:before {
  content: "\f07c";
}

/* line 714, ../sass/_font-awesome.scss */
.icon-resize-vertical:before {
  content: "\f07d";
}

/* line 717, ../sass/_font-awesome.scss */
.icon-resize-horizontal:before {
  content: "\f07e";
}

/* line 720, ../sass/_font-awesome.scss */
.icon-bar-chart:before {
  content: "\f080";
}

/* line 723, ../sass/_font-awesome.scss */
.icon-twitter-sign:before {
  content: "\f081";
}

/* line 726, ../sass/_font-awesome.scss */
.icon-facebook-sign:before {
  content: "\f082";
}

/* line 729, ../sass/_font-awesome.scss */
.icon-camera-retro:before {
  content: "\f083";
}

/* line 732, ../sass/_font-awesome.scss */
.icon-key:before {
  content: "\f084";
}

/* line 735, ../sass/_font-awesome.scss */
.icon-cogs:before {
  content: "\f085";
}

/* line 738, ../sass/_font-awesome.scss */
.icon-comments:before {
  content: "\f086";
}

/* line 741, ../sass/_font-awesome.scss */
.icon-thumbs-up:before {
  content: "\f087";
}

/* line 744, ../sass/_font-awesome.scss */
.icon-thumbs-down:before {
  content: "\f088";
}

/* line 747, ../sass/_font-awesome.scss */
.icon-star-half:before {
  content: "\f089";
}

/* line 750, ../sass/_font-awesome.scss */
.icon-heart-empty:before {
  content: "\f08a";
}

/* line 753, ../sass/_font-awesome.scss */
.icon-signout:before {
  content: "\f08b";
}

/* line 756, ../sass/_font-awesome.scss */
.icon-linkedin-sign:before {
  content: "\f08c";
}

/* line 759, ../sass/_font-awesome.scss */
.icon-pushpin:before {
  content: "\f08d";
}

/* line 762, ../sass/_font-awesome.scss */
.icon-external-link:before {
  content: "\f08e";
}

/* line 765, ../sass/_font-awesome.scss */
.icon-signin:before {
  content: "\f090";
}

/* line 768, ../sass/_font-awesome.scss */
.icon-trophy:before {
  content: "\f091";
}

/* line 771, ../sass/_font-awesome.scss */
.icon-github-sign:before {
  content: "\f092";
}

/* line 774, ../sass/_font-awesome.scss */
.icon-upload-alt:before {
  content: "\f093";
}

/* line 777, ../sass/_font-awesome.scss */
.icon-lemon:before {
  content: "\f094";
}

/* line 780, ../sass/_font-awesome.scss */
.icon-phone:before {
  content: "\f095";
}

/* line 783, ../sass/_font-awesome.scss */
.icon-check-empty:before {
  content: "\f096";
}

/* line 786, ../sass/_font-awesome.scss */
.icon-bookmark-empty:before {
  content: "\f097";
}

/* line 789, ../sass/_font-awesome.scss */
.icon-phone-sign:before {
  content: "\f098";
}

/* line 792, ../sass/_font-awesome.scss */
.icon-twitter:before {
  content: "\f099";
}

/* line 795, ../sass/_font-awesome.scss */
.icon-facebook:before {
  content: "\f09a";
}

/* line 798, ../sass/_font-awesome.scss */
.icon-github:before {
  content: "\f09b";
}

/* line 801, ../sass/_font-awesome.scss */
.icon-unlock:before {
  content: "\f09c";
}

/* line 804, ../sass/_font-awesome.scss */
.icon-credit-card:before {
  content: "\f09d";
}

/* line 807, ../sass/_font-awesome.scss */
.icon-rss:before {
  content: "\f09e";
}

/* line 810, ../sass/_font-awesome.scss */
.icon-hdd:before {
  content: "\f0a0";
}

/* line 813, ../sass/_font-awesome.scss */
.icon-bullhorn:before {
  content: "\f0a1";
}

/* line 816, ../sass/_font-awesome.scss */
.icon-bell:before {
  content: "\f0a2";
}

/* line 819, ../sass/_font-awesome.scss */
.icon-certificate:before {
  content: "\f0a3";
}

/* line 822, ../sass/_font-awesome.scss */
.icon-hand-right:before {
  content: "\f0a4";
}

/* line 825, ../sass/_font-awesome.scss */
.icon-hand-left:before {
  content: "\f0a5";
}

/* line 828, ../sass/_font-awesome.scss */
.icon-hand-up:before {
  content: "\f0a6";
}

/* line 831, ../sass/_font-awesome.scss */
.icon-hand-down:before {
  content: "\f0a7";
}

/* line 834, ../sass/_font-awesome.scss */
.icon-circle-arrow-left:before {
  content: "\f0a8";
}

/* line 837, ../sass/_font-awesome.scss */
.icon-circle-arrow-right:before {
  content: "\f0a9";
}

/* line 840, ../sass/_font-awesome.scss */
.icon-circle-arrow-up:before {
  content: "\f0aa";
}

/* line 843, ../sass/_font-awesome.scss */
.icon-circle-arrow-down:before {
  content: "\f0ab";
}

/* line 846, ../sass/_font-awesome.scss */
.icon-globe:before {
  content: "\f0ac";
}

/* line 849, ../sass/_font-awesome.scss */
.icon-wrench:before {
  content: "\f0ad";
}

/* line 852, ../sass/_font-awesome.scss */
.icon-tasks:before {
  content: "\f0ae";
}

/* line 855, ../sass/_font-awesome.scss */
.icon-filter:before {
  content: "\f0b0";
}

/* line 858, ../sass/_font-awesome.scss */
.icon-briefcase:before {
  content: "\f0b1";
}

/* line 861, ../sass/_font-awesome.scss */
.icon-fullscreen:before {
  content: "\f0b2";
}

/* line 864, ../sass/_font-awesome.scss */
.icon-group:before {
  content: "\f0c0";
}

/* line 867, ../sass/_font-awesome.scss */
.icon-link:before {
  content: "\f0c1";
}

/* line 870, ../sass/_font-awesome.scss */
.icon-cloud:before {
  content: "\f0c2";
}

/* line 873, ../sass/_font-awesome.scss */
.icon-beaker:before {
  content: "\f0c3";
}

/* line 876, ../sass/_font-awesome.scss */
.icon-cut:before {
  content: "\f0c4";
}

/* line 879, ../sass/_font-awesome.scss */
.icon-copy:before {
  content: "\f0c5";
}

/* line 882, ../sass/_font-awesome.scss */
.icon-paper-clip:before {
  content: "\f0c6";
}

/* line 885, ../sass/_font-awesome.scss */
.icon-save:before {
  content: "\f0c7";
}

/* line 888, ../sass/_font-awesome.scss */
.icon-sign-blank:before {
  content: "\f0c8";
}

/* line 891, ../sass/_font-awesome.scss */
.icon-reorder:before {
  content: "\f0c9";
}

/* line 894, ../sass/_font-awesome.scss */
.icon-list-ul:before {
  content: "\f0ca";
}

/* line 897, ../sass/_font-awesome.scss */
.icon-list-ol:before {
  content: "\f0cb";
}

/* line 900, ../sass/_font-awesome.scss */
.icon-strikethrough:before {
  content: "\f0cc";
}

/* line 903, ../sass/_font-awesome.scss */
.icon-underline:before {
  content: "\f0cd";
}

/* line 906, ../sass/_font-awesome.scss */
.icon-table:before {
  content: "\f0ce";
}

/* line 909, ../sass/_font-awesome.scss */
.icon-magic:before {
  content: "\f0d0";
}

/* line 912, ../sass/_font-awesome.scss */
.icon-truck:before {
  content: "\f0d1";
}

/* line 915, ../sass/_font-awesome.scss */
.icon-pinterest:before {
  content: "\f0d2";
}

/* line 918, ../sass/_font-awesome.scss */
.icon-pinterest-sign:before {
  content: "\f0d3";
}

/* line 921, ../sass/_font-awesome.scss */
.icon-google-plus-sign:before {
  content: "\f0d4";
}

/* line 924, ../sass/_font-awesome.scss */
.icon-google-plus:before {
  content: "\f0d5";
}

/* line 927, ../sass/_font-awesome.scss */
.icon-money:before {
  content: "\f0d6";
}

/* line 930, ../sass/_font-awesome.scss */
.icon-caret-down:before {
  content: "\f0d7";
}

/* line 933, ../sass/_font-awesome.scss */
.icon-caret-up:before {
  content: "\f0d8";
}

/* line 936, ../sass/_font-awesome.scss */
.icon-caret-left:before {
  content: "\f0d9";
}

/* line 939, ../sass/_font-awesome.scss */
.icon-caret-right:before {
  content: "\f0da";
}

/* line 942, ../sass/_font-awesome.scss */
.icon-columns:before {
  content: "\f0db";
}

/* line 945, ../sass/_font-awesome.scss */
.icon-sort:before {
  content: "\f0dc";
}

/* line 948, ../sass/_font-awesome.scss */
.icon-sort-down:before {
  content: "\f0dd";
}

/* line 951, ../sass/_font-awesome.scss */
.icon-sort-up:before {
  content: "\f0de";
}

/* line 954, ../sass/_font-awesome.scss */
.icon-envelope-alt:before {
  content: "\f0e0";
}

/* line 957, ../sass/_font-awesome.scss */
.icon-linkedin:before {
  content: "\f0e1";
}

/* line 961, ../sass/_font-awesome.scss */
.icon-undo:before,
.icon-rotate-left:before {
  content: "\f0e2";
}

/* line 964, ../sass/_font-awesome.scss */
.icon-legal:before {
  content: "\f0e3";
}

/* line 967, ../sass/_font-awesome.scss */
.icon-dashboard:before {
  content: "\f0e4";
}

/* line 970, ../sass/_font-awesome.scss */
.icon-comment-alt:before {
  content: "\f0e5";
}

/* line 973, ../sass/_font-awesome.scss */
.icon-comments-alt:before {
  content: "\f0e6";
}

/* line 976, ../sass/_font-awesome.scss */
.icon-bolt:before {
  content: "\f0e7";
}

/* line 979, ../sass/_font-awesome.scss */
.icon-sitemap:before {
  content: "\f0e8";
}

/* line 982, ../sass/_font-awesome.scss */
.icon-umbrella:before {
  content: "\f0e9";
}

/* line 985, ../sass/_font-awesome.scss */
.icon-paste:before {
  content: "\f0ea";
}

/* line 988, ../sass/_font-awesome.scss */
.icon-lightbulb:before {
  content: "\f0eb";
}

/* line 991, ../sass/_font-awesome.scss */
.icon-exchange:before {
  content: "\f0ec";
}

/* line 994, ../sass/_font-awesome.scss */
.icon-cloud-download:before {
  content: "\f0ed";
}

/* line 997, ../sass/_font-awesome.scss */
.icon-cloud-upload:before {
  content: "\f0ee";
}

/* line 1000, ../sass/_font-awesome.scss */
.icon-user-md:before {
  content: "\f0f0";
}

/* line 1003, ../sass/_font-awesome.scss */
.icon-stethoscope:before {
  content: "\f0f1";
}

/* line 1006, ../sass/_font-awesome.scss */
.icon-suitcase:before {
  content: "\f0f2";
}

/* line 1009, ../sass/_font-awesome.scss */
.icon-bell-alt:before {
  content: "\f0f3";
}

/* line 1012, ../sass/_font-awesome.scss */
.icon-coffee:before {
  content: "\f0f4";
}

/* line 1015, ../sass/_font-awesome.scss */
.icon-food:before {
  content: "\f0f5";
}

/* line 1018, ../sass/_font-awesome.scss */
.icon-file-alt:before {
  content: "\f0f6";
}

/* line 1021, ../sass/_font-awesome.scss */
.icon-building:before {
  content: "\f0f7";
}

/* line 1024, ../sass/_font-awesome.scss */
.icon-hospital:before {
  content: "\f0f8";
}

/* line 1027, ../sass/_font-awesome.scss */
.icon-ambulance:before {
  content: "\f0f9";
}

/* line 1030, ../sass/_font-awesome.scss */
.icon-medkit:before {
  content: "\f0fa";
}

/* line 1033, ../sass/_font-awesome.scss */
.icon-fighter-jet:before {
  content: "\f0fb";
}

/* line 1036, ../sass/_font-awesome.scss */
.icon-beer:before {
  content: "\f0fc";
}

/* line 1039, ../sass/_font-awesome.scss */
.icon-h-sign:before {
  content: "\f0fd";
}

/* line 1042, ../sass/_font-awesome.scss */
.icon-plus-sign-alt:before {
  content: "\f0fe";
}

/* line 1045, ../sass/_font-awesome.scss */
.icon-double-angle-left:before {
  content: "\f100";
}

/* line 1048, ../sass/_font-awesome.scss */
.icon-double-angle-right:before {
  content: "\f101";
}

/* line 1051, ../sass/_font-awesome.scss */
.icon-double-angle-up:before {
  content: "\f102";
}

/* line 1054, ../sass/_font-awesome.scss */
.icon-double-angle-down:before {
  content: "\f103";
}

/* line 1057, ../sass/_font-awesome.scss */
.icon-angle-left:before {
  content: "\f104";
}

/* line 1060, ../sass/_font-awesome.scss */
.icon-angle-right:before {
  content: "\f105";
}

/* line 1063, ../sass/_font-awesome.scss */
.icon-angle-up:before {
  content: "\f106";
}

/* line 1066, ../sass/_font-awesome.scss */
.icon-angle-down:before {
  content: "\f107";
}

/* line 1069, ../sass/_font-awesome.scss */
.icon-desktop:before {
  content: "\f108";
}

/* line 1072, ../sass/_font-awesome.scss */
.icon-laptop:before {
  content: "\f109";
}

/* line 1075, ../sass/_font-awesome.scss */
.icon-tablet:before {
  content: "\f10a";
}

/* line 1078, ../sass/_font-awesome.scss */
.icon-mobile-phone:before {
  content: "\f10b";
}

/* line 1081, ../sass/_font-awesome.scss */
.icon-circle-blank:before {
  content: "\f10c";
}

/* line 1084, ../sass/_font-awesome.scss */
.icon-quote-left:before {
  content: "\f10d";
}

/* line 1087, ../sass/_font-awesome.scss */
.icon-quote-right:before {
  content: "\f10e";
}

/* line 1090, ../sass/_font-awesome.scss */
.icon-spinner:before {
  content: "\f110";
}

/* line 1093, ../sass/_font-awesome.scss */
.icon-circle:before {
  content: "\f111";
}

/* line 1097, ../sass/_font-awesome.scss */
.icon-reply:before,
.icon-mail-reply:before {
  content: "\f112";
}

/* line 1100, ../sass/_font-awesome.scss */
.icon-folder-close-alt:before {
  content: "\f114";
}

/* line 1103, ../sass/_font-awesome.scss */
.icon-folder-open-alt:before {
  content: "\f115";
}

/* line 1106, ../sass/_font-awesome.scss */
.icon-expand-alt:before {
  content: "\f116";
}

/* line 1109, ../sass/_font-awesome.scss */
.icon-collapse-alt:before {
  content: "\f117";
}

/* line 1112, ../sass/_font-awesome.scss */
.icon-smile:before {
  content: "\f118";
}

/* line 1115, ../sass/_font-awesome.scss */
.icon-frown:before {
  content: "\f119";
}

/* line 1118, ../sass/_font-awesome.scss */
.icon-meh:before {
  content: "\f11a";
}

/* line 1121, ../sass/_font-awesome.scss */
.icon-gamepad:before {
  content: "\f11b";
}

/* line 1124, ../sass/_font-awesome.scss */
.icon-keyboard:before {
  content: "\f11c";
}

/* line 1127, ../sass/_font-awesome.scss */
.icon-flag-alt:before {
  content: "\f11d";
}

/* line 1130, ../sass/_font-awesome.scss */
.icon-flag-checkered:before {
  content: "\f11e";
}

/* line 1133, ../sass/_font-awesome.scss */
.icon-terminal:before {
  content: "\f120";
}

/* line 1136, ../sass/_font-awesome.scss */
.icon-code:before {
  content: "\f121";
}

/* line 1139, ../sass/_font-awesome.scss */
.icon-reply-all:before {
  content: "\f122";
}

/* line 1142, ../sass/_font-awesome.scss */
.icon-mail-reply-all:before {
  content: "\f122";
}

/* line 1146, ../sass/_font-awesome.scss */
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}

/* line 1149, ../sass/_font-awesome.scss */
.icon-location-arrow:before {
  content: "\f124";
}

/* line 1152, ../sass/_font-awesome.scss */
.icon-crop:before {
  content: "\f125";
}

/* line 1155, ../sass/_font-awesome.scss */
.icon-code-fork:before {
  content: "\f126";
}

/* line 1158, ../sass/_font-awesome.scss */
.icon-unlink:before {
  content: "\f127";
}

/* line 1161, ../sass/_font-awesome.scss */
.icon-question:before {
  content: "\f128";
}

/* line 1164, ../sass/_font-awesome.scss */
.icon-info:before {
  content: "\f129";
}

/* line 1167, ../sass/_font-awesome.scss */
.icon-exclamation:before {
  content: "\f12a";
}

/* line 1170, ../sass/_font-awesome.scss */
.icon-superscript:before {
  content: "\f12b";
}

/* line 1173, ../sass/_font-awesome.scss */
.icon-subscript:before {
  content: "\f12c";
}

/* line 1176, ../sass/_font-awesome.scss */
.icon-eraser:before {
  content: "\f12d";
}

/* line 1179, ../sass/_font-awesome.scss */
.icon-puzzle-piece:before {
  content: "\f12e";
}

/* line 1182, ../sass/_font-awesome.scss */
.icon-microphone:before {
  content: "\f130";
}

/* line 1185, ../sass/_font-awesome.scss */
.icon-microphone-off:before {
  content: "\f131";
}

/* line 1188, ../sass/_font-awesome.scss */
.icon-shield:before {
  content: "\f132";
}

/* line 1191, ../sass/_font-awesome.scss */
.icon-calendar-empty:before {
  content: "\f133";
}

/* line 1194, ../sass/_font-awesome.scss */
.icon-fire-extinguisher:before {
  content: "\f134";
}

/* line 1197, ../sass/_font-awesome.scss */
.icon-rocket:before {
  content: "\f135";
}

/* line 1200, ../sass/_font-awesome.scss */
.icon-maxcdn:before {
  content: "\f136";
}

/* line 1203, ../sass/_font-awesome.scss */
.icon-chevron-sign-left:before {
  content: "\f137";
}

/* line 1206, ../sass/_font-awesome.scss */
.icon-chevron-sign-right:before {
  content: "\f138";
}

/* line 1209, ../sass/_font-awesome.scss */
.icon-chevron-sign-up:before {
  content: "\f139";
}

/* line 1212, ../sass/_font-awesome.scss */
.icon-chevron-sign-down:before {
  content: "\f13a";
}

/* line 1215, ../sass/_font-awesome.scss */
.icon-html5:before {
  content: "\f13b";
}

/* line 1218, ../sass/_font-awesome.scss */
.icon-css3:before {
  content: "\f13c";
}

/* line 1221, ../sass/_font-awesome.scss */
.icon-anchor:before {
  content: "\f13d";
}

/* line 1224, ../sass/_font-awesome.scss */
.icon-unlock-alt:before {
  content: "\f13e";
}

/* line 1227, ../sass/_font-awesome.scss */
.icon-bullseye:before {
  content: "\f140";
}

/* line 1230, ../sass/_font-awesome.scss */
.icon-ellipsis-horizontal:before {
  content: "\f141";
}

/* line 1233, ../sass/_font-awesome.scss */
.icon-ellipsis-vertical:before {
  content: "\f142";
}

/* line 1236, ../sass/_font-awesome.scss */
.icon-rss-sign:before {
  content: "\f143";
}

/* line 1239, ../sass/_font-awesome.scss */
.icon-play-sign:before {
  content: "\f144";
}

/* line 1242, ../sass/_font-awesome.scss */
.icon-ticket:before {
  content: "\f145";
}

/* line 1245, ../sass/_font-awesome.scss */
.icon-minus-sign-alt:before {
  content: "\f146";
}

/* line 1248, ../sass/_font-awesome.scss */
.icon-check-minus:before {
  content: "\f147";
}

/* line 1251, ../sass/_font-awesome.scss */
.icon-level-up:before {
  content: "\f148";
}

/* line 1254, ../sass/_font-awesome.scss */
.icon-level-down:before {
  content: "\f149";
}

/* line 1257, ../sass/_font-awesome.scss */
.icon-check-sign:before {
  content: "\f14a";
}

/* line 1260, ../sass/_font-awesome.scss */
.icon-edit-sign:before {
  content: "\f14b";
}

/* line 1263, ../sass/_font-awesome.scss */
.icon-external-link-sign:before {
  content: "\f14c";
}

/* line 1266, ../sass/_font-awesome.scss */
.icon-share-sign:before {
  content: "\f14d";
}

/*!
 *  Font Awesome 3.1.0
 *  the iconic font designed for Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fontawesome.io
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License v1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 License -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */
/* line 24, ../sass/_font-awesome-ie7.scss */

.icon-large {
  font-size: 1.3333333333333333em;
  margin-top: -4px;
  padding-top: 3px;
  margin-bottom: -4px;
  padding-bottom: 3px;
  vertical-align: middle;
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.nav [class^="icon-"], .nav [class*=" icon-"] {
  vertical-align: inherit;
  margin-top: -4px;
  padding-top: 3px;
  margin-bottom: -4px;
  padding-bottom: 3px;
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.nav [class^="icon-"].icon-large, .nav [class*=" icon-"].icon-large {
  vertical-align: -25%;
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.nav-pills [class^="icon-"].icon-large, .nav-tabs [class^="icon-"].icon-large, .nav-pills [class*=" icon-"].icon-large, .nav-tabs [class*=" icon-"].icon-large {
  line-height: .75em;
  margin-top: -7px;
  padding-top: 5px;
  margin-bottom: -5px;
  padding-bottom: 4px;
}

/* line 24, ../sass/_font-awesome-ie7.scss */
ul.icons-ul {
  text-indent: -1em;
  margin-left: 2.142857142857143em;
}

/* line 24, ../sass/_font-awesome-ie7.scss */
ul.icons-ul > li .icon-li {
  width: 1em;
  margin-right: 0;
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.btn [class^="icon-"].pull-left, .btn [class*=" icon-"].pull-left, .btn [class^="icon-"].pull-right, .btn [class*=" icon-"].pull-right {
  vertical-align: inherit;
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.btn [class^="icon-"].icon-large, .btn [class*=" icon-"].icon-large {
  margin-top: -0.5em;
}

/* line 24, ../sass/_font-awesome-ie7.scss */
a [class^="icon-"], a [class*=" icon-"] {
  cursor: pointer;
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-glass {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf000;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-music {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf001;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-search {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf002;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-envelope {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf003;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-heart {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf004;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-star {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf005;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-star-empty {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf006;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-user {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf007;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-film {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf008;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-th-large {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf009;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-th {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf00a;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-th-list {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf00b;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-ok {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf00c;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-remove {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf00d;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-zoom-in {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf00e;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-zoom-out {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf010;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-off {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf011;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-signal {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf012;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-cog {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf013;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-trash {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf014;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-home {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf015;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-file {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf016;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-time {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf017;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-road {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf018;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-download-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf019;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-download {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf01a;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-upload {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf01b;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-inbox {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf01c;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-play-circle {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf01d;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-repeat {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf01e;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-refresh {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf021;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-list-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf022;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-lock {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf023;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-flag {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf024;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-headphones {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf025;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-volume-off {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf026;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-volume-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf027;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-volume-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf028;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-qrcode {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf029;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-barcode {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf02a;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-tag {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf02b;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-tags {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf02c;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-book {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf02d;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-bookmark {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf02e;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-print {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf02f;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-camera {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf030;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-font {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf031;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-bold {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf032;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-italic {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf033;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-text-height {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf034;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-text-width {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf035;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-align-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf036;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-align-center {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf037;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-align-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf038;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-align-justify {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf039;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-list {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf03a;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-indent-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf03b;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-indent-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf03c;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-facetime-video {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf03d;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-picture {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf03e;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-pencil {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf040;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-map-marker {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf041;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-adjust {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf042;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-tint {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf043;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-edit {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf044;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-share {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf045;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-check {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf046;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-move {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf047;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-step-backward {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf048;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-fast-backward {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf049;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-backward {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf04a;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-play {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf04b;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-pause {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf04c;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-stop {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf04d;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-forward {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf04e;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-fast-forward {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf050;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-step-forward {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf051;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-eject {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf052;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-chevron-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf053;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-chevron-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf054;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-plus-sign {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf055;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-minus-sign {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf056;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-remove-sign {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf057;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-ok-sign {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf058;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-question-sign {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf059;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-info-sign {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf05a;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-screenshot {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf05b;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-remove-circle {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf05c;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-ok-circle {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf05d;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-ban-circle {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf05e;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-arrow-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf060;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-arrow-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf061;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-arrow-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf062;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-arrow-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf063;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-share-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf064;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-resize-full {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf065;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-resize-small {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf066;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-plus {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf067;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-minus {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf068;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-asterisk {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf069;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-exclamation-sign {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf06a;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-gift {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf06b;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-leaf {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf06c;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-fire {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf06d;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-eye-open {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf06e;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-eye-close {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf070;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-warning-sign {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf071;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-plane {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf072;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-calendar {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf073;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-random {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf074;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-comment {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf075;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-magnet {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf076;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-chevron-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf077;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-chevron-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf078;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-retweet {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf079;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-shopping-cart {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf07a;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-folder-close {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf07b;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-folder-open {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf07c;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-resize-vertical {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf07d;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-resize-horizontal {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf07e;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-bar-chart {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf080;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-twitter-sign {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf081;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-facebook-sign {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf082;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-camera-retro {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf083;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-key {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf084;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-cogs {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf085;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-comments {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf086;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-thumbs-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf087;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-thumbs-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf088;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-star-half {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf089;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-heart-empty {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf08a;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-signout {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf08b;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-linkedin-sign {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf08c;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-pushpin {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf08d;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-external-link {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf08e;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-signin {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf090;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-trophy {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf091;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-github-sign {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf092;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-upload-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf093;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-lemon {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf094;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-phone {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf095;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-check-empty {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf096;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-bookmark-empty {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf097;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-phone-sign {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf098;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-twitter {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf099;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-facebook {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf09a;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-github {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf09b;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-unlock {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf09c;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-credit-card {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf09d;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-rss {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf09e;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-hdd {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0a0;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-bullhorn {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0a1;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-bell {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0a2;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-certificate {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0a3;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-hand-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0a4;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-hand-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0a5;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-hand-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0a6;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-hand-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0a7;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-circle-arrow-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0a8;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-circle-arrow-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0a9;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-circle-arrow-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0aa;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-circle-arrow-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0ab;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-globe {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0ac;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-wrench {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0ad;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-tasks {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0ae;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-filter {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0b0;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-briefcase {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0b1;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-fullscreen {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0b2;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-group {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0c0;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-link {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0c1;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-cloud {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0c2;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-beaker {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0c3;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-cut {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0c4;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-copy {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0c5;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-paper-clip {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0c6;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-save {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0c7;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-sign-blank {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0c8;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-reorder {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0c9;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-list-ul {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0ca;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-list-ol {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0cb;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-strikethrough {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0cc;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-underline {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0cd;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-table {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0ce;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-magic {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0d0;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-truck {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0d1;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-pinterest {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0d2;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-pinterest-sign {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0d3;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-google-plus-sign {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0d4;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-google-plus {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0d5;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-money {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0d6;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-caret-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0d7;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-caret-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0d8;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-caret-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0d9;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-caret-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0da;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-columns {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0db;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-sort {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0dc;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-sort-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0dd;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-sort-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0de;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-envelope-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0e0;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-linkedin {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0e1;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-undo {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0e2;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-legal {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0e3;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-dashboard {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0e4;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-comment-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0e5;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-comments-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0e6;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-bolt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0e7;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-sitemap {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0e8;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-umbrella {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0e9;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-paste {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0ea;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-lightbulb {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0eb;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-exchange {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0ec;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-cloud-download {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0ed;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-cloud-upload {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0ee;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-user-md {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0f0;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-stethoscope {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0f1;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-suitcase {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0f2;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-bell-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0f3;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-coffee {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0f4;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-food {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0f5;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-file-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0f6;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-building {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0f7;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-hospital {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0f8;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-ambulance {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0f9;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-medkit {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0fa;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-fighter-jet {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0fb;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-beer {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0fc;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-h-sign {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0fd;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-plus-sign-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0fe;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-double-angle-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf100;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-double-angle-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf101;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-double-angle-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf102;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-double-angle-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf103;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-angle-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf104;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-angle-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf105;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-angle-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf106;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-angle-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf107;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-desktop {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf108;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-laptop {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf109;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-tablet {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf10a;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-mobile-phone {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf10b;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-circle-blank {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf10c;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-quote-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf10d;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-quote-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf10e;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-spinner {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf110;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-circle {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf111;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-reply {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf112;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-folder-close-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf114;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-folder-open-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf115;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-expand-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf116;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-collapse-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf117;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-smile {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf118;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-frown {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf119;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-meh {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf11a;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-gamepad {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf11b;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-keyboard {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf11c;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-flag-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf11d;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-flag-checkered {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf11e;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-terminal {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf120;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-code {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf121;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-reply-all {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf122;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-mail-reply-all {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf122;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-star-half-full, .icon-star-half-empty {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf123;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-location-arrow {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf124;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-crop {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf125;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-code-fork {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf126;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-unlink {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf127;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-question {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf128;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-info {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf129;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-exclamation {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf12a;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-superscript {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf12b;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-subscript {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf12c;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-eraser {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf12d;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-puzzle-piece {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf12e;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-microphone {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf130;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-microphone-off {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf131;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-shield {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf132;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-calendar-empty {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf133;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-fire-extinguisher {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf134;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-rocket {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf135;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-maxcdn {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf136;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-chevron-sign-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf137;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-chevron-sign-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf138;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-chevron-sign-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf139;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-chevron-sign-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf13a;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-html5 {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf13b;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-css3 {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf13c;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-anchor {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf13d;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-unlock-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf13e;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-bullseye {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf140;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-ellipsis-horizontal {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf141;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-ellipsis-vertical {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf142;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-rss-sign {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf143;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-play-sign {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf144;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-ticket {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf145;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-minus-sign-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf146;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-check-minus {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf147;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-level-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf148;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-level-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf149;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-check-sign {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf14a;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-edit-sign {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf14b;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-external-link-sign {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf14c;');
}

/* line 24, ../sass/_font-awesome-ie7.scss */
.icon-share-sign {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf14d;');
}

/*== Styles ==*/
/*= reset a few things =*/
/* line 39, ../sass/main.scss */
a:hover {
  text-decoration: none;
}

/* line 42, ../sass/main.scss */
a {
  color: #1776ff;
}
/* line 44, ../sass/main.scss */
a:hover {
  color: #1776ff;
}

/* line 48, ../sass/main.scss */
.btn {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}

/* line 55, ../sass/main.scss */
.breadcrumb > li {
  text-shadow: none;
}

/* line 58, ../sass/main.scss */
.icon-stack {
  font-size: 11px;
}

/*===== Some default settings =====*/
/* line 64, ../sass/main.scss */
.centered {
  text-align: center;
}

/* line 67, ../sass/main.scss */
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #fff;
}

/* line 75, ../sass/main.scss */
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #000;
  background-color: #fdeaa3;
  background-image: -moz-linear-gradient(top, #fcdc67, white);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcdc67), to(white));
  background-image: -webkit-linear-gradient(top, #fcdc67, white);
  background-image: -o-linear-gradient(top, #fcdc67, white);
  background-image: linear, to bottom, #fcdc67, white;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCDC67', endColorstr='#FFFFFFFF', GradientType=0);
  border: 1px solid #ddd;
  border-bottom-color: #fff;
  cursor: default;
  outline: none;
}

/* line 85, ../sass/main.scss */
.tabs-below .nav-tabs > .active > a,
.tabs-below .nav-tabs > .active > a:hover,
.tabs-below .nav-tabs > .active > a:focus {
  background-color: #fdf1c2;
  background-image: -moz-linear-gradient(top, white, #fcdc67);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#fcdc67));
  background-image: -webkit-linear-gradient(top, white, #fcdc67);
  background-image: -o-linear-gradient(top, white, #fcdc67);
  background-image: linear, to bottom, white, #fcdc67;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFFCDC67', GradientType=0);
  border: 1px solid #ddd;
  border-top-color: #fff;
}

/* line 90, ../sass/main.scss */
.nav-tabs > li > a {
  color: #555555;
}

/* line 93, ../sass/main.scss */
.nav-tabs > li.active > a {
  color: #1776ff;
}
/* line 95, ../sass/main.scss */
.nav-tabs > li.active > a :hover {
  color: #1776ff;
}

/* ===== NAVIGATION ===== */
/* line 103, ../sass/main.scss */
.top-menu {
  height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 15px;
  background-color: #fcd855;
  background-image: -moz-linear-gradient(top, #fcdc67, #fcd23c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcdc67), to(#fcd23c));
  background-image: -webkit-linear-gradient(top, #fcdc67, #fcd23c);
  background-image: -o-linear-gradient(top, #fcdc67, #fcd23c);
  background-image: linear, to bottom, #fcdc67, #fcd23c;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCDC67', endColorstr='#FFFCD23C', GradientType=0);
}

/* line 110, ../sass/main.scss */
.top-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}

/* line 117, ../sass/main.scss */
.top-menu ul > li {
  float: left;
  display: inline-block;
  padding-right: 2px;
  border-right: 1px solid #cba52a;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

/* line 125, ../sass/main.scss */
.top-menu ul > li > a {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  display: block;
  padding: 0 15px;
  text-decoration: none;
  height: 30px;
  line-height: 30px;
}

/* line 136, ../sass/main.scss */
.top-menu ul > li > a span.community {
  background: url(/assets/images/design/icons/community.png) no-repeat 0 5px;
  width: 24px;
  display: inline-block;
  margin-right: 7px;
  line-height: 30px;
}

.top-menu ul > li.store-icon {
  float: right;
  padding-left: 2px;
  padding-right: 0px;
  box-shadow: -1px 0 0 rgba(40, 40, 40, 0.3);
}

/* line 144, ../sass/main.scss */
.top-menu ul > li.store {
  float: right;
  padding-left: 2px;
  padding-right: 0px;
  border-right: none;
  box-shadow: -1px 0 0 rgba(40, 40, 40, 0.3);
}

/* line 152, ../sass/main.scss */
.top-menu ul > li a span.store {
  background: url(/assets/images/design/icons/store.png) no-repeat;
  width: 24px;
  display: inline-block;
  margin-right: 7px;
}

/* line 158, ../sass/main.scss */
.store i {
  font-size: 18px;
}

/* line 163, ../sass/main.scss */
.top-menu ul > li a:hover,
.top-menu ul > li.active > a {
  background: #fdd841;
}

/* line 167, ../sass/main.scss */
.top-menu ul > li > ul {
  display: none;
  position: absolute;
  width: 200px;
  background: #ffe762;
  top: 29px;
  padding: 10px 0;
  border-top: 1px solid #e9c124;
  z-index: 99999;
}

/* line 177, ../sass/main.scss */
.top-menu ul > li ul > li {
  float: none;
  clear: both;
  background: none;
  display: block;
  position: relative;
  padding: 0;
  border: none;
}

/* line 186, ../sass/main.scss */
.top-menu ul > li ul > li a {
  font-weight: normal;
}

/* line 190, ../sass/main.scss */
.top-menu ul > li:hover ul {
  display: block;
}

/* line 194, ../sass/main.scss */
.top-menu ul > li > ul > li:hover, .top-menu ul > li > ul > li a:hover {
  background: #fdd01c;
}

/* line 198, ../sass/main.scss */
.top-menu ul > li > ul > li ul {
  display: none !important;
  position: absolute;
  width: 200px;
  left: 200px;
  background: #ffe762;
  padding: 5px 0;
  border: none !important;
  top: -5px;
  border-top: 1px solid #e9c124;
}

/* line 210, ../sass/main.scss */
.top-menu ul li ul li:hover ul {
  display: block !important;
}

/* line 214, ../sass/main.scss */
.breadcrumb {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: .07em;
  color: #000;
  font-weight: bold;
  text-transform: capitalize;
  background: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 226, ../sass/main.scss */
.breadcrumb li.no_bc {
  text-transform: none;
}

/* line 230, ../sass/main.scss */
.breadcrumb li a {
  padding: 0 10px;
  color: #555555;
}
/* line 233, ../sass/main.scss */
.breadcrumb li a:hover {
  color: #1776ff;
}

/* line 237, ../sass/main.scss */
.breadcrumb .no-case {
  text-transform: none;
}

/* line 240, ../sass/main.scss */
.breadcrumb .icon-home {
  font-size: 18px;
  padding-top: 5px;
}

/* line 250, ../sass/main.scss */
.nav-list > li > a:hover,
.nav-list > li > a:focus,
.nav-list > li.active > a,
.nav-list > li.active > a:hover,
.nav-list > li.active > a:focus {
  background-color: #fcd855;
  background-image: -moz-linear-gradient(top, #fcdc67, #fcd23c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcdc67), to(#fcd23c));
  background-image: -webkit-linear-gradient(top, #fcdc67, #fcd23c);
  background-image: -o-linear-gradient(top, #fcdc67, #fcd23c);
  background-image: linear, to bottom, #fcdc67, #fcd23c;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCDC67', endColorstr='#FFFCD23C', GradientType=0);
  color: #333;
  text-shadow: none;
}

/* line 256, ../sass/main.scss */
ul.icons {
  font-size: 12px;
}

/* line 259, ../sass/main.scss */
ul.icons > li {
  line-height: 24px;
  list-style: none;
}

/* line 263, ../sass/main.scss */
ul.icons.green [class*="icon-"] {
  color: #32ae91;
}

/* line 266, ../sass/main.scss */
ul.icons.large li {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 8px;
  margin-left: 35px;
}

/* line 271, ../sass/main.scss */
ul.icons.large li i {
  margin-left: -30px;
}

/* line 274, ../sass/main.scss */
ul.icons .icon-large:before {
  vertical-align: 0;
}

/* line 279, ../sass/main.scss */
ul.unstyled.icons li {
  margin: 0 0 15px 28px;
}

/* line 282, ../sass/main.scss */
ul.unstyled.icons li img {
  margin-left: -21px;
  margin-right: 4px;
}

/* line 286, ../sass/main.scss */
ul.ordered-icons li {
  margin: 0 0 10px 0;
}

/* line 289, ../sass/main.scss */
.ordered-list-icons {
  height: 24px;
  width: 24px;
  background: url(/assets/images/design/ordered-list-icons.png) no-repeat 0 -48px;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  color: #b3b3b3;
  font-weight: bold;
  margin-right: 10px;
}

/* line 300, ../sass/main.scss */
.active .ordered-list-icons {
  background: url(/assets/images/design/ordered-list-icons.png) no-repeat 0 0;
  color: #fff;
}

/* line 305, ../sass/main.scss */
a:hover .ordered-list-icons,
a:hover .active .ordered-list-icons {
  background: url(/assets/images/design/ordered-list-icons.png) no-repeat 0 -24px;
}

/* ===== HEADER ===== */
/* line 311, ../sass/main.scss */
#header {
  margin-top: 20px;
  z-index: 99999;
}

/* line 316, ../sass/main.scss */
.header_icons {
  margin-top: 15px;
}

/* line 320, ../sass/main.scss */
.social_icons {
  border-right: 1px solid #c1c1c1;
  height: 24px;
  padding-right: 20px;
  width: 141px;
}

.navbar-phone-number {
  border-right: 1px solid #c1c1c1;
  height: 24px;
  padding-right: 0;
  width: 175px;
}

/* line 327, ../sass/main.scss */
.social_icons a, .flags a {
  margin-right: 5px;
  display: inline;
  -webkit-box-shadow: 0px 2px 3px #ececec;
  -moz-box-shadow: 0px 2px 3px #ececec;
  box-shadow: 0px 2px 3px #ececec;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 334, ../sass/main.scss */
.social_icons a:hover, .flags a:hover {
  -webkit-box-shadow: rgba(82, 168, 236, 0.6) 0px 0px 5px 0px;
  -moz-box-shadow: rgba(82, 168, 236, 0.6) 0px 0px 5px 0px;
  box-shadow: rgba(82, 168, 236, 0.6) 0px 0px 5px 0px;
}

/* line 338, ../sass/main.scss */
.flags {
  display: inline;
  margin-left: 20px;
  width: 100px;
}

/* line 344, ../sass/main.scss */
#header .btn-group .btn, #header .btn-group .dropdown-menu {
  font-size: 11px;
}

/* line 348, ../sass/main.scss */
#header .btn-group span.caret {
  margin-top: 8px;
}

/* line 352, ../sass/main.scss */
.dropdown-menu {
  min-width: 100px;
}

/*===== Text Items =====*/
/* line 358, ../sass/main.scss */
[class*="span"].centered {
  text-align: center;
}

/* line 361, ../sass/main.scss */
.page-title {
  font-size: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

/* line 367, ../sass/main.scss */
.title-preface {
  margin-bottom: -10px;
}

/* line 372, ../sass/main.scss */
.red,
.required {
  color: #f00;
}

/* line 376, ../sass/main.scss */
.green {
  color: #32ae91;
}

/* line 380, ../sass/main.scss */
[class*="icon-"].green {
  color: #32ae91;
}

/* line 388, ../sass/main.scss */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: black;
}
/* line 390, ../sass/main.scss */
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  color: #1776ff;
}

/* line 399, ../sass/main.scss */
[class*="icon-"].yellow,
h1.yellow,
h2.yellow,
h3.yellow,
h4.yellow,
h5.yellow {
  color: #ffc40d;
}

/* line 407, ../sass/main.scss */
h1.orange,
h2.orange,
h3.orange,
h4.orange,
h5.orange {
  color: #c7661b;
}

/* line 414, ../sass/main.scss */
h1.red,
h2.red,
h3.red,
h4.red,
h5.red {
  color: #e51717;
}

/* line 417, ../sass/main.scss */
.grey a {
  color: #555555;
}

/* line 420, ../sass/main.scss */
.active.grey a {
  color: #32ae91;
}
/* line 422, ../sass/main.scss */
.active.grey a:hover {
  color: #1776ff;
}

/* line 430, ../sass/main.scss */
h1.teal,
h2.teal,
h3.teal,
h4.teal,
h5.teal {
  color: #015d8b;
}

/* line 438, ../sass/main.scss */
h1.underlined,
h2.underlined,
h3.underlined,
h4.underlined,
h5.underlined {
  border-bottom: 1px solid #999999;
}

/* line 441, ../sass/main.scss */
i.bold {
  font-weight: bold;
}

/* line 448, ../sass/main.scss */
h1.normal-weight,
h2.normal-weight,
h3.normal-weight,
h4.normal-weight,
h5.normal-weight {
  font-weight: normal;
}

/* line 453, ../sass/main.scss */
h3.lineheight-30,
h4.lineheight-30,
h5.lineheight-30 {
  line-height: 30px;
}

/* line 456, ../sass/main.scss */
p.caption {
  font-size: 12px;
  font-style: italic;
}

/* line 461, ../sass/main.scss */
.btn-white {
  background: #fff;
  color: #555555;
  background-position: 0 0;
}
/* line 465, ../sass/main.scss */
.btn-white:hover {
  background-color: #dfdfe0;
  background-image: -moz-linear-gradient(top, white, #b1b0b2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#b1b0b2));
  background-image: -webkit-linear-gradient(top, white, #b1b0b2);
  background-image: -o-linear-gradient(top, white, #b1b0b2);
  background-image: linear, to bottom, white, #b1b0b2;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFB1B0B2', GradientType=0);
}

/* line 469, ../sass/main.scss */
.btn-green {
  background-color: #32ae91;
  background-image: -moz-linear-gradient(top, #32ae91, #32ae91);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#32ae91), to(#32ae91));
  background-image: -webkit-linear-gradient(top, #32ae91, #32ae91);
  background-image: -o-linear-gradient(top, #32ae91, #32ae91);
  background-image: linear, to bottom, #32ae91, #32ae91;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF32AE91', endColorstr='#FF32AE91', GradientType=0);
  color: #fff;
  background-position: 0 0;
}
/* line 473, ../sass/main.scss */
.btn-green:hover {
  color: #fff;
  background-color: #33b894;
  background-image: -moz-linear-gradient(top, #34c096, #32ae91);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#34c096), to(#32ae91));
  background-image: -webkit-linear-gradient(top, #34c096, #32ae91);
  background-image: -o-linear-gradient(top, #34c096, #32ae91);
  background-image: linear, to bottom, #34c096, #32ae91;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF34C096', endColorstr='#FF32AE91', GradientType=0);
  background-position: 0 0;
}

/* line 479, ../sass/main.scss */
.btn-blue {
  background-color: #1776ff;
  background-image: -moz-linear-gradient(top, #1776ff, #1776ff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1776ff), to(#1776ff));
  background-image: -webkit-linear-gradient(top, #1776ff, #1776ff);
  background-image: -o-linear-gradient(top, #1776ff, #1776ff);
  background-image: linear, to bottom, #1776ff, #1776ff;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1776FF', endColorstr='#FF1776FF', GradientType=0);
  color: #fff;
  background-position: 0 0;
}
/* line 483, ../sass/main.scss */
.btn-blue:hover {
  background-color: #096be1;
  background-image: -moz-linear-gradient(top, #0064cd, #1776ff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0064cd), to(#1776ff));
  background-image: -webkit-linear-gradient(top, #0064cd, #1776ff);
  background-image: -o-linear-gradient(top, #0064cd, #1776ff);
  background-image: linear, to bottom, #0064cd, #1776ff;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0064CD', endColorstr='#FF1776FF', GradientType=0);
}

/* line 487, ../sass/main.scss */
.btn-yellow {
  background-color: #fcd855;
  background-image: -moz-linear-gradient(top, #fcdc67, #fcd23c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcdc67), to(#fcd23c));
  background-image: -webkit-linear-gradient(top, #fcdc67, #fcd23c);
  background-image: -o-linear-gradient(top, #fcdc67, #fcd23c);
  background-image: linear, to bottom, #fcdc67, #fcd23c;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCDC67', endColorstr='#FFFCD23C', GradientType=0);
  color: #000;
  background-position: 0 0;
}
/* line 491, ../sass/main.scss */
.btn-yellow:hover {
  background-color: #fde065;
  background-image: -moz-linear-gradient(top, #ffe365, #fcdc67);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffe365), to(#fcdc67));
  background-image: -webkit-linear-gradient(top, #ffe365, #fcdc67);
  background-image: -o-linear-gradient(top, #ffe365, #fcdc67);
  background-image: linear, to bottom, #ffe365, #fcdc67;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFE365', endColorstr='#FFFCDC67', GradientType=0);
  color: #000;
  background-position: 0 0;
}

.btn-orange {
  background-color: #D97D36;
  background-image: -moz-linear-gradient(top, #E68D48, #D97D36);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E68D48), to(#D97D36));
  background-image: -webkit-linear-gradient(top, #E68D48, #D97D36);
  background-image: -o-linear-gradient(top, #E68D48, #D97D36);
  background-image: linear, to bottom, #E68D48, #D97D36;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE68D48', endColorstr='#FFFCD23C', GradientType=0);
  color: #000;
  background-position: 0 0;
}
.btn-orange:hover {
  background-color: #efab76;
  background-image: -moz-linear-gradient(top, #efab76, #E68D48);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#efab76), to(#E68D48));
  background-image: -webkit-linear-gradient(top, #efab76, #E68D48);
  background-image: -o-linear-gradient(top, #efab76, #E68D48);
  background-image: linear, to bottom, #efab76, #E68D48;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFefab76', endColorstr='#FFE68D48', GradientType=0);
  color: #000;
  background-position: 0 0;
}

/* line 497, ../sass/main.scss */
.btn-grey {
  background-color: #a1a1a1;
  background-image: -moz-linear-gradient(top, #9a9a9a, #acacac);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9a9a9a), to(#acacac));
  background-image: -webkit-linear-gradient(top, #9a9a9a, #acacac);
  background-image: -o-linear-gradient(top, #9a9a9a, #acacac);
  background-image: linear, to bottom, #9a9a9a, #acacac;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9A9A9A', endColorstr='#FFACACAC', GradientType=0);
  color: #fff;
  background-position: 0 0;
}
/* line 501, ../sass/main.scss */
.btn-grey:hover {
  background-color: #afaeaf;
  background-image: -moz-linear-gradient(top, #b1b0b2, #acacac);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b1b0b2), to(#acacac));
  background-image: -webkit-linear-gradient(top, #b1b0b2, #acacac);
  background-image: -o-linear-gradient(top, #b1b0b2, #acacac);
  background-image: linear, to bottom, #b1b0b2, #acacac;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB1B0B2', endColorstr='#FFACACAC', GradientType=0);
  color: #fff;
  background-position: 0 0;
}

/* line 507, ../sass/main.scss */
.btn-group-large .btn-large {
  font-size: 24px;
  padding: 18px 26px;
}

/* line 511, ../sass/main.scss */
.btn-group-large {
  border: 1px solid #eeeeee;
  border: 1px solid rgba(40, 40, 40, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 517, ../sass/main.scss */
.icon-blue {
  color: #0064cd;
}

/* line 520, ../sass/main.scss */
.icon-green {
  color: #32ae91;
}

/* line 523, ../sass/main.scss */
.icon-red {
  color: #e51717;
}

/* line 526, ../sass/main.scss */
.icon-yellow {
  color: #ffc40d;
}

/* line 529, ../sass/main.scss */
.icon-grey {
  color: #999999;
}

/*===== Re-usable list items =====*/
/* line 535, ../sass/main.scss */
ul.unstyled.centered {
  text-align: center;
}

/*===== Home Page =====*/
/* line 541, ../sass/main.scss */
#slider.homepage {
  width: 940px;
  height: 300px;
  background: url(/assets/images/design/slider-placeholder-920x300.jpg) no-repeat center center;
}

/* line 546, ../sass/main.scss */
#slider.intl {
  width: 600px;
  height: 191px;
  background: url(/assets/images/design/slider-placeholder-600x191.jpg) no-repeat center center;
}

/* line 552, ../sass/main.scss */
.border {
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
}

/* line 557, ../sass/main.scss */
.border > [class*="span"],
.border .row > [class*="span"] {
  margin-left: 11px;
}

/* line 560, ../sass/main.scss */
.border > .row .span4 {
  width: 290px;
  margin-left: 28px;
}

/* line 564, ../sass/main.scss */
.row[class*="home-"] {
  margin-top: 50px;
}

/* line 568, ../sass/main.scss */
.thumbnail-blocks h3 {
  text-align: center;
  color: #32ae91;
}

/* line 572, ../sass/main.scss */
.thumbnail-block h4 {
  margin-top: 0;
}

/* line 575, ../sass/main.scss */
.thumbnail-block {
  float: left;
  margin: 10px 10px 10px 0;
  border-right: 1px solid #e6e6e6;
}

/* line 580, ../sass/main.scss */
.span4 .thumbnail-block {
  padding: 0 20px 10px 0;
}

/* line 583, ../sass/main.scss */
.thumbnail-block.last {
  border: none;
}

/* line 586, ../sass/main.scss */
.thumbnail-block .product-image {
  width: 30%;
  float: left;
}

/* line 591, ../sass/main.scss */
.thumbnail-block .product-info {
  width: 67%;
  margin-left: 3%;
  float: left;
}

/* line 596, ../sass/main.scss */
.product-info h5 {
  margin-top: 0;
}

/* line 600, ../sass/main.scss */
blockquote.thumbs {
  padding: 0;
  margin: 40px 0 0 20px;
  border-left: none;
}

/* line 605, ../sass/main.scss */
blockquote.thumbs img {
  float: left;
  margin: 0 20px 0 0;
}

/* line 609, ../sass/main.scss */
.quote-body h4 {
  margin-top: 0;
  font-weight: bold;
  font-size: 18px;
}

/* line 614, ../sass/main.scss */
.quote-body h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
}

/* line 619, ../sass/main.scss */
.quote-body p {
  font-size: 14px;
}

/* line 623, ../sass/main.scss */
.social-list li {
  margin-top: 20px;
}

/* ===== Content ===== */
/* line 629, ../sass/main.scss */
.module {
  margin-bottom: 20px;
}

/* line 633, ../sass/main.scss */
.row.break {
  margin-bottom: 50px;
}

/* line 638, ../sass/main.scss */
article,
.stacked-content {
  margin-bottom: 40px;
}

/* line 641, ../sass/main.scss */
.stacked-content.reseller {
  height: 160px;
}

/* line 645, ../sass/main.scss */
article.list {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

/* line 650, ../sass/main.scss */
article.list:last-of-type {
  border: none;
}

/* line 654, ../sass/main.scss */
.moduletable {
  background: #f7f7f7;
  border: 1px solid #d9d9d9;
  padding: 10px 10px 15px 10px;
  font-size: 12px;
  line-height: 18px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}

/* line 663, ../sass/main.scss */
ul.moduletable {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}

/* line 669, ../sass/main.scss */
ul.moduletable p {
  font-size: 11px;
  line-height: 14px;
}

/* line 674, ../sass/main.scss */
ul.moduletable li {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px 5px 10px;
  max-width: 200px;
  margin-top: 0px;
}

/* line 681, ../sass/main.scss */
ul.moduletable li a {
  color: #000;
  display: block;
}

/* line 686, ../sass/main.scss */
ul.moduletable li:hover a h5 {
  color: #1776ff;
}

/* line 690, ../sass/main.scss */
ul.moduletable li:hover a {
  color: #2d2d2d;
  text-decoration: none;
}

/* line 696, ../sass/main.scss */
ul.moduletable li:hover, ul.moduletable li.active {
  background: #fff;
}

/* line 700, ../sass/main.scss */
a.readmore {
  background: url(../assets/images/design/icons/arrow.png) right 6px no-repeat;
  padding-right: 10px;
  padding-left: 5px;
}

/* line 706, ../sass/main.scss */
.moduletable a.readmore {
  font-weight: bold;
  background: url(../assets/images/design/icons/arrow.png) left no-repeat;
  padding-left: 10px;
}

/* line 713, ../sass/main.scss */
.content_table {
  background: #f7f7f7;
  width: 100%;
  border: 1px solid #d9d9d9;
  margin-bottom: 20px;
}

/* line 720, ../sass/main.scss */
.content_table thead tr td {
  padding: 20px;
  font-weight: bold;
  font-size: 16px;
}

/* line 726, ../sass/main.scss */
.content_table td {
  border: 1px solid #d9d9d9;
  padding: 20px;
  vertical-align: top;
}

/* line 732, ../sass/main.scss */
.content_table td .input-mini {
  width: 35px;
  font-size: 14px;
  height: 20px;
}

.content_table td .mini-inputs{width:35px!important;font-size:12px;height:25px}

/* line 738, ../sass/main.scss */
td.cust_number {
  width: 350px;
}

/* line 742, ../sass/main.scss */
span.lite {
  font-weight: normal;
}

/* line 746, ../sass/main.scss */
label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

/* line 751, ../sass/main.scss */
form.owner_info input {
  width: 250px;
}

/* line 755, ../sass/main.scss */
.first_name {
  float: left;
  display: inline-block;
}

/* line 760, ../sass/main.scss */
.m_i {
  float: left;
  display: inline-block;
  margin-left: 10px;
}

/* line 766, ../sass/main.scss */
form.owner_info div.first_name input {
  width: 185px;
}

/* line 770, ../sass/main.scss */
form.owner_info div.m_i input {
  width: 40px;
}

/* line 774, ../sass/main.scss */
form.owner_info .controls {
  clear: both;
}

/* line 778, ../sass/main.scss */
form.additional_info input, form.additional_info select {
  width: 250px;
}

/* line 782, ../sass/main.scss */
.work_phone {
  clear: both;
}

/* line 786, ../sass/main.scss */
.work_phone .input1 {
  float: left;
}

/* line 790, ../sass/main.scss */
.work_phone .input1 input {
  width: 185px;
}

/* line 794, ../sass/main.scss */
.work_phone .input2 {
  float: left;
  margin-left: 10px;
}

/* line 799, ../sass/main.scss */
.work_phone .input2 input {
  width: 40px;
}

/* line 803, ../sass/main.scss */
.help_tool {
  margin-bottom: 30px;
}

/* line 807, ../sass/main.scss */
.help_tool a {
  font-size: 12px;
  font-weight: bold;
}

/* line 815, ../sass/main.scss */
.balloon {
  border: 1px solid #d9d9d9;
  background: #f7f7f7;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 822, ../sass/main.scss */
.balloon .left {
  float: left;
  padding: 5px 10px;
  border-right: 1px solid #d9d9d9;
}

/* line 828, ../sass/main.scss */
.balloon .right {
  float: left;
  padding: 5px 10px;
}

/* line 833, ../sass/main.scss */
.button_group .left {
  float: left;
  padding: 0px 10px;
  border-right: 1px solid #d9d9d9;
}

/* line 839, ../sass/main.scss */
.button_group .right {
  float: left;
  padding: 0px 10px;
}

/* line 844, ../sass/main.scss */
.button_group {
  float: right;
  margin-top: 0px;
}

/* line 849, ../sass/main.scss */
.clear_btn {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 1px 0px #747474;
  border: 1px solid #989898;
  background-color: #a5a5a5;
  background-image: -moz-linear-gradient(top, #adadad, #9a9a9a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#adadad), to(#9a9a9a));
  background-image: -webkit-linear-gradient(top, #adadad, #9a9a9a);
  background-image: -o-linear-gradient(top, #adadad, #9a9a9a);
  background-image: linear, to bottom, #adadad, #9a9a9a;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFADADAD', endColorstr='#FF9A9A9A', GradientType=0);
  padding: 5px 20px;
}

/* line 860, ../sass/main.scss */
.submit_btn {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 1px 0px #277159;
  border: 1px solid #299472;
  background-color: #45a788;
  background-image: -moz-linear-gradient(top, #55af92, #2e9d79);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#55af92), to(#2e9d79));
  background-image: -webkit-linear-gradient(top, #55af92, #2e9d79);
  background-image: -o-linear-gradient(top, #55af92, #2e9d79);
  background-image: linear, to bottom, #55af92, #2e9d79;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF55AF92', endColorstr='#FF2E9D79', GradientType=0);
  padding: 5px 20px;
}

/* line 871, ../sass/main.scss */
.clear_btn:hover, .submit_btn:hover {
  background-position: 0px 0px;
  color: #fff;
}

/* line 876, ../sass/main.scss */
.clear_btn:active {
  background-color: #a4a4a4;
}

/* line 880, ../sass/main.scss */
.submit_btn:active {
  background-color: #43a787;
}

/* line 884, ../sass/main.scss */
.video_frame {
  border: 1px solid #ebebeb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
}

/* line 890, ../sass/main.scss */
.img_frame {
  border: 1px solid #ebebeb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
  margin-bottom: 10px;
}

/* line 897, ../sass/main.scss */
.box {
  border: 2px solid #fdca00;
  background: #fffbe5;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 0px 20px 10px;
  margin-top: 30px;
  margin-bottom: 60px;
}

/* ===== Newsletter styles ===== */
/* line 911, ../sass/main.scss */
#newsletter {
  margin-top: 30px;
}

/* line 914, ../sass/main.scss */
#newsletter .form-inline input[type="text"] {
  width: 230px;
  height: 22px;
  border: 1px solid #1f7c5e;
}

/* line 922, ../sass/main.scss */
.well.newsletter {
  background: #ebebeb;
  position: relative;
  padding: 10px 20px 30px 20px;
  margin: 50px 0 0 0;
}
/* line 927, ../sass/main.scss */
.well.newsletter form {
  display: block;
  margin: 0 20px 0 120px;
}
/* line 930, ../sass/main.scss */
.well.newsletter form label {
  margin-right: 30px;
}
/* line 933, ../sass/main.scss */
.well.newsletter form input {
  width: 230px;
}
/* line 936, ../sass/main.scss */
.well.newsletter form .btn {
  background-color: #44a787;
  background-image: -moz-linear-gradient(top, #54af91, #2e9d7a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#54af91), to(#2e9d7a));
  background-image: -webkit-linear-gradient(top, #54af91, #2e9d7a);
  background-image: -o-linear-gradient(top, #54af91, #2e9d7a);
  background-image: linear, to bottom, #54af91, #2e9d7a;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF54AF91', endColorstr='#FF2E9D7A', GradientType=0);
  color: #ffffff;
}

/* line 942, ../sass/main.scss */
.vip-badge {
  background: url(/assets/images/design/VIP-badge.png) no-repeat left center;
  position: absolute;
  top: -20px;
  left: 10px;
  height: 109px;
  width: 109px;
  display: block;
}
.vip-badge-offer {
  background: url(/assets/images/design/VIP-badge_specialOffer.png) no-repeat left center;
  position: absolute;
  top: -20px;
  left: 10px;
  height: 109px;
  width: 109px;
  display: block;
}

/* line 952, ../sass/main.scss */
.features {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 958, ../sass/main.scss */
#tools {
  background: url(../assets/images/design/icons/tools.png) left 10px no-repeat;
}

/* line 962, ../sass/main.scss */
#support {
  background: url(../assets/images/design/icons/free-support.png) left 10px no-repeat;
}

/* line 966, ../sass/main.scss */
#spell {
  background: url(../assets/images/design/icons/spell.png) left 10px no-repeat;
}

/* line 970, ../sass/main.scss */
#start {
  background: url(../assets/images/design/icons/start.png) left 10px no-repeat;
}

/* line 975, ../sass/main.scss */
.policies-text {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px 0px 20px 10px;
}

/* line 981, ../sass/main.scss */
.policies-text h3.pagetitle {
  margin-bottom: -10px;
}

/* line 985, ../sass/main.scss */
.policies-text h3 {
  line-height: 30px;
  margin-bottom: 0px;
}

/* line 989, ../sass/main.scss */
.nav-tabs {
  margin-top: 40px;
}

/* line 992, ../sass/main.scss */
#nav-tabs-tab1 {
  margin-left: 250px;
}

/* line 995, ../sass/main.scss */
#nav-tabs-vol-license {
  margin-left: 270px;
}

/* line 998, ../sass/main.scss */
#testimonial-tab1 {
  margin-left: 365px;
}

/*===== Wells =====*/
/* line 1004, ../sass/main.scss */
.well > .well-cap {
  color: #fff;
  display: block;
  margin: -20px -20px 20px -20px;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  padding: 6px 10px;
  text-align: center;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  margin-bottom: 0px;
}

/* line 1016, ../sass/main.scss */
.well-cap.grey {
  background-color: #777777;
  background-image: -moz-linear-gradient(top, #838383, #676767);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#838383), to(#676767));
  background-image: -webkit-linear-gradient(top, #838383, #676767);
  background-image: -o-linear-gradient(top, #838383, #676767);
  background-image: linear, to bottom, #838383, #676767;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF838383', endColorstr='#FF676767', GradientType=0);
}

/* line 1019, ../sass/main.scss */
.well-cap.yellow {
  background-color: #fcd855;
  background-image: -moz-linear-gradient(top, #fcdc67, #fcd23c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcdc67), to(#fcd23c));
  background-image: -webkit-linear-gradient(top, #fcdc67, #fcd23c);
  background-image: -o-linear-gradient(top, #fcdc67, #fcd23c);
  background-image: linear, to bottom, #fcdc67, #fcd23c;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCDC67', endColorstr='#FFFCD23C', GradientType=0);
  color: black;
}

/* line 1023, ../sass/main.scss */
.well p {
  margin-top: 10px;
}

/* line 1026, ../sass/main.scss */
.well .span4.well-block {
  width: 240px;
  padding: 0 32px;
  margin: 20px 0;
  border-right: 1px solid #e3e3e3;
}

.well .span5.well-block {
  padding: 0 32px;
  margin: 20px 0;
  border-right: 1px solid #e3e3e3;
}

/* line 1032, ../sass/main.scss */
.well .span4.well-block:last-of-type {
  border: none;
}

/* line 1035, ../sass/main.scss */
.well-block p {
  margin-right: 10px;
}

/* line 1039, ../sass/main.scss */
.well .nav {
  margin-top: 18px;
}

/* line 1042, ../sass/main.scss */
.well.content_block {
  margin: 30px 0;
}

/* line 1045, ../sass/main.scss */
.span3 > .well {
  margin-top: 20px;
}

/* line 1049, ../sass/main.scss */
.well-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 1054, ../sass/main.scss */
.well-list > li > a {
  border-bottom: 1px solid #e3e3e3;
  display: block;
  margin: -19px -19px 0 -19px;
  padding: 19px 19px 10px 19px;
}

/* line 1060, ../sass/main.scss */
.well-list > li:last-child > a {
  border: none;
  padding-bottom: 0;
}

/* line 1064, ../sass/main.scss */
.well-list .list-title {
  font-size: 10.2px;
  margin: 19px 0 -10px 0;
}

/* line 1068, ../sass/main.scss */
.well-list p {
  font-size: 10.2px;
}

/* line 1071, ../sass/main.scss */
.well-list > li.active .list-title {
  color: #1776ff;
}

/* line 1076, ../sass/main.scss */
.well.well-yellow {
  border-color: #ffc40d;
  background-color: #fffcf3;
}

/*===== Resellers =====*/
/* line 1083, ../sass/main.scss */
.reseller-logo {
  height: 40px;
  margin: 10px 0 20px 0;
}

/* line 1087, ../sass/main.scss */
.reseller-info {
  margin-bottom: 30px;
}

/* line 1090, ../sass/main.scss */
.reseller-info p {
  font-size: 13px;
  font-weight: normal;
  line-height: 16px;
  margin: 0;
}

/*===== Product Pages =====*/
/* line 1097, ../sass/main.scss */
.product.intro {
  margin-top: 20px;
}

/* line 1101, ../sass/main.scss */
.feature-block,
.product.intro {
  margin-bottom: 20px;
  padding-bottom: 25px;
}

/* line 1105, ../sass/main.scss */
.feature-block:last-of-type {
  border: none;
}

/* line 1108, ../sass/main.scss */
.product-features-title {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 15px;
}

/* line 1112, ../sass/main.scss */
.feature-block .span4 img {
  display: block;
  margin: 0 auto;
}

/* line 1116, ../sass/main.scss */
.feature-block .caption {
  margin: 0 40px;
  text-align: center;
}

/* line 1120, ../sass/main.scss */
.feature-block .icon-column {
  text-align: right;
  padding-top: 8px;
}

/* line 1124, ../sass/main.scss */
.product-icon {
  margin-bottom: 30px;
}

/* line 1127, ../sass/main.scss */
ul.product-buy-now {
  text-align: center;
  list-style: none;
  width: 117px;
  margin: 0 0 20px 0;
  float: left;
  padding: 0;
  border: 1px solid #32ae91;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 1137, ../sass/main.scss */
.product-buy-now li {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(40, 40, 40, 0.3);
}

/* line 1143, ../sass/main.scss */
.product-buy-now > li > a {
  display: block;
  background: #32ae91;
  padding: 10px 0;
  color: #fff;
}

/* line 1149, ../sass/main.scss */
.product-buy-now {
  font-weight: bold;
}

/* line 1152, ../sass/main.scss */
.product-appstore-link {
  margin: 0 20px 0 0;
}

/* line 1156, ../sass/main.scss */
.product-quotes .quote p {
  font-size: 18px;
  font-weight: normal;
  line-height: 32px;
  font-style: italic;
  display: inline;
}

/* line 1161, ../sass/main.scss */
.quote {
  *zoom: 1;
}
/* line 15, ../sass/_mixins.scss */
.quote:before, .quote:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/_mixins.scss */
.quote:after {
  clear: both;
}

/* line 1164, ../sass/main.scss */
.quote-details {
  *zoom: 1;
  margin-top: 20px;
}
/* line 15, ../sass/_mixins.scss */
.quote-details:before, .quote-details:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/_mixins.scss */
.quote-details:after {
  clear: both;
}

/* line 1169, ../sass/main.scss */
.product-buzz {
  margin-top: 40px;
}

/* line 1172, ../sass/main.scss */
.product-buzz blockquote {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  font-style: italic;
}

/* line 1176, ../sass/main.scss */
.product-buzz-author {
  text-align: right;
  color: #999;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
}

/* line 1182, ../sass/main.scss */
.product-box {
  margin-top: -20px;
  text-align: center;
}

/* line 1187, ../sass/main.scss */
.product-box .btn {
  margin: 20px 0 10px 0;
}

/* line 1191, ../sass/main.scss */
#chat {
  background: #f8f8f8;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
}

/* line 1199, ../sass/main.scss */
#chat img {
  margin-top: -20px;
  float: left;
}

/* line 1203, ../sass/main.scss */
.installer-tabs li:first-of-type {
  margin-left: 30px;
}

/* line 1207, ../sass/main.scss */
.installer-tabs li a,
.installer-tabs li.active a {
  width: 170px;
  display: block;
  cursor: pointer;
}

/* line 1212, ../sass/main.scss */
.installer-icon {
  width: 57px;
  height: 57px;
  display: block;
  margin: 10px auto;
}

/* line 1218, ../sass/main.scss */
.installer-icon.windows {
  background: url(/assets/images/design/windows-icon-57x57.png) no-repeat top center;
}

/* line 1221, ../sass/main.scss */
.installer-icon.mac {
  background: url(/assets/images/design/apple-icon-57x57.png) no-repeat top center;
}

/* line 1225, ../sass/main.scss */
.installer-link {
  margin-top: 100px;
  float: right;
}

/* line 1229, ../sass/main.scss */
.installer-link a {
  margin-bottom: 10px;
}

/* line 1232, ../sass/main.scss */
img.product-list-icon {
  margin-left: 10px;
}

/* line 1235, ../sass/main.scss */
.buy-now-fd8 {
  margin-bottom: 10px;
  width: 358px;
}

/* line 1239, ../sass/main.scss */
.buy-now-edu {
  margin-bottom: 20px;
  width: 320px;
}

/* line 1244, ../sass/main.scss */
.webinar-price {
  font-size: 18px;
  color: #1776ff;
  font-weight: bold;
  line-height: 26px;
}

/* line 1250, ../sass/main.scss */
.webinar-image {
  margin: 10px 0;
}

/* line 1254, ../sass/main.scss */
.mobile-desc {
  margin-right: 40px;
}

/* line 1258, ../sass/main.scss */
[class*="more_"],
[class*="hide_"] {
  cursor: pointer;
}

/*=  extra classes for psd designs =*/
/* line 1263, ../sass/main.scss */
.macworld-link {
  float: left;
  margin-right: 10px;
}

/* line 1267, ../sass/main.scss */
.or-try-our {
  font-size: 20px;
  text-align: right;
}

/*===== Call Out Blocks on Product Pages =====*/
/* line 1274, ../sass/main.scss */
.call-out-box {
  border: 1px solid #eeeeee;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  float: right;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

/* line 1284, ../sass/main.scss */
.call-out-boxtop,
.call-out-boxmid,
.call-out-boxbottom {
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, white, #d4d4d4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#d4d4d4));
  background-image: -webkit-linear-gradient(top, white, #d4d4d4);
  background-image: -o-linear-gradient(top, white, #d4d4d4);
  background-image: linear, to bottom, white, #d4d4d4;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFD4D4D4', GradientType=0);
  font-size: 15px;
  width: 100%;
  float: left;
}

/* line 1290, ../sass/main.scss */
.call-out-boxtop {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 10px;
  padding: 10px;
}

/* line 1295, ../sass/main.scss */
.call-out-boxmid {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 10px;
  padding: 10px;
}

/* line 1301, ../sass/main.scss */
.call-out-boxbottom {
  border-top: 1px solid #eeeeee;
  margin-top: 0;
  position: relative;
  min-height: 70px;
}

/* line 1307, ../sass/main.scss */
.call-out-boxbottom .chat-girl {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 1312, ../sass/main.scss */
.call-out-boxbottom .chat-text {
  text-align: center;
  margin: 10px 20px 10px 100px;
  font-size: 18px;
  line-height: 22px;
}

/* line 1318, ../sass/main.scss */
.call-out-column {
  width: 38%;
  float: left;
  margin: 5px 6% 15px 6%;
}
/* line 1322, ../sass/main.scss */
.call-out-column .or-try-our {
  line-height: 40px;
  margin: 0;
}
/* line 1326, ../sass/main.scss */
.call-out-column p {
  margin: 0;
}

/* line 1330, ../sass/main.scss */
.call-out-textblock {
  width: 100%;
  float: left;
  text-align: center;
}

/* line 1335, ../sass/main.scss */
.call-out-textblock.border-top {
  border-top: 1px solid #eeeeee;
  padding-top: 10px;
}

/* line 1339, ../sass/main.scss */
.product-intro li {
  margin-bottom: 10px;
}
/* line 1341, ../sass/main.scss */
.product-intro li img {
  margin-right: 5px;
}

/* line 1346, ../sass/main.scss */
.product-price,
.product-upgrade-price {
  display: block;
  margin: 10px 0;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  color: #6e6e6e;
}

/* line 1354, ../sass/main.scss */
.upgrade-banner {
  margin: 10px 0 40px 0;
}

/*===== EDU page special media blocks =====*/
/* line 1360, ../sass/main.scss */
.media.edu {
  padding: 10px;
}

/* line 1363, ../sass/main.scss */
.media.blue {
  background: #e3eeff;
  padding: 10px;
}

/* line 1367, ../sass/main.scss */
.media.gray {
  background: #eeeeee;
  padding: 10px;
}

/*===== International Pages =====*/
/* line 1375, ../sass/main.scss */
.feature_item {
  margin-left: 70px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}

/* line 1379, ../sass/main.scss */
.intl-features-title {
  border-bottom: 1px solid #e3e3e3;
}

/* line 1382, ../sass/main.scss */
.feature_item h3 {
  margin-bottom: 0px;
}

/* line 1385, ../sass/main.scss */
.intl-feature-icons {
  width: 70px;
  height: 70px;
  float: left;
  background: url(/assets/images/design/intl-feature-icons.png);
}

/* line 1391, ../sass/main.scss */
.intl-feature-icons.item_2 {
  background-position: -70px 0;
}

/* line 1394, ../sass/main.scss */
.intl-feature-icons.item_3 {
  background-position: 0 -70px;
}

/* line 1397, ../sass/main.scss */
.intl-feature-icons.item_4 {
  background-position: -70px -70px;
}

/*===== Learn Pages =====*/
/* line 1403, ../sass/main.scss */
.media.list {
  margin-bottom: 40px;
}

/* line 1406, ../sass/main.scss */
.media-body.video iframe {
  float: right;
  margin: 0 5px 40px 40px;
  border: 8px solid white;
  -webkit-box-shadow: 0 0 2px rgba(40, 40, 40, 0.4);
  -moz-box-shadow: 0 0 2px rgba(40, 40, 40, 0.4);
  box-shadow: 0 0 2px rgba(40, 40, 40, 0.4);
}

/* line 1412, ../sass/main.scss */
.article-image {
  float: right;
  margin: 10px 0 40px 40px;
}

/*===== Drawers Pages =====*/
/* line 1420, ../sass/main.scss */
.well.yellow-bars {
  padding: 0;
}

/* line 1423, ../sass/main.scss */
.yellow-bars .tab-content.span8 {
  width: 600px;
  margin: 0 0 0 -10px;
  padding: 20px 50px;
  border-left: 1px solid #ededed;
  background: #fff;
  overflow: hidden;
}

/* line 1433, ../sass/main.scss */
.yellow-bars .tabs-left > .nav-tabs.main,
.yellow-bars .tabs-left > .nav-tabs.main {
  width: 213px;
  border-right: none;
  margin-top: 0;
}

/* line 1438, ../sass/main.scss */
.yellow-bars .tabs-left > .nav.nav-tabs.main li {
  height: 48px;
  line-height: 48px;
  display: block;
  border-bottom: 1px solid #ededed;
  float: left;
  padding: 0;
  width: 222px;
  overflow: visible;
}

/* line 1448, ../sass/main.scss */
.yellow-bars .tabs-left > .nav.nav-tabs.main > li > a {
  padding-left: 22px !important;
  padding-top: 0;
  padding-bottom: 0;
  width: 222px;
  height: 48px;
  line-height: 48px;
  display: block;
  text-decoration: none;
  border: none;
  color: #000;
  font-weight: bold;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 1466, ../sass/main.scss */
.yellow-bars .nav-tabs.main .active > a,
.yellow-bars .nav-tabs.main > li > a:hover,
.yellow-bars .nav-tabs.main > li > a:focus {
  text-decoration: none;
  background-image: url(/assets/images/design/left-hover.png);
  background-repeat: no-repeat;
  background-color: #fff;
  position: relative;
}

/* line 1473, ../sass/main.scss */
.drawer-icons {
  margin-right: 5px;
  margin-top: -4px;
  width: 25px;
}
/* line 1477, ../sass/main.scss */
.drawer-icons img {
  width: 25px;
}

/* line 1482, ../sass/main.scss */
.drawer-blocks {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
}
/* line 1487, ../sass/main.scss */
.drawer-blocks .expand {
  width: 430px;
  float: left;
}
/* line 1490, ../sass/main.scss */
.drawer-blocks .expand.narrow {
  width: 270px;
}

/* line 1495, ../sass/main.scss */
#tab-sponsors p {
  width: 100%;
  margin-bottom: 25px;
  float: left;
}

/* line 1501, ../sass/main.scss */
.faqQuestion,
#feature-list #tab-faq a {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  cursor: pointer;
}

/*===== Modals =====*/
/* line 1512, ../sass/main.scss */
.modal-body .nav-tabs {
  margin-top: 0;
}

/* line 1515, ../sass/main.scss */
.modal-footer {
  margin-top: 10px;
}

/*===== Body Images =====*/
/* line 1521, ../sass/main.scss */
img.thumbnail {
  margin: 0 0 10px 0;
}

/* line 1524, ../sass/main.scss */
img.thumbnail.pull-left {
  margin-left: 0;
}

/* line 1527, ../sass/main.scss */
img.pull-left {
  margin-right: 20px;
}

/* line 1530, ../sass/main.scss */
img.thumbnail.pull-right {
  margin-right: 0;
  margin-left: 20px;
}

/* line 1534, ../sass/main.scss */
.thumbnail.framed {
  border: 8px solid white;
  -webkit-box-shadow: 0 0 2px rgba(40, 40, 40, 0.4);
  -moz-box-shadow: 0 0 2px rgba(40, 40, 40, 0.4);
  box-shadow: 0 0 2px rgba(40, 40, 40, 0.4);
}

/* line 1539, ../sass/main.scss */
iframe.pull-right {
  margin-left: 20px;
  margin-bottom: 20px;
}

/* line 1543, ../sass/main.scss */
iframe.pull-left {
  margin-right: 20px;
  margin-bottom: 20px;
}

/* line 1548, ../sass/main.scss */
.support-icons {
  float: left;
  width: 100%;
  height: 60px;
}

/*===== Forms ====*/
/* line 1556, ../sass/main.scss */
.span3 .well form {
  margin-top: 20px;
}

/*===== Tables =====*/
/* line 1563, ../sass/main.scss */
.table-checklist thead {
  background: #eeeeee;
}

/* line 1566, ../sass/main.scss */
.table-checklist td {
  text-align: center;
}

/* line 1569, ../sass/main.scss */
.table-checklist tr td:first-of-type {
  text-align: left;
}

/* line 1573, ../sass/main.scss */
.table-checklist td.green,
.btn-group.checklist .btn-green {
  background: #bfede2;
  color: #32ae91;
}

/* line 1578, ../sass/main.scss */
.table-checklist td.blue,
.btn-group.checklist .btn-blue {
  background: #e3eeff;
  color: #1776ff;
}

/* ===== Sitemap lists ===== */
/* line 1586, ../sass/main.scss */
.sitemap ul {
  list-style: none;
  margin: 0;
  font-size: 13px;
}
/* line 1590, ../sass/main.scss */
.sitemap ul ul {
  margin-left: 15px;
}
/* line 1597, ../sass/main.scss */
.sitemap ul li {
  padding: 0;
  margin: 0;
  line-height: 1.85em;
}
/* line 1601, ../sass/main.scss */
.sitemap ul li strong a {
  color: #000;
  font-size: 16px;
}
/* line 1604, ../sass/main.scss */
.sitemap ul li strong a:hover {
  color: #1776ff;
}

/* ===== Footer ===== */
/* line 1612, ../sass/main.scss */
#footer {
  padding: 28px 0 0px;
  box-sizing: border-box;
  margin-top: 0;
  border-top: 5px solid #ffc40d;
  /*background-image: url(/assets/images/design/footer-divider.png);*/
  background-repeat: no-repeat;
  background-position: 350px 0;
}

/* Only Used if the newsletter cookie is set */
.footerMarginTop{ margin-top: 35px!important;}


/* line 1622, ../sass/main.scss */
h4.icon-product {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 5px;
  background: url(/assets/images/design/icons/products.png) no-repeat left;
  padding-left: 22px;
  font-size: 15px;
  font-weight: bold;
}
/* line 1629, ../sass/main.scss */
h4.icon-product a {
  color: black;
}
/* line 1631, ../sass/main.scss */
h4.icon-product a:hover {
  color: #1776ff;
}

/* line 1636, ../sass/main.scss */
.footer_nav.product_links {
  padding-top: 0px;
  border-right: 1px solid #B3B3B3;
}
.footer_nav.product_links h4 { margin-top:1px; }

/* line 1640, ../sass/main.scss */
.footer_nav {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}

/*= Left footer menu =*/
/* line 1650, ../sass/main.scss */
#footer .product_link > ul > li {
  display: inline;
}

/* line 1654, ../sass/main.scss */
.footer_nav.product_links > li > a {
  float: left;
  width: 150px;
  padding: 2px 0;
  margin-left: 22px;
  display: block;
  font-size: 12px;
  color: #333;
}

/*= Right footer menu =*/
/* line 1669, ../sass/main.scss */
.footer_menu > li {
  width: 33%;
  line-height: 24px;
  margin-bottom: 10px;
  float: left;
}

/* line 1676, ../sass/main.scss */
.footer_menu > li > a {
  font-size: 14px;
  line-height: 26px;
  font-weight: bold;
  color: #000;
  display: block;
}

/* line 1684, ../sass/main.scss */
#footer li > a:hover {
  color: #1776ff;
  text-decoration: none;
}

/* line 1689, ../sass/main.scss */
.footer_menu > li > a > span {
  width: 22px;
  height: 26px;
  display: block;
  float: left;
  margin-right: 5px;
  background-position: 0px 1px;
  background-repeat: no-repeat;
}

/* line 1699, ../sass/main.scss */
.footer_menu span.support {
  background-image: url(/assets/images/design/icons/support.png);
}

/* line 1703, ../sass/main.scss */
.footer_menu a:hover span.support {
  background-image: url(/assets/images/design/icons/support2.png);
}

/* line 1707, ../sass/main.scss */
.footer_menu span.company {
  background-image: url(/assets/images/design/icons/company.png);
}

/* line 1711, ../sass/main.scss */
.footer_menu a:hover span.company {
  background-image: url(/assets/images/design/icons/company2.png);
}

/* line 1715, ../sass/main.scss */
.footer_menu span.store {
  background-image: url(/assets/images/design/icons/store3.png);
}

/* line 1719, ../sass/main.scss */
.footer_menu a:hover span.store {
  background-image: url(/assets/images/design/icons/store4.png);
}

/* line 1723, ../sass/main.scss */
.footer_menu span.learn {
  background-image: url(/assets/images/design/icons/learn.png);
}

/* line 1727, ../sass/main.scss */
.footer_menu a:hover span.learn {
  background-image: url(/assets/images/design/icons/learn2.png);
}

/* line 1731, ../sass/main.scss */
.footer_menu span.contact {
  background-image: url(/assets/images/design/icons/contact.png);
}

/* line 1735, ../sass/main.scss */
.footer_menu a:hover span.contact {
  background-image: url(/assets/images/design/icons/contact2.png);
}

/* line 1739, ../sass/main.scss */
.footer_menu span.licensing {
  background-image: url(/assets/images/design/icons/licensing.png);
}

/* line 1743, ../sass/main.scss */
.footer_menu a:hover span.licensing {
  background-image: url(/assets/images/design/icons/licensing2.png);
}

/* line 1747, ../sass/main.scss */
.footer_menu span.community {
  background-image: url(/assets/images/design/icons/community3.png);
}

/* line 1751, ../sass/main.scss */
.footer_menu a:hover span.community {
  background-image: url(/assets/images/design/icons/community4.png);
}

/* line 1755, ../sass/main.scss */
.footer_menu span.policy {
  background-image: url(/assets/images/design/icons/policy.png);
}

/* line 1759, ../sass/main.scss */
.footer_menu a:hover span.policy {
  background-image: url(/assets/images/design/icons/policy2.png);
}

.footer_menu span.privacy {
  background-image: url(/assets/images/design/icons/privacy.png);
}

.footer_menu a:hover span.privacy {
  background-image: url(/assets/images/design/icons/privacy2.png);
}

/* line 1763, ../sass/main.scss */
.footer_menu span.sitemap {
  background-image: url(/assets/images/design/icons/sitemap.png);
}

/* line 1767, ../sass/main.scss */
.footer_menu a:hover span.sitemap {
  background-image: url(/assets/images/design/icons/sitemap2.png);
}

/* line 1771, ../sass/main.scss */
#copyright p {
  background: #4d4d4d;
  padding: 10px;
  margin: 0 0 50px 0;
  color: #fff;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 11px;
}

/* line 1781, ../sass/main.scss */
.support-footer .item-break {
  margin: 0 20px;
  color: #999;
}

/* Magnific Popup CSS */
/* line 1788, ../sass/main.scss */
.popup-gallery .invisible {
  display: none;
}

/* line 1836, ../sass/main.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 1853, ../sass/main.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 1865, ../sass/main.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1879, ../sass/main.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 1887, ../sass/main.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 1892, ../sass/main.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 1901, ../sass/main.scss */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 1907, ../sass/main.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 1911, ../sass/main.scss */
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 1916, ../sass/main.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 1922, ../sass/main.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 1929, ../sass/main.scss */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 1936, ../sass/main.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 1941, ../sass/main.scss */
.mfp-hide {
  display: none !important;
}

/* line 1952, ../sass/main.scss */
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 1963, ../sass/main.scss */
.mfp-preloader a {
  color: #cccccc;
}

/* line 1966, ../sass/main.scss */
.mfp-preloader a:hover {
  color: white;
}

/* line 1971, ../sass/main.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 1976, ../sass/main.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 1983, ../sass/main.scss */
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
}

/* line 1993, ../sass/main.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 2000, ../sass/main.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
/* line 2019, ../sass/main.scss */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
/* line 2023, ../sass/main.scss */
.mfp-close:active {
  top: 1px;
}

/* line 2027, ../sass/main.scss */
.mfp-close-btn-in .mfp-close {
  color: #333333;
}

/* line 2031, ../sass/main.scss */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 2040, ../sass/main.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

/* line 2051, ../sass/main.scss */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 2062, ../sass/main.scss */
.mfp-arrow:active {
  margin-top: -54px;
}

/* line 2066, ../sass/main.scss */
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

/* line 2075, ../sass/main.scss */
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
/* line 2089, ../sass/main.scss */
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
/* line 2097, ../sass/main.scss */
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

/* line 2104, ../sass/main.scss */
.mfp-arrow-left {
  left: 0;
}
/* line 2108, ../sass/main.scss */
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
/* line 2113, ../sass/main.scss */
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

/* line 2119, ../sass/main.scss */
.mfp-arrow-right {
  right: 0;
}
/* line 2122, ../sass/main.scss */
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
/* line 2127, ../sass/main.scss */
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

/* line 2137, ../sass/main.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 2141, ../sass/main.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 2146, ../sass/main.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 2152, ../sass/main.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* line 2162, ../sass/main.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* Main image in popup */
/* line 2173, ../sass/main.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 2187, ../sass/main.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

/* line 2201, ../sass/main.scss */
.mfp-figure {
  line-height: 0;
}

/* line 2204, ../sass/main.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 2212, ../sass/main.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px;
}

/* line 2220, ../sass/main.scss */
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 2226, ../sass/main.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 2230, ../sass/main.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  /* line 2241, ../sass/main.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 2245, ../sass/main.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* The shadow behind the image */
  /* line 2249, ../sass/main.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  /* line 2254, ../sass/main.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 2265, ../sass/main.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  /* line 2268, ../sass/main.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  /* line 2272, ../sass/main.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }

  /* line 2283, ../sass/main.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media all and (max-width: 900px) {
  /* line 2296, ../sass/main.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 2300, ../sass/main.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 2304, ../sass/main.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 2308, ../sass/main.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* line 2320, ../sass/main.scss */
.mfp-ie7 .mfp-img {
  padding: 0;
}
/* line 2323, ../sass/main.scss */
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
/* line 2330, ../sass/main.scss */
.mfp-ie7 .mfp-container {
  padding: 0;
}
/* line 2333, ../sass/main.scss */
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
/* line 2336, ../sass/main.scss */
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

 .centered-tabs-all {width: 650px; margin: 0px auto;}
 .centered-tabs-small {width: 450px; margin: 0px auto;} 
 

.quote-body p .small {
    font-size: 11px;
}
.trustmarksImage {
  height:111px;
  max-width:183px;
}
.row-trustmarks {
  width:800px;
  margin:0 auto;
  text-align:center;
}

.breadcrumb{padding:8px 15px;margin:0 0 18px;list-style:none;background-color:#f5f5f5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px} 
.breadcrumb>li{text-shadow:none}
.breadcrumb{font-size:12px;line-height:18px;letter-spacing:.07em;color:#000;font-weight:bold;text-transform:capitalize;background:none;margin-top:10px;margin-bottom:10px;padding:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}
.breadcrumb li a{padding:0 10px;color:#555}
.breadcrumb li a:hover{color:#1776ff}
.breadcrumb .no-case{text-transform:none}
.breadcrumb .icon-home{font-size:18px;padding-top:5px}

.breadcrumb>li{display:inline-block;*display:inline;*zoom:1;text-shadow:0 1px 0 #fff}
.breadcrumb>li>.divider{padding:0 5px;color:#ccc}
.breadcrumb .active{color:#999; padding: 0 10px;}


.header-banner{float: none; clear: both; padding-top: 14px; padding-bottom: 0px; min-height:125px;}
.promo-banner{float: none; clear: both; padding-top: 30px; padding-bottom: 30px; min-height:125px;}
.home-quotes{padding-bottom: 30px; padding-top: 30px;}
.home-services{margin-top: 30px; padding-bottom: 30px; border-bottom: 1px solid #efefef;}
.home-services div.bottom{margin-top: 50px;}

.home-studio-icons h2{font-size:22px;}

.marquee{padding-bottom: 20px; padding-top: 30px; width:900px; margin:0px auto; overflow:hidden;}
.desktop{float: left; width: 427px; margin-left: 20px;}
.writer{float: left; width: 202px; margin-left: 25px;}
.reader{float: left; width: 200px; margin-left: 20px;}
.bbmarquee{float: left; width: 200px; margin-left: 20px;}
.fdios{float: left; width: 202px; margin-left: 25px;}
.writer h2, .desktop h2, .reader h2, .fdios h2, .bbmarquee h2{font-size: 18px; color: #000; margin:0px; padding:0px; text-align:center;}
.navbar-phone-number h2{font-size: 14px; color: #000; margin:0px; padding:0px; line-height: 24px;}
.desktop p, .writer p, .reader p, .fdios p, .bbmarquee p{text-align:center;}


#regForm div span.error, #tvTemplates p.error, #downloads p.error, #installer p.error, #freeupgrade p.error, #freeupgrade span.error, #licenserequest p.error, #licenserequest span.error, #tagger p.error{ color: #ff0000; font-size: 1em; padding-bottom: 8px;}
#regForm input.error, #regForm select.error, #tvTemplates input.error, #tvTemplates select.error, #downloads input.error, #downloads select.error, #installer input.error, #installer select.error, #freeupgrade input.error, #licenserequest input.error, #licenserequest select.error, #tagger input.error, #newsletter-box input.error { background: #f8dbdb; border-color: #FF0000; }

#installer p.error {margin-top: 8px;}

.form-input-error { background: #f8dbdb!important; border-color: #FF0000!important; }
.form-error{ color: #ff0000; font-size: 1em; margin-left: 8px; margin-right: 8px; }

.disabled{color: #aaa; }
.txtarea{ width: 400px; height: 120px;}
.dropdown-menu > li > a > img { height:18px; width:18px; }
ul.dropdown-menu { min-width: 145px; }

img.intl-icons
{
  text-align: left; 
}

.reseller-tabs
{
  padding-right: 30px;
}
.alertDivRed {
  border:#F00 1px solid;
  padding:5px 10px;
}
 .alertDivRed {
  color:#F00;
  border:#F00 1px solid;
  padding:5px 10px;
}
.alertDivGreen {
  color:#32AE91;
  border:#32AE91 1px solid;
  padding:5px 10px;
}


/*== Added Styles June 10, 2014 - Codesly KS ==*/
article.single .article-video iframe {
  border: 8px solid white;
  -webkit-box-shadow: 0 0 2px rgba(40, 40, 40, 0.4);
  -moz-box-shadow: 0 0 2px rgba(40, 40, 40, 0.4);
  box-shadow: 0 0 2px rgba(40, 40, 40, 0.4);
}
article.single img ~ .article-video iframe {
  margin-top: 20px;
}
article.single h1:first-of-type {
  margin-top: 0;
}
article.single .span7 p img {
  border: 8px solid white;
  -webkit-box-shadow: 0 0 2px rgba(40, 40, 40, 0.4);
  -moz-box-shadow: 0 0 2px rgba(40, 40, 40, 0.4);
  box-shadow: 0 0 2px rgba(40, 40, 40, 0.4);
}
article.single .span5 img.framed {
  margin: 0 20px 0 0;
}
article.single .span5 img.framed.thumb {
  float: left;
  margin: 0 10px 10px 0;
}
article.single .news-image-caption {
  margin: 10px 0;
  text-align: center;
  display: block;
}
article.single .news-image-caption {
  color: #333;
  font-weight: bold;
  font-size: 14px;
}

.prod_subsect {
	margin:0 0 15px 29px;
}
.prod_subsect > ul {
    margin-left: -7px;
}
.prod_subsect li {
    padding-left: 7px;
}

/* Nav Sprites */
.bkgNavSprite {
	background-image: url("/assets/images/design/icons/navbars_sprite.png");
}
#fd_logo {
	background-position:-375px -202px;
	width:175px;
	height:47px;
}
#icon_canada {
	background-position:-263px -263px;
	width:24px;
	height:24px;
	float:left;
}
#icon_united_kingdom {
	background-position:-163px -263px;
	width:24px;
	height:24px;
	margin-left:6px;
	float:left;
}
#icon_australia {
	background-position:-213px -263px;
	width:24px;
	height:24px;
	margin-left:6px;
	float:left;
}
#icon_twitter {
	background-position:-413px -263px;
	width:24px;
	height:24px;
	margin-left:6px;
	float:right;
}
#icon_facebook {
	background-position:-363px -263px;
	width:24px;
	height:24px;
	margin-left:6px;
	float:right;
}
#icon_youtube {
	background-position:-313px -263px;
	width:24px;
	height:24px;
	margin-left:6px;
	float:right;
}
#icon_pinterest {
	background-position:-463px -263px;
	width:24px;
	height:24px;
	margin-left:4px;
	float:right;
}
#icon_flag_australia {
	background-position:-462px -462px;
	width:26px;
	height:26px;
	margin-right:4px;
	float:left;
}
#icon_flag_canada {
	background-position:-12px -462px;
	width:26px;
	height:26px;
	margin-right:4px;
	float:left;
}
#icon_flag_france {
	background-position:-63px -462px;
	width:26px;
	height:26px;
	margin-right:4px;
	float:left;
}
#icon_flag_germany {
	background-position:-113px -462px;
	width:26px;
	height:26px;
	margin-right:4px;
	float:left;
}
#icon_flag_india {
	background-position:-163px -462px;
	width:26px;
	height:26px;
	margin-right:4px;
	float:left;
}
#icon_flag_ireland {
	background-position:-512px -462px;
	width:26px;
	height:26px;
	margin-right:4px;
	float:left;
}
#icon_flag_italy {
	background-position:-213px -462px;
	width:26px;
	height:26px;
	margin-right:4px;
	float:left;
}
#icon_flag_latin_america {
	background-position:-263px -462px;
	width:26px;
	height:26px;
	margin-right:4px;
	float:left;
}
#icon_flag_new_zealand {
	background-position:-313px -462px;
	width:26px;
	height:26px;
	margin-right:4px;
	float:left;
}
#icon_flag_spain {
	background-position:-363px -462px;
	width:26px;
	height:26px;
	margin-right:4px;
	float:left;
}
#icon_flag_united_kingdom {
	background-position:-412px -462px;
	width:26px;
	height:26px;
	margin-right:4px;
	float:left;
}
#icon_shopping_cart {
	background-position:-15px -316px;
	width:18px;
	height:18px;
	margin-right:4px;
	margin-top:7px;
	float:left;	
}
#icon_product {
	background-position:-118px -369px;
	width:16px;
	height:16px;
	margin-right:5px;
	float:left;	
}
a:hover div#icon_product {
	background-position:-167px -369px;
}
#icon_support {
	background-position:-418px -367px;
	width:16px;
	height:16px;
	margin-top:4px;
	margin-right:11px;
	float:left;	
}
a:hover div#icon_support {
	background-position:-468px -367px;
}
#icon_company {
	background-position:-118px -416px;
	width:16px;
	height:16px;
	margin: 4px 7px 0px 3px;
	float:left;	
}
a:hover div#icon_company {
	background-position:-168px -416px;
}
#icon_cart {
	background-position:-317px -369px;
	width:18px;
	height:15px;
	margin: 4px 8px 0px 2px;
	float:left;	
}
a:hover div#icon_cart {
	background-position:-367px -369px;
}
#icon_learn {
	background-position:-17px -416px;
	width:16px;
	height:15px;
	margin: 4px 8px 0px 2px;
	float:left;	
}
a:hover div#icon_learn {
	background-position:-67px -416px;
}
#icon_discover {
	background-position:-220px -318px;
	width:11px;
	height:17px;
	margin: 4px 12px 0px 3px;
	float:left;	
}
a:hover div#icon_discover {
	background-position:-270px -318px;
}
#icon_contact {
	background-position:-217px -419px;
	width:16px;
	height:16px;
	margin: 4px 8px 0px 3px;
	float:left;	
}
a:hover div#icon_contact {
	background-position:-267px -419px;
}
#icon_licensing {
	background-position:-317px -418px;
	width:16px;
	height:15px;
	margin: 4px 8px 0px 3px;
	float:left;	
}
a:hover div#icon_licensing {
	background-position:-367px -418px;
}
#icon_sitemap {
	background-position:-219px -368px;
	width:17px;
	height:16px;
	margin: 4px 9px 0px 2px;
	float:left;	
}
a:hover div#icon_sitemap {
	background-position:-269px -368px;
}
#icon_legal {
	background-position:-418px -420px;
	width:15px;
	height:14px;
	margin: 6px 8px 0px 3px;
	float:left;	
}
a:hover div#icon_legal {
	background-position:-468px -420px;
}
#icon_privacy {
	background-position:-19px -367px;
	width:12px;
	height:16px;
	margin: 4px 9px 0px 5px;
	float:left;	
}
a:hover div#icon_privacy {
	background-position:-69px -367px;
}
#icon_home {
	background-position:-65px -317px;
	width:18px;
	height:16px;
	margin: 1px 0px 0px 8px;
	float:left;	
}
a:hover div#icon_home {
	background-position:-113px -317px;
}

#icon_vip_badge {
	background-position:-3px -189px;
	width:109px;
	height:109px;
	margin: -30px 0px -21px -10px;
	float:left;	
}
#icon_vip_special_offers {
	background-position:-1px -64px;
	width:109px;
	height:109px;
	margin: -30px 0px -21px -10px;
	float:left;	
}
#icon_signup_today {
	background-position:-139px -64px;
	width:109px;
	height:109px;
	margin: -30px 0px -21px -10px;
	float:left;	
}

#footer .row-fluid { margin-left: 8px; }
