body {
  font-family: NotoSans;
  background-color: white;
  font-weight: 300;
  font-size: 16px;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  padding-top: 80px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-variant-caps: all-small-caps;
  font-weight: 400;
  color: #3f86cc;
}

li {
  padding-bottom: 5px;
  line-height: 1.5;
  color: #222;
}

.antage-label {
  color: #3f86cc;
  font-style: italic;
  font-weight: bold;
}

.nav-bar {
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 80px;
  z-index: 1000;
  top: 0;
  opacity: 1 !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
}

p {
  line-height: 28px;
  margin-bottom: 25px;
  font-size: 18px;
}

.centered {
  text-align: center !important;
}

.goright {
  text-align: right;
}

.mt {
  padding-top: 25px;
  padding-bottom: 25px;
}

a {
  color: #3f86cc;
  word-wrap: break-word;
  -webkit-transition: color .1s ease-in, background .1s ease-in;
  -moz-transition: color .1s ease-in, background .1s ease-in;
  -ms-transition: color .1s ease-in, background .1s ease-in;
  -o-transition: color .1s ease-in, background .1s ease-in;
  transition: color .1s ease-in, background .1s ease-in;
}

a:hover,
a:focus {
  color: #7b7b7b;
  text-decoration: none;
  outline: 0;
}

a:before,
a:after {
  -webkit-transition: color .1s ease-in, background .1s ease-in;
  -moz-transition: color .1s ease-in, background .1s ease-in;
  -ms-transition: color .1s ease-in, background .1s ease-in;
  -o-transition: color .1s ease-in, background .1s ease-in;
  transition: color .1s ease-in, background .1s ease-in;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.btn {
  border-radius: 0;
}

.btn-green {
  color: #fff;
  background-color: #3f86cc;
  /*border-color: #3f86cc;*/
  font-weight: 300;
  border-radius: 3px;
}

a.btn-green {
  color: #fff !important;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
  color: #fff;
  background-color: #3f86cc;
  color: #fff !important;
  font-weight: 300;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkite-opacity: 0.8;
}

.btn-green i {
  color: white !important;
}

.tm {
  font-size: 14px;
  line-height: 20px;
}

.menu {
  position: fixed;
  width: 465px;
  right: -400px;
  top: 0;
  z-index: 9999;
  text-align: left;
  height: 100px;
}

.menu.menu-open {
  right: 0;
  height: 100%;
  z-index: 9000;
}

.menu-wrap {
  position: absolute;
  top: 0;
  left: 65px;
  background:#3f86cc!important;
  width: 400px;
  height: 100%;
  color: white;
}

.menu-wrap i {
  color: white;
}

.menu h1.logo a {
  font-family: Raleway, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 20px;
}

.menu h1.logo a:hover {
  color: #fff;
}

.menu img.logo {
  margin: 20px 0;
  max-width: 160px;
}

.menu a {
  margin-left: 20px;
  color: white;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.menu a:hover {
  color: #fff;
}

.menu a:active {
  color: #fff;
}

.menu ul {
  padding-left: 20px;
}

/*
.menu a>i {
    float: left;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 25px;
    font-size: 14px;
    line-height: 40px;
    margin: 25px 2px;
}
  */

.menu-close {
  cursor: pointer;
  display: block;
  position: absolute;
  font-size: 14px;
  color: gray;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 20px;
  right: 5px;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.menu-close:hover {
  color: #fff;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.body-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

.body-push-toright {
  left: 200px;
}

.body-push-toleft {
  left: -200px;
}

.menu,
.body-push {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#menuToggle {
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 11;
  display: block;
  text-align: center;
  font-size: 14px;
  background-color: #fff;
  color: #3f86cc;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  /* background: rgba(0, 0, 0, .25); */
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  border-radius: 100rem;
  -moz-border-radius: 100rem;
  -webkit-border-radius: 100rem;
}

#menuToggle:hover {
  color: #3f86cc;
  /*
    background: rgba(0, 0, 0, .2);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    */
}

.max-image {
  margin-top: 70px;
}

#headerwrap {
  background: url(../img/black-zen-stones.jpg) no-repeat center top;
  margin-top: -10px;
  /*  padding-top: 20px; */
  padding-top: 0;
  text-align: center;
  background-attachment: fixed;
  background-position: center center;
  /* min-height: 750px; */
  width: 100%;
  /* height was at 420*/
  height: 550px;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-opacity: 0.2;
}

#headerwrap h1 {
  /* margin-top: 130px; */
  margin-top: 111px;
  color: #cc0000;
  font-size: 140px;
  font-weight: 700;
  letter-spacing: 3px;
}

#headerwrap h2 {
  color: #000;
  font-size: 50px;
  font-weight: 100;
  letter-spacing: 2px;
}

