body {   color: #8c8c8c;   font-family: 'Open Sans', Helvetica, Arial, sans-serif;   font-size: 18px;   font-weight: 100;   overflow-x: hidden;   margin-left: auto;   margin-right: auto;}a, button { transition: all 0.3s ease; }a:hover,a:focus {   text-decoration: none;   outline: none;} h2 { font-size: 1.6rem; } .tm-thin-font { font-weight: 300; } .container-fluid {
	margin-left: auto;
	margin-right: auto;
	max-width: 1390px;
	overflow-x: hidden;
} .h2 { font-size: 1.0rem; } .tm-surf-font {
   font-size: 11px;
	font-weight: 100;
	margin-bottom: 15px;
	margin-top: 10px;
	text-align: center;
	}.center-block {
     margin-left: auto;
  	  margin-right: auto;
	  display: block;
	  text-align: center;
	} .text-autor{
    font-size: 13px;
    font-weight: 300;
    color: #3e3c3c;
    margin-top: 1px;
    margin-left: 2px;
 } .img-title{
    font-size: 13px;
    font-weight: 300;
    color: #727272;
    text-align: center;
    margin-top: 1px;
    margin-bottom : 25px;
 }
 .img-title-mini{
    font-size: 10px;
    font-weight: 100;
    color: #727272;
    text-align: center;
    margin-top: 1px;
    margin-bottom : 5px;
 }
 .img-title-left{
    font-size: 10px;
    font-weight: 100;
    color: #727272;
    text-align: left;
    margin-top: 1px;
    margin-bottom : 5px;
 }
 .img-title-center{
    font-size: 10px;
    font-weight: 100;
    color: #727272;
    text-align: center;
    margin-top: 1px;
    margin-bottom : 5px;
 }
 .img-title-mini{
    font-size: 7px;
    font-weight: 100;
    color: #bfbfbf;
    text-align: center;
    margin-top: 1px;
    margin-bottom : 3px;
 }
.blog-theme {     text-align: center;     line-height: 1.5;     font-size: 1.0rem;     font-weight: 200;
     margin-top: 1px; }
 
 .blog-tittle h2 {
    border-top: solid 1px;
    font-size: 16px;
    font-weight: 100;
    color: #7a7a7a;
    margin-top: 20px;
    padding-top: 15px;
 }
 .blog-theme-2 {
    text-align: center;    line-height: 1.5;    font-size: 0.9rem;    font-weight: 200;
    margin-top: 1px;
 }
 .blog-post-center h1 {
    text-align: center;
    font-size: 45px;
    font-weight: 300;
    color: #505050;
    margin-top: 140px;
    margin-bottom: 90px;
 }
 
 
