/*
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* normalize.css v3.0.0 | MIT License | git.io/normalize */
/* line 7, css/bootstrap.min.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 7, css/bootstrap.min.scss */
body {
  margin: 0;
}

/* line 7, css/bootstrap.min.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/* line 7, css/bootstrap.min.scss */
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 7, css/bootstrap.min.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 7, css/bootstrap.min.scss */
[hidden], template {
  display: none;
}

/* line 7, css/bootstrap.min.scss */
a {
  background: transparent;
}

/* line 7, css/bootstrap.min.scss */
a:active, a:hover {
  outline: 0;
}

/* line 7, css/bootstrap.min.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 7, css/bootstrap.min.scss */
b, strong {
  font-weight: bold;
}

/* line 7, css/bootstrap.min.scss */
dfn {
  font-style: italic;
}

/* line 7, css/bootstrap.min.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 7, css/bootstrap.min.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 7, css/bootstrap.min.scss */
small {
  font-size: 80%;
}

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

/* line 7, css/bootstrap.min.scss */
sup {
  top: -0.5em;
}

/* line 7, css/bootstrap.min.scss */
sub {
  bottom: -0.25em;
}

/* line 7, css/bootstrap.min.scss */
img {
  border: 0;
}


/*  color of gestures row */
#vidcolor {
background-color: #262626; 
}

/*  color of applications row */
#appcolor {
background-color: grey; 
}



/* line 7, css/bootstrap.min.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 7, css/bootstrap.min.scss */
figure {
  margin: 1em 40px;
}

/* line 7, css/bootstrap.min.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 7, css/bootstrap.min.scss */
pre {
  overflow: auto;
}

/* line 7, css/bootstrap.min.scss */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 7, css/bootstrap.min.scss */
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 7, css/bootstrap.min.scss */
button {
  overflow: visible;
}

/* line 7, css/bootstrap.min.scss */
button, select {
  text-transform: none;
}

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

/* line 7, css/bootstrap.min.scss */
button[disabled], html input[disabled] {
  cursor: default;
}

/* line 7, css/bootstrap.min.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 7, css/bootstrap.min.scss */
input {
  line-height: normal;
}

/* line 7, css/bootstrap.min.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 7, css/bootstrap.min.scss */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

/* line 7, css/bootstrap.min.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 7, css/bootstrap.min.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 7, css/bootstrap.min.scss */
textarea {
  overflow: auto;
}

/* line 7, css/bootstrap.min.scss */
optgroup {
  font-weight: bold;
}

/* line 7, css/bootstrap.min.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 7, css/bootstrap.min.scss */
td, th {
  padding: 0;
}

@media print {
  /* line 7, css/bootstrap.min.scss */
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  /* line 7, css/bootstrap.min.scss */
  a, a:visited {
    text-decoration: underline;
  }

  /* line 7, css/bootstrap.min.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 7, css/bootstrap.min.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 7, css/bootstrap.min.scss */
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* line 7, css/bootstrap.min.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 7, css/bootstrap.min.scss */
  thead {
    display: table-header-group;
  }

  /* line 7, css/bootstrap.min.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 7, css/bootstrap.min.scss */
  img {
    max-width: 100% !important;
  }

  /* line 7, css/bootstrap.min.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 7, css/bootstrap.min.scss */
  h2, h3 {
    page-break-after: avoid;
  }

  /* line 7, css/bootstrap.min.scss */
  select {
    background: #fff !important;
  }

  /* line 7, css/bootstrap.min.scss */
  .navbar {
    display: none;
  }

  /* line 7, css/bootstrap.min.scss */
  .table td, .table th {
    background-color: #fff !important;
  }

  /* line 7, css/bootstrap.min.scss */
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 7, css/bootstrap.min.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 7, css/bootstrap.min.scss */
  .table {
    border-collapse: collapse !important;
  }

  /* line 7, css/bootstrap.min.scss */
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* line 7, css/bootstrap.min.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7, css/bootstrap.min.scss */
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7, css/bootstrap.min.scss */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 7, css/bootstrap.min.scss */
body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

/* line 7, css/bootstrap.min.scss */
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 7, css/bootstrap.min.scss */
a {
  color: #428bca;
  text-decoration: none;
}

/* line 7, css/bootstrap.min.scss */
a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}

/* line 7, css/bootstrap.min.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 7, css/bootstrap.min.scss */
figure {
  margin: 0;
}

/* line 7, css/bootstrap.min.scss */
img, .pcb img, #fourlayer{
  position: relative;
 margin: auto; 
}

#sensor {
top: 10%;  
}

div#chip {

height: 421px; 
margin: 0 auto; 
}

img#chip {
top: 30%; 
}

div#pcb {
height: 421px; 
margin: 0 auto; 
}

img#solder {

}

#solder {
height: 283px; 
}

/* line 7, css/bootstrap.min.scss */
.img-responsive, img, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}


/* line 7, css/bootstrap.min.scss */
.img-rounded {
  border-radius: 6px;
}

#pcb, #gestures {
margin: 0 auto;
}


#gestures img{
padding-top: 30px; 
padding-bottom: 30px; 
}

/* line 7, css/bootstrap.min.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 7, css/bootstrap.min.scss */
.img-circle {
  border-radius: 50%;
}

/* line 7, css/bootstrap.min.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

/* line 7, css/bootstrap.min.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 7, css/bootstrap.min.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1#grey {
color: #A8AFB5; 
padding-top: 16px; 
}

video#vido {
padding: 0 80px; 
display: block;
margin-left: auto;
margin-right: auto; 
margin-bottom: 60px; 
}


h1#apps {
padding-bottom: 30px;
padding-left: 20px; 
font-weight: 700;
}

/* line 7, css/bootstrap.min.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, 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: #999;
}

/* line 7, css/bootstrap.min.scss */
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 7, css/bootstrap.min.scss */
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
  font-size: 65%;
}

/* line 7, css/bootstrap.min.scss */
h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 7, css/bootstrap.min.scss */
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
  font-size: 75%;
}

/* line 7, css/bootstrap.min.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 7, css/bootstrap.min.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 7, css/bootstrap.min.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 7, css/bootstrap.min.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 7, css/bootstrap.min.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 7, css/bootstrap.min.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 7, css/bootstrap.min.scss */
p {
  margin: 0 0 10px;
}

/* line 7, css/bootstrap.min.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 7, css/bootstrap.min.scss */
  .lead {
    font-size: 21px;
  }
}
/* line 7, css/bootstrap.min.scss */
small, .small {
  font-size: 85%;
}

/* line 7, css/bootstrap.min.scss */
cite {
  font-style: normal;
}

/* line 7, css/bootstrap.min.scss */
.text-left {
  text-align: left;
}

/* line 7, css/bootstrap.min.scss */
.text-right {
  text-align: right;
}

/* line 7, css/bootstrap.min.scss */
.text-center {
  text-align: center;
}

/* line 7, css/bootstrap.min.scss */
.text-justify {
  text-align: justify;
}

/* line 7, css/bootstrap.min.scss */
.text-muted {
  color: #999;
}

/* line 7, css/bootstrap.min.scss */
.text-primary {
  color: #428bca;
}

/* line 7, css/bootstrap.min.scss */
a.text-primary:hover {
  color: #3071a9;
}

/* line 7, css/bootstrap.min.scss */
.text-success {
  color: #3c763d;
}

/* line 7, css/bootstrap.min.scss */
a.text-success:hover {
  color: #2b542c;
}

/* line 7, css/bootstrap.min.scss */
.text-info {
  color: #31708f;
}

/* line 7, css/bootstrap.min.scss */
a.text-info:hover {
  color: #245269;
}

/* line 7, css/bootstrap.min.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 7, css/bootstrap.min.scss */
a.text-warning:hover {
  color: #66512c;
}

/* line 7, css/bootstrap.min.scss */
.text-danger {
  color: #a94442;
}

/* line 7, css/bootstrap.min.scss */
a.text-danger:hover {
  color: #843534;
}

/* line 7, css/bootstrap.min.scss */
.bg-primary {
  color: #fff;
  background-color: #428bca;
}

/* line 7, css/bootstrap.min.scss */
a.bg-primary:hover {
  background-color: #3071a9;
}

/* line 7, css/bootstrap.min.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 7, css/bootstrap.min.scss */
a.bg-success:hover {
  background-color: #c1e2b3;
}

/* line 7, css/bootstrap.min.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 7, css/bootstrap.min.scss */
a.bg-info:hover {
  background-color: #afd9ee;
}

/* line 7, css/bootstrap.min.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 7, css/bootstrap.min.scss */
a.bg-warning:hover {
  background-color: #f7ecb5;
}

/* line 7, css/bootstrap.min.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 7, css/bootstrap.min.scss */
a.bg-danger:hover {
  background-color: #e4b9b9;
}

/* line 7, css/bootstrap.min.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

/* line 7, css/bootstrap.min.scss */
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 7, css/bootstrap.min.scss */
ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}

/* line 7, css/bootstrap.min.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 7, css/bootstrap.min.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

/* line 7, css/bootstrap.min.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 7, css/bootstrap.min.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 7, css/bootstrap.min.scss */
dt, dd {
  line-height: 1.42857143;
}

/* line 7, css/bootstrap.min.scss */
dt {
  font-weight: bold;
}

/* line 7, css/bootstrap.min.scss */
dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 7, css/bootstrap.min.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* line 7, css/bootstrap.min.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
/* line 7, css/bootstrap.min.scss */
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

/* line 7, css/bootstrap.min.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 7, css/bootstrap.min.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

/* line 7, css/bootstrap.min.scss */
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 7, css/bootstrap.min.scss */
blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999;
}

/* line 7, css/bootstrap.min.scss */
blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 7, css/bootstrap.min.scss */
.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}

/* line 7, css/bootstrap.min.scss */
.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
  content: '';
}

/* line 7, css/bootstrap.min.scss */
.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 7, css/bootstrap.min.scss */
blockquote:before, blockquote:after {
  content: "";
}

/* line 7, css/bootstrap.min.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

/* line 7, css/bootstrap.min.scss */
code, kbd, pre, samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

/* line 7, css/bootstrap.min.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}

/* line 7, css/bootstrap.min.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
}

/* line 7, css/bootstrap.min.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 7, css/bootstrap.min.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 7, css/bootstrap.min.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 7, css/bootstrap.min.scss */
.container, section, #grid-a-licious, .filters {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  /* line 7, css/bootstrap.min.scss */
  .container, section, #grid-a-licious, .filters {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 7, css/bootstrap.min.scss */
  .container, section, #grid-a-licious, .filters {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 7, css/bootstrap.min.scss */
  .container, section, #grid-a-licious, .filters {
    width: 1170px;
  }
}
/* line 7, css/bootstrap.min.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 7, css/bootstrap.min.scss */
.row, article {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4,  .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .title, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;

}


