* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande',
      'Lucida Sans Unicode', Geneva, Verdana, sans-serif;*/
      padding: 0px;
    width: 100%;
      
  }
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  nav,
  section {
    display: block;
  }
  audio,
  canvas,
  video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  audio:not([controls]) {
    display: none;
  }
/*links*/
a:link,
a:visited {
  color: #552684;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #8356b1;
  text-decoration: underline;
  background-color: none;
}
a:link.content-link,
a:visited.content-link {
  color: #0000ff;
  text-decoration: underline;
  font-weight: bold;
}
a:hover.content-link {
  color: #8356b1;
  text-decoration: underline;
  background-color: none;
}
/*---HEADER---*/

#header {
  padding: 0px;
  margin: 0px;
}
  #header img {
    box-shadow: 0px 0px 3px #000000;
    z-index: 999;
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: 'cover';

  
  }
.header {
    margin-bottom: 0px;
  }

/*---NAV ---*/

#navwrapper {
    width: 100%;
    margin: 0px;
    text-align: center;
    background-color: #552684;
    position: relative;
  }
  .navigation {
    padding: 5px 0;
    margin-bottom: 10px;
    margin-top: 0px;
  }
  .navbar {
    overflow: visible;
    margin-bottom: 18px;
    *position: relative;
    *z-index: 2;
  }
  .navbar .btn-navbar {
    display: none;
    float: right;
    padding: 7px 10px;
    margin-left: 5px;
    margin-right: 5px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ededed;
    background-image: -moz-linear-gradient(top, #f2f2f2, #e6e6e6);
    background-image: -webkit-gradient(
      linear,
      0 0,
      0 100%,
      from(#f2f2f2),
      to(#e6e6e6)
    );
    background-image: -webkit-linear-gradient(top, #f2f2f2, #e6e6e6);
    background-image: -o-linear-gradient(top, #f2f2f2, #e6e6e6);
    background-image: linear-gradient(to bottom, #f2f2f2, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    *background-color: #e6e6e6;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
      0 1px 0 rgba(255, 255, 255, 0.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
      0 1px 0 rgba(255, 255, 255, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
      0 1px 0 rgba(255, 255, 255, 0.075);
  }
  .navbar .btn-navbar:hover,
  .navbar .btn-navbar:focus,
  .navbar .btn-navbar:active,
  .navbar .btn-navbar.active,
  .navbar .btn-navbar.disabled,
  .navbar .btn-navbar[disabled] {
    color: #fff;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
  }
  .navbar .btn-navbar:active,
  .navbar .btn-navbar.active {
    background-color: #000 \9;
  }
  .navbar .btn-navbar .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #552684;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  }
  .btn-navbar .icon-bar + .icon-bar {
    margin-top: 3px;
  }
  .navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.nav-collapse.collapse {
    height: auto;
    overflow: visible;
  }
  .collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
  }
  .collapse.in {
    height: auto;
  }
  .nav {
    margin-left: 0;
    margin-bottom: 18px;
    list-style: none;
  }
  .nav-tabs,
.nav-pills {
  *zoom: 1;
  display: table; /* centers modern browsers */
  margin: 0 auto; /* centers modern browsers */
  text-align: center;
}
.nav-tabs:before,
.nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
  display: table;
  content: '';
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
  text-align: center;
  display: inline;
}

.nav-pills > li + li {
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url(../images/separator.png);
  margin-left: 25px;
}

.nav-pills li a:hover {
  background-color: none;
  
  font-weight: 600;
  text-shadow: 0px 0px 4px rgba(255, 255, 255, 1);
  
}

.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 0px;
  padding-left: 25px;
  margin-right: 5px;
  line-height: 14px;
  display: block;
  text-align: center;
  background-position: 0% 0%;
}
.nav-tabs {
  border-bottom: none;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 18px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eee #eee #ddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555;
  background-color: #none;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 20px;
  padding-bottom: 15px;
  margin-top: 2px;
  margin-bottom: 2px;
   color: #fff;
  font-size: 1.2em;
  font-weight: 300 !important;
}
.nav-pills > li > a.active {
  color: #bc9408;
  font-weight: bold!important;

}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #552684;
  background-color: none;
  font-size: 1.5em;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #08c;
  border-bottom-color: #08c;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #fff;
  background-color: #999;
  border-color: #999;
}
  /*---END NAV---*/
  ul,
ol {
  padding: 0;
  margin: 0 0 9px 25px;
}
  .pull-right {
    float: right;
  }
  .pull-left {
    float: left;
  }
img {
    max-width: 100%;
    width: auto \9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
  }
  
.img-fluid {
    max-width: 100%;
    height: auto;
  }
  #topbar {
    width: 100%;
    height: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 97px !important;
    background-color: #552684;
    margin: 0px;
    box-shadow: 0px 0px 10px #000000;
    z-index: 1000;
    position: relative;
  }
  .container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
  max-width: 1180px;
}
.container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
  }
  
.navigation .nav li {
    position: relative;
  }

  @media (max-width: 768px) {
    body {
      padding-top: 0;
    }
    .header {
      background: transparent;
    }
    .header .brand {
      float: none;
      display: block;
      text-align: center;
    }
    .header .nav.pull-right,
    .header-search {
      float: none;
      display: block;
    }
    .header-search form {
      margin: 0;
    }
    .header-search .search-query {
      width: 90%;
    }
    .header .nav-pills > li > a {
      border: 1px solid #ddd;
      border-bottom: 0;
      margin: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      margin-right: 0;
    }
    .header .nav-pills > li:first-child > a {
      -webkit-border-radius: 4px 4px 0 0;
      -moz-border-radius: 4px 4px 0 0;
      border-radius: 4px 4px 0 0;
    }
    .header .nav-pills > li:last-child > a {
      -webkit-border-radius: 0 0 4px 4px;
      -moz-border-radius: 0 0 4px 4px;
      border-radius: 0 0 4px 4px;
      border-bottom: 1px solid #ddd;
    }
    .modal.fade {
      top: -100%;
    }
    .nav-tabs {
      border-bottom: 0;
    }
    .nav-tabs > li {
      float: none;
    }
    .nav-tabs > li > a {
      border: 1px solid #ddd;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      margin-right: 0;
    }
    .nav-tabs > li:first-child > a {
      -webkit-border-radius: 4px 4px 0 0;
      -moz-border-radius: 4px 4px 0 0;
      border-radius: 4px 4px 0 0;
    }
    .nav-tabs > li:last-child > a,
    .nav-tabs > .active:last-child > a {
      -webkit-border-radius: 0 0 4px 4px;
      -moz-border-radius: 0 0 4px 4px;
      border-radius: 0 0 4px 4px;
      border-bottom: 1px solid #ddd;
    }
    .nav-tabs > li > a:hover {
      border-color: #ddd;
      z-index: 2;
    }
    .nav-tabs.nav-dark > li > a {
      border: 1px solid #333;
    }
    .nav-tabs > li:last-child > a,
    .nav-tabs > .active:last-child > a {
      border-bottom: 1px solid #333;
    }
    .nav-tabs.nav-dark > li > a:hover {
      border-color: #333;
    }
    .nav-pills > li {
      float: none;
    }
    .nav-pills > li > a {
      margin-right: 0;
    }
    .nav-pills > li > a {
      margin-bottom: 3px;
    }
    .nav-pills > li:last-child > a {
      margin-bottom: 1px;
    }
    .form-search > .pull-left,
    .form-search > .pull-right {
      float: none;
      display: block;
      margin-bottom: 9px;
    }
    .hide {
  display: none;
}
  }
  @media (max-width: 980px) {
    .navbar-fixed-top {
      margin-bottom: 0 !important;
    }
    .item-comment .item-image {
      display: none;
    }
    .well {
      padding: 10px;
    }
  }
  @media (max-width: 979px) {
    .nav-collapse.in.collapse {
      overflow: visible;
      height: 0;
      z-index: 100;
    }
  }
  
@media (max-width: 979px) {
    body {
      padding-top: 0;
    }
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      position: static;
    }
    .navbar-fixed-top {
      margin-bottom: 18px;
    }
    .navbar-fixed-bottom {
      margin-top: 18px;
    }
    .navbar-fixed-top .navbar-inner,
    .navbar-fixed-bottom .navbar-inner {
      padding: 5px;
    }
    .navbar .container {
      width: auto;
      padding: 0;
    }
    .navbar .brand {
      padding-left: 10px;
      padding-right: 10px;
      margin: 0 0 0 -5px;
    }
    .nav-collapse {
      clear: both;
    }
    .nav-collapse .nav {
      float: none;
      margin: 0 0 9px;
    }
    .nav-collapse .nav > li {
      float: none;
    }
    .nav-collapse .nav > li > a {
      margin-bottom: 2px;
    }
    .nav-collapse .nav > .divider-vertical {
      display: none;
    }
    .nav-collapse .nav .nav-header {
      color: #555;
      text-shadow: none;
    }
    .nav-collapse .nav > li > a,
    .nav-collapse .dropdown-menu a {
      padding: 9px 15px;
      font-weight: bold;
      color: #555;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
    }
    .nav-collapse .btn {
      padding: 4px 10px 4px;
      font-weight: normal;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
    }
    .nav-collapse .dropdown-menu li + li a {
      margin-bottom: 2px;
    }
    .nav-collapse .nav > li > a:hover,
    .nav-collapse .nav > li > a:focus,
    .nav-collapse .dropdown-menu a:hover,
    .nav-collapse .dropdown-menu a:focus {
      background-color: #f2f2f2;
    }
    .navbar-inverse .nav-collapse .nav > li > a,
    .navbar-inverse .nav-collapse .dropdown-menu a {
      color: #999;
    }
    .navbar-inverse .nav-collapse .nav > li > a:hover,
    .navbar-inverse .nav-collapse .nav > li > a:focus,
    .navbar-inverse .nav-collapse .dropdown-menu a:hover,
    .navbar-inverse .nav-collapse .dropdown-menu a:focus {
      background-color: #111111;
    }
    .nav-collapse.in .btn-group {
      margin-top: 5px;
      padding: 0;
    }
    .nav-collapse .dropdown-menu {
      position: static;
      top: auto;
      left: auto;
      float: none;
      display: none;
      max-width: none;
      margin: 0 15px;
      padding: 0;
      background-color: transparent;
      border: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
    }
    .nav-collapse .open > .dropdown-menu {
      display: block;
    }
    .nav-collapse .dropdown-menu:before,
    .nav-collapse .dropdown-menu:after {
      display: none;
    }
    .nav-collapse .dropdown-menu .divider {
      display: none;
    }
    .nav-collapse .nav > li > .dropdown-menu:before,
    .nav-collapse .nav > li > .dropdown-menu:after {
      display: none;
    }
    .nav-collapse .navbar-form,
    .nav-collapse .navbar-search {
      float: none;
      padding: 9px 15px;
      margin: 9px 0;
      border-top: 1px solid #f2f2f2;
      border-bottom: 1px solid #f2f2f2;
      -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.1);
      -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.1);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-inverse .nav-collapse .navbar-form,
    .navbar-inverse .nav-collapse .navbar-search {
      border-top-color: #111111;
      border-bottom-color: #111111;
    }
    .navbar .nav-collapse .nav.pull-right {
      float: none;
      margin-left: 0;
    }
    .nav-collapse,
    .nav-collapse.collapse {
      overflow: hidden;
      height: 0;
    }
    .navbar .btn-navbar {
      display: block;
    }
    .navbar-static .navbar-inner {
      padding-left: 10px;
      padding-right: 10px;
    }
  }
  @media (max-width: 767px) {
    .hidden-desktop {
      display: inherit !important;
    }
    .visible-desktop {
      display: none !important;
    }
    .visible-phone {
      display: inherit !important;
    }
    .hidden-phone {
      display: none !important;
    }
  }
