

/*!
 * Bootstrap v3.3.7 (https://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html
{
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body
{
    margin: 0;
    font: 400% 'Glegoo', serif;
}


nav
{
    display: block;
}


template
{
    display: none;
}

a
{
    background-color: transparent;
}

a:active,
a:hover
{
    outline: 0;
}

b
{
    font-weight: bold;
}

h1
{
    margin: .67em 0;
    font-size: 2em;
}

small
{
    font-size: 80%;
}

img
{
    border: 0;
}

hr
{
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

button
{
    margin: 0;
    font: inherit;
    color: inherit;
}

button
{
    overflow: visible;
}

button
{
    text-transform: none;
}

button
{
    -webkit-appearance: button;
    cursor: pointer;
}

button::-moz-focus-inner
{
    padding: 0;
    border: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print
{
    *,
  *:before,
  *:after
    {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a,
  a:visited
    {
        text-decoration: underline;
    }
    a[href]:after
    {
        content: " (" attr(href) ")";
    }
    
  blockquote
    {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    
  img
    {
        page-break-inside: avoid;
    }
    img
    {
        max-width: 100% !important;
    }
    p,
  h3
    {
        orphans: 3;
        widows: 3;
    }
    
  h3
    {
        page-break-after: avoid;
    }
    .navbar
    {
        display: none;
    }
}

@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.woff2') format('woff2'), 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');
}

*
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html
{
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body
{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}


button
{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a
{
    color: #337ab7;
    text-decoration: none;
}

a:hover,
a:focus
{
    color: #23527c;
    text-decoration: underline;
}

a:focus
{
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

img
{
    vertical-align: middle;
}

.img-responsive
{
    display: block;
    max-width: 100%;
    height: auto;
}

hr
{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only
{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

[role="button"]
{
    cursor: pointer;
}

h1,
h3,
h4,
.h1,
.h3,
.h4
{
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 small,
h3 small,
h4 small,
.h1 small,
.h3 small,
.h4 small,
h1 .small,
h3 .small,
h4 .small,
.h1 .small,
.h3 .small,
.h4 .small
{
    font-weight: normal;
    line-height: 1;
    color: #777;
}

h1,
.h1,
h3,
.h3
{
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 small,
.h1 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h3 .small,
.h3 .small
{
    font-size: 45%;
}


h4,
.h4
{
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small,
.h4 small,
h4 .small,
.h4 .small
{
    font-size: 75%;
}

h1,
.h1
{
    font-size: 36px;
}

h3,
.h3
{
    font-size: 24px;
}

h4,
.h4
{
    font-size: 18px;
}

p
{
    margin: 0 0 10px;
}

small,
.small
{
    font-size: 55%;
}

.text-right
{
    text-align: right;
}

ul
{
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul
{
    margin-bottom: 0;
}

blockquote
{
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child
{
    margin-bottom: 0;
}


blockquote small,
blockquote .small
{
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}


blockquote small:before,
blockquote .small:before
{
    content: '\2014 \00A0';
}

.container
{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px)
{
    .container
    {
        width: 750px;
    }
}

@media (min-width: 992px)
{
    .container
    {
        width: 970px;
    }
}

@media (min-width: 1200px)
{
    .container
    {
        width: 1170px;
    }
}

.container-fluid
{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row
{
    margin-right: -15px;
    margin-left: -15px;
}

 .col-sm-2, .col-md-2, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-sm-10, .col-md-10, .col-md-11, .col-md-12
{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

 .col-xs-4, .col-xs-8
{
    float: left;
}

.col-xs-8
{
    width: 66.66666667%;
}

.col-xs-4
{
    width: 33.33333333%;
}

@media (min-width: 768px)
{
     .col-sm-2, .col-sm-4, .col-sm-6, .col-sm-8, .col-sm-10
    {
        float: left;
    }
    .col-sm-10
    {
        width: 83.33333333%;
    }
    .col-sm-8
    {
        width: 66.66666667%;
    }
    .col-sm-6
    {
        width: 50%;
    }
    .col-sm-4
    {
        width: 33.33333333%;
    }
    .col-sm-2
    {
        width: 16.66666667%;
    }
}

@media (min-width: 992px)
{
     .col-md-2, .col-md-4, .col-md-6, .col-md-8, .col-md-10, .col-md-11, .col-md-12
    {
        float: left;
    }
    .col-md-12
    {
        width: 100%;
    }
    .col-md-11
    {
        width: 91.66666667%;
    }
    .col-md-10
    {
        width: 83.33333333%;
    }
    .col-md-8
    {
        width: 66.66666667%;
    }
    .col-md-6
    {
        width: 50%;
    }
    .col-md-4
    {
        width: 33.33333333%;
    }
    .col-md-2
    {
        width: 16.66666667%;
    }
}

@media (min-width: 1200px)
{
     .col-lg-4, .col-lg-6, .col-lg-8
    {
        float: left;
    }
    .col-lg-8
    {
        width: 66.66666667%;
    }
    .col-lg-6
    {
        width: 50%;
    }
    .col-lg-4
    {
        width: 33.33333333%;
    }
}

.collapse
{
    display: none;
}

.collapse.in
{
    display: block;
}

.nav
{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav > li
{
    position: relative;
    display: block;
}

.nav > li > a
{
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus
{
    text-decoration: none;
    background-color: #eee;
}

.nav > li > a > img
{
    max-width: none;
}

.navbar
{
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width: 768px)
{
    .navbar
    {
        border-radius: 4px;
    }
    .navbar-header
    {
        float: left;
    }
}

.navbar-collapse
{
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.navbar-collapse.in
{
    overflow-y: auto;
}

@media (min-width: 768px)
{
    .navbar-collapse
    {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse
    {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in
    {
        overflow-y: visible;
    }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse
{
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px)
{
    .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse
    {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-brand
{
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus
{
    text-decoration: none;
}

.navbar-brand > img
{
    display: block;
}

@media (min-width: 768px)
{
    .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand
    {
        margin-left: -15px;
    }
}

.navbar-toggle
{
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle:focus
{
    outline: 0;
}

.navbar-toggle .icon-bar
{
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar
{
    margin-top: 4px;
}

@media (min-width: 768px)
{
    .navbar-toggle
    {
        display: none;
    }
}

.navbar-nav
{
    margin: 7.5px -15px;
}

.navbar-nav > li > a
{
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (min-width: 768px)
{
    .navbar-nav
    {
        float: left;
        margin: 0;
    }
    .navbar-nav > li
    {
        float: left;
    }
    .navbar-nav > li > a
    {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (min-width: 768px)
{
    .navbar-right
    {
        float: right !important;
        margin-right: -15px;
    }
    .navbar-right ~ .navbar-right
    {
        margin-right: 0;
    }
}

.navbar-default
{
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand
{
    color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus
{
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a
{
    color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus
{
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-toggle
{
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus
{
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar
{
    background-color: #888;
}

.navbar-default .navbar-collapse
{
    border-color: #e7e7e7;
}

.alert
{
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4
{
    margin-top: 0;
    color: inherit;
}

.alert > p,
.alert > ul
{
    margin-bottom: 0;
}

.alert > p + p
{
    margin-top: 5px;
}

.alert-success
{
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success hr
{
    border-top-color: #c9e2b3;
}

@keyframes progress-bar-stripes{
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.media
{
    margin-top: 15px;
}

.media:first-child
{
    margin-top: 0;
}

.media
{
    overflow: hidden;
    zoom: 1;
}

.list-group
{
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item
{
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item:first-child
{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.list-group-item:last-child
{
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item
{
    color: #555;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus
{
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

button.list-group-item
{
    width: 100%;
    text-align: left;
}

.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, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}


.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after
{
    display: table;
    content: " ";
}


.container:after,
.container-fluid:after,
.row:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after
{
    clear: both;
}

@-ms-viewport{
  width: device-width;
}

/*# sourceMappingURL=bootstrap.css.map */

