/* ----------------------------------------------------------------
 Top Bar
 -----------------------------------------------------------------*/
@media screen and (max-width: 480px) {
  #s-top-bar1 {
    display: block !important; } }

#s-top-bar1 {
  width: auto;
  position: relative; }
  #s-top-bar1 i {
    pointer-events: none; }
  #s-top-bar1 .s-search-trigger {
    background: none;
    color: white;
    border: none;
    font-weight: 900;
    font-style: normal;
    speak: none;
    line-height: 1;
    font-size: large;
    padding: 9px;
    margin-top: -3px;
    margin-left: 10px;
    background-color: #505050;
    border-radius: 25px; }

#s-search-overlay1 {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh; }
  #s-search-overlay1.is-open {
    display: block; }
  #s-search-overlay1 i {
    pointer-events: none; }
  #s-search-overlay1 .s-search__inner {
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center; }
    #s-search-overlay1 .s-search__inner .s-search-trigger {
      position: absolute;
      top: 20%;
      right: 0;
      background: none;
      border: none;
      color: white;
      font-size: 18px; }
    #s-search-overlay1 .s-search__inner .s-search__wrapper {
      width: 100%;
      display: flex; }
      #s-search-overlay1 .s-search__inner .s-search__wrapper .s-search__input {
        flex: 1; }
    #s-search-overlay1 .s-search__inner .s-text a {
      color: inherit; }

#s-top-bar1 .top-items {
  position: relative; }

#s-top-bar1 .top-items ul {
  margin: 0;
  list-style: none;
  padding: 0;
  display: table; }

#s-top-bar1 .top-items ul li {
  float: left;
  position: relative; }

#s-top-bar1 .top-items ul li .sw_alink i.fa {
  margin-right: 5px; }

#s-top-bar1 .top-items ul li:first-child > * {
  margin-left: 0px; }

#s-top-bar1 .top-items ul li:last-child > * {
  margin-right: 0px; }

#s-top-bar1 .top-items > div {
  width: auto; }

#s-top-bar1 ul li p {
  color: #fff; }

#s-top-bar1 ul li p {
  margin: 0px 10px 0px 10px; }

#s-top-bar1 ul li a.sw_alink {
  font-family: 'oswald', sans-serif, sans-serif; }

#s-top-bar1 ul li a.sw_alink {
  font-size: 12px; }

#s-top-bar1 ul li a.sw_alink {
  color: #fff; }

#s-top-bar1 ul li a.sw_alink {
  letter-spacing: 1px; }

#s-top-bar1 ul li a.sw_alink {
  text-decoration: none; }

#s-top-bar1 ul li a.sw_alink {
  margin: 0px 10px 0px 10px; }

#s-top-bar1 ul li a.sw_alink:hover, #s-top-bar1 ul li a.sw_alink:focus, #s-top-bar1 ul li a.sw_alink:active {
  color: #e6ae49; }

#s-top-bar1 ul li a.s-btn {
  color: #fff; }

#s-top-bar1 ul li a.s-btn {
  background-color: #fff; }

#s-top-bar1 ul li a.s-btn {
  border: 2px solid #fff; }

#s-top-bar1 ul li a.s-btn {
  margin: 0px 0px 0px 0px; }

#s-top-bar1 ul li a.s-btn {
  padding: 0px 20px 0px 20px; }

#s-top-bar1 ul li a.s-btn:hover, #s-top-bar1 ul li a.s-btn:active, #s-top-bar1 ul li a.s-btn:focus {
  color: #323232; }

#s-top-bar1 ul li a.s-btn:hover, #s-top-bar1 ul li a.s-btn:active, #s-top-bar1 ul li a.s-btn:focus {
  background-color: #f7f7f7; }

#s-top-bar1 ul li a.s-btn:hover, #s-top-bar1 ul li a.s-btn:active, #s-top-bar1 ul li a.s-btn:focus {
  border: 2px solid #f7f7f7; }

#s-top-bar1 ul li a.sw_falink i.fa {
  visibility: visible; }

#s-top-bar1 ul li a.sw_falink i.fa {
  color: #fff; }