@media (min-width: 1200px) {
.container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1180px;
      
  }
}
.row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: '';
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*='span'] {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846383%;
  }
  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*='span'] + [class*='span'] {
    margin-left: 2.127659574%;
  }
  .row-fluid .span12 {
    width: 99.99999999%;
    *width: 99.946808500638%;
  }
  .row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.436170203638%;
  }
  .row-fluid .span10 {
    width: 82.978723396%;
    *width: 82.925531906638%;
  }
  .row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.414893609638%;
  }
  .row-fluid .span8 {
    width: 65.957446802%;
    *width: 65.904255312638%;
  }
  .row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.393617015638%;
  }
  .row-fluid .span6 {
    width: 48.936170208%;
    *width: 48.882978718638%;
  }
  .row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.372340421638%;
  }
  .row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.861702124638%;
  }
  .row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.351063827638%;
  }
  .row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.840425530638%;
  }
  .row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.3297872336383%;
  }
  .row-fluid .offset12 {
    margin-left: 104.255319138%;
    *margin-left: 104.14893615928%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.127659564%;
    *margin-left: 102.02127658528%;
  }
  .row-fluid .offset11 {
    margin-left: 95.744680841%;
    *margin-left: 95.638297862277%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 93.617021267%;
    *margin-left: 93.510638288277%;
  }
  .row-fluid .offset10 {
    margin-left: 87.234042544%;
    *margin-left: 87.127659565277%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.10638297%;
    *margin-left: 84.999999991277%;
  }
  .row-fluid .offset9 {
    margin-left: 78.723404247%;
    *margin-left: 78.617021268277%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.595744673%;
    *margin-left: 76.489361694277%;
  }
  .row-fluid .offset8 {
    margin-left: 70.21276595%;
    *margin-left: 70.106382971277%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.085106376%;
    *margin-left: 67.978723397277%;
  }
  .row-fluid .offset7 {
    margin-left: 61.702127653%;
    *margin-left: 61.595744674277%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.574468079%;
    *margin-left: 59.468085100277%;
  }
  .row-fluid .offset6 {
    margin-left: 53.191489356%;
    *margin-left: 53.085106377277%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.063829782%;
    *margin-left: 50.957446803277%;
  }
  .row-fluid .offset5 {
    margin-left: 44.680851059%;
    *margin-left: 44.574468080277%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.553191485%;
    *margin-left: 42.446808506277%;
  }
  .row-fluid .offset4 {
    margin-left: 36.170212762%;
    *margin-left: 36.063829783277%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.042553188%;
    *margin-left: 33.936170209277%;
  }
  .row-fluid .offset3 {
    margin-left: 27.659574465%;
    *margin-left: 27.553191486277%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.531914891%;
    *margin-left: 25.425531912277%;
  }
  .row-fluid .offset2 {
    margin-left: 19.148936168%;
    *margin-left: 19.042553189277%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.021276594%;
    *margin-left: 16.914893615277%;
  }
  .row-fluid .offset1 {
    margin-left: 10.638297871%;
    *margin-left: 10.531914892277%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.510638297%;
    *margin-left: 8.4042553182766%;
  }
  [class*='span'].hide,
  .row-fluid [class*='span'].hide {
    display: none;
  }
  [class*='span'].pull-right,
  .row-fluid [class*='span'].pull-right {
    float: right;
  }
  
