/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../../.rvm/gems/ruby-2.0.0-p247/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../.rvm/gems/ruby-2.0.0-p247/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../.rvm/gems/ruby-2.0.0-p247/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../.rvm/gems/ruby-2.0.0-p247/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../.rvm/gems/ruby-2.0.0-p247/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../.rvm/gems/ruby-2.0.0-p247/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../.rvm/gems/ruby-2.0.0-p247/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../.rvm/gems/ruby-2.0.0-p247/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../.rvm/gems/ruby-2.0.0-p247/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*!
 * Sass Bootstrap v3.0.17
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 *
 * Sass -ified by Aaron Lademann @alademann
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* line 22, ../sass/bs/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 32, ../sass/bs/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/* line 41, ../sass/bs/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 50, ../sass/bs/_normalize.scss */
[hidden] {
  display: none;
}

/* line 64, ../sass/bs/_normalize.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 74, ../sass/bs/_normalize.scss */
body {
  margin: 0;
}

/* line 86, ../sass/bs/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/* line 95, ../sass/bs/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 108, ../sass/bs/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 117, ../sass/bs/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 126, ../sass/bs/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 134, ../sass/bs/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 142, ../sass/bs/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 152, ../sass/bs/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 164, ../sass/bs/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/* line 173, ../sass/bs/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/* line 181, ../sass/bs/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* line 189, ../sass/bs/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 205, ../sass/bs/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 209, ../sass/bs/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 221, ../sass/bs/_normalize.scss */
img {
  border: 0;
}

/* line 229, ../sass/bs/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 241, ../sass/bs/_normalize.scss */
figure {
  margin: 0;
}

/* line 253, ../sass/bs/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 264, ../sass/bs/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 278, ../sass/bs/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

/* line 290, ../sass/bs/_normalize.scss */
button,
input {
  line-height: normal;
}

/* line 302, ../sass/bs/_normalize.scss */
button,
select {
  text-transform: none;
}

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

/* line 327, ../sass/bs/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 337, ../sass/bs/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

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

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

/* line 380, ../sass/bs/_normalize.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 393, ../sass/bs/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "CG Bold";
  src: url("fonts/b247e158-e647-4a3d-9637-944de5124043.eot?#iefix");
  src: url("fonts/b247e158-e647-4a3d-9637-944de5124043.eot?#iefix") format("eot"), url("fonts/2ef5ecda-1772-45e2-843f-a13f5d76ed3a.woff") format("woff"), url("fonts/33cf10ca-a6bb-4888-a320-d38720c9847b.ttf") format("truetype"), url("fonts/3428a0e6-cb4d-408a-8331-cc78554ab49c.svg#3428a0e6-cb4d-408a-8331-cc78554ab49c") format("svg");
}

@font-face {
  font-family: "CG Reg";
  src: url("fonts/bd45538f-4200-4946-b177-02de8337032d.eot?#iefix");
  src: url("fonts/bd45538f-4200-4946-b177-02de8337032d.eot?#iefix") format("eot"), url("fonts/9908cdad-7524-4206-819e-4f345a666324.woff") format("woff"), url("fonts/b710c26a-f1ae-4fb8-a9fe-570fd829cbf1.ttf") format("truetype"), url("fonts/c9e387df-c0d3-42e1-8de6-78c41f68594c.svg#c9e387df-c0d3-42e1-8de6-78c41f68594c") format("svg");
}

@font-face {
  font-family: "CG Bold2";
  src: url("fonts/96e7de6c-255b-4446-9546-26ff4b26b612.eot?#iefix");
  src: url("fonts/96e7de6c-255b-4446-9546-26ff4b26b612.eot?#iefix") format("eot"), url("fonts/ff3118db-75f9-4b0d-9e2c-85999a071fcf.woff") format("woff"), url("fonts/692d7b29-83b0-4afe-81e5-0ca78dda31c7.ttf") format("truetype"), url("fonts/4dee12b9-4de7-4a6a-bc3e-9099b13721a4.svg#4dee12b9-4de7-4a6a-bc3e-9099b13721a4") format("svg");
}

@font-face {
  font-family: "Futura Book";
  src: url("fonts/57a6731b-fa5c-4c8a-bea8-e2f1a287f309.eot?#iefix");
  src: url("fonts/57a6731b-fa5c-4c8a-bea8-e2f1a287f309.eot?#iefix") format("eot"), url("fonts/4d0e252c-d811-4a5d-a7f3-6ad72c6b76f2.woff") format("woff"), url("fonts/54250d43-02be-4ff9-b802-a4ea104a0611.ttf") format("truetype"), url("fonts/15c556fc-4608-4b01-8a0d-9c8631c8bd74.svg#15c556fc-4608-4b01-8a0d-9c8631c8bd74") format("svg");
}

@font-face {
  font-family: "Futura Heavy";
  src: url("fonts/da0637f7-7e81-4cbc-9f65-cfc35a127c4c.eot?#iefix");
  src: url("fonts/da0637f7-7e81-4cbc-9f65-cfc35a127c4c.eot?#iefix") format("eot"), url("fonts/f181fec3-5b1b-4e9f-94b6-e0d7150d1fbf.woff") format("woff"), url("fonts/65ebb7f6-a11e-4744-8066-aa7029a5ba38.ttf") format("truetype"), url("fonts/e23b4b94-7fc3-4dba-8b18-ec8ae6f0563f.svg#e23b4b94-7fc3-4dba-8b18-ec8ae6f0563f") format("svg");
}

@font-face {
  font-family: "Futura Medium";
  src: url("fonts/c9bb15b9-5c4a-477b-8e2d-1924c3ef942d.eot?#iefix");
  src: url("fonts/c9bb15b9-5c4a-477b-8e2d-1924c3ef942d.eot?#iefix") format("eot"), url("fonts/286ca836-0e48-43ba-9f12-8ba861fafeda.woff") format("woff"), url("fonts/40e2893b-b4c0-4b91-aa42-4ab0be867d25.ttf") format("truetype"), url("fonts/275744c1-8dd1-40d7-ae52-17728b66a3dc.svg#275744c1-8dd1-40d7-ae52-17728b66a3dc") format("svg");
}

/* line 10, sass/bs/_scaffolding.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 17, sass/bs/_scaffolding.scss */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 22, sass/bs/_scaffolding.scss */
body {
  font-family: "CG Reg", Helvetica-, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #ffffff;
}

/* line 34, ../sass/bs/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 43, ../sass/bs/_scaffolding.scss */
a {
  color: #252525;
  text-decoration: none;
}
/* line 48, ../sass/bs/_scaffolding.scss */
a:hover, a:focus {
  color: #0b0105;
  text-decoration: underline;
}
/* line 53, ../sass/bs/_scaffolding.scss */
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 61, ../sass/bs/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 66, ../sass/bs/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 71, ../sass/bs/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 78, ../sass/bs/_scaffolding.scss */
.img-thumbnail, .thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 91, ../sass/bs/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 98, ../sass/bs/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 110, ../sass/bs/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

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

/* line 12, ../sass/bs/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16.1px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 12, ../sass/bs/_type.scss */
  .lead {
    font-size: 21px;
  }
}

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

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

/* line 34, ../sass/bs/_type.scss */
.text-muted {
  color: #999999;
}

/* line 35, ../sass/bs/_type.scss */
.text-primary {
  color: #540427;
}

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

/* line 37, ../sass/bs/_type.scss */
.text-danger {
  color: #b94a48;
}

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

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

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

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

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

/* line 51, ../sass/bs/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "CG Reg", Helvetica-, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
/* line 56, ../sass/bs/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

/* line 65, ../sass/bs/_type.scss */
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 69, ../sass/bs/_type.scss */
h1 small,
h2 small,
h3 small {
  font-size: 65%;
}

/* line 75, ../sass/bs/_type.scss */
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 79, ../sass/bs/_type.scss */
h4 small,
h5 small,
h6 small {
  font-size: 75%;
}

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

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

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

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

/* line 88, ../sass/bs/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 89, ../sass/bs/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 95, ../sass/bs/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 108, ../sass/bs/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 112, ../sass/bs/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 120, ../sass/bs/_type.scss */
.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 127, ../sass/bs/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 135, ../sass/bs/_type.scss */
dl {
  margin-bottom: 20px;
}

/* line 139, ../sass/bs/_type.scss */
dt,
dd {
  line-height: 1.42857;
}

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

/* line 145, ../sass/bs/_type.scss */
dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 156, ../sass/bs/_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/bs/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
  /* line 21, ../sass/bs/_mixins.scss */
  .dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  /* line 25, ../sass/bs/_mixins.scss */
  .dl-horizontal dd:after {
    clear: both;
  }
}
/* line 176, ../sass/bs/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

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

/* line 186, ../sass/bs/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #646464;
  font-family: "Futura", sans-serif;
}
/* line 190, ../sass/bs/_type.scss */
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
/* line 195, ../sass/bs/_type.scss */
blockquote p:last-child {
  margin-bottom: 0;
}
/* line 198, ../sass/bs/_type.scss */
blockquote small {
  display: block;
  line-height: 1.42857;
  color: #999999;
}
/* line 202, ../sass/bs/_type.scss */
blockquote small:before {
  content: '\2014 \00A0';
}
/* line 208, ../sass/bs/_type.scss */
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
/* line 214, ../sass/bs/_type.scss */
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
/* line 218, ../sass/bs/_type.scss */
blockquote.pull-right small:before {
  content: '';
}
/* line 221, ../sass/bs/_type.scss */
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

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

/* line 237, ../sass/bs/_type.scss */
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

/* line 8, ../sass/bs/_code.scss */
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier-New", monospace;
}

/* line 13, ../sass/bs/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}

/* line 23, ../sass/bs/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
/* line 37, ../sass/bs/_code.scss */
pre.prettyprint {
  margin-bottom: 20px;
}
/* line 42, ../sass/bs/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

/* line 53, ../sass/bs/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 6, ../sass/bs/_tables.scss */
table {
  max-width: 100%;
  background-color: transparent;
}

/* line 10, ../sass/bs/_tables.scss */
th {
  text-align: left;
}

/* line 17, ../sass/bs/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 20px;
}
/* line 26, ../sass/bs/_tables.scss */
.table thead > tr > th,
.table thead > tr > td,
.table tbody > tr > th,
.table tbody > tr > td,
.table tfoot > tr > th,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
/* line 35, ../sass/bs/_tables.scss */
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
/* line 44, ../sass/bs/_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 50, ../sass/bs/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
/* line 55, ../sass/bs/_tables.scss */
.table .table {
  background-color: white;
}

/* line 69, ../sass/bs/_tables.scss */
.table-condensed thead > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > th,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > th,
.table-condensed tfoot > tr > td {
  padding: 5px;
}

/* line 81, ../sass/bs/_tables.scss */
.table-bordered {
  border: 1px solid #dddddd;
}
/* line 88, ../sass/bs/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
/* line 96, ../sass/bs/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

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

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

/* line 140, ../sass/bs/_tables.scss */
table col[class*="col-"] {
  float: none;
  display: table-column;
}

/* line 147, ../sass/bs/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}

/* line 166, ../sass/bs/_tables.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: whitesmoke;
}

/* line 403, ../sass/bs/_mixins.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 415, ../sass/bs/_mixins.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}

/* line 403, ../sass/bs/_mixins.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}

/* line 415, ../sass/bs/_mixins.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}

/* line 403, ../sass/bs/_mixins.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

/* line 415, ../sass/bs/_mixins.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
  border-color: #f8e5be;
}

@media (max-width: 768px) {
  /* line 184, ../sass/bs/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  /* line 194, ../sass/bs/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  /* line 204, ../sass/bs/_tables.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 212, ../sass/bs/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 221, ../sass/bs/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 225, ../sass/bs/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 231, ../sass/bs/_tables.scss */
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* line 10, ../sass/bs/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 16, ../sass/bs/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 28, ../sass/bs/_forms.scss */
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 38, ../sass/bs/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

/* line 51, ../sass/bs/_forms.scss */
input[type="file"] {
  display: block;
}

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

/* line 62, ../sass/bs/_forms.scss */
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}

/* line 71, ../sass/bs/_forms.scss */
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 80, ../sass/bs/_forms.scss */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

/* line 86, ../sass/bs/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  vertical-align: middle;
}

/* line 57, ../sass/bs/_mixins.scss */
.form-control:-moz-placeholder {
  color: #999999;
}
/* line 58, ../sass/bs/_mixins.scss */
.form-control::-moz-placeholder {
  color: #999999;
}
/* line 59, ../sass/bs/_mixins.scss */
.form-control:-ms-input-placeholder {
  color: #999999;
}
/* line 60, ../sass/bs/_mixins.scss */
.form-control::-webkit-input-placeholder {
  color: #999999;
}

/* line 126, ../sass/bs/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  vertical-align: middle;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
/* line 718, ../sass/bs/_mixins.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 151, ../sass/bs/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* line 158, ../sass/bs/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 168, ../sass/bs/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 178, ../sass/bs/_forms.scss */
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
/* line 185, ../sass/bs/_forms.scss */
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

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

/* line 200, ../sass/bs/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 206, ../sass/bs/_forms.scss */
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

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

/* line 230, ../sass/bs/_forms.scss */
input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 732, ../sass/bs/_mixins.scss */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 740, ../sass/bs/_mixins.scss */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 745, ../sass/bs/_mixins.scss */
textarea.input-sm {
  height: auto;
}

/* line 732, ../sass/bs/_mixins.scss */
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 740, ../sass/bs/_mixins.scss */
select.input-lg {
  height: 45px;
  line-height: 45px;
}

/* line 745, ../sass/bs/_mixins.scss */
textarea.input-lg {
  height: auto;
}

/* line 682, ../sass/bs/_mixins.scss */
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
/* line 686, ../sass/bs/_mixins.scss */
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 689, ../sass/bs/_mixins.scss */
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-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 696, ../sass/bs/_mixins.scss */
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}

/* line 682, ../sass/bs/_mixins.scss */
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
/* line 686, ../sass/bs/_mixins.scss */
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 689, ../sass/bs/_mixins.scss */
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-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 696, ../sass/bs/_mixins.scss */
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}

/* line 682, ../sass/bs/_mixins.scss */
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
/* line 686, ../sass/bs/_mixins.scss */
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 689, ../sass/bs/_mixins.scss */
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-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 696, ../sass/bs/_mixins.scss */
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}

/* line 263, ../sass/bs/_forms.scss */
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}

/* line 274, ../sass/bs/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 299, ../sass/bs/_forms.scss */
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 306, ../sass/bs/_forms.scss */
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
  }
  /* line 314, ../sass/bs/_forms.scss */
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  /* line 321, ../sass/bs/_forms.scss */
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

/* line 341, ../sass/bs/_forms.scss */
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 348, ../sass/bs/_forms.scss */
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
/* line 21, ../sass/bs/_mixins.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, ../sass/bs/_mixins.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 354, ../sass/bs/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
  }
}

/* line 10, ../sass/bs/_buttons.scss */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* line 26, ../sass/bs/_buttons.scss */
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 31, ../sass/bs/_buttons.scss */
.btn:hover, .btn:focus {
  color: #333333;
  text-decoration: none;
  background: #cccccc;
}
/* line 38, ../sass/bs/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 46, ../sass/bs/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 59, ../sass/bs/_buttons.scss */
.btn-default {
  color: #333333;
  background-color: white;
  border-color: #cccccc;
}
/* line 435, ../sass/bs/_mixins.scss */
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .btn-default.dropdown-toggle {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
/* line 442, ../sass/bs/_mixins.scss */
.btn-default:active, .btn-default.active, .open .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 452, ../sass/bs/_mixins.scss */
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: #cccccc;
}

/* line 62, ../sass/bs/_buttons.scss */
.btn-primary {
  color: #003399;
  background-color: #ffffff;
  border-color: #003399;
}
/* line 435, ../sass/bs/_mixins.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .btn-primary.dropdown-toggle {
  color: white;
  background-color: #cccccc;
  border-color: #010001;
}
/* line 442, ../sass/bs/_mixins.scss */
.btn-primary:active, .btn-primary.active, .open .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 452, ../sass/bs/_mixins.scss */
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #540427;
  border-color: #3c031c;
}

/* line 66, ../sass/bs/_buttons.scss */
.btn-warning {
  color: white;
  background-color: #f6a900;
  border-color: #dd9700;
}
/* line 435, ../sass/bs/_mixins.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .btn-warning.dropdown-toggle {
  color: white;
  background-color: #cd8d00;
  border-color: #9f6d00;
}
/* line 442, ../sass/bs/_mixins.scss */
.btn-warning:active, .btn-warning.active, .open .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 452, ../sass/bs/_mixins.scss */
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f6a900;
  border-color: #dd9700;
}

