html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%}
article,  aside,  details,  figcaption,  figure,  footer,  header,  hgroup,  main,  nav,  section,  summary {
    display: block;
}
audio,  canvas,  progress,  video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],  template {
    display: none;
}
a {
    background: transparent;
}
a:active,  a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,  strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #4a3c31;
}
small {
    font-size: 80%}
sub,  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,  kbd,  pre,  samp {
    font-family: monospace,  monospace;
    font-size: 1em;
}
button,  input,  optgroup,  select,  textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,  select {
    text-transform: none;
}
button,  html input[type="button"],  input[type="reset"],  input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],  html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,  input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],  input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,  input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,  th {
    padding: 0;
}
@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important }
    a,  a:visited {
        text-decoration: underline }
    a[href]:after {
        content: " (" attr(href) ")" }
    abbr[title]:after {
        content: " (" attr(title) ")" }
    a[href^="javascript:"]:after,  a[href^="#"]:after {
        content: "" }
    pre,  blockquote {
        border: 1px solid #999;
        page-break-inside: avoid }
    thead {
        display: table-header-group }
    tr,  img {
        page-break-inside: avoid }
    img {
        max-width: 100% !important }
    p,  h2,  h3 {
        orphans: 3;
        widows: 3 }
    h2,  h3 {
        page-break-after: avoid }
    select {
        background: #fff !important }
    .navbar {
        display: none }
    .table td,  .table th {
        background-color: #fff !important }
    .btn>.caret,  .dropup>.btn>.caret {
        border-top-color: #000 !important }
    .label {
        border: 1px solid #000 }
    .table {
        border-collapse: collapse !important }
    .table-bordered th,  .table-bordered td {
        border: 1px solid #ddd !important }
}* {
     -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: 62.5%;
    -webkit-tap-highlight-color: rgba(0,  0,  0,  0);
}
input,  button,  select,  textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #2C5E4F;
    /*text-decoration: none;*/
}
a:hover,  a:focus {
    color: #2C5E4F;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive,  .thumbnail>img,  .thumbnail a>img,  .carousel-inner>.item>img,  .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.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;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,  0,  0,  0);
    border: 0;
}
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,  .h1,  h2,  .h2,  h3,  .h3 {
    font-family: 'Source Sans Pro',  sans-serif;
    margin-top: 0;
    margin-bottom: 1.2em;
    color: #4a3c31;
}
h4,  .h4,  h5,  .h5,  h6,  .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h1,  .h1 {
    font-size: 36px;
}
h2,  .h2 {
    font-size: 30px;
}
h3,  .h3 {
    font-size: 21px;
}
h4,  .h4 {
    font-size: 18px;
}
h5,  .h5 {
    font-size: 14px;
}
h6,  .h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 200;
    line-height: 1.4;
}
small,  .small {
    font-size: 85%}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-muted {
    color: #999;
}
.text-primary {
    color: #2C5E4F;
}
a.text-primary:hover {
    color: #3071a9;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover {
    color: #843534;
}
ul,  ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul,  ol ul,  ul ol,  ol ol {
    margin-bottom: 0;
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width:1200px) {
    .container {
        width: 1135px;
        padding-left: 0px;
        padding-right: 0px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.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-sm-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,  .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.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;
}
.col-xs-12 {
    width: 100%}
.col-xs-11 {
    width: 91.66666667%}
.col-xs-10 {
    width: 83.33333333%}
.col-xs-9 {
    width: 75%}
.col-xs-8 {
    width: 66.66666667%}
.col-xs-7 {
    width: 58.33333333%}
.col-xs-6 {
    width: 50%}
.col-xs-5 {
    width: 41.66666667%}
.col-xs-4 {
    width: 33.33333333%}
.col-xs-3 {
    width: 25%}
.col-xs-2 {
    width: 16.66666667%}
.col-xs-1 {
    width: 8.33333333%}
.col-xs-pull-12 {
    right: 100%}
.col-xs-pull-11 {
    right: 91.66666667%}
.col-xs-pull-10 {
    right: 83.33333333%}
.col-xs-pull-9 {
    right: 75%}
.col-xs-pull-8 {
    right: 66.66666667%}
.col-xs-pull-7 {
    right: 58.33333333%}
.col-xs-pull-6 {
    right: 50%}
.col-xs-pull-5 {
    right: 41.66666667%}
.col-xs-pull-4 {
    right: 33.33333333%}
.col-xs-pull-3 {
    right: 25%}
.col-xs-pull-2 {
    right: 16.66666667%}
.col-xs-pull-1 {
    right: 8.33333333%}
.col-xs-pull-0 {
    right: 0;
}
.col-xs-push-12 {
    left: 100%}
.col-xs-push-11 {
    left: 91.66666667%}
.col-xs-push-10 {
    left: 83.33333333%}
.col-xs-push-9 {
    left: 75%}
.col-xs-push-8 {
    left: 66.66666667%}
.col-xs-push-7 {
    left: 58.33333333%}
.col-xs-push-6 {
    left: 50%}
.col-xs-push-5 {
    left: 41.66666667%}
.col-xs-push-4 {
    left: 33.33333333%}
.col-xs-push-3 {
    left: 25%}
.col-xs-push-2 {
    left: 16.66666667%}
.col-xs-push-1 {
    left: 8.33333333%}
.col-xs-push-0 {
    left: 0;
}
.col-xs-offset-12 {
    margin-left: 100%}
.col-xs-offset-11 {
    margin-left: 91.66666667%}
.col-xs-offset-10 {
    margin-left: 83.33333333%}
.col-xs-offset-9 {
    margin-left: 75%}
.col-xs-offset-8 {
    margin-left: 66.66666667%}
.col-xs-offset-7 {
    margin-left: 58.33333333%}
.col-xs-offset-6 {
    margin-left: 50%}
.col-xs-offset-5 {
    margin-left: 41.66666667%}
.col-xs-offset-4 {
    margin-left: 33.33333333%}
.col-xs-offset-3 {
    margin-left: 25%}
.col-xs-offset-2 {
    margin-left: 16.66666667%}
.col-xs-offset-1 {
    margin-left: 8.33333333%}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width:768px) {
    .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 }
    .col-sm-12 {
        width: 100% }
    .col-sm-11 {
        width: 91.66666667% }
    .col-sm-10 {
        width: 83.33333333% }
    .col-sm-9 {
        width: 75% }
    .col-sm-8 {
        width: 66.66666667% }
    .col-sm-7 {
        width: 58.33333333% }
    .col-sm-6 {
        width: 50% }
    .col-sm-5 {
        width: 41.66666667% }
    .col-sm-4 {
        width: 33.33333333% }
    .col-sm-3 {
        width: 25% }
    .col-sm-2 {
        width: 16.66666667% }
    .col-sm-1 {
        width: 8.33333333% }
    .col-sm-pull-12 {
        right: 100% }
    .col-sm-pull-11 {
        right: 91.66666667% }
    .col-sm-pull-10 {
        right: 83.33333333% }
    .col-sm-pull-9 {
        right: 75% }
    .col-sm-pull-8 {
        right: 66.66666667% }
    .col-sm-pull-7 {
        right: 58.33333333% }
    .col-sm-pull-6 {
        right: 50% }
    .col-sm-pull-5 {
        right: 41.66666667% }
    .col-sm-pull-4 {
        right: 33.33333333% }
    .col-sm-pull-3 {
        right: 25% }
    .col-sm-pull-2 {
        right: 16.66666667% }
    .col-sm-pull-1 {
        right: 8.33333333% }
    .col-sm-pull-0 {
        right: 0 }
    .col-sm-push-12 {
        left: 100% }
    .col-sm-push-11 {
        left: 91.66666667% }
    .col-sm-push-10 {
        left: 83.33333333% }
    .col-sm-push-9 {
        left: 75% }
    .col-sm-push-8 {
        left: 66.66666667% }
    .col-sm-push-7 {
        left: 58.33333333% }
    .col-sm-push-6 {
        left: 50% }
    .col-sm-push-5 {
        left: 41.66666667% }
    .col-sm-push-4 {
        left: 33.33333333% }
    .col-sm-push-3 {
        left: 25% }
    .col-sm-push-2 {
        left: 16.66666667% }
    .col-sm-push-1 {
        left: 8.33333333% }
    .col-sm-push-0 {
        left: 0 }
    .col-sm-offset-12 {
        margin-left: 100% }
    .col-sm-offset-11 {
        margin-left: 91.66666667% }
    .col-sm-offset-10 {
        margin-left: 83.33333333% }
    .col-sm-offset-9 {
        margin-left: 75% }
    .col-sm-offset-8 {
        margin-left: 66.66666667% }
    .col-sm-offset-7 {
        margin-left: 58.33333333% }
    .col-sm-offset-6 {
        margin-left: 50% }
    .col-sm-offset-5 {
        margin-left: 41.66666667% }
    .col-sm-offset-4 {
        margin-left: 33.33333333% }
    .col-sm-offset-3 {
        margin-left: 25% }
    .col-sm-offset-2 {
        margin-left: 16.66666667% }
    .col-sm-offset-1 {
        margin-left: 8.33333333% }
    .col-sm-offset-0 {
        margin-left: 0 }
}@media (min-width:992px) {
    .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 {
        float: left }
    .col-md-12 {
        width: 100% }
    .col-md-11 {
        width: 91.66666667% }
    .col-md-10 {
        width: 83.33333333% }
    .col-md-9 {
        width: 75% }
    .col-md-8 {
        width: 66.66666667% }
    .col-md-7 {
        width: 58.33333333% }
    .col-md-6 {
        width: 50% }
    .col-md-5 {
        width: 41.66666667% }
    .col-md-4 {
        width: 33.33333333% }
    .col-md-3 {
        width: 25% }
    .col-md-2 {
        width: 16.66666667% }
    .col-md-1 {
        width: 8.33333333% }
    .col-md-pull-12 {
        right: 100% }
    .col-md-pull-11 {
        right: 91.66666667% }
    .col-md-pull-10 {
        right: 83.33333333% }
    .col-md-pull-9 {
        right: 75% }
    .col-md-pull-8 {
        right: 66.66666667% }
    .col-md-pull-7 {
        right: 58.33333333% }
    .col-md-pull-6 {
        right: 50% }
    .col-md-pull-5 {
        right: 41.66666667% }
    .col-md-pull-4 {
        right: 33.33333333% }
    .col-md-pull-3 {
        right: 25% }
    .col-md-pull-2 {
        right: 16.66666667% }
    .col-md-pull-1 {
        right: 8.33333333% }
    .col-md-pull-0 {
        right: 0 }
    .col-md-push-12 {
        left: 100% }
    .col-md-push-11 {
        left: 91.66666667% }
    .col-md-push-10 {
        left: 83.33333333% }
    .col-md-push-9 {
        left: 75% }
    .col-md-push-8 {
        left: 66.66666667% }
    .col-md-push-7 {
        left: 58.33333333% }
    .col-md-push-6 {
        left: 50% }
    .col-md-push-5 {
        left: 41.66666667% }
    .col-md-push-4 {
        left: 33.33333333% }
    .col-md-push-3 {
        left: 25% }
    .col-md-push-2 {
        left: 16.66666667% }
    .col-md-push-1 {
        left: 8.33333333% }
    .col-md-push-0 {
        left: 0 }
    .col-md-offset-12 {
        margin-left: 100% }
    .col-md-offset-11 {
        margin-left: 91.66666667% }
    .col-md-offset-10 {
        margin-left: 83.33333333% }
    .col-md-offset-9 {
        margin-left: 75% }
    .col-md-offset-8 {
        margin-left: 66.66666667% }
    .col-md-offset-7 {
        margin-left: 58.33333333% }
    .col-md-offset-6 {
        margin-left: 50% }
    .col-md-offset-5 {
        margin-left: 41.66666667% }
    .col-md-offset-4 {
        margin-left: 33.33333333% }
    .col-md-offset-3 {
        margin-left: 25% }
    .col-md-offset-2 {
        margin-left: 16.66666667% }
    .col-md-offset-1 {
        margin-left: 8.33333333% }
    .col-md-offset-0 {
        margin-left: 0 }
}@media (min-width:1200px) {
    .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 }
    .col-lg-12 {
        width: 100% }
    .col-lg-11 {
        width: 91.66666667% }
    .col-lg-10 {
        width: 83.33333333% }
    .col-lg-9 {
        width: 75% }
    .col-lg-8 {
        width: 66.66666667% }
    .col-lg-7 {
        width: 58.33333333% }
    .col-lg-6 {
        width: 50% }
    .col-lg-5 {
        width: 41.66666667% }
    .col-lg-4 {
        width: 33.33333333% }
    .col-lg-3 {
        width: 25% }
    .col-lg-2 {
        width: 16.66666667% }
    .col-lg-1 {
        width: 8.33333333% }
    .col-lg-pull-12 {
        right: 100% }
    .col-lg-pull-11 {
        right: 91.66666667% }
    .col-lg-pull-10 {
        right: 83.33333333% }
    .col-lg-pull-9 {
        right: 75% }
    .col-lg-pull-8 {
        right: 66.66666667% }
    .col-lg-pull-7 {
        right: 58.33333333% }
    .col-lg-pull-6 {
        right: 50% }
    .col-lg-pull-5 {
        right: 41.66666667% }
    .col-lg-pull-4 {
        right: 33.33333333% }
    .col-lg-pull-3 {
        right: 25% }
    .col-lg-pull-2 {
        right: 16.66666667% }
    .col-lg-pull-1 {
        right: 8.33333333% }
    .col-lg-pull-0 {
        right: 0 }
    .col-lg-push-12 {
        left: 100% }
    .col-lg-push-11 {
        left: 91.66666667% }
    .col-lg-push-10 {
        left: 83.33333333% }
    .col-lg-push-9 {
        left: 75% }
    .col-lg-push-8 {
        left: 66.66666667% }
    .col-lg-push-7 {
        left: 58.33333333% }
    .col-lg-push-6 {
        left: 50% }
    .col-lg-push-5 {
        left: 41.66666667% }
    .col-lg-push-4 {
        left: 33.33333333% }
    .col-lg-push-3 {
        left: 25% }
    .col-lg-push-2 {
        left: 16.66666667% }
    .col-lg-push-1 {
        left: 8.33333333% }
    .col-lg-push-0 {
        left: 0 }
    .col-lg-offset-12 {
        margin-left: 100% }
    .col-lg-offset-11 {
        margin-left: 91.66666667% }
    .col-lg-offset-10 {
        margin-left: 83.33333333% }
    .col-lg-offset-9 {
        margin-left: 75% }
    .col-lg-offset-8 {
        margin-left: 66.66666667% }
    .col-lg-offset-7 {
        margin-left: 58.33333333% }
    .col-lg-offset-6 {
        margin-left: 50% }
    .col-lg-offset-5 {
        margin-left: 41.66666667% }
    .col-lg-offset-4 {
        margin-left: 33.33333333% }
    .col-lg-offset-3 {
        margin-left: 25% }
    .col-lg-offset-2 {
        margin-left: 16.66666667% }
    .col-lg-offset-1 {
        margin-left: 8.33333333% }
    .col-lg-offset-0 {
        margin-left: 0 }
}table {
     max-width: 100%;
     background-color: transparent;
 }