input[class*='span'],
select[class*='span'],
textarea[class*='span'],
.uneditable-input[class*='span'],
.row-fluid input[class*='span'],
.row-fluid select[class*='span'],
.row-fluid textarea[class*='span'],
.row-fluid .uneditable-input[class*='span'] {
  float: none;
  margin-left: 0;
}
.input-append input[class*='span'],
.input-append .uneditable-input[class*='span'],
.input-prepend input[class*='span'],
.input-prepend .uneditable-input[class*='span'],
.row-fluid input[class*='span'],
.row-fluid select[class*='span'],
.row-fluid textarea[class*='span'],
.row-fluid .uneditable-input[class*='span'],
.row-fluid .input-prepend [class*='span'],
.row-fluid .input-append [class*='span'] {
  display: inline-block;
}

.controls-row [class*='span'],
.row-fluid .controls-row [class*='span'] {
  float: left;
}
  .d-flex {
    display: flex !important;
  }
  .align-items-center {
    align-items: center !important;
  }
  
@media (max-width: 767px) {
    body {
      padding-left: 0px;
      padding-right: 0px;
    }
    .navbar-fixed-top,
    .navbar-fixed-bottom,
    .navbar-static-top {
      margin-left: -20px;
      margin-right: -20px;
    }
    .container-fluid {
      padding: 0;
    }
    .dl-horizontal dt {
      float: none;
      clear: none;
      width: auto;
      text-align: left;
    }
    .dl-horizontal dd {
      margin-left: 0;
    }
    .container {
      width: auto;
    }
    .row-fluid {
      width: 100%;
    }
    .row,
    .thumbnails {
      margin-left: 0;
    }
    .thumbnails > li {
      float: none;
      margin-left: 0;
    }
    [class*='span'],
    .uneditable-input[class*='span'],
    .row-fluid [class*='span'] {
      float: none;
      display: block;
      width: 100%;
      margin-left: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
    .span12,
    .row-fluid .span12 {
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
    .row-fluid [class*='offset']:first-child {
      margin-left: 0;
    }
    .input-large,
    .input-xlarge,
    .input-xxlarge,
    input[class*='span'],
    select[class*='span'],
    textarea[class*='span'],
    .uneditable-input {
      display: block;
      width: 100%;
      min-height: 28px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
    .input-prepend input,
    .input-append input,
    .input-prepend input[class*='span'],
    .input-append input[class*='span'] {
      display: inline-block;
      width: auto;
    }
    .controls-row [class*='span'] + [class*='span'] {
      margin-left: 0;
    }
  }
  @media (max-width: 480px) {
    .nav-collapse {
      -webkit-transform: translate3d(0, 0, 0);
    }
    .page-header h1 small {
      display: block;
      line-height: 18px;
    }
    input[type='checkbox'],
    input[type='radio'] {
      border: 1px solid #ccc;
    }
    
    .media .pull-left,
    .media .pull-right {
      float: none;
      display: block;
      margin-bottom: 10px;
    }
    .media-object {
      margin-right: 0;
      margin-left: 0;
    }
    .modal-header .close {
      padding: 10px;
      margin: -10px;
    }
    .carousel-caption {
      position: static;
    }
  }
  @media (min-width: 768px) and (max-width: 979px) {
    .row {
      margin-left: -20px;
      *zoom: 1;
    }
    .row:before,
    .row:after {
      display: table;
      content: '';
      line-height: 0;
    }
    .row:after {
      clear: both;
    }
    [class*='span'] {
      float: left;
      min-height: 1px;
      margin-left: 20px;
    }
    .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
      width: 724px;
    }
    .span12 {
      width: 724px;
    }
    .span11 {
      width: 662px;
    }
    .span10 {
      width: 600px;
    }
    .span9 {
      width: 538px;
    }
    .span8 {
      width: 476px;
    }
    .span7 {
      width: 414px;
    }
    .span6 {
      width: 352px;
    }
    .span5 {
      width: 290px;
    }
    .span4 {
      width: 228px;
    }
    .span3 {
      width: 166px;
    }
    .span2 {
      width: 104px;
    }
    .span1 {
      width: 42px;
    }
    .offset12 {
      margin-left: 764px;
    }
    .offset11 {
      margin-left: 702px;
    }
    .offset10 {
      margin-left: 640px;
    }
    .offset9 {
      margin-left: 578px;
    }
    .offset8 {
      margin-left: 516px;
    }
    .offset7 {
      margin-left: 454px;
    }
    .offset6 {
      margin-left: 392px;
    }
    .offset5 {
      margin-left: 330px;
    }
    .offset4 {
      margin-left: 268px;
    }
    .offset3 {
      margin-left: 206px;
    }
    .offset2 {
      margin-left: 144px;
    }
    .offset1 {
      margin-left: 82px;
    }
    .row-fluid {
      width: 100%;
      *zoom: 1;
    }
    .row-fluid:before,
    .row-fluid:after {
      display: table;
      content: '';
      line-height: 0;
    }
    .row-fluid:after {
      clear: both;
    }
    .row-fluid [class*='span'] {
      display: block;
      width: 100%;
      min-height: 28px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      float: left;
      margin-left: 2.127659574%;
      *margin-left: 2.0744680846383%;
    }
    .row-fluid [class*='span']:first-child {
      margin-left: 0;
    }
    .row-fluid .controls-row [class*='span'] + [class*='span'] {
      margin-left: 2.127659574%;
    }
    .row-fluid .span12 {
      width: 99.99999999%;
      *width: 99.946808500638%;
    }
    .row-fluid .span11 {
      width: 91.489361693%;
      *width: 91.436170203638%;
    }
    .row-fluid .span10 {
      width: 82.978723396%;
      *width: 82.925531906638%;
    }
    .row-fluid .span9 {
      width: 74.468085099%;
      *width: 74.414893609638%;
    }
    .row-fluid .span8 {
      width: 65.957446802%;
      *width: 65.904255312638%;
    }
    .row-fluid .span7 {
      width: 57.446808505%;
      *width: 57.393617015638%;
    }
    .row-fluid .span6 {
      width: 48.936170208%;
      *width: 48.882978718638%;
    }
    .row-fluid .span5 {
      width: 40.425531911%;
      *width: 40.372340421638%;
    }
    .row-fluid .span4 {
      width: 31.914893614%;
      *width: 31.861702124638%;
    }
    .row-fluid .span3 {
      width: 23.404255317%;
      *width: 23.351063827638%;
    }
    .row-fluid .span2 {
      width: 14.89361702%;
      *width: 14.840425530638%;
    }
    .row-fluid .span1 {
      width: 6.382978723%;
      *width: 6.3297872336383%;
    }
    .row-fluid .offset12 {
      margin-left: 104.255319138%;
      *margin-left: 104.14893615928%;
    }
    .row-fluid .offset12:first-child {
      margin-left: 102.127659564%;
      *margin-left: 102.02127658528%;
    }
    .row-fluid .offset11 {
      margin-left: 95.744680841%;
      *margin-left: 95.638297862277%;
    }
    .row-fluid .offset11:first-child {
      margin-left: 93.617021267%;
      *margin-left: 93.510638288277%;
    }
    .row-fluid .offset10 {
      margin-left: 87.234042544%;
      *margin-left: 87.127659565277%;
    }
    .row-fluid .offset10:first-child {
      margin-left: 85.10638297%;
      *margin-left: 84.999999991277%;
    }
    .row-fluid .offset9 {
      margin-left: 78.723404247%;
      *margin-left: 78.617021268277%;
    }
    .row-fluid .offset9:first-child {
      margin-left: 76.595744673%;
      *margin-left: 76.489361694277%;
    }
    .row-fluid .offset8 {
      margin-left: 70.21276595%;
      *margin-left: 70.106382971277%;
    }
    .row-fluid .offset8:first-child {
      margin-left: 68.085106376%;
      *margin-left: 67.978723397277%;
    }
    .row-fluid .offset7 {
      margin-left: 61.702127653%;
      *margin-left: 61.595744674277%;
    }
    .row-fluid .offset7:first-child {
      margin-left: 59.574468079%;
      *margin-left: 59.468085100277%;
    }
    .row-fluid .offset6 {
      margin-left: 53.191489356%;
      *margin-left: 53.085106377277%;
    }
    .row-fluid .offset6:first-child {
      margin-left: 51.063829782%;
      *margin-left: 50.957446803277%;
    }
    .row-fluid .offset5 {
      margin-left: 44.680851059%;
      *margin-left: 44.574468080277%;
    }
    .row-fluid .offset5:first-child {
      margin-left: 42.553191485%;
      *margin-left: 42.446808506277%;
    }
    .row-fluid .offset4 {
      margin-left: 36.170212762%;
      *margin-left: 36.063829783277%;
    }
    .row-fluid .offset4:first-child {
      margin-left: 34.042553188%;
      *margin-left: 33.936170209277%;
    }
    .row-fluid .offset3 {
      margin-left: 27.659574465%;
      *margin-left: 27.553191486277%;
    }
    .row-fluid .offset3:first-child {
      margin-left: 25.531914891%;
      *margin-left: 25.425531912277%;
    }
    .row-fluid .offset2 {
      margin-left: 19.148936168%;
      *margin-left: 19.042553189277%;
    }
    .row-fluid .offset2:first-child {
      margin-left: 17.021276594%;
      *margin-left: 16.914893615277%;
    }
    .row-fluid .offset1 {
      margin-left: 10.638297871%;
      *margin-left: 10.531914892277%;
    }
    .row-fluid .offset1:first-child {
      margin-left: 8.510638297%;
      *margin-left: 8.4042553182766%;
    }
    input,
    textarea,
    .uneditable-input {
      margin-left: 0;
    }
    .controls-row [class*='span'] + [class*='span'] {
      margin-left: 20px;
    }
    input.span12,
    textarea.span12,
    .uneditable-input.span12 {
      width: 710px;
    }
    input.span11,
    textarea.span11,
    .uneditable-input.span11 {
      width: 648px;
    }
    input.span10,
    textarea.span10,
    .uneditable-input.span10 {
      width: 586px;
    }
    input.span9,
    textarea.span9,
    .uneditable-input.span9 {
      width: 524px;
    }
    input.span8,
    textarea.span8,
    .uneditable-input.span8 {
      width: 462px;
    }
    input.span7,
    textarea.span7,
    .uneditable-input.span7 {
      width: 400px;
    }
    input.span6,
    textarea.span6,
    .uneditable-input.span6 {
      width: 338px;
    }
    input.span5,
    textarea.span5,
    .uneditable-input.span5 {
      width: 276px;
    }
    input.span4,
    textarea.span4,
    .uneditable-input.span4 {
      width: 214px;
    }
    input.span3,
    textarea.span3,
    .uneditable-input.span3 {
      width: 152px;
    }
    input.span2,
    textarea.span2,
    .uneditable-input.span2 {
      width: 90px;
    }
    input.span1,
    textarea.span1,
    .uneditable-input.span1 {
      width: 28px;
    }
  }
  @media (min-width: 1200px) {
    .row {
      margin-left: -20px;
      *zoom: 1;
    }
    .row:before,
    .row:after {
      display: table;
      content: '';
      line-height: 0;
    }
    .row:after {
      clear: both;
    }
    [class*='span'] {
      float: left;
      min-height: 1px;
      margin-left: 20px;
    }
    .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
      width: 1180px;
    }
    .span12 {
      width: 940px;
    }
    .span11 {
      width: 860px;
    }
    .span10 {
      width: 780px;
    }
    .span9 {
      width: 700px;
    }
    .span8 {
      width: 620px;
    }
    .span7 {
      width: 540px;
    }
    .span6 {
      width: 460px;
    }
    .span5 {
      width: 380px;
    }
    .span4 {
      width: 300px;
    }
    .span3 {
      width: 220px;
    }
    .span2 {
      width: 140px;
    }
    .span1 {
      width: 60px;
    }
    .offset12 {
      margin-left: 980px;
    }
    .offset11 {
      margin-left: 900px;
    }
    .offset10 {
      margin-left: 820px;
    }
    .offset9 {
      margin-left: 740px;
    }
    .offset8 {
      margin-left: 660px;
    }
    .offset7 {
      margin-left: 580px;
    }
    .offset6 {
      margin-left: 500px;
    }
    .offset5 {
      margin-left: 420px;
    }
    .offset4 {
      margin-left: 340px;
    }
    .offset3 {
      margin-left: 260px;
    }
    .offset2 {
      margin-left: 180px;
    }
    .offset1 {
      margin-left: 100px;
    }
    .row-fluid {
      width: 100%;
      *zoom: 1;
    }
    .row-fluid:before,
    .row-fluid:after {
      display: table;
      content: '';
      line-height: 0;
    }
    .row-fluid:after {
      clear: both;
    }
    .row-fluid [class*='span'] {
      display: block;
      width: 100%;
      min-height: 28px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      float: left;
      margin-left: 2.127659574%;
      *margin-left: 2.0744680846383%;
    }
    .row-fluid [class*='span']:first-child {
      margin-left: 0;
    }
    .row-fluid .controls-row [class*='span'] + [class*='span'] {
      margin-left: 2.127659574%;
    }
    .row-fluid .span12 {
      width: 99.99999999%;
      *width: 99.946808500638%;
    }
    .row-fluid .span11 {
      width: 91.489361693%;
      *width: 91.436170203638%;
    }
    .row-fluid .span10 {
      width: 82.978723396%;
      *width: 82.925531906638%;
    }
    .row-fluid .span9 {
      width: 74.468085099%;
      *width: 74.414893609638%;
    }
    .row-fluid .span8 {
      width: 65.957446802%;
      *width: 65.904255312638%;
    }
    .row-fluid .span7 {
      width: 57.446808505%;
      *width: 57.393617015638%;
    }
    .row-fluid .span6 {
      width: 48.936170208%;
      *width: 48.882978718638%;
    }
    .row-fluid .span5 {
      width: 40.425531911%;
      *width: 40.372340421638%;
    }
    .row-fluid .span4 {
      width: 31.914893614%;
      *width: 31.861702124638%;
    }
    .row-fluid .span3 {
      width: 23.404255317%;
      *width: 23.351063827638%;
    }
    .row-fluid .span2 {
      width: 14.89361702%;
      *width: 14.840425530638%;
    }
    .row-fluid .span1 {
      width: 6.382978723%;
      *width: 6.3297872336383%;
    }
    .row-fluid .offset12 {
      margin-left: 104.255319138%;
      *margin-left: 104.14893615928%;
    }
    .row-fluid .offset12:first-child {
      margin-left: 102.127659564%;
      *margin-left: 102.02127658528%;
    }
    .row-fluid .offset11 {
      margin-left: 95.744680841%;
      *margin-left: 95.638297862277%;
    }
    .row-fluid .offset11:first-child {
      margin-left: 93.617021267%;
      *margin-left: 93.510638288277%;
    }
    .row-fluid .offset10 {
      margin-left: 87.234042544%;
      *margin-left: 87.127659565277%;
    }
    .row-fluid .offset10:first-child {
      margin-left: 85.10638297%;
      *margin-left: 84.999999991277%;
    }
    .row-fluid .offset9 {
      margin-left: 78.723404247%;
      *margin-left: 78.617021268277%;
    }
    .row-fluid .offset9:first-child {
      margin-left: 76.595744673%;
      *margin-left: 76.489361694277%;
    }
    .row-fluid .offset8 {
      margin-left: 70.21276595%;
      *margin-left: 70.106382971277%;
    }
    .row-fluid .offset8:first-child {
      margin-left: 68.085106376%;
      *margin-left: 67.978723397277%;
    }
    .row-fluid .offset7 {
      margin-left: 61.702127653%;
      *margin-left: 61.595744674277%;
    }
    .row-fluid .offset7:first-child {
      margin-left: 59.574468079%;
      *margin-left: 59.468085100277%;
    }
    .row-fluid .offset6 {
      margin-left: 53.191489356%;
      *margin-left: 53.085106377277%;
    }
    .row-fluid .offset6:first-child {
      margin-left: 51.063829782%;
      *margin-left: 50.957446803277%;
    }
    .row-fluid .offset5 {
      margin-left: 44.680851059%;
      *margin-left: 44.574468080277%;
    }
    .row-fluid .offset5:first-child {
      margin-left: 42.553191485%;
      *margin-left: 42.446808506277%;
    }
    .row-fluid .offset4 {
      margin-left: 36.170212762%;
      *margin-left: 36.063829783277%;
    }
    .row-fluid .offset4:first-child {
      margin-left: 34.042553188%;
      *margin-left: 33.936170209277%;
    }
    .row-fluid .offset3 {
      margin-left: 27.659574465%;
      *margin-left: 27.553191486277%;
    }
    .row-fluid .offset3:first-child {
      margin-left: 25.531914891%;
      *margin-left: 25.425531912277%;
    }
    .row-fluid .offset2 {
      margin-left: 19.148936168%;
      *margin-left: 19.042553189277%;
    }
    .row-fluid .offset2:first-child {
      margin-left: 17.021276594%;
      *margin-left: 16.914893615277%;
    }
    .row-fluid .offset1 {
      margin-left: 10.638297871%;
      *margin-left: 10.531914892277%;
    }
    .row-fluid .offset1:first-child {
      margin-left: 8.510638297%;
      *margin-left: 8.4042553182766%;
    }
    input,
    textarea,
    .uneditable-input {
      margin-left: 0;
    }
    .controls-row [class*='span'] + [class*='span'] {
      margin-left: 20px;
    }
    input.span12,
    textarea.span12,
    .uneditable-input.span12 {
      width: 926px;
    }
    input.span11,
    textarea.span11,
    .uneditable-input.span11 {
      width: 846px;
    }
    input.span10,
    textarea.span10,
    .uneditable-input.span10 {
      width: 766px;
    }
    input.span9,
    textarea.span9,
    .uneditable-input.span9 {
      width: 686px;
    }
    input.span8,
    textarea.span8,
    .uneditable-input.span8 {
      width: 606px;
    }
    input.span7,
    textarea.span7,
    .uneditable-input.span7 {
      width: 526px;
    }
    input.span6,
    textarea.span6,
    .uneditable-input.span6 {
      width: 446px;
    }
    input.span5,
    textarea.span5,
    .uneditable-input.span5 {
      width: 366px;
    }
    input.span4,
    textarea.span4,
    .uneditable-input.span4 {
      width: 286px;
    }
    input.span3,
    textarea.span3,
    .uneditable-input.span3 {
      width: 206px;
    }
    input.span2,
    textarea.span2,
    .uneditable-input.span2 {
      width: 126px;
    }
    input.span1,
    textarea.span1,
    .uneditable-input.span1 {
      width: 46px;
    }
    .thumbnails {
      margin-left: -20px;
    }
    .thumbnails > li {
      margin-left: 20px;
    }
    .row-fluid .thumbnails {
      margin-left: 0;
    }
  }
  @media (max-width: 979px) {
    body {
      padding-top: 0;
    }
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      position: static;
    }
    .navbar-fixed-top {
      margin-bottom: 18px;
    }
    .navbar-fixed-bottom {
      margin-top: 18px;
    }
    .navbar-fixed-top .navbar-inner,
    .navbar-fixed-bottom .navbar-inner {
      padding: 5px;
    }
    .navbar .container {
      width: auto;
      padding: 0;
    }
    .navbar .brand {
      padding-left: 10px;
      padding-right: 10px;
      margin: 0 0 0 -5px;
    }
    .nav-collapse {
      clear: both;
    }
    .nav-collapse .nav {
      float: none;
      margin: 0 0 9px;
    }
    .nav-collapse .nav > li {
      float: none;
    }
    .nav-collapse .nav > li > a {
      margin-bottom: 2px;
    }
    .nav-collapse .nav > .divider-vertical {
      display: none;
    }
    .nav-collapse .nav .nav-header {
      color: #555;
      text-shadow: none;
    }
    .nav-collapse .nav > li > a,
    .nav-collapse .dropdown-menu a {
      padding: 9px 15px;
      font-weight: bold;
      color: #FFF;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      
    }
    .nav-collapse .btn {
      padding: 4px 10px 4px;
      font-weight: normal;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
    }
    .nav-collapse .dropdown-menu li + li a {
      margin-bottom: 2px;
    }
    .nav-collapse .nav > li > a:hover,
    .nav-collapse .nav > li > a:focus,
    .nav-collapse .dropdown-menu a:hover,
    .nav-collapse .dropdown-menu a:focus {
      background-color: #f2f2f2;
    }
    .navbar-inverse .nav-collapse .nav > li > a,
    .navbar-inverse .nav-collapse .dropdown-menu a {
      color: #999;
    }
    .navbar-inverse .nav-collapse .nav > li > a:hover,
    .navbar-inverse .nav-collapse .nav > li > a:focus,
    .navbar-inverse .nav-collapse .dropdown-menu a:hover,
    .navbar-inverse .nav-collapse .dropdown-menu a:focus {
      background-color: #111111;
    }
    .nav-collapse.in .btn-group {
      margin-top: 5px;
      padding: 0;
    }
    .nav-collapse .dropdown-menu {
      position: static;
      top: auto;
      left: auto;
      float: none;
      display: none;
      max-width: none;
      margin: 0 15px;
      padding: 0;
      background-color: transparent;
      border: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
    }
    .nav-collapse .open > .dropdown-menu {
      display: block;
    }
    .nav-collapse .dropdown-menu:before,
    .nav-collapse .dropdown-menu:after {
      display: none;
    }
    .nav-collapse .dropdown-menu .divider {
      display: none;
    }
    .nav-collapse .nav > li > .dropdown-menu:before,
    .nav-collapse .nav > li > .dropdown-menu:after {
      display: none;
    }
    .nav-collapse .navbar-form,
    .nav-collapse .navbar-search {
      float: none;
      padding: 9px 15px;
      margin: 9px 0;
      border-top: 1px solid #f2f2f2;
      border-bottom: 1px solid #f2f2f2;
      -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.1);
      -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.1);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-inverse .nav-collapse .navbar-form,
    .navbar-inverse .nav-collapse .navbar-search {
      border-top-color: #111111;
      border-bottom-color: #111111;
    }
    .navbar .nav-collapse .nav.pull-right {
      float: none;
      margin-left: 0;
    }
    .nav-collapse,
    .nav-collapse.collapse {
      overflow: hidden;
      height: 0;
    }
    .navbar .btn-navbar {
      display: block;
    }
    .navbar-static .navbar-inner {
      padding-left: 10px;
      padding-right: 10px;
    }
  }
  @media (min-width: 980px) {
    .nav-collapse.collapse {
      height: auto !important;
      overflow: visible !important;
    }
    .text-lg-end {
      text-align: right !important;
    }
  }
  .text-center {
    text-align: center;
  }
