/* line 3, scss/_reset.scss */
* {
  -webkit-text-size-adjust: none;
  border: none;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* line 13, scss/_reset.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

/* line 53, scss/_reset.scss */
a,
a:hover,
a:active,
a:focus {
  outline: none;
}

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

/* line 65, scss/_reset.scss */
sup {
  top: -5px;
  top: -0.5rem;
}

/* line 70, scss/_reset.scss */
sub {
  bottom: -3px;
  bottom: -0.25rem;
}

/* line 75, scss/_reset.scss */
img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

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

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

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

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

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

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

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

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

/* line 141, scss/_reset.scss */
.clearfix, #container, .row,
.row-break-late,
.row-break-never,
.row-break-early {
  *zoom: 1;
}
/* line 145, scss/_reset.scss */
.clearfix:before, #container:before, .row:before,
.row-break-late:before,
.row-break-never:before,
.row-break-early:before, .clearfix:after, #container:after, .row:after,
.row-break-late:after,
.row-break-never:after,
.row-break-early:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}

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

/* line 161, scss/_reset.scss */
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  /*font-size: $x/10+rem;*/
  line-height: 1.4;
  color: #333333;
}

/* line 169, scss/_reset.scss */
a {
  color: #0088cc;
  text-decoration: none;
}

/* line 174, scss/_reset.scss */
a:hover {
  color: #005580;
  text-decoration: underline;
}

/* line 179, scss/_reset.scss */
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 185, scss/_reset.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 195, scss/_reset.scss */
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

/* line 201, scss/_reset.scss */
p {
  margin: 0 0 10px;
}

/* line 205, scss/_reset.scss */
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

/* line 212, scss/_reset.scss */
small {
  font-size: 85%;
}

/* line 216, scss/_reset.scss */
strong {
  font-weight: bold;
}

/* line 220, scss/_reset.scss */
em {
  font-style: italic;
}

/* line 224, scss/_reset.scss */
cite {
  font-style: normal;
}

/* line 228, scss/_reset.scss */
.muted {
  color: #999999;
}

/* line 232, scss/_reset.scss */
a.muted:hover {
  color: #808080;
}

/* line 236, scss/_reset.scss */
.text-warning {
  color: #c09853;
}

/* line 240, scss/_reset.scss */
a.text-warning:hover {
  color: #a47e3c;
}

/* line 244, scss/_reset.scss */
.text-error {
  color: #b94a48;
}

/* line 248, scss/_reset.scss */
a.text-error:hover {
  color: #953b39;
}

/* line 252, scss/_reset.scss */
.text-info {
  color: #3a87ad;
}

/* line 256, scss/_reset.scss */
a.text-info:hover {
  color: #2d6987;
}

/* line 260, scss/_reset.scss */
.text-success {
  color: #468847;
}

/* line 264, scss/_reset.scss */
a.text-success:hover {
  color: #356635;
}

/* line 273, scss/_reset.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}

/* line 287, scss/_reset.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

/* line 295, scss/_reset.scss */
h1,
h2,
h3 {
  line-height: 40px;
}

/* line 299, scss/_reset.scss */
h1 {
  font-size: 38.5px;
  /*font-size: $x/10+rem;*/
  line-height: 38.5px;
  /*line-height: $x/10+rem;*/
}

/* line 304, scss/_reset.scss */
h2 {
  font-size: 31.5px;
  /*font-size: $x/10+rem;*/
  line-height: 31.5px;
  /*line-height: $x/10+rem;*/
}

/* line 309, scss/_reset.scss */
h3 {
  font-size: 24.5px;
  /*font-size: $x/10+rem;*/
  line-height: 24.5px;
  /*line-height: $x/10+rem;*/
}

/* line 314, scss/_reset.scss */
h4 {
  font-size: 17.5px;
  /*font-size: $x/10+rem;*/
  line-height: 17.5px;
  /*line-height: $x/10+rem;*/
}

/* line 319, scss/_reset.scss */
h5 {
  font-size: 14px;
  /*font-size: $x/10+rem;*/
  line-height: 14px;
  /*line-height: $x/10+rem;*/
}

/* line 324, scss/_reset.scss */
h6 {
  font-size: 11.9px;
  /*font-size: $x/10+rem;*/
  line-height: 11.9px;
  /*line-height: $x/10+rem;*/
}