/* line 70, ../sass/bs/_buttons.scss */
.btn-danger {
 /* color: white;
  background-color: #690e0e;
  border-color: #520b0b;*/
  display:inline-block;
  width:150px;
  /*padding:10px;*/
  color:#fff;
  text-decoration:none;
  text-align:center;
  /*float:right; */
  margin-bottom: 10px;
  background-color: #658CAA;
  border-radius: 10px;
  border: 2px solid #ffcc00;
  -webkit-box-shadow: 3px 3px 8px #444444;
  box-shadow: 3px 3px 8px #444444;
  /*text-shadow: 2px 2px 1px #000000;*/

   transition: background-color .5s ease;
  -moz-transition: background-color .5 ease;
  -webkit-transition: background-color .5 ease;
  -ms-transition: background-color .5 ease;
}
/* line 435, ../sass/bs/_mixins.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .btn-danger.dropdown-toggle {
  color: white;
  background-color: #444444;
  border-color: #FFCC00;
}
/* line 442, ../sass/bs/_mixins.scss */
.btn-danger:active, .btn-danger.active, .open .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 452, ../sass/bs/_mixins.scss */
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #690e0e;
  border-color: #520b0b;
}

/* line 74, ../sass/bs/_buttons.scss */
.btn-success {
  color: white;
  background-color: #eeeeee;
  border-color: #e1e1e1;
}
/* line 435, ../sass/bs/_mixins.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .btn-success.dropdown-toggle {
  color: white;
  background-color: #dadada;
  border-color: #c3c3c3;
}
/* line 442, ../sass/bs/_mixins.scss */
.btn-success:active, .btn-success.active, .open .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 452, ../sass/bs/_mixins.scss */
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #eeeeee;
  border-color: #e1e1e1;
}

/* line 78, ../sass/bs/_buttons.scss */
.btn-info {
  color: white;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 435, ../sass/bs/_mixins.scss */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .btn-info.dropdown-toggle {
  color: white;
  background-color: #39b3d7;
  border-color: #269abc;
}
/* line 442, ../sass/bs/_mixins.scss */
.btn-info:active, .btn-info.active, .open .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 452, ../sass/bs/_mixins.scss */
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 87, ../sass/bs/_buttons.scss */
.btn-link {
  color: #540427;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
/* line 96, ../sass/bs/_buttons.scss */
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 103, ../sass/bs/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 107, ../sass/bs/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #0b0105;
  text-decoration: underline;
  background-color: transparent;
}
/* line 115, ../sass/bs/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

/* line 126, ../sass/bs/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 131, ../sass/bs/_buttons.scss */
.btn-sm, .btn-group-sm > .btn,
.btn-xs,
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 135, ../sass/bs/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
}

/* line 143, ../sass/bs/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

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

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

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
/* line 15, ../sass/bs/_flex.scss */
.slider {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  /*border-top: 18px solid #ffcc00;*/
}

/* line 24, ../sass/bs/_flex.scss */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

/* line 27, ../sass/bs/_flex.scss */
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Icon ../Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
/* line 45, sass/bs/_flex.scss */
.flexslider {
  margin: 0;
  padding: 0;
}

/* line 46, sass/bs/_flex.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
/* line 47, ../sass/bs/_flex.scss */
.flexslider .slides img {
  width: 100%;
  display: block;
}

/* line 48, ../sass/bs/_flex.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
/* line 51, ../sass/bs/_flex.scss */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 52, ../sass/bs/_flex.scss */
html[xmlns] .slides {
  display: block;
}

/* line 53, ../sass/bs/_flex.scss */
* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
/* line 58, ../sass/bs/_flex.scss */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
/* line 62, ../sass/bs/_flex.scss */
.flexslider {
  margin: 0 0 60px;
  position: relative;
  zoom: 1;
  height: 226px;
}

/* line 63, ../sass/bs/_flex.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 64, ../sass/bs/_flex.scss */
.loading .flex-viewport {
  max-height: 300px;
}

/* line 65, ../sass/bs/_flex.scss */
.flexslider .slides {
  zoom: 1;
}

/* line 66, ../sass/bs/_flex.scss */
.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
/* line 69, ../sass/bs/_flex.scss */
.flex-direction-nav {
  *height: 0;
}

/* line 70, ../sass/bs/_flex.scss */
.flex-direction-nav a {
  display: block;
  width: 40px;
  height: 55px;
  margin: 13px 0 0;
  position: absolute;
  top: 40%;
  z-index: 10;
  overflow: hidden;
  opacity: .5;
  cursor: pointer;
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 71, ../sass/bs/_flex.scss */
.flex-direction-nav .flex-prev {
  left: 10px;
}

/* line 72, ../sass/bs/_flex.scss */
.flex-direction-nav .flex-next {
  right: 10px;
  text-align: right;
}

/* line 73, ../sass/bs/_flex.scss */
.flexslider:hover .flex-prev {
  opacity: 1;
}

/* line 74, ../sass/bs/_flex.scss */
.flexslider:hover .flex-next {
  opacity: 1;
}

/* line 75, ../sass/bs/_flex.scss */
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

/* line 76, ../sass/bs/_flex.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

/* line 77, ../sass/bs/_flex.scss */
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
}

/* line 78, ../sass/bs/_flex.scss */
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

/* Pause/Play */
/* line 81, ../sass/bs/_flex.scss */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

/* line 82, ../sass/bs/_flex.scss */
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

/* line 83, ../sass/bs/_flex.scss */
.flex-pauseplay a:hover {
  opacity: 1;
}

/* line 84, ../sass/bs/_flex.scss */
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/* Control Nav */
/* line 87, ../sass/bs/_flex.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

/* line 88, ../sass/bs/_flex.scss */
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 89, ../sass/bs/_flex.scss */
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

/* line 90, ../sass/bs/_flex.scss */
.flex-control-paging li a:hover {
  background: #540427;
}

/* line 91, ../sass/bs/_flex.scss */
.flex-control-paging li a.flex-active {
  background: #fff;
  cursor: default;
}

/* line 93, ../sass/bs/_flex.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

/* line 94, ../sass/bs/_flex.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

/* line 95, ../sass/bs/_flex.scss */
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

/* line 96, ../sass/bs/_flex.scss */
.flex-control-thumbs img:hover {
  opacity: 1;
}

/* line 97, ../sass/bs/_flex.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  /* line 100, ../sass/bs/_flex.scss */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  /* line 101, ../sass/bs/_flex.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* line 106, ../sass/bs/_flex.scss */
.featured-box {
  position: relative;
  background: none;
  height: 300px;
  float: left;
  width: 50%;
}
/* line 112, ../sass/bs/_flex.scss */
.featured-box .wrap {
  width: 60%;
  display: block;
  height: auto;
  padding: 0 5%;
  max-width: 430px;
}
/* line 119, ../sass/bs/_flex.scss */
.featured-box .wrap img {
  width: 80%;
  display: block;
  margin: 0 auto;
  -webkit-box-shadow: 2px 0px 3px black;
  box-shadow: 2px 0px 3px black;
}
/* line 125, ../sass/bs/_flex.scss */
.featured-box .wrap h2 {
  bottom: 0;
  left: 0;
  /*background: #540427;*/
  padding: 10px;
  text-align: left;
  color: white;
  margin-top: 0;
  width: 80%;
  font-size: 1.2em;
  font-weight: bold;
  /*-webkit-box-shadow: 2px 2px 5px black;
  box-shadow: 2px 2px 5px black;*/
  margin: 0 auto;
}
/* line 142, ../sass/bs/_flex.scss */
.featured-box .wrap-left {
  margin: 3% 11.111% 0 34.222%;
}
/* line 145, ../sass/bs/_flex.scss */
.featured-box .wrap-right {
  margin: 3% 22.222% 0 11.111%;
}

/* line 10, ../sass/bs/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, ../sass/bs/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, ../sass/bs/_component-animations.scss */
.collapse {
  display: none;
}
/* line 20, ../sass/bs/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 24, ../sass/bs/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("fonts/glyphicons-halflings-regular.eot");
  src: url("fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("fonts/glyphicons-halflings-regular.woff") format("woff"), url("fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg");
}

/* line 21, sass/bs/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #666666;
}
/* line 31, ../sass/bs/_glyphicons.scss */
.glyphicon:empty {
  width: 1em;
}

/* line 37, ../sass/bs/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\2a";
}

/* line 38, ../sass/bs/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\2b";
}

/* line 39, ../sass/bs/_glyphicons.scss */
.glyphicon-euro:before {
  content: "\20ac";
}

/* line 40, ../sass/bs/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 41, ../sass/bs/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 42, ../sass/bs/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 43, ../sass/bs/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 44, ../sass/bs/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 45, ../sass/bs/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 46, ../sass/bs/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 47, ../sass/bs/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 48, ../sass/bs/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 49, ../sass/bs/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 50, ../sass/bs/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 51, ../sass/bs/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 52, ../sass/bs/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 53, ../sass/bs/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 54, ../sass/bs/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 55, ../sass/bs/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 56, ../sass/bs/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 57, ../sass/bs/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 58, ../sass/bs/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 59, ../sass/bs/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 60, ../sass/bs/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 61, ../sass/bs/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 62, ../sass/bs/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 63, ../sass/bs/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 64, ../sass/bs/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 65, ../sass/bs/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 66, ../sass/bs/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 67, ../sass/bs/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 68, ../sass/bs/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 69, ../sass/bs/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 70, ../sass/bs/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 71, ../sass/bs/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 72, ../sass/bs/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 73, ../sass/bs/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 74, ../sass/bs/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 75, ../sass/bs/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 76, ../sass/bs/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 77, ../sass/bs/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 78, ../sass/bs/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 79, ../sass/bs/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 80, ../sass/bs/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 81, ../sass/bs/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 82, ../sass/bs/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 83, ../sass/bs/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 84, ../sass/bs/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 85, ../sass/bs/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 86, ../sass/bs/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 87, ../sass/bs/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 88, ../sass/bs/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 89, ../sass/bs/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 90, ../sass/bs/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 91, ../sass/bs/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 92, ../sass/bs/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 93, ../sass/bs/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 94, ../sass/bs/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 95, ../sass/bs/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 96, ../sass/bs/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 97, ../sass/bs/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 98, ../sass/bs/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 99, ../sass/bs/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 100, ../sass/bs/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 101, ../sass/bs/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 102, ../sass/bs/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 103, ../sass/bs/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 104, ../sass/bs/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 105, ../sass/bs/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 106, ../sass/bs/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 107, ../sass/bs/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 108, ../sass/bs/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 109, ../sass/bs/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 110, ../sass/bs/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 111, ../sass/bs/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 112, ../sass/bs/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 113, ../sass/bs/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 114, ../sass/bs/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 115, ../sass/bs/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 116, ../sass/bs/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 117, ../sass/bs/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 118, ../sass/bs/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 119, ../sass/bs/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 120, ../sass/bs/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 121, ../sass/bs/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 122, ../sass/bs/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 123, ../sass/bs/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 124, ../sass/bs/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 125, ../sass/bs/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 126, ../sass/bs/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 127, ../sass/bs/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 128, ../sass/bs/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 129, ../sass/bs/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 130, ../sass/bs/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 131, ../sass/bs/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 132, ../sass/bs/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 133, ../sass/bs/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 134, ../sass/bs/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 135, ../sass/bs/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 136, ../sass/bs/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 137, ../sass/bs/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 138, ../sass/bs/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 139, ../sass/bs/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 140, ../sass/bs/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 141, ../sass/bs/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 142, ../sass/bs/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 143, ../sass/bs/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 144, ../sass/bs/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 145, ../sass/bs/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 146, ../sass/bs/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 147, ../sass/bs/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 148, ../sass/bs/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 149, ../sass/bs/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 150, ../sass/bs/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 151, ../sass/bs/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 152, ../sass/bs/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 153, ../sass/bs/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 154, ../sass/bs/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 155, ../sass/bs/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 156, ../sass/bs/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 157, ../sass/bs/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 158, ../sass/bs/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 159, ../sass/bs/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 160, ../sass/bs/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 161, ../sass/bs/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 162, ../sass/bs/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 163, ../sass/bs/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 164, ../sass/bs/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 165, ../sass/bs/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 166, ../sass/bs/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 167, ../sass/bs/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 168, ../sass/bs/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 169, ../sass/bs/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 170, ../sass/bs/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 171, ../sass/bs/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 172, ../sass/bs/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 173, ../sass/bs/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 174, ../sass/bs/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 175, ../sass/bs/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 176, ../sass/bs/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 177, ../sass/bs/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 178, ../sass/bs/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 179, ../sass/bs/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 180, ../sass/bs/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 181, ../sass/bs/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 182, ../sass/bs/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 183, ../sass/bs/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 184, ../sass/bs/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 185, ../sass/bs/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 186, ../sass/bs/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 187, ../sass/bs/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 188, ../sass/bs/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 189, ../sass/bs/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 190, ../sass/bs/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 191, ../sass/bs/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 192, ../sass/bs/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 193, ../sass/bs/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 194, ../sass/bs/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 195, ../sass/bs/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 196, ../sass/bs/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 197, ../sass/bs/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 198, ../sass/bs/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 199, ../sass/bs/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 200, ../sass/bs/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 201, ../sass/bs/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 202, ../sass/bs/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 203, ../sass/bs/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 204, ../sass/bs/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 205, ../sass/bs/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 206, ../sass/bs/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 207, ../sass/bs/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 208, ../sass/bs/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 209, ../sass/bs/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 210, ../sass/bs/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 211, ../sass/bs/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 212, ../sass/bs/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 213, ../sass/bs/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 214, ../sass/bs/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 215, ../sass/bs/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 216, ../sass/bs/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 217, ../sass/bs/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 218, ../sass/bs/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 219, ../sass/bs/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 220, ../sass/bs/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 221, ../sass/bs/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 222, ../sass/bs/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 223, ../sass/bs/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 224, ../sass/bs/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 225, ../sass/bs/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 226, ../sass/bs/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 227, ../sass/bs/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\1f4bc";
}

/* line 228, ../sass/bs/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\1f4c5";
}

/* line 229, ../sass/bs/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\1f4cc";
}

/* line 230, ../sass/bs/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\1f4ce";
}

/* line 231, ../sass/bs/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\1f4f7";
}

/* line 232, ../sass/bs/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\1f512";
}

/* line 233, ../sass/bs/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\1f514";
}

/* line 234, ../sass/bs/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\1f516";
}

/* line 235, ../sass/bs/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\1f525";
}

/* line 236, ../sass/bs/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\1f527";
}

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

/* line 23, ../sass/bs/_dropdowns.scss */
.dropdown {
  position: relative;
}

/* line 28, ../sass/bs/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 33, ../sass/bs/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1001;
  display: none;
  float: left;
  min-width: 265px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: white;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
/* line 53, ../sass/bs/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 59, ../sass/bs/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 64, ../sass/bs/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

/* line 78, ../sass/bs/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: white;
  background-color: #540427;
}

/* line 89, ../sass/bs/_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: #540427;
}

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

/* line 111, ../sass/bs/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImage-transform@mixin Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 123, ../sass/bs/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 128, ../sass/bs/_dropdowns.scss */
.open > a {
  outline: 0;
}
.login-box .dropdown-menu{
  background: #eee;
  padding-top: 0;
}
.login-box .dropdown-menu a{
  font-family: Arial, sans-serif;
}
/* line 134, ../sass/bs/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #fff;
  background: #540427;
  font-weight: bold;
}

/* line 143, ../sass/bs/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

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

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

@media (min-width: 768px) {
  /* line 188, ../sass/bs/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    float: right;
  }
}
/* line 10, ../sass/bs/_button-groups.scss */
.btn-default .caret {
  border-top-color: #333333;
}
/* line 17, ../sass/bs/_button-groups.scss */
.btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret {
  border-top-color: #fff;
}

/* line 22, ../sass/bs/_button-groups.scss */
.dropup .btn-default .caret {
  border-bottom-color: #333333;
}
/* line 30, ../sass/bs/_button-groups.scss */
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}

/* line 38, ../sass/bs/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 42, ../sass/bs/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 49, ../sass/bs/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
/* line 52, ../sass/bs/_button-groups.scss */
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

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

/* line 21, ../sass/bs/_mixins.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, ../sass/bs/_mixins.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 73, ../sass/bs/_button-groups.scss */
.btn-toolbar .btn-group {
  float: left;
}
/* line 80, ../sass/bs/_button-groups.scss */
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

/* line 86, ../sass/bs/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 91, ../sass/bs/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 93, ../sass/bs/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 99, ../sass/bs/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 104, ../sass/bs/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 107, ../sass/bs/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 112, ../sass/bs/_button-groups.scss */
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 116, ../sass/bs/_button-groups.scss */
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