#headerwrap h2 em {
  color: #3f86cc;
}

#headerwrap i {
  font-size: 35px;
  color: #3f86cc;
}

#headerwrap .spacer {
  margin-top: 220px;
}

#mapwrap {
  margin: 0;
  padding: 0;
}

.page-header {
  margin-top: -10px;
  text-align: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50%;
  min-height: 300px;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  margin-bottom: 0;
}

.page-header:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}

.page-header h2 {
  /*    color: #3f86cc;*/
  color: #fff;
  font-size: 10rem;
  font-weight: 400;
  letter-spacing: 2px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.page-header .row div {
  min-height: 300px;
  height: 300px;
}

.page-header h3,
.page-header h4 {
  color: #fff;
}

.page-header-soft-dev {
  background-position: 50% 161%;
}

.page-header-we-do {
  background-position: 50% 116%;
}

#portwrap {
  background: url(../img/portfolio-bg.jpg) no-repeat center top;
  margin-top: -10px;
  padding-top: 20px;
  text-align: center;
  background-attachment: fixed;
  background-position: center center;
  min-height: 500px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#portwrap h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-top: 150px;
}

#sp {
  background: #2f2f2f;
  padding-top: 35px;
  padding-bottom: 35px;
}

#sp h2 {
  color: #fff;
}

#sp-standout {
  background: url(../img/sp-standout-bg.jpg) no-repeat center top;
  margin-top: -10px;
  padding-top: 20px;
  text-align: center;
  background-attachment: fixed;
  background-position: center center;
  min-height: 500px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.back-green {
  backround-color: #3f86cc;
  color: #fff;
}

.back-green a {
  color: #fff;
}

.back-gray {
  background-color: #222 !important;
}

.back-gray i {
  display: block;
  text-align: center;
  color: #fffimportant;
}

.back-gray .col-lg-3 a,
.back-gray .col-lg-3 a:visited {
  color: #fff !important;
}

.back-gray h3,
.back-gray p {
  color: #888 !important;
}

#portfolio {
  width: 100%
}

#services {
  background: #222;
  padding-top: 15px;
  padding-bottom: 15px;
}

#services.light {
  background-color: #fff;
}

#services.light .col-lg-3 {
  text-align: left;
}

#services.light h2 {
  color: #222;
}

#services.light h3 {
  color: #222 !important;
}

#services.light p {
  color: #222 !important;
}

#services.light i {
  color: #3f86cc;
   !important;
}

#services .col-lg-3 {
  text-align: center;
}

#services h3 {
  color: #fff !important;
  display: inline-block;
  font-size: 2rem;
}

#services p {
  color: #fff;
  text-align: justify;
}

#services i {
  color: #fff;
  font-size: 3rem;
  padding-right: 1.7rem;
  display: inline-block;
  width: 6rem;
}

#services a i {
  font-size: 1.3rem;
  display: inline;
  margin-left: 4px;
}

.services-main {
  margin-top: 30px;
}

.services-main i {
  font-size: 4rem;
  color: #3f86cc;
}

.services-main .btn-green {}

.services-main .btn-green i {
  font-size: 2rem;
}

#lg {
  background: #ebebeb;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

#lg .desc {
  text-align: left;
}

#call {
  background: transparent;
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center;
}

#call h3 {
  color: #fff;
}

#call p {
  color: #fff;
}

#sf {
  display: block;
  width: 100%
}

/*#sf .container {
  width: 100%
}*/

#sf .col-lg-4 {
  margin: 0;
  padding: 15px;
}

#sf .lg {
  background-color: #3f86cc;
}

#sf .dg {
  background-color: #16a085;
}

#sf h4 {
  color: #fff;
}

#sf p {
  color: #fff;
}

#sf .ml {
  margin-left: 30px;
}

#sf i {
  font-size: 70px;
  color: #fff;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

#cf {
  background: #2f2f2f;
}

