.html {
  height: 100%;
  /*font-size: 62.5%;*/
  overflow-x: hidden;
}

body {
  font-family: 'Source Sans Pro', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  font-size: 16px;
  line-height: 1.7;
  color: #787878;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  overflow-x: hidden;
}

.row {
    margin: 0;
}

.col-lg-12 {
    padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  outline: none;
}

a {
  color: #787878;
  text-decoration: none;
  outline: none;
  transition: all 0.2s;
}

a:hover, a:focus {
  text-decoration: none;
}

.form-control {
    /*height: 40px;*/
    margin-bottom: 15px;
    padding: 0 1em;
    line-height: 40px;
    border: 1px solid #eee;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    outline: none;
    border-radius: 0;
}


.form-control:focus {
  border-color: #921a13;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

form .error {
    color: #ff0000;
}

form .resultMessage {
    color: #ff0000;
    font-size: 1.1em;
    margin-left: 20px;
}

.btn {
    border-radius: 0;
}

.btn-default {
    color: #fff;
    background-color: #921a13;
    border-color: #fff;
}

.btn-default:hover {
    color: #fff;
    background-color: #921a13;
    border-color: #fff;
}

@media (min-width: 1200px) {
    .inset-lg-left-60 {
        padding-left: 60px;
    }
}

.color-primary {
    color: #921a13;
}

.offset-top-60 {
    margin-top: 60px;
}

.offset-bottom-30 {
    margin-bottom: 30px;
}

/* **** Header **** */
#header {
  position: relative;
}

#header.show-nav .main-navigation {
  display: block;
}

#header.show-nav .main-navigation:after {
  display: none;
}

@media (min-width: 768px) {
  #header.show-nav .main-navigation {
    display: table-footer-group;
  }
  #header.show-nav .main-navigation:after {
    display: block;
  }
}

#header .table {
  margin-bottom: 0;
}

.site-header {
  padding-top: 20px;
}

@media (min-width: 768px) {
  .site-header {
    padding-top: 30px;
  }
  .site-header .table {
    display: table;
    width: 100%;
    text-align: center;
  }
  .site-header .table .main-navigation {
    display: table-footer-group;
  }
}

@media (min-width: 992px) {
  .site-header .table {
    float: right;
    width: auto;
    text-align: inherit;
  }
}

.site-title {
  margin: 0;
  font-size: 2em;
  font-weight: 900;
  line-height: 1;
}

.site-description {
  margin: 0;
  color: #999;
}

.site-branding {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .site-branding {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .site-branding {
    float: left;
    text-align: inherit;
  }
}

.site-branding a {
  display: block;
}

.header-sidebar .widget {
  margin-bottom: 15px;
  padding-top: 15px;
  font-size: .9em;
  border-top: 1px solid #eee;
}

@media (min-width: 768px) {
  .header-sidebar {
    display: table-header-group;
  }
  .header-sidebar .widget {
    display: inline-block;
    margin: 0 30px;
    margin-bottom: 0;
    padding-top: 0;
    border-top: none;
  }
}

@media (min-width: 992px) {
  .header-sidebar .widget:first-child {
    margin-left: 0;
  }
  .header-sidebar .widget:last-child {
    margin-right: 0;
  }
}

.main-navigation {
  display: none;
}

@media (min-width: 768px) {
  .main-navigation {
    display: block;
  }
  .main-navigation:after {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 70px;
    background-color: #921a13;
  }
}

@media (min-width: 992px) {
  .main-navigation {
    float: right;
  }
}

.primary-menu {
  margin: 0;
  padding: 15px 0 30px;
  line-height: 50px;
  list-style-type: none;
  border-top: 1px solid #ddd;
}

.primary-menu a {
  display: inline-block;
  position: relative;
  color: #3d3d3d;
  font-weight: 700;
}

.primary-menu .sub-menu {
  margin: 0;
  line-height: 40px;
  list-style-type: none;
  white-space: nowrap;
}

.primary-menu .sub-menu a {
  color: #787878;
  font-size: .9em;
  font-weight: 400;
}

@media (min-width: 768px) {
  .primary-menu {
    margin-top: 20px;
    padding: 0;
    line-height: 90px;
    border-top: none;
  }
  .primary-menu a {
    color: #fff;
  }
  .primary-menu a:after {
    position: absolute;
    width: 20px;
    height: 3px;
    left: 50%;
    bottom: 20px;
    margin-left: -10px;
    content: "";
    background-color: #fff;
    -webkit-transform: scale(1);
            transform: scale(1);
    transition: all .2s;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .primary-menu li {
    position: relative;
    display: inline-block;
    margin-left: 30px;
  }
  .primary-menu li:hover a:after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .primary-menu .current-menu-item > a:after, .primary-menu .current-menu-parent > a:after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .primary-menu .menu-item-has-children:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .primary-menu .menu-item-has-children > a {
    padding-right: .5em;
  }

  .primary-menu .sub-menu {
    z-index: 999;
    position: absolute;
    top: 110%;
    left: 0;
    padding: 0;
    font-size: 1em;
    text-align: left;
    background-color: #fff;
    box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    transition: all .1s ease-out;
  }
  .primary-menu .sub-menu a {
    display: block;
    padding: 0 30px;
    color: #787878;
  }
  .primary-menu .sub-menu a:after {
    display: none;
  }
  .primary-menu .sub-menu li {
    display: block;
    margin: 0;
    line-height: 50px;
    border-top: 1px solid #eee;
  }
  .primary-menu .sub-menu li:hover {
      background-color: #e3e3e3;
  }
  .primary-menu .sub-menu .sub-menu {
    top: -1px;
    left: 100%;
    font-size: 1em;
  }
}

@media (min-width: 992px) {
  .primary-menu {
    text-align: right;
  }
}

#toggle-navigation {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
}

#toggle-navigation i {
  position: absolute;
  top: 8px;
  width: 24px;
  height: 2px;
  background-color: #000;
  cursor: pointer;
  transition: all .2s;
}