/* line 140, ../sass/bs/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 144, ../sass/bs/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 151, ../sass/bs/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 157, ../sass/bs/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 161, ../sass/bs/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 166, ../sass/bs/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 176, ../sass/bs/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 21, ../sass/bs/_mixins.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, ../sass/bs/_mixins.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 186, ../sass/bs/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 194, ../sass/bs/_button-groups.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 201, ../sass/bs/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 204, ../sass/bs/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 208, ../sass/bs/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 213, ../sass/bs/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 218, ../sass/bs/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 222, ../sass/bs/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 231, ../sass/bs/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 236, ../sass/bs/_button-groups.scss */
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}

/* line 246, ../sass/bs/_button-groups.scss */
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

/* line 7, ../sass/bs/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, ../sass/bs/_input-groups.scss */
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, ../sass/bs/_input-groups.scss */
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

/* line 732, ../sass/bs/_mixins.scss */
.input-group-lg > .form-control .input-lg,
.input-group-lg > .input-group-addon .input-lg,
.input-group-lg > .input-group-btn > .btn .input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
/* line 740, ../sass/bs/_mixins.scss */
.input-group-lg > .form-control select.input-lg,
.input-group-lg > .input-group-addon select.input-lg,
.input-group-lg > .input-group-btn > .btn select.input-lg {
  height: 45px;
  line-height: 45px;
}
/* line 745, ../sass/bs/_mixins.scss */
.input-group-lg > .form-control textarea.input-lg,
.input-group-lg > .input-group-addon textarea.input-lg,
.input-group-lg > .input-group-btn > .btn textarea.input-lg {
  height: auto;
}

/* line 732, ../sass/bs/_mixins.scss */
.input-group-sm > .form-control .input-sm,
.input-group-sm > .input-group-addon .input-sm,
.input-group-sm > .input-group-btn > .btn .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 740, ../sass/bs/_mixins.scss */
.input-group-sm > .form-control select.input-sm,
.input-group-sm > .input-group-addon select.input-sm,
.input-group-sm > .input-group-btn > .btn select.input-sm {
  height: 30px;
  line-height: 30px;
}
/* line 745, ../sass/bs/_mixins.scss */
.input-group-sm > .form-control textarea.input-sm,
.input-group-sm > .input-group-addon textarea.input-sm,
.input-group-sm > .input-group-btn > .btn textarea.input-sm {
  height: auto;
}

/* line 46, ../sass/bs/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 49, ../sass/bs/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 55, ../sass/bs/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 63, ../sass/bs/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
/* line 74, ../sass/bs/_input-groups.scss */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
/* line 79, ../sass/bs/_input-groups.scss */
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
/* line 87, ../sass/bs/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 97, ../sass/bs/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 100, ../sass/bs/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 107, ../sass/bs/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 110, ../sass/bs/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 116, ../sass/bs/_input-groups.scss */
.input-group-btn {
  position: relative;
  white-space: nowrap;
}

/* line 120, ../sass/bs/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 123, ../sass/bs/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
/* line 128, ../sass/bs/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:active {
  z-index: 2;
}

/* line 9, ../sass/bs/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 21, ../sass/bs/_mixins.scss */
.nav:before, .nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, ../sass/bs/_mixins.scss */
.nav:after {
  clear: both;
}
/* line 15, ../sass/bs/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, ../sass/bs/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 25, ../sass/bs/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 32, ../sass/bs/_navs.scss */
.nav > li.disabled > a {
  color: #999999;
}
/* line 36, ../sass/bs/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 49, ../sass/bs/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #540427;
}
/* line 56, ../sass/bs/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 62, ../sass/bs/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 67, ../sass/bs/_navs.scss */
.navbar-mini {
  height: 20px;
}
/* line 70, ../sass/bs/_navs.scss */
.navbar-mini .navbar-nav > li {
  font-size: .7em;
}
/* line 72, ../sass/bs/_navs.scss */
.navbar-mini .navbar-nav > li ul.dropdown-menu {
  right: 0;
}
/* line 75, ../sass/bs/_navs.scss */
.navbar-mini .navbar-nav > li a {
  padding: 4px 10px;
  line-height: 1.2em;
}

/* line 82, ../sass/bs/_navs.scss */
.navbar.main-navbar {
  min-height: 32px;
  height: 45px;
  margin-bottom: 0;
  border-bottom: 1px solid #646464;
}
/* line 88, ../sass/bs/_navs.scss */
.navbar.main-navbar .navbar-nav > li > a {
  line-height: 17px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 12px;
  border-right: 1px solid #646464;
  text-transform: uppercase;
  font-family: "CG Bold2", helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 0.8em;
}
/* line 98, ../sass/bs/_navs.scss */
.navbar.main-navbar .navbar-nav > li > a:hover {
  background: none;
}

/* line 105, ../sass/bs/_navs.scss */
.navbar.footer-navbar {
  min-height: 32px;
  height: 45px;
  margin-bottom: 0;
}
/* line 110, ../sass/bs/_navs.scss */
.navbar.footer-navbar .navbar-nav > li > a {
  line-height: 17px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 12px;
  border-right: 1px solid #252525;
  text-transform: uppercase;
  font-family: "CG Reg", helvetica, arial, sans-serif;
  color: #252525;
  font-weight: bold;
  font-size: 0.8em;
}
/* line 121, ../sass/bs/_navs.scss */
.navbar.footer-navbar .navbar-nav > li > a:hover {
  background: none;
}

/* line 127, ../sass/bs/_navs.scss */
.navbar.footer-navbar .navbar-nav > li.last a {
  border-right: 0;
}

/* line 134, ../sass/bs/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
/* line 136, ../sass/bs/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 142, ../sass/bs/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
/* line 147, ../sass/bs/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
/* line 156, ../sass/bs/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: white;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 176, ../sass/bs/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 180, ../sass/bs/_navs.scss */
.nav-pills > li > a {
  border-radius: 5px;
}
/* line 183, ../sass/bs/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 191, ../sass/bs/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: white;
  background-color: #540427;
}

/* line 202, ../sass/bs/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 204, ../sass/bs/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 218, ../sass/bs/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
/* line 221, ../sass/bs/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
/* line 223, ../sass/bs/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  /* line 230, ../sass/bs/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 233, ../sass/bs/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 241, ../sass/bs/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 244, ../sass/bs/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
/* line 252, ../sass/bs/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  /* line 257, ../sass/bs/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 263, ../sass/bs/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: white;
  }
}

/* line 21, ../sass/bs/_mixins.scss */
.tabbable:before, .tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, ../sass/bs/_mixins.scss */
.tabbable:after {
  clear: both;
}

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

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

/* line 296, ../sass/bs/_navs.scss */
.nav .caret {
  border-top-color: #540427;
  border-bottom-color: #540427;
}

/* line 300, ../sass/bs/_navs.scss */
.nav a:hover .caret {
  border-top-color: #0b0105;
  border-bottom-color: #0b0105;
}

/* line 306, ../sass/bs/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, ../sass/bs/_navbar.scss */
.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
/* line 21, ../sass/bs/_mixins.scss */
.navbar:before, .navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, ../sass/bs/_mixins.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 11, ../sass/bs/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 21, ../sass/bs/_mixins.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, ../sass/bs/_mixins.scss */
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 32, ../sass/bs/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 51, ../sass/bs/_navbar.scss */
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: 1px 1px 6px black;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 15px;
  background: #fff;
}
/* line 21, ../sass/bs/_mixins.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, ../sass/bs/_mixins.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 62, ../sass/bs/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 51, ../sass/bs/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
    background-color: rgb(211, 211, 211);
  }
  /* line 71, ../sass/bs/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    background-color: #ffffff;
  }
  /* line 78, ../sass/bs/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 83, ../sass/bs/_navbar.scss */
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -10px;
  }
  /* line 86, ../sass/bs/_navbar.scss */
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -10px;
  }
  /* line 89, ../sass/bs/_navbar.scss */
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

/* line 101, ../sass/bs/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  /* line 101, ../sass/bs/_navbar.scss */
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 119, ../sass/bs/_navbar.scss */
.navbar-static-top {
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 119, ../sass/bs/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 128, ../sass/bs/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 128, ../sass/bs/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 139, ../sass/bs/_navbar.scss */
.navbar-fixed-top {
  z-index: 1030;
  top: 0;
}

/* line 143, ../sass/bs/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}

/* line 151, ../sass/bs/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 15px 10px;
  font-size: 18px;
  line-height: 20px;
  max-height: 50px;
}
/* line 158, ../sass/bs/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  /* line 163, ../sass/bs/_navbar.scss */
  .navbar > .container .navbar-brand {
    margin-left: -10px;
  }
}

/* line 175, ../sass/bs/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #003399;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 186, ../sass/bs/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  color: white;
  background: white;
}
/* line 194, ../sass/bs/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  /* line 175, ../sass/bs/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 209, ../sass/bs/_navbar.scss */
.navbar-nav {
  margin: -2.5px;
}
/* line 212, ../sass/bs/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  /* line 220, ../sass/bs/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 229, ../sass/bs/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 232, ../sass/bs/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 235, ../sass/bs/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 209, ../sass/bs/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 247, ../sass/bs/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 249, ../sass/bs/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) {
  /* line 266, ../sass/bs/_navbar.scss */
  .navbar-left {
    float: left;
  }

  /* line 267, ../sass/bs/_navbar.scss */
  .navbar-right {
    float: right;
  }
}
/* line 276, ../sass/bs/_navbar.scss */
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 3px;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  /* line 288, ../sass/bs/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  /* line 276, ../sass/bs/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 313, ../sass/bs/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 318, ../sass/bs/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 324, ../sass/bs/_navbar.scss */
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}

/* line 334, ../sass/bs/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 343, ../sass/bs/_navbar.scss */
.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 343, ../sass/bs/_navbar.scss */
  .navbar-text {
    margin-left: 10px;
    margin-right: 10px;
  }
}

/* line 357, ../sass/bs/_navbar.scss */
.navbar-default {
  background-color: white;
  border-color: #eeeeee;
}
/* line 361, ../sass/bs/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777777;
}
/* line 364, ../sass/bs/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 370, ../sass/bs/_navbar.scss */
.navbar-default .navbar-text {
  color: #690e0e;
}
/* line 375, ../sass/bs/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
/* line 379, ../sass/bs/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
/* line 387, ../sass/bs/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #eeeeee;
}
/* line 395, ../sass/bs/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
/* line 402, ../sass/bs/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
/* line 405, ../sass/bs/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
/* line 408, ../sass/bs/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
/* line 414, ../sass/bs/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ededed;
}
/* line 417, ../sass/bs/_navbar.scss */
.navbar-default .navbar-collapse {
  background: #eee;
  z-index: 1002;
}
/* line 425, ../sass/bs/_navbar.scss */
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
/* line 434, ../sass/bs/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #eeeeee;
  color: #555555;
}
/* line 437, ../sass/bs/_navbar.scss */
.navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
/* line 443, ../sass/bs/_navbar.scss */
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
@media (max-width: 767px) {
  /* line 452, ../sass/bs/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  /* line 455, ../sass/bs/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  /* line 463, ../sass/bs/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #eeeeee;
  }
  /* line 471, ../sass/bs/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
/* line 485, ../sass/bs/_navbar.scss */
.navbar-default .navbar-link {
  color: #777777;
}
/* line 487, ../sass/bs/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333333;
}

/* line 496, ../sass/bs/_navbar.scss */
.navbar-inverse {
background-color: #666666;
  /*border-color: #33001a;*/
}
/* line 500, ../sass/bs/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: white;
}
/* line 503, ../sass/bs/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: white;
  background-color: transparent;
}
/* line 509, ../sass/bs/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #f8f8f8;
}
/* line 514, ../sass/bs/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: white;
}
/* line 518, ../sass/bs/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #eeeeee;
  background-color: #cccccc;
}
/* line 525, ../sass/bs/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #33001a;
}
/* line 533, ../sass/bs/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
/* line 541, ../sass/bs/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
/* line 544, ../sass/bs/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
/* line 547, ../sass/bs/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: white;
}
/* line 553, ../sass/bs/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #420021;
}
/* line 562, ../sass/bs/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #33001a;
  color: #eeeeee;
}
/* line 567, ../sass/bs/_navbar.scss */
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #eeeeee;
  border-bottom-color: #eeeeee;
}
/* line 571, ../sass/bs/_navbar.scss */
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: white;
  border-bottom-color: white;
}
/* line 579, ../sass/bs/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #eeeeee;
  border-bottom-color: #eeeeee;
}
@media (max-width: 767px) {
  /* line 589, ../sass/bs/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #33001a;
  }
  /* line 592, ../sass/bs/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }
  /* line 595, ../sass/bs/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eeeeee;
    background-color: transparent;
  }
  /* line 603, ../sass/bs/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eeeeee;
    background-color: #33001a;
  }
  /* line 611, ../sass/bs/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
/* line 620, ../sass/bs/_navbar.scss */
.navbar-inverse .navbar-link {
  color: white;
}
/* line 622, ../sass/bs/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #eeeeee;
}

/* triangle */
/* line 629, ../sass/bs/_navbar.scss */
.navbar-nav li.current-menu-item {
  position: relative;
}
/* line 631, ../sass/bs/_navbar.scss */
.navbar-nav li.current-menu-item .arrow-up {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #646464;
  position: absolute;
  top: 24px;
}

/* line 6, ../sass/bs/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: whitesmoke;
  border-radius: 4px;
}
/* line 12, ../sass/bs/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}
/* line 14, ../sass/bs/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
/* line 20, ../sass/bs/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #999999;
}

/* line 4, ../sass/bs/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
/* line 10, ../sass/bs/_pagination.scss */
.pagination > li {
  display: inline;
}
/* line 13, ../sass/bs/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  background-color: white;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
/* line 25, ../sass/bs/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 32, ../sass/bs/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 41, ../sass/bs/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
/* line 50, ../sass/bs/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: white;
  background-color: #540427;
  border-color: #540427;
  cursor: default;
}
/* line 65, ../sass/bs/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: white;
  border-color: #dddddd;
  cursor: not-allowed;
}

/* line 473, ../sass/bs/_mixins.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
/* line 479, ../sass/bs/_mixins.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
/* line 485, ../sass/bs/_mixins.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 473, ../sass/bs/_mixins.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
/* line 479, ../sass/bs/_mixins.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 485, ../sass/bs/_mixins.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 6, ../sass/bs/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
/* line 21, ../sass/bs/_mixins.scss */
.pager:before, .pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, ../sass/bs/_mixins.scss */
.pager:after {
  clear: both;
}
/* line 12, ../sass/bs/_pager.scss */
.pager li {
  display: inline;
}
/* line 15, ../sass/bs/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
/* line 24, ../sass/bs/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 32, ../sass/bs/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}
/* line 39, ../sass/bs/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}
/* line 48, ../sass/bs/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: white;
  cursor: not-allowed;
}

/* line 5, ../sass/bs/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
/* line 20, ../sass/bs/_labels.scss */
.label[href]:hover, .label[href]:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
/* line 28, ../sass/bs/_labels.scss */
.label:empty {
  display: none;
}

/* line 36, ../sass/bs/_labels.scss */
.label-default {
  background-color: #999999;
}
/* line 498, ../sass/bs/_mixins.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: gray;
}

/* line 40, ../sass/bs/_labels.scss */
.label-primary {
  background-color: #540427;
}
/* line 498, ../sass/bs/_mixins.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #230210;
}

/* line 44, ../sass/bs/_labels.scss */
.label-success {
  background-color: #eeeeee;
}
/* line 498, ../sass/bs/_mixins.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #d4d4d4;
}

/* line 48, ../sass/bs/_labels.scss */
.label-info {
  background-color: #5bc0de;
}
/* line 498, ../sass/bs/_mixins.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 52, ../sass/bs/_labels.scss */
.label-warning {
  background-color: #f6a900;
}
/* line 498, ../sass/bs/_mixins.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #c38600;
}

/* line 56, ../sass/bs/_labels.scss */
.label-danger {
  background-color: #690e0e;
}
/* line 498, ../sass/bs/_mixins.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #3c0808;
}

/* line 7, ../sass/bs/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
/* line 22, ../sass/bs/_badges.scss */
.badge:empty {
  display: none;
}

/* line 30, ../sass/bs/_badges.scss */
a.badge:hover, a.badge:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

/* line 38, ../sass/bs/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 45, ../sass/bs/_badges.scss */
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #540427;
  background-color: white;
}

/* line 49, ../sass/bs/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 6, ../sass/bs/_jumbotron.scss */
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.14286;
  color: inherit;
  background-color: #eeeeee;
}
/* line 15, ../sass/bs/_jumbotron.scss */
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
/* line 19, ../sass/bs/_jumbotron.scss */
.jumbotron p {
  line-height: 1.4;
}
/* line 23, ../sass/bs/_jumbotron.scss */
.container .jumbotron {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  /* line 6, ../sass/bs/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 31, ../sass/bs/_jumbotron.scss */
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 36, ../sass/bs/_jumbotron.scss */
  .jumbotron h1 {
    font-size: 63px;
  }
}