#cf h4 {
  color: #fff;
  margin-left: 15px;
  margin-top: 15px;
}

#cf p {
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  margin-left: 15px;
}

/*#cf .container {
  width: 100%
}*/

#cf .col-lg-8 {
  margin: 0;
  padding: 0;
}

.process {
  max-width: 69em;
  list-style: none;
  margin: 30px auto;
  padding: 0;
}

.process li {
  display: block;
  float: left;
  padding: 1px;
  width: 100%;
  opacity: 0;
}

.process li.shown,
.no-js .process li,
.no-cssanimations .process li {
  opacity: 1;
}

.process li a,
.process li img {
  outline: 0;
  border: 0;
  display: block;
  max-width: 100%
}

.process.effect-2 li.animate {
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp .65s ease forwards;
  -moz-animation: moveUp .65s ease forwards;
  animation: moveUp .65s ease forwards;
}

@-webkit-keyframes moveUp {
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@-moz-keyframes moveUp {
  to {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes moveUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

#chartwrap {
  width: 100%;
  background-color: #fff;
  color: #222;
  /*border-top: 20px solid #3f86cc;*/
}

#chartwrap h1 {
  margin-left: 10px;
  color: #3f86cc;
}

#chartwrap p {
  color: #222;
  margin-left: 10px;
}

.cardinfo {
  background: #fff;
  padding: 15px;
  margin: 2px;
  text-align: left;
}

.cardinfo i {
  font-size: 18px;
  padding-right: 20px;
}

.grid {
  max-width: 69em;
  list-style: none;
  margin: 30px auto;
  padding: 0;
}

.grid li {
  display: block;
  float: left;
  padding: 7px;
  width: 33%;
  opacity: 0;
}

.grid li.shown,
.no-js .grid li,
.no-cssanimations .grid li {
  opacity: 1;
}

.grid li a,
.grid li img {
  outline: 0;
  border: 0;
  display: block;
  max-width: 100%
}

.grid img {
  opacity: .7;
}

.grid img:hover {
  opacity: 1;
}

.grid.effect-2 li.animate {
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp .65s ease forwards;
  -moz-animation: moveUp .65s ease forwards;
  animation: moveUp .65s ease forwards;
}

@-webkit-keyframes moveUp {
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@-moz-keyframes moveUp {
  to {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes moveUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.balloon-user {
  display: block;
  padding: 6px;
  width: 55px;
  height: 55px;
  border-radius: 200%;
  background-color: #3f86cc;
  color: #fff;
  font-size: 3rem;
  text-align: center;
}

.processwrap {
  background-color: #fff;
  color: #000;
  border-top: 20px solid #3f86cc;
}

.processwrap h1 {
  color: #3f86cc;
}

.processwrap h3 {
  color: ##3f86cc;
}

.processwrap p {
  color: #222;
}

.aboutwrap .round-img img {}

.round-img img {
  border-radius: 200%;
}

fieldset legend {
  font-weight: bold;
  color: #3f86cc;
}

.btn-primary {
  background-color: #3f86cc;
  color: #fff;
}

.learn-more {
  color: #7b7b7b;
}

a.learn-more:hover {
  color: #3f86cc;
}

.main-page-blocks {
  padding-left: 20px;
  padding-right: 20px;
}

.main-page-blocks div {
  min-height: 300px;
  height: 300px;
  padding-bottom 30px;
}

.main-page-blocks div .btn-green {
  position: absolute;
  bottom: 5px;
  width: 200px;
  margin: 0 auto;
  display: block;
  left: 50%;
  transform: translateX(-50%);
}

.Ds-button {
  background: transparent;
  cursor: help;
}

.Ds-button:focus {
  outline: 0px auto -webkit-focus-ring-color;
}

.modal-content {
  padding: 50px;
}

.member-box {
  color: rgb(51, 51, 51);
  display: block;
  float: left;
  font-family: LivoryRegular, serif;
  font-size: 14px;
  height: 358px;
  line-height: 20px;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 292.5px;
}

#carousel-example-generic .carousel-inner .slider-bg {
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-position: 50%;
  min-height: 240px;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 240px;
}

#carousel-example-generic .carousel-inner .slider-bg:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  filter: alpha(opacity=30);
}

#carousel-example-generic .carousel-inner .item .carousel-caption h2 {
  font-size: 5rem;
  color: #fff;
  text-shadow: none;
}