th {
    text-align: left;
}
.table {
    width: 100%;
    margin-bottom: 20px;
}
label {
    display: inline-block;
    margin-bottom: 5px;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="radio"],  input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%}
select[multiple],  select[size] {
    height: auto;
}
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;
}
.radio,  .checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}
.radio label,  .checkbox label {
    display: inline;
    font-weight: normal;
    cursor: pointer;
}
.radio input[type="radio"],  .radio-inline input[type="radio"],  .checkbox input[type="checkbox"],  .checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}
.radio+.radio,  .checkbox+.checkbox {
    margin-top: -5px;
}
.radio-inline,  .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}
.radio-inline+.radio-inline,  .checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
.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: 12px;
}
.form-horizontal .radio,  .form-horizontal .checkbox {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
.form-horizontal .form-control-static {
    padding-top: 7px;
}
@media (min-width:768px) {
    .form-horizontal .control-label {
        color: #4a3c31;
        text-align: right }
}.form-horizontal .has-feedback .form-control-feedback {
     top: 0;
     right: 15px;
 }
.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;
}
.btn:focus,  .btn:active:focus,  .btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,  .btn:focus {
    color: #4a3c31;
    text-decoration: none;
}
.btn:active,  .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,  0,  0,  0.125);
    box-shadow: inset 0 3px 5px rgba(0,  0,  0,  0.125);
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -ms-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -moz-transition: height .35s ease;
    -ms-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease;
}
.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;
}
.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu>li>a {
    font-family: 'Source Sans Pro',  sans-serif;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #8c99a9;
    white-space: nowrap;
}
.dropdown-menu>li>a:hover,  .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
}
.dropdown-menu>.active>a,  .dropdown-menu>.active>a:hover,  .dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #2C5E4F;
}
.dropdown-menu>.disabled>a,  .dropdown-menu>.disabled>a:hover,  .dropdown-menu>.disabled>a:focus {
    color: #999;
}
.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;
}
.open>.dropdown-menu {
    display: block;
}
.open>a {
    outline: 0;
}
.dropdown-menu-right {
    left: auto;
    right: 0;
}
.dropdown-menu-left {
    left: 0;
    right: auto;
}
.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,  .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""}
.dropup .dropdown-menu,  .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}
@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0 }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto }
}.nav {
     margin-bottom: 0;
     padding-left: 0;
     list-style: none;
 }