/* line 7, ../sass/bs/_thumbnails.scss */
.thumbnail {
  display: block;
  margin-bottom: 20px;
}
/* line 12, ../sass/bs/_thumbnails.scss */
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 20, ../sass/bs/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #540427;
}

/* line 25, ../sass/bs/_thumbnails.scss */
.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}

/* line 29, ../sass/bs/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.featured-image img{
  width: 100%;
}

@-webkit-keyframes progress-bar-stripes {
  /* line 11, ../sass/bs/_progress-bars.scss */
  from {
    background-position: 40px 0;
  }

  /* line 12, ../sass/bs/_progress-bars.scss */
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  /* line 17, ../sass/bs/_progress-bars.scss */
  from {
    background-position: 40px 0;
  }

  /* line 18, ../sass/bs/_progress-bars.scss */
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  /* line 23, ../sass/bs/_progress-bars.scss */
  from {
    background-position: 0 0;
  }

  /* line 24, ../sass/bs/_progress-bars.scss */
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  /* line 29, ../sass/bs/_progress-bars.scss */
  from {
    background-position: 40px 0;
  }

  /* line 30, ../sass/bs/_progress-bars.scss */
  to {
    background-position: 0 0;
  }
}

/* line 39, ../sass/bs/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 49, ../sass/bs/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  color: white;
  text-align: center;
  background-color: #540427;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 62, ../sass/bs/_progress-bars.scss */
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 68, ../sass/bs/_progress-bars.scss */
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 81, ../sass/bs/_progress-bars.scss */
.progress-bar-success {
  background-color: #eeeeee;
}
/* line 517, ../sass/bs/_mixins.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 85, ../sass/bs/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}
/* line 517, ../sass/bs/_mixins.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 89, ../sass/bs/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f6a900;
}
/* line 517, ../sass/bs/_mixins.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 93, ../sass/bs/_progress-bars.scss */
.progress-bar-danger {
  background-color: #690e0e;
}
/* line 517, ../sass/bs/_mixins.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

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

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

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

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

/* line 31, ../sass/bs/_media.scss */
.media-heading {
  margin: 0 0 5px;
}

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

/* line 53, ../sass/bs/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 8, ../sass/bs/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 17, ../sass/bs/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: white;
  border: 1px solid #dddddd;
}
/* line 27, ../sass/bs/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 30, ../sass/bs/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 36, ../sass/bs/_list-group.scss */
.list-group-item > .badge {
  float: right;
}
/* line 39, ../sass/bs/_list-group.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
/* line 46, ../sass/bs/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: white;
  background-color: #540427;
  border-color: #540427;
}
/* line 53, ../sass/bs/_list-group.scss */
.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
/* line 56, ../sass/bs/_list-group.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #f52f86;
}

/* line 63, ../sass/bs/_list-group.scss */
a.list-group-item {
  color: #555555;
}
/* line 66, ../sass/bs/_list-group.scss */
a.list-group-item .list-group-item-heading {
  color: #333333;
}
/* line 72, ../sass/bs/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  background-color: whitesmoke;
}

/* line 77, ../sass/bs/_list-group.scss */
.list {
  margin: 10px 0;
}
/* line 79, ../sass/bs/_list-group.scss */
.list li {
  padding-left: 15px;
  background: url(img/bullet.png);
  background-repeat: no-repeat;
  background-position: left center;
}

/* line 90, ../sass/bs/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 94, ../sass/bs/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, ../sass/bs/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, ../sass/bs/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 21, ../sass/bs/_mixins.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, ../sass/bs/_mixins.scss */
.panel-body:after {
  clear: both;
}

/* line 28, ../sass/bs/_panels.scss */
.panel > .list-group {
  margin-bottom: 0;
}
/* line 31, ../sass/bs/_panels.scss */
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
/* line 35, ../sass/bs/_panels.scss */
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/* line 39, ../sass/bs/_panels.scss */
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

/* line 47, ../sass/bs/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 59, ../sass/bs/_panels.scss */
.panel > .table {
  margin-bottom: 0;
}
/* line 62, ../sass/bs/_panels.scss */
.panel > .panel-body + .table {
  border-top: 1px solid #dddddd;
}

/* line 69, ../sass/bs/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 73, ../sass/bs/_panels.scss */
.panel-heading a {
  -webkit-transition: all 0.45s linear;
  transition: all 0.45s linear;
}
/* line 75, ../sass/bs/_panels.scss */
.panel-heading a:hover {
  text-decoration: none;
  color: #cccccc;
}

/* line 83, ../sass/bs/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
/* line 87, ../sass/bs/_panels.scss */
.panel-title > a {
  color: inherit;
}

/* line 93, ../sass/bs/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: whitesmoke;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 108, ../sass/bs/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
/* line 112, ../sass/bs/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 117, ../sass/bs/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 119, ../sass/bs/_panels.scss */
.panel-group .panel-heading + .panel-collapse .panel-body {
  /*border-top: 1px solid #dddddd;*/
}
/* line 123, ../sass/bs/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 125, ../sass/bs/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

/* line 138, ../sass/bs/_panels.scss */
.panel-default {
  -webkit-box-shadow: 3px 3px 8px #444444;
  box-shadow: 3px 3px 8px #444444;
}
/* line 363, ../sass/bs/_mixins.scss */
.panel-default > .panel-heading {
  color: #ffffff;
  background-color: #444444;
  border: 2px solid #ffcc00;
}
/* line 367, ../sass/bs/_mixins.scss */
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
/* line 372, ../sass/bs/_mixins.scss */
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

/* line 141, ../sass/bs/_panels.scss */
.panel-primary {
  border-color: #540427;
}
/* line 363, ../sass/bs/_mixins.scss */
.panel-primary > .panel-heading {
  color: white;
  background-color: #540427;
  border-color: #540427;
}
/* line 367, ../sass/bs/_mixins.scss */
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #540427;
}
/* line 372, ../sass/bs/_mixins.scss */
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #540427;
}

/* line 144, ../sass/bs/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}
/* line 363, ../sass/bs/_mixins.scss */
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 367, ../sass/bs/_mixins.scss */
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
/* line 372, ../sass/bs/_mixins.scss */
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 147, ../sass/bs/_panels.scss */
.panel-warning {
  border-color: #fbeed5;
}
/* line 363, ../sass/bs/_mixins.scss */
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
/* line 367, ../sass/bs/_mixins.scss */
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}
/* line 372, ../sass/bs/_mixins.scss */
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}

/* line 150, ../sass/bs/_panels.scss */
.panel-danger {
  border-color: #eed3d7;
}
/* line 363, ../sass/bs/_mixins.scss */
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
/* line 367, ../sass/bs/_mixins.scss */
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}
/* line 372, ../sass/bs/_mixins.scss */
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}

/* line 153, ../sass/bs/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}
/* line 363, ../sass/bs/_mixins.scss */
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 367, ../sass/bs/_mixins.scss */
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
/* line 372, ../sass/bs/_mixins.scss */
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 7, ../sass/bs/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 15, ../sass/bs/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

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

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

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

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

/* line 1, ../sass/bs/eds.scss */
.contact-info {
  padding-top: 10px;
}
/* line 3, ../sass/bs/eds.scss */
.contact-info h3 {
  margin: 0;
  font-family: "Futura Heavy", Arial, sans-serif;
}
/* line 7, ../sass/bs/eds.scss */
.contact-info .glyphicon {
  top: 5px;
  margin-right: 9px;
  float: left;
  font-size: 1.2em;
}
/* line 14, ../sass/bs/eds.scss */
.contact-info h3 a {
  color: #646464;
  font-size: 0.6em;
}

/* line 20, ../sass/bs/eds.scss */
.navbar.main-navbar .navbar-nav > li.last > a {
  border-right: 0;
}

/* line 23, ../sass/bs/eds.scss */
.main-header-title {
  font-family: "CG Bold2", Arial, sans-serif;
  font-size: 1.6em;
  margin-left: 30px;
}

/* line 28, ../sass/bs/eds.scss */
.bg-area {
  max-width: 100%;
  -webkit-box-shadow: 0px 8px 28px 2px rgba(0,0,0,0.58);
  -moz-box-shadow: 0px 8px 28px 2px rgba(0,0,0,0.58);
  box-shadow: 0px 8px 28px 2px rgba(0,0,0,0.58);
}
/* line 30, ../sass/bs/eds.scss */
.bg-area .bg-image {
  background: url(img/eriebg.png);
  padding: 9%;
  padding-top: 0;
  height: 270px;
  background-size: cover;
  -moz-background-size: cover;
  background-position: center;
  /*border-top: 13px solid #540427;
  border-bottom: 15px solid #540427;*/
  position: relative;
  border-bottom: 5px solid #ffcc00;
  border-top: 5px solid #ffcc00;
}

/* line 42, ../sass/bs/eds.scss */
.info-section {
  background-color: #ffffff;
  padding: 0 0 50px 0;
}
/* line 45, ../sass/bs/eds.scss */
.info-section h2 {
  font-family: "CG Bold2", Arial, sans-serif;
  text-transform: uppercase;
  color: #646464;
}
/* line 50, ../sass/bs/eds.scss */
.info-section blockquote {
  color: #646464;
  font-family: "CG Bold2", Arial, sans-serif;
  margin-top: 15px;
  font-size: 1.4em;
}
/* line 55, ../sass/bs/eds.scss */
.info-section iframe {
  margin-right: 10px;
  max-width: 66%;
  height: 200px;
  float: left;
}
/* line 61, ../sass/bs/eds.scss */
.info-section p {
  font-size: 1.1em;
  font-family: "Futura", Arial, sans-serif;
  color: #646464;
}

/* line 67, ../sass/bs/eds.scss */
.lightwork {
  background-color: #F3F3F3;
}

/* line 70, ../sass/bs/eds.scss */
.patchwork {
  background: #DFEDFF url(img/patchwork.png);
}
/* line 72, ../sass/bs/eds.scss */
.patchwork h4 {
  text-transform: uppercase;
  font-family: "CG Reg", Arial, sans-serif;
  font-size: 1.5em;
}
/* line 78, ../sass/bs/eds.scss */
.patchwork .videos {
  padding-bottom: 20px;
}

/* line 82, ../sass/bs/eds.scss */
.dark-stripe {
  /*background: #dddddd;*/
  background: url(img/newsback.png);
  background-size: cover;
  -moz-background-size: cover;
  background-position: center;
  font-family: "Futura", sans-serif;
  color: white;
  margin: 0px 0 0 0;
  padding: 10px 0;
}
/* line 87, ../sass/bs/eds.scss */
.dark-stripe h4 a{
  color: #eee;
  font-family: "Futura", Arial, sans-serif;
  font-size: 1.5em;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 5px;
  text-transform: uppercase;
  display: block;
}

/* line 91, ../sass/bs/eds.scss */
.dark-stripe p {
  color: white;
  font-family: "CG Reg", Arial, sans-serif;
}
/* line 95, ../sass/bs/eds.scss */
.dark-stripe .btn {
  margin-top: 25px;
  font-family: "CG Reg", Arial, sans-serif;
  /*text-shadow: 2px 2px 1px black;*/
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
/* line 103, ../sass/bs/eds.scss */
.dark-stripe article {
  padding-left: 0px;
}

/* line 107, ../sass/bs/eds.scss */
.footer {
  background: #ffffff;
  padding-top: 10px;
  border-top: 1px solid #ffffff;
  color: white;
}
/* line 112, ../sass/bs/eds.scss */
.footer .navbar-nav {
  margin-left: -35px;
}
/* line 114, ../sass/bs/eds.scss */
.footer .navbar-nav a {
  font-size: 0.9em;
}
/* line 116, ../sass/bs/eds.scss */
.footer .navbar-nav a:hover {
  background: none;
  color: #000;
  opacity: 0.7;
}
/* line 123, ../sass/bs/eds.scss */
.footer .form {
  margin-top: 10px;
}
/* line 125, ../sass/bs/eds.scss */
.footer .form input.form-control {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  height: 30px;
}
/* line 130, ../sass/bs/eds.scss */
.footer .form .control-label {
  font-size: 0.9em;
  font-family: "CG Reg", Arial, sans-serif;
}

/* line 136, ../sass/bs/eds.scss */
#logo {
  margin-left: 0;
}

/* line 139, ../sass/bs/eds.scss */
.head {
  min-height: 90px;
  padding-top: 5px;
}

/* line 143, ../sass/bs/eds.scss */
.product-row {
  padding-top: 20px;
}
#container{
  min-height: 540px;
  padding-bottom: 50px;
  padding-left: 20px;
  margin-bottom: 50px;
}
.tt-eng{
  width: 100%;
}
/* line 147, ../sass/bs/eds.scss */
.tt-eng img {
  background: #540427;
  padding: 5% 27%;
  width: 98%;
  display: block;
  margin: 0 auto;
  -webkit-box-shadow: 3px 3px 8px #444444;
  box-shadow: 3px 3px 8px #444444;
  -webkit-transition: all 0.44s linear;
  transition: all 0.44s linear;
}
/* line 155, ../sass/bs/eds.scss */
.tt-eng img:hover {
  box-shadow: 0 0 0 #000;
  cursor: pointer;
}

/* line 164, ../sass/bs/eds.scss */
.tt-eng.fixed-icon h3{
  font-family: "Futura Book", Arial, sans-serif;
/*text-shadow: 2px 2px 0 #000;*/
width: 98%;
margin: 10px auto;
padding: 10% 8% 10% 8%;
text-align: center;
/*background: #ffffff url(img/magnafyinglass.png) no-repeat;*/
background: #444444;
background-position: 52px 15px;
color: #ffffff;
border-radius: 10px;
border: 2px solid #ffcc00;
font-size: 1.8em;
text-transform: uppercase;
/*line-height: 1.4em;*/
-webkit-box-shadow: 3px 3px 8px #444444;
box-shadow: 3px 3px 8px #444444;
-webkit-transition: all 0.45s linear;
transition: all 0.45s linear;
}
.glyphicon-search {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
color: #ffffff;
}
.product-row .talk-to{
  padding-bottom: 31px;
  /*background: #CECECE;*/
  background: none;
  /*padding: 20px;*/
  margin-top: 0px;
}
.product-row .talk-to a:hover{
  text-decoration: none;
}

/* line 179, ../sass/bs/eds.scss */
.tt-eng.fixed-icon h3:hover {
  -webkit-box-shadow: 0 0 0 black;
  box-shadow: 0 0 0 black;
  cursor: pointer;
}

/* line 187, ../sass/bs/eds.scss */
.photo-set h2 {
  text-transform: uppercase;
  font-family: "CG Bold2", Arial, sans-serif;
  font-size: 1.6em;
  color: #646464;
}
/* line 192, ../sass/bs/eds.scss */
.photo-set p {
  font-family: "Futura Book", Arial, sans-serif;
  color: #646464;
}
/* line 196, ../sass/bs/eds.scss */
.photo-set a {
  color: #1b1b1b;
  /*text-shadow: 2px 2px 0 #fff;*/
  box-shadow: 0 0 0 #fff;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
/* line 202, ../sass/bs/eds.scss */
.photo-set a:hover {
  text-decoration: none;
  text-shadow: 2px 2px 0 #fff;
  color: #540427;
}
/* line 210, ../sass/bs/eds.scss */
.photo-set img {
  box-shadow: none;
  -webkit-transition: all 0.55s linear;
  transition: all 0.55s linear;
}
/* line 213, ../sass/bs/eds.scss */
.photo-set img:hover {
  box-shadow: 3px 3px 16px #658CAA;
}

/* line 218, ../sass/bs/eds.scss */
.block-centered {
  margin: 0 auto;
  display: block;
  max-height: 170px;
  width: 100%;
}

/* line 224, ../sass/bs/eds.scss */
.dark-bg {
  background: url(img/bluesquare.png) ;
  background-repeat:repeat-y repeat-x;
  color: white;
  padding-bottom: 20px;
  font-family: "CG Reg", Arial, sans-serif;
  border-top: 3px solid #B8C6DF;
  /*-webkit-box-shadow: 28px 8px 0px 2px rgba(0,0,0,0.58);
  -moz-box-shadow: 28px 8px 0px 2px rgba(0,0,0,0.58);
  box-shadow: 28px 8px 0px 2px rgba(0,0,0,0.58);*/
}
/* line 229, ../sass/bs/eds.scss */
.dark-bg #map_canvas {
  border: 5px solid #000;
  height: 200px;
}
/* line 233, ../sass/bs/eds.scss */
.dark-bg h3 {
  font-family: "CG Reg", Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
}
/* line 238, ../sass/bs/eds.scss */
.dark-bg h4 {
  font-family: "CG Reg", Arial, sans-serif;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1em;
}
#foot-stripe{
  padding-top: 12px;
  background-color: #666666;
  border-top: 2px solid #444;

  }
  #foot-stripe p.copyright{
    margin-left: -20px;
  }
