body {
    margin: 0px;
    font-family:"Visby FC", sans-serif; 
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
  }
  
/*  @media (min-width: 992px) {
    #a1_services>header, #ranking header {
      padding-top: 45px;
    }
  }*/
  
  @media (min-width: 768px) {
    .container {
      width: 750px;
    }
  }
  
  @media (min-width: 992px) {
    .container {
      width: 970px;
    }
  }
  
  @media (min-width: 1280px) {
    .container {
      width: 1280px;
    }
  }
  
  .container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .ui.menu .item {
    position: relative;
    vertical-align: middle;
    line-height: 1;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: 0 0;
    padding: .72857143em 1.14285714em;
    text-transform: none;
    color: rgba(0, 0, 0, .87);
    font-weight: 400;
    -webkit-transition: background .1s ease, box-shadow .1s ease, color .1s ease;
    transition: background .1s ease, box-shadow .1s ease, color .1s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  
  ul li.collapsed, ul li.expanded, ul li.leaf {
    list-style: none;
  }
  
  .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
  }
  
  .ui.menu.compact {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  /* .ui.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0;
    font-weight: 400;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  } */
  
  .nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
  }
  
  ol, ul {
    margin-top: 0;
    margin-bottom: .5;
  }
  
  .region-header .main-menu .menu.nav>li>a {
    text-decoration: none;
  }
  
  .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .ui.menu:not(.vertical) .right.item, .ui.menu:not(.vertical) .right.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto !important;
  }
  
  .nav>li {
    position: relative;
    display: block;
  }
  
  .ui.simple.dropdown.fluid__sub>.menu {
    width: 100%;
    border-radius: 0;
    border-top: 0;
  }
  
  .ui.dropdown>.inverted.menu {
    background-color: #58565b;
    color: #fff;
  }
  
  .ui.simple.dropdown .menu {
    position: absolute;
    display: block;
    overflow: hidden;
    top: -9999px !important;
    opacity: 0;
    width: 0;
    height: 0;
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease;
  }
  
  .ui.dropdown .menu {
    left: 0;
  }
  
  .ui.dropdown .menu {
    cursor: auto;
    position: absolute;
    display: none;
    outline: 0;
    top: 100%;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    margin: 0;
    padding: 0;
    background: #fff;
    font-size: 1em;
    text-shadow: none;
    text-align: left;
    box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
    border: 1px solid rgba(34, 36, 38, 0.15);
    border-radius: .28571429rem;
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease;
    z-index: 11;
    will-change: transform, opacity;
  }
  
  .ui.menu .item {
    position: relative;
    vertical-align: middle;
    line-height: 1;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: 0 0;
    padding: .72857143em 1.14285714em;
    text-transform: none;
    color: rgba(0, 0, 0, .87);
    font-weight: 400;
    -webkit-transition: background .1s ease, box-shadow .1s ease, color .1s ease;
    transition: background .1s ease, box-shadow .1s ease, color .1s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  
  .ui.dropdown {
    cursor: pointer;
    position: relative;
    display: inline-block;
    outline: 0;
    text-align: left;
    -webkit-transition: box-shadow .1s ease, width .1s ease;
    transition: box-shadow .1s ease, width .1s ease;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  .ui.dropdown .menu>* {
    white-space: nowrap;
  }
  
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  
  .fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
  }
  
  .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .ui.simple.active.dropdown, .ui.simple.dropdown:hover {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  
  .ui.menu .item:hover {
    cursor: pointer;
    background: #58565b;
    color: rgba(0, 0, 0, .95);
  }
  
  .ui.simple.active.dropdown>.menu, .ui.simple.dropdown:hover>.menu {
    overflow: visible;
    width: auto;
    height: auto;
    top: 100% !important;
    opacity: 1;
  }
  
  .ui.simple.dropdown.fluid__sub>.menu {
    width: 100%;
    border-radius: 0;
    border-top: 0;
  }
  
  .ui.list.inline {
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
  }
  
  .ui.dropdown>.inverted.menu {
    background-color: #58565b;
    color: #fff;
  }
  
  .ui.simple.dropdown .menu {
    position: absolute;
    display: block;
    overflow: hidden;
    top: -9999px !important;
    opacity: 0;
    width: 0;
    height: 0;
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease;
  }
  
  .ui.dropdown .menu {
    left: 0;
  }
  
  .ui.dropdown .menu {
    cursor: auto;
    position: absolute;
    display: none;
    outline: 0;
    top: 100%;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    margin: 0;
    padding: 0;
    background: #fff;
    font-size: 1em;
    text-shadow: none;
    text-align: left;
    box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
    border: 1px solid rgba(34, 36, 38, 0.15);
    border-radius: .28571429rem;
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease;
    z-index: 11;
    will-change: transform, opacity;
  }
  
  .ui.dropdown.fluid__sub {
    position: static;
  }
  
  .ui.header.divider.black-3 {
    border-bottom-color: #2a2a2a;
  }
  
  .ui.header.divider {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e6e9;
  }
  
  .ui.header.inverted {
    color: #fff;
  }
  
  .ui.header {
    font-weight: 700;
  }
  
  .pane-title {
    margin: 30px 0 5px;
    position: relative;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
  }
  
  .no__margin__top {
    margin-top: 0 !important;
  }
  
  .divider__right.black-3 {
    border-right: 1px solid #2a2a2a;
  }
  
  .region-header .main-menu .ui.list>.item {
    color: #FF6D00;
    font-size: 1em;
    text-transform: uppercase;
    padding: 8px 16px;
  }
  
  .fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
  }
  
  .fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
  }
  
  .fa-stack-2x {
    font-size: 2em;
  }
  
  .fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
  }
  
  .fa-stack-1x {
    line-height: inherit;
  }
    
  /* Mobile Menu */
  
  .ui.black.menu {
    background-color: #323740;
  }
  
  .ui.menu.black .item {
    color: #FF6D00;
  }
  
  .ui.inverted.menu {
    border: 0 solid transparent;
    background: #1b1c1d;
    box-shadow: none;
  }
  
  .ui.left.sidebar {
    right: auto;
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  
  .ui.left.sidebar, .ui.right.sidebar {
    width: 75%;
  }
  
  .ui.vertical.menu {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    background: #000;
    line-height: 22px;
    padding: 12px 0 12px 7px;
    width: 100%;
  }
  .ui.vertical.menu a{
      color: #fff;
  }
  .ao-content .ui.vertical.menu {
      background: transparent;
  }
  
  .ui.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    will-change: transform;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
    height: 100% !important;
    max-height: 100%;
    border-radius: 0 !important;
    margin: 0 !important;
    overflow-y: auto !important;
    z-index: 102;
  }
  
  .ui.visible.sidebar {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  
  .ui.inverted.menu .item, .ui.inverted.menu .item>a:not(.ui) {
    background: 0 0;
    color: rgba(255, 255, 255, .9);
  }
  
  .ui.vertical.menu .item {
    display: block;
    background: 0 0;
    border-top: 0;
    border-right: 0;
  }
  
  .ui.inverted.menu .item, .ui.inverted.menu .item>a:not(.ui) {
    background: 0 0;
    color: rgba(255, 255, 255, .9);
  }
  
  .ui.menu .item.black:hover {
    cursor: pointer;
    background: #000;
    color: #FF6D00;
  }