body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #02914A;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #fd7e14;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 10px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 10px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #02914A;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}


.modal-body a {
  color: #fd7e14;
  transition: 0.5s;
}

.modal-body a:hover {
  color: #02914A;
  outline: none;
  text-decoration: none;
}

/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9001;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #02914A;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.mt-n1 {
  margin-top: -0.25rem !important;
}

/* Top Bar */

#topbar { 
  background: #fff;  
  padding: 0px 0;
  border-bottom: 1px solid #eee;
  font-size: 16px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #343a40;
}

#topbar .contact-info a:hover {
  color: #28a745;
}

#topbar .contact-info i {
  color: #28a745;
  padding: 0px;
}

#topbar .contact-info .fa-phone {
  padding-left: 5px;
  margin-left: 5px;
  border-left: 1px solid #e9e9e9;
}

#topbar .contact-info .ts-devider {
  padding-left: 5px;
  margin-left: 5px;
  border-left: 1px solid #e9e9e9;
}


/* Header */

#header {
  height: 90px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 0px 0;
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);    
}


#header.header-scrolled,
#header.header-pages {
  height: 90px;
  padding: 0px 0;  
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 10px 0px;
  max-height: 70px;                    
}

.main-pages {
  margin-top: 60px;
}



/* Intro 415a */

#intro {
  width: 100%;
  position: relative;
  background: url("../img/intro-main.jpg") center center no-repeat;
  background-size: cover;      
  border-bottom: solid 1px #6c757d;
  padding: 350px 0 250px 0;
  text-align: center;  
}

        
#intro .intro-info {
  width: 100%;  
  /*float: left;*/
}

#intro .intro-info h1 {
  color: #fff;
  margin-bottom: 80px;
  font-size: 58px;
  font-weight: 700;
  text-shadow: 1px 1px black;
}


#intro .intro-info .btn-services {
  /*font-family: "Montserrat", sans-serif;*/
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 12px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 5px 5px 0;
  color: #fff;  
}

#intro .intro-info .btn-services {
  border: 2px solid #f8f9fa;
}

#intro .intro-info .btn-services:hover {
 /* background: #02914A;*/    
  border-color: #fff;
  color: #fff;
}


#intro2 {
  width: 100%;
  position: relative;
  background: #343a40;
  background: url("../img/intro-main-baw.jpg?v1") center center repeat-x;
  /*background: url("../img/intro-main.jpg") center top no-repeat;*/
  /*background-size: cover;*/
  border-top: solid 0px #6c757d;
  border-bottom: solid 0px #6c757d;
  padding: 120px 0 0px 0;
  text-align: center;      
}

#intro2 .container2 {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}

#intro2 .intro-info {
  width: 100%;
  /*float: left;*/
}

#intro2 .intro-info h1 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
  text-shadow: 1px 1px black;
}


#intro2 .intro-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 5px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 2px 15px 0;
  color: #fff;  
  border: 2px solid #f8f9fa;
}

#intro2 .intro-info .btn-services:hover {
  border-color: #fff;
  color: #fff;
}


  #intro .intro-info h2, #intro2 .intro-info h2  {
  font-size: 18px;  
  margin-top: -10px; 
  padding-top: 3px;
  padding-bottom: 3px; 
  font-weight: 600;         
  /* display: nonex;*/ 
}

  #intro .intro-info h2 a, #intro2 .intro-info h2 a  {
    color: #fff ;
    font-weight: 600;   
  text-shadow: 1px 1px black;
}


  #intro .intro-info h2 a:hover, #intro2 .intro-info h2 a:hover  {
  color: #fd7e14;   
}

#intro3 {
    display: none; 
}

.col-md-6s
{
display: none; 
}

.help {
 margin-top: 70px;    
}

/* help */

#help { 
  padding-top: 10px;
}

#help .section-title h2 {
  margin-bottom: 0px;  
  
}

.help .vendor-logo { 
  max-width: 340px;
  width:100%;
  margin-bottom: 20px;
}

/* help form */
.help .contact-form {  
  padding-top: 10px;  
}

.help .contact-form .validate {
  display: none;
  color: #d92027;
  margin: 0 0 1px 0;
  font-weight: 400;
  /*font-size: 13px;*/
}

.help .contact-form .error-message {
  display: none;
  color: #fff;
  background: #d92027;
  text-align: center;
  padding: 5px;
  font-weight: 600;
}