@media (min-width: 768px) {
  #toggle-navigation i {
    display: none;
  }
}

#toggle-navigation i:before {
  position: absolute;
  content: "";
  top: -8px;
  width: 24px;
  height: 2px;
  background-color: #000;
  transition: all .2s;
}

#toggle-navigation i:after {
  position: absolute;
  content: "";
  top: 8px;
  width: 24px;
  height: 2px;
  background-color: #000;
  transition: all .2s;
}

#toggle-navigation i.show {
  background-color: transparent;
}

#toggle-navigation i.show:before {
  background-color: #999;
  -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
}

#toggle-navigation i.show:after {
  background-color: #999;
  -webkit-transform: translateY(-8px) rotate(45deg);
          transform: translateY(-8px) rotate(45deg);
}


/* **** Slick slider **** */
.slider {
  color: #fff;
  opacity: 0;
  transition: all .4s ease-out .2s;
}

.slider.slick-initialized {
  opacity: 1;
  background-color: #000;
}

.slider a {
  color: #fff;
}

.slider .slick-image {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: -100px;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .6;
}

.slider .slick-content {
  padding: 150px 0 220px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.slider .title {
  margin: .25em auto;
  font-size: 2.8em;
  font-weight: 700;
  color: #fff;
}

.slider .excerpt {
  font-size: 1.2em;
  font-weight: 700;
  color: #ccc;
  text-transform: uppercase;
}

.slider .excerpt a {
  color: inherit;
}

#home-slider .slick-dots-title li { width: calc(100%/3); }

.slick-slide {
  outline: none;
}

.slick-list {
  padding: 0 !important;
}

.slick-dots-circle {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.slick-dots-circle li {
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}

.slick-dots-circle i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.slick-dots-circle .circle, .slick-dots-circle .circle-full {
  background-color: #ddd;
}

.slick-dots-circle .circle-outline {
  box-shadow: inset 0 0 0 2px #fff;
  opacity: .5;
}

.slick-dots-circle .circle-outline.dark {
  box-shadow: inset 0 0 0 2px #999;
  opacity: .5;
}

.slick-dots-circle .slick-active i {
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  background-color: #1F77D7;
  opacity: 1;
}

.slick-dots-circle .slick-active .circle-outline {
  background-color: #fff;
}

.slick-dots-circle .slick-active .circle-outline.dark {
  background-color: #999;
}

.slick-arrow-prev, .slick-arrow-next {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  height: 60px;
  width: 50px;
  margin-top: -30px;
  font-size: 25px;
  font-weight: 700;
  line-height: 60px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1);
}

.slick-arrow-prev:hover, .slick-arrow-next:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.slick-arrow-next {
  left: auto;
  right: 0;
}

.slick-dots-title {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.slick-dots-title:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 75%);
}

.slick-dots-title li {
  position: relative;
  z-index: 1;
  float: left;
  padding: 20px;
  border-top: 2px solid rgba(255, 255, 255, 0.25);
  transition: all .2s;
  opacity: 0.75;
}