.col-sm-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 7, css/bootstrap.min.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 {
  float: left;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-12 {
  width: 100%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-9 {
  width: 75%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-6 {
  width: 50%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-3 {
  width: 25%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-pull-0 {
  right: 0;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-push-0 {
  left: 0;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 7, css/bootstrap.min.scss */
.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 7, css/bootstrap.min.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, .col-sm-12 {
    float: left;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-pull-0 {
    right: 0;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-push-0 {
    left: 0;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 7, css/bootstrap.min.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, .col-md-12, .title {
    float: left;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-12, .title {
    width: 100%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-11 {
    width: 91.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-10 {
    width: 83.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-8 {
    width: 66.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-7 {
    width: 58.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-5 {
    width: 41.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-4 {
    width: 33.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-2 {
    width: 16.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-1 {
    width: 8.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-pull-0 {
    right: 0;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-push-0 {
    left: 0;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 7, css/bootstrap.min.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, .col-lg-12 {
    float: left;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-pull-0 {
    right: 0;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-push-0 {
    left: 0;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 7, css/bootstrap.min.scss */
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
/* line 7, css/bootstrap.min.scss */
table {
  max-width: 100%;
  background-color: transparent;
}

/* line 7, css/bootstrap.min.scss */
th {
  text-align: left;
}

/* line 7, css/bootstrap.min.scss */
.table {
  width: 100%;
  margin-bottom: 20px;
}

/* line 7, css/bootstrap.min.scss */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 7, css/bootstrap.min.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 7, css/bootstrap.min.scss */
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 7, css/bootstrap.min.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 7, css/bootstrap.min.scss */
.table .table {
  background-color: #fff;
}

/* line 7, css/bootstrap.min.scss */
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 7, css/bootstrap.min.scss */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 7, css/bootstrap.min.scss */
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

/* line 7, css/bootstrap.min.scss */
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 7, css/bootstrap.min.scss */
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 7, css/bootstrap.min.scss */
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

/* line 7, css/bootstrap.min.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 7, css/bootstrap.min.scss */
table td[class*="col-"], table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 7, css/bootstrap.min.scss */
.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 7, css/bootstrap.min.scss */
.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 7, css/bootstrap.min.scss */
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 7, css/bootstrap.min.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;
}

/* line 7, css/bootstrap.min.scss */
.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 7, css/bootstrap.min.scss */
.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 7, css/bootstrap.min.scss */
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 7, css/bootstrap.min.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;
}

/* line 7, css/bootstrap.min.scss */
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 7, css/bootstrap.min.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;
}

@media (max-width: 767px) {
  /* line 7, css/bootstrap.min.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }

  /* line 7, css/bootstrap.min.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }

  /* line 7, css/bootstrap.min.scss */
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  /* line 7, css/bootstrap.min.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }

  /* line 7, css/bootstrap.min.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  /* line 7, css/bootstrap.min.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  /* line 7, css/bootstrap.min.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* line 7, css/bootstrap.min.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 7, css/bootstrap.min.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 7, css/bootstrap.min.scss */
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 7, css/bootstrap.min.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7, css/bootstrap.min.scss */
input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 7, css/bootstrap.min.scss */
input[type="file"] {
  display: block;
}

/* line 7, css/bootstrap.min.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 7, css/bootstrap.min.scss */
select[multiple], select[size] {
  height: auto;
}

/* line 7, css/bootstrap.min.scss */
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 7, css/bootstrap.min.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

/* line 7, css/bootstrap.min.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  -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 7, css/bootstrap.min.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(102, 175, 233, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(102, 175, 233, 0);
}

/* line 7, css/bootstrap.min.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 7, css/bootstrap.min.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 7, css/bootstrap.min.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 7, css/bootstrap.min.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

/* line 7, css/bootstrap.min.scss */
textarea.form-control {
  height: auto;
}

/* line 7, css/bootstrap.min.scss */
input[type="search"] {
  -webkit-appearance: none;
}

/* line 7, css/bootstrap.min.scss */
input[type="date"] {
  line-height: 34px;
}

/* line 7, css/bootstrap.min.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 7, css/bootstrap.min.scss */
.radio, .checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}

/* line 7, css/bootstrap.min.scss */
.radio label, .checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}

/* line 7, css/bootstrap.min.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 7, css/bootstrap.min.scss */
.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px;
}

/* line 7, css/bootstrap.min.scss */
.radio-inline, .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 7, css/bootstrap.min.scss */
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 7, css/bootstrap.min.scss */
input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 7, css/bootstrap.min.scss */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 7, css/bootstrap.min.scss */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 7, css/bootstrap.min.scss */
textarea.input-sm, select[multiple].input-sm {
  height: auto;
}

/* line 7, css/bootstrap.min.scss */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 7, css/bootstrap.min.scss */
select.input-lg {
  height: 46px;
  line-height: 46px;
}

/* line 7, css/bootstrap.min.scss */
textarea.input-lg, select[multiple].input-lg {
  height: auto;
}

/* line 7, css/bootstrap.min.scss */
.has-feedback {
  position: relative;
}

/* line 7, css/bootstrap.min.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 7, css/bootstrap.min.scss */
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

/* line 7, css/bootstrap.min.scss */
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
  color: #3c763d;
}

/* line 7, css/bootstrap.min.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}

/* line 7, css/bootstrap.min.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 6px #67b168;
}

/* line 7, css/bootstrap.min.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

/* line 7, css/bootstrap.min.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 7, css/bootstrap.min.scss */
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
  color: #8a6d3b;
}

/* line 7, css/bootstrap.min.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}

/* line 7, css/bootstrap.min.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 6px #c0a16b;
}

/* line 7, css/bootstrap.min.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 7, css/bootstrap.min.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 7, css/bootstrap.min.scss */
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  color: #a94442;
}

/* line 7, css/bootstrap.min.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}

/* line 7, css/bootstrap.min.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 6px #ce8483;
}

/* line 7, css/bootstrap.min.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

/* line 7, css/bootstrap.min.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 7, css/bootstrap.min.scss */
.form-control-static {
  margin-bottom: 0;
}

/* line 7, css/bootstrap.min.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 7, css/bootstrap.min.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 7, css/bootstrap.min.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 7, css/bootstrap.min.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }

  /* line 7, css/bootstrap.min.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 7, css/bootstrap.min.scss */
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }

  /* line 7, css/bootstrap.min.scss */
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }

  /* line 7, css/bootstrap.min.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
/* line 7, css/bootstrap.min.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 7, css/bootstrap.min.scss */
.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px;
}

/* line 7, css/bootstrap.min.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 7, css/bootstrap.min.scss */
.form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width: 768px) {
  /* line 7, css/bootstrap.min.scss */
  .form-horizontal .control-label {
    text-align: right;
  }
}
/* line 7, css/bootstrap.min.scss */
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

/* line 7, css/bootstrap.min.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 7, css/bootstrap.min.scss */
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 7, css/bootstrap.min.scss */
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}

/* line 7, css/bootstrap.min.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
}

/* line 7, css/bootstrap.min.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 7, css/bootstrap.min.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 7, css/bootstrap.min.scss */
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

/* line 7, css/bootstrap.min.scss */
.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  background-image: none;
}

/* line 7, css/bootstrap.min.scss */
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

/* line 7, css/bootstrap.min.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 7, css/bootstrap.min.scss */
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

/* line 7, css/bootstrap.min.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

/* line 7, css/bootstrap.min.scss */
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 7, css/bootstrap.min.scss */
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

/* line 7, css/bootstrap.min.scss */
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

/* line 7, css/bootstrap.min.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 7, css/bootstrap.min.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}

/* line 7, css/bootstrap.min.scss */
.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  background-image: none;
}

/* line 7, css/bootstrap.min.scss */
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 7, css/bootstrap.min.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 7, css/bootstrap.min.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 7, css/bootstrap.min.scss */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}

/* line 7, css/bootstrap.min.scss */
.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  background-image: none;
}

/* line 7, css/bootstrap.min.scss */
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 7, css/bootstrap.min.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 7, css/bootstrap.min.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 7, css/bootstrap.min.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}

/* line 7, css/bootstrap.min.scss */
.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  background-image: none;
}

/* line 7, css/bootstrap.min.scss */
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 7, css/bootstrap.min.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 7, css/bootstrap.min.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 7, css/bootstrap.min.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}

/* line 7, css/bootstrap.min.scss */
.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  background-image: none;
}

/* line 7, css/bootstrap.min.scss */
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 7, css/bootstrap.min.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 7, css/bootstrap.min.scss */
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}

/* line 7, css/bootstrap.min.scss */
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 7, css/bootstrap.min.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

/* line 7, css/bootstrap.min.scss */
.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

/* line 7, css/bootstrap.min.scss */
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}

/* line 7, css/bootstrap.min.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 7, css/bootstrap.min.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 7, css/bootstrap.min.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 7, css/bootstrap.min.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* line 7, css/bootstrap.min.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 7, css/bootstrap.min.scss */
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%;
}

/* line 7, css/bootstrap.min.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

/* line 7, css/bootstrap.min.scss */
.fade.in {
  opacity: 1;
}

/* line 7, css/bootstrap.min.scss */
.collapse {
  display: none;
}

/* line 7, css/bootstrap.min.scss */
.collapse.in {
  display: block;
}

/* line 7, css/bootstrap.min.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .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 7, css/bootstrap.min.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;
  -moz-osx-font-smoothing: grayscale;
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-asterisk:before {
  content: "\2a";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-plus:before {
  content: "\2b";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-euro:before {
  content: "\20ac";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 7, css/bootstrap.min.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 7, css/bootstrap.min.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 7, css/bootstrap.min.scss */
.dropdown {
  position: relative;
}

/* line 7, css/bootstrap.min.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 7, css/bootstrap.min.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
  background-clip: padding-box;
}

/* line 7, css/bootstrap.min.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 7, css/bootstrap.min.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 7, css/bootstrap.min.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

/* line 7, css/bootstrap.min.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #000000;
  background-color: #f5f5f5;
}

/* line 7, css/bootstrap.min.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #000000;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

/* line 7, css/bootstrap.min.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999;
}

/* line 7, css/bootstrap.min.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 7, css/bootstrap.min.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 7, css/bootstrap.min.scss */
.open > a {
  outline: 0;
}

/* line 7, css/bootstrap.min.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 7, css/bootstrap.min.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 7, css/bootstrap.min.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999;
}

/* line 7, css/bootstrap.min.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 7, css/bootstrap.min.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 7, css/bootstrap.min.scss */
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

/* line 7, css/bootstrap.min.scss */
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  /* line 7, css/bootstrap.min.scss */
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  /* line 7, css/bootstrap.min.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 7, css/bootstrap.min.scss */
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 7, css/bootstrap.min.scss */
.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 7, css/bootstrap.min.scss */
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 7, css/bootstrap.min.scss */
.btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
  outline: none;
}