.help .contact-form .sent-message {
  display: none;
  color: #18d26e;
  background: #fff;
  text-align: center;
  padding: 2px;
  font-weight: 600;
}

.help .contact-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 2px;
}

.help .contact-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

#help .contact-form input {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#help.contact-form input::focus {
  background-color: #343434;
}

#help .contact-form input {  
  padding: 2px 1px;
}


#help .contact-form button[type="submit"] {
  background: #d92027;
  border: 0;
  /*padding: 10px 24px;*/
  color: #fff;
  transition: 0.4s;
}

#help .contact-form button[type="submit"]:hover {
  background: #343434;
}
/* eof help form */


       
/* Navigation Menu */

/* Desktop Navigation */
.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;  
  list-style: none;
}
 
.main-nav a i {
color: #02914A;
min-width: 25px;
}
.main-nav li:hover > a > i
{
color: white;
min-width: 25px;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left; 
}

.main-nav a {
  display: block;
  position: relative;
  color: #000;
  padding: 32px 10px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;  
  font-weight: 500;
}

.tsfix {  
  padding-top: 1px;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #02914A;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 1px 0;
  background: #fff;
  box-shadow: 0px 0px 100px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
 /* overflow-y: auto;
  max-height: 710px;*/
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 70%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 5px 10px;
  font-size: 18px;
  color: #000;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #fff;
  background: #02914A;
}

.main-nav .drop-down > a:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f107";
  font-weight: 900;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -305px;
  width: 305px;
  padding-top: 18px;
  /* background: rgba(19, 39, 57, 0.8);  */
  background: rgba(0,0,0, 0.8);   
  transition: 0.4s;  
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;  
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 5px 10px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #02914A;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f107";
  font-weight: 900;
  padding-left: 5px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 5px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  margin-top: -2px;
  margin-right: -4px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;  
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #02914A;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  /*background: rgba(19, 39, 57, 0.8);*/
  background: rgba(2,143,74, 0.8);  
  /*background: rgb(0,0,0, 0.8);*/ 
  overflow: hidden;
  display: none;  
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;  
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/* SECTIONS */

/* Sections Header */

.section-header h1 {
  font-size: 36px;
  color: #283d50;
  text-align: center;
  font-weight: 500;
  position: relative;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #556877;
  width: 50%;
}

/* Section with background  */
.section-bg {
  background: #ecf5ff;
}


#news {  
  padding: 30px 0;
}

#news .news-container .background {
  margin: 20px 0;
}


/* TSWEB Section */

#tsweb {
  background: #fff;
  padding: 60px 0;
}

#tsweb .tsweb-container .background {
  margin: 20px 0;
}

#tsweb .tsweb-container .content {
  background: #fff;
}

#tsweb .tsweb-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

#tsweb .tsweb-container p {
  line-height: 26px;
}

#tsweb .tsweb-container p:last-child {
  margin-bottom: 0;
}

#tsweb .tsweb-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#tsweb .tsweb-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #02914A;
  transition: all 0.3s ease-in-out;
}

#tsweb .tsweb-container .icon-box .icon i {
  color: #02914A;
  font-size: 24px;
}

#tsweb .tsweb-container .icon-box:hover .icon {
  background: #02914A;
}

#tsweb .tsweb-container .icon-box:hover .icon i {
  color: #fff;
}

#tsweb .tsweb-container .icon-box .title {
  margin-left: 80px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}

#tsweb .tsweb-container .icon-box .title a {
  color: #283d50;
}

#tsweb .tsweb-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

#tsweb .tsweb-extra {
  padding-top: 60px;
}

#tsweb .tsweb-extra h4 {
  font-weight: 600;
  font-size: 24px;
}


/* WORK HOURS */   

#work-hours {
  padding: 60px 0;
  width: 100%;  
  background: url("../img/intro-main-baw.jpg?v1") center center no-repeat;
  background-size: cover;
  /*background: #343a40;*/  
}

#work-hours .section-header h1,
#work-hours .section-header p {
  color: #fff;
}

#work-hours .card {
  background: #fff;
  border-color: #000;
  border-radius: 10px;
  margin: 0 15px;
  padding: 15px 0;
  text-align: center;
  color: #000;
  transition: 0.3s ease-in-out;
  height: 100%;
}
/*
#work-hours .card:hover {
  background: #f36500;
  border-color: #000;
}
*/
#work-hours .card i {
  font-size: 48px;
  padding-top: 15px;
  color: #ffc107;
}

