.modal {
    z-index: 99999 !important;
    background: rgba(0, 0, 0, 0.6); /* Przyciemnienie tła */
}
.modal-dialog {
    z-index: 100000 !important;
    margin-top: 15vh;
}
body
	{
 		background: #ffffff;
 		color: #303030;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		overflow-x: hidden; /* prevent horizontal scrollbar from appearing */
	}
	
a {
	color: rgba(29, 147, 88  , .3);
}
	
a:hover {
	color: #0FF;
}

/* start h2 */
h2
	{
		text-align: center;
		font-size: 40px;
		padding-bottom: 40px;
	}	
h2 span
	{
		color: #1D9358;
		font-weight: bold;
	}
/* end h2 */
h1
	{
		text-align: center;
		font-size: 10px;
		padding-bottom: 10px;
	}	
h1 span
	{
		ext-align: center;
		font-size: 25px;
		padding-bottom: 25px;
		color: #1D9358;
		font-weight: bold;
	}
/* end h2 */

/* start about team service portfolio contact */
#about, #team, #service,
#portfolio, #contact
	{
		padding-top: 60px;
		padding-bottom: 40px;
	}
/* end about team service portfolio contact */

/* start preloader */
.preloader
	{
		position: fixed;
  		top: 0;
  		left: 0;
  		width: 100%;
  		height: 100%;
  		z-index: 99999;
  		display: -webkit-box;
  		display: -webkit-flex;
  		display: -ms-flexbox;
  		display: flex;
  		-webkit-flex-flow: row nowrap;
  		    -ms-flex-flow: row nowrap;
  		        flex-flow: row nowrap;
  		-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;
  		background: none repeat scroll 0 0 #ffffff;
	}
.sk-spinner-wave.sk-spinner 
	{
  		width: 50px;
  		height: 30px;
  		text-align: center;
  		font-size: 10px; 
  	}
.sk-spinner-wave div 
	{
  		background-color: #333;
  		height: 100%;
  		width: 6px;
  		display: inline-block;
         -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
                 animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
         
    }
.sk-spinner-wave .sk-rect2 
	{
          -webkit-animation-delay: -1.1s;
                  animation-delay: -1.1s; 
      }
.sk-spinner-wave .sk-rect3 
	{
          -webkit-animation-delay: -1s;
                  animation-delay: -1s; 
     }
.sk-spinner-wave .sk-rect4 
	{
          -webkit-animation-delay: -0.9s;
                  animation-delay: -0.9s;
     }
.sk-spinner-wave .sk-rect5 
	{
          -webkit-animation-delay: -0.8s;
                  animation-delay: -0.8s; 
     }

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4); }

  20% {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); } }

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4); }

  20% {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); } }
/* end preloader */

/* start header */
header
	{
		min-height: 0px;
		padding-top:0px;
		padding-bottom: 0px;
	}
header .fa
	{
		color: #1D9358;
	}
header span
	{
		font-weight: bold;
		padding-right: 10px;
		padding-left: 4px;
	}
header a
	{
		color: #999;
		font-weight: 600;
	}
header .social-icon
	{
		text-align: right;
	}
header .social-icon li a
	{
		border: none;
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
	}
/* end header */

/* start nagivation */
.navbar-default
	{
		background: #fff;
		border: ridge;
		border-color: rgba(29, 147, 88  , .3);
		box-shadow: none;
		margin: 0 !important;
		 z-index: 1;
}​
	}
.navbar-default .navbar-brand
	{
		font-weight: 500;
		font-size: 30px;
		height: 30px;
		line-height: 40px;
		padding: 12px 0px 0px 12px;
	}
.navbar-default .navbar-nav li a
	{
		font-weight: bold;
		font-size: 13px;
		height: 30px;
		line-height: 40px;
	}

.navbar-default .navbar-nav > li > a.current { 
	color: #1D9358;
}
.templatemo-nav {
	border-radius: 0;	
	width: 100%;
	z-index: 1000;
}
.sticky {	
	position: fixed;
	left: 0;
	top: 0;	
}
/* end navigation */

/* start home */

.home {
    position: relative;
    overflow: hidden;
    width: 100%;
	min-height: 890px;
    height: auto;
}