/* line 244, ../sass/bs/eds.scss */
.dark-bg p.sub-head {
  margin-top: 0;
  font-size: 1.2em;
  font-family: "Futura", sans-serif;
  color: #ccc;
}
/* line 247, ../sass/bs/eds.scss */
.dark-bg .phone-group {
  margin-top: 30px;
  margin-bottom: 10px;
}
/* line 251, ../sass/bs/eds.scss */
.dark-bg .int-group {
  margin: 10px 0 70px 0;
}
/* line 253, ../sass/bs/eds.scss */
.dark-bg .int-group p {
  margin-bottom: 0;
  margin-top: 0;
}
#contact-info{
  padding-top: 0;
}
/* line 261, ../sass/bs/eds.scss */
.tm-news a {
  color: white;
}
/* line 263, ../sass/bs/eds.scss */
.tm-news a:hover {
  color: #ddd;
}
/* line 267, ../sass/bs/eds.scss */
.tm-news li {
  padding-left: 40px;
  background: url(img/calendar.png) no-repeat;
}
/* line 271, ../sass/bs/eds.scss */
.tm-news .article-title {
  text-transform: uppercase;
  font-size: 1.3em;
  margin-bottom: 0;
  font-family: "CG Bold2", Arial, sans-serif;
  color: white;
}
article h3{
  text-transform: uppercase;
  font-family: "CG Bold2", Arial, sans-serif;
  font-size: 1.6em;
  color: #646464;
}
#head_stripe {
  background: #540427;
  color: white;
  text-transform: uppercase;
}
/* line 425, ../sass/bs/eds.scss */
#head_stripe h2 {
  font-size: 2.5em;
  font-weight: bold;
  margin-top: 0.3em;
  font-family: "CG Bold2","Helvetica", Arial, sans-serif;
}

/* line 433, ../sass/bs/eds.scss */
#spaced {
  margin-top: 2em;
  margin-bottom: 2em;
}
/* line 436, ../sass/bs/eds.scss */
#spaced #y76 {
  background: #000;
  background: black;
}
/* line 441, ../sass/bs/eds.scss */
#spaced #y86 {
  background: #006699;
  background: #0d5aa8;
}
/* line 445, ../sass/bs/eds.scss */
#spaced #y96 {
  background: #029044;
  background: #029044;
}
/* line 449, ../sass/bs/eds.scss */
#spaced #y09 {
  background: #540427;
}
/* line 452, ../sass/bs/eds.scss */
#spaced a {
  color: white;
  padding-right: 2em;
  padding-left: 2em;
}
/* line 457, ../sass/bs/eds.scss */
#spaced #timeline {
  background: #eee;
  padding: 1.4em;
}
/* line 462, ../sass/bs/eds.scss */
#spaced #year1 {
  border-left: 8px solid #000;
  padding-left: 1em;
}
/* line 466, ../sass/bs/eds.scss */
#spaced #year2 {
  border-left: 8px solid #069;
  padding-left: 1em;
}
/* line 470, ../sass/bs/eds.scss */
#spaced #year3 {
  border-left: 8px solid #029044;
  padding-left: 1em;
}
/* line 474, ../sass/bs/eds.scss */
#spaced #year4 {
  border-left: 8px solid #540427;
  padding-left: 1em;
}

/* line 479, ../sass/bs/eds.scss */
#img-first {
  border-top: 2px solid #540427;
  padding: 10px 20px 10px 20px;
}

/* line 488, ../sass/bs/eds.scss */
.latest-news {
  /*background: black;*/
}
/* line 490, ../sass/bs/eds.scss */
.latest-news h3.solid-title {
  padding: 0.7em;
  color: white;
  background: #19315C;
  margin-top: 0;
}
/* line 496, ../sass/bs/eds.scss */
.latest-news ul {
  margin: 0.8em auto;
  width: 90%;
}
/* line 499, ../sass/bs/eds.scss */
.latest-news ul li {
  margin: 0.8em;
  border-bottom: 2px solid #19315C;
  padding-bottom: 2em;
}
/* line 503, ../sass/bs/eds.scss */
.latest-news ul li a {
  color: #646464;
  font-size: 1.5em;
}
/* line 508, ../sass/bs/eds.scss */
.latest-news ul li:last-child {
  border-bottom: none;
}

/* line 516, ../sass/bs/eds.scss */
.main-img figcaption {
  padding: 17px;
  color: white;
  background: black;
  font-size: 1.4em;
}

/* line 524, ../sass/bs/eds.scss */

/* line 528, ../sass/bs/eds.scss */
#article-boxes {
  padding-left: 0;
  padding-right: 26px;
  background: none;
}

/* line 534, ../sass/bs/eds.scss */
.bordered {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  border-bottom: 2px solid #19315C;
  border-top: 2px solid #19315C;
  font-size: 1.3em;
  margin-bottom: 30px;
  margin-top: 10px;
}
#twocolsimple .bordered{
  margin-top: 20px;
  margin-bottom: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 278, ../sass/bs/eds.scss */
.tm-news p.excerpt {
  font-size: 0.8em;
  color: white;
}

/* line 283, ../sass/bs/eds.scss */
.img-centered {
  display: block;
  margin: 0 auto;
}

/* line 287, ../sass/bs/eds.scss */
.products-section {
  margin: 20px 0 0 0;
  padding: 20px 0px 20px 0px;
}
/* line 290, ../sass/bs/eds.scss */
.products-section .product-wrap {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 21px;
  border-top: 3px solid #FFCC00;
  border-bottom: 3px solid #FFCC00;
}
/* line 295, ../sass/bs/eds.scss */
.products-section .product-wrap h2 {
  text-transform: uppercase;
  font-size: 1.8em;
  margin-left: 10px;
  padding-bottom: 20px;
}
/* line 302, ../sass/bs/eds.scss */
.products-section .rel-product {
  padding: 0px 75px 0px 75px;
}
/* line 305, ../sass/bs/eds.scss */
.products-section .rel-product h3 {
  text-transform: uppercase;
}

