 
/* -------------------------------------------------------------------

    [Table of contents]

    01. Bootstrap parts
    02. General Style
    03. Headers
    04. Navigation Menu
    05. Footers
    06. Content Page
    07. Sections
    08. Font Icons
    09. Responsiveness
    10. Helper Classes


    [Colors]

    # main color --> #B54321 = rgb(19,117,163)
    # background --> #f5f5f5
    # content    --> #404346


    [Typography]

    # content    --> Source Sans Pro


    [Notes]

    # 

-------------------------------------------------------------------- */



/* *********************    Bootstrap parts    ********************* */
/* Normalize, Grid System, Typography etc */
    html {
      font-family: sans-serif;
      -ms-text-size-adjust: 100%;
      -webkit-text-size-adjust: 100%;
    }
    body {
      margin: 0;
    }
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    main,
    menu,
    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-color: 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: #000;
    }
    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;
      -webkit-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"] {
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              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;
    }
    * {
      -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);
    }
    input,
    button,
    select,
    textarea {
      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: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px;
    }
    figure {
      margin: 0;
    }
    img {
      vertical-align: middle;
    }

    hr {
      margin-top: 20px;
      margin-bottom: 20px;
      border: 0;
      border-top: 1px solid #eeeeee;
    }
    [role="button"] {
      cursor: pointer;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      font-family: inherit;
      font-weight: 500;
      line-height: 1.1;
      color: inherit;
    }
    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: #777777;
    }
    h1,
    h2,
    h3 {
      margin-top: 20px;
      margin-bottom: 10px;
    }
    h1 small,
    h2 small,
    h3 small,
    h1 .small,
    h2 .small,
    h3 .small {
      font-size: 65%;
    }
    h4,
    h5,
    h6 {
      margin-top: 10px;
      margin-bottom: 10px;
    }
    h4 small,
    h5 small,
    h6 small,
    h4 .small,
    h5 .small,
    h6 .small {
      font-size: 75%;
    }
    h1 {
      font-size: 36px;
    }
    h2 {
      font-size: 30px;
    }
    h3  {
      font-size: 24px;
    }
    h4 {
      font-size: 18px;
    }
    h5 {
      font-size: 14px;
    }
    h6 {
      font-size: 12px;
    }
    p {
      margin: 0 0 10px;
    }
    small,
    .small {
      font-size: 85%;
    }
    mark,
    .mark {
      background-color: #fcf8e3;
      padding: .2em;
    }
    .text-left {
      text-align: left;
    }
    .text-right {
      text-align: right;
    }
    .text-center {
      text-align: center;
    }

    ul,
    ol {
      margin-top: 0;
      margin-bottom: 10px;
    }
    ul ul,
    ol ul,
    ul ol,
    ol ol {
      margin-bottom: 0;
    }
    dl {
      margin-top: 0;
      margin-bottom: 20px;
    }
    dt,
    dd {
      line-height: 1.42857143;
    }
    dt {
      font-weight: bold;
    }
    dd {
      margin-left: 0;
    }

    abbr[title],
    abbr[data-original-title] {
      cursor: help;
      border-bottom: 1px dotted #777777;
    }
    .initialism {
      font-size: 90%;
      text-transform: uppercase;
    }
    blockquote {
      padding: 10px 20px;
      margin: 0 0 20px;
      font-size: 17.5px;
      border-left: 5px solid #eeeeee;
    }
    blockquote p:last-child,
    blockquote ul:last-child,
    blockquote ol:last-child {
      margin-bottom: 0;
    }
    blockquote footer,
    blockquote small,
    blockquote .small {
      display: block;
      font-size: 80%;
      line-height: 1.42857143;
      color: #777777;
    }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0';
    }

    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: 768px) {
      .container {
        width: 750px;
      }
    }
    @media (min-width: 992px) {
      .container {
        width: 970px;
      }
    }
    @media (min-width: 1200px) {
      .container {
        width: 1170px;
      }
    }
    .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: auto;
    }
    .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: auto;
    }
    .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: auto;
      }
      .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: auto;
      }
      .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: auto;
      }
      .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: auto;
      }
      .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: auto;
      }
      .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: auto;
      }
      .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%;
      }
    }
    .clearfix:before,
    .clearfix:after,
    .dl-horizontal dd:before,
    .dl-horizontal dd:after,
    .container:before,
    .container:after,
    .container-fluid:before,
    .container-fluid:after,
    .row:before,
    .row:after {
      content: " ";
      display: table;
    }
    .clearfix:after,
    .dl-horizontal dd:after,
    .container:after,
    .container-fluid:after,
    .row:after {
      clear: both;
    }
    .center-block {
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
    .pull-right {
      float: right !important;
    }
    .pull-left {
      float: left !important;
    }
    .hide {
      display: none !important;
    }
    .show {
      display: block !important;
    }
    .invisible {
      visibility: hidden;
    }

    .hidden {
      display: none !important;
    }
    .affix {
      position: fixed;
    }
    @-ms-viewport {
      width: device-width;
    }
    .visible-xs,
    .visible-sm,
    .visible-md,
    .visible-lg {
      display: none !important;
    }
    .visible-xs-block,
    .visible-xs-inline,
    .visible-xs-inline-block,
    .visible-sm-block,
    .visible-sm-inline,
    .visible-sm-inline-block,
    .visible-md-block,
    .visible-md-inline,
    .visible-md-inline-block,
    .visible-lg-block,
    .visible-lg-inline,
    .visible-lg-inline-block {
      display: none !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;
      }
    }


