html, body {margin: 0; height: 100%; }
html, body {
    height: 100%;
}
body {
    margin: 0;
}
.flex-container {
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}
/* **_________________________________________________________________________________ flex above _________________________________________________________________________________** */


p {
  color: #666;
}

.button {
  height: 46px;
  overflow: hidden;
  display: inline-block;
  width: 100%;


}
.button a {
  background: #43464C;
  color: #fff;
  font-size:12px; font-weight:bold;
 
  display: block;
  text-align: center;
  text-decoration: none;
  width: 100%;
  height: 46px;
  position: relative;
  top: 0;
  transition: 250ms top, 350ms left;
  text-transform: uppercase;
}
.button a:hover{
    color: #fff;
}
.button a:before {
  content: attr(data-hover);
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
  background: #153e52;
  height: 44px;
  padding: 11px 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3333;
  border-radius: 6px;
  text-transform: uppercase;
}
.button a:hover {
  top: -46px;
}
.button.hover-top a {
  background: #0D47A1;
}
.button.hover-top a:hover {
  top: 46px;
}
.button.hover-top a:before {
  top: -46px;
}
.button.hover-right a {
  background: #2E7D32;
  left: 0;
}
.button.hover-right a:hover {
  top: 0;
  left: -100px;
}
.button.hover-right a:before {
  top: 0;
  left: 100px;
}
.button.hover-left a {
  background: #AD1457;
  left: 0;
}
.button.hover-left a:hover {
  top: 0;
  left: 100px;
}
.button.hover-left a:before {
  top: 0;
  left: -100px;
}
.aio-icon.advanced i {
  font-size: 40px;
}



.vc_custom_1490284764200 {
    padding-bottom: 30px !important;
    text-align:center;
}


.uvc-heading.ultimate-heading-73375a0d6716df35b h2 {
    font-weight: normal;
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 32px;
}

.uvc-heading.ultimate-heading-73375a0d6716df35b .uvc-sub-heading {
    line-height: 28px;
}

.uvc-sub-heading {
    line-height: normal;
    margin: 0 auto;
}


.accent-border-color .uvc-headings-line {
    border-color: #0fbcf5 !important;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

.uvc-headings-line {
    border-style: solid;
    border-bottom-width: 3px;
    border-color: rgb(204, 204, 204);
    width: 40px;
    margin: 0px auto;
    display: block;
    width: 100%;
    max-width: 100%;
}




.uvc-heading-spacer {
    margin-bottom: 15px;
    height: 3px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}