/* ----- BUTTONS ---*/
.btn {
    display: inline-block;
      text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 2px solid transparent;
      line-height: 1.5;
  
  }
  .btn:first-child {
    *margin-left: 0;
  }
@media screen and (prefers-reduced-motion: reduce) {
    .btn {
      transition: none;
    }
  }
  .btn.disabled,
  .btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .btn-large {
    padding: 17px 25px;
    font-size: 16.25px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
  .btn-large [class^='icon-'],
  .btn-large [class*=' icon-'] {
    margin-top: 4px;
  }.btn-outline-secondary {
    color: #ffffff !important;
    border-color: #bc9408;
  }
  .btn-outline-primary {
    color: #FFF;
    border-color: #552684;
    display:inline-block;
  }
  
  .btn-outline-primary:hover, 
  .btn-outline-primary:visited, 
  .btn-outline-primary:active {
    color: #fff!important;
    background-color: #552684;
    border-color: #552684;
  }
  .btn-outline-primary a { }
  .btn-outline-primary a:hover {color: #fff!important; text-decoration: none; display: block; }
  
  .btn-outline-primary:focus,
  .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  }
  
  .btn-outline-primary.disabled,
  .btn-outline-primary:disabled {
    color: #552684;
    background-color: transparent;
  }
  
  .btn-outline-primary:not(:disabled):not(.disabled):active,
  .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #552684;
    border-color: #552684;
  }
  
  .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
  .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  }
  .btn-outline-secondary {
    color: #ffffff !important;
    border-color: #bc9408;
  }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #bc9408;
    border-color: #bc9408;
  }
  
  .btn-outline-secondary:focus,
  .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  }
  
  .btn-outline-secondary.disabled,
  .btn-outline-secondary:disabled {
    color: #bc9408;
    background-color: transparent;
  }
  
  .btn-outline-secondary:not(:disabled):not(.disabled):active,
  .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #bc9408;
    border-color: #bc9408;
  }
  
  .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
  .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  }  

  /*--- ICONS---*/
  @font-face {
    font-family: 'IcoMoon';
    src: url('/fonts/IcoMoon.eot');
    src: url('/fonts/IcoMoon.eot#iefix')
        format('embedded-opentype'),
      url('/fonts/IcoMoon.woff') format('woff'),
      url('/fonts/IcoMoon.ttf') format('truetype'),
      url('/fonts/IcoMoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  [data-icon]:before {
    font-family: 'IcoMoon';
    content: attr(data-icon);
    speak: none;
  }
  [class^='icon-'],
  [class*=' icon-'] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 0.25em;
    line-height: 14px;
  }
  [class^='icon-']:before,
  [class*=' icon-']:before {
    font-family: 'IcoMoon';
    font-style: normal;
    speak: none;
  }
  [class^='icon-'].disabled,
  [class*=' icon-'].disabled {
    font-weight: normal;
  }
  .icon-large{font-size: 2.2em;}
  .icon-phone-2:before {
    content: '\e261';
  }
  .icon-quote:before,