/* line 312, ../sass/bs/eds.scss */
.adv-search .search-header h2 {
  background: #540427;
  margin: 0;
  padding: 8px 5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5em;
  font-family: "CG Reg", Arial, sans-serif;
  color: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
/* line 325, ../sass/bs/eds.scss */
.adv-search .search {
  padding: 10px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 15px solid #000;
  background: #ddd;
}
/* line 331, ../sass/bs/eds.scss */
.adv-search .search input.form-control, .a-search textarea.form-control {
  background: #ccc;
}
/* line 335, ../sass/bs/eds.scss */
.adv-search .btn.btn-primary {
  text-transform: uppercase;
  font-size: 1.4em;
  font-family: "CG Reg", Arial, sans-serif;
}

/* line 343, ../sass/bs/eds.scss */
.mainbody h1 {
  background: #444444;
  color: white;
  font-size: 2em;
  padding: 10px;
  text-transform: uppercase;
}
/* line 350, ../sass/bs/eds.scss */
.mainbody h2 {
  font-size: 1.5em;
  text-transform: uppercase;
}

/* line 355, ../sass/bs/eds.scss */
.product-row {
  margin: 30px 0;
}

/* line 359, ../sass/bs/eds.scss */
.product-spec h3 {
  margin-top: 0;
  font-size: 1.5em;
  text-transform: uppercase;
}
/* line 365, ../sass/bs/eds.scss */
.product-spec ul li {
  padding-left: 24px;
  background: url(img/checkmark.png) no-repeat;
  margin-bottom: 8px;
}

/* line 372, ../sass/bs/eds.scss */
.downloads {
  padding-top: 30px;
}
/* line 374, ../sass/bs/eds.scss */
.downloads .glyphicon {
  color: white;
  margin-right: 5px;
  margin-left: 8px;
}
/* line 379, ../sass/bs/eds.scss */
.downloads a {
  margin-bottom: 10px;
  text-align: left;
}

/* line 384, ../sass/bs/eds.scss */
.featured-image {
  position: relative;
}
/* line 386, ../sass/bs/eds.scss */
.featured-image .control-bar {
  background: #444444;
  height: 41px;
}
/* line 390, ../sass/bs/eds.scss */
.featured-image .control-bar .arrow .glyphicon {
  color: #fff;
  font-size: 1.4em;
  margin-top: 5px;
}
/* line 397, ../sass/bs/eds.scss */
.featured-image .control-bar .arrow.pull-right {
  margin-right: 5px;
}
/* line 400, ../sass/bs/eds.scss */
.featured-image .control-bar .arrow.pull-left {
  margin-left: 5px;
}

/* line 406, ../sass/bs/eds.scss */
.icon-nav.navbar-nav > li > a {
  padding-top: 5px;
}
.control-bar .flex-direction-nav a{
  top: 81% !important;
  position: absolute;
  color: white;
}

.control-bar .flex-direction-nav a:before {
font-family: "flexslider-icon";
font-size: 30px;
display: inline-block;
content: '\f001';
color: white;
opacity: 1;
}
.control-bar .flex-direction-nav .flex-next {
right: 10px;
text-align: right;
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

.control-bar .flex-direction-nav .flex-prev {
left: 10px;
}
/* line 410, ../sass/bs/eds.scss */
form .control-label {
  font-size: 0.9em;
}


/* --- Custom Styles ---     -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------   */

#tteWrap {position: relative; width:100%; height:100%; -webkit-box-shadow: 3px 3px 8px #444444; box-shadow: 3px 3px 8px #444444; background-color:white; border-radius: 10px; background:white; cursor:pointer; text-align:center; overflow:hidden;}

.tlktoeng {
  position: absolute;
  bottom:0px;
  left:0px;
  z-index:99;
  width:100%;
  height:100%;
  padding:0;
  overflow:hidden;
  background-image:url(/wp-content/themes/tmfiltration/img/ttex.png);
  background-repeat:no-repeat;
  background-position:center;
  background-size:45%;
  background-color: #658CAA;
  border-radius: 10px;
  border: 2px solid #ffcc00;
  color:rgba(255,255,255, .0);
  transition-delay: .3s;
  -webkit-transition-delay: .3s;/* Safari */
  transition: left .8s ease;
  -moz-transition: left .8s ease;
  -webkit-transition: left .8s ease;
  -ms-transition: left .8s ease;

}

#tteWrap:hover > .tlktoeng {left:-332px; text-decoration:none;}

#tteWrap {height:100%;}

.tteAboutWrap {height:138px;}

.tteAboutWrapS {height:100px;}

.tteAboutWrapS #tteWrap span {display:inline-block; margin-top:3%; color:#fff; font-size:2.1em; text-decoration:none;}

.tteAboutWrap #tteWrap span {display:inline-block; margin-top:3%; color:#fff; font-size:38px; text-decoration:none;}

.tteAboutWrapS a, .tteAboutWrap a {color:#646464;}

.tteAboutWrapS a:hover, .tteAboutWrap a:hover {color:#ccc; text-decoration:none;}

/* Download Button */

.dl-map-btn {
  display:inline-block;
  width:150px;
  padding:10px;
  color:#fff;
  text-decoration:none;
  text-align:center;
  float:right;
  margin:2em 1em 0 0;
  background-color: #658CAA;
  border-radius: 10px;
  border: 2px solid #ffcc00;
  -webkit-box-shadow: 3px 3px 8px #444444;
  box-shadow: 3px 3px 8px #444444;
  /*text-shadow: 2px 2px 1px #000000;*/

   transition: background-color .5s ease;
  -moz-transition: background-color .5 ease;
  -webkit-transition: background-color .5 ease;
  -ms-transition: background-color .5 ease;
}

.dl-map-btn:hover {background-color:#333; color:#fff; text-decoration:none; box-shadow:3px 3px 9px #ccc; text-shadow:0 0 0;}


/* --- Accordian --- */

.panel-heading h4 a.accordion-toggle {display:inline-block; width:100%; border:none; outline:none; text-decoration:none; }


/* Technical/Engineering Table Layout */
#tbl-page-wrp {width:90%; height:auto; margin:1.5em auto;}

.cntn-tbl-wrp {width:auto; height:auto; border:1px solid #000;  font-size:1em;}

.sngl-cel {padding:.5em; border-bottom:1px solid #333; text-align:center;}

.sngl-cel:last-child {border-bottom:none;}

.dbl-cel {border-bottom:1px solid #333;}

.dbl-cel:last-child {border-bottom:none;}

.split-fftyfv {width:54%; height:auto; padding:1%; margin:0; float:left; text-align:center;}

.split-frtyfv {width:41%; height:auto; padding:1%; margin:0; float:left; text-align:center; border-left:1px solid #000;}

/*Velocity Table Styles*/

.velocty-l {width:30%; height:auto; line-height:3; float:left; padding:.1% 0; border-right:1px solid #000; text-align:center; vertical-align:middle;}

.velocty-c {width:5%; height:auto; line-height:3; float:left; vertical-align:middle; text-align:center;}

.velocty-rt {width:64.5%; height:auto; line-height:1.5; float: right; vertical-align:middle; text-align:center; border-bottom:1px dashed #000;}

.velocty-rb {width:64.5%; height:auto; line-height:1.5; float: right; vertical-align:middle; text-align:center;}

/*Mesh to Micron Conv Page*/

.twntyfv-wrap {margin:0; padding:0; border-bottom:1px solid #000;}

.twntyfv-wrap-l {margin:0; padding:0; border-bottom:none;}

.twntyfv, .twntyfv-end {width:24.7%; height: auto; padding:1% 0; float:left; border-right:1px solid #000; text-align:center; vertical-align:middle;}

.twntyfv-end {border-right:none;}

.twntyfv-hdr {font-weight:bold;}

/*Calc Forms*/
.calc-tbl-wrp {width:70%; height:auto; border:1px solid #000;  font-size:1em;}

.frm-wrap-calc {border-bottom:1px solid #333; padding-bottom:1em; text-align:right;}

.frm-wrap-calc span {display:inline-block; margin-bottom:1%;}

/*RFQ Forms*/

.rfq-wrap-calc, .rfq-wrap-calc-oc {width:90%; height:auto; border-bottom:1px solid #000; font-size:1em; margin:1em 0; text-align:right;}

.rfq-wrap-calc {padding:0 20% 0 0; }

.rfq-wrap-calc-oc {padding:0 10% 0 0; }

.rfq-wrap-calc-oc h2 {margin-right:12%}

.rfq-wrap-calc h2,.rfq-wrap-calc-oc h2 {margin-bottom:1em;}

.rfq-wrap-calc span, .rfq-wrap-calc-oc span {display:inline-block; margin-bottom:1%;}

.rfq-wrap-calc .rfq-req {color:#F00;}

/*Sub Menu Styling*/

/* Sub Menu */

.sub-menu {background-color:#666666; padding:1em !important; width: inherit !important; border-radius:0 0 3px 3px; white-space: nowrap;}

.sub-menu li {margin-bottom:.3em;}

.sub-menu li:last-child {margin-bottom:0;}

.sub-menu a {color:#fff; font-weight:300; letter-spacing: normal;}

.sub-menu a:hover {color:#ccc;}

.navbar-nav li.current-menu-item .arrow-up {top:36px; left:39%;}

.navbar.main-navbar .navbar-nav > li > a {margin-bottom: 14px;}

.main-header-title{ margin-top:20px; position: absolute; /*text-shadow:2px 2px 3px #999;*/ font-size:1.8em; color: #646464;}

/*Menu Item TM Advantages*/

#menu-item-661 a {display:inline-block; width:98%; height:auto; margin:0 auto .3em auto; padding:.5em 0; font-weight:600; font-size:1.5em; border-bottom:3px double #fff; text-decoration:none;}

#menu-item-661 a:hover {opacity:1; cursor:text; color:#fff;}

/*Tag Line*/

.sub-tag-line {display:inline-block; font-size:1.2em; margin:2.4em 0 0 38px;  /*text-shadow: 1px 1px 1px #999999;*/ color: #646464;}

#tag-line {width:48% !important; }

#tag-line h2 {margin-top:13px !important;}

/*News letter footer*/

.form.form-horizontal .col-lg-3 {width:98%; padding-left:8%; height:auto; padding-bottom:0px !important;}

.footer .form .col-lg-3 {padding-top:0; padding-bottom:10px; color: #252525;}

.form.form-horizontal .col-lg-9 {margin-bottom:10px !important; width:90%}

/*News footer*/

.tm-news li {background:none !important;  padding-left:0px; margin-bottom:5%; margin-right:40px;}

.footer .copyright a {color:#fff; text-decoration:none;}

.footer .copyright a:hover {opacity:.85;}

/* Over rides color for head stripe*/

#head_stripe {
/*background: #444444;*/
  background: url(img/newsback.png);
  background-size: cover;
  -moz-background-size: cover;
  background-position: center;
}


.product-ttlwrap {padding:.5em .25em .7em; background:#fff; width:100%; font-weight:500; text-align:center; color: #646464;}

.element:hover {opacity:.85;}

.footer .form {margin-top:0px;}

#served h2 {width:52% !important;}

#rfq-link h3 { background-image:url("http://www.mcsit.es/tm/wp-content/themes/tmfiltration/img/requestquotes-white.png"); background-size:30%; background-repeat: no-repeat; /*background-color:#540427;*/ background-position:5px 5px; box-shadow: 3px 3px 8px #444444; color: #FFFFFF; font-family: "Futura Book",Arial,sans-serif; font-size: 1.8em; line-height: 1.4em; margin: 10px auto; padding: 28% 8% 10%; text-align: center; /*text-shadow: 2px 2px 0 #000000;*/ text-transform: uppercase; transition: all 0.45s linear 0s; width: 98%;

   transition: box-shadow .8s ease;
  -moz-transition: box-shadow .8 ease;
  -webkit-transition: box-shadow .8 ease;
  -ms-transition: box-shadow .8 ease;

}

#rfq-link h3:hover {box-shadow:none}

.navbar-mini { height: 28px;}

.navbar-mini ul li a img {width:auto; Height:16px;}

.navbar-mini .navbar-nav > li { font-size: 1.1em;}

@media (min-width: 480px) and (max-width: 768px) {
  /* line 414, ../sass/bs/eds.scss */
  .navbar.main-navbar {
    padding-bottom: 52px;
    min-height: 55px;
  }
  .sub-menu{
    position:relative!important;
    }
  /* line 418, ../sass/bs/eds.scss */
  .patchwork {
    /*border-top: 6px solid #540427;*/
  }

  /* line 421, ../sass/bs/eds.scss */
  .talk-to {
    background: #eee;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 30px;
  }

  /* line 428, ../sass/bs/eds.scss */
  .dark-stripe .btn {
    margin-top: 2px;
  }

  /* line 432, ../sass/bs/eds.scss */
  .phone {
    margin-left: 5%;
  }

  /* line 436, ../sass/bs/eds.scss */
  .email {
    margin-left: 5%;
  }

  /* line 440, ../sass/bs/eds.scss */
  .product-row {
    margin: 0;
  }

  /* line 443, ../sass/bs/eds.scss */
  .info-section {
    padding-bottom: 0;
  }

  /* line 446, ../sass/bs/eds.scss */
  .copyright {
    text-align: left;
    margin-top: 20px;
  }

  /* line 451, ../sass/bs/eds.scss */
  .footer .navbar-nav {
    clear: both;
    margin-left: 0px;
  }
  /* line 454, ../sass/bs/eds.scss */
  .footer .navbar-nav > li {
    border-right: 0;
  }
  /* line 456, ../sass/bs/eds.scss */
  .footer .navbar-nav > li > a {
    border-right: 0;
  }

  /* line 463, ../sass/bs/eds.scss */
  .icon-nav.navbar-nav > li {
    float: left;
    width: 25%;
  }

  /* line 467, ../sass/bs/eds.scss */
  .navbar.footer-navbar {
    height: 200px;
  }

  /* line 470, ../sass/bs/eds.scss */
  .navbar.footer-navbar .navbar-nav > li > a {
    border-right: 0;
    text-align: center;
  }
}
@media (max-width: 480px) {
  /* line 478, ../sass/bs/eds.scss */
  .footer form label.control-label {
    margin-left: 30px;
  }

  /* line 483, ../sass/bs/eds.scss */
  .mainbody {
    padding-right: 0;
    padding-left: 0;
  }

  /* line 488, ../sass/bs/eds.scss */
  .patchwork.home {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 7, ../sass/bs/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 21, ../sass/bs/_mixins.scss */
.container:before, .container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, ../sass/bs/_mixins.scss */
.container:after {
  clear: both;
}

/* line 12, ../sass/bs/_grid.scss */
.row {
  margin-left: -10px;
  margin-right: -10px;
}
/* line 21, ../sass/bs/_mixins.scss */
.row:before, .row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, ../sass/bs/_mixins.scss */
.row:after {
  clear: both;
}

/* line 64, ../sass/bs/_grid.scss */
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 92, ../sass/bs/_grid.scss */
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}

/* line 95, ../sass/bs/_grid.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 96, ../sass/bs/_grid.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 97, ../sass/bs/_grid.scss */
.col-xs-3 {
  width: 25%;
}

/* line 98, ../sass/bs/_grid.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 99, ../sass/bs/_grid.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 100, ../sass/bs/_grid.scss */
.col-xs-6 {
  width: 50%;
}

/* line 101, ../sass/bs/_grid.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 102, ../sass/bs/_grid.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 103, ../sass/bs/_grid.scss */
.col-xs-9 {
  width: 75%;
}

/* line 104, ../sass/bs/_grid.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 105, ../sass/bs/_grid.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 106, ../sass/bs/_grid.scss */
.col-xs-12 {
  width: 100%;
}

@media (max-width: 480px) {
  /* line 109, ../sass/bs/_grid.scss */
  #logo {
    margin-left: auto;
  }
.sub-menu{
    position:relative!important;
    }
  /* line 110, ../sass/bs/_grid.scss */
  .navbar.main-navbar {
    min-height: 55px;
  }
  /* line 112, ../sass/bs/_grid.scss */
  .navbar.main-navbar .navbar-nav > li > a {
    border-right: 0px solid #eee;
    border-bottom: 1px solid #540427;
    padding-bottom: 17px;
    margin-top: 13px;
  }
  .tt-eng{
    margin-bottom: 10px;
    font-size: 1.2em;
  }
  /* line 121, ../sass/bs/_grid.scss */
  .tt-eng.fixed-icon h3 {
    font-size: 0.8em;
  }

  /* line 125, ../sass/bs/_grid.scss */
  .phone {
    width: 40%;
    margin: 0 auto;
  }

  /* line 129, ../sass/bs/_grid.scss */
  .email {
    width: 55%;
    margin: 0 auto;
    font-size: 0.9em;
  }

  /* line 134, ../sass/bs/_grid.scss */
  .info-section {
    padding-bottom: 0;
  }

  /* line 137, ../sass/bs/_grid.scss */
  .navbar.main-navbar .navbar-nav > li.last > a {
    border-bottom: 0;
  }

  /* line 140, ../sass/bs/_grid.scss */
  .footer .navbar-nav {
    margin-left: 0px;
  }

  /* line 143, ../sass/bs/_grid.scss */
  .footer .footer-nav {
    clear: both;
    overflow: hidden;
    min-height: 170px;
  }
  /* line 147, ../sass/bs/_grid.scss */
  .footer .footer-nav > li {
    display: block;
    float: none;
  }

  /* line 153, ../sass/bs/_grid.scss */
  .footer .icon-nav {
    clear: both;
  }
  /* line 155, ../sass/bs/_grid.scss */
  .footer .icon-nav > li {
    display: inline;
    float: left;
    width: 25%;
    text-align: center;
    font-size: 0.8em;
  }
  /* line 161, ../sass/bs/_grid.scss */
  .footer .icon-nav > li img {
    display: block;
    margin: 0 auto;
  }

  /* line 168, ../sass/bs/_grid.scss */
  .product-row {
    margin: 0;
  }

  /* line 171, ../sass/bs/_grid.scss */
  .patchwork {
    /*border-top: 6px solid #540427;*/
  }

  /* line 174, ../sass/bs/_grid.scss */
  .talk-to {
    background: #eee;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 30px;
  }

  /* line 180, ../sass/bs/_grid.scss */
  .dark-stripe {
    margin-top: 0px;
  }
  /* line 182, ../sass/bs/_grid.scss */
  .dark-stripe .btn {
    margin-top: 2px;
  }

  /* line 187, ../sass/bs/_grid.scss */
  .footer .navbar-nav {
    clear: both;
    margin-left: 0px;
  }
  /* line 190, ../sass/bs/_grid.scss */
  .footer .navbar-nav > li {
    border-right: 0;
  }
  /* line 192, ../sass/bs/_grid.scss */
  .footer .navbar-nav > li > a {
    border-right: 0;
  }
  /* line 197, ../sass/bs/_grid.scss */
  .footer .form {
    height: 50px;
  }

  /* line 201, ../sass/bs/_grid.scss */
  .icon-nav.navbar-nav > li {
    float: left;
    width: 25%;
  }

  /* line 205, ../sass/bs/_grid.scss */
  .navbar.footer-navbar {
    height: 200px;
  }

  /* line 208, ../sass/bs/_grid.scss */
  .navbar.footer-navbar .navbar-nav > li > a {
    border-right: 0;
    text-align: center;
  }

  /* line 212, ../sass/bs/_grid.scss */
  .copyright {
    text-align: left;
  }
}
@media (min-width: 768px) {
  /* line 227, ../sass/bs/_grid.scss */
  .container {
    max-width: 740px;
  }

  /* line 230, ../sass/bs/_grid.scss */
  .dark-stripe .btn {
    font-size: 1.2em;
  }

  /* line 234, ../sass/bs/_grid.scss */
  .info-section iframe {
    width: 100%;
    height: 290px;
    clear: both;
    margin-bottom: 20px;
    max-width: 100%;
  }

  /* line 241, ../sass/bs/_grid.scss */
  .talk-to {
    background: #eee;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 30px;
  }

  /* line 247, ../sass/bs/_grid.scss */
  .product-row {
    margin: 0;
  }

  /* line 260, ../sass/bs/_grid.scss */
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }

  /* line 263, ../sass/bs/_grid.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 264, ../sass/bs/_grid.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 265, ../sass/bs/_grid.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 266, ../sass/bs/_grid.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 267, ../sass/bs/_grid.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 268, ../sass/bs/_grid.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 269, ../sass/bs/_grid.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 270, ../sass/bs/_grid.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

  /* line 271, ../sass/bs/_grid.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 272, ../sass/bs/_grid.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 273, ../sass/bs/_grid.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 274, ../sass/bs/_grid.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 277, ../sass/bs/_grid.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 278, ../sass/bs/_grid.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 279, ../sass/bs/_grid.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 280, ../sass/bs/_grid.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 281, ../sass/bs/_grid.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 282, ../sass/bs/_grid.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 283, ../sass/bs/_grid.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 284, ../sass/bs/_grid.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 285, ../sass/bs/_grid.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 286, ../sass/bs/_grid.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 287, ../sass/bs/_grid.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 289, ../sass/bs/_grid.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 290, ../sass/bs/_grid.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 291, ../sass/bs/_grid.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 292, ../sass/bs/_grid.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 293, ../sass/bs/_grid.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 294, ../sass/bs/_grid.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 295, ../sass/bs/_grid.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 296, ../sass/bs/_grid.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 297, ../sass/bs/_grid.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 298, ../sass/bs/_grid.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 299, ../sass/bs/_grid.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 302, ../sass/bs/_grid.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 303, ../sass/bs/_grid.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 304, ../sass/bs/_grid.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 305, ../sass/bs/_grid.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 306, ../sass/bs/_grid.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 307, ../sass/bs/_grid.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 308, ../sass/bs/_grid.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 309, ../sass/bs/_grid.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 310, ../sass/bs/_grid.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 311, ../sass/bs/_grid.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 312, ../sass/bs/_grid.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 313, ../sass/bs/_grid.scss */

.copyright {
    text-align: left;

}

  /* line 317, ../sass/bs/_grid.scss */
  .patchwork {
    /*border-top: 6px solid #540427;*/
  }

  /* line 320, ../sass/bs/_grid.scss */
  .navbar.footer-navbar .navbar-nav > li > a {
    font-size: 0.6em;
    padding: 2px 5px;
    line-height: 8px;
  }

  /* line 326, ../sass/bs/_grid.scss */
  .footer .form .control-label {
    font-size: 0.8em;
  }
}
@media (min-width: 992px) {
  /* line 341, ../sass/bs/_grid.scss */
  .container {
    max-width: 960px;
  }

  /* line 345, ../sass/bs/_grid.scss */
  .info-section iframe {
    width: 100%;
    height: 280px;
    max-width: 100%;
    clear: both;
  }

  /* line 362, ../sass/bs/_grid.scss */
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }

  /* line 365, ../sass/bs/_grid.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 366, ../sass/bs/_grid.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 367, ../sass/bs/_grid.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 368, ../sass/bs/_grid.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 369, ../sass/bs/_grid.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 370, ../sass/bs/_grid.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 371, ../sass/bs/_grid.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 372, ../sass/bs/_grid.scss */
  .col-md-8 {
    width: 66.66667%;
  }

  /* line 373, ../sass/bs/_grid.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 374, ../sass/bs/_grid.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 375, ../sass/bs/_grid.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 376, ../sass/bs/_grid.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 379, ../sass/bs/_grid.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 380, ../sass/bs/_grid.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 381, ../sass/bs/_grid.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 382, ../sass/bs/_grid.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 383, ../sass/bs/_grid.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 384, ../sass/bs/_grid.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 385, ../sass/bs/_grid.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 386, ../sass/bs/_grid.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 387, ../sass/bs/_grid.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 388, ../sass/bs/_grid.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 389, ../sass/bs/_grid.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 390, ../sass/bs/_grid.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 392, ../sass/bs/_grid.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 393, ../sass/bs/_grid.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 394, ../sass/bs/_grid.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 395, ../sass/bs/_grid.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 396, ../sass/bs/_grid.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 397, ../sass/bs/_grid.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 398, ../sass/bs/_grid.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 399, ../sass/bs/_grid.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 400, ../sass/bs/_grid.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 401, ../sass/bs/_grid.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 402, ../sass/bs/_grid.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 403, ../sass/bs/_grid.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 406, ../sass/bs/_grid.scss */
  .col-md-offset-0 {
    margin-left: 0;
  }

  /* line 407, ../sass/bs/_grid.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 408, ../sass/bs/_grid.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 409, ../sass/bs/_grid.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 410, ../sass/bs/_grid.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 411, ../sass/bs/_grid.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 412, ../sass/bs/_grid.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 413, ../sass/bs/_grid.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 414, ../sass/bs/_grid.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 415, ../sass/bs/_grid.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 416, ../sass/bs/_grid.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 417, ../sass/bs/_grid.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 419, ../sass/bs/_grid.scss */
  .patchwork {
    /*border-top: 6px solid #540427;*/
  }

  /* line 422, ../sass/bs/_grid.scss */
  .product-row {
    margin: 0;
  }

  /* line 425, ../sass/bs/_grid.scss */
  .navbar.footer-navbar .navbar-nav > li > a {
    font-size: 0.8em;
  }

  /* line 428, ../sass/bs/_grid.scss */
  .downloads a {
    margin-bottom: 10px;
    text-align: left;
    font-size: 0.7em;
  }
}
@media (min-width: 1200px) {
  /* line 444, ../sass/bs/_grid.scss */
  .container {
    max-width: 1160px;
  }

  /* line 458, ../sass/bs/_grid.scss */
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }

  /* line 461, ../sass/bs/_grid.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 462, ../sass/bs/_grid.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 463, ../sass/bs/_grid.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 464, ../sass/bs/_grid.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 465, ../sass/bs/_grid.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 466, ../sass/bs/_grid.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 467, ../sass/bs/_grid.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 468, ../sass/bs/_grid.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 469, ../sass/bs/_grid.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 470, ../sass/bs/_grid.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 471, ../sass/bs/_grid.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 472, ../sass/bs/_grid.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 475, ../sass/bs/_grid.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 476, ../sass/bs/_grid.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 477, ../sass/bs/_grid.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 478, ../sass/bs/_grid.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 479, ../sass/bs/_grid.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 480, ../sass/bs/_grid.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 481, ../sass/bs/_grid.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 482, ../sass/bs/_grid.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 483, ../sass/bs/_grid.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 484, ../sass/bs/_grid.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 485, ../sass/bs/_grid.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 486, ../sass/bs/_grid.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 488, ../sass/bs/_grid.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 489, ../sass/bs/_grid.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 490, ../sass/bs/_grid.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 491, ../sass/bs/_grid.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 492, ../sass/bs/_grid.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 493, ../sass/bs/_grid.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 494, ../sass/bs/_grid.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 495, ../sass/bs/_grid.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 496, ../sass/bs/_grid.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 497, ../sass/bs/_grid.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 498, ../sass/bs/_grid.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 499, ../sass/bs/_grid.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 502, ../sass/bs/_grid.scss */
  .col-lg-offset-0 {
    margin-left: 0;
  }

  /* line 503, ../sass/bs/_grid.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 504, ../sass/bs/_grid.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 505, ../sass/bs/_grid.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 506, ../sass/bs/_grid.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 507, ../sass/bs/_grid.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 508, ../sass/bs/_grid.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 509, ../sass/bs/_grid.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 510, ../sass/bs/_grid.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 511, ../sass/bs/_grid.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 512, ../sass/bs/_grid.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 513, ../sass/bs/_grid.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
}
/* line 9, ../sass/bs/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 16, ../sass/bs/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 22, ../sass/bs/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 28, ../sass/bs/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 31, ../sass/bs/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 40, ../sass/bs/_alerts.scss */
.alert-dismissable {
  padding-right: 35px;
}
/* line 44, ../sass/bs/_alerts.scss */
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 56, ../sass/bs/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
/* line 384, ../sass/bs/_mixins.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 387, ../sass/bs/_mixins.scss */
.alert-success .alert-link {
  color: #356635;
}

/* line 59, ../sass/bs/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
/* line 384, ../sass/bs/_mixins.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 387, ../sass/bs/_mixins.scss */
.alert-info .alert-link {
  color: #2d6987;
}

/* line 62, ../sass/bs/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
/* line 384, ../sass/bs/_mixins.scss */
.alert-warning hr {
  border-top-color: #f8e5be;
}
/* line 387, ../sass/bs/_mixins.scss */
.alert-warning .alert-link {
  color: #a47e3c;
}

/* line 65, ../sass/bs/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
/* line 384, ../sass/bs/_mixins.scss */
.alert-danger hr {
  border-top-color: #e6c1c7;
}
/* line 387, ../sass/bs/_mixins.scss */
.alert-danger .alert-link {
  color: #953b39;
}

/* line 11, ../sass/bs/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 18, ../sass/bs/_modals.scss */
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}

/* line 23, ../sass/bs/_modals.scss */
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
/* line 35, ../sass/bs/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 39, ../sass/bs/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 43, ../sass/bs/_modals.scss */
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}

/* line 52, ../sass/bs/_modals.scss */
.modal-content {
  position: relative;
  background-color: white;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}

/* line 65, ../sass/bs/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: black;
}
/* line 74, ../sass/bs/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 75, ../sass/bs/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 80, ../sass/bs/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

/* line 86, ../sass/bs/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 91, ../sass/bs/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857;
}

/* line 98, ../sass/bs/_modals.scss */
.modal-body {
  position: relative;
  padding: 20px;
}

/* line 104, ../sass/bs/_modals.scss */
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 21, ../sass/bs/_mixins.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, ../sass/bs/_mixins.scss */
.modal-footer:after {
  clear: both;
}
/* line 112, ../sass/bs/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 117, ../sass/bs/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 121, ../sass/bs/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  /* line 129, ../sass/bs/_modals.scss */
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  /* line 136, ../sass/bs/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
/* line 7, ../sass/bs/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 16, ../sass/bs/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 17, ../sass/bs/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 18, ../sass/bs/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 19, ../sass/bs/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 20, ../sass/bs/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 24, ../sass/bs/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: black;
  border-radius: 4px;
}

/* line 35, ../sass/bs/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 43, ../sass/bs/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
/* line 50, ../sass/bs/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
/* line 56, ../sass/bs/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
/* line 62, ../sass/bs/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black;
}
/* line 69, ../sass/bs/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black;
}
/* line 76, ../sass/bs/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
/* line 83, ../sass/bs/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
/* line 89, ../sass/bs/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}

/* line 6, ../sass/bs/_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;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
/* line 26, ../sass/bs/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 27, ../sass/bs/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 28, ../sass/bs/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 29, ../sass/bs/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 32, ../sass/bs/_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;
  border-radius: 5px 5px 0 0;
}

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

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

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

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

/* line 71, ../sass/bs/_popovers.scss */
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* line 78, ../sass/bs/_popovers.scss */
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: white;
}
/* line 86, ../sass/bs/_popovers.scss */
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 93, ../sass/bs/_popovers.scss */
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: white;
}
/* line 101, ../sass/bs/_popovers.scss */
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* line 108, ../sass/bs/_popovers.scss */
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: white;
}
/* line 117, ../sass/bs/_popovers.scss */
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 124, ../sass/bs/_popovers.scss */
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: white;
  bottom: -10px;
}

/* line 7, ../sass/bs/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../sass/bs/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, ../sass/bs/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 23, ../sass/bs/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
/* line 31, ../sass/bs/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 33, ../sass/bs/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 38, ../sass/bs/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 44, ../sass/bs/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 47, ../sass/bs/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 51, ../sass/bs/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 55, ../sass/bs/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 58, ../sass/bs/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 67, ../sass/bs/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 82, ../sass/bs/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#80000000', endColorstr='#00000000');
}
/* line 85, ../sass/bs/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#00000000', endColorstr='#80000000');
}
/* line 93, ../sass/bs/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  color: white;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 103, ../sass/bs/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}
/* line 111, ../sass/bs/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
/* line 120, ../sass/bs/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 125, ../sass/bs/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 136, ../sass/bs/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
/* line 147, ../sass/bs/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid white;
  border-radius: 10px;
  cursor: pointer;
}
/* line 157, ../sass/bs/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: white;
}

/* line 168, ../sass/bs/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 179, ../sass/bs/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 190, ../sass/bs/_carousel.scss */
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }

  /* line 199, ../sass/bs/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 206, ../sass/bs/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 21, ../sass/bs/_mixins.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, ../sass/bs/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../sass/bs/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 15, ../sass/bs/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 23, ../sass/bs/_utilities.scss */
.hide {
  display: none !important;
}

/* line 26, ../sass/bs/_utilities.scss */
.show {
  display: block !important;
}

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

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

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

@-ms-viewport {
  width: device-width;
}

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
}
}
/* line 31, ../sass/bs/_responsive-utilities.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 535, ../sass/bs/_mixins.scss */
.visible-xs {
  display: none !important;
}

/* line 538, ../sass/bs/_mixins.scss */
tr.visible-xs {
  display: none !important;
}

/* line 540, ../sass/bs/_mixins.scss */
th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 526, ../sass/bs/_mixins.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 529, ../sass/bs/_mixins.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 531, ../sass/bs/_mixins.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 526, ../sass/bs/_mixins.scss */
  .visible-xs.visible-sm {
    display: block !important;
  }

  /* line 529, ../sass/bs/_mixins.scss */
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }

  /* line 531, ../sass/bs/_mixins.scss */
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 526, ../sass/bs/_mixins.scss */
  .visible-xs.visible-md {
    display: block !important;
  }

  /* line 529, ../sass/bs/_mixins.scss */
  tr.visible-xs.visible-md {
    display: table-row !important;
  }

  /* line 531, ../sass/bs/_mixins.scss */
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 526, ../sass/bs/_mixins.scss */
  .visible-xs.visible-lg {
    display: block !important;
  }

  /* line 529, ../sass/bs/_mixins.scss */
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }

  /* line 531, ../sass/bs/_mixins.scss */
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
/* line 535, ../sass/bs/_mixins.scss */
.visible-sm {
  display: none !important;
}

/* line 538, ../sass/bs/_mixins.scss */
tr.visible-sm {
  display: none !important;
}

/* line 540, ../sass/bs/_mixins.scss */
th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 526, ../sass/bs/_mixins.scss */
  .visible-sm.visible-xs {
    display: block !important;
  }

  /* line 529, ../sass/bs/_mixins.scss */
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }

  /* line 531, ../sass/bs/_mixins.scss */
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 526, ../sass/bs/_mixins.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 529, ../sass/bs/_mixins.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 531, ../sass/bs/_mixins.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 526, ../sass/bs/_mixins.scss */
  .visible-sm.visible-md {
    display: block !important;
  }

  /* line 529, ../sass/bs/_mixins.scss */
  tr.visible-sm.visible-md {
    display: table-row !important;
  }

  /* line 531, ../sass/bs/_mixins.scss */
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 526, ../sass/bs/_mixins.scss */
  .visible-sm.visible-lg {
    display: block !important;
  }

  /* line 529, ../sass/bs/_mixins.scss */
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }

  /* line 531, ../sass/bs/_mixins.scss */
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
/* line 535, ../sass/bs/_mixins.scss */
.visible-md {
  display: none !important;
}

/* line 538, ../sass/bs/_mixins.scss */
tr.visible-md {
  display: none !important;
}

/* line 540, ../sass/bs/_mixins.scss */
th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 526, ../sass/bs/_mixins.scss */
  .visible-md.visible-xs {
    display: block !important;
  }

  /* line 529, ../sass/bs/_mixins.scss */
  tr.visible-md.visible-xs {
    display: table-row !important;
  }

  /* line 531, ../sass/bs/_mixins.scss */
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 526, ../sass/bs/_mixins.scss */
  .visible-md.visible-sm {
    display: block !important;
  }

  /* line 529, ../sass/bs/_mixins.scss */
  tr.visible-md.visible-sm {
    display: table-row !important;
  }

  /* line 531, ../sass/bs/_mixins.scss */
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 526, ../sass/bs/_mixins.scss */
  .visible-md {
    display: block !important;
  }
  #logo{
    margin-top: 29px;
  }

  /* line 529, ../sass/bs/_mixins.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 531, ../sass/bs/_mixins.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 526, ../sass/bs/_mixins.scss */
  .visible-md.visible-lg {
    display: block !important;
  }

  /* line 529, ../sass/bs/_mixins.scss */
  tr.visible-md.visible-lg {
    display: table-row !important;
  }

  /* line 531, ../sass/bs/_mixins.scss */
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
/* line 535, ../sass/bs/_mixins.scss */
.visible-lg {
  display: none !important;
}

/* line 538, ../sass/bs/_mixins.scss */
tr.visible-lg {
  display: none !important;
}

/* line 540, ../sass/bs/_mixins.scss */
th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 526, ../sass/bs/_mixins.scss */
  .visible-lg.visible-xs {
    display: block !important;
  }

  /* line 529, ../sass/bs/_mixins.scss */
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }

  /* line 531, ../sass/bs/_mixins.scss */
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 526, ../sass/bs/_mixins.scss */
  .visible-lg.visible-sm {
    display: block !important;
  }

  /* line 529, ../sass/bs/_mixins.scss */
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }

  /* line 531, ../sass/bs/_mixins.scss */
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 526, ../sass/bs/_mixins.scss */
  .visible-lg.visible-md {
    display: block !important;
  }

  /* line 529, ../sass/bs/_mixins.scss */
  tr.visible-lg.visible-md {
    display: table-row !important;
  }

  /* line 531, ../sass/bs/_mixins.scss */
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 526, ../sass/bs/_mixins.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 529, ../sass/bs/_mixins.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 531, ../sass/bs/_mixins.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
/* line 526, ../sass/bs/_mixins.scss */
.hidden-xs {
  display: block !important;
}

/* line 529, ../sass/bs/_mixins.scss */
tr.hidden-xs {
  display: table-row !important;
}

/* line 531, ../sass/bs/_mixins.scss */
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 535, ../sass/bs/_mixins.scss */
  .hidden-xs {
    display: none !important;
  }

  /* line 538, ../sass/bs/_mixins.scss */
  tr.hidden-xs {
    display: none !important;
  }

  /* line 540, ../sass/bs/_mixins.scss */
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 535, ../sass/bs/_mixins.scss */
  .hidden-xs.hidden-sm {
    display: none !important;
  }

  /* line 538, ../sass/bs/_mixins.scss */
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }

  /* line 540, ../sass/bs/_mixins.scss */
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 535, ../sass/bs/_mixins.scss */
  .hidden-xs.hidden-md {
    display: none !important;
  }

  /* line 538, ../sass/bs/_mixins.scss */
  tr.hidden-xs.hidden-md {
    display: none !important;
  }

  /* line 540, ../sass/bs/_mixins.scss */
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 535, ../sass/bs/_mixins.scss */
  .hidden-xs.hidden-lg {
    display: none !important;
  }

  /* line 538, ../sass/bs/_mixins.scss */
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }

  /* line 540, ../sass/bs/_mixins.scss */
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
/* line 526, ../sass/bs/_mixins.scss */
.hidden-sm {
  display: block !important;
}

/* line 529, ../sass/bs/_mixins.scss */
tr.hidden-sm {
  display: table-row !important;
}

/* line 531, ../sass/bs/_mixins.scss */
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 535, ../sass/bs/_mixins.scss */
  .hidden-sm.hidden-xs {
    display: none !important;
  }

  /* line 538, ../sass/bs/_mixins.scss */
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }

  /* line 540, ../sass/bs/_mixins.scss */
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 535, ../sass/bs/_mixins.scss */
  .hidden-sm {
    display: none !important;
  }

  /* line 538, ../sass/bs/_mixins.scss */
  tr.hidden-sm {
    display: none !important;
  }

  /* line 540, ../sass/bs/_mixins.scss */
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 535, ../sass/bs/_mixins.scss */
  .hidden-sm.hidden-md {
    display: none !important;
  }

  /* line 538, ../sass/bs/_mixins.scss */
  tr.hidden-sm.hidden-md {
    display: none !important;
  }

  /* line 540, ../sass/bs/_mixins.scss */
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 535, ../sass/bs/_mixins.scss */
  .hidden-sm.hidden-lg {
    display: none !important;
  }

  /* line 538, ../sass/bs/_mixins.scss */
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }

  /* line 540, ../sass/bs/_mixins.scss */
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
/* line 526, ../sass/bs/_mixins.scss */
.hidden-md {
  display: block !important;
}

/* line 529, ../sass/bs/_mixins.scss */
tr.hidden-md {
  display: table-row !important;
}

/* line 531, ../sass/bs/_mixins.scss */
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 535, ../sass/bs/_mixins.scss */
  .hidden-md.hidden-xs {
    display: none !important;
  }

  /* line 538, ../sass/bs/_mixins.scss */
  tr.hidden-md.hidden-xs {
    display: none !important;
  }

  /* line 540, ../sass/bs/_mixins.scss */
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 535, ../sass/bs/_mixins.scss */
  .hidden-md.hidden-sm {
    display: none !important;
  }

  /* line 538, ../sass/bs/_mixins.scss */
  tr.hidden-md.hidden-sm {
    display: none !important;
  }

  /* line 540, ../sass/bs/_mixins.scss */
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 535, ../sass/bs/_mixins.scss */
  .hidden-md {
    display: none !important;
  }

  /* line 538, ../sass/bs/_mixins.scss */
  tr.hidden-md {
    display: none !important;
  }

  /* line 540, ../sass/bs/_mixins.scss */
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 535, ../sass/bs/_mixins.scss */
  .hidden-md.hidden-lg {
    display: none !important;
  }

  /* line 538, ../sass/bs/_mixins.scss */
  tr.hidden-md.hidden-lg {
    display: none !important;
  }

  /* line 540, ../sass/bs/_mixins.scss */
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
/* line 526, ../sass/bs/_mixins.scss */
.hidden-lg {
  display: block !important;
}

/* line 529, ../sass/bs/_mixins.scss */
tr.hidden-lg {
  display: table-row !important;
}

/* line 531, ../sass/bs/_mixins.scss */
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 535, ../sass/bs/_mixins.scss */
  .hidden-lg.hidden-xs {
    display: none !important;
  }

  /* line 538, ../sass/bs/_mixins.scss */
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }

  /* line 540, ../sass/bs/_mixins.scss */
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 535, ../sass/bs/_mixins.scss */
  .hidden-lg.hidden-sm {
    display: none !important;
  }

  /* line 538, ../sass/bs/_mixins.scss */
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }

  /* line 540, ../sass/bs/_mixins.scss */
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 535, ../sass/bs/_mixins.scss */
  .hidden-lg.hidden-md {
    display: none !important;
  }

  /* line 538, ../sass/bs/_mixins.scss */
  tr.hidden-lg.hidden-md {
    display: none !important;
  }

  /* line 540, ../sass/bs/_mixins.scss */
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 535, ../sass/bs/_mixins.scss */
  .hidden-lg {
    display: none !important;
  }

  /* line 538, ../sass/bs/_mixins.scss */
  tr.hidden-lg {
    display: none !important;
  }

  /* line 540, ../sass/bs/_mixins.scss */
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
/* line 535, ../sass/bs/_mixins.scss */
.visible-print {
  display: none !important;
}