.nav>li {
    position: relative;
    display: block;
}
.nav>li>a {
    position: relative;
    display: block;
}
.nav>li>a:hover,  .nav>li>a:focus {
    text-decoration: none;
    background-color: #eee;
}
.nav>li.disabled>a {
    color: #999;
}
.nav>li.disabled>a:hover,  .nav>li.disabled>a:focus {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open>a,  .nav .open>a:hover,  .nav .open>a:focus {
    background-color: #eee;
    border-color: #2C5E4F;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav>li>a>img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -2px;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs>li.active>a,  .nav-tabs>li.active>a:hover,  .nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
@media (min-width:768px) {
    .navbar {
        border-radius: 4px }
}@media (min-width:768px) {
    .navbar-header {
        float: left }
}.navbar-collapse {
     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.1);
     -webkit-overflow-scrolling: touch;
 }
.navbar-collapse.in {
    overflow-y: auto;
}
.navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}
@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none }
    .navbar-collapse.in {
        overflow-y: visible }
    .navbar-fixed-top .navbar-collapse,  .navbar-static-top .navbar-collapse,  .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0 }
}@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-nav>li>a {
     padding-top: 10px;
     padding-bottom: 10px;
     line-height: 20px;
 }
@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none }
    .navbar-nav .open .dropdown-menu>li>a,  .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px }
    .navbar-nav .open .dropdown-menu>li>a:hover,  .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none }
}@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 }
    .navbar-nav.navbar-right:last-child {
        margin-right: -15px }
}@media (min-width:768px) {
    .navbar-left {
        float: left !important }
    .navbar-right {
        float: right !important }
}.navbar-default .navbar-nav>li {
     padding: 0 15px;
 }