/* line 329, scss/_reset.scss */
h1 small {
  font-size: 24.5px;
  /*font-size: $x/10+rem;*/
  line-height: 24.5px;
  /*line-height: $x/10+rem;*/
}

/* line 334, scss/_reset.scss */
h2 small {
  font-size: 17.5px;
  /*font-size: $x/10+rem;*/
  line-height: 17.5px;
  /*line-height: $x/10+rem;*/
}

/* line 339, scss/_reset.scss */
h3 small {
  font-size: 14px;
  /*font-size: $x/10+rem;*/
  line-height: 14px;
  /*line-height: $x/10+rem;*/
}

/* line 344, scss/_reset.scss */
h4 small {
  font-size: 14px;
  /*font-size: $x/10+rem;*/
  line-height: 14px;
  /*line-height: $x/10+rem;*/
}

/* line 350, scss/_reset.scss */
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

/* line 358, scss/_reset.scss */
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

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

/* line 369, scss/_reset.scss */
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

/* line 375, scss/_reset.scss */
ul.inline > li,
ol.inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 388, scss/_reset.scss */
ol.horizontal,
ul.horizontal,
ol.horizontal li,
ul.horizontal li,
ol.vertical,
ul.vertical,
ol.vertical li,
ul.vertical li {
  margin: 0;
}

/* line 393, scss/_reset.scss */
ul.horizontal li,
ul.vertical li {
  list-style-type: none;
}

/* line 400, scss/_reset.scss */
ul.horizontal li a,
ul.horizontal li a:hover,
ul.vertical li a,
ul.vertical li a:hover {
  text-decoration: none;
}

/* line 404, scss/_reset.scss */
ul.horizontal li {
  display: inline-block;
  float: left;
}

/* line 409, scss/_reset.scss */
dl {
  margin-bottom: 20px;
}

/* line 414, scss/_reset.scss */
dt,
dd {
  line-height: 20px;
}

/* line 418, scss/_reset.scss */
dt {
  font-weight: bold;
}

/* line 422, scss/_reset.scss */
dd {
  margin-left: 10px;
}

/* line 426, scss/_reset.scss */
.dl-horizontal {
  *zoom: 1;
}

/* line 431, scss/_reset.scss */
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 437, scss/_reset.scss */
.dl-horizontal:after {
  clear: both;
}

/* line 441, scss/_reset.scss */
.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 451, scss/_reset.scss */
.dl-horizontal dd {
  margin-left: 180px;
}

/* line 455, scss/_reset.scss */
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

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

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

/* line 473, scss/_reset.scss */
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

/* line 479, scss/_reset.scss */
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

/* line 486, scss/_reset.scss */
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}

/* line 492, scss/_reset.scss */
blockquote small:before {
  content: '\2014 \00A0';
}

/* line 496, scss/_reset.scss */
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

/* line 505, scss/_reset.scss */
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

/* line 509, scss/_reset.scss */
blockquote.pull-right small:before {
  content: '';
}

/* line 513, scss/_reset.scss */
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

/* line 517, scss/_reset.scss */
iframe {
  float: left;
}

/* line 524, scss/_reset.scss */
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

/* line 528, scss/_reset.scss */
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