/* line 7, css/bootstrap.min.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 7, css/bootstrap.min.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 7, css/bootstrap.min.scss */
.btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}

/* line 7, css/bootstrap.min.scss */
.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 7, css/bootstrap.min.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 7, css/bootstrap.min.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 7, css/bootstrap.min.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 7, css/bootstrap.min.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 7, css/bootstrap.min.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 7, css/bootstrap.min.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 7, css/bootstrap.min.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 7, css/bootstrap.min.scss */
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 7, css/bootstrap.min.scss */
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 7, css/bootstrap.min.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 7, css/bootstrap.min.scss */
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 7, css/bootstrap.min.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
}

/* line 7, css/bootstrap.min.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 7, css/bootstrap.min.scss */
.btn .caret {
  margin-left: 0;
}

/* line 7, css/bootstrap.min.scss */
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 7, css/bootstrap.min.scss */
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

/* line 7, css/bootstrap.min.scss */
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 7, css/bootstrap.min.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 7, css/bootstrap.min.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 7, css/bootstrap.min.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 7, css/bootstrap.min.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 7, css/bootstrap.min.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 7, css/bootstrap.min.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 7, css/bootstrap.min.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 7, css/bootstrap.min.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 7, css/bootstrap.min.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 7, css/bootstrap.min.scss */
.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

/* line 7, css/bootstrap.min.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 7, css/bootstrap.min.scss */
[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

/* line 7, css/bootstrap.min.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 7, css/bootstrap.min.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 7, css/bootstrap.min.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 7, css/bootstrap.min.scss */
.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 7, css/bootstrap.min.scss */
select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

/* line 7, css/bootstrap.min.scss */
textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

/* line 7, css/bootstrap.min.scss */
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 7, css/bootstrap.min.scss */
select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

/* line 7, css/bootstrap.min.scss */
textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

/* line 7, css/bootstrap.min.scss */
.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell;
}

/* line 7, css/bootstrap.min.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 7, css/bootstrap.min.scss */
.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 7, css/bootstrap.min.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 7, css/bootstrap.min.scss */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 7, css/bootstrap.min.scss */
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 7, css/bootstrap.min.scss */
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 7, css/bootstrap.min.scss */
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 7, css/bootstrap.min.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 7, css/bootstrap.min.scss */
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 7, css/bootstrap.min.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 7, css/bootstrap.min.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 7, css/bootstrap.min.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 7, css/bootstrap.min.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 7, css/bootstrap.min.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

/* line 7, css/bootstrap.min.scss */
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 7, css/bootstrap.min.scss */
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

/* line 7, css/bootstrap.min.scss */
.nav, .tags {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

/* line 7, css/bootstrap.min.scss */
.nav > li, .tags > li {
  position: relative;
  display: block;
}

/* line 7, css/bootstrap.min.scss */
.nav > li > a, .tags > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 7, css/bootstrap.min.scss */
.nav > li > a:hover, .tags > li > a:hover, .nav > li > a:focus, .tags > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 7, css/bootstrap.min.scss */
.nav > li.disabled > a, .tags > li.disabled > a {
  color: #999;
}

/* line 7, css/bootstrap.min.scss */
.nav > li.disabled > a:hover, .tags > li.disabled > a:hover, .nav > li.disabled > a:focus, .tags > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

/* line 7, css/bootstrap.min.scss */
.nav .open > a, .tags .open > a, .nav .open > a:hover, .tags .open > a:hover, .nav .open > a:focus, .tags .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}

/* line 7, css/bootstrap.min.scss */
.nav .nav-divider, .tags .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 7, css/bootstrap.min.scss */
.nav > li > a > img, .tags > li > a > img {
  max-width: none;
}

/* line 7, css/bootstrap.min.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 7, css/bootstrap.min.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 7, css/bootstrap.min.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 7, css/bootstrap.min.scss */
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

/* line 7, css/bootstrap.min.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #000000;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 7, css/bootstrap.min.scss */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

/* line 7, css/bootstrap.min.scss */
.nav-tabs.nav-justified > li {
  float: none;
}

/* line 7, css/bootstrap.min.scss */
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 7, css/bootstrap.min.scss */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 7, css/bootstrap.min.scss */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 7, css/bootstrap.min.scss */
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 7, css/bootstrap.min.scss */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 7, css/bootstrap.min.scss */
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 7, css/bootstrap.min.scss */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 7, css/bootstrap.min.scss */
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
/* line 7, css/bootstrap.min.scss */
.nav-pills > li, .tags > li {
  float: left;
}

/* line 7, css/bootstrap.min.scss */
.nav-pills > li > a, .tags > li > a {
  border-radius: 4px;
}

/* line 7, css/bootstrap.min.scss */
.nav-pills > li + li, .tags > li + li {
  margin-left: 2px;
}

/* line 7, css/bootstrap.min.scss */
.nav-pills > li.active > a, .tags > li.active > a, .nav-pills > li.active > a:hover, .tags > li.active > a:hover, .nav-pills > li.active > a:focus, .tags > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}

/* line 7, css/bootstrap.min.scss */
.nav-stacked > li {
  float: none;
}

/* line 7, css/bootstrap.min.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 7, css/bootstrap.min.scss */
.nav-justified {
  width: 100%;
}

/* line 7, css/bootstrap.min.scss */
.nav-justified > li {
  float: none;
}

/* line 7, css/bootstrap.min.scss */
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 7, css/bootstrap.min.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 7, css/bootstrap.min.scss */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 7, css/bootstrap.min.scss */
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 7, css/bootstrap.min.scss */
.nav-tabs-justified {
  border-bottom: 0;
}

/* line 7, css/bootstrap.min.scss */
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 7, css/bootstrap.min.scss */
.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 7, css/bootstrap.min.scss */
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 7, css/bootstrap.min.scss */
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
/* line 7, css/bootstrap.min.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 7, css/bootstrap.min.scss */
.tab-content > .active {
  display: block;
}

/* line 7, css/bootstrap.min.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 7, css/bootstrap.min.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  /* line 7, css/bootstrap.min.scss */
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  /* line 7, css/bootstrap.min.scss */
  .navbar-header {
    float: left;
  }
}
/* line 7, css/bootstrap.min.scss */
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0);
  -webkit-overflow-scrolling: touch;
}

/* line 7, css/bootstrap.min.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 7, css/bootstrap.min.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  /* line 7, css/bootstrap.min.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  /* line 7, css/bootstrap.min.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }

  /* line 7, css/bootstrap.min.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 7, css/bootstrap.min.scss */
.container > .navbar-header, section > .navbar-header, #grid-a-licious > .navbar-header, .filters > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, section > .navbar-collapse, #grid-a-licious > .navbar-collapse, .filters > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 7, css/bootstrap.min.scss */
  .container > .navbar-header, section > .navbar-header, #grid-a-licious > .navbar-header, .filters > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, section > .navbar-collapse, #grid-a-licious > .navbar-collapse, .filters > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 7, css/bootstrap.min.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 7, css/bootstrap.min.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}
/* line 7, css/bootstrap.min.scss */
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  /* line 7, css/bootstrap.min.scss */
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
  }
}
/* line 7, css/bootstrap.min.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 7, css/bootstrap.min.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 7, css/bootstrap.min.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

/* line 7, css/bootstrap.min.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  /* line 7, css/bootstrap.min.scss */
  .navbar > .container .navbar-brand, .navbar > section .navbar-brand, .navbar > #grid-a-licious .navbar-brand, .navbar > .filters .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
/* line 7, css/bootstrap.min.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 7, css/bootstrap.min.scss */
.navbar-toggle:focus {
  outline: none;
}

/* line 7, css/bootstrap.min.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 7, css/bootstrap.min.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 7, css/bootstrap.min.scss */
  .navbar-toggle {
    display: none;
  }
}
/* line 7, css/bootstrap.min.scss */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 7, css/bootstrap.min.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 7, css/bootstrap.min.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  /* line 7, css/bootstrap.min.scss */
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  /* line 7, css/bootstrap.min.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  /* line 7, css/bootstrap.min.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 7, css/bootstrap.min.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }

  /* line 7, css/bootstrap.min.scss */
  .navbar-nav > li {
    float: left;
  }

  /* line 7, css/bootstrap.min.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  /* line 7, css/bootstrap.min.scss */
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  /* line 7, css/bootstrap.min.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 7, css/bootstrap.min.scss */
  .navbar-right {
    float: right !important;
  }
}
/* line 7, css/bootstrap.min.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0), 0 1px 0 rgba(255, 255, 255, 0);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0), 0 1px 0 rgba(255, 255, 255, 0);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  /* line 7, css/bootstrap.min.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 7, css/bootstrap.min.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 7, css/bootstrap.min.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  /* line 7, css/bootstrap.min.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 7, css/bootstrap.min.scss */
  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }

  /* line 7, css/bootstrap.min.scss */
  .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }

  /* line 7, css/bootstrap.min.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 7, css/bootstrap.min.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  /* line 7, css/bootstrap.min.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 7, css/bootstrap.min.scss */
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
/* line 7, css/bootstrap.min.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 7, css/bootstrap.min.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 7, css/bootstrap.min.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 7, css/bootstrap.min.scss */
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 7, css/bootstrap.min.scss */
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 7, css/bootstrap.min.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 7, css/bootstrap.min.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }

  /* line 7, css/bootstrap.min.scss */
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
/* line 7, css/bootstrap.min.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 7, css/bootstrap.min.scss */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 7, css/bootstrap.min.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 7, css/bootstrap.min.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 7, css/bootstrap.min.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 7, css/bootstrap.min.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

/* line 7, css/bootstrap.min.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #000000;
  background-color: #e7e7e7;
}

/* line 7, css/bootstrap.min.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

/* line 7, css/bootstrap.min.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 7, css/bootstrap.min.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 7, css/bootstrap.min.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 7, css/bootstrap.min.scss */
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 7, css/bootstrap.min.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #000000;
}

@media (max-width: 767px) {
  /* line 7, css/bootstrap.min.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000000;
  }

  /* line 7, css/bootstrap.min.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #000000;
    background-color: transparent;
  }

  /* line 7, css/bootstrap.min.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: #000000;
    background-color: #e7e7e7;
  }

  /* line 7, css/bootstrap.min.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: #ccc;
    background-color: transparent;
  }
}
/* line 7, css/bootstrap.min.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 7, css/bootstrap.min.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 7, css/bootstrap.min.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

/* line 7, css/bootstrap.min.scss */
.navbar-inverse .navbar-brand {
  color: #999;
}

/* line 7, css/bootstrap.min.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 7, css/bootstrap.min.scss */
.navbar-inverse .navbar-text {
  color: #999;
}

/* line 7, css/bootstrap.min.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #999;
}

/* line 7, css/bootstrap.min.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 7, css/bootstrap.min.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

/* line 7, css/bootstrap.min.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

/* line 7, css/bootstrap.min.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 7, css/bootstrap.min.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 7, css/bootstrap.min.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 7, css/bootstrap.min.scss */
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 7, css/bootstrap.min.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}