#headerstic {
  border-top: none;
}
.pay-btn {
  position: relative;
  font-size: 14px;
  margin: 9px 0 0 97px;
  color: #4a3c31;
  display: inline-block;
}

.pay-btn a{
  color: #4a3c31;
}
.pay-btn::before {
  content: "";
  display: block;
  position: absolute;
  left: -36px;
  top: 0;
  width: 31px;
  height: 31px;
  background-image: url(/local/templates/med_blue_s2/css/../images/credit-card.svg);
  background-repeat: no-repeat;
}
.covid {
  position: relative;
  margin-bottom: 14px;
  margin-right: 19px;
  color: #e0684b;
  display: inline-block;
}
.covid-block {
  text-align: end;
}

.covid a {
  color: #e0684b;
}
.covid::before {
  content: "";
  display: block;
  position: absolute;
  left: -55px;
  top: -10px;
  width: 38px;
  height: 38px;
  background-image: url(/local/templates/med_blue_s2/css/../images/qr-code.svg);
  background-repeat: no-repeat;
}
@media (max-width:767px) {
  .covid-block {
    text-align: center;
  }

  .covid::before {
    top: -4px;
  }
}
  @media (max-width:767px) {
    .covid-block {
      text-align: center;
    }
    .covid::before {
      top: -4px;
    }
    .pay-btn {
      text-align: right;
      display: inline-block;
      margin-left: 308px;
      margin-top: 10px;

    }
    .pay-btn a {
      font-family: Source Sans Pro, sans-serif;
      font-size: 32px;
      text-align: right;
      font-weight: bold;
    }
    .pay-btn::before {
      left: -48px;
      top: 10px;
      width: 31px;
      height: 31px;
    }
  }


.navbar-default .navbar-nav>li>a {
    font-family: 'Roboto',  sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #4a3c31;
}
.navbar-default .navbar-nav>li>a:hover,  .navbar-default .navbar-nav>li>a:focus {
    color: #4a3c31;
    background-color: transparent;
}
.navbar-default .navbar-nav>.active>a,  .navbar-default .navbar-nav>.active>a:hover,  .navbar-default .navbar-nav>.active>a:focus {
    color: #2C5E4F;
}
.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;
}
.navbar-default .navbar-collapse,  .navbar-default .navbar-form {
    border-color: #eee;
}
.navbar-default .navbar-nav>.open>a,  .navbar-default .navbar-nav>.open>a:hover,  .navbar-default .navbar-nav>.open>a:focus {
    color: #2C5E4F;
}
@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent }
    .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: #2C5E4F;
    }
    .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 }
}.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;
     -moz-transition: all .2s ease-in-out;
     -ms-transition: all .2s ease-in-out;
     -o-transition: all .2s ease-in-out;
     transition: all .2s ease-in-out;
 }