/* line 538, ../sass/bs/_mixins.scss */
tr.visible-print {
  display: none !important;
}

/* line 540, ../sass/bs/_mixins.scss */
th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  /* line 526, ../sass/bs/_mixins.scss */
  .visible-print {
    display: block !important;
  }

  /* line 529, ../sass/bs/_mixins.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 531, ../sass/bs/_mixins.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }

  /* line 535, ../sass/bs/_mixins.scss */
  .hidden-print {
    display: none !important;
  }

  /* line 538, ../sass/bs/_mixins.scss */
  tr.hidden-print {
    display: none !important;
  }

  /* line 540, ../sass/bs/_mixins.scss */
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/*isotope*/
/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}
.element {
  width: 125px;
  height: 125px;
  margin: 5px;
  float: left;
  overflow: hidden;
  position: relative;
  background: #888888;
  border: 3px solid #000;
  color: #888888;
  transition: all .5s ease-out;
  border-radius: 4px;

}
.element:hover{
  border-color: #444;
  cursor: pointer;
}
.element a{
  text-align: center;
  width: 100%;
  display: block;
  background: white;
  font-family: "Futura Heavy", sans-serif;
  padding: 10px 0;
}
.element * {
  position: absolute;
  margin: 0;
}

.element .symbol {
  left: 0.2em;
  top: 0.4em;
  font-size: 3.8em;
  line-height: 1.0em;
  color: #FFF;
}
.element.large .symbol {
  font-size: 4.5em;
}