.slick-dots-title li:hover {
  border-top-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.slick-dots-title li.slick-active {
  border-top-color: #fff;
  opacity: 1;
}

/* **** Misc **** */
.content-title {
  color: #333;
  font-weight: 400;
  margin-top: 100px;
  font-size: 2rem;
}

.content-subtitle {
  font-size: 1.2em;
  margin-bottom: 50px;
}


/* **** Why us **** */
.service-item {
  margin-bottom: 30px;
  text-align: center;
  background-color: #f9f9f9;
  border: none;
}

.service-item .card-title {
  padding: 20px 30px;
    margin-bottom: .4em;
  font-size: 1.4rem;
}

.service-item .card-text {
  font-size: 1rem;
  color: #999;
}

.service-item .card-text p:last-child {
  margin-bottom: 0;
}


/* **** rounded header **** */
.vc_separator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 20px;
}

.vc_separator .vc_sep_holder {
    height: 1px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 10%;
}

.vc_separator h4 {
    padding: 15px 30px !important;
    font-size: 1.4em !important;
    color: #999;
    border: 2px solid #eee;
    border-radius: 40px;
}

.vc_separator h4 {
    line-height: 1em;
    font-size: 100%;
    margin: 0;
    word-wrap: break-word;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.vc_separator.vc_separator_align_center h4 {
    padding: 0 .8em;
}

.vc_separator.vc_sep_border_width_2 .vc_sep_holder .vc_sep_line {
    border-top-width: 2px;
}

.vc_separator.vc_sep_color_grey .vc_sep_line {
    border-color: #EBEBEB;
}

.vc_separator .vc_sep_holder .vc_sep_line {
    height: 1px;
    border-top: 1px solid #EBEBEB;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}

/* **** Map **** */
#map {
  height: 550px;
}

/* **** Contact Form **** */
.contact {
  background-color: #f9f9f9 !important;
}

.contact_form {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 50px;
}

@media (max-width: 576px) {
.contact_form {
  padding-left: 30px;
}
}

/* **** Footer **** */
.site_footer {
    font-size: .9rem;
    color: #fff;
    border-top: 3px solid #921a13;
    background: url(../images/footer-bg.png) repeat  #212121;
}

.site_footer .logo {
    float: none;
}

@media (max-width: 576px) {
.contact_footer {
    margin-top: 50px
}
}

.site_footer_top {
    text-align:inherit ;
}

.site_footer_bottom {
    padding: 30px 0 10px 0;
    background-color: #111;
}

.addnav {
    float: right;
}

.site_footer ul {
    padding: 0;
}

.site_footer .layout {
    position: relative;
    padding: 60px 0 30px 0;
}


.tg-cols{
    position: relative;
    padding:60px 0;
}
.tg-cols .tg-col{
    float:left;
    width:100%;
    color:#fff;
}
.tg-col h3{
    color: #fff;
    line-height: 20px;
    margin: 0 0 10px;
}
.tg-col .tg-description{margin: 0 0 25px;}
.tg-col .tg-description p{
    line-height: 20px;
    margin: 0;
}
.tg-col .logo{margin:0 0 30px; }
.tg-col .tg-socialicon{text-align: left;}
.tg-col .tg-socialicon li{
    background: none;
    border: 1px solid #505050;
}
.tg-col .tg-socialicon li a{
    background: none;
    border: none;
    color: #fff;
}
.tg-latest-post ul{list-style: none;}
.contact-info,
.tg-latest-post{
    float:left;
    width:100%;
}
.contact-info ul,
.tg-latest-post ul{
    list-style:none;
    width:100%;
    float:left;
}
.contact-info ul li,
.tg-latest-post ul li{
    list-style-type:none;
    padding:20px 0;
    float:left;
    width:100%;
}
.contact-info ul li{line-height:normal;}
.contact-info ul li + li,
.tg-latest-post ul li + li{border-top:1px solid #3a3a3a;}
.tg-latest-post ul li:last-child{padding-bottom: 0;}
.contact-info ul li:last-child{padding-bottom: 0;}
.tg-date {
    background: #272727 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    text-align: center;
    width: 40px;
    padding: 4px 0;
    float: left;
    margin: 0 20px 0 0;
}
.tg-date i{
    font-style:normal;
    display: block;
    line-height: normal;
    font-size: 12px;
}
.tg-post-contentbox{ overflow:hidden;}
.tg-post-contentbox p{
    margin:0;
    line-height: 20px;
}
.tg-post-contentbox p a{
    display: block;
    color: #fff;
    margin: 10px 0 0 0;
    line-height: normal;
}
.tg-post-contentbox p a:hover{text-decoration: none;}
.tg-post-contentbox .tg-post-meta{ padding:0;}
.tg-post-contentbox .tg-post-meta span a{ color:#fff;}
.tg-latest-post ul li:hover .tg-date{ color:#fff;}
.contact-info ul li span{
    width:70%;
    float:left;
}
.contact-info ul li span:first-child{
    width:30%;
    float:left;
}
.contact-info ul li span i{
    display:block;
    font-style:normal;
}
.tg-bottom-bar{
    background: #111;
    padding: 35px 0;
}
.copyright {color: #fff;}
.addnav {float: right;}
.addnav ul{
    list-style: none;
    vertical-align: middle;
}
.addnav ul li{
    list-style-type: none;
    display: inline-block;
    color: #fff;
    padding: 0 13px;
    position: relative;
    line-height: normal;
}
.addnav ul li a{
    color: #fff;
    display: block;
}
.addnav ul li + li a:after{
    content: '/';
    position: absolute;
    left: -4px;
    color: #4d4d4d;
}
.addnav ul li:last-child{padding-right: 0;}
.tg-back-to-top{
    width: 40px;
    height: 42px;
    position: absolute;
    right: 15px;
    top: 0;
    color: #fff;
    padding: 10px;
    display: block;
    text-align: center;
        background: #921a13;
}
.tg-back-to-top i{
    color: #fff;
    font-size: 18px;
    line-height: 21px;
}

/*
 * Pages
 */
#content {
    margin: 60px 0;
}

.post-header {
    margin-top: -60px;
    margin-bottom: 60px;
    padding: 40px 0;
    font-family: 'Roboto', 'sans-serif';
    text-align: center;
    background-color: #f9f9f9;
}

.post-header.has-featured-image {
    position: relative;
    padding: 80px 0;
    color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.post-header.has-featured-image:before {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-color: #000;
    opacity: .4;
}

.post-header.has-featured-image .post-category:before {
    color: #fff;
}

.post-header.has-featured-image .post-title {
    color: #fff;
}

.post-header .container {
    z-index: 1;
    position: relative;
}

/** 3.15 Responsive Tabs */
.responsive-tabs .resp-accordion {
    position: relative;
    padding: 15px 55px 15px 30px;
    overflow: hidden;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    text-align: left;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    text-overflow: ellipsis;
    transition: all .35s ease;
}

.responsive-tabs h2 {
    margin-bottom: 0;
}

.responsive-tabs h3 {
    font-weight: 700;
    margin-bottom: 1rem;
}

.responsive-tabs h5 {
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

.responsive-tabs .resp-accordion .resp-arrow {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    width: 20px;
    font-family: "Material Icons";
    font-size: 30px;
    font-weight: 700;
    color: #777777;
    text-align: center;
    transition: all .35s ease;
}

.responsive-tabs .resp-accordion .resp-arrow:before {
    content: "+";
}

@media (min-width: 992px) {
    .responsive-tabs .resp-accordion .resp-arrow {
        font-size: 35px;
        right: 35px;
    }
}

.responsive-tabs .resp-accordion.resp-tab-active, .responsive-tabs .resp-accordion:hover {
    color: #fff;
    background-color: #921a13;
    cursor: pointer;
}

.responsive-tabs .resp-accordion.resp-tab-active .resp-arrow:before, .responsive-tabs .resp-accordion:hover .resp-arrow:before {
    color: #fff;
}

.responsive-tabs .resp-accordion.resp-tab-active .resp-arrow:before {
    content: "-";
}

.responsive-tabs .resp-tab-content {
    padding: 50px 0;
}

@media (min-width: 1200px) {
    .responsive-tabs .resp-tab-content {
        padding: 25px 30px 30px 30px;
    }
}

.responsive-tabs .resp-tabs-list {
    display: none;
    padding: 0;
    margin-bottom: 0;
}

.responsive-tabs .resp-tabs-list li {
    position: relative;
    display: inline-block;
    padding: 0 0 13px;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    list-style-type: none;
    cursor: pointer;
    transition: all .2s ease-in;
}

.responsive-tabs .resp-tabs-list li.resp-tab-active, .responsive-tabs .resp-tabs-list li:hover {
    color: #fff;
    background: transparent;
}

.responsive-tabs[data-type="accordion"] {
    border-bottom: none;
}

.responsive-tabs[data-type="accordion"] .resp-tab-content {
    padding: 30px 0;
}

@media (min-width: 992px) {
    .responsive-tabs[data-type="accordion"] .resp-tab-content {
        padding: 25px 30px 30px 30px;
    }
}

.responsive-tabs[data-type="accordion"] .resp-tab-content + .resp-accordion {
    margin-top: 10px;
    border-top: none;
}

.responsive-tabs .resp-tab-content {
    display: none;
}

@media (min-width: 992px) {
    .responsive-tabs[data-type="horizontal"]:not(.tabs-lg-collapsed), .responsive-tabs[data-type="vertical"]:not(.tabs-lg-collapsed) {
        border-bottom: none;
    }
    .responsive-tabs[data-type="horizontal"]:not(.tabs-lg-collapsed) .resp-tab-content + .resp-accordion, .responsive-tabs[data-type="vertical"]:not(.tabs-lg-collapsed) .resp-tab-content + .resp-accordion {
        border-top: none;
    }
    .responsive-tabs[data-type="horizontal"]:not(.tabs-lg-collapsed) .resp-accordion, .responsive-tabs[data-type="vertical"]:not(.tabs-lg-collapsed) .resp-accordion {
        display: none;
    }
    .responsive-tabs[data-type="horizontal"]:not(.tabs-lg-collapsed) .resp-tabs-list, .responsive-tabs[data-type="vertical"]:not(.tabs-lg-collapsed) .resp-tabs-list {
        display: block;
    }
}

@media (min-width: 1200px) {
    .responsive-tabs[data-type="vertical"] {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .responsive-tabs[data-type="vertical"] .resp-tabs-list {
        text-align: left;
        -webkit-flex-basis: 29%;
        -ms-flex-preferred-size: 29%;
        flex-basis: 29%;
        max-width: 29%;
    }
    .responsive-tabs[data-type="vertical"] .resp-tabs-list li {
        display: block;
    }
    .responsive-tabs[data-type="vertical"] .resp-tabs-list li + li {
        margin-left: 0;
    }
    .responsive-tabs[data-type="vertical"] .resp-tabs-container {
        -webkit-flex-basis: 71%;
        -ms-flex-preferred-size: 71%;
        flex-basis: 71%;
        max-width: 71%;
    }
    .responsive-tabs.tabs-lg-collapsed {
        border-bottom: none;
    }
    .responsive-tabs.tabs-lg-collapsed .resp-tab-content + .resp-accordion {
        border-top: none;
    }
    .responsive-tabs.tabs-lg-collapsed .resp-accordion {
        display: none;
    }
    .responsive-tabs.tabs-lg-collapsed .resp-tabs-list {
        display: block;
    }
}

.responsive-tabs-classic {
    border-bottom: 1px solid #b7b7b7;
}

.responsive-tabs-classic .resp-tab-content + .resp-accordion {
    border-top: 1px solid #b7b7b7;
}

@media (min-width: 992px) {
    .responsive-tabs-classic[data-type="vertical"], .responsive-tabs-classic[data-type="horizontal"] {
        border-bottom: none;
    }
    .responsive-tabs-classic[data-type="vertical"] .resp-tab-content + .resp-accordion, .responsive-tabs-classic[data-type="horizontal"] .resp-tab-content + .resp-accordion {
        border-top: none;
        margin-top: 10px;
    }
    .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list, .responsive-tabs-classic[data-type="horizontal"] .resp-tabs-list {
        font-size: 0;
        text-align: left;
    }
    .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li, .responsive-tabs-classic[data-type="horizontal"] .resp-tabs-list li {
        font-size: 22px;
        font-weight: 400;
        text-transform: capitalize;
        color: #921a13;
        padding: 10px 29px;
        border-left: 1px solid #777777;
    }
    .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li.resp-tab-active, .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li:hover, .responsive-tabs-classic[data-type="horizontal"] .resp-tabs-list li.resp-tab-active, .responsive-tabs-classic[data-type="horizontal"] .resp-tabs-list li:hover {
        background: #921a13;
        color: #fff;
        border-left-color: transparent;
    }
    .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li.resp-tab-active + li, .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li:hover + li, .responsive-tabs-classic[data-type="horizontal"] .resp-tabs-list li.resp-tab-active + li, .responsive-tabs-classic[data-type="horizontal"] .resp-tabs-list li:hover + li {
        border-left-color: transparent;
    }
    .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li:last-child, .responsive-tabs-classic[data-type="horizontal"] .resp-tabs-list li:last-child {
        border-right: 1px solid #777777;
    }
    .responsive-tabs-classic[data-type="vertical"] .resp-tab-content, .responsive-tabs-classic[data-type="horizontal"] .resp-tab-content {
        padding-top: 25px;
        padding-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li {
        border-left: none;
        border-top: 1px solid #b7b7b7;
    }
    .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li.resp-tab-active, .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li:hover {
        border-top-color: transparent;
    }
    .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li.resp-tab-active:after, .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li:hover:after {
        content: "\f105";
        font-size: 22px;
        line-height: 22px;
        font-family: "FontAwesome";
        position: absolute;
        right: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li.resp-tab-active + li, .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li:hover + li {
        border-top-color: transparent;
    }
    .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li:last-child {
        border-right: none;
        border-bottom: 1px solid #b7b7b7;
    }
    .responsive-tabs-classic[data-type="vertical"] .resp-tab-content {
        padding: 0;
    }
}

.responsive-tabs-boxed .resp-accordion {
    border-radius: 4px;
    border: 1px solid #777777;
    padding-left: 20px;
    padding-right: 40px;
}

.responsive-tabs-boxed .resp-accordion .resp-arrow {
    right: 20px;
}

.responsive-tabs-boxed .resp-tab-content {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
}

.responsive-tabs-boxed .resp-tab-content + .resp-accordion {
    margin-top: 5px;
}

@media (min-width: 992px) {
    .responsive-tabs-boxed[data-type="horizontal"] .resp-tabs-list, .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list {
        text-align: left;
        font-size: 0;
    }
    .responsive-tabs-boxed[data-type="horizontal"] .resp-tabs-list li, .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list li {
        position: relative;
        padding: 13px 55px;
        margin-bottom: -1px;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0.06em;
        color: #921a13;
        text-transform: uppercase;
        border: 2px solid #921a13;
    }
    .responsive-tabs-boxed[data-type="horizontal"] .resp-tabs-list li + li, .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list li + li {
        margin-left: 10px;
    }
    .responsive-tabs-boxed[data-type="horizontal"] .resp-tabs-list li.resp-tab-active, .responsive-tabs-boxed[data-type="horizontal"] .resp-tabs-list li:hover, .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list li.resp-tab-active, .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list li:hover {
        background: #921a13;
        color: #fff;
    }
    .responsive-tabs-boxed[data-type="horizontal"] .resp-tab-content + .resp-accordion, .responsive-tabs-boxed[data-type="vertical"] .resp-tab-content + .resp-accordion {
        margin-top: 0;
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list {
        text-align: center;
        margin: 0 0 0 -1px;
    }
    .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list li + li {
        margin-left: 0;
        margin-top: 10px;
    }
    .responsive-tabs-boxed[data-type="vertical"] .resp-tab-content {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.list-marked {
    text-align: left;
    padding-left: 0;
    list-style: none;
}

.list-marked li {
    padding-left: 50px;
    position: relative;
}

.list-marked li:before {
    content: '\f105';
    position: absolute;
    left: 24px;
    top: -1px;
    font-family: "FontAwesome";
    color: #777777;
}

#about .service-item {
    text-align: left;
    padding: 20px;
}

#about .service-item .card-title {
    padding: 0;
}

#about .first {
    padding-right: 20px;
}

#about .content-title {
    margin-top: 20px;
    margin-bottom: 30px;
}

#about .content-subtitle {
    margin-bottom: 1rem;
}

/** Social Media Buttons */
.sticky-container {
/*background-color: #333;*/
padding: 0px;
margin: 0px;
position: fixed;
right: -119px;
top: 90px;
width: 190px;
z-index:9999;
}
.sticky li {
list-style-type: none;
background-color: #333;
color: #efefef;
height: 35px;
padding: 0px;
margin: 0px 0px 1px 0px;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
cursor: pointer;
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
filter: gray;
-webkit-filter: grayscale(100%);
}
.sticky li:hover {
margin-left: -115px;
/*-webkit-transform: translateX(-115px);
		-moz-transform: translateX(-115px);
		-o-transform: translateX(-115px);
		-ms-transform: translateX(-115px);
		transform:translateX(-115px);*/
		/*background-color: #8e44ad;*/
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(0%);
}
.sticky li img {
float: left;
margin: 0;
margin-right: 10px;
}
.sticky li p {
padding: 0px;
margin: 0px;
text-transform: uppercase;
line-height: 35px;
}

/* Impressum */
#impressum ul {
    list-style-type: none;
}
