.dummy-btn {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}

.spacer {
  display: block;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  clear: both;
}

.list-group > li:first-child {
  border-radius: 0;
}

.list-group > li:last-child {
  border-radius: 0;
}

.list-group > li.active {
  border-color: #01744B;
}

.container-wrap {
  padding: 15px;
  border-bottom: none;
  -webkit-box-shadow: 0 0 3px #491916;
  box-shadow: 0 0 3px #491916;
  margin-top: 10px;
  background-color: #fff;
}

.title-addon {
  display: inline-block;
}

.title-addon > span {
  display: block;
  width: 100px;
  height: 2px;
  margin-bottom: 5px;
  background-color: #069;
}

@media (min-width: 768px) {
  .tab-panel-nav {
    padding-left: 0;
    padding-right: 0;
  }
}
.tab-panel-nav .nav-stacked {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.tab-panel-nav .nav-stacked > li.active > a {
  color: #069;
  border-left-color: #3399FE;
  background-color: #fcfcfc;
}

.tab-panel-nav .nav-stacked > li > a {
  color: #fff;
  border-left: 4px solid #069;
}

.tab-panel-nav .nav-stacked > li > a:hover {
  color: #eee;
  outline: none;
  background-color: #3399FE;
}

.tab-panel-content {
  min-height: 150px;
  padding-bottom: 1em;
  background-color: #fcfcfc;
}

.tab-panel-content .tab-pane > h3 {
  margin-bottom: 1.5rem;
  line-height: 1;
  background-image: url(../img/line-2-blue.png);
  background-repeat: repeat-x;
  background-position: right center;
}

.tab-panel-content .tab-pane > h3 > span {
  display: inline-block;
  padding-right: 1rem;
  background-color: #fcfcfc;
}

.theme-title {
  padding-bottom: 10px;
}

.text-card {
  padding: 16px;
  margin-bottom: 16px;
  -webkit-box-shadow: 0 0 6px #ddd;
  box-shadow: 0 0 6px #ddd;
  background-color: #fff;
}

.image-wrapper {
  display: block;
}

.image-wrapper > img {
  display: block;
  width: 100%;
  background-color: #eee;
}

.highlight .title {
  padding-bottom: 1rem;
  margin-top: 0;
  margin-bottom: 1rem;
  letter-spacing: -1px;
  border-bottom: 4px solid #E87424;
}

.highlight .support-text {
  font-size: 1em;
  font-weight: 300;
}

.section-5 {
  margin-bottom: 0.5em;
  -webkit-box-shadow: 0 0 3px #ddd;
  box-shadow: 0 0 3px #ddd;
  background-color: #fff;
  background-image: url(../img/placeholder.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}

.section-5 .pane-2 {
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #3399FE;
}

.section-5 .pane-2 h3 {
  margin-bottom: 1em;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
}

.section-6 .title-text {
  padding-top: 1em;
  border-top: 1px solid #ccc;
}

.section-6 .item {
  display: table;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
  background-color: #069;
  overflow: hidden;
}

.section-6 .item:hover .date {
  background-color: #3399FE;
}

.section-6 .item:hover .date sup {
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.section-6 .item .date {
  display: table-cell;
  width: 70px;
  padding: 0.5em;
  vertical-align: middle;
  font-weight: 300;
  color: #fff;
  text-align: center;
  font-size: 2em;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #069;
}

.section-6 .item .date sup {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: inline-block;
}

.section-6 .item .support-text {
  display: table-cell;
  vertical-align: top;
  padding: 0.5em;
  background-color: #fff;
}

.section-6 .item .support-text h3 {
  margin-top: 0;
  font-size: 1.3em;
  font-weight: 400;
  color: #CD2D3D;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.section-7 {
  background-color: #ffc;
}

.section-7 .title {
  float: left;
  width: 150px;
  padding: 15px;
  color: #fff;
  overflow: hidden;
  background-color: #01744B;
}

.section-7 .content {
  float: left;
  width: calc(100% - 150px);
  padding: 15px;
  overflow: hidden;
}

.section-7 .content h4 {
  margin-top: 0;
}

.section-7 .content p {
  margin-top: 10px;
}

.welcome-note {
  padding: 1em 0;
  margin-bottom: 1em;
}

.welcome-note h3 {
  margin-top: 3em;
  font-weight: 400;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

#applicationForm .dropdown-selected {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0;
  border-color: #ddd;
}

#applicationForm .dropdown-selected i {
  font-style: normal;
}

#applicationForm .dropdown-search {
  display: block;
}

#applicationForm .dropdown-search input {
  display: block;
}