.element.fake .symbol {
  color: #000;
}

.element .name {
  left: 0.5em;
  bottom: 1.6em;
  font-size: 1.05em;
}

.element .weight {
  font-size: 0.9em;
  left: 0.5em;
  bottom: 0.5em;
}

.element .number {
  font-size: 1.25em;
  font-weight: bold;
  color: hsla(0,0%,0%,.5);
  right: 0.5em;
  top: 0.5em;
}

.variable-sizes .element.width2 { width: 230px; }

.variable-sizes .element.height2 { height: 230px; }

.variable-sizes .element.width2.height2 {
  font-size: 2.0em;
}

.element.large,
.variable-sizes .element.large,
.variable-sizes .element.large.width2.height2 {
  font-size: 3.0em;
  width: 350px;
  height: 350px;
  z-index: 100;
}

.clickable .element:hover {
  cursor: pointer;
}

.clickable .element:hover h3 {
  text-shadow:
    0 0 10px white,
    0 0 10px white
  ;
}

.clickable .element:hover h2 {
  color: white;
}

/**** Example Options ****/

#options {
  padding-bottom: 1.0em;
}

#options h3 {
  margin-bottom: 0.2em;
  font-size: 18px;
  font-family: "Futura Heavy", arial, sans-serif;
}

#options h4 {
  font-weight: bold;
}

#options ul {
  margin: 0;
  list-style: none;
}

#options ul ul {
  margin-left: 1.5em;
}

#options li {
  float: left;
  margin-bottom: 0.2em;
}

#options li a {
  display: block;
  padding: 0.4em 0.5em;
  background-color: #DDD;
  color: #222;
  font-weight: bold;
  text-shadow: 0 1px hsla( 0, 0%, 100%, 0.5 );
  background-image: -webkit-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:    -moz-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:     -ms-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:      -o-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:         linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
}

#options li a:hover {
  background-color: #5BF;
}

#options li a:active {
  background-color: #39D;
  -webkit-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
     -moz-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
       -o-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
          box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
}

#options li a {
  border-left:  1px solid hsla( 0, 0%, 100%, 0.3 );
  border-right: 1px solid hsla( 0, 0%,   0%, 0.2 );
}

#options li:first-child a {
  border-radius: 7px 0 0 7px;
  border-left: none;
}

#options li:last-child a {
  border-radius: 0 7px 7px 0;
}

#options li a.selected {
  background-color: #13F;
  text-shadow: none;
  color: white;
}

/* Combination filter options*/

#options .option-combo {
  display: inline-block;
  float: left;
  margin-right: 10px;
}

#options .option-combo ul {
  margin-right: 20px;
  display: inline-block;
}

#options .option-combo h2,
#options .option-combo h4 {
  line-height: 34px;
  margin-bottom: 0;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
}

/* Color shapes */

.color-shape {
  width: 70px;
  height: 70px;
  margin: 5px;
  float: left;
}

.color-shape.round {
  -webkit-border-radius: 35px;
     -moz-border-radius: 35px;
          border-radius: 35px;
}

.color-shape.big.round {
  -webkit-border-radius: 75px;
     -moz-border-radius: 75px;
          border-radius: 75px;
}

.color-shape.red { background: red; }
.color-shape.blue { background: blue; }
.color-shape.yellow { background: yellow; }

.color-shape.wide, .color-shape.big { width: 150px; }
.color-shape.tall, .color-shape.big { height: 150px; }

.color-shape a {
  display: block;
  height: 100%;
}

.color-shape a:hover {
  background: white;
  background: hsla( 0, 0%, 100%, 0.5 );
}

/**** Horizontal ****/
.q{
  display: none;
}
#wp-admin-bar-wp-logo{
display:none;
}
#sidebar{
  background:#ccc;
  position: relative;
  padding-top: 80px;
  min-height: 200px;
}
#sidebar h2{
  text-align: center;
  background: #fff;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0 10px 0;
  border-bottom: 3px solid #19315C;
}
#sidebar .btn{
  display: block;
  margin: 15px 0;

  color: #ffffff;
  background-color: #444444;
  border: 2px solid #ffcc00;
}
#sidebar h3{
  text-align: center;

}
#market{
  position: relative;
}
#market .sidebox{
  background: #19315C;
  opacity: 0.7;
  color: white;
  position: absolute;
  left: 0;
  width: 85%;
  top: 40px;
  padding: 2%;
  padding-right: 15%;
  padding-left: 12%;
}
#market .sidebox h1{
  margin-top: 0;
  text-transform: uppercase;

}
#market .sidebox p{

  font-size: 1.2em;

}
#served h2{
  background: #19315C;
  padding: 10px 20px;
  color: white;
  width: 45%;
}
#industries figure img{
  display: block;
  margin: 0 auto;
}
#industries figcaption{
  font-size: 1.4em;
  text-align: center;
}
#industries .row{
  margin: 30px 0;
}
.info-box.patchwork{
  border-top: 0;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 8px 28px 2px rgba(0,0,0,0.58);
  -moz-box-shadow: 0px 8px 28px 2px rgba(0,0,0,0.58);
  box-shadow: 0px 8px 28px 2px rgba(0,0,0,0.58);
}
.info-box h2{
  text-transform: uppercase;
  font-family: "CG Bold2", Arial, sans-serif;
  font-size: 1.6em;
  margin: 0;
  padding: 5px;
  color: #646464;
  border-bottom: 1px solid #19315C;
  /*border-left: 1px solid #19315C;
  border-right: 1px solid #19315C;
  border-top: 1px solid #19315C; */
}
.info-box ul{
  padding: 20px;
}
.info-box ul li{
  padding-left: 40px;
  background: url(img/service_icon.png) no-repeat;
  margin-bottom: 8px;
}
#post-nav{
  background: #ccc;
  padding: 5px;
}
h3.widgettitle{
  background: #19315C;
  padding: 5px;
  color: white;

}
.dark-stripe h4 a{
  color: #ffffff;
  font-weight: bold;
}
.dark-bg a{
  color: white;
}
.NGCcontent{
  padding-right: 30px;
  background: #ccc;
  overflow: hidden;
  padding-left: 20px;
  border: 2px solid #540427;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 5px 5px 5px #888888;
}
.NGCtitle p{
  font-size: 22px;
}
.NGCcontent p{
  color: #424242;
}
.NGCcontent h4{
  font-weight: bold;
  color: #540427;
}
.photoGrid ul li{
  float: left;
}
.GFMone p{
  float: left;
}
.GFMone img{
  float: right;
}

/* --- @Media Styles --- */

@media only screen and (max-width: 1198px) {

.footer .form {clear: both; float: left; height: 70px; margin-left: -30px; margin-top: 10px; padding-left: 0; }

.single-products .row .mainbody .one_half a img {width:100%; height:auto;}

}

@media only screen and (max-width: 991px) {

.navbar .container {max-width: 100% !important; padding:5px;}

.navbar.main-navbar {height:auto;}

.form-control {width:90%;}

.navbar-form {width:25%;}

.form-group {width: 60%;}

.tteAboutWrapS {height: 140px;}

.single-products .row .mainbody .downloads {float:left;}



}

@media only screen and (max-width: 870px) {

.navbar-form {display:none;}

#recent-posts-3, #archives-3 {list-style:none;}

.footer .form {margin-left:0;}

}

@media only screen and (max-width: 769px) {

.form-control {width:95%;}

.form-group {width: 100%;}

.navbar.main-navbar {height:45px;}

.footer .form {margin-left:1%; float:none !important;}

.menu-footer-menu-container ul li {display:inline-block !important;}

.navbar.footer-navbar {height:auto;}

p.copyright {text-align:center; padding-bottom: 20px;}

.form.form-horizontal .col-lg-9 {width: 40%;}

.footer .navbar-nav {margin-left:0;}

.navbar .container {padding: 0px 5px !important;}

}



@media (max-width: 768px) {

.navbar.main-navbar {min-height:45px;  padding-bottom: 0;}

.sub-menu{position: absolute !important;}

.quote {margin-left:5%;}

.sub-tag-line {display:none;}

#tag-line {display:block !important; width:48% !important; margin-left:25%;}

#served h2 {width:78% !important;}

}

@media (max-width: 767px) {

.sub-menu {position: relative !important;}

.navbar.main-navbar .navbar-nav > li > a { min-height: 1px;}

.sub-tag-line {display:none;}

#tag-line {display:block !important; float:right; width:70% !important; font-size:.9em;}

.single-products .row .mainbody .downloads {float:left; width:50.01% !important;}

}

@media only screen and (max-width: 767px) {

.navbar.main-navbar {min-height:55px;  padding-bottom: 0;}

.navbar-form {display:inline-block; width:100%;}

.navbar-collapse {max-height:100%;}

.sub-menu {background-color:inherit; background-image:none; padding-top:0 !important; margin:0 !important;}

.sub-menu li {list-style: none; padding:1em 0 1em 2em !important; margin:.5em 0 !important; background-color:#ccc;}

.sub-menu li a:before {content:""; position:relative; left:-1em;}

.sub-menu a {display: inline-block; line-height:2; width:100%; vertical-align:middle; color:#19315C; font-weight:600; border-right:none; }

.sub-menu a:hover {color:#19315C;}

.row.product-row {margin-right:5px; margin-left:5px;} /*main content area*/

#served h2 {width: 95%;}

.footer .col-lg-3 .nav li {display:inline-block;}

.sub-menu #menu-item-661 {background-color: #fff; }

#menu-item-661 a {border-bottom:3px double #540427; text-decoration:none;}

#menu-item-661 a:hover {color:#003399; background-color:#fff}
}

@media only screen and (max-width: 645px) {

.rfq-wrap-calc, .rfq-wrap-calc-oc {padding:0;}

.footer .navbar-nav { clear: none; margin-left: 0; width:100%;}

.row.patchwork { display:none;}

.tteAboutWrap .tlktoeng {background-size: 25% auto;}

#tteWrap:hover > .tlktoeng {left:-632px; text-decoration:none;}

.calc-tbl-wrp { width:90%;}

.navbar-nav {margin-left:4%;}

.footer .container .row .col-lg-3 {width:90% !important; padding-left:4%;}

.form.form-horizontal .col-lg-9 {width:45%;}




}


@media only screen and (max-width: 574px) {

#served h2 {width:55% !important;}

}

@media only screen and (max-width: 555px) {

.navbar.footer-navbar .navbar-nav > li > a {font-size: .7em;}

#served h2 {width:65% !important;}

}

@media only screen and (max-width: 480px) {

#twocolsimple .col-xs-12 {clear: both;}

.footer .container .row .col-lg-6 {height:40px;}

.menu-footer-menu-container ul li {display: inline-block !important;  margin: 0 -1%;}

.form.form-horizontal .col-lg-3.col-md-3.col-sm-3, .form.form-horizontal .col-lg-9.col-md-9.col-sm-9 {margin-top:0;}

.tteAboutWrapS {height: 100px;}

.tteAboutWrap {height: 148px;}

.tteAboutWrapS #tteWrap span {font-size: 1.5em;}

#logo {margin-left:3%;}

.phone, .email { margin-left: 5% !important;}

.twntyfv-hdr {font-size:.8em;}

.single-products .row .mainbody .downloads {float:left; width:63% !important;}

#tag-line { font-size:.8em; width:50% !important;}

.form.form-horizontal .col-lg-9 {width:65%;}

}

@media only screen and (max-width: 479px) {

.footer .container .row .col-lg-3 {width: 100% !important; margin-bottom:.2em;}

.footer .container .row .col-lg-6 {height:40px;}

.footer .footer-nav {min-height: inherit; margin-left:10%; margin-right:10%;}

.form.form-horizontal .col-lg-3.col-md-3.col-sm-3 {display: block; width:auto; margin-left: -8%;}

.menu-footer-menu-container ul li {margin:0;}

.menu-footer-menu-container ul li a {margin:2px; padding:0;}

.footer .container .row .col-lg-6 {padding-left:2px; padding-right:2px;}

}

@media only screen and (max-width: 360px) {

#head_stripe { width: 98%;}

#head_stripe h2 {margin-left:3%;}

.tteAboutWrapS #tteWrap span {font-size: 1em; margin-top: 16%;}

.tteAboutWrapS .tlktoeng {background-size: 85% auto;}

.tteAboutWrap .tlktoeng {background-size: 60% auto;}

#served h2 {font-size:2em;}

.menu-footer-menu-container ul {margin-left:4.5% !important;}

.footer .container .row .col-lg-3 .nav.navbar-nav { text-align:center; margin-left:-9%;}

footer .footer-nav {margin-left:0; margin-right:0;}

.footer .form {margin-left: 17%;}

.split-fftyfv {font-size: 0.8em; height: 50px;}

.split-frtyfv {font-size: 0.8em; height: 50px;}

.velocty-l {font-size: 0.8em; height: 60px; line-height: 1.5;}

.twntyfv-hdr {font-size:.6em;}

.frm-wrap-calc input[type="button"], .frm-wrap-calc input[type="reset"], .frm-wrap-calc input[type="submit"] {font-size: .68em;}

.rfq-wrap-calc span, .rfq-wrap-calc-oc span {font-size: .68em;}

.rfq-wrap-calc span .wpcf7-list-item-label, .rfq-wrap-calc-oc span .wpcf7-list-item-label {font-size:3em !important;}

.rfq-wrap-calc, .rfq-wrap-calc-oc {width: 97%;}

.rfq-wrap-calc input[type="submit"], .rfq-wrap-calc-oc input[type="submit"] {float: right;}

.single-products .row .mainbody .downloads {width:100% !important;}

#tag-line { display:none !important;}

.form.form-horizontal .col-lg-9 {width:85%; margin-left:0;}

.footer .form {margin-left:7%;}

#served h2 {width:85% !important;}

}

@media only screen and (max-width: 320px) {

.tlktoeng {background-size: 70% auto;}

.footer .container .row .col-lg-3 .nav.navbar-nav {margin-left: -5%;}

.footer .form {margin-left: 13%;}

.twntyfv-hdr {font-size:.55em;}

.products-section .rel-product h3 {font-size:1.4em; line-height:1.45}

.footer .form {margin-left:7%;}

#foot-stripe p.copyright {display: inline-block;  width: 78%;}

.navbar.footer-navbar .navbar-nav > li > a {font-size: 0.68em;}

.navbar .container {padding: 0 !important;}

.menu-footer-menu-container ul {margin-left: 2% !important;}

#served h2 {width:95% !important;}
}


/*------------------------------------- custom styles for Fluid Eng. theme ---------------------------------------------*/

.groupPhoto{
  margin-top: 18px;
  display: block;
  max-height: 313px;
  width: 100%;
}
#copy-terms {
width: 65%;
float: left;
}
#myriadcore-logo {
width: 295px;
height: auto;
color: #fff;
float: right;
margin-top: 0;
padding-bottom: 1em;
}

/* related products slider */

div#carousel-products a.left.carousel-control {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  width: 20px;
}

div#carousel-products a.left.carousel-control span.glyphicon, div#carousel-products a.right.carousel-control span.glyphicon {
  font-size: 40px;
  top: 35%;
}

div#carousel-products a.left.carousel-control span.glyphicon:focus, div#carousel-products a.right.carousel-control span.glyphicon:focus {
  outline:none;
}

div#carousel-products a.right.carousel-control {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  width: 20px;
}

.switcher{position: absolute !important; margin: 3px 0px 0px !important;}
.switcher a{font-size: 9pt !important; border: 0px !important;}
.switcher .selected a{padding: 2px 5px !important; border: 0px !important;}
.switcher a img{width: 12% !important; height: auto !important;     margin: -3px 0 0 !important;}
.switcher .selected a:after{height: 21px !important}

@media only screen and (max-width: 767px) {
  .switcher{width: 97% !important}
  .switcher .option{width: 100% !important}
}