.tm-blog-post h1 > span {
    text-transform: uppercase;
    margin-left: 10px;
    line-height: 0.1;
    font-size: 20px;
    font-weight: 300;
    color: #7a7a7a;
 }
 .tm-blog-post h2 > span {
    text-transform: uppercase;
    margin-left: 10px;
    font-size: 18px;
    font-weight: 300;
    color: #7a7a7a;
 }
 .tm-blog-post h3 > span {
    text-transform: uppercase;
    margin-left: 10px;
    font-size: 17px;
    font-weight: 300;
    color: #505050;
 }
 .tm-blog-post h5 {
	 border-top: solid 1px;
    font-size: 16px;
    font-weight: 100;
    color: #7a7a7a;
    margin-top: 20px;
    padding-top: 15px
 }
 .adress h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    color: #505050;
    margin-top: 3px;
    margin-bottom: 1px;
 }
 .adress p {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    color: #505050;
    margin-top: 1px;
    margin-bottom: 1px;
    line-height: 1.2;
 }
 .br-1 {
 	 border-top: solid 1px;
 }
  .dat {
  	text-transform: uppercase;
   color: #a9a9a9;
   margin-bottom: 15px;
	margin-top: 10px;
  }
  .bg-whitegray {
  	background-color: #f7f7f7; }
 
 
 .bg-white {
  	background-color: #ffffff;
  }
.id{
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #f7f7f7;
	padding-top: 1%;
	padding-bottom: 1%;
 }
 .id-1{
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #f7f7f7;
 }
 .display-3 {
    font-size: 4.4rem;
    line-height: 0.6;
    font-weight: 300;
}
 .dropdown {
  position: relative;
  display: inline-block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.dropdown > a, .dropdown > button {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  background-color: white;
  border: 1px solid #ccc;
  padding: 6px 20px 6px 10px;
  border-radius: 4px;
  display: inline-block;
  color: black;
  text-decoration: none;
}

.dropdown > a:before, .dropdown > button:before {
  position: absolute;
  right: 7px;
  top: 12px;
  content: ' ';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}

.dropdown input[type=checkbox] {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  opacity: 0;
}

.dropdown input[type=checkbox]:checked {
  position: fixed;
  z-index:+0;
  top: 0px; left: 0px; 
  right: 0px; bottom: 0px;
}

.dropdown ul {
  position: absolute;
  top: 18px;
  border: 1px solid #ccc;
  border-radius: 3px;
  left: 0px;
  list-style: none;
  padding: 4px 0px;
  display: none;
  background-color: white;
  box-shadow: 0 3px 6px rgba(0,0,0,.175);
}

.dropdown input[type=checkbox]:checked + ul {
  display: block;
}

.dropdown ul li {
  display: block;
  padding: 6px 20px;
  white-space: nowrap;
  min-width: 100px;
}

.dropdown ul li:hover {
  background-color: #F5F5F5;
  cursor: pointer;
}

.dropdown ul li a {
  text-decoration: none;
  display: block;
  color: #8c8c8c
}

.dropdown .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  font-size: 1px;
  padding: 0;
}


.dropdown-fallback {
  label {
    position: relative;
    overflow: visible;

    &:focus {
      outline: 0;
    }
  }

  input[type=checkbox] {
    margin: 0;
    padding: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }

  // Show the menu
  &.open .dropdown-menu {
    display: block;
  }

  .no-js & {
    input[type=checkbox]:checked ~ .dropdown-menu {
      display: block;
    }
  }
}
.tresc-inner span {
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 300;
    color: #303030;
    margin-left: -4px;
  }
  .logotyp {
  	color: #cc9900;
	display: block;
	font-size: 0.9rem;
	font-weight: 300;
	text-align: center;
  	}
  .logotyp span {
    text-transform: uppercase;
    font-size: 7px;
    font-weight: 100;
    color: #303030;
    margin-left: -1px;
    }
  .shadows-1 {
   	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
   	padding: 10px;
   	margin-top: 20px;
   }
   .intro .display-4 {
    font-size: 2.8rem;
    line-height: 1.3;
    font-weight: 300;
   }
  
   
.filters ul{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  list-style: none;
  border-bottom: none;
  margin-bottom: 70px;
  }
.filters ul li{
  display: inlnie-block;
  text-align: center;
  margin-right: 1px;
  padding: 0 10px 8px 10px;
  font-weight: 100;
  font-size: 14px; 
  cursor: pointer;
  position: relative;
  margin-bottom: -2px;
  color: #000;
  transition: 0.3s;
  text-transform: uppercase;
}
.filters ul li:hover{
  color: #cc9900;
}
.filters ul li.is-checked{
  border-bottom: 2px solid #cc9900;
}
.filters ul li:last-child{
  margin-right: 0;
}
.cr-form-title{
	font-size: 1.2rem;
}

.wrapper-c{
  height:65vh;
  width:100%;
  background:#ffffff;
}

.flex{
  display:flex;
}

.center{
  justify-content:center;
  align-items: center
}

.center-x{
  justify-content:center;
}

.center-y{
  align-items: center
}


.cytat{
  font-size: 0.9rem;
  margin-left: 40px;
}





.btn-outline-light{
	color: #777;
}
.carousel {
  position: relative;
}
.carousel-caption {
  position: absolute;
  background: none;
  padding: 25px 10px;
}
.carousel-control-prev,
.carousel-control-next {
  width: 5%;
  padding: 35px;
}



.zestawy-rt {
  background: #01b1d7;
  color: #fff;
}

.zestawy-rt {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}


/*Buttons*/
.btn-rt{
	border-radius: 0px;
	text-decoration: none;
	padding: 10px 20px;
	font-size: 12px;
	line-height: 19px;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 1px;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.btn-rt-big{
	border-radius: 0px;
	text-decoration: none;
	padding: 15px 20px;
	font-size: 18px;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.btn-rt:hover{
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.btn-rt-white{
	border:solid 1px #fff;
	background: transparent;
	color: #fff;
}
.btn-rt-white:hover{
	border:solid 1px #fff;
	background: #fff;
	color: #000;
}

.btn-rt-dark{
	border:solid 1px #e5dede;
	background: transparent;
	color: #000;
}
.btn-rt-dark:hover{
	border:solid 2px #e5dede;
	background: #e5dede;
	color: #fff;
}

.btn-rt-color{
	background: transparent;
}
.btn-rt-color:hover{
	color: #fff;
}
 


	/*--------------------------------------------------------------
# Licencje zezwolenia na polow w morzu
--------------------------------------------------------------*/
   .tm-box-sizing-licencja {
		height: 30%;
	}
	.logotyp-2 {
  	color: #cc9900;
	display: block;
	font-size: 1.3rem;
	font-weight: 100;
	text-align: left;
	}
  .logotyp-2 span {
    text-transform: none;
    font-size: 11px;
    font-weight: 100;
    color: #303030;
    margin-left: 2px;
    }
  .sizefish {
  	color: #8c8c8c;
	
	font-size: 0.9rem;
	font-weight: 300;
	text-align: left;
  	}
    .sizefish span {
    text-transform: none;
    font-size: 1.5rem;
    font-weight: 300;
    color: #cc9900;
    margin-left: 2px;
    }
    .shadows-1 p > span {
    font-size: 12px;
    font-weight: 100;
    color: #7a7a7a;
}

@media (max-width: 1390px) {
	.container-fluid {
		padding-left: 1%;
		padding-right: 1%;
		margin-left: 25px;
		margin-right: 25px;
	}
.tm-blog-post h1 > span {
    text-transform: uppercase;
    margin-left: 10px;
    line-height: 0.1;
    font-size: 19px;
    font-weight: 300;
    color: #7a7a7a;
 }
 .tm-blog-post h2 > span {
    text-transform: uppercase;
    margin-left: 10px;
    font-size: 18px;
    font-weight: 300;
    color: #7a7a7a;
 }
 .tm-blog-post h3 > span {
    text-transform: uppercase;
    margin-left: 10px;
    font-size: 17px;
    font-weight: 300;
    color: #505050;
 }
 .tm-blog-post h5 {
	 border-top: solid 1px;
    font-size: 16px;
    font-weight: 100;
    color: #7a7a7a;
    margin-top: 18px;
    padding-top: 15px
 }
	.rt-p{
     line-height: 1.1;
     font-size: 1.0rem;
   }
.tm-section-blog {
	padding-top: 10%;
	padding-bottom: 10%;
	padding-left: 20%;
	padding-right: 20%;
	}
.filters ul{
  display: flex;
  justify-content: center;
  list-style: none;
  border-bottom: none;
  margin-bottom: 60px;
  }
}
.tm-header {
box-shadow: 0px 0px 1px black;
}

.tm-header-inner {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	height: 100px;
}

.tm-site-name {
	color: #cc9900;
	display: block;
	font-size: 1.8rem;
	font-weight: 400;
}

.tm-main-nav { font-size: 1.2rem; }

.navbar-nav .nav-link {
	border-radius: 3px;
	color: #373a3c;
	padding: 5px 10px;
}

.nav-item.active .nav-link,
.nav-link:hover,
.nav-link:focus {
	color: white;
	background-color: #cc9900;
}

.tm-gold-text { color: #cc9900; }

.gold-text { color: #cc9900;
   line-height: 0.01;
}

.tm-section {
	padding-top: 40px;
	padding-bottom: 40px;
}

.tm-section-blog {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 15%;
	padding-right:  15%;
}

.tm-home-img-container {
	background-image: url('../img/tm-home-img.webp');
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	height: 570px;
}

.tm-about-img-container { background-image: url('../img/zestaw-plazowy.webp');	}
.tm-blog-img-container { background-image: url('../img/tm-blog-img.webp'); }
.tm-contact-img-container { background-image: url('../img/tm-contact-img.webp'); }

.tm-about-img-container  {
	background-size: auto;
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 190px;
	;
}
.tm-blog-img-container  {
	background-size: auto 200px;
	background-position: left;
	background-repeat: no-repeat;
	height: 200px;
}
.tm-contact-img-container {
	background-size: auto 200px;
	background-position: left;
	background-repeat: no-repeat;
	height: 200px;
}
.contact .alert {
    box-shadow: none;
    border: none;
    border-radius: 0;
    text-shadow: none;
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 10px;
    padding: 10px;
    color: #fff;
    text-align: left;
}
.alert > p {
    padding: 5px;
    text-shadow: none;
    font-size: 14px;
    line-height: 21px;
}
.alert{
    margin-top: 0px;
    border-radius: 0px;
    padding: 0px;
    -webkit-transition: all .8s linear;
       -moz-transition: all .8s linear;
        -ms-transition: all .8s linear;
         -o-transition: all .8s linear;
            transition: all .8s linear;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.tm-title {
	margin-bottom: 1rem;
	line-height: 1.4;
}

.tm-subtitle {
	font-size: 1.4rem;
	max-width: 800px;
	margin: 0 auto 30px;
}

.tm-content-box {
	max-width: 610px;
	margin-left: 0 auto;
}
.tm-box-sizing {
		height: 600px;
}

.tm-box-sizing-surf {
		height: 550px;
	}
.tm-box-sizing-surf-1 {
		height: 590px;
	}
.tm-box-sizing-surf-2 {
		height: 850px;
	}
.tm-box-sizing-surf-3 {
		height: 770px;
	}
   h1 {
     line-height: 1.0;
     font-size: 1.5rem;
   }
   
   h2 {
     line-height: 1.2;
     font-size: 1.4rem;
   }
   
   h3 {
     line-height: 1.0;
     font-size: 1.3rem;
   }
   h4 { 
	font-size: 1.0rem;
	line-height: 1.6;
}
h5 { 
	font-size: 1.1rem;
	line-height: 1.6;
}

.tm-btn {
	color: white;
	background-color: #ccc;
	border: none;
   margin-bottom: 50px;
	border-radius: 2px;
	display: inline-block;
	padding: 2px 18px;
	font-size: 0.8rem;
}
.display-3 {
    font-size: 4.2rem;
    line-height: 0.8;
    font-weight: 300;
}
.tm-btn:hover,
.tm-btn:focus {
	background-color: #b5b5b5;
	color: white;
	outline: none;
}

.tm-btn-gray { background-color: #666666; }
.tm-btn-gray:hover,
.tm-btn-gray:focus {
	background-color: #515050;	
}
.tm-margin-b-10 { margin-bottom: 15px; }
.tm-margin-b-15 { margin-bottom: 8px; }
.tm-margin-b-20 { margin-bottom: 15px; line-height: 1.2; }
.tm-margin-b-30 { margin-bottom: 25px; }
.tm-margin-b-40 { margin-bottom: 30px; }
.tm-margin-b-80 { margin-bottom: 80px; }
.tm-margin-b-90 { margin-bottom: 20px; margin-top:100px; }
.tm-margin-b-120 { margin-bottom: 120px; }
.tm-margin-b-150 { margin-bottom: 150px; }
.tm-margin-t-big { margin-top: 20px; }
.tm-margin-t-mid { margin-top: 40px; }
.tm-margin-t-50 { margin-top: 48px; }
.tm-margin-t-medium { margin-top: 67px; }
.tm-margin-t-small { margin-top: 30px; }
.tm-margin-m-mega { margin-top: 108px; }
.tm-margin-t-mega { margin-top: 160px; }
.tm-margin-l-mega { margin-top: 330px; }
.tm-margin-2-mega { margin-top: 210px; }
.tm-margin-3-mega { margin-top: 260px; }

.tm-text-link-display {
	font-size: 30px; 
	color: #006699; 
	line-height: 1.5;
	text-decoration: underline;
}
.img-fluid {
   margin-left: auto;
   margin-right: auto;
}
.tm-text-link { 
	color: #006699; 
	line-height: 2.8;
	text-decoration: underline;
}
.tm-overflow-auto { overflow: auto; }
.tm-small-font { font-size: 1rem; }
.tm-related-post { margin-bottom: 2px;
margin-left: auto;
   margin-right: auto; }
.tm-related-post:last-child { margin-bottom: 0; }
.media-left { padding-right: 25px; }
.media-body {
	border-bottom: 1px solid #ccc;
	padding-bottom: 25px;
}

.tm-media-description { margin-bottom: 0; }

.tm-2-col-right { padding-left: 20px; }

.tm-footer {
	color: #c6c6c6;
	background-color: #191919;
	background-image: url('../img/classic-pattern-bg.png');
	font-size: 1rem;
	padding-top: 40px;
	padding-bottom: 50px;
}

.tm-footer-links-container { padding-left: 2px; }

.tm-footer-link {
	color: #CCCC66;
	line-height: 2.8;
	text-decoration: underline;
}

.tm-footer-link:hover,
.tm-footer-link:focus {
	color: #CCCC66;
	text-decoration: none;
}
.tm-footer-thumbnail { margin-bottom: 5px; }

.tm-copyright-text { 
	color: #999999; 
	margin-bottom: 0;
}
.copyright-text-article { 
	color: #999999;
	font-size: 13px; 
	margin-bottom: 20px;
	margin-top: 120px;
}
.copyright-text-article p { 
line-height: 0.6;	
}
.tm-copyright-text-surf { 
	color: #999999; 
	margin-bottom: 0;
	line-height: 1.8;
	font-size: 15px;
}

hr { border-top: 1px solid #CCCCCC; }
p { line-height: 1.6; 
    font-weight:100;
}

.tm-gray-bg { 
	background-color: #CCCCCC; 
	color: black;
	padding: 30px 20px 20px;
}
.tm-footer-content-box-title { margin-bottom: 30px;
   text-align: center; }

.tm-img-post {
	text-align: center; 
   margin-bottom: 10px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 10px;
}

.tm-img-post-plomb { 
   margin-bottom: 100px;
   margin-left: 10px;
   margin-right: 10px;
   margin-top: 100px;
}
.paragraph {
	display: table-cell;
	text-align: left;;
   vertical-align: middle;
   font-size: 17px;
}

.tm-aside-r { padding-left: 60px; }

.form-control {
	border-radius: 2;
	font-size: 1.1rem;
	padding: 0.75rem 1rem;
}

.form-control:focus { border-color: #CC9900; }

.tm-form-description { margin-top: 30px; }
.tm-contact-form { padding-top: 20px; }

#google-map {
    height: 333px;
    width: 100%;
    margin-top: 40px;
}

.tm-contact-right { padding-left: 30px; }
.tm-p-small { font-size: 1rem; }

.filters ul{
  display: flex;
  justify-content: center;
  list-style: none;
  border-bottom: none;
  margin-bottom: 70px;
}
.filters ul li{
  display: inlnie-block;
  text-align: center;
  margin-right: 1px;
  padding: 0 9px 4px 9px;
  font-weight: 100;
  font-size: 14px; 
  cursor: pointer;
  position: relative;
  margin-bottom: -2px;
  color: #7a7a7a;
  transition: 0.3s;
  text-transform: uppercase;
}
.filters ul li:hover{
  color: #cc9900;
}
.filters ul li.is-checked{
  border-bottom: 2px solid #cc9900;
}
.filters ul li:last-child{
  margin-right: 0;
}
}

@media (max-width: 1199px) {
	.tm-2-col-left { padding-right: 0; }
	.tm-2-col-right { padding-left: 0; }
	.tm-text-link {
		line-height: 2.4;
	}
	h1 {
     line-height: 1.0;
     font-size: 1.5rem;
   }
   
   h2 {
     line-height: 1.2;
     font-size: 1.4rem;
   }
   
   h3 {
     line-height: 1.0;
     font-size: 1.3rem;
   }
  
	.container-fluid {
		padding-left: 1%;
		padding-right: 1%;
		margin-left: 15px;
		margin-right: 15px;
	}
	.container-fluid-surf {
		padding-left: 1%;
		padding-right: 1%;
	}
	.rt-p{
     line-height: 1.1;
     font-size: 1.0rem;
   }
 .tm-blog-post h1 > span {
    text-transform: uppercase;
    margin-left: 10px;
    line-height: 0.1;
    font-size: 19px;
    font-weight: 300;
    color: #7a7a7a;
 }
 .tm-blog-post h2 > span {
    text-transform: uppercase;
    margin-left: 10px;
    font-size: 18px;
    font-weight: 300;
    color: #7a7a7a;
 }
 .tm-blog-post h3 > span {
    text-transform: uppercase;
    margin-left: 10px;
    font-size: 17px;
    font-weight: 300;
    color: #505050;
 }
 .tm-blog-post h5 {
	 border-top: solid 1px;
    font-size: 16px;
    font-weight: 100;
    color: #7a7a7a;
    margin-top: 16px;
    padding-top: 15px
 }
	.id{
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #f7f7f7;
	padding-top: 1%;
	padding-bottom: 1%;
 }
.display-3 {
    font-size: 4.1rem;
    line-height: 0.8;
    font-weight: 300;
}
.tm-section-blog {
	padding-top: 10%;
	padding-bottom: 10%;
	padding-left: 10%;
	padding-right: 10%;
	}
#tmNavbar .navbar-nav .nav-link { padding: 5px 5px;  font-size: 16px; }
  
  .tm-box-sizing-surf {
		height: 500px;
	}
   .tm-box-sizing-surf-1 {
		height: 450px;
	}
   .tm-box-sizing-surf-2 {
		height: 580px;
	}
  .tm-box-sizing-surf-3 {
		height: 790px;
	}
	
  .filters ul{
  display: flex;
  justify-content: center;
  list-style: none;
  border-bottom: none;
  margin-bottom: 50px;
  }
  .filters ul{
  display: flex;
  justify-content: center;
  list-style: none;
  border-bottom: none;
  margin-bottom: 70px;
  }
.filters ul li{
  display: inlnie-block;
  text-align: center;
  margin-right: 1px;
  padding: 0 8px 1px 8px;
  font-weight: 100;
  font-size: 14px; 
  cursor: pointer;
  position: relative;
  margin-bottom: -2px;
  color: #000;
  transition: 0.3s;
  text-transform: uppercase;
}
.filters ul li:hover{
  color: #cc9900;
}
.filters ul li.is-checked{
  border-bottom: 2px solid #cc9900;
}
.filters ul li:last-child{
  margin-right: 0;
}

}

@media (max-width: 991px){

	.tm-home-img-container {
		background:none;
		height: auto;
	}
	h1 {
     line-height: 1.0;
     font-size: 1.5rem;
   }
   
   h2 {
     line-height: 1.2;
     font-size: 1.4rem;
   }
   
   h3 {
     line-height: 1.0;
     font-size: 1.3rem;
   }
   .container-fluid {
		padding-left: 1%;
		padding-right: 1%;
		margin-left: 12px;
		margin-right: 12px;
	}
   
   .filters ul{
  display: flex;
  justify-content: center;
  list-style: none;
  border-bottom: none;
  margin-bottom: 70px;
  }
.filters ul li{
  display: inlnie-block;
  text-align: center;
  margin-right: 1px;
  padding: 0 7px 1px 7px;
  font-weight: 100;
  font-size: 14px; 
  cursor: pointer;
  position: relative;
  margin-bottom: -2px;
  color: #000;
  transition: 0.3s;
  text-transform: uppercase;
}
.filters ul li:hover{
  color: #cc9900;
}
.filters ul li.is-checked{
  border-bottom: 2px solid #cc9900;
  margin-bottom: 4px;
}
.filters ul li:last-child{
  margin-right: 0;
}
   
 .id{
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #f7f7f7;
	padding-top: 1%;
	padding-bottom: 1%;
 }
 
 .display-3 {
    font-size: 4.1rem;
    line-height: 0.8;
    font-weight: 300;
}
 .rt-p{
 	  color: #8c8c8c;
     line-height: 1.2;
     font-size: 18px;
   }
 .tm-blog-post h1 > span {
    text-transform: uppercase;
    margin-left: 10px;
    line-height: 0.1;
    font-size: 18px;
    font-weight: 300;
    color: #7a7a7a;
 }
 .tm-blog-post h2 > span {
    text-transform: uppercase;
    margin-left: 10px;
    font-size: 17px;
    font-weight: 300;
    color: #7a7a7a;
 }
 .tm-blog-post h3 > span {
    text-transform: uppercase;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #505050;
 }
 .tm-blog-post h5 {
	 border-top: solid 1px;
    font-size: 16px;
    font-weight: 100;
    color: #7a7a7a;
    margin-top: 15px;
    padding-top: 15px
 }
.tm-section-blog {
	padding-top: 10%;
	padding-bottom: 10%;
	padding-left: 10%;
	padding-right: 10%;
	}

	.tm-subtitle { margin-bottom: 20px; }
	
	#tmNavbar .navbar-nav .nav-link { padding: 1px 1px;  font-size: 14px; }
	.media { max-width: 240px; }
	.media-left {
		display: block;
		margin-bottom: 20px;
	}
	.tm-margin-t-mega { margin-top: 35px; }   .tm-margin-2-mega { margin-top: 35px; }
	.tm-margin-m-mega { margin-top: 30px; }   .tm-margin-l-mega { margin-top: 35px; }

	.tm-content-box { margin-bottom: 20px; }
	.tm-text-link { line-height: 2.4; }

	.tm-section {
	    padding-top: 20px;
	    padding-bottom: 60px;
	}
   .tm-section-blog {
	padding-top: 20px;
	padding-bottom: 60px;
	padding-left: 5%;
	padding-right: 5%;
	}

	.tm-2-col-left, .tm-2-col-right { 
		margin: 0 auto;
		max-width: 660px; 
	}
	
	.tm-margin-t-big { margin-top: 30px;} 
	.media { max-width: 100%; }
	.media-left {
		display: table-cell;
		margin-bottom: 0;
	}

	.tm-footer-content-box { margin-bottom: 40px; }

	.tm-2-rows-md-swap {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.tm-2-rows-md-down-1 {
		-webkit-order: 1;
		    -ms-flex-order: 1;
		        order: 1;		
	}
	.tm-2-rows-md-down-2 {
		-webkit-order: 2;
		    -ms-flex-order: 2;
		        order: 2;
		margin-bottom: 0;
		margin-top: 30px;		
	}

	.tm-contact-right { 
		padding-left: 15px; 
		padding-top: 40px;
	}
  .tm-box-sizing-surf {
		height: 500px;
	}
   .tm-box-sizing-surf-1 {
		height: 470px;
	}
   .tm-box-sizing-surf-2 {
		height: 630px;
	}
  .tm-box-sizing-surf-3 {
		height: 660px;
	}
  .filters ul{
  display: flex;
  justify-content: center;
  list-style: none;
  border-bottom: none;
  margin-bottom: 40px;
  }
  .tm-margin-3-mega
   { margin-top: 50px; }
}

@media (max-width: 897px) {
	.tm-btn {
		padding: 2px 15px;
		font-size: 1rem;
	}
 .container-fluid {
		padding-left: 1%;
		padding-right: 1%;
		margin-left: 10px;
		margin-right: 10px;
	}
	h1 {
     line-height: 1.0;
     font-size: 1.5rem;
   }
   
   h2 {
     line-height: 1.1;
     font-size: 1.6rem;
   }
   
   h3 {
     line-height: 1.0;
     font-size: 1.4rem;
   }
	.id{
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #f7f7f7;
	padding-top: 2%;
	padding-bottom: 2%;
 }
 
 .display-3 {
    font-size: 4.1rem;
    line-height: 0.8;
    font-weight: 300;
}
 .rt-p{
 	  color: #8c8c8c;
     line-height: 1.2;
     font-size: 18px;
   }
 .tm-blog-post h1 > span {
    text-transform: uppercase;
    margin-left: 10px;
    line-height: 0.1;
    font-size: 17px;
    font-weight: 300;
    color: #7a7a7a;
 }
 .tm-blog-post h2 > span {
    text-transform: uppercase;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #7a7a7a;
 }
 .tm-blog-post h3 > span {
    text-transform: uppercase;
    margin-left: 10px;
    font-size: 15px;
    font-weight: 300;
    color: #505050;
 }
 .tm-blog-post h5 {
	 border-top: solid 1px;
    font-size: 16px;
    font-weight: 100;
    color: #7a7a7a;
    margin-top: 14px;
    padding-top: 15px
 }
 .intro .display-4 {
    font-size: 2.2rem;
    line-height: 1.1;
    font-weight: 300;
   }
.filters ul{
  display: flex;
  justify-content: center;
  list-style: none;
  border-bottom: none;
  margin-bottom: 70px;
  }
.filters ul li{
  display: inlnie-block;
  text-align: center;
  margin-right: 1px;
  padding: 0 7px 1px 7px;
  font-weight: 100;
  font-size: 13px; 
  cursor: pointer;
  position: relative;
  margin-bottom: -2px;
  color: #000;
  transition: 0.3s;
  text-transform: uppercase;
}
.filters ul li:hover{
  color: #cc9900;
}
.filters ul li.is-checked{
  border-bottom: 2px solid #cc9900;
  margin-bottom: 5px;
}
.filters ul li:last-child{
  margin-right: 0;
}
.tm-section-blog {
	padding-top: 10%;
	padding-bottom: 10%;
	padding-left: 7%;
	padding-right: 7%;
	}
	.tm-margin-t-mega { margin-top: 35px; }   .tm-margin-2-mega { margin-top: 35px; }
	.tm-margin-m-mega { margin-top: 30px; }   .tm-margin-l-mega { margin-top: 35px; }
   .tm-box-sizing-surf {
		height: 500px;
	}
   .tm-box-sizing-surf-1 {
		height: 470px;
	}
   .tm-box-sizing-surf-2 {
		height: 630px;
	}
  .tm-box-sizing-surf-3 {
		height: 660px;
	}
  .filters ul{
  display: flex;
  justify-content: center;
  list-style: none;
  border-bottom: none;
  margin-bottom: 35px;
  }
  .tm-margin-3-mega
   { margin-top: 50px; }
}

@media (max-width: 767px) {
	.tm-main-nav {
		position: fixed;
		right: 0;
		top: 21px;
		z-index: 1000;
	}
.container-fluid {
		padding-left: 1%;
		padding-right: 1%;
		margin-left: 7px;
		margin-right: 7px;
	}
   .intro .display-4 {
    font-size: 2.2rem;
    line-height: 0.9;
    font-weight: 300;
   }
.filters ul{
  display: flex;
  justify-content: center;
  list-style: none;
  border-bottom: none;
  margin-bottom: 70px;
  }
.filters ul li{
  display: inlnie-block;
  text-align: center;
  margin-right: 1px;
  padding: 0 6px 1px 6px;
  font-weight: 100;
  font-size: 13px; 
  cursor: pointer;
  position: relative;
  margin-bottom: -2px;
  color: #000;
  transition: 0.3s;
  text-transform: uppercase;
}
.filters ul li:hover{
  color: #cc9900;
}
.filters ul li.is-checked{
  border-bottom: 2px solid #cc9900;
  margin-bottom: 5px;
}
.filters ul li:last-child{
  margin-right: 0;
}
	h1 {
     line-height: 1.0;
     font-size: 1.4rem;
   }
   
   h2 {
     line-height: 1.1;
     font-size: 1.3rem;
   }
   
   h3 {
     line-height: 1.0;
     font-size: 1.2rem;
   }
	.tm-margin-t-mega { margin-top: 35px; }   .tm-margin-2-mega { margin-top: 35px; }
	.tm-margin-m-mega { margin-top: 30px; }   .tm-margin-l-mega { margin-top: 35px; }
	.id{
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #f7f7f7;
	padding-top: 3%;
	padding-bottom: 3%;
 }
 
 .display-3 {
    font-size: 4.0rem;
    line-height: 0.8;
    font-weight: 300;
}
 .rt-p{
 	  color: #8c8c8c;
     line-height: 1.2;
     font-size: 18px;
   }
 .tm-blog-post h1 > span {
    text-transform: uppercase;
    margin-left: 10px;
    line-height: 0.1;
    font-size: 17px;
    font-weight: 300;
    color: #7a7a7a;
 }
 .tm-blog-post h2 > span {
    text-transform: uppercase;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #7a7a7a;
 }
 .tm-blog-post h3 > span {
    text-transform: uppercase;
    margin-left: 10px;
    font-size: 15px;
    font-weight: 300;
    color: #505050;
 }
 .tm-blog-post h5 {
	 border-top: solid 1px;
    font-size: 16px;
    font-weight: 100;
    color: #7a7a7a;
    margin-top: 10px;
    padding-top: 15px
 }
.tm-section-blog {
	padding-top: 10%;
	padding-bottom: 10%;
	padding-left: 7%;
	padding-right: 7%;
	}

	#tmNavbar .navbar-nav .nav-item { float: none; }
	#tmNavbar .navbar-nav .nav-link { padding: 12px 25px; }
   #tmNavbar {
		background: white; 
		border-radius: 6px;
		box-shadow: 0px 1px 3px gray;
	}
	#tmNavbar .navbar-nav .nav-item+.nav-item { margin-left: 0; }
	.navbar-toggler {
		background: white;
		border-color: #cc9900;
		color: #cc9900;
		display: block;
		margin-left: auto;
		margin-right: 0;
	}
	.navbar-toggler:focus { outline: none; }
	.tm-content-box { margin-bottom: 10px; }
	
	.tm-2-col-left {
		padding-right: 0;
		max-width: 660px;
	}

	.tm-2-col-right { padding-left: 0; }
	.tm-margin-b-40 { margin-bottom: 25px; }
	
	.tm-copyright-text { padding-top: 0; }
	.tm-gray-bg { padding: 20px 20px 10px; }
	.tm-footer { padding-bottom: 15px; }

	.tm-2-rows-sm-swap {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.tm-2-rows-sm-down-1 {
		-webkit-order: 1;
		    -ms-flex-order: 1;
		        order: 1;		
	}
	.tm-2-rows-sm-down-2 {
		-webkit-order: 2;
		    -ms-flex-order: 2;
		        order: 2;
		margin-bottom: 0;
		margin-top: 30px;		
	}

	.tm-sm-m-b { margin-bottom: 20px; }
	.tm-aside-r { padding-left: 15px; }
	.tm-aside-container {
		max-width: 310px;
		margin: 0 auto;
	}

	.tm-blog-post {	
	padding-bottom: 10px;
	height: auto; 
	}
   
	.tm-content-box-contact {
		margin-top: 40px;
		margin-bottom: 0;
	}
 
	.tm-contact-row-related-posts {	margin-top: 40px; }
   
   .tm-box-sizing-surf {
		height: 580px;
	}
   .tm-box-sizing-surf-1 {
		height: 440px;
	}
   .tm-box-sizing-surf-2 {
		height: 550px;
	}
  .tm-box-sizing-surf-3 {
		height: 710px;
	}
  .filters ul{
  display: flex;
  justify-content: center;
  list-style: none;
  border-bottom: none;
  margin-bottom: 30px;
  }.tm-margin-3-mega
 { margin-top: 50px; }

}

@media (max-width: 543px) {
	.tm-footer-links-container { padding-left: 0; }
	.tm-xs-m-t { margin-top: 20px; }
	.tm-btn { padding: 2px 15px; }

   .tm-margin-t-mega { margin-top: 35px; }   .tm-margin-2-mega { margin-top: 35px; }
	.tm-margin-m-mega { margin-top: 30px; }   .tm-margin-l-mega { margin-top: 35px; }
   .tm-section-blog {
	padding-top: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
	padding-right: 5%;
	}
.container-fluid {
		padding-left: 1%;
		padding-right: 1%;
		margin-left: 5px;
		margin-right: 5px;
	}
   .intro .display-4 {
    font-size: 2.2rem;
    line-height: 0.8;
    font-weight: 300;
   }
 .filters ul{
  display: flex;
  justify-content: center;
  list-style: none;
  border-bottom: none;
  margin-bottom: 70px;
  }
.filters ul li{
  display: inlnie-block;
  text-align: center;
  margin-right: 1px;
  padding: 0 6px 1px 6px;
  font-weight: 100;
  font-size: 13px; 
  cursor: pointer;
  position: relative;
  margin-bottom: -2px;
  color: #000;
  transition: 0.3s;
  text-transform: uppercase;
}
.filters ul li:hover{
  color: #cc9900;
}
.filters ul li.is-checked{
  border-bottom: 2px solid #cc9900;
}
.filters ul li:last-child{
  margin-right: 0;
}
	.id{
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #f7f7f7;
	padding-top: 5%;
	padding-bottom: 5%;
 }
 
 .display-3 {
    font-size: 4.0rem;
    line-height: 0.8;
    font-weight: 300;
}
 .rt-p{
 	  color: #8c8c8c;
     line-height: 1.2;
     font-size: 18px;
 }
 .tm-blog-post h1 > span {
    text-transform: uppercase;
    margin-left: 10px;
    line-height: 0.1;
    font-size: 16px;
    font-weight: 300;
    color: #7a7a7a;
 }
 .tm-blog-post h2 > span {
    text-transform: uppercase;
    margin-left: 10px;
    font-size: 15px;
    font-weight: 300;
    color: #7a7a7a;
 }
 .tm-blog-post h3 > span {
    text-transform: uppercase;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 300;
    color: #505050;
 }
 .tm-blog-post h5 {
	 border-top: solid 1px;
    font-size: 16px;
    font-weight: 100;
    color: #7a7a7a;
    margin-top: 8px;
    padding-top: 15px
 }
   h1 {
     line-height: 1.0;
     font-size: 1.4rem;
   }
   
   h2 {
     line-height: 1.0;
     font-size: 1.3rem;
   }
   
   h3 {
     line-height: 1.0;
     font-size: 1.2rem;
   }
   
   p  {
     line-height: 1.4;
   }
   .tm-box-sizing-surf {
		height: 570px;
	}
   .tm-box-sizing-surf-1 {
		height: 490px;
	}
   .tm-box-sizing-surf-2 {
		height: 670px;
	}
   .tm-box-sizing-surf-3 {
		height: 720px;
	}
  .filters ul{
  display: flex;
  justify-content: center;
  list-style: none;
  border-bottom: none;
  margin-bottom: 25px;
  }
  .tm-margin-3-mega
   { margin-top: 40px; }
}

@media(max-width: 510px) {
	.media { max-width: 240px; }
	.media-left {
		display: block;
		margin-bottom: 20px;
	}
.container-fluid {
		padding-left: 1%;
		padding-right: 1%;
		margin-left: 4px;
		margin-right: 4px;
	}
.filters ul{
  display: flex;
  justify-content: center;
  list-style: none;
  border-bottom: none;
  margin-bottom: 70px;
  }
.filters ul li{
  display: inlnie-block;
  text-align: center;
  margin-right: 1px;
  padding: 0 5px 1px 5px;
  font-weight: 100;
  font-size: 12px; 
  cursor: pointer;
  position: relative;
  margin-bottom: -2px;
  color: #000;
  transition: 0.3s;
  text-transform: uppercase;
}
.filters ul li:hover{
  color: #cc9900;
}
.filters ul li.is-checked{
  border-bottom: 2px solid #cc9900;
}
.filters ul li:last-child{
  margin-right: 0;
}

   .intro .display-4 {
    font-size: 2.2rem;
    line-height: 0.8;
    font-weight: 300;
   }
	.id{
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #f7f7f7;
	padding-top: 5%;
	padding-bottom: 5%;
	}
	
	.display-3 {
    font-size: 4.0rem;
    line-height: 0.8;
    font-weight: 300;
}
   .rt-p{
     color: #8c8c8c;
     line-height: 1.2;
     font-size: 18px;
 }
 .tm-blog-post h1 > span {
    text-transform: uppercase;
    margin-left: 10px;
    line-height: 0.1;
    font-size: 16px;
    font-weight: 300;
    color: #7a7a7a;
 }
 .tm-blog-post h2 > span {
    text-transform: uppercase;
    margin-left: 10px;
    font-size: 15px;
    font-weight: 300;
    color: #7a7a7a;
 }
 .tm-blog-post h3 > span {
    text-transform: uppercase;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 300;
    color: #505050;
 }
 .tm-blog-post h5 {
	 border-top: solid 1px;
    font-size: 16px;
    font-weight: 100;
    color: #7a7a7a;
    margin-top: 7px;
    padding-top: 15px
 }
   h1 {
     line-height: 1.0;
     font-size: 1.4rem;
    }
	
   h2 {
     line-height: 1.0;
     font-size: 1.3rem;
   }
   
   h3 {
     line-height: 1.0;
     font-size: 1.2rem;
   }
	
	p  {
     line-height: 1.5;
   }
   
		
	.tm-section {
		padding-top: 10%;
		padding-bottom: 10%;
	}

   .tm-section-blog {
	padding-top: 10%;
	padding-bottom: 10%;
	padding-left: 1%;
	padding-right: 1%;
	}
	.tm-margin-t-mega { margin-top: 35px; }   .tm-margin-2-mega { margin-top: 35px; }
	.tm-margin-m-mega { margin-top: 30px; }   .tm-margin-l-mega { margin-top: 35px; }
   .tm-subtitle { margin-bottom: 20px; }
	.tm-margin-b-40 { margin-bottom: 15px; }
	.tm-content-box { margin-bottom: 20px; }
	.tm-margin-t-mid { margin-top: 30px; }
	.tm-footer-content-box { margin-bottom: 40px; }
	.tm-footer-content-box-title { margin-bottom: 15px; }
	#google-map { margin-top: 25px; }
	.tm-map-section { margin-top: 50px; }

	.tm-contact-related-posts-container {
		max-width: 240px;
		margin-left: auto;
		margin-right: auto;
	}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
  .tm-box-sizing-surf {
		height: 570px;
	}
   .tm-box-sizing-surf-1 {
		height: 460px;
	}
   .tm-box-sizing-surf-2 {
		height: 640px;
	}
   .tm-box-sizing-surf-3 {
		height: 720px;
	}
  .filters ul{
  display: flex;
  justify-content: center;
  list-style: none;
  border-bottom: none;
  margin-bottom: 20px;
  }
}