@media (max-width: 767px) {
  /* line 7, css/bootstrap.min.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  /* line 7, css/bootstrap.min.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  /* line 7, css/bootstrap.min.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }

  /* line 7, css/bootstrap.min.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  /* line 7, css/bootstrap.min.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: #fff;
    background-color: #080808;
  }

  /* line 7, css/bootstrap.min.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: #444;
    background-color: transparent;
  }
}
/* line 7, css/bootstrap.min.scss */
.navbar-inverse .navbar-link {
  color: #999;
}

/* line 7, css/bootstrap.min.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 7, css/bootstrap.min.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 7, css/bootstrap.min.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 7, css/bootstrap.min.scss */
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}

/* line 7, css/bootstrap.min.scss */
.breadcrumb > .active {
  color: #999;
}

/* line 7, css/bootstrap.min.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 7, css/bootstrap.min.scss */
.pagination > li {
  display: inline;
}

/* line 7, css/bootstrap.min.scss */
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

/* line 7, css/bootstrap.min.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 7, css/bootstrap.min.scss */
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 7, css/bootstrap.min.scss */
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}

/* line 7, css/bootstrap.min.scss */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}

/* line 7, css/bootstrap.min.scss */
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 7, css/bootstrap.min.scss */
.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

/* line 7, css/bootstrap.min.scss */
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

/* line 7, css/bootstrap.min.scss */
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 7, css/bootstrap.min.scss */
.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

/* line 7, css/bootstrap.min.scss */
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 7, css/bootstrap.min.scss */
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 7, css/bootstrap.min.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

/* line 7, css/bootstrap.min.scss */
.pager li {
  display: inline;
}

/* line 7, css/bootstrap.min.scss */
.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 7, css/bootstrap.min.scss */
.pager li > a:hover, .pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 7, css/bootstrap.min.scss */
.pager .next > a, .pager .next > span {
  float: right;
}

/* line 7, css/bootstrap.min.scss */
.pager .previous > a, .pager .previous > span {
  float: left;
}

/* line 7, css/bootstrap.min.scss */
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: not-allowed;
}

/* line 7, css/bootstrap.min.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 7, css/bootstrap.min.scss */
.label[href]:hover, .label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 7, css/bootstrap.min.scss */
.label:empty {
  display: none;
}

/* line 7, css/bootstrap.min.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 7, css/bootstrap.min.scss */
.label-default {
  background-color: #999;
}

/* line 7, css/bootstrap.min.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #808080;
}

/* line 7, css/bootstrap.min.scss */
.label-primary {
  background-color: #428bca;
}

/* line 7, css/bootstrap.min.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #3071a9;
}

/* line 7, css/bootstrap.min.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 7, css/bootstrap.min.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 7, css/bootstrap.min.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 7, css/bootstrap.min.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 7, css/bootstrap.min.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 7, css/bootstrap.min.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 7, css/bootstrap.min.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 7, css/bootstrap.min.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, css/bootstrap.min.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999;
  border-radius: 10px;
}

/* line 7, css/bootstrap.min.scss */
.badge:empty {
  display: none;
}

/* line 7, css/bootstrap.min.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 7, css/bootstrap.min.scss */
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 7, css/bootstrap.min.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 7, css/bootstrap.min.scss */
a.list-group-item.active > .badge, .nav-pills > .active > a > .badge, .tags > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}

/* line 7, css/bootstrap.min.scss */
.nav-pills > li > a > .badge, .tags > li > a > .badge {
  margin-left: 3px;
}

/* line 7, css/bootstrap.min.scss */
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

/* line 7, css/bootstrap.min.scss */
.jumbotron h1, .jumbotron .h1 {
  color: inherit;
}

/* line 7, css/bootstrap.min.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 7, css/bootstrap.min.scss */
.container .jumbotron, section .jumbotron, #grid-a-licious .jumbotron, .filters .jumbotron {
  border-radius: 6px;
}

/* line 7, css/bootstrap.min.scss */
.jumbotron .container, .jumbotron section, .jumbotron #grid-a-licious, .jumbotron .filters {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 7, css/bootstrap.min.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  /* line 7, css/bootstrap.min.scss */
  .container .jumbotron, section .jumbotron, #grid-a-licious .jumbotron, .filters .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  /* line 7, css/bootstrap.min.scss */
  .jumbotron h1, .jumbotron .h1 {
    font-size: 63px;
  }
}
/* line 7, css/bootstrap.min.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}



div.row {
margin-top: 40px; 
margin-bottom: 40px; 
margin-left: 20px; 
margin-right: 20px; 
}


.img-center {
    margin: 0 auto;
}

/* line 7, css/bootstrap.min.scss */
.thumbnail > img, .thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}

/* line 7, css/bootstrap.min.scss */
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #428bca;
}

/* line 7, css/bootstrap.min.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333;
}

/* line 7, css/bootstrap.min.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 7, css/bootstrap.min.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 7, css/bootstrap.min.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 7, css/bootstrap.min.scss */
.alert > p, .alert > ul {
  margin-bottom: 0;
}

/* line 7, css/bootstrap.min.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 7, css/bootstrap.min.scss */
.alert-dismissable {
  padding-right: 35px;
}

/* line 7, css/bootstrap.min.scss */
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 7, css/bootstrap.min.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

/* line 7, css/bootstrap.min.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 7, css/bootstrap.min.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 7, css/bootstrap.min.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

/* line 7, css/bootstrap.min.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 7, css/bootstrap.min.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 7, css/bootstrap.min.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

/* line 7, css/bootstrap.min.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 7, css/bootstrap.min.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 7, css/bootstrap.min.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

/* line 7, css/bootstrap.min.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 7, css/bootstrap.min.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  /* line 7, css/bootstrap.min.scss */
  from {
    background-position: 40px 0;
  }

  /* line 7, css/bootstrap.min.scss */
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  /* line 7, css/bootstrap.min.scss */
  from {
    background-position: 40px 0;
  }

  /* line 7, css/bootstrap.min.scss */
  to {
    background-position: 0 0;
  }
}

/* line 7, css/bootstrap.min.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0);
}

/* line 7, css/bootstrap.min.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
}

/* line 7, css/bootstrap.min.scss */
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 7, css/bootstrap.min.scss */
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 7, css/bootstrap.min.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 7, css/bootstrap.min.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, transparent 75%, transparent);
}

/* line 7, css/bootstrap.min.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 7, css/bootstrap.min.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, transparent 75%, transparent);
}

/* line 7, css/bootstrap.min.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 7, css/bootstrap.min.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, transparent 75%, transparent);
}

/* line 7, css/bootstrap.min.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 7, css/bootstrap.min.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, transparent 75%, transparent);
}

/* line 7, css/bootstrap.min.scss */
.media, .media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 7, css/bootstrap.min.scss */
.media, .media .media {
  margin-top: 15px;
}

/* line 7, css/bootstrap.min.scss */
.media:first-child {
  margin-top: 0;
}

/* line 7, css/bootstrap.min.scss */
.media-object {
  display: block;
}

/* line 7, css/bootstrap.min.scss */
.media-heading {
  margin: 0 0 5px;
}

/* line 7, css/bootstrap.min.scss */
.media > .pull-left {
  margin-right: 10px;
}

/* line 7, css/bootstrap.min.scss */
.media > .pull-right {
  margin-left: 10px;
}

/* line 7, css/bootstrap.min.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 7, css/bootstrap.min.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 7, css/bootstrap.min.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 7, css/bootstrap.min.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 7, css/bootstrap.min.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 7, css/bootstrap.min.scss */
.list-group-item > .badge {
  float: right;
}

/* line 7, css/bootstrap.min.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 7, css/bootstrap.min.scss */
a.list-group-item {
  color: #555;
}

/* line 7, css/bootstrap.min.scss */
a.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 7, css/bootstrap.min.scss */
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 7, css/bootstrap.min.scss */
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

/* line 7, css/bootstrap.min.scss */
a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

/* line 7, css/bootstrap.min.scss */
a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

/* line 7, css/bootstrap.min.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 7, css/bootstrap.min.scss */
a.list-group-item-success {
  color: #3c763d;
}

/* line 7, css/bootstrap.min.scss */
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 7, css/bootstrap.min.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 7, css/bootstrap.min.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 7, css/bootstrap.min.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 7, css/bootstrap.min.scss */
a.list-group-item-info {
  color: #31708f;
}

/* line 7, css/bootstrap.min.scss */
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 7, css/bootstrap.min.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 7, css/bootstrap.min.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 7, css/bootstrap.min.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 7, css/bootstrap.min.scss */
a.list-group-item-warning {
  color: #8a6d3b;
}

/* line 7, css/bootstrap.min.scss */
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 7, css/bootstrap.min.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 7, css/bootstrap.min.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 7, css/bootstrap.min.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 7, css/bootstrap.min.scss */
a.list-group-item-danger {
  color: #a94442;
}

/* line 7, css/bootstrap.min.scss */
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 7, css/bootstrap.min.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 7, css/bootstrap.min.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 7, css/bootstrap.min.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 7, css/bootstrap.min.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, css/bootstrap.min.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}

/* line 7, css/bootstrap.min.scss */
.panel-body {
  padding: 15px;
}

/* line 7, css/bootstrap.min.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 7, css/bootstrap.min.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 7, css/bootstrap.min.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 7, css/bootstrap.min.scss */
.panel-title > a {
  color: inherit;
}

/* line 7, css/bootstrap.min.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 7, css/bootstrap.min.scss */
.panel > .list-group {
  margin-bottom: 0;
}

/* line 7, css/bootstrap.min.scss */
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 7, css/bootstrap.min.scss */
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 7, css/bootstrap.min.scss */
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 7, css/bootstrap.min.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 7, css/bootstrap.min.scss */
.panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0;
}

/* line 7, css/bootstrap.min.scss */
.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 7, css/bootstrap.min.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 7, css/bootstrap.min.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 7, css/bootstrap.min.scss */
.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 7, css/bootstrap.min.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 7, css/bootstrap.min.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 7, css/bootstrap.min.scss */
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}

/* line 7, css/bootstrap.min.scss */
.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 7, css/bootstrap.min.scss */
.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 7, css/bootstrap.min.scss */
.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 7, css/bootstrap.min.scss */
.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 7, css/bootstrap.min.scss */
.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 7, css/bootstrap.min.scss */
.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 7, css/bootstrap.min.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 7, css/bootstrap.min.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 7, css/bootstrap.min.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}

/* line 7, css/bootstrap.min.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 7, css/bootstrap.min.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 7, css/bootstrap.min.scss */
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}

/* line 7, css/bootstrap.min.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 7, css/bootstrap.min.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 7, css/bootstrap.min.scss */
.panel-default {
  border-color: #ddd;
}