.thumbnail>img,  .thumbnail a>img {
    margin-left: auto;
    margin-right: auto;
}
a.thumbnail:hover,  a.thumbnail:focus,  a.thumbnail.active {
    border-color: #2C5E4F;
}
.thumbnail .caption {
    padding: 9px;
    color: #4a3c31;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert>p,  .alert>ul {
    margin-bottom: 0;
}
.alert>p+p {
    margin-top: 5px;
}
.alert-dismissable {
    padding-right: 35px;
}
.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0 }
    to {
        background-position: 0 0 }
}@keyframes progress-bar-stripes {
     from {
         background-position: 40px 0 }
     to {
         background-position: 0 0 }
 }.close {
      float: right;
      font-size: 21px;
      font-weight: bold;
      line-height: 1;
      color: #4a3c31;
      text-shadow: 0 1px 0 #fff;
  }
.close:hover,  .close:focus {
    color: #4a3c31;
    text-decoration: none;
    cursor: pointer;
}
button.close {
    position: absolute;
    top: 16px;
    right: 21px;
    z-index: 1;
    padding: 0;
    cursor: pointer;
    background: #fff;
    padding: 0 0 0.3em 0.5em;
    border: 0;
    -webkit-appearance: none;
}
.modal-open {
    overflow: hidden;
}
.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;
}
.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;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0,  0);
    -ms-transform: translate(0,  0);
    transform: translate(0,  0);
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,  0,  0,  0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,  0,  0,  0.5);
    box-shadow: 0 3px 9px rgba(0,  0,  0,  0.5);
    background-clip: padding-box;
    outline: none;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #4a3c31;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50);
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 20px;
}
.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}
.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}
@media (min-width:768px) {
    .modal-dialog {
        width: 716px;
        margin: 30px auto }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,  0,  0,  0.5);
        box-shadow: 0 5px 15px rgba(0,  0,  0,  0.5) }
    .modal-sm {
        width: 300px }
}@media (min-width:992px) {
    .modal-lg {
        width: 900px }
}.clearfix:before,  .clearfix:after,  .container:before,  .container:after,  .container-fluid:before,  .container-fluid:after,  .row:before,  .row: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,  .nav: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;
 }
.clearfix:after,  .container:after,  .container-fluid:after,  .row:after,  .form-horizontal .form-group:after,  .btn-toolbar:after,  .btn-group-vertical>.btn-group:after,  .nav:after,  .navbar:after,  .navbar-header:after,  .navbar-collapse:after,  .pager:after,  .panel-body:after,  .modal-footer:after {
    clear: both;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.affix {
    position: fixed;
}
.visible-xs,  .visible-sm,  .visible-md,  .visible-lg {
    display: none !important;
}
.bottom-footer .bottom-footer__link {
  font-size: 16px;
}
@media (max-width:767px) {
    .visible-xs {
        display: block !important }
    table.visible-xs {
        display: table }
    tr.visible-xs {
        display: table-row !important }
    th.visible-xs,  td.visible-xs {
        display: table-cell !important }
}@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important }
    table.visible-sm {
        display: table }
    tr.visible-sm {
        display: table-row !important }
    th.visible-sm,  td.visible-sm {
        display: table-cell !important }
}@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important }
    table.visible-md {
        display: table }
    tr.visible-md {
        display: table-row !important }
    th.visible-md,  td.visible-md {
        display: table-cell !important }
}@media (min-width:1200px) {
    .visible-lg {
        display: block !important }
    table.visible-lg {
        display: table }
    tr.visible-lg {
        display: table-row !important }
    th.visible-lg,  td.visible-lg {
        display: table-cell !important }
}@media (max-width:767px) {
    .hidden-xs {
        display: none !important }
}@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important }
}@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important }
}@media (min-width:1200px) {
    .hidden-lg {
        display: none !important }
}.visible-print {
     display: none !important;
 }
@media print {
    .visible-print {
        display: block !important }
    table.visible-print {
        display: table }
    tr.visible-print {
        display: table-row !important }
    th.visible-print,  td.visible-print {
        display: table-cell !important }
}@media print {
    .hidden-print {
        display: none !important }
}body {
     margin: 0px;
     padding: 0px;
     background: #fff;
     font-family:  'Source Sans Pro',  sans-serif;
     font-size: 13px;
     color: #4a3c31;
     line-height: 1.62857143;
 }