#work-hours .card-text i {
  font-size: 16px;  
  color: #ffc107;
}

#work-hours .card h5 {
  font-size: 22px;
  font-weight: 600;
}

#work-hours .card p {
  font-size: 16px;
  color: #000;
}

#work-hours .card a {
  font-size: 16px;
  color: #000;  
}

#work-hours .card a:hover {
  color: #f36500;  
 font-weight: bold;
}

#work-hours .counters {
  padding-top: 40px;
}

#work-hours .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #fff;
}

/*Scroll fix*/
#mapa
{
  padding: 40px 0;
}

/* Work Hours 2*/

#work-hours2 {
  padding: 10px 0;
  /*background: #fff;*/
}

#work-hours2 .section-header h1,
#work-hours2 .section-header p {
  color: #fff;
}

#work-hours2 .card {
  background: #fff;
  border-color: #000;
  border-radius: 10px;
  margin: 0 15px;
  padding: 15px 0;
  text-align: center;
  color: #000;
  transition: 0.3s ease-in-out;
  height: 100%;
}

#work-hours2 .card i {
  font-size: 48px;
  padding-top: 15px;
  color: #ffc107;
}

#work-hours2 .card-text i {
  font-size: 16px;  
  color: #ffc107;
}

#work-hours2 .card h5 {
  font-size: 22px;
  font-weight: 600;
}

#work-hours2 .card p {
  font-size: 16px;
  color: #000;
}


/* Work Hours 3*/

#work-hours3 {
  padding: 10px 0;
  /*background: #fff;*/
}

#work-hours3 .section-header h1,
#work-hours3 .section-header p {
  color: #fff;
}

#work-hours3 .card {
  background: #fff;
  border-color: #000;
  border-radius: 10px;
  margin: 0 15px;
  padding: 15px 0;
  text-align: center;
  color: #000;
  transition: 0.3s ease-in-out;
  height: 100%;
}

#work-hours3 .card i {
  font-size: 48px;
  padding-top: 15px;
  color: #ffc107;
}

#work-hours3 .card-text i {
  font-size: 16px;  
  color: #ffc107;
}

#work-hours3 .card h5 {
  font-size: 22px;
  font-weight: 600;
}

#work-hours3 .card p {
  font-size: 16px;
  color: #000;
}


/* TSact */

#tsact {
  padding: 60px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#tsact .section-header {
  margin-bottom: 40px;
}

#tsact .tsact-item .tsact-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  float: left;
}

#tsact .tsact-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
  margin-left: 140px;
}

#tsact .tsact-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
  margin-left: 140px;
}

#tsact .tsact-item p {
  font-style: italic;
  margin: 0 0 15px 140px;
}

#tsact .owl-nav,
#tsact .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#tsact .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#tsact .owl-dot.active {
  background-color: #02914A;
}



#soutez .section-header {
  margin-bottom: 2px;
}

#soutez .section-header h1 {
  margin-bottom: 0px!important;
}

/* Contact Section */

#contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  overflow: hidden;
}

#contact .section-header {
  padding-bottom: 30px;
}

#contact .contact-news h1 {
  font-size: 36px;
  margin: 0px 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #02914A;
  text-align: center;
}

#contact .contact-news p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #888;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #02914A;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #02914A;
}

#contact .social-links a:hover {
  background: #02914A;
  color: #fff;
}

#contact .info {
  color: #283d50;
}

#contact .info i {
  font-size: 32px;
  color: #02914A;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 10px 36px;
  line-height: 28px;
  font-size: 14px;
}

#contact .form #sendmessage {
  color: #02914A;
  border: 1px solid #02914A;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .form button[type="submit"] {
  background: #02914A;
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s;
}

#contact .form button[type="submit"]:hover {
  background: #0067d5;
  cursor: pointer;
}



/* Footer */

#footer {
  background: #343a40;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 18px;
}

#footer .footer-top {
  background: #6c757d;
  padding: 60px 0 30px 0;
}

#footer .footer-top h4 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

#footer .footer-top .footer-links {
  margin-bottom: 3px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 3px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #ffc107;
}

#footer .footer-top .footer-links ul a:hover {
  color: #fff;
}

#footer .footer-top .footer-contact a:link {
   color: #ffc107;
}

#footer .footer-top .footer-contact a:hover {
   color: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}



/*TSmM Extras */
.ts-orange {
color: #f36500!important;
}