/* line 7, css/bootstrap.min.scss */
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 7, css/bootstrap.min.scss */
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}

/* line 7, css/bootstrap.min.scss */
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}

/* line 7, css/bootstrap.min.scss */
.panel-primary {
  border-color: #428bca;
}

/* line 7, css/bootstrap.min.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

/* line 7, css/bootstrap.min.scss */
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

/* line 7, css/bootstrap.min.scss */
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

/* line 7, css/bootstrap.min.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 7, css/bootstrap.min.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 7, css/bootstrap.min.scss */
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

/* line 7, css/bootstrap.min.scss */
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 7, css/bootstrap.min.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 7, css/bootstrap.min.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 7, css/bootstrap.min.scss */
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

/* line 7, css/bootstrap.min.scss */
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 7, css/bootstrap.min.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 7, css/bootstrap.min.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 7, css/bootstrap.min.scss */
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}

/* line 7, css/bootstrap.min.scss */
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}

/* line 7, css/bootstrap.min.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 7, css/bootstrap.min.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 7, css/bootstrap.min.scss */
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}

/* line 7, css/bootstrap.min.scss */
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 7, css/bootstrap.min.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}

/* line 7, css/bootstrap.min.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0);
}

/* line 7, css/bootstrap.min.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 7, css/bootstrap.min.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 7, css/bootstrap.min.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

/* line 7, css/bootstrap.min.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}

/* line 7, css/bootstrap.min.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 7, css/bootstrap.min.scss */
.modal-open {
  overflow: hidden;
}

/* line 7, css/bootstrap.min.scss */
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 7, css/bootstrap.min.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 7, css/bootstrap.min.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 7, css/bootstrap.min.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 7, css/bootstrap.min.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0);
  background-clip: padding-box;
  outline: none;
}

/* line 7, css/bootstrap.min.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 7, css/bootstrap.min.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 7, css/bootstrap.min.scss */
.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}

/* line 7, css/bootstrap.min.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}

/* line 7, css/bootstrap.min.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 7, css/bootstrap.min.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 7, css/bootstrap.min.scss */
.modal-body {
  position: relative;
  padding: 20px;
}

/* line 7, css/bootstrap.min.scss */
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 7, css/bootstrap.min.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 7, css/bootstrap.min.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 7, css/bootstrap.min.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 7, css/bootstrap.min.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 7, css/bootstrap.min.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  }

  /* line 7, css/bootstrap.min.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 7, css/bootstrap.min.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 7, css/bootstrap.min.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 7, css/bootstrap.min.scss */
.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90);
}

/* line 7, css/bootstrap.min.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

/* line 7, css/bootstrap.min.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

/* line 7, css/bootstrap.min.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

/* line 7, css/bootstrap.min.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 7, css/bootstrap.min.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

/* line 7, css/bootstrap.min.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 7, css/bootstrap.min.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 7, css/bootstrap.min.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 7, css/bootstrap.min.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 7, css/bootstrap.min.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 7, css/bootstrap.min.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 7, css/bootstrap.min.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 7, css/bootstrap.min.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 7, css/bootstrap.min.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 7, css/bootstrap.min.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
  white-space: normal;
}

/* line 7, css/bootstrap.min.scss */
.popover.top {
  margin-top: -10px;
}

/* line 7, css/bootstrap.min.scss */
.popover.right {
  margin-left: 10px;
}

/* line 7, css/bootstrap.min.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 7, css/bootstrap.min.scss */
.popover.left {
  margin-left: -10px;
}

/* line 7, css/bootstrap.min.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 7, css/bootstrap.min.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 7, css/bootstrap.min.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 7, css/bootstrap.min.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 7, css/bootstrap.min.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 7, css/bootstrap.min.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0);
  bottom: -11px;
}

/* line 7, css/bootstrap.min.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

/* line 7, css/bootstrap.min.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0);
}

/* line 7, css/bootstrap.min.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

/* line 7, css/bootstrap.min.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0);
  top: -11px;
}

/* line 7, css/bootstrap.min.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 7, css/bootstrap.min.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0);
}

/* line 7, css/bootstrap.min.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 7, css/bootstrap.min.scss */
.carousel {
  position: relative;
}

/* line 7, css/bootstrap.min.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 7, css/bootstrap.min.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

/* line 7, css/bootstrap.min.scss */
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  line-height: 1;
}

/* line 7, css/bootstrap.min.scss */
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

/* line 7, css/bootstrap.min.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 7, css/bootstrap.min.scss */
.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 7, css/bootstrap.min.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 7, css/bootstrap.min.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 7, css/bootstrap.min.scss */
.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

/* line 7, css/bootstrap.min.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 7, css/bootstrap.min.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 7, css/bootstrap.min.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
}

/* line 7, css/bootstrap.min.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0) 0), color-stop(rgba(0, 0, 0, 0) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

/* line 7, css/bootstrap.min.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0) 0), color-stop(rgba(0, 0, 0, 0) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

/* line 7, css/bootstrap.min.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}

/* line 7, css/bootstrap.min.scss */
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

/* line 7, css/bootstrap.min.scss */
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
}

/* line 7, css/bootstrap.min.scss */
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
}

/* line 7, css/bootstrap.min.scss */
.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

/* line 7, css/bootstrap.min.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 7, css/bootstrap.min.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 7, css/bootstrap.min.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 7, css/bootstrap.min.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

/* line 7, css/bootstrap.min.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 7, css/bootstrap.min.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
}

/* line 7, css/bootstrap.min.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 7, css/bootstrap.min.scss */
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }

  /* line 7, css/bootstrap.min.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 7, css/bootstrap.min.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 7, css/bootstrap.min.scss */
.clearfix:before, .clearfix:after, .container:before, section:before, #grid-a-licious:before, .filters:before, .container:after, section:after, #grid-a-licious:after, .filters:after, .container-fluid:before, .container-fluid:after, .row:before, article:before, .row:after, article:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .tags:before, .nav:after, .tags:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

/* line 7, css/bootstrap.min.scss */
.clearfix:after, .container:after, section:after, #grid-a-licious:after, .filters:after, .container-fluid:after, .row:after, article:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .tags:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
  clear: both;
}

/* line 7, css/bootstrap.min.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 7, css/bootstrap.min.scss */
.pull-right {
  float: right !important;
}

/* line 7, css/bootstrap.min.scss */
.pull-left {
  float: left !important;
}

/* line 7, css/bootstrap.min.scss */
.hide {
  display: none !important;
}

/* line 7, css/bootstrap.min.scss */
.show {
  display: block !important;
}

/* line 7, css/bootstrap.min.scss */
.invisible {
  visibility: hidden;
}

/* line 7, css/bootstrap.min.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 7, css/bootstrap.min.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 7, css/bootstrap.min.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 7, css/bootstrap.min.scss */
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 7, css/bootstrap.min.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 7, css/bootstrap.min.scss */
  table.visible-xs {
    display: table;
  }

  /* line 7, css/bootstrap.min.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 7, css/bootstrap.min.scss */
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, css/bootstrap.min.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 7, css/bootstrap.min.scss */
  table.visible-sm {
    display: table;
  }

  /* line 7, css/bootstrap.min.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 7, css/bootstrap.min.scss */
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, css/bootstrap.min.scss */
  .visible-md {
    display: block !important;
  }

  /* line 7, css/bootstrap.min.scss */
  table.visible-md {
    display: table;
  }

  /* line 7, css/bootstrap.min.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 7, css/bootstrap.min.scss */
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 7, css/bootstrap.min.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 7, css/bootstrap.min.scss */
  table.visible-lg {
    display: table;
  }

  /* line 7, css/bootstrap.min.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 7, css/bootstrap.min.scss */
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 7, css/bootstrap.min.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, css/bootstrap.min.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, css/bootstrap.min.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 7, css/bootstrap.min.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 7, css/bootstrap.min.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, css/bootstrap.min.scss */
  .visible-print {
    display: block !important;
  }

  /* line 7, css/bootstrap.min.scss */
  table.visible-print {
    display: table;
  }

  /* line 7, css/bootstrap.min.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 7, css/bootstrap.min.scss */
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  /* line 7, css/bootstrap.min.scss */
  .hidden-print {
    display: none !important;
  }
}
/*
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 7, css/bootstrap-theme.min.scss */
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0), 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0), 0 1px 1px rgba(0, 0, 0, 0);
}

/* line 7, css/bootstrap-theme.min.scss */
.btn-default:active, .btn-primary:active, .btn-success:active, .btn-info:active, .btn-warning:active, .btn-danger:active, .btn-default.active, .btn-primary.active, .btn-success.active, .btn-info.active, .btn-warning.active, .btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
}

/* line 7, css/bootstrap-theme.min.scss */
.btn:active, .btn.active {
  background-image: none;
}

/* line 7, css/bootstrap-theme.min.scss */
.btn-default {
  background-image: -webkit-linear-gradient(top, white 0, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}

/* line 7, css/bootstrap-theme.min.scss */
.btn-default:hover, .btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}

/* line 7, css/bootstrap-theme.min.scss */
.btn-default:active, .btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}

/* line 7, css/bootstrap-theme.min.scss */
.btn-primary {
  background-image: -webkit-linear-gradient(top, #428bca 0, #2d6ca2 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #2b669a;
}

/* line 7, css/bootstrap-theme.min.scss */
.btn-primary:hover, .btn-primary:focus {
  background-color: #2d6ca2;
  background-position: 0 -15px;
}

/* line 7, css/bootstrap-theme.min.scss */
.btn-primary:active, .btn-primary.active {
  background-color: #2d6ca2;
  border-color: #2b669a;
}

/* line 7, css/bootstrap-theme.min.scss */
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}

/* line 7, css/bootstrap-theme.min.scss */
.btn-success:hover, .btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}

/* line 7, css/bootstrap-theme.min.scss */
.btn-success:active, .btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}

/* line 7, css/bootstrap-theme.min.scss */
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}

/* line 7, css/bootstrap-theme.min.scss */
.btn-info:hover, .btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}

/* line 7, css/bootstrap-theme.min.scss */
.btn-info:active, .btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}

/* line 7, css/bootstrap-theme.min.scss */
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}

/* line 7, css/bootstrap-theme.min.scss */
.btn-warning:hover, .btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}

/* line 7, css/bootstrap-theme.min.scss */
.btn-warning:active, .btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}

/* line 7, css/bootstrap-theme.min.scss */
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}

/* line 7, css/bootstrap-theme.min.scss */
.btn-danger:hover, .btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}

/* line 7, css/bootstrap-theme.min.scss */
.btn-danger:active, .btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}

/* line 7, css/bootstrap-theme.min.scss */
.thumbnail, .img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
}