/* line 536, scss/_reset.scss */
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 546, scss/_reset.scss */
code {
  padding: 2px 4px;
  color: #d14;
  white-space: nowrap;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

/* line 554, scss/_reset.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 572, scss/_reset.scss */
pre.prettyprint {
  margin-bottom: 20px;
}

/* line 576, scss/_reset.scss */
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

/* line 585, scss/_reset.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 590, scss/_reset.scss */
.pull-right {
  float: right;
}

/* line 594, scss/_reset.scss */
.pull-left {
  float: left;
}

/* line 598, scss/_reset.scss */
.hide {
  display: none;
}

/* line 602, scss/_reset.scss */
.show {
  display: block;
}

/* line 606, scss/_reset.scss */
.invisible {
  visibility: hidden;
}

/* line 610, scss/_reset.scss */
.affix {
  position: fixed;
}

/* jScrollPane
************************************************/
/* line 617, scss/_reset.scss */
.jspScrollable {
  outline: none;
}

/* line 621, scss/_reset.scss */
.jspContainer {
  overflow: hidden;
  position: relative;
}

/* line 627, scss/_reset.scss */
.jspPane,
.jspVerticalBar {
  position: absolute;
}

/* line 631, scss/_reset.scss */
.jspVerticalBar {
  z-index: 5;
  top: 0;
  right: 0;
  height: 100%;
}

/* line 638, scss/_reset.scss */
.jspHorizontalBar {
  display: none;
}

/* line 646, scss/_reset.scss */
.jspVerticalBar,
.jspTrack,
.jspDrag,
.jspDragTop,
.jspDragBottom {
  width: 10px;
}

/* line 650, scss/_reset.scss */
.jspVerticalBar * {
  margin: 0;
  padding: 0;
}

/* line 655, scss/_reset.scss */
.jspCap {
  display: none;
}

/* line 660, scss/_reset.scss */
.jspTrack,
.jspDrag {
  position: relative;
}

/* line 664, scss/_reset.scss */
.jspTrack {
  z-index: 10;
  width: 10px;
  background: #fff;
}

/* line 670, scss/_reset.scss */
.jspDrag {
  z-index: 15;
  cursor: pointer;
  background: #000;
}

/* line 677, scss/_reset.scss */
.jspDragTop,
.jspDragBottom {
  position: absolute;
  height: 0;
}

/* line 682, scss/_reset.scss */
.jspDrag .jspDragTop {
  top: 0;
}

/* line 686, scss/_reset.scss */
.jspDrag .jspDragBottom {
  bottom: 0;
}

/* line 690, scss/_reset.scss */
.jspCorner {
  float: left;
  width: 10px;
  height: 10px;
}

/* line 696, scss/_reset.scss */
[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}

/* line 3, scss/_default-layout.scss */
#container {
  margin: 0 auto 0 auto;
  width: 100%;
  min-width: 320px;
}

/* line 10, scss/_default-layout.scss */
.row {
  overflow: hidden;
}

/* line 20, scss/_default-layout.scss */
[class*="span"] {
  display: block;
  float: left;
  min-height: 1px;
}

/* line 27, scss/_default-layout.scss */
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

/* line 33, scss/_default-layout.scss */
.span1 {
  width: 8.33333%;
}

/* line 37, scss/_default-layout.scss */
.span2 {
  width: 16.66667%;
}

/* line 41, scss/_default-layout.scss */
.span3 {
  width: 25%;
}

/* line 45, scss/_default-layout.scss */
.span4 {
  width: 33.33333%;
}

/* line 49, scss/_default-layout.scss */
.span5 {
  width: 41.66667%;
}

/* line 53, scss/_default-layout.scss */
.span6 {
  width: 50%;
}

/* line 57, scss/_default-layout.scss */
.span7 {
  width: 58.33333%;
}

/* line 61, scss/_default-layout.scss */
.span8 {
  width: 66.66667%;
}

/* line 65, scss/_default-layout.scss */
.span9 {
  width: 75%;
}

/* line 69, scss/_default-layout.scss */
.span10 {
  width: 83.33333%;
}

/* line 73, scss/_default-layout.scss */
.span11 {
  width: 91.66667%;
}

/* line 77, scss/_default-layout.scss */
.span12 {
  width: 100%;
}

/* line 82, scss/_default-layout.scss */
.offset1 {
  margin-left: 8.33333% !important;
}

/* line 86, scss/_default-layout.scss */
.offset2 {
  margin-left: 16.66667%;
}

/* line 90, scss/_default-layout.scss */
.offset3 {
  margin-left: 25%;
}

/* line 94, scss/_default-layout.scss */
.offset4 {
  margin-left: 33.33333%;
}

/* line 98, scss/_default-layout.scss */
.offset5 {
  margin-left: 41.66667%;
}

/* line 102, scss/_default-layout.scss */
.offset6 {
  margin-left: 50%;
}

/* line 106, scss/_default-layout.scss */
.offset7 {
  margin-left: 58.33333%;
}

/* line 110, scss/_default-layout.scss */
.offset8 {
  margin-left: 66.66667%;
}

/* line 114, scss/_default-layout.scss */
.offset9 {
  margin-left: 75%;
}

/* line 118, scss/_default-layout.scss */
.offset10 {
  margin-left: 83.33333%;
}

/* line 122, scss/_default-layout.scss */
.offset11 {
  margin-left: 91.66667%;
}

