.btn {
  padding: 9px 26px;
  background-color: #528bff;
  color: #fff;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-decoration: none;
  border: solid 2px #528bff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px
}

.btn.btn-empty {
  background-color: transparent;
  color: #528bff
}

.btn:hover {
  color: #fff;
  background-color: #1f69ff;
  border-color: #1f69ff
}

.btn.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000
}

.btn.btn-black.btn-empty {
  background-color: transparent;
  color: #000
}

.btn.btn-black:hover {
  color: #fff;
  background-color: #0d0d0d;
  border-color: #0d0d0d
}

.btn.btn-white {
  color: #000;
  background-color: #fff;
  border-color: #fff
}

.btn.btn-white.btn-empty {
  background-color: transparent;
  color: #fff
}

.btn.btn-white:hover {
  color: #000;
  background-color: #dedede;
  border-color: #dedede
}

.btn.btn-shadow {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}

.btn.btn-round {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  min-width: 150px
}

/*.team-1.fdb-block img {
  border-bottom: solid 5px #528bff;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important
}

.team-1.fdb-block .fdb-box {
  padding: 0
}

.team-1.fdb-block .fdb-box .content {
  padding: 20px
}

.team-2.fdb-block img {
  border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -webkit-border-radius: 100% !important
}

.team-3.fdb-block img {
  border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}*/

.fdb-block,
.post {
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  padding: 100px 0;
  color: #444;
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  background-color: #fff
}

.fdb-block {
  padding: 100px 0;
}

.post {
  padding: 20px 0;
}

.fdb-block.fdb-viewport,
.post.post-viewport {
  min-height: 200px;
  min-width: 320px;
}

.fdb-block.fdb-viewport .container {
  min-height: 200px;
  min-width: 320px;
}

.fdb-block.fdb-image-bg {
  color: #f2f2f2
}

.fdb-block .fdb-box {
  background: #fff;
  color: #444;
  padding: 60px 40px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
  overflow: hidden
}

.fdb-block .fdb-touch {
  border-top: solid 5px #528bff
}

.fdb-block .text-h1,
.fdb-block h1 {
  font-size: 2.75rem;
  margin-bottom: .5em;
  margin-top: .3em;
  font-weight: 700
}

.post h1 {
  font-size: 2.75rem;
  margin-bottom: .5em;
  margin-top: 1.5em;
  font-weight: 700
}

.fdb-block .text-h2,
.fdb-block h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: .5em;
  margin-top: 1.0em;
}

.post h2 {
  font-size: 2.0rem;
  margin-bottom: .2em;
  margin-top: 2.0em;
  font-weight: 700
}

.fdb-block .text-h3,
.fdb-block h3 {
  font-size: 1.125rem;
  margin-bottom: .5em;
  margin-top: .3em;
  font-weight: 400
}

.post h3 {
  font-size: 1.125rem;
  margin-bottom: .5em;
  margin-top: 1.5em;
  font-weight: 400
}

.fdb-block .text-h4,
.fdb-block h4 {
  font-size: 1rem;
  margin-bottom: .5em;
  margin-top: .3em;
  font-weight: 400
}

.fdb-block p,
.fdb-block li {
  font-family: Lato, sans-serif;
  font-weight: 400;
  margin-bottom: 0em;
}

.post p,
.post li {
  font-family: Lato, sans-serif;
  font-weight: 400;
  margin-bottom: .5em;
  margin-top: .3em;
}

.fdb-block .font-weight-light {
  font-weight: 300
}

.post img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.fdb-block img+h3,
.fdb-block img+h4,
.fdb-block img+p {
  margin-top: 20px
}

.fdb-block img+h1,
.fdb-block img+h2 {
  margin-top: 40px
}

/*.fdb-block .col-fill-left {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: 1
}

.fdb-block .col-fill-left+div {
  position: relative;
  z-index: 2
}

.fdb-block .col-fill-right {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: 1
}

.fdb-block .col-fill-right+div {
  position: relative;
  z-index: 2
}
*/

.fdb-block img.fdb-icon {
  width: auto;
  width: 60px
}

.fdb-block img.fdb-icon-round {
  width: auto;
  width: 60px;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px
}

.fdb-block .row-100 {
  height: 100px;
  width: 100%
}

.fdb-block .row-50 {
  height: 50px;
  width: 100%
}

.fdb-block .row-70 {
  height: 70px;
  width: 100%
}

footer {
  padding: 30px 0 !important
}

footer.footer-large {
  padding: 60px 0 !important
}

footer .flex-column .nav-link {
  padding-left: 0
}

footer.bg-dark {
  background: #2C3E50;
  color: #f2f2f2
}

footer.bg-dark a {
  color: #f2f2f2
}

footer a {
  color: #444
}

header {
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

header .navbar-nav a.nav-link {
  color: #3498DB
}

header .navbar-nav a.nav-link:hover {
  color: #2980B9
}

header .navbar-nav .active a.nav-link {
  color: #3498DB
}

header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

header.bg-dark .navbar-nav a.nav-link {
  color: #dcdcdc
}

header.bg-dark .navbar-nav a.nav-link:hover {
  color: #3498DB
}

header.bg-dark .navbar-nav .active a.nav-link {
  color: #fff
}

header.bg-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

header+header {
  border-top: solid 1px #eee
}

.bg-dark {
  background-color: #2C3E50;
  color: #f2f2f2
}

.bg-gray {
  background-color: #fafafa;
  color: #444
}

.br {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden
}

.br-0 {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important
}

.text-light {
  font-weight: 300 !important
}

.sl-1 {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
  z-index: 2
}

table tr.no-border td,
table tr.no-border th {
  border-top: 0
}

.fdb-block.fdb-viewport {
  color: #ffffff;
}

.img-fluid {
  min-width: 250px;
}

.dark-row {
  background-color: #2980B9;
  color: #fff;
}

.light-row {
  background-color: #3498DB;
  color: #fff;
}