.icon-quotes-left:before {
  content: '\60';
}
.icon-quote-2:before,
.icon-quotes-right:before {
  content: '\61';
}
.icon-quote-3:before,
.icon-bubble-quote:before {
  content: '\e259';
}


/* content wrapper */

#content {
   border: none;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
  margin-left: 0px;
}

  .m-4 {
    margin: 1.5rem !important;
  }
  
  .mt-4,
  .my-4 {
    margin-top: 1.5rem !important;
  }
  
  .mr-4,
  .mx-4 {
    margin-right: 1.5rem !important;
  }
  
  .mb-4,
  .my-4 {
    margin-bottom: 1.5rem !important;
  }
  
  .ml-4,
  .mx-4 {
    margin-left: 1.5rem !important;
  }
  
  .m-5 {
    margin: 3rem !important;
  }
  
  .mt-5,
  .my-5 {
    margin-top: 3rem !important;
  }
  
  .mr-5,
  .mx-5 {
    margin-right: 3rem !important;
  }
  
  .mb-5,
  .my-5 {
    margin-bottom: 3rem !important;
  }
  
  .ml-5,
  .mx-5 {
    margin-left: 3rem !important;
  }
  .p-4 {
    padding: 1.5rem !important;
  }
  
  .pt-4,
  .py-4 {
    padding-top: 1.5rem !important;
  }
  
  .pr-4,
  .px-4 {
    padding-right: 1.5rem !important;
  }
  
  .pb-4,
  .py-4 {
    padding-bottom: 1.5rem !important;
  }
  
  .pl-4,
  .px-4 {
    padding-left: 1.5rem !important;
  }
  
  .p-5 {
    padding: 3rem !important;
  }
  
  .pt-5,
  .py-5 {
    padding-top: 3rem !important;
  }
  
  .pr-5,
  .px-5 {
    padding-right: 3rem !important;
  }
  
  .pb-5,
  .py-5 {
    padding-bottom: 3rem !important;
  }
  
  .pl-5,
  .px-5 {
    padding-left: 3rem !important;
  }
  /* subfooter styles */