.img-circle {
  padding: 4px;
  border: 1px solid #ddd;
}

.text-italic {
  font-style: italic;
}

.page-title > span {
  display: inline-block;
  padding: 8px 10px;
  font-size: 20px;
  background-color: #eee;
}

.page-header h2 {
  margin-top: 0;
  font-weight: 300;
}

.page-content {
  min-height: 360px;
}

#home-slider .col-sm-9, #home-slider .col-sm-3 {
  padding: 0;
}

#home-slider img {
  width: 100%;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #069;
  background-image: none;
}

.list-group-item > a {
  color: #000;
}

.feature-wrap {
  margin-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #fff;
}

.feature-wrap .photo {
  position: relative;
}

.feature-wrap .photo .line {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  bottom: 0;
}

.feature-wrap .photo .line > span {
  display: block;
  float: left;
  width: 50%;
  height: 10px;
  border-bottom: 4px solid #7ABD39;
}

.feature-wrap .photo .line > span:first-child {
  width: 50%;
}

.feature-wrap .photo .line > span:last-child {
  width: 50%;
}

.feature-wrap > h4 {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.feature-wrap > h4 > .badge {
  padding: 6px;
  border-radius: 0;
  color: #000;
  background-color: #F0CE11;
}

.feature-wrap > p {
  padding-left: 10px;
  padding-right: 10px;
}

.feature-wrap > a {
  display: block;
  margin: 0 10px;
  padding: 4px;
  border-top: 1px solid #ddd;
}

.contact-info {
  padding: 4px;
  border: 1px solid #ddd;
  background-color: #fff;
}

.contact-info > .wrap {
  background-image: url("../img/bg_head.png");
  background-repeat: repeat;
}

.contact-info > .wrap .item {
  padding: 10px 0;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 1px solid #ddd;
}

.contact-info > .wrap .item:last-child {
  border-bottom: 0;
}

.contact-info > .wrap .item p {
  margin: 0;
}

.nice-list {
  margin-left: 0;
  padding-left: 0;
}

.nice-list.wrap-bdr {
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.nice-list .badge {
  width: 22px;
  height: 22px;
  padding: 0;
  border-radius: 50%;
  line-height: 22px;
  background-color: green;
}

.nice-list .badge i {
  color: #fff;
  line-height: 22px;
}

.nice-list > li {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
}

.nice-list > li:last-child {
  border-bottom: 0;
}

.phone-label em {
  font-style: normal;
  font-weight: 600;
  color: #005F1F;
}

.phone-label a {
  color: #484848;
}

.email-label em {
  font-style: normal;
  font-weight: 600;
  color: #005F1F;
}

.email-label a {
  color: #484848;
}

.media-heading > span {
  display: inline-block;
  padding: 4px 10px;
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-box-shadow: -3px 3px 3px #777;
  box-shadow: -3px 3px 3px #777;
  border-radius: 2px;
  background-color: #FEB800;
}

.service-pics .item {
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 6px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 3px #ddd;
  box-shadow: 0 0 3px #ddd;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.service-pics .item:hover, .service-pics .item:focus {
  border-color: #08f;
  -webkit-box-shadow: 0 0 3px #08f;
  box-shadow: 0 0 3px #08f;
  border-radius: 12px;
  overflow: hidden;
}

/*# sourceMappingURL=style-1.css.map */