/* *********************    General Style    ********************* */
    
    html,
    body {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    body {
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility; 
        -moz-osx-font-smoothing: grayscale;
        min-height: 100%;
        font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 15px;
        line-height: 28px;
        letter-spacing:normal;
        font-weight:400;
        background-color: #f5f5f5;
        color: #404346;
    }
    img {
        height: auto;
        max-width: 100%;
    }
    mark {
        color:#fff;
        background:rgb(19,117,163);
    }
    hr {
        display: block;
        line-height: 25px;
        margin: 30px 0;
        position: relative;
        width: 100%;
    }
    h1, h2, h3, h4, h5, h6 {
        font-weight: 300;
        letter-spacing: -1px;
        margin: 0;
        color: #303030;
    }
    h1 {
        font-size: 42px;
        line-height: 44px;
        margin: 0 0 40px 0;
    }
    h2 {
        font-size: 36px;
        line-height: 38px;
        margin: 0 0 35px 0;
    }
    h3 {
        font-size: 28px;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 28px;
        margin-bottom: 30px;
    }
    h4, h5, h6 {
        letter-spacing: normal;
        margin: 0 0 15px 0;
    }
    h4 {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
    }
    h5 {
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
    }
    h6 {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
    }
    p {
        margin: 0 0 20px;
    }
    a {
        color:rgb(19,117,163); 
        text-decoration:underline;
        -webkit-transition:all 0.2s linear; transition:all 0.2s linear;
    }
    a:hover,
    a:focus, 
    a:active,
    .btn:hover,
    .btn:focus, 
    .btn:active,
    button:hover,
    button:focus, 
    button:active  {
        text-decoration:none;
        outline:0;
        box-shadow:none;
        -webkit-transition:all 0.2s easeout; transition:all 0.2s ease-out;
    }


    /* Miscellaneous */
    .bg-overlay {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        background: #424252;
        opacity: 0.5;
        filter: alpha(opacity=50)
    }

    .br-bottom:after {
        content:"";
        display:block;
        width:40px;
        height:1px;
        border-top:2px solid rgb(19,117,163);
        margin:15px 0;
    }
    .br-bottom.white:after {
        border-top:2px solid #c0c3c5;
    }
    .br-bottom.br-center:after {
      margin:15px auto;
    }

    .br-right {
      padding:5px 25px 5px 0;
      border-right:1px solid rgb(19,117,163);
    }

    .border-left {
        border-left:2px solid #606365;
    }



/* *********************    Headers    ********************* */
    .header-wrapper.simple-header {
      position:relative;
      padding:30px 0 35px;
    }

    .header-wrapper.bg-header,
    .page-header {
        padding:50px 0 30px;
        position: relative;
        -webkit-backface-visibility: visible !important;
        background-repeat: no-repeat;
        background-position: center top; 
        background-size: cover;
        background-image:url('../img/bg01.jpg');
    }
    .header-wrapper.bg-header {
      padding:50px 0;
    }
    .page-header {
      padding:60px 0 50px;
    }



/* *********************    Navigation Menu   ********************* */

    .menu {
        list-style:none;
        margin:0;
        padding:0;
        margin-top:5px;
    }
    .menu:before,
    .menu:after {
        display: table;
        content: " ";
    }
    .menu:after {
        clear:both;
    }
    .menu > li {
        display:inline-block;
        padding-right:30px;
    }

    .menu > li:last-child {
        padding-right:0;
    }
    .menu > li > a {
        font-family:inherit;
        font-size:16px;
        color:#d3d5d8;
        opacity:0.9;
        filter: alpha(opacity=90)
        -webkit-transition:all 0.2s easeout; transition:all 0.2s ease-out;
        text-decoration:none;
    }
    .menu > li > a:hover,
    .menu > li > a:focus,
    .menu > li > a:active {
        color:rgb(19,117,163);
        -webkit-transition:all 0.2s easeout; transition:all 0.2s ease-out;
    }

    .simple-header .menu > li > a {
        font-family: inherit;
        color:#35353a;
        opacity:1;
        filter: alpha(opacity=100)
    }
    .simple-header .menu > li > a:hover,
    .simple-header .menu > li > a:focus,
    .simple-header .menu > li > a:active {
        color:rgb(19,117,163);
    }


    .menu > li.toggle-menu { display:none; }

    @media (max-width:767px) {
        .menu > li {
            display:block;
            margin-bottom:5px;
            margin-left:5px;
            width:100%;
        }
        .menu > li.toggle-menu {
            display: block;
            margin-left:0;
            margin-bottom:10px;
        }
        .menu > li.toggle-menu > a {
            letter-spacing: 1px;
            font-size:14px;
            color:#d3d5d8;
        }
        .simple-header .menu > li.toggle-menu > a {
            color:#35353a;
        }
        .menu > li.toggle-menu .icon {
            margin-right:5px;
            font-size:17px;
            position: relative;
            top:1px;
        }

        .header-wrapper .menu {
            max-height:40px;
            overflow:hidden;
            -webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
        }
        .header-wrapper .menu.open {
            max-height:250px;
            -webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
        }
    }



/* *********************    Footers    ********************* */
    .footer-wrapper {
        position: relative;
        padding:40px 0;
        background-color:#303335;
        color:#d0d3d6;
    }

    .menu.footer-menu {
        margin-top:0;
    }
    .footer-menu > li > a {
        font-family:"Source Sans Pro",sans-serif;
        font-size:13px;
        color:inherit;
        opacity:0.9;
        filter: alpha(opacity=90)
        -webkit-transition:all 0.2s easeout; transition:all 0.2s ease-out;
    }
    .copyright {
        margin-bottom:0;
        font-size: 13px;
        opacity:0.9;
        filter: alpha(opacity=90)
    }



/* *********************    Content Page (Sections)    ********************* */
    
    .content-page {
        position: relative;
        padding: 40px 0 60px;
        font-size:18px;
        line-height:30px;
    }
    .content-page.search-results {
        padding:60px 0 60px;
    }

    .content-title {
        font-family:"Source Sans Pro",sans-serif;
        font-weight: 400;
        font-size:36px;
        color:#505460;
        margin-bottom: 15px;
        line-height:46px;
    }
    .content-title.white {
      color:#c2c4c7;
    }

    .content-subtitle {
        font-family:inherit;
        font-weight: 400;
        font-size:22px;
        color:#4a4c4e;
        margin-bottom: 25px;
        line-height:30px;
    }

    .snippet {
      font-size:14px;
      color:#606368;
      font-style:italic;
      margin-bottom: 20px;
    }

    .pf-box-view {
        background-color: #ebebeb;
        margin-bottom: 15px;
        padding: 12px 12px 13px 12px;
        float: left;
    }

/* *********************    Sections    ********************* */
    
    .section-gray {
        position: relative;
        padding:50px 0 30px;
        background-color:#f1f1f3;
        margin:50px 0;
    }
    .gray-paragraph {
        color:#707377;
        font-size:15px;
    }
    .gray-box {
        background-color:#f1f1f3;
        padding:20px 30px;
    }

    /* Clients */
    .clients {
      margin:30px 0 30px;
    }
    @media (min-width:768px) and (max-width:991px) {
        .clients {  margin:30px 0; }
    }
    @media (max-width:767px) {
      .clients { margin:60px 0 0; }
    }
    .clients img {
        opacity:0.85;
        filter: alpha(opacity=85)
        -webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
    }
    .clients img:hover {
        opacity:1;
        filter: alpha(opacity=100)
        -webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
    }



/* *********************    Search form    ********************* */

    .search-form {
        width:100%;
        border-radius:3px;
        position:relative;
        margin:120px 0 70px;
        background-color:rgba(255,255,255,0.8);
        box-shadow:4px 4px 20px rgba(0,0,0,0.3);
    }
    .search-form.simple {
        box-shadow: none;
        background-color:transparent;
        border:1px solid #909398;
        margin:0;
    }
    @media (max-width:767px) {
        .search-form {  margin:40px 0 0; }
    }
    @media (min-width:768px) and (max-width:991px) {
        .search-form { margin:100px 0 40px; }
    }

    .search-form .search-btn {
        position:absolute;
        right:10px;
        top:8px;
        padding:0;
        margin:0;
        background-color:transparent;
        color:#404346;
        border:none;
        outline:none;
    }
    .search-form .search-input {
        width:100%;
        background-color: transparent;
        border:none;
        outline:none;
        box-shadow: none;
        padding:8px 20px;
        height:44px;
    }
    .search-form .search-input::-ms-clear {
        width : 0;
        height: 0;
    }
    ::-ms-clear {
        width : 0;
        height: 0;
    }

    .search-form .search-btn .icon {
        font-size:24px;
        color:#606368;
        -webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
    }
    .search-form .search-btn:hover .icon {
        color:rgb(19,117,163);
        -webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
    }




/* *********************    Font Icons   ********************* */
    @font-face {
        font-family: 'fontello';
        src: url('../fonts/fontello.eot?16013848');
        src: url('../fonts/fontello.eot?16013848#iefix') format('embedded-opentype'),
            url('../fonts/fontello.woff?16013848') format('woff'),
            url('../fonts/fontello.ttf?16013848') format('truetype'),
            url('../fonts/fontello.svg?16013848#fontello') format('svg');
        font-weight: normal;
        font-style: normal;
    }

     [class^="icon-"]:before, [class*=" icon-"]:before {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
    }
     


    .icon-menu:before { content: '\e800'; } /* '' */
    .icon-twitter:before { content: '\e801'; } /* '' */
    .icon-facebook:before { content: '\e802'; } /* '' */
    .icon-email:before { content: '\e803'; } /* '' */
    .icon-search:before { content: '\e804'; } /* '' */


    .social-icon {
        padding: 0;
        margin: 0;
        height: 30px;
        list-style:none;
    }
    .social-icon > li {
        display: inline-block;
        margin-right: 20px;
    }
    .social-icon > li:last-child { margin-right:0; }

    .social-icon > li > a { display: table; }
    .social-icon > li > a > .icon {
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        width: 30px;
        height: 30px !important;
        line-height: 1;
        font-size: 14px;
        -webkit-transition: all 0.4s ease; transition: all 0.4s ease;
        color: #909397;
        background: none;
        opacity:0.9;
        filter: alpha(opacity=90)
    }
    .social-icon > li > a:hover > .icon,
    .social-icon > li > a:focus > .icon  {
        color:rgb(19,117,163);
        opacity:1;
        filter: alpha(opacity=100)
        -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
    }
    .icon.fix-fs {
        font-size:16px !important;
    }



/* *********************    Helper Classes    ********************* */


     @media (max-width:767px) {
          .xs-box { padding-bottom:30px !important; }
          .xs-box2 { padding-bottom:40px !important; }

          .xs-pull-left {
              float:left !important;
          }
      }

      @media (max-width:991px) {
          .sm-box { padding-bottom:30px !important; }
          .sm-box2 { padding-bottom:40px !important; }

          .sm-pull-left {
              float:left !important;
          }
      }


    .m0 { margin: 0 !important; }
    .mb0 { margin-bottom: 0 !important; }
    .mb10 { margin-bottom:10px !important; }
    .mb20 { margin-bottom:20px !important; }
    .mb30 { margin-bottom:30px !important; }
    .mb40 { margin-bottom:40px !important; }
    .mb50 { margin-bottom:50px !important; }
    .mb60 { margin-bottom:60px !important; }
    .mb70 { margin-bottom:70px !important; }


    .color-main { color:rgb(19,117,163); }