/* line 7, css/bootstrap-theme.min.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, whitesmoke 0, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}

/* line 7, css/bootstrap-theme.min.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #428bca 0, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
  background-color: #357ebd;
}

/* line 7, css/bootstrap-theme.min.scss */
.navbar-default {
  background-image: -webkit-linear-gradient(top, white 0, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0), 0 1px 5px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0), 0 1px 5px rgba(0, 0, 0, 0);
}

/* line 7, css/bootstrap-theme.min.scss */
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #ebebeb 0, #f3f3f3 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0);
}

/* line 7, css/bootstrap-theme.min.scss */
.navbar-brand, .navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0);
}

/* line 7, css/bootstrap-theme.min.scss */
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0, #222222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 7, css/bootstrap-theme.min.scss */
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #222222 0, #282828 100%);
  background-image: linear-gradient(to bottom, #222222 0%, #282828 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0);
}

/* line 7, css/bootstrap-theme.min.scss */
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);
}

/* line 7, css/bootstrap-theme.min.scss */
.navbar-static-top, .navbar-fixed-top, .navbar-fixed-bottom {
  border-radius: 0;
}

/* line 7, css/bootstrap-theme.min.scss */
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0), 0 1px 2px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0), 0 1px 2px rgba(0, 0, 0, 0);
}

/* line 7, css/bootstrap-theme.min.scss */
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}

/* line 7, css/bootstrap-theme.min.scss */
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}

/* line 7, css/bootstrap-theme.min.scss */
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}

/* line 7, css/bootstrap-theme.min.scss */
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}

/* line 7, css/bootstrap-theme.min.scss */
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0, whitesmoke 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}

/* line 7, css/bootstrap-theme.min.scss */
.progress-bar {
  background-image: -webkit-linear-gradient(top, #428bca 0, #3071a9 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
}

/* line 7, css/bootstrap-theme.min.scss */
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}

/* line 7, css/bootstrap-theme.min.scss */
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}

/* line 7, css/bootstrap-theme.min.scss */
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}

/* line 7, css/bootstrap-theme.min.scss */
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}

/* line 7, css/bootstrap-theme.min.scss */
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
}

/* line 7, css/bootstrap-theme.min.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  text-shadow: 0 -1px 0 #3071a9;
  background-image: -webkit-linear-gradient(top, #428bca 0, #3278b3 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
  border-color: #3278b3;
}

/* line 7, css/bootstrap-theme.min.scss */
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
}

/* line 7, css/bootstrap-theme.min.scss */
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, whitesmoke 0, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}

/* line 7, css/bootstrap-theme.min.scss */
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #428bca 0, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}

/* line 7, css/bootstrap-theme.min.scss */
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}

/* line 7, css/bootstrap-theme.min.scss */
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}

/* line 7, css/bootstrap-theme.min.scss */
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}

/* line 7, css/bootstrap-theme.min.scss */
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}

/* line 7, css/bootstrap-theme.min.scss */
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0, whitesmoke 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0), 0 1px 0 rgba(255, 255, 255, 0);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0), 0 1px 0 rgba(255, 255, 255, 0);
}

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