.subfooter {
  width: 100%;
    height: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 97px !important;
    background-color: #552684;
    margin: 0px;
    box-shadow: 0px 0px 10px #000000;
    z-index: 1000;
    position: relative;

}
footer.footer {
  margin-top: 0px;
  min-height: 35px;
  padding-top: 10px;
  padding-left:10px;
  padding-bottom: 10px;
  margin-bottom: 0px;
 background-color:#000000;
 }


.text-white {
  color: #ffffff;
}
.small {font-size:.7em;
font-weight: 300;}
p {
  margin: 0 0 9px;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 15px;
  font-weight: 300 !important;
}
aside p {
  font-size: 120%;
  font-family: Baskerville, 'Palatino Linotype', Palatino,
    'Century Schoolbook L', 'Times New Roman', serif;
  line-height: 1.3em;
  
}
.well {
  min-height: 20px;
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.list-condensed li {
  padding: 6px 5px;
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/*  Heading Formatting */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;

}
h1 {
  font-size: 3.5em !important;
  line-height: 1.4em;

}

h2 {
  font-size: 2.5em !important;
}

h3 {
  font-size: 2.0em !important;
}

h4 {
  font-size: 1.7em !important;
  }
h5 {
  font-size: 1.5em !important;
  
}
h6 {
  font-size: 1.3em;
 
}

/*  Content Formatting */
p {
  color: #333;
  font-size: 120%;
  line-height: 1.4em;
}

blockquote {
  color: #333;
  font-size: 95%;
  line-height: 1.3em;
  margin: 10px;
}