.ts-green-light {
color: #b0d733 !important;
}

.ts-green-dark {
color: #060 !important;
}

.ts-green {
color: #02914A !important;
}

.ts-silver {
color: #e9e9e9!important;
}


.vk-1 {
background-color: #ffff33 !important;
color: #000000 
}
.vk-2 {
background-color: #f36500 !important;
color: #000000 
}
.vk-3 {
background-color: #55ff00 !important;
color: #000000 
}

.vk-4 {
background-color: #00c5ff !important;
color: #000000 
}       

.ts-h {
margin-bottom: -2.0rem;
text-align: left
}

.tsxko {
text-align: center
}

.ooh label
{
min-width: 150px;
margin-left: 0px;
margin-top: 8px;
}

input[type=radio]{
  transform:scale(1.5);
}

input[type=checkbox]{
  transform:scale(1.5);
}

/* Callouts */
.bd-callout {
    padding: 0.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-right-width: .25rem;
    border-radius: .25rem
}

.bd-callout h4 {
    margin-top: 0;
    margin-bottom: .25rem
}


.bd-callout p:last-child {
    margin-bottom: 0
}

.bd-callout code {
    border-radius: .25rem
}

.bd-callout+.bd-callout {
    margin-top: -.25rem
}

.bd-callout-info {
    border-left-color: #5bc0de
}

.bd-callout-info h4 {
    color: #5bc0de
}

.bd-callout-warning {
    border-left-color: #f0ad4e
}

.bd-callout-warning h4 {
    color: #f0ad4e
}

.bd-callout-danger {
    border-left-color: #d9534f
}

.bd-callout-danger h4 {
    color: #d9534f
}            


.bd-callout-secondary {
    border-left-color: #6c757d;
    border-right-color: #6c757d
}

.bd-callout-secondary h4 {
    color: #6c757d
}


.aquadrom, .benedikt, .matylda, .zimni-stadion{   
  background: url("../img/intro-main-blue.jpg?v0") !important;
  background-position: center center !important;                           
  /*background-size: cover !important;                                */
}

.udrzba-zelene {   
  background: url("../img/intro-main-green.jpg?v1") !important;
  background-position: center center !important;  
}



/* TABLES Stack */
.table-responsive-stack tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}


.table-responsive-stack td,
.table-responsive-stack th {
   display:block;
/*      
   flex-grow | flex-shrink | flex-basis   */
   -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.table-responsive-stack .table-responsive-stack-thead {
   font-weight: bold;
}


/* Responsive Media Queries */
@media screen and (max-width: 768px) {
   .table-responsive-stack tr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-bottom: 3px solid #ccc;
      display:block;
      
   }
   /*  IE9 FIX   */
   .table-responsive-stack td {
      float: left\9;
      width:100%;
   }
}

 @media (min-width: 1200px) {
   .main-nav a {
  font-size: 18px;
}
}

@media (max-width: 1100px) {
 #topbar .contact-info {
  font-size: 13px;
}

.main-nav .drop-down ul a {
  font-size: 18px;
} 

#intro .intro-info .btn-services {
  font-size: 18px;
} 

}


@media (min-width: 992px) {


  #tsact .tsact-item p {
    width: 80%;
  }  
  
   #header .logobanner  {
   display: none;
}

  #intro .intro-info h2, #intro2 .intro-info h2  {         
  display: none; 
}


 
}

/* FullHD resize main img */
@media (max-width: 1920px) {   
  #intro {    
    padding: 250px 0 120px 0;
  }

}

@media (max-width: 991px) {
  #header {
    height: 55px;
    padding: 10px 0;    
  }
  
  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }
    
  #intro {
    padding: 120px 0 60px 0;
  background: url("../img/intro-main.jpg") center center no-repeat;
  background-size: cover;
  }

  #intro .intro-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
  }

  #intro .intro-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
  }
  
  
#intro2 {
    padding: 120px 0 60px 0;    
  }

  #intro2 .intro-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
  }

  #intro2 .intro-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
  }
  

  #work-hours .card {
    margin: 0;
  }
  
    .svoz-separace h1 {
  font-size: 20px;
  font-weight: bold;
}

    h2.svoz-separace {
  font-size: 20px;
}

/*FIX On top of everything*/
.bootstrap-select.form-control.ts-select {
    z-index: 9998;
}

  
}


@media (max-width: 768px) {
  .back-to-top {
  bottom: 15px; 
   }

}