/* Use the following CSS code if you want to use data attributes for inserting your icons */
/* line 13, simple-line-icons/simple-line-icons.scss */
[data-icon]:before {
  font-family: 'Simple-Line-Icons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
/* line 31, simple-line-icons/simple-line-icons.scss */
.icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-trophy, .icon-screen-smartphone, .icon-screen-desktop, .icon-plane, .icon-notebook, .icon-moustache, .icon-mouse, .icon-magnet, .icon-energy, .icon-emoticon-smile, .icon-disc, .icon-cursor-move, .icon-crop, .icon-credit-card, .icon-chemistry, .icon-user, .icon-speedometer, .icon-social-youtube, .icon-social-twitter, .icon-social-tumblr, .icon-social-facebook, .icon-social-dropbox, .icon-social-dribbble, .icon-shield, .icon-screen-tablet, .icon-magic-wand, .icon-hourglass, .icon-graduation, .icon-ghost, .icon-game-controller, .icon-fire, .icon-eyeglasses, .icon-envelope-open, .icon-envelope-letter, .icon-bell, .icon-badge, .icon-anchor, .icon-wallet, .icon-vector, .icon-speech, .icon-puzzle, .icon-printer, .icon-present, .icon-playlist, .icon-pin, .icon-picture, .icon-map, .icon-layers, .icon-handbag, .icon-globe-alt, .icon-globe, .icon-frame, .icon-folder-alt, .icon-film, .icon-feed, .icon-earphones-alt, .icon-earphones, .icon-drop, .icon-drawer, .icon-docs, .icon-directions, .icon-direction, .icon-diamond, .icon-cup, .icon-compass, .icon-call-out, .icon-call-in, .icon-call-end, .icon-calculator, .icon-bubbles, .icon-briefcase, .icon-book-open, .icon-basket-loaded, .icon-basket, .icon-bag, .icon-action-undo, .icon-action-redo, .icon-wrench, .icon-umbrella, .icon-trash, .icon-tag, .icon-support, .icon-size-fullscreen, .icon-size-actual, .icon-shuffle, .icon-share-alt, .icon-share, .icon-rocket, .icon-question, .icon-pie-chart, .icon-pencil, .icon-note, .icon-music-tone-alt, .icon-music-tone, .icon-microphone, .icon-loop, .icon-logout, .icon-login, .icon-list, .icon-like, .icon-home, .icon-grid, .icon-graph, .icon-equalizer, .icon-dislike, .icon-cursor, .icon-control-start, .icon-control-rewind, .icon-control-play, .icon-control-pause, .icon-control-forward, .icon-control-end, .icon-calendar, .icon-bulb, .icon-bar-chart, .icon-arrow-up, .icon-arrow-right, .icon-arrow-left, .icon-arrow-down, .icon-ban, .icon-bubble, .icon-camcorder, .icon-camera, .icon-check, .icon-clock, .icon-close, .icon-cloud-download, .icon-cloud-upload, .icon-doc, .icon-envelope, .icon-eye, .icon-flag, .icon-folder, .icon-heart, .icon-info, .icon-key, .icon-link, .icon-lock, .icon-lock-open, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-paper-clip, .icon-paper-plane, .icon-plus, .icon-pointer, .icon-power, .icon-refresh, .icon-reload, .icon-settings, .icon-star, .icon-symbol-female, .icon-symbol-male, .icon-target, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-users {
  font-family: 'Simple-Line-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* line 41, simple-line-icons/simple-line-icons.scss */
.icon-user-female:before {
  content: "\e000";
}

/* line 44, simple-line-icons/simple-line-icons.scss */
.icon-user-follow:before {
  content: "\e002";
}

/* line 47, simple-line-icons/simple-line-icons.scss */
.icon-user-following:before {
  content: "\e003";
}

/* line 50, simple-line-icons/simple-line-icons.scss */
.icon-user-unfollow:before {
  content: "\e004";
}

/* line 53, simple-line-icons/simple-line-icons.scss */
.icon-trophy:before {
  content: "\e006";
}

/* line 56, simple-line-icons/simple-line-icons.scss */
.icon-screen-smartphone:before {
  content: "\e010";
}

/* line 59, simple-line-icons/simple-line-icons.scss */
.icon-screen-desktop:before {
  content: "\e011";
}

/* line 62, simple-line-icons/simple-line-icons.scss */
.icon-plane:before {
  content: "\e012";
}

/* line 65, simple-line-icons/simple-line-icons.scss */
.icon-notebook:before {
  content: "\e013";
}

/* line 68, simple-line-icons/simple-line-icons.scss */
.icon-moustache:before {
  content: "\e014";
}

/* line 71, simple-line-icons/simple-line-icons.scss */
.icon-mouse:before {
  content: "\e015";
}

/* line 74, simple-line-icons/simple-line-icons.scss */
.icon-magnet:before {
  content: "\e016";
}

/* line 77, simple-line-icons/simple-line-icons.scss */
.icon-energy:before {
  content: "\e020";
}

/* line 80, simple-line-icons/simple-line-icons.scss */
.icon-emoticon-smile:before {
  content: "\e021";
}

/* line 83, simple-line-icons/simple-line-icons.scss */
.icon-disc:before {
  content: "\e022";
}

/* line 86, simple-line-icons/simple-line-icons.scss */
.icon-cursor-move:before {
  content: "\e023";
}

/* line 89, simple-line-icons/simple-line-icons.scss */
.icon-crop:before {
  content: "\e024";
}

/* line 92, simple-line-icons/simple-line-icons.scss */
.icon-credit-card:before {
  content: "\e025";
}

/* line 95, simple-line-icons/simple-line-icons.scss */
.icon-chemistry:before {
  content: "\e026";
}

/* line 98, simple-line-icons/simple-line-icons.scss */
.icon-user:before {
  content: "\e005";
}

/* line 101, simple-line-icons/simple-line-icons.scss */
.icon-speedometer:before {
  content: "\e007";
}

/* line 104, simple-line-icons/simple-line-icons.scss */
.icon-social-youtube:before {
  content: "\e008";
}

/* line 107, simple-line-icons/simple-line-icons.scss */
.icon-social-twitter:before {
  content: "\e009";
}

/* line 110, simple-line-icons/simple-line-icons.scss */
.icon-social-tumblr:before {
  content: "\e00a";
}

/* line 113, simple-line-icons/simple-line-icons.scss */
.icon-social-facebook:before {
  content: "\e00b";
}

/* line 116, simple-line-icons/simple-line-icons.scss */
.icon-social-dropbox:before {
  content: "\e00c";
}

/* line 119, simple-line-icons/simple-line-icons.scss */
.icon-social-dribbble:before {
  content: "\e00d";
}

/* line 122, simple-line-icons/simple-line-icons.scss */
.icon-shield:before {
  content: "\e00e";
}

/* line 125, simple-line-icons/simple-line-icons.scss */
.icon-screen-tablet:before {
  content: "\e00f";
}

/* line 128, simple-line-icons/simple-line-icons.scss */
.icon-magic-wand:before {
  content: "\e017";
}

/* line 131, simple-line-icons/simple-line-icons.scss */
.icon-hourglass:before {
  content: "\e018";
}

/* line 134, simple-line-icons/simple-line-icons.scss */
.icon-graduation:before {
  content: "\e019";
}

/* line 137, simple-line-icons/simple-line-icons.scss */
.icon-ghost:before {
  content: "\e01a";
}

/* line 140, simple-line-icons/simple-line-icons.scss */
.icon-game-controller:before {
  content: "\e01b";
}

/* line 143, simple-line-icons/simple-line-icons.scss */
.icon-fire:before {
  content: "\e01c";
}

/* line 146, simple-line-icons/simple-line-icons.scss */
.icon-eyeglasses:before {
  content: "\e01d";
}

/* line 149, simple-line-icons/simple-line-icons.scss */
.icon-envelope-open:before {
  content: "\e01e";
}

/* line 152, simple-line-icons/simple-line-icons.scss */
.icon-envelope-letter:before {
  content: "\e01f";
}

/* line 155, simple-line-icons/simple-line-icons.scss */
.icon-bell:before {
  content: "\e027";
}

/* line 158, simple-line-icons/simple-line-icons.scss */
.icon-badge:before {
  content: "\e028";
}

/* line 161, simple-line-icons/simple-line-icons.scss */
.icon-anchor:before {
  content: "\e029";
}

/* line 164, simple-line-icons/simple-line-icons.scss */
.icon-wallet:before {
  content: "\e02a";
}

/* line 167, simple-line-icons/simple-line-icons.scss */
.icon-vector:before {
  content: "\e02b";
}

/* line 170, simple-line-icons/simple-line-icons.scss */
.icon-speech:before {
  content: "\e02c";
}

/* line 173, simple-line-icons/simple-line-icons.scss */
.icon-puzzle:before {
  content: "\e02d";
}

/* line 176, simple-line-icons/simple-line-icons.scss */
.icon-printer:before {
  content: "\e02e";
}

/* line 179, simple-line-icons/simple-line-icons.scss */
.icon-present:before {
  content: "\e02f";
}

/* line 182, simple-line-icons/simple-line-icons.scss */
.icon-playlist:before {
  content: "\e030";
}

/* line 185, simple-line-icons/simple-line-icons.scss */
.icon-pin:before {
  content: "\e031";
}

/* line 188, simple-line-icons/simple-line-icons.scss */
.icon-picture:before {
  content: "\e032";
}

/* line 191, simple-line-icons/simple-line-icons.scss */
.icon-map:before {
  content: "\e033";
}

/* line 194, simple-line-icons/simple-line-icons.scss */
.icon-layers:before {
  content: "\e034";
}

/* line 197, simple-line-icons/simple-line-icons.scss */
.icon-handbag:before {
  content: "\e035";
}

/* line 200, simple-line-icons/simple-line-icons.scss */
.icon-globe-alt:before {
  content: "\e036";
}

/* line 203, simple-line-icons/simple-line-icons.scss */
.icon-globe:before {
  content: "\e037";
}

/* line 206, simple-line-icons/simple-line-icons.scss */
.icon-frame:before {
  content: "\e038";
}

/* line 209, simple-line-icons/simple-line-icons.scss */
.icon-folder-alt:before {
  content: "\e039";
}

/* line 212, simple-line-icons/simple-line-icons.scss */
.icon-film:before {
  content: "\e03a";
}

/* line 215, simple-line-icons/simple-line-icons.scss */
.icon-feed:before {
  content: "\e03b";
}

/* line 218, simple-line-icons/simple-line-icons.scss */
.icon-earphones-alt:before {
  content: "\e03c";
}

/* line 221, simple-line-icons/simple-line-icons.scss */
.icon-earphones:before {
  content: "\e03d";
}

/* line 224, simple-line-icons/simple-line-icons.scss */
.icon-drop:before {
  content: "\e03e";
}

/* line 227, simple-line-icons/simple-line-icons.scss */
.icon-drawer:before {
  content: "\e03f";
}

/* line 230, simple-line-icons/simple-line-icons.scss */
.icon-docs:before {
  content: "\e040";
}

/* line 233, simple-line-icons/simple-line-icons.scss */
.icon-directions:before {
  content: "\e041";
}

/* line 236, simple-line-icons/simple-line-icons.scss */
.icon-direction:before {
  content: "\e042";
}

/* line 239, simple-line-icons/simple-line-icons.scss */
.icon-diamond:before {
  content: "\e043";
}

/* line 242, simple-line-icons/simple-line-icons.scss */
.icon-cup:before {
  content: "\e044";
}

/* line 245, simple-line-icons/simple-line-icons.scss */
.icon-compass:before {
  content: "\e045";
}

/* line 248, simple-line-icons/simple-line-icons.scss */
.icon-call-out:before {
  content: "\e046";
}

/* line 251, simple-line-icons/simple-line-icons.scss */
.icon-call-in:before {
  content: "\e047";
}

/* line 254, simple-line-icons/simple-line-icons.scss */
.icon-call-end:before {
  content: "\e048";
}

/* line 257, simple-line-icons/simple-line-icons.scss */
.icon-calculator:before {
  content: "\e049";
}

/* line 260, simple-line-icons/simple-line-icons.scss */
.icon-bubbles:before {
  content: "\e04a";
}

/* line 263, simple-line-icons/simple-line-icons.scss */
.icon-briefcase:before {
  content: "\e04b";
}

/* line 266, simple-line-icons/simple-line-icons.scss */
.icon-book-open:before {
  content: "\e04c";
}

/* line 269, simple-line-icons/simple-line-icons.scss */
.icon-basket-loaded:before {
  content: "\e04d";
}

/* line 272, simple-line-icons/simple-line-icons.scss */
.icon-basket:before {
  content: "\e04e";
}

/* line 275, simple-line-icons/simple-line-icons.scss */
.icon-bag:before {
  content: "\e04f";
}

/* line 278, simple-line-icons/simple-line-icons.scss */
.icon-action-undo:before {
  content: "\e050";
}

/* line 281, simple-line-icons/simple-line-icons.scss */
.icon-action-redo:before {
  content: "\e051";
}

/* line 284, simple-line-icons/simple-line-icons.scss */
.icon-wrench:before {
  content: "\e052";
}

/* line 287, simple-line-icons/simple-line-icons.scss */
.icon-umbrella:before {
  content: "\e053";
}

/* line 290, simple-line-icons/simple-line-icons.scss */
.icon-trash:before {
  content: "\e054";
}

/* line 293, simple-line-icons/simple-line-icons.scss */
.icon-tag:before {
  content: "\e055";
}

/* line 296, simple-line-icons/simple-line-icons.scss */
.icon-support:before {
  content: "\e056";
}

/* line 299, simple-line-icons/simple-line-icons.scss */
.icon-size-fullscreen:before {
  content: "\e057";
}

/* line 302, simple-line-icons/simple-line-icons.scss */
.icon-size-actual:before {
  content: "\e058";
}

/* line 305, simple-line-icons/simple-line-icons.scss */
.icon-shuffle:before {
  content: "\e059";
}

/* line 308, simple-line-icons/simple-line-icons.scss */
.icon-share-alt:before {
  content: "\e05a";
}

/* line 311, simple-line-icons/simple-line-icons.scss */
.icon-share:before {
  content: "\e05b";
}

/* line 314, simple-line-icons/simple-line-icons.scss */
.icon-rocket:before {
  content: "\e05c";
}

/* line 317, simple-line-icons/simple-line-icons.scss */
.icon-question:before {
  content: "\e05d";
}

/* line 320, simple-line-icons/simple-line-icons.scss */
.icon-pie-chart:before {
  content: "\e05e";
}

/* line 323, simple-line-icons/simple-line-icons.scss */
.icon-pencil:before {
  content: "\e05f";
}

/* line 326, simple-line-icons/simple-line-icons.scss */
.icon-note:before {
  content: "\e060";
}

/* line 329, simple-line-icons/simple-line-icons.scss */
.icon-music-tone-alt:before {
  content: "\e061";
}

/* line 332, simple-line-icons/simple-line-icons.scss */
.icon-music-tone:before {
  content: "\e062";
}

/* line 335, simple-line-icons/simple-line-icons.scss */
.icon-microphone:before {
  content: "\e063";
}

/* line 338, simple-line-icons/simple-line-icons.scss */
.icon-loop:before {
  content: "\e064";
}

/* line 341, simple-line-icons/simple-line-icons.scss */
.icon-logout:before {
  content: "\e065";
}

/* line 344, simple-line-icons/simple-line-icons.scss */
.icon-login:before {
  content: "\e066";
}

/* line 347, simple-line-icons/simple-line-icons.scss */
.icon-list:before {
  content: "\e067";
}

/* line 350, simple-line-icons/simple-line-icons.scss */
.icon-like:before {
  content: "\e068";
}

/* line 353, simple-line-icons/simple-line-icons.scss */
.icon-home:before {
  content: "\e069";
}

/* line 356, simple-line-icons/simple-line-icons.scss */
.icon-grid:before {
  content: "\e06a";
}

/* line 359, simple-line-icons/simple-line-icons.scss */
.icon-graph:before {
  content: "\e06b";
}

/* line 362, simple-line-icons/simple-line-icons.scss */
.icon-equalizer:before {
  content: "\e06c";
}

/* line 365, simple-line-icons/simple-line-icons.scss */
.icon-dislike:before {
  content: "\e06d";
}

/* line 368, simple-line-icons/simple-line-icons.scss */
.icon-cursor:before {
  content: "\e06e";
}

/* line 371, simple-line-icons/simple-line-icons.scss */
.icon-control-start:before {
  content: "\e06f";
}

/* line 374, simple-line-icons/simple-line-icons.scss */
.icon-control-rewind:before {
  content: "\e070";
}

/* line 377, simple-line-icons/simple-line-icons.scss */
.icon-control-play:before {
  content: "\e071";
}

/* line 380, simple-line-icons/simple-line-icons.scss */
.icon-control-pause:before {
  content: "\e072";
}

/* line 383, simple-line-icons/simple-line-icons.scss */
.icon-control-forward:before {
  content: "\e073";
}

/* line 386, simple-line-icons/simple-line-icons.scss */
.icon-control-end:before {
  content: "\e074";
}

/* line 389, simple-line-icons/simple-line-icons.scss */
.icon-calendar:before {
  content: "\e075";
}

/* line 392, simple-line-icons/simple-line-icons.scss */
.icon-bulb:before {
  content: "\e076";
}

/* line 395, simple-line-icons/simple-line-icons.scss */
.icon-bar-chart:before {
  content: "\e077";
}

/* line 398, simple-line-icons/simple-line-icons.scss */
.icon-arrow-up:before {
  content: "\e078";
}

/* line 401, simple-line-icons/simple-line-icons.scss */
.icon-arrow-right:before {
  content: "\e079";
}

/* line 404, simple-line-icons/simple-line-icons.scss */
.icon-arrow-left:before {
  content: "\e07a";
}

/* line 407, simple-line-icons/simple-line-icons.scss */
.icon-arrow-down:before {
  content: "\e07b";
}

/* line 410, simple-line-icons/simple-line-icons.scss */
.icon-ban:before {
  content: "\e07c";
}

/* line 413, simple-line-icons/simple-line-icons.scss */
.icon-bubble:before {
  content: "\e07d";
}

/* line 416, simple-line-icons/simple-line-icons.scss */
.icon-camcorder:before {
  content: "\e07e";
}

/* line 419, simple-line-icons/simple-line-icons.scss */
.icon-camera:before {
  content: "\e07f";
}

/* line 422, simple-line-icons/simple-line-icons.scss */
.icon-check:before {
  content: "\e080";
}

/* line 425, simple-line-icons/simple-line-icons.scss */
.icon-clock:before {
  content: "\e081";
}

/* line 428, simple-line-icons/simple-line-icons.scss */
.icon-close:before {
  content: "\e082";
}

/* line 431, simple-line-icons/simple-line-icons.scss */
.icon-cloud-download:before {
  content: "\e083";
}

/* line 434, simple-line-icons/simple-line-icons.scss */
.icon-cloud-upload:before {
  content: "\e084";
}

/* line 437, simple-line-icons/simple-line-icons.scss */
.icon-doc:before {
  content: "\e085";
}

/* line 440, simple-line-icons/simple-line-icons.scss */
.icon-envelope:before {
  content: "\e086";
}

/* line 443, simple-line-icons/simple-line-icons.scss */
.icon-eye:before {
  content: "\e087";
}

/* line 446, simple-line-icons/simple-line-icons.scss */
.icon-flag:before {
  content: "\e088";
}

/* line 449, simple-line-icons/simple-line-icons.scss */
.icon-folder:before {
  content: "\e089";
}

/* line 452, simple-line-icons/simple-line-icons.scss */
.icon-heart:before {
  content: "\e08a";
}

/* line 455, simple-line-icons/simple-line-icons.scss */
.icon-info:before {
  content: "\e08b";
}

/* line 458, simple-line-icons/simple-line-icons.scss */
.icon-key:before {
  content: "\e08c";
}

/* line 461, simple-line-icons/simple-line-icons.scss */
.icon-link:before {
  content: "\e08d";
}

/* line 464, simple-line-icons/simple-line-icons.scss */
.icon-lock:before {
  content: "\e08e";
}

/* line 467, simple-line-icons/simple-line-icons.scss */
.icon-lock-open:before {
  content: "\e08f";
}

/* line 470, simple-line-icons/simple-line-icons.scss */
.icon-magnifier:before {
  content: "\e090";
}

/* line 473, simple-line-icons/simple-line-icons.scss */
.icon-magnifier-add:before {
  content: "\e091";
}

/* line 476, simple-line-icons/simple-line-icons.scss */
.icon-magnifier-remove:before {
  content: "\e092";
}

/* line 479, simple-line-icons/simple-line-icons.scss */
.icon-paper-clip:before {
  content: "\e093";
}

/* line 482, simple-line-icons/simple-line-icons.scss */
.icon-paper-plane:before {
  content: "\e094";
}

/* line 485, simple-line-icons/simple-line-icons.scss */
.icon-plus:before {
  content: "\e095";
}

/* line 488, simple-line-icons/simple-line-icons.scss */
.icon-pointer:before {
  content: "\e096";
}

/* line 491, simple-line-icons/simple-line-icons.scss */
.icon-power:before {
  content: "\e097";
}

/* line 494, simple-line-icons/simple-line-icons.scss */
.icon-refresh:before {
  content: "\e098";
}

/* line 497, simple-line-icons/simple-line-icons.scss */
.icon-reload:before {
  content: "\e099";
}

/* line 500, simple-line-icons/simple-line-icons.scss */
.icon-settings:before {
  content: "\e09a";
}

/* line 503, simple-line-icons/simple-line-icons.scss */
.icon-star:before {
  content: "\e09b";
}

/* line 506, simple-line-icons/simple-line-icons.scss */
.icon-symbol-female:before {
  content: "\e09c";
}

/* line 509, simple-line-icons/simple-line-icons.scss */
.icon-symbol-male:before {
  content: "\e09d";
}

/* line 512, simple-line-icons/simple-line-icons.scss */
.icon-target:before {
  content: "\e09e";
}

/* line 515, simple-line-icons/simple-line-icons.scss */
.icon-volume-1:before {
  content: "\e09f";
}

/* line 518, simple-line-icons/simple-line-icons.scss */
.icon-volume-2:before {
  content: "\e0a0";
}

/* line 521, simple-line-icons/simple-line-icons.scss */
.icon-volume-off:before {
  content: "\e0a1";
}

/* line 524, simple-line-icons/simple-line-icons.scss */
.icon-users:before {
  content: "\e001";
}

/* line 13, style.scss */
.user-select, header {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 20, style.scss */
body {
  font-family: Lato, sans-serif;
  font-weight: 400;
  display: none;
  background: #f0f0f0;
  padding: 0;
  margin: 0;
}

/* line 29, style.scss */
a {
  color: rgba(83, 213, 184, 0);
}

/* line 33, style.scss */
a:hover {
  text-decoration: none;
  cursor: pointer;
  color: rgba(83, 213, 184, 0);
}

/* line 47, style.scss */
.profile {
  height: 100px;
  text-align: center;
  background: #262626;
  padding-top: 20px;
  text-align: center;
}
/* line 54, style.scss */
.profile h1 {
  text-transform: uppercase;
  font-size: 30px;
  color: white;
  line-height: 36px;
  font-weight: 900;
  margin: 0;
}
/* line 63, style.scss */
.profile h2 {
  font-size: 24px;
  color: #9B9B9B;
  line-height: 29px;
}
/* line 69, style.scss */
.profile .menu {
  width: 3 5px;
  height: 25px;
  background: red;
  float: right;
  margin-right: 20px;
  margin-top: -35px;
}
/* line 78, style.scss */
.profile .profile-pict {
  width: 80px;
  height: 80px;
  background: url("img/profile-pict.jpg") center center;
  background-size: contain;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  display: inline-block;
}

/* line 93, style.scss */
header {
  width: 100%;
  display: block;
  background: #262626;
  min-height: 428px;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 40px;
}
/* line 105, style.scss */
header .focus {
  color: #9b9b9b;
}
/* line 109, style.scss */
header h1 {
  width: 100%;
  font-weight: 300;
  color: white;
  line-height: 1.5em;
  margin-bottom: 100px;
  transition: all, 0.1s;
  display: block;
  height: 144px;
  font-size: 48px;
}
/* line 121, style.scss */
header h1 a {
  font-size: inherit;
  font-weight: 300;
  color: white;
  margin-bottom: 100px;
  border-bottom: 0px;
  padding: 0;
  text-transform: capitalize;
  margin: 0;
}
/* line 133, style.scss */
header h1 .switch {
  height: 33px;
}
/* line 140, style.scss */
header .first-sentence {
  font-size: 48px;
}
/* line 144, style.scss */
header .second-sentence {
  font-size: 36px;
}
/* line 149, style.scss */
header a {
  color: white;
  font-size: 16px;
  color: white;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 4px solid white;
  margin-right: 10px;
}
/* line 161, style.scss */
header a:hover {
  color: #9b9b9b;
}
/* line 167, style.scss */
header a:hover {
  color: white;
}
/* line 171, style.scss */
header .view {
  display: none;
}

/* line 177, style.scss */
#grid-a-licious {
  text-align: center;
  padding-bottom: 40px;
}
/* line 181, style.scss */
#grid-a-licious .section-title {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 32px;
}
/* line 188, style.scss */
#grid-a-licious .item {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 255px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  transition: all,0.3s;
  padding: 0;
}
/* line 199, style.scss */
#grid-a-licious .item .shot-info {
  height: 255px;
  box-sizing: border-box;
  background: rgba(83, 213, 184, 0);
  padding: 65px 30px 15px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 0;
  transition: all,0.3s;
}
/* line 210, style.scss */
#grid-a-licious .item .shot-info:hover {
  opacity: 1;
  transition: all,0.3s;
  background: rgba(83, 213, 184, 0);
}
/* line 216, style.scss */
#grid-a-licious .item .shot-info h1 {
  font-weight: 400;
  font-size: 21px;
  color: white;
  line-height: 25px;
}
/* line 223, style.scss */
#grid-a-licious .item .shot-info h2 {
  color: white;
}
/* line 226, style.scss */
#grid-a-licious .item .shot-info h2 span {
  font-size: 0.6em;
}