.carousel-caption {
  bottom: inherit;
}

.carousel-indicators {
  bottom: 0;
}

.service-content {
  padding: 1rem;
}

.service-content p {
  text-align: left;
}

.service-content i {
  display: block;
  width: 4rem !important;
}

.contact-form-wrapper {}

.mapwrap {
  border-bottom: 2px solid #ddd;
  border-radius: 5px;
  border-right: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  border-top: 1px solid #f8f8f8;
}

.contact-form-wrapper iframe {
  border: 10px solid white;
}

.contact-form-address {
  margin-top: 15px;
  padding: 10px;
  background-color: #f5f5f5;
  border-radius: 5px;
}

.contact-form-address p {
  font-size: 1.4rem;
  margin: 0;
}

.contact-form-address i {
  color: #3f86cc;
  margin-left: 1rem;
}

#dsi-highlight-slider {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
}

.dsi-highlight-backgrounds {
  width: 100%;
  height: 100%;
  position: absolute;
}

.dsi-highlight-background {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  transition: 0.6s;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
}

.dsi-highlight-dimmer {
  background-color: #000;
  opacity: 0.2;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 4000;
}

.dsi-feature-blocks {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 15px;
  z-index: 5000;
}

.dsi-feature-highlighter {
  position: absolute !important;
  height: 75%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.8s;
  -moz-transition: 0.8s;
  -webkit-transition: 0.8s;
  transform: translate(630px, -50%);
}

#chart g.c3-axis.c3-axis-x .tick line {
  stroke: transparent;
}

#chart g.c3-axis.c3-axis-x .c3-shape {
  fill: rgba(255, 255, 255, 0.4);
}

#chart .c3-chart-bar path.c3-shape {
  opacity: 0.4;
}

#chart tspan {
  stroke: transparent;
  fill: transparent;
}

#chart {
  margin-bottom: -25px;
}

.dsi-feature-block {
  height: 75%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.dsi-feature-block:nth-child(3) {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.dsi-feature-block p .btn-green {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;

}

.dsi-feature-block p .btn-green:hover {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
}

.dsi-feature-block-content {
  padding: 0 6rem;
  text-align: center;
}

.dsi-feature-block-content h2 {
  color: #fff;
}

.dsi-feature-block-content p {
  color: #fff;
  text-align: justify;
}

.dsi-feature-block-content i.main-icon {
  color: #fff;
  font-size: 8rem;
}

.dsi-feature-block-content.active i.main-icon {
  font-size: 8rem;
}

.feature-hide-desktop {
  display: none;
}

.feature-show-desktop {
  display: "";
}

/*==========  Mobile First Method  ==========*/


/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {}

/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {
  .page-header h2 {
    font-size: 6rem;
  }
}

/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {}

/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {}

/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
  .dsi-feature-block-content {
    height: 500px;
  }
}

/*==========  Non-Mobile First Method  ==========*/

@media only screen and (max-width: 1280px) {
  .dsi-feature-block-content {
    padding: 0;
  }

  .main-page-blocks div {
    height: 400px;
  }
}

/* Large Devices, Wide Screens */

@media only screen and (min-width: 1440px) {
  .dsi-feature-block-content p {}

  .dsi-feature-block-content {
    height: 450px;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
  }
}

@media only screen and (max-width: 1200px) {}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {}

/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
  .page-header h2 {
    font-size: 4rem;
  }

  .page-header {
    background-attachment: scroll;
  }

  .carousel-inner .slider-bg {
    background-attachment: scroll !important;
  }

  .dsi-feature-highlighter {
    display: none;
  }

  .dsi-feature-block {
    height: 100%;
  }

  .dsi-feature-block:nth-child(3) {
    border: 0;
  }

  .dsi-highlight-background {
    position: relative;
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
  }

  #dsi-highlight-slider {
    position: relative;
  }

  .feature-hide-desktop {
    display: block;
  }

  .feature-show-desktop {
    display: none;
  }

  .dsi-highlight-dimmer {
    display: none;
  }

  .dsi-feature-block .btn-green {
    width: 95%;
  }

  .dsi-feature-blocks {
    display: none;
  }

  .dsi-feature-block-content {
    padding: 20px;
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    background: rgba(0, 0, 0, 0.4);
    padding: 40px;
  }

  .dsi-feature-block-content {
    padding: 20px;
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    background: rgba(0, 0, 0, 0.4);
    padding: 15px;
  }

  .dsi-feature-block-content p {
    font-size: 1.7rem;
    margin-top: 2rem;
  }

  .dsi-feature-block-content .btn-green {
    transform: none;
    top: auto;
    left: auto;
    position: relative;
  }
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 680px) {
  .page-header h2 {
    font-size: 4rem;
  }

  .page-header {
    background-attachment: scroll !important;
  }

  .carousel-inner .slider-bg {
    background-attachment: scroll !important;
  }

  .carousel-caption {
    padding-top: 0;
  }

  .carousel-inner .item .carousel-caption h2 {
    font-size: 3rem !important;
  }

  .dsi-feature-highlighter {
    display: none;
  }

  .dsi-feature-block {
    height: 100%;
  }

  .dsi-feature-block:nth-child(3) {
    border: 0;
  }

  .dsi-highlight-background {
    position: relative;
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
    height: 600px;
  }

  #dsi-highlight-slider {
    position: relative;
  }

  .feature-hide-desktop {
    display: block;
  }

  .feature-show-desktop {
    display: none;
  }

  .dsi-highlight-dimmer {
    display: none;
  }

  .dsi-feature-block .btn-green {
    width: 95%;
  }

  .dsi-feature-blocks {
    display: none;
  }

  .dsi-feature-block-content {
    padding: 20px;
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    background: rgba(0, 0, 0, 0.4);
    padding: 15px;
  }

  .dsi-feature-block-content p {
    font-size: 1.7rem;
    margin-top: 2rem;
  }

  .dsi-feature-block-content .btn-green {
    transform: none;
    top: auto;
    left: auto;
    position: relative;
  }

  .menu {
    position: fixed;
    width: 326px;
    right: -261px;
    top: 0;
    z-index: 4005;
    text-align: left;
    height: 100px;
  }

  .menu.menu-open {
    right: 0;
    height: 100%;
    z-index: 9000;
  }

  .menu-wrap {
    position: absolute;
    top: 0;
    left: 65px;
    /* background: #3f86cc!important; */
    background-color:rgba(255,255,255,0,8);
    width: 280px;
    height: 100%;
    color: white;
  }
}