#s-top-bar1 ul li a.sw_falink i.fa {
  margin: 0px 10px 0px 10px; }

#s-top-bar1 ul li a.sw_falink:hover i.fa, #s-top-bar1 ul li a.sw_falink:active i.fa, #s-top-bar1 ul li a.sw_falink:focus i.fa {
  color: #e6ae49; }

#s-top-bar1 ul li a.sw_falink i.fa {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s; }

#s-top-bar1 .top-items ul.tb-left {
  visibility: visible; }

#s-top-bar1 {
  background-color: #1d1d1b; }

#s-top-bar1 {
  padding: 10px 0px 10px 0px; }

#s-top-bar1 {
  visibility: visible; }

#s-search-overlay1 {
  background-color: #505050; }

#s-search-overlay1 h3 {
  font-family: 'Chunkfive', sans-serif, sans-serif; }

#s-search-overlay1 h3 {
  font-size: 40px; }

#s-search-overlay1 h3 {
  font-weight: normal; }

#s-search-overlay1 h3 {
  color: #fff; }

#s-search-overlay1 .s-text {
  font-size: 18px; }

#s-search-overlay1 .s-text {
  color: #f7f7f7; }

#s-search-overlay1 .s-text {
  margin: 30px 0px 25px 0px; }

#s-search-overlay1 .s-search__input {
  -webkit-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px; }

#s-search-overlay1 .s-search__input {
  border: 0px solid #323232; }

#s-search-overlay1 .s-search__input {
  height: 48px; }

#s-search-overlay1 .s-search__input {
  padding: 0px 12px 0px 12px; }

#s-search-overlay1 .s-search__btn {
  color: #fff; }

#s-search-overlay1 .s-search__btn {
  background-color: #323232; }

#s-search-overlay1 .s-search__btn {
  -webkit-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px; }

#s-search-overlay1 .s-search__btn {
  border: 0px solid #323232; }

#s-search-overlay1 .s-search__btn {
  width: 50px; }

@media (min-width: 1200px) {
  #s-search-overlay1 {
    background-color: #545452; } }

@media (max-width: 768px) {
  #s-search-overlay1 {
    background-color: #545452; } }

@media (max-width: 480px) {
  #s-top-bar1 ul li a.sw_alink {
    margin: 0px 20px 0px 0px; }

  #s-top-bar1 ul li a.sw_falink i.fa {
    display: none; }

  #s-top-bar1 .top-items ul.tb-left {
    display: none; }

  #s-top-bar1 {
    display: none; }

  #s-search-overlay1 {
    background-color: #545452; } }



.s-footer45 .s-form .form-group {
  margin: 0; }

.s-footer45 .s-form label {
  display: block; }

.s-footer45 .s-form label.form-check-inline {
  display: inline-block; }

.s-footer45 .s-form .form-group {
  margin: 0; }

.s-footer45 .s-form label {
  display: block; }

.s-footer45 .s-form label.form-check-inline {
  display: inline-block; }

.s-flex-footer {
  justify-content: center;
  display: flex;
  flex-direction: row;
  width: 100%; }

.s-text-footer {
  font-weight: 400;
  font-size: 14px; }

.s-flex-footer a {
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
  margin-right: 10px; }

@media screen and (max-width: 1200px) {
  .s-flex-footer {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%; }

  .s-text-footer {
    font-weight: 400;
    font-size: 14px;
    text-align: center; } }

.s-footer45 {
  position: relative;
  z-index: 1; }

.s-footer45:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.s-footer45 [class*=container] {
  z-index: 3;
  position: relative; }

.s-footer45 a.s-ilink {
  text-decoration: none; }

.s-footer45 ul.s-icon-list {
  list-style: none;
  padding-left: 0; }

.s-footer45 .s-col-bleed div[class^="col-"] .row {
  margin: 0; }

.s-footer45 .s-col-bleed div[class^="col-"] {
  padding: 0; }