.home .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 1000%;
    height: 100%;
    animation: animate 45s linear infinite;
}

.home .slider .slide {
    position: relative;
    width: 10%;
    height: 100%;
    float: left;
}

.home .slider .slide .caption {
    position: absolute;
    bottom: 30px;
    left: 60px;
    right: 60px;
    padding: 10px;
    background: rgba(29, 147, 88  , .5);
    border: 1px solid rgba(29, 147, 88  , .5);
    transition: 0.5s;
	
}

.home .slider .slide .caption h2 {
    margin: 0 0 0 0;
    padding: 0;
    color: #fff;
    font-size: 48px;
    transition: 0.5s;
}

.home .slider .slide .caption p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 20px;
    transition: 0.5s;
}

.home .slider .slide.slide1 {
    background: url(/img/zachodnia/zachodnia0001.jpg);
    background-size: cover;
    background-position: center;
}

.home .slider .slide.slide2 {
    background: url(/img/zachodnia/zachodnia0002.jpg);
    background-size: cover;
    background-position: center;
}

.home .slider .slide.slide3 {
    background: url(/img/zachodnia/zachodnia0003.jpg);
    background-size: cover;
    background-position: center;
}


.home .slider .slide.slide4 {
    background: url(/img/zachodnia/rzut_terenu.jpg);
    background-size: cover;
    background-position: center;
}

.home .slider .slide.slide5 {
    background: url(/img/bandurskiego/wiz_kuchniasl.jpg);
    background-size: cover;
    background-position: center;
}

.home .slider .slide.slide6 {
    background: url(/img/bandurskiego/wiz_pokoj1sl.jpg);
    background-size: cover;
    background-position: center;
}

.home .slider .slide.slide7 {
    background: url(/img/bandurskiego/wiz_pokoj2_2sl.jpg);
    background-size: cover;
    background-position: center;
}

.home .slider .slide.slide8 {
    background: url(/img/bandurskiego/wiz_lazienka_1sl.jpg);
    background-size: cover;
    background-position: center;
}
.home .slider .slide.slide9 {
    background: url(/img/bandurskiego/wiz_strych_2sl.jpg);
    background-size: cover;
    background-position: center;
}

@keyframes animate {
    0% {
        left: 0;
    }
    8% {
        left: 0;
    }
    11% {
        left: -100%;
    }
    19% {
        left: -100%;
    }
    22% {
        left: -200%;
    }
    30% {
        left: -200%;
    }
    33% {
        left: -300%;
    }
    41% {
        left: -300%;
    }
    44% {
        left: -400%;
    }
	52% {
        left: -400%;
    }
	55% {
        left: -500%;
    }
	63% {
        left: -500%;
    }
	66% {
        left: -600%;
    }
	75% {
        left: -600%;
    }
	77% {
        left: -700%;
    }
	86% {
        left: -700%;
    }
	88% {
        left: -800%;
    }
	97% {
        left: -800%;
    }
	100% {
        left: -900%;
    }
}

@media (max-width: 768px) {
	.home {
    position: relative;
    overflow: hidden;
    width: 100%;
	min-height: 500px;
    height: auto;
}
    .home .slider .slide .caption {
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
        padding: 20px;
		
    }
    .home .slider .slide .caption h2 {
        margin: 0 0 10;
        font-size: 22px;
    }
    .home .slider .slide .caption p {
        font-size: 16px;
    }
}


/* end home */
#grunty
	{
		background-image: url('img/benjamin-davies-Zm2n2O7Fph4-unsplash.jpg');
		background-size: cover;
		padding-top: 160px;
		padding-bottom: 100px;
		min-height: 900px;
	}
#grunty h1
	{
		font-weight: bold;
		font-size: 40px;
		padding-bottom: 10px;
		color: #ffffff;
		background-color: rgba(29, 147, 88  , .6);
		border: 1px solid rgba(29, 147, 88  , .6);
		
		
		padding: 15px;
		
	}
#grunty h1 span
	{
		color: #202020;
		font-weight: bold;
	}