/* line 126, scss/_default-layout.scss */
.offset12 {
  margin-left: 100%;
}

@media only screen and (max-width: 758px) {
  /* line 131, scss/_default-layout.scss */
  .row > [class*="span"], .row .jspPane > [class*="span"] {
    float: none;
    clear: both;
    width: 100%;
    overflow: hidden;
  }
}
@media only screen and (max-width: 480px) {
  /* line 140, scss/_default-layout.scss */
  .row-break-late > [class*="span"], .row-break-late .jspPane > [class*="span"] {
    float: none;
    clear: both;
    width: 100%;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1182.5px) {
  /* line 149, scss/_default-layout.scss */
  .row-break-early > [class*="span"], .row-break-early .jspPane > [class*="span"] {
    float: none;
    clear: both;
    width: 100%;
    overflow: hidden;
  }
}
@-ms-viewport {
  width: device-width;
}

/* line 161, scss/_default-layout.scss */
.hidden-desktop {
  display: none !important;
}

/* line 165, scss/_default-layout.scss */
.visible-desktop {
  display: inherit !important;
}

/* line 169, scss/_default-layout.scss */
.visible-tablet {
  display: none !important;
}

/* line 173, scss/_default-layout.scss */
.hidden-tablet {
  display: inherit !important;
}

/* line 177, scss/_default-layout.scss */
.visible-phone {
  display: none !important;
}

/* line 181, scss/_default-layout.scss */
.hidden-phone {
  display: inherit !important;
}

@media (max-width: 758px) {
  /* line 187, scss/_default-layout.scss */
  .hidden-desktop {
    display: inherit !important;
  }

  /* line 191, scss/_default-layout.scss */
  .visible-desktop {
    display: none !important;
  }

  /* line 195, scss/_default-layout.scss */
  .visible-tablet {
    display: inherit !important;
  }

  /* line 199, scss/_default-layout.scss */
  .hidden-tablet {
    display: none !important;
  }

  /* line 203, scss/_default-layout.scss */
  .visible-phone {
    display: none !important;
  }

  /* line 207, scss/_default-layout.scss */
  .hidden-phone {
    display: inherit !important;
  }

  /* line 211, scss/_default-layout.scss */
  .hidden-phone-tablet {
    display: none !important;
  }
}
@media (max-width: 480px) {
  /* line 216, scss/_default-layout.scss */
  .hidden-desktop {
    display: inherit !important;
  }

  /* line 220, scss/_default-layout.scss */
  .visible-desktop {
    display: none !important;
  }

  /* line 224, scss/_default-layout.scss */
  .visible-tablet {
    display: none !important;
  }

  /* line 228, scss/_default-layout.scss */
  .hidden-tablet {
    display: inherit !important;
  }

  /* line 232, scss/_default-layout.scss */
  .visible-phone {
    display: inherit !important;
  }

  /* line 236, scss/_default-layout.scss */
  .hidden-phone {
    display: none !important;
  }

  /* line 240, scss/_default-layout.scss */
  .hidden-phone-tablet {
    display: none !important;
  }
}
/* line 21, scss/styles.scss */
.imageForText {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  direction: ltr;
  text-align: left !important;
  display: block;
  overflow: hidden;
  text-indent: -999em;
}

/* line 31, scss/styles.scss */
.clearfix, #container, .row,
.row-break-late,
.row-break-never,
.row-break-early {
  display: block;
  min-height: 1px;
}
/* line 35, scss/styles.scss */
.clearfix:after, #container:after, .row:after,
.row-break-late:after,
.row-break-never:after,
.row-break-early:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

/* line 45, scss/styles.scss */
.noDisplay {
  display: none !important;
}

/* line 46, scss/styles.scss */
.noPadding {
  padding: 0 !important;
}

/* line 47, scss/styles.scss */
.noMargin {
  margin: 0 !important;
}

/* line 48, scss/styles.scss */
.pullLeft {
  float: left;
  width: auto;
}

/* line 49, scss/styles.scss */
.pullRight {
  float: right;
  width: auto;
}

/* line 53, scss/styles.scss */
* {
  word-wrap: break-word;
}

/* line 57, scss/styles.scss */
body {
  background-color: #ffffff;
  color: #000000;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
}

/* line 78, scss/styles.scss */
#container #info-row .info-box {
  width: 90%;
  margin: 0 auto;
}