.s-footer45 .s-footcont h1 {
  color: #323232; }

.s-footer45 .s-footcont h2 {
  color: #323232; }

.s-footer45 .s-footcont h4 {
  color: #323232; }

.s-footer45 .s-footcont h5 {
  color: #323232; }

.s-footer45 .s-footcont h6 {
  color: #323232; }

.s-footer45 .s-footcont h3 {
  color: #323232; }

.s-footer45 .s-footcont .s-text {
  font-family: 'roboto-slab', sans-serif, sans-serif; }

.s-footer45 .s-footcont .s-text {
  font-size: 14px; }

.s-footer45 .s-footcont .s-text {
  font-weight: 400; }

.s-footer45 .s-footcont .s-text {
  color: #323232; }

.s-footer45 .s-footcont .s-text {
  text-align: center; }

.s-footer45 .s-footcont .s-map-h {
  height: 200px; }

.s-footer45 .s-footcont .s-link {
  color: #323232; }

.s-footer45 .s-footcont .s-link {
  display: inline-block; }

.s-footer45 .s-footcont .s-link:hover, .s-footer45 .s-footcont .s-link:focus, .s-footer45 .s-footcont .s-link:active {
  color: #e6ae49; }

.s-footer45 .s-footcont .s-btn {
  color: #fff; }

.s-footer45 .s-footcont .s-btn {
  background-color: #323232; }

.s-footer45 .s-footcont .s-btn {
  margin: 15px 0px 0px 0px; }

.s-footer45 .s-footcont .s-btn:hover {
  color: #fff; }

.s-footer45 .s-footcont .s-btn:hover {
  background-color: #505050; }

.s-footer45 .s-footcont .s-btn-alt {
  color: #fff; }

.s-footer45 .s-footcont .s-btn-alt {
  background-color: #e6ae49; }

.s-footer45 .s-footcont .s-btn-alt {
  margin: 15px 0px 0px 0px; }

.s-footer45 .s-footcont .s-btn-alt:hover {
  color: #fff; }

.s-footer45 .s-footcont .s-btn-alt:hover {
  background-color: #e9ba64; }

.s-footer45 .s-form input.form-control, .s-footer45 .s-form select.form-control, .s-footer45 .s-form textarea {
  color: #323232; }

.s-footer45 .s-form label.control-label {
  color: #323232; }

.s-footer45 .s-form input::-webkit-input-placeholder {
  color: #323232; }

.s-footer45 .s-form .sw-result-easyform {
  color: #323232; }

.s-footer45 .s-footcont .s-icon-beh i.fa {
  color: #323232; }

.s-footer45 .s-footcont .s-icon-beh {
  display: inline-block; }

.s-footer45 .s-footcont .s-icon-list .s-icon-text i.fa {
  color: #323232; }

.s-footer45 .s-footcont .s-icon-list .s-icon-text i.fa {
  margin: 0px 7px 0px 0px; }

.s-footer45 .s-footcont .s-icon-list .s-icon-text span {
  color: #323232; }

.s-footer45 .s-footcont .s-icon-list .s-icon-link i.fa {
  color: #323232; }

.s-footer45 .s-footcont .s-icon-list .s-icon-link i.fa {
  margin: 0px 7px 0px 0px; }

.s-footer45 .s-footcont .s-icon-list .s-icon-link a {
  color: #323232; }

.s-footer45 .s-footcont .s-icon-list .s-icon-link a:hover {
  color: #e6ae49; }

.s-footer45 .s-footcont .s-icon-list .s-icon-header i.fa {
  color: #323232; }

.s-footer45 .s-footcont .s-icon-list .s-icon-header h1 {
  display: inline-block; }

.s-footer45 .s-footcont .s-icon-list .s-icon-header h2 {
  display: inline-block; }

.s-footer45 .s-footcont .s-icon-list .s-icon-header h4 {
  display: inline-block; }

.s-footer45 .s-footcont .s-icon-list .s-icon-header h5 {
  display: inline-block; }

.s-footer45 .s-footcont .s-icon-list .s-icon-header h6 {
  display: inline-block; }

.s-footer45 .s-footcont .s-icon-list .s-icon-header h3 {
  display: inline-block; }

.s-footer45 {
  background-color: #fff; }

.s-footer45 {
  padding: 120px 0px 10px 0px; }

#footerbib:before {
  background: url('logofooter.png') no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

#footerbib:before {
  width: 253px; }

#footerbib:before {
  height: 130px; }

#footerbib:before {
  margin: 80px 0px 0px 0px; }

@media (min-width: 1200px) {
  #footerbib:before {
    width: 320px; }

  #footerbib:before {
    height: 158px; }

  #footerbib:before {
    margin: 52px 0px 0px 0px; } }

@media (max-width: 768px) {
  #footerbib:before {
    width: 350px; }

  #footerbib:before {
    height: 180px; }

  #footerbib:before {
    margin: 90px 0px 0px 0px; } }

@media (max-width: 480px) {
  #footerbib:before {
    width: 0px; }

  #footerbib:before {
    height: 0px; }

  #footerbib:before {
    margin: 73px 0px 0px 0px; } }

/* Mobile Menu Icon */
@font-face {
  font-family: "MobMenu";
  src: url("mobilemenu.eot");
  src: url("mobilemenu.eot#iefix") format("embedded-opentype"), url("mobilemenu.woff") format("woff"), url("mobilemenu.ttf") format("truetype"), url("mobilemenu.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="mmicon-"]:before, [class*=" mmicon-"]:before, [class^="mmicon-"]:after, [class*=" mmicon-"]:after {
  font-family: MobMenu;
  font-size: 20px;
  font-style: normal;
  margin-left: 20px; }

.mmicon-1:before {
  content: "\e000"; }

.mmicon-2:before {
  content: "\e001"; }

.mmicon-3:before {
  content: "\e002"; }

.mmicon-4:before {
  content: "\e003"; }

.mmicon-5:before {
  content: "\e004"; }

.mmicon-6:before {
  content: "\e005"; }

.mmicon-7:before {
  content: "\e006"; }

.mmicon-8:before {
  content: "\e007"; }

.mmicon-9:before {
  content: "\e008"; }

.mmicon-10:before {
  content: "\e009"; }
/*** SUPERFISH MENU ***/
.s-navmenu {
  float: right; }

.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block; }

.sf-menu li {
  position: relative; }

.sf-menu a:after, .sf-menu a:before {
  content: "";
  position: relative;
  display: block; }

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 9; }

.sf-menu > li {
  float: left; }

.sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
  display: block; }

.sf-menu a {
  display: block;
  position: relative; }

.sf-menu ul ul {
  top: 0;
  left: 100%; }
/*** SUPERFISH DEMO SKIN ***/
.sf-menu {
  float: left; }

.sf-menu ul {
  min-width: 12em;
  /* allow long menu items to determine submenu width */
  *width: 12em;
  /* no auto sub width for IE7, see white-space comment below */ }

.sf-menu a {
  text-decoration: none;
  zoom: 1; }

.sf-menu a:hover {
  text-decoration: none; }

.sf-menu li {
  white-space: nowrap;
  /* no need for Supersubs plugin */
  *white-space: normal;
  /* ...unless you support IE7 (let it wrap) */
  -webkit-transition: background 0.2s;
  transition: background 0.2s; }

.sf-menu li:hover, .sf-menu li.sfHover {
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none; }
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
  /* no CSS arrows for IE7 (lack pseudo-elements) */ }
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #dfeeff;
  /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(255, 255, 255, .5); }

.sf-arrows > li > .sf-with-ul:focus:after, .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white;
  /* IE8 fallback colour */ }
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dfeeff;
  /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255, 255, 255, .5); }

.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white; }
/* MOBILE MENU WITH SUPERFISH */
#mobile-menu-trigger2 {
  display: none; }

@media (max-width: 991px) {
  #mobile-menu-trigger2 {
    display: block;
    cursor: pointer; }

  .s-navmenu {
    float: none;
    clear: both; }

  .sf-menu {
    display: none;
    float: none; }

  .sf-menu > li {
    float: none; }

  .sf-menu ul {
    position: relative; } }

[class^="mmicon-"]:before, [class*=" mmicon-"]:before, [class^="mmicon-"]:after, [class*=" mmicon-"]:after {
  font-size: 21px; }

[class^="mmicon-"]:before, [class*=" mmicon-"]:before, [class^="mmicon-"]:after, [class*=" mmicon-"]:after {
  color: #fff; }

#mobile-menu-trigger2 {
  margin: 10px 20px 20px 0px; }

.s-headermenu2 {
  background-color: #474c4c; }

.s-headermenu2 {
  position: relative; }

.s-headermenu2 {
  padding: 10px 0px 10px 0px; }

.s-headermenu2 .sw-logo-text {
  font-size: 28px; }

.s-headermenu2 .sw-logo-text {
  color: #323232; }

.s-headermenu2 .sw-logo-text, .s-headermenu2 .sw-logo-img {
  position: relative; }

.s-headermenu2 .s-logoalign {
  float: left; }

.s-headermenu2 .sw-logo-text {
  margin: 15px 0px 15px 0px; }

.s-headermenu2 .sw-logo-img {
  width: 150px; }

.s-headermenu2 .sw-logo-img {
  margin: 0px 0px 0px 0px; }

.s-headermenu2 .sw-logo-img {
  z-index: 2; }

.s-headermenu2 .s-navmenu {
  float: right; }

.s-headermenu2 .s-navmenu {
  margin: 0px 0px 0px 0px; }

.s-headermenu2 .sf-menu > li > a {
  font-family: 'roboto-slab', sans-serif, sans-serif; }

.s-headermenu2 .sf-menu > li > a {
  font-size: 12px; }

.s-headermenu2 .sf-menu > li > a {
  color: #fff; }

.s-headermenu2 .sf-menu > li > a:hover, .s-headermenu2 .sf-menu > li > a:focus {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0); }

.s-headermenu2 .sf-menu ul {
  z-index: 100; }

.sw-logo-pic:before {
  background: url('fotologo-new.png') no-repeat top left; }

@media (max-width: 768px) {
  .sw-logo-pic:before {
    background: url('') no-repeat top left; } }

@media (max-width: 480px) {
  #mobile-menu-trigger2 {
    margin: 17px 20px 20px 0px; }

  .s-headermenu2 .sw-logo-text {
    font-size: 21px; }

  .s-headermenu2 .sw-logo-img {
    width: 120px; }

  .s-headermenu2 .sw-logo-img {
    margin: 5px 0px 0px 0px; }

  .s-headermenu2 .s-navmenu {
    float: none; }

  .sw-logo-pic:before {
    background: url('') no-repeat top left; } }

nav.s-navmenu ul.sf-menu > li.active > a, nav.s-navmenu ul.sf-menu > li.active > a:link, nav.s-navmenu ul.sf-menu > li.active > a:active, nav.s-navmenu ul.sf-menu > li.active > a:visited, nav.s-navmenu ul.sf-menu > li.active.sfHover > a {
  color: #fff; }

nav.s-navmenu ul.sf-menu > li.active > a, nav.s-navmenu ul.sf-menu > li.active > a:link, nav.s-navmenu ul.sf-menu > li.active > a:active, nav.s-navmenu ul.sf-menu > li.active > a:visited, nav.s-navmenu ul.sf-menu > li.active.sfHover > a {
  opacity: 1; }

nav.s-navmenu ul.sf-menu > li.active > a:hover, nav.s-navmenu ul.sf-menu > li.active > a:focus {
  color: #fff; }

.loader49 .ball-clip-rotate > div {
  border-bottom-color: transparent; }

.loader49 .ball-clip-rotate-pulse > div:last-child {
  background: 0 0;
  left: -14px;
  top: 0px; }

.loader49 .ball-scale-ripple > div, .loader49 .ball-scale-ripple-multiple > div {
  background: transparent !important; }

.loader49 .triangle-skew-spin > div {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  background: transparent !important; }

.loader49 .ball-clip-rotate-multiple > div {
  border-bottom-color: transparent !important;
  border-top-color: transparent !important;
  background-color: transparent !important; }

.loader49 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9876; }

.loader49 .loader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.loader49 .loader-inner > div, .loader49 .ball-clip-rotate-pulse > div:first-child, .loader49 .ball-rotate > div:after, .loader49 .ball-rotate > div:before {
  background: #e6ae49;
  background-color: #e6ae49;
  border-color: #e6ae49;
  border-color: #e6ae49; }

.loader49 {
  background: #fff;
  background-color: #fff; }