#grunty .btn
	{
		background: rgba(29, 147, 88  , .6);
		border: 1px solid rgba(29, 147, 88  , .6);
		border-radius: 2px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		margin-top: 15px;
		width: 180px;
		height: 60px;
		padding-top: 18px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#grunty .btn:hover
	{
		background: #1D9358;
		border-color: transparent;
	}
#lokalizacja
	{
	font-size: 20px;
	font-weight: bold;
	}
#wkrotce
	{
	font-size: 22px;
	font-weight: bold;
	}
#wkrotce .btn
	{
		background: #1D9358;
		border-radius: 2px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		margin-top: 15px;
		margin-bottom: 15px;
		width: 180px;
		height: 60px;
		padding-top: 18px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#wkrotce .btn:hover 
	{
		background: rgba(29, 147, 88  , .3);
		border-color: transparent;
		color: #505050;
	}
/* start about */
#about .media-heading-wrapper
	{
		padding-bottom: 32px;
	}
#about .media-heading-wrapper .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-size: 24px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		margin-bottom: 20px;
		margin-right: 20px;
	}
#about .media-heading-wrapper h3
	{
		font-size: 18px;
		font-weight: bold;
		padding-top: 20px;
		padding-left: 52px;
	}
/* end about */

/* start team */
#team .team-wrapper
	{
		background: #404040;
		padding-bottom: 10px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
		position: relative;
	}

#team .team-wrapper:hover
	{
		cursor: pointer;
		opacity: 0.4;
		bottom: 4px;
	}
#team .team-wrapper .team-des
	{
		padding: 20px;
	}
#team .team-wrapper .team-des span
	{
		color: #1D9358;
		display: block;
		font-weight: bold;
		padding-bottom: 12px;
	}
/* end team */

/* start service */
#service .col-md-4
	{
		padding: 40px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#service .col-md-4:hover
	{
		background: #505050;
	}
#service .active
	{
		background: #505050;
		padding: 40px;
	}
#service .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-size: 50px;
		width: 100px;
		height: 100px;
		line-height: 100px;
		text-align: center;
	}
#service h4
	{
		color: #1D9358;
		font-weight: 600;
		padding-top: 10px;
		padding-bottom: 14px;
	}
/* end service */

/* start portfolio */
#portfolio address
	{
		padding-bottom:30px;
		border: 3px solid #1D9358;
		border-radius: 10px;
		padding-top: 30px;
		margin-right: 10px;
		margin-left: 10px;
	}
#portfolio .col-md-3
	{
		padding: 0px;
	}
	.portfolio-thumb, 
	.portfolio-overlay {
		max-width: 450px;
	}
#portfolio .portfolio-thumb
	{
		overflow: hidden;
		padding: 0;
		margin: 5 auto;
	}
#portfolio .portfolio-thumb .portfolio-overlay
	{
		background: #1D9358;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;	
		width: 100%;
		height: 100%;
		opacity: 0;
		position: absolute;
		padding: 20px 10px 20px 20px;
		margin-left: auto;
		margin-right: auto;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#portfolio .portfolio-thumb .portfolio-overlay h4
	{
		font-weight: bold;
		padding-bottom: 10px;
	}
#portfolio .portfolio-thumb .portfolio-overlay .btn
	{
		background: none;
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-weight: bold;
	}
#portfolio .portfolio-thumb:hover .portfolio-overlay
	{
		cursor: pointer;
		opacity: 0.8;
	}
/* end portfolio */

/* start contact */
#contact
	{
		background: #505050;
		color: #ffffff;
		font-weight: bold;
		font-size: 20px;
	}
#contact .form-control
	{
		background: transparent;
		border: 1px solid #1D9358;
		border-radius: 2px;
		box-shadow: none;
		color: #fff;
		margin-top: 6px;
		margin-bottom: 16px;
	}
#contact label
	{
		font-weight: 300;
	}
#contact input
	{
		height:30px;
	}
#contact input[type="submit"]
	{
		background: #1D9358;
		font-weight: bold;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#contact input[type="submit"]:hover
	{
		background: transparent;
	}
#contact address
	{
		border-bottom: 1px solid #808080;
		padding-top: 30px;
	}
#contact address .address-title
	{
		font-weight: bold;
		font-size: 20px;
		padding-bottom: 10px;
	}
#contact address span
	{
		display: block;
		padding-bottom: 30px;
	}
#contact address .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		margin-right: 10px;
		margin-bottom: 10px;
	}
/* end contact */

/* start copyright */
#copyright
	{
		padding: 20px;
	}
#copyright p
	{
		font-weight: 400;
	}
/* end copyright */

/* start social icon */
.social-icon
	{
		position: relative;
		padding: 0;
		margin: 0;
	}
.social-icon h4
	{
		display: inline-block;
		padding-right: 20px;
	}
.social-icon li
	{
		display: inline-block;
		list-style: none;
	}
.social-icon li a
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #3030;
		width: 40px;
		height: 40px; 
		line-height: 40px;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
		margin-right: 10px;
	}
.social-icon li a:hover
	{
		background: #1D9358;
		border-color: transparent;
	}
	
.btn
	{
		background: transparent;
		
		border-radius: 2px;
		color: #1D9358;
		font-size: 16px;
		font-weight: bold;
		margin-top: 15px;
		margin-bottom: 15px;
		width:280px;
		height: 60px;
		padding-top: 18px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}

.btn:hover
	{
		background: #1D9358;
		border-color: transparent;
	}
/* end social icon */
.collapsible {
background: #1D9358;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: transparent;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
}
/* Common style */
.tm-member figure,
.tm-gallery-item figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin-bottom: 0;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.tm-member figure img,
.tm-gallery-item figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.tm-member figure figcaption,
.tm-gallery-item figure figcaption {
  padding: 1em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tm-member figure figcaption::before,
.tm-member figure figcaption::after,
.tm-gallery-item figure figcaption::before,
.tm-gallery-item figure figcaption::after {
  pointer-events: none;
}

.tm-member figure figcaption,
.tm-member figure figcaption > a,
.tm-gallery-item figure figcaption,
.tm-gallery-item figure figcaption > a  {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.tm-member figure figcaption > a,
.tm-gallery-item figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.tm-gallery-item figure h2 { font-weight: 300; }
.tm-gallery-item figure h2 span { font-weight: 800; }

.tm-gallery-item figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
  color: white;
}

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba { background: rgba(29, 147, 88) ; }

figure.effect-bubba img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-bubba:hover img { opacity: 0.4; }

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

figure.effect-bubba h2 {
  font-size: 1.5rem;
  padding-top: 20%;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}

figure.effect-bubba p {
  width: 100%;
  padding: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

figure.effect-bubba .tm-member-social {
  font-size: 1.5rem;
  padding-top: 20%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}

figure.effect-bubba .tm-member-social {
  width: 100%;
  padding: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-bubba:hover .tm-member-social {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


.tm-member-social {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 100%;
}

.tm-member-social-link .tm-member-social-icon { transition: all 0.3s ease; }
.tm-member-social-link:hover .tm-member-social-icon { color: #d39e00; }

.tm-member-social-icon {
  padding-left: 10px;
  padding-right: 10px;
  color: white;
}

.tm-page-cols-container {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.tm-page-col-left {
  width: 35%;
  max-width: 480px;
  margin-top: 20px;
}

.tm-page-col-right {
  width: 65%;
  margin-left: auto;
  margin-right: 0;
}

.tm-gallery {
  margin: 0 auto;
  max-width: 1100px;
  z-index: 0;
}

.tm-gallery-item {
  width: 50%;
  max-width: 530px;
  margin: .5%;
}


.filters-button-group {
  padding-right: 15px;
  padding-left: 0;
}

.tabs { list-style: none; }

.tabs > li > a {
  color: #999a9b;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  margin: 0 auto 30px;
}

.tm-category-label { font-size: 1.6rem; }

.tm-thumbnails {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
  margin-right: 35px;
}

.tm-thumbnail {
  width: 70px;
  height: 70px;
  margin: 2.5px;
}

.tm-category-link.active .tm-category-label { color: #06C; }
@media only screen and (max-width: 1199px) and (min-width: 992px) {
	#portfolio .portfolio-thumb .portfolio-overlay {
		padding: 0px 8px;
	}
}

/* start 980 media quires */
@media only screen and ( max-width: 980px ) {
	#team .team-wrapper
		{
			margin-top: 40px;
		}
	#portfolio .portfolio-thumb .portfolio-overlay
	{
		background: #28a7e9;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		position: absolute;
		padding: 40px 10px 20px 20px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}

}
/* end 360 media quires */

/* start 768 media quires */
@media only screen and ( max-width: 767px ) {
	#home
		{
			min-height: 300px;
			padding-top: 80px;
			padding-bottom: 60px;
		}
	#home h1
		{
			font-size: 44px;
		}
	#grunty
		{
			min-height: 300px;
			padding-top: 80px;
			padding-bottom: 60px;
		}
	#grunty h1
		{
			font-size: 26px;
		}
	.templatemo-nav {
		position: fixed;
    	top: 0;
	}
	header {
		margin-top: 70px;
	}
	header .social-icon {
		text-align: left;
	}
	.navbar-toggle {
		margin-top: 15px;
	}
	.navbar-collapse {
		max-height: 300px;
		overflow-y: auto;
	}
	.navbar-default .navbar-nav li a {
		height: 45px;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 35px;
	}
}
/* end 768 media quires */

/* start 360 media quires */
@media only screen and ( max-width: 360px ) {
	header .social-icon
		{
			text-align: left;
		}
	#home
		{
			min-height: 200px;
			padding-top: 60px;
			padding-bottom: 40px;
		}
	#home h1
		{
			font-size: 32px;
		}
	#grunty
		{
			min-height: 200px;
			padding-top: 60px;
			padding-bottom: 40px;
		}
	#grunty h1
		{
			font-size: 26px;
		}
}
/* end 360 media quires */
@media (max-width: 1200px) {
  

  .tm-gallery-item {
    margin: 1%;
    width: 31%;
  }

  .tm-category-label { font-size: 1.2rem; }
  .tm-thumbnails { margin-right: 20px; }

  .tm-page-col-left {
    width: 35%;
    margin-top: 10px;
  }

  .tm-page-col-right { width: 65%; }
  figure.effect-bubba h2 { font-size: 1.2rem; }
  .tm-gallery-item figure p { font-size: 0.9rem; }
  .tm-thumbnails { max-width: 110px; }

  .tm-thumbnail {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 767px) {
  .tm-gallery {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
	z-index: 0;
  }
  
  .tm-gallery-item { width: 60%; }

  .filters-button-group {
    padding-right: 0;
    padding-bottom: 30px;
  }
}

@media (max-width: 480px) and (min-width: 420px) {
  figure.effect-bubba h2 { padding-top: 5%; }

  figure.effect-bubba p {
    padding-left: 0;
    padding-right: 0;
  }
}



@media (max-width: 1144px) {
    .tm-site-name { font-size: 2.4rem; }
    .tm-site-desc { font-size: 1.2rem; }
}

@media (max-width: 992px) {
    .tm-site-header-left {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .tm-site-header-right {
        position: absolute;
        right: 0;        
        padding-top: 50px;
        padding-bottom: 0;
    }

    .navbar-toggler {
        margin-left: auto;
        background-color: #656667;
        border-radius: 0;
    }

    .navbar-toggler i { font-size: 1.8rem; }

    .tm-nav {        
        position: relative;
        max-width: 200px;
    }

    #navbarNav {
        position: absolute;
        right: 16px;
        top: 46px;
        z-index: 1000;
    }

    .tm-nav ul {
        background-color: #656667;
        padding-left: 12px;  
        padding-right: 12px;      
    }

    .nav-item {
        margin-right: 0;
        text-align: center;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .tm-icon-1 {
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .tm-page-cols-container { flex-direction: column; }
    
    .tm-page-col-left {
      width: 100%;
      max-width: 920px;
      padding-left: 20px;
      padding-right: 20px;      
      margin-left: auto;
      margin-right: auto;
    }
  
    .tm-page-col {
      width: 100%;
      padding-left: 0px;
      padding-right: 0px;
    }

    .tm-contact-left,
    .tm-contact-right {
      max-width: 100%;
    }

    .tm-contact-left { margin-bottom: 120px; }
}

@media (max-width: 420px) {
  .tm-gallery { max-width: 900px;
z-index: 0;  }

  .tm-gallery-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
	 z-index: 0;
  }

  .tm-page-col-left,
  .tm-page-col-right {
    padding-left: 0;
    padding-right: 0;
  }
}