/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
  .dsi-feature-highlighter {
    display: none;
  }

  .dsi-feature-block {
    height: 100%;
  }

  .dsi-feature-block:nth-child(3) {
    border: 0;
  }

  .dsi-highlight-background {
    position: relative;
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
    height: 600px;
  }

  #dsi-highlight-slider {
    position: relative;
  }

  .feature-hide-desktop {
    display: block;
  }

  .feature-show-desktop {
    display: none;
  }

  .dsi-highlight-dimmer {
    display: none;
  }

  .dsi-feature-block .btn-green {
    width: 95%;
  }

  .dsi-feature-blocks {
    display: none;
  }

  .dsi-feature-block-content {
    padding: 20px;
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    background: rgba(0, 0, 0, 0.4);
    padding: 15px;
  }

  .dsi-feature-block-content p {
    font-size: 1.7rem;
    margin-top: 2rem;
  }

  .dsi-feature-block-content .btn-green {
    transform: none;
    top: auto;
    left: auto;
    position: relative;
  }

  /*.menu {
    position: fixed;
    width: 120vw;
    right: -100vw;
    top: 0;
    z-index: 4005;
    text-align: left;
    height: 100px;
  }
  .menu.menu-open {
    right: 0;
    height: 100%;
    z-index: 9000;
  }
  .menu-wrap {
    position: absolute;
    top: 0;
    left: 65px;
    background: rgba(0, 0, 0, 0.9);
    width: 100vw;
    height: 100%
  }*/
}

#carousel-example-generic {
  height: 240px;
}

#footer {
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
}

#footer ul {
  padding-left: 0px;
  list-style: none;
}

#footer ul li {
  display: inline-block;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 2rem;
}

#footer ul li:last-child {
  border-right: 0;
}

#footer ul li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 1.4rem;
}

.disclaimer {
  padding: 2px;
  color: rgba(255, 255, 255, 0.8);
}

.container-fluid .row {
  margin-right: 0;
  margin-left: 0;
}