@media (max-width: 767px) {

.checksum {
     font-size: 12px;   
  }
   
 #header .logobanner  {
 margin-left: 140px; 
 padding: 0px;  
} 
   
  #intro .intro-info, #intro2 .intro-info {
    width: 100%;
  }

  #intro .intro-info h1, #intro2 .intro-info h1 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  
  #intro .intro-info .btn-services {  
  font-size: 16px;
  }

#header.header-scrolled .logo img {
  margin-top: 8px;    
  margin-left: -50px;
  min-height: 40px;
  min-width: 40px;  
}

  
 #header .logo img {
  margin-top: 0px;    
  margin-left: -50px;
  min-height: 40px;
  min-width: 40px; 
}

  .section-header p {
    width: 100%;
  }
   
  
  #tsact .tsact-item {
    text-align: center;
  }

  #tsact .tsact-item .tsact-img {
    float: none;
    margin: auto;
  }

  #tsact .tsact-item h3,
  #tsact .tsact-item h4,
  #tsact .tsact-item p {
    margin-left: 0;
  }
  
  #header.header-scrolled,
  #header.header-pages {
  height: 55px;
  padding: 0px 0;     
}
  
}

@media (max-width: 574px) {

#tsweb {  
  padding: 10px 0;
}

.checksum {
     font-size: 8px;   
  }

  #intro, #intro2 {
    padding: 60px 0 0px 0;        
  }
  
  
  #intro .intro-info h1, #intro2 .intro-info h1  {
  font-size: 18px;
  padding: -10px 0;
  margin-bottom: 10px;  
     
  /* display: none;*/ 
}
  
  #intro .intro-info .btn-services {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 5px;
  border-radius: 20px;
  transition: 0.5s;
  margin: 0 2px 2px 0;
  color: #fff;
}

 
  #intro .intro-info h2, #intro2 .intro-info h2  {
  font-size: 18px;  
  margin-top: -10px; 
  padding-top: 3px;
  padding-bottom: 3px; 
  font-weight: 600;         
  /* display: nonex;*/ 
}

  #intro .intro-info h2 a, #intro2 .intro-info h2 a  {
    color: #fff ;
    font-weight: 600;   
  text-shadow: 1px 1px black;
}


  #intro .intro-info h2 a:hover, #intro2 .intro-info h2 a:hover  {
  color: #fd7e14;   
}
  
  #intro2 .intro-info .btn-services {
  display: none; 
}  


.benedikt {
 /*background: url("../img/intro-benedikt0.jpg") bottom no-repeat !important;  
 background-size:cover !important; */
 background-color: #001f40 !important;      
}
                        

 #header .logo img {
  padding: 0;
  margin: 0px 0px;
  max-height: 40px;  
}

#header.header-scrolled,
#header.header-pages {
  height: 55px;
  padding: 0px 0;     
}

#header.header-scrolled .logo img {
 margin: 8px 0px;  
}

 #header .logobanner  {
 margin-left: 60px;
 margin-top: 21px;
 font-size: 10px;  
 padding: 0px;  
}

.ts-h {
margin-bottom: -0.5rem;
text-align: center
}

.intro-buttons    {
margin-top: -10px;
}

#news { 
  padding: 20px 0;
}

#footer .copyright {
  font-size: 14px;  
}

   
}

.video-container { 
position: relative; 
padding-bottom: 56.25%; 
padding-top: 30px; 
height: 0; 
overflow: hidden; 
}

.video-container iframe, .video-container object, .video-container embed { 
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 100%; 
}


.youtube-player {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 0px;  
}

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}

.youtube-player img {
  object-fit: cover;
  display: block;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  transition: 0.4s all;
}

.youtube-player img:hover {
  -webkit-filter: brightness(75%);
  -moz-filter: brightness(75%);
  filter: brightness(75%);
}

.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("../img/play.png") no-repeat;
  cursor: pointer;
}

.mapstyle {
    border: 0; 
    width: 100%; 
    height: 312px;
}

.mapstylezuk {
    border: 1px #CDCDCD solid; 
    width: 100%; 
    height: 600px; 
    padding: 1px; 
    margin-top: 10px
}

.mapstylevkk {
  border: 1px #CDCDCD solid; 
  width: 100%; 
  height: 800px; 
  padding: 1px; 
  margin-top: 10px
}

.bio {
  color: #8B4513;
}