a {
    /*text-decoration: none;*/
}
a:hover {
    text-decoration: none;
}
li {
    list-style-type: none;
}
ul {
    margin: 0px;
    padding: 0px;
}
p {
    color: #4a3c31;
    font-size: 13px;
}
.no-pad {
    padding: 0px;
}
.no-pad-l {
    padding-left: 0px;
}
.no-pad-r {
    padding-right: 0px;
}
.no-pad-t {
    padding-top: 0px !important;
}
.no-pad-b {
    padding-bottom: 0px !important;
}
::selection {
    background: #2C5E4F;
    color: #fff;
}
::-moz-selection {
    background: #2C5E4F;
    color: #fff;
}
#headerstic {
    position: relative;
    z-index: 900;
}
@media (max-width:767px) {
    #headerstic {
        position: fixed;
        top: 0;
        width: 100%;
    }
}
.full-width-container {
    width: 100%;
    padding: 0px;
}
.banner {
    min-height: 100%;
    float: left;
    background: #2C5E4F;
    display: block;
    position: relative;
}
#bs-example-navbar-collapse-1>ul>li:hover>ul {
    top: 100%;
    visibility: visible;
    opacity: 1 !important;
    margin: 0 0 0 0 !important;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 5% !important;
    z-index: 1000;
    float: left;
    min-width: 230px;
    padding: 17px 0;
    margin: 25px 0 0 0 !important;
    opacity: 0 !important;
    list-style: none;
    font-size: 14px;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border: none;
    border-radius: 0px;
    background-clip: padding-box;
    border-top: 1px solid #ededed;
    border-bottom: 3px solid #2C5E4F;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline;
    visibility: hidden;
    overflow-y: scroll;
    max-height: 410px;
}
.dropdown-menu>li>a {
    display: block;
    padding: 8px 25px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #4a3c31;
    white-space: nowrap;
    font-size: 13px;
}
.dropdown-menu>li>a:hover,  .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #2C5E4F;
}
#bs-example-navbar-collapse-1>ul>li:nth-child(6)>ul {
    left: -80px !important;
}
#search-line {
    font-size: 16px;
    cursor: pointer;
    height: 40px;
    width: 40px;
    float: right;
    background-repeat: no-repeat;
    background-position: 20px 10px;
    line-height: 40px;
}
#search-overlay {
    background: black;
    background: rgba(0,  0,  0,  0.85);
    color: white;
    display: none;
    font-size: 24px;
    height: 101px;
    width: 100%;
    z-index: 99999999999;
    position: absolute;
}
#hidden-search {
    position: absolute;
    background: none;
    border: none;
    color: #eee;
    font-size: 28px;
    width: 67%;
    outline: none;
    margin-top: 30px;
}
#close {
    background: url("../images/cancel.png") 0 5px no-repeat;
    width: 32px;
    height: 38px;
    z-index: 1;
    cursor: pointer;
    position: absolute;
    right: 253px;
    font-size: 28px;
    top: 30px;
    color: #DBDBDB;
}
.search-head {
    font-size: 14px;
    color: #939598;
    line-height: 40px;
    text-align: right;
}
.tiny-but {
    padding: 2px 6px !important;
    font-size: 10px;
    text-transform: uppercase;
}
.small-but {
    padding: 3px 8px !important;
    font-size: 11px;
    text-transform: uppercase;
}
.medium-but {
    padding: 8px 24px !important;
    font-size: 13px;
}
.large-but {
    padding: 9px 25px !important;
    font-size: 13px;
    text-transform: uppercase;
}
.medium-but-animation.purchase-strip-blue.dept-apponit-butt .btn {
    padding: 9px 42px;
    font-size: 12px;
    text-transform: uppercase;
}
.buttons-elements {
    padding-bottom: 30px;
}
.elemnts-wrap.intro-content-wrap li {
    list-style-type: none;
    border-bottom: 1px solid #f1f2f2;
    line-height: 1.5em;
    color: #4a3c31;
    font-size: 13px;
    padding-left: 35px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    padding: 0;
    list-style-position: inside;
}
.elemnts-wrap.intro-content-wrap li .about-list-arrows {
    font-size: 15px;
    height: 20px;
    width: 20px;
    line-height: 18px;
    text-align: center;
    color: #2C5E4F;
    border-radius: 50%;
    margin: 0 0 0 -35px;
    float: left;
    border: 1px solid;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.header-bg {
    background: #fff;
    float: left;
    width: 100%}
a:hover,  a:active,  a:focus {
    outline: 0 !important;
}
.inner-page-butt-blue {
    display: block;
    padding: 6px 15px 6px 10px;
    color: #fff;
    background-color: #E0684B;
    border-radius: 0px;
    border: 1px solid #E0684B;
    float: left;
    position: relative;
    z-index: 1;
    text-align: center;
    transition: .5s;
}
.inner-page-butt-blue:hover {
    color: #fff;
}
.intro-content-wrap .inner-page-butt-blue {
    margin: 20px 0 0px 0px;
}
.about-intro-wrap {
    width: 100%;
    height: auto;
    background: url(../images/strip-shadow.png) no-repeat top center,  url(../images/inner-content-back.jpg) repeat-x top #fff;
}
.intro-content-wrap li:hover {
    color: #2C5E4F;
    font-size: 13px;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.intro-content-wrap li:hover .about-list-arrows {
    background: #2C5E4F;
    color: #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid #2C5E4F;
}
.about-content-wrap {
    width: 100%;
    height: auto;
    background: #f8f8f8;
}
.nav-tabs >li.active >a,  .nav-tabs >li.active >a:hover,  .nav-tabs >li.active >a:focus {
    color: #fff;
    background-color: #2C5E4F;
    border: none;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-tabs>li>a:hover {
    border-color: transparent;
}
.nav-tabs>li>a {
    margin-right: 0;
    line-height: 1.428571429;
    border: none;
    border-radius: 0;
}
.nav-tabs>li>a {
    color: #2C5E4F;
}
.tab-content>.active {
    display: block;
    padding: 15px;
}
.tab-img {
    float: left;
    width: 188px;
    margin: 0 15px 15px 0;
}
.appointment-form {
    padding-bottom: 25px;
}
.appt-form {
    width: 100%;
    float: left;
    background: #fff;
    padding: 30px 25px 15px 25px;
    border: 1px solid #e6e7e8;
    border-top: none;
}
.appt-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('../images/select-box-arr.png') no-repeat right -205px;
    text-indent: 0.01px;
    text-overflow: "";
    cursor: pointer;
}
.appt-form-txt,  .appt-form-select {
    height: 34px;
    float: left;
    width: 100%;
    border: 1px solid #e6e7e8;
    padding: 7px 10px;
    margin: 7px 0 7px 0;
    border-radius: 0px;
    outline: none;
    color: #4a3c31;
}
@media (max-width:767px) {
    .appt-form-txt::placeholder {
        text-align: left;
    }
    .appt-form select {
        background: url('../images/select-box-arr.png') no-repeat right -110px;
    }
    .appt-form-txt,  .appt-form-select {
        height: 50px;
    }
}
.appt-form-but {
    height: 33px;
    width: 100px;
    background: #2C5E4F;
    color: #fff;
    line-height: 33px;
    text-align: center;
    font-size: 13px;
    float: right;
    box-shadow: none;
    border: none;
}
.service-box {
    background: #fff;
    padding-bottom: 35px;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.service-box p {
    font-size: 13px;
    color: #4a3c31;
    line-height: 1.6em;
    padding-top: 15px;
    border-bottom: 1px solid #2C5E4F;
    padding-bottom: 15px;
    margin-bottom: 0px;
}
.service-box a {
    font-family: 'Open Sans',  sans-serif;
    float: none;
    color: #4A3C31;
    font-size: 13px;
    width: 100%;
    text-decoration: none;
}
.service-title {
    width: 100%;
    color: #4a3c31;
    font-size: 22px;
    line-height: 1.6em;
}
.service-icon-container {
    height: 66px;
    width: 66px;
    float: left;
    position: relative;
    margin-right: 15px;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    -o-perspective: 600px;
    perspective: 600px;
}
.dept-tabs-wrap {
    padding-top: 6px;
    padding-bottom: 30px;
}
.post-tabs {
    padding: 25px 0 0 0;
}
.post-tabs .nav-tabs {
    border: 1px solid #f1f2f3;
    padding-bottom: 0;
}
.post-tabs .nav>li {
    padding: 0;
    background: none;
}
.post-tabs .nav>li>a {
    position: relative;
    display: block;
    padding: 16px 32px;
    background: #fff;
    border-bottom: 1px solid #f1f2f3;
    color: #4a3c31;
}
.post-tabs .nav>li>a .post-icon {
    color: #fff;
}
.post-tabs .tab-content {
    border: 1px solid #f1f2f3;
    border-top: none;
    float: left;
    width: 100%}
.post-tabs .tab-content>.active {
    background-color: #fff;
    padding: 0px 15px 0px 15px;
    float: left;
    width: 100%}
.post-tabs .nav >li >a:hover,  .post-tabs .nav >li >a:focus {
    border-bottom: 1px solid #2C5E4F;
    text-decoration: none;
    background: #2C5E4F;
    color: #fff;
}
.post-tabs .nav >li >a:hover .post-icon,  .post-tabs .nav >li >a:focus .post-icon {
    text-decoration: none;
    background: #2C5E4F;
    color: #fff;
}
.post-tabs .nav-tabs >li.active >a,  .post-tabs .nav-tabs >li.active >a:hover,  .post-tabs .nav-tabs >li.active >a:focus {
    color: #fff;
    background-color: #2C5E4F;
    border: none;
    border-bottom-color: transparent;
    cursor: default;
    border-top: 1px solid #2C5E4F;
    padding: 16px 35px 16px 36px;
    margin: 0px;
}
.post-tabs .nav-tabs >li.active >a .post-icon,  .post-tabs .nav-tabs >li.active >a:hover .post-icon,  .post-tabs .nav-tabs >li.active >a:focus .post-icon {
    color: #2C5E4F;
    background: none;
}
.alert {
    margin-left: 0;
    margin-right: 0;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.head-social-icon {
    font-size: 32px;
    height: 40px;
    width: 30px;
    float: left;
    margin-right: 10px;
    color: #578575;
    line-height: 40px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.head-social-icon:hover {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
@media screen and (min-width:992px) {
    .navbar-nav li a i,  .navbar-nav .dropdown b {
        display: none !important }
    .navbar {
        position: static;
        margin-bottom: 0px;
        border: none }
    .navbar-default .navbar-nav>li>a {
        color: #4a3c31;
        font-size: 15px;
        font-weight: 400; }
    .navbar-nav>li>a {
        padding-top: 35px;
        padding-bottom: 35px }
    .navbar-default .navbar-nav>.active>a:before {
        content: '';
        width: 100%;
        background: #2C5E4F;
        height: 3px;
        position: absolute;
        top: -2px;
        left: 0%;
        transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out }
    .navbar-default .navbar-nav>li>a:before {
        content: '';
        width: 0px;
        background: #2C5E4F;
        height: 3px;
        position: absolute;
        top: -2px;
        left: 50%;
        transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out }
    .navbar-default .navbar-nav>li:hover>a:before {
        width: 100%;
        left: 0 }
    .navbar-nav.navbar-right li:last-child a {
        padding-right: 0 !important }
}.fa {
     font-family: FontAwesome !important;
     font-style: normal;
     font-weight: normal;
     line-height: 1;
 }
.float-right {
    float: right;
    margin: 0 0px 0 0;
}
.dept-details-butt {
    display: block;
    padding: 6px 30px;
    color: #2C5E4F;
    border-radius: 0px;
    border: 1px solid #2C5E4F;
    margin-right: 0;
    float: left;
    position: relative;
    z-index: 1;
    text-align: center;
    transition: .2s;
}
.purchase-strip-blue.dept-apponit-butt .btn {
    border: 1px solid #E0684B;
    border-radius: 0px;
    background: #E0684B;
    font-family: inherit;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-transform: initial;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-shadow: none;
    padding: 6px 20px;
    margin: 0px;
    line-height: 1.2em;
    height: inherit;
}
#footer {
    font-size: 12px;
    background: #424242;
    position: relative;
    float: left;
    width: 100%;
    padding: 33px 0 0 0;
}
#footer p {
    color: #bcbec0;
    line-height: 2em;
    margin: 0;
}
#footer a {
    color: #bcbec0;
}
.address-icons {
    font-size: 18px;
    color: #bcbec0;
    margin-right: 16px;
    background: none;
    text-align: left;
    height: 20px;
    line-height: 1.3em;
    width: 13px;
    float: left;
}
.foot-address div {
    font-family: 'Source Sans Pro',  sans-serif;
    color: #bcbec0;
    line-height: 1.5em;
    padding-bottom: 1.9em;
}
.foot-address span {
    display: inline-block;
    margin-top: 0.4em;
}
.foot-address {
    padding-bottom: 0px;
    float: left;
    margin-bottom: 14px;
}
.foot-widget-title {
    font-family: 'Source Sans Pro',  sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #e6e7e8;
    line-height: 2.3em;
    padding-bottom: 5px;
    text-transform: uppercase;
    float: left;
    width: 100%}
.foot-widget .foot-widget-title:last-child {
    padding-bottom: 10px;
}
.footer__address_item {
    padding-left: 3rem;
}
.footer__address_baloon {
    position: relative;
}
.footer__address_baloon::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 14px;
    height: 20px;
    background-image: url("../images/placeholder.svg");
    background-repeat: no-repeat;
}
.footer__address_sbfont {
    font-family: 'Source Sans Pro',  sans-serif;;
}
.footer__phone, .footer__mail {
    position: relative;
    padding-top: 0.3rem;
}
.footer__phone::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 18px;
    height: 20px;
    background-image: url("../images/call.svg");
    background-repeat: no-repeat;
}
.footer__mail::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 11px;
    width: 19px;
    height: 20px;
    background-image: url("../images/letter.svg");
    background-repeat: no-repeat;
}
.social-wrap {
    height: auto;
    width: 100%;
    padding-top: 2.2em;
}
.social-wrap li {
    background: none;
    display: inline-block;
    margin: 0px;
    padding-right: 0.9em;
}
.social-wrap li img {
    width: 30px;
}
.foot-widget:last-child {
    border: none;
}
.bottom-footer {
    color: #bcbec0;
    font-family: 'Source Sans Pro',  sans-serif;
    background: #424242;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%}
.bottom-footer p, .bottom-footer a {
    font-size: 9px;
    color: #bcbec0;
    line-height: 21px;
    margin: 0px;
}
.foot-menu {
    margin: 0px;
}
.foot-menu li {
    font-family: Source Sans Pro,sans-serif;
    padding: 0.4rem 0;
}
.foot-menu li a {
    color: #bcbec0;
    font-size: 0.96em;
    text-transform: none;
    padding: 0 24px 0 0;
    line-height: 21px;
    text-decoration: none;
    transition: .3s;
}
.foot-menu li:last-child a {
    padding: 0 0 0 0;
}
.foot-menu li a:hover {
    color: #878888;
    transition: .3s;
}
.complete-footer {
    float: left;
    width: 100%;
    position: fixed;
    z-index: -1;
    bottom: 0;
    left: 0;
}
.complete-content {
    font-family: 'Open Sans',  sans-serif;
    color: #4a3c31;
    float: left;
    width: 100%;
    margin-bottom: 510px;
    background: #fff;
    overflow-y: hidden;
    height: 100%}
.top-padding {
    padding-top: 50px;
}
.top-padding-27 {
    padding-top: 27px;
}
.top-margin {
    margin-top: 50px !important;
}
.bottom-padding {
    padding-bottom: 50px;
}
@media (min-width:992px) and (max-width:1200px) {
    .complete-content {
        float: left;
        width: 100%;
        margin-bottom: 510px;
        background: #fff;
    }
}
@media (max-width:991px) and (min-width:768px) {
    .complete-content {
        float: left;
        width: 100%;
        margin-bottom: 0;
        background: #fff;
    }
}
@media (max-width:767px) {
    .complete-content {
        float: left;
        width: 100%;
        margin-bottom: 0;
        background: #fff;
    }
    .complete-footer {
        float: left;
        width: 100%;
        position: relative;
        z-index: -1;
        bottom: 0;
        left: 0;
    }
    .bottom-footer {
        padding-bottom: 0;
        background: #37383a;
    }
}

.xweb-btn {
    background-color: #11584e;
    color: #fff;
    font-size: 22px;
    font-family: Open Sans, sans-serif;
    padding: 10px;
    text-decoration: underline;
}

.xweb-btn:hover, .xweb-btn:active, .xweb-btn:visited {
    color: #fff;
}

.bottom-footer__link {
  text-decoration: underline;
}

.foot-widget-bottom {
  font-size: 16px;
}

.lk-btn {
    position: relative;
    display: inline-block;
    margin-left: 60px;
    text-decoration: none;
}

.lk-btn a {
    text-decoration: underline;
    color: #4a3c31;
    font-size: 15px;
}