/* line 253, style.scss */
.item {
  display: block;
}

/* line 257, style.scss */
#grid-a-licious {
  padding-top: 40px;
}

/* line 264, style.scss */
.project {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 270, style.scss */
.project-metadata {
  background: #FFFFFF;
  border-left: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
  -moz-box-shadow: 0px 2px 0px 0px rgba(204, 204, 204, 0);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(204, 204, 204, 0);
  box-shadow: 0px 2px 0px 0px rgba(204, 204, 204, 0);
  padding: 15px 15px 20px 15px;
  text-align: left;
}
/* line 281, style.scss */
.project-metadata h1 {
  font-weight: 400;
  font-size: 21px;
  color: #262626;
  line-height: 25px;
  margin: 0;
  margin-bottom: 5px;
}
/* line 290, style.scss */
.project-metadata p {
  margin: 0;
}
/* line 294, style.scss */
.project-metadata span {
  font-size: 10px;
  text-transform: uppercase;
  color: #9B9B9B;
  background: #F2F2F2;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 4px;
  padding-bottom: 5px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  margin-left: 5px;
}
/* line 309, style.scss */
.project-metadata span:first-child {
  margin-left: 0px;
}

/* line 317, style.scss */
.filters .row, .filters article {
  padding-top: 40px;
}

/* line 327, style.scss */
footer {
  background: white;
  text-align: center;
  padding-top: 30px;
  line-height: 5em;
  height: 100%;
}
/* line 334, style.scss */
footer h1 {
  font-weight: 900;
  font-size: 16px;
  color: #9b9b9b;
  line-height: 19px;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 4px solid #9b9b9b;
  display: inline-block;
}
/* line 346, style.scss */
footer .social {
  font-size: 4em;
  margin-left: 8px;
  color: #9b9b9b;
}
/* line 351, style.scss */
footer .social:first-child {
  margin-left: 0px;
}
/* line 355, style.scss */
footer .social a {
  color: #9b9b9b;
}
/* line 356, style.scss */
footer .social a:hover {
  opacity: 0.8;
}
/* line 360, style.scss */
footer .social a:before {
  margin: 0;
}

@media screen and (min-width: 481px) and (max-width: 992px) {
  /* line 369, style.scss */
  header {
    min-height: 338px;
  }

  /* line 370, style.scss */
  header h1 {
    height: 90px;
  }

  /* line 372, style.scss */
  header .first-sentence {
    font-size: 36px;
  }

  /* line 376, style.scss */
  header .second-sentence {
    font-size: 24px;
  }
}
@media screen and (max-width: 670px) {
  /* line 382, style.scss */
  header {
    min-height: 338px;
    padding-top: 60px;
  }

  /* line 383, style.scss */
  header h1 {
    height: 110px;
  }

  /* line 384, style.scss */
  a.item {
    margin-bottom: 0;
  }

  /* line 385, style.scss */
  .social-dribbble {
    display: none;
  }

  /* line 387, style.scss */
  header .first-sentence {
    font-size: 24px;
  }

  /* line 391, style.scss */
  header .second-sentence {
    font-size: 18px;
  }
}
