body, html {
	background-color: #444;
}

.dsp-off {
	display: none;
}
/*#hero-area {
	min-height: 600px;
}*/
.bg-faded {
    opacity: 0.95;
		-webkit-transition: all 0.2s linear;
	  -moz-transition: all 0.2s linear;
	  -o-transition: all 0.2s linear;
	  transition: all 0.2s linear;
}
.menu-bg {
	opacity: 1 !important;
	-webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.navbar {
	padding: .1rem 1rem;
}
a.mailto, a.callto {
	color: #FFF;
	font-size: 16px;
	margin-bottom: 20px;
}

a.top-bar:link {
	color: #fff !important;
}
a.top-bar:visited {
	color: #f !important;
}
a.top-bar:hover {
	cursor: pointer;
	color: #34c924 !important;
}

h3.text-sub {
	color: #34c924;
	font-size: 16px;
	font-weight: 600;
}
.small-info, .small-info p {
	font-size: 11px !important;
}
#contact {
	padding: 60px 0;
}
footer .footer-Map {
    background-color: #18191b;
    padding: 0 0;
    color: #fff;
}

#offer {
	background: #F6F6F6;
}
#offer .section-header {
    color: #444;
}
.offer-area .section-header {
  color: #666;
}
.single-offer {
  background: #f6f6f6;
  border: 1px solid #f6f6f6;
  text-align: center;
  padding: 10px;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.single-offer img {
  width: 100%;
}
.single-offer .offer-content {
  padding: 30px 10px;
}
.single-offer h4 {
  color: #34c924;
  font-size: 18px;
  text-transform: uppercase;
}
.single-offer h6 {
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  margin: 15px 0;
}
.single-offer .offer-social li {
  display: inline-block;
}
.single-offer .offer-social li a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.single-offer .offer-social i {
  color: #34c924;
  font-size: 16px;
  margin: 0 3px;
  width: 32px;
  height: 32px;
  border: 1px solid #34c924;
  line-height: 32px;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.single-offer .offer-social i:hover {
  color: #fff;
}
.single-offer .offer-social .fa-facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}
.single-offer .offer-social .fa-twitter:hover {
  background-color: #55acee;
  border-color: #55acee;
}
.single-offer .offer-social .fa-dribble:hover {
  background-color: #D34836;
  border-color: #D34836;
}
.single-offer .offer-social .fa-flickr:hover {
  background-color: #ff0084;
  border-color: #ff0084;
}
.single-offer .offer-social .fa-youtube:hover {
  background-color: #CC181E;
  border-color: #CC181E;
}
.single-offer .offer-social .fa-google-plus:hover {
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.single-offer .offer-social .fa-linkedin:hover {
  background-color: #007bb5;
  border-color: #007bb5;
}
.single-offer:hover {
  -webkit-box-shadow: 0 0 10px 1px rgba(76, 76, 76, 0.41);
     -moz-box-shadow: 0 0 10px 1px rgba(76, 76, 76, 0.41);
          box-shadow: 0 0 10px 1px rgba(76, 76, 76, 0.41);
}
.offer-link p {
	color: #666;
}
.offer-link p:hover {

}

.single-product {
  background: #f6f6f6;
  border: 1px solid #f6f6f6;
  text-align: center;
  padding: 10px;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin-bottom: 25px;
}
.single-product img {
  width: 100%;
  background-color: #fff;
}
.single-product .product-content {
  padding: 20px 10px 10px;
}
.single-product h4 {
  color: #34c924;
  font-size: 18px;
  text-transform: uppercase;
}
.single-product h6 {
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  margin: 15px 0;
}
.single-product .product-social li {
  display: inline-block;
}
.single-product .product-social li a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.single-product .product-social i {
  color: #34c924;
  font-size: 16px;
  margin: 0 3px;
  width: 32px;
  height: 32px;
  border: 1px solid #34c924;
  line-height: 32px;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.single-product:hover {
  -webkit-box-shadow: 0 0 10px 1px rgba(76, 76, 76, 0.41);
     -moz-box-shadow: 0 0 10px 1px rgba(76, 76, 76, 0.41);
          box-shadow: 0 0 10px 1px rgba(76, 76, 76, 0.41);
}
.product-link p {
  color: #666;
}
.product-link p:hover {

}
.product-content {

  } .product-content h6 {
      font-size: 12px;
      color: #ed1c24;
      text-transform: uppercase;
      margin: 0;
      text-align: left;
      font-style: italic;
  } .product-content h4 {
    font-size: 17px;
    text-align: left;
    padding-left: 10px;
    color: #666;
  } .product-content p {
    font-size: 18px;
    color: #34c924;
  } .product-content span {

  }

/*@media (min-width: 980px) {
  .carousel-inner {
    max-height: 560px;
  }
}*/

/*SUBMENU*/
.sub-menu {
  list-style: none;
}
.sub-menu li a {
    color: #ccc;
    display: block;
    font-size: 14px;
    padding: .8em 1em;
  }

@media (min-width: 768px) {
  .sub-menu {
    position: absolute;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  }
  .sub-menu li {
    display: block;
  }
  .sub-menu {
        background-color: #555;
        text-align: left;
        /*border: 1px solid rgba(255, 255, 255, .1);*/
        /*border-top: 3px solid #34c924;*/
      opacity: 0;
      visibility: hidden;
      -webkit-transform: scaleY(0);
              -moz-transform: scaleY(0);
               -ms-transform: scaleY(0);
                -o-transform: scaleY(0);
           transform: scaleY(0);
      -webkit-transform-origin: 50% 0;
               -moz-transform-origin: 50% 0;
                -ms-transform-origin: 50% 0;
                 -o-transform-origin: 50% 0;
           transform-origin: 50% 0;
    padding: 0;
    margin: 0;

  }
  li:hover > .sub-menu {
      opacity: 1;
      visibility: visible;
      -webkit-transform: scaleY(1);
              -moz-transform: scaleY(1);
               -ms-transform: scaleY(1);
                -o-transform: scaleY(1);
           transform: scaleY(1);
  }
  .sub-menu li:hover > a, .sub-menu li:hover {
    color: #34c924;
    background-color: #444;
    text-decoration: none;
  }

}

.dropdown-menu {
	background-color: #444;
	color: #34c924;
}

@media (max-width: 767px) {
  .sub-menu {
    position: relative;
  }
  .sub-menu li {
    padding-left: 0.75em;
    color: #000;
  }
  .menu-bg .sub-menu li>a, .menu-bg .sub-menu li {
    color: #ccc!important;
  }
  .menu-bg .sub-menu li>a:hover, .menu-bg .sub-menu li:hover, .sub-menu li>a:hover, .sub-menu li:hover {
    color: #34c924 !important;
  }
  .sub-menu li>a, .sub-menu li {
    color: #FFF!important;
  }
}

.sub-text {
  font-style: italic;
  font-size: 1.15em;
  font-weight: 200;
}
.price {
  margin-top: 3em;
  font-size: 1.25em;
  } .price span {
      font-size: 1.75em;
      color: #ed1c24;
  }
.img-product {
  max-width: 360px;
}

/* Produkty - tabela & przycisk więcej/mniej */
.row-produkt-info	{
	border-bottom: 1px solid #ccc;
}
.col-produkt-info-left {
	background: #ddd;
}
.col-produkt-info-right	{
	background: #eee;
}

.div-showmoreless {
	-webkit-box-shadow: 0px -15px 30px 40px #555;
	   -moz-box-shadow: 0px -15px 30px 40px #555;
	        box-shadow: 0px -15px 30px 40px #555;
	z-index: 100;
	position: absolute;
	width: 100%;
}
.btn-showmoreless {
	width: 120px;
	height: 36px;
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
	        border-radius: 50px;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	display: block;
	margin-top: -60px;
	background-color: #34c924;
	text-transform: none;
}
.btn-showmoreless:hover	{
	background-color: #5fd852;
}

.ul-li-inside li {
	list-style: inside;
}
/* ######################################### */

.navbar-sticky-offset {
	margin-top: 115px;
}



.tc-inner {
	padding: 7em 5em; }
	@media (max-width: 991px) {
		.tc-inner {
			padding: 3em; } }
	@media (max-width: 991px) {
		.tc-inner {
			padding-left: 15px;
			padding-right: 15px; } }


.nav-link {
	text-transform: none !important;
	letter-spacing: 0px !important;
	font-size: 1.5rem !important;
	font-weight: 300 !important;
}
















.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ddd;
  text-align: center;
  white-space: nowrap;
  background-color: #777;
  border: 1px solid #777;
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: -webkit-calc(2.875rem + 2px);
  height: -moz-calc(2.875rem + 2px);
  height: calc(2.875rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  -webkit-border-radius: 0.3rem;
     -moz-border-radius: 0.3rem;
          border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: -webkit-calc(1.8125rem + 2px);
  height: -moz-calc(1.8125rem + 2px);
  height: calc(1.8125rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  -webkit-border-radius: 0.2rem;
     -moz-border-radius: 0.2rem;
          border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
     -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
}











.form-control-fb {
	background: #666;
}

.btn-submit	{
	border: 1px solid #777;
	border-radius: 4px;
	background: #666;
	color: #34c924;
}
.btn-submit:hover	{
	border: 1px solid #34c924;
	background: #34c924;
	color: white;
	cursor: pointer;
}




.btn-department	{
	font-size: 1em;
	border: 0px solid transparent;
	border-radius: 4px;
	background: #5d5d5d;
	color: #34c924;
	text-transform: none;
}
.btn-department:hover	{
	font-size: 1em;
	border: 0px solid transparent;
	background: #34c924;
	color: white;
	cursor: pointer;
	text-transform: none;
}




.color-fb-white {
	color: #444;
}

a.top-bar-kontakt:link {
	color: white !important;
}
a.top-bar-kontakt:visited {
	color: white !important;
}
a.top-bar-kontakt:hover {
	cursor: pointer;
	color: #34c924 !important;
}



.custom-card {
	border-radius: 10px;
	background: transparent;
	border: 0px solid transparent;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.card-body h3 {
	color: #34c924;
}
.card-body {
	color: #eee;
	padding: 20px;
	background-color: #888;
}
.card-top .icon {
	color: #555;
}

.card-top {
	opacity: 1;
	border-radius: 10px 10px 0px 0px;
	background: #fff;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.card-bot {
	opacity: 1;
	border-radius: 0px 0px 10px 10px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.contact {
	background: #555;
}

.form-control	{
	background: #666;
}

.services	{
	background: #666;
}




@media (max-width: 575.98px) {
	.section-title-about {
		font-weight: 300;
		font-size: 2.5rem;
		color: #eee;
	}
}
@media (min-width: 576px) {
	.section-title-about {
		font-weight: 300;
		font-size: 4rem;
		color: #eee;
	}
}




.section-title-minigallery {
	font-weight: 300;
	font-size: 4rem;
	color: #333;
}

.card-bot-more {
	opacity: 0;
	color: black;
	background: #34c924;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.card-bot-more .card-bot-link-name {
	opacity: 0;
	color: black;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}


.card-bot-both {
}

.custom-card:hover .card-bot-more {
	opacity: 1;
}
.custom-card:hover .card-bot {
	opacity: 0;
}
.custom-card:hover .card-bot-more .card-bot-link-name {
	opacity: 1;
}

.card-bot-both:hover .card-bot-more {
	opacity: 1;
}
.card-bot-both:hover .card-bot {
	opacity: 0;
}
.card-bot-both:hover .card-bot-more .card-bot-link-name {
	opacity: 1;
}

.cursor-pointer {
	cursor: pointer;
}




















.loader-gif-fadein {
  -webkit-animation:   loadergiffadein 1s 0s both;
  -moz-animation:      loadergiffadein 1s 0s both;
  -o-animation:        loadergiffadein 1s 0s both;
  animation:           loadergiffadein 1s 0s both;
}
@-webkit-keyframes loadergiffadein {
  from { opacity: 0; }
  to { opacity: 1; }
}
@-moz-keyframes loadergiffadein {
  from { opacity: 0; }
  to { opacity: 1; }
}
@-o-keyframes loadergiffadein {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes loadergiffadein {
  from { opacity: 0; }
  to { opacity: 1; }
}







.loader-parent {
	position: relative;
}
.loader-child {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 150%);
}






@media (max-width: 575.98px) {
	.mini-gallery-item-resize {
		max-width: 140px;
	}
}
@media (min-width: 576px) {
	.mini-gallery-item-resize {
		max-width: auto;
	}
}
.mini-gallery-thumbnails-button-left {
	background: linear-gradient(0.25turn, #cccccc, transparent);
	border: 0px solid transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.mini-gallery-thumbnails-button-left:active {
	background: linear-gradient(0.25turn, #cccccc, transparent);
}
.mini-gallery-thumbnails-button-left:hover {
	background: linear-gradient(0.25turn, #cccccc, transparent);
}
.mini-gallery-thumbnails-button-right {
	background: linear-gradient(0.25turn, transparent, #cccccc);
	border: 0px solid transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}
.mini-gallery-thumbnails-button-right:active {
	background: linear-gradient(0.25turn, transparent, #cccccc);
}
.mini-gallery-thumbnails-button-right:hover {
	background: linear-gradient(0.25turn, transparent, #cccccc);
}







.carousel-control-prev-icon-2,
.carousel-control-next-icon-2 {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}
.carousel-control-prev-icon-2 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
.carousel-control-next-icon-2 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}


.carousel-control-prev-icon-1,
.carousel-control-next-icon-1 {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: transparent no-repeat center center;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}
.carousel-control-prev-icon-1 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
.carousel-control-next-icon-1 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}



.mini-gallery-content-box	{
	background: #ccc
}











	.slick-prev {
		left: -37px;
	}
	.slick-next {
		right: -25px;
	}
	.slick-prev:before, .slick-next:before {
		font-size: 30px;
		color: black;
	}












	.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
	}
	.custom-control-label::before {
		cursor: pointer;
	    position: absolute;
	    top: .01rem;
	    left: -0.01rem;
	    display: block;
	    width: 1.5rem;
	    height: 1.5rem;
	    pointer-events: none;
			margin-left: 0.5rem;
	    content: "";
	    background-color: #fff;
	    border: #aaaaaa solid 1px;
	}
	.custom-control-label::after {
		cursor: pointer;
    position: absolute;
    top: .01rem;
    left: -0.01rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
		margin-left: 0.5rem;
    content: "";
    background: no-repeat 50%/50% 50%;
        background-image: none;
	}

	.custom-control-input:checked ~ .custom-control-label::before {
	    color: #fff;
	    border-color: #34c924;
	    background-color: #34c924;
	}
	.custom-checkbox .custom-control-label::before {
	    border-radius: .25rem;
	}
	.custom-control-label::before, .custom-file-label, .custom-select {
	    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}

	.custom-control {
		cursor: default;
	  position: relative;
	  display: block;
	  min-height: 1.5rem;
	  padding-left: 2.5rem;
	}
	.custom-checkbox-left-col {
		flex-grow: 0;
		padding-right: 0;
		max-width: 50%;
		flex-basis: 0;
		-webkit-box-flex: 0;
	}
	.custom-checkbox-right-col {
		padding-left: 0px;
	}

.map-image {
	background: url('../adm/images/map-image.png') center;
}























.card {
	background: transparent;
	border-radius: 0px;
	border: 0px solid transparent;
}

.card-header {
	background-color: transparent;
}

.card-header:first-child {
	border-radius: 0px;
}

.accordion {
	border-radius: calc(0.5rem - 1px);
	border: 1px solid #555;
	background: #777;
}



.btn-services-hover {
	-webkit-transition: 0.5s;/* Safari */
	-o-transition:      0.5s;
	-moz-transition:    0.5s;
	transition:         0.5s;
}
.btn-services-hover:hover {
	background: #555;
	-webkit-transition: 0.5s;/* Safari */
  -o-transition:      0.5s;
  -moz-transition:    0.5s;
  transition:         0.5s;
}
.btn-services-hover:active {
	background: #555;
	-webkit-transition: 0.5s;/* Safari */
	-o-transition:      0.5s;
	-moz-transition:    0.5s;
	transition:         0.5s;
}
.btn-services-hover:focus {
	background: #555;
	-webkit-transition: 0.5s;/* Safari */
	-o-transition:      0.5s;
	-moz-transition:    0.5s;
	transition:         0.5s;
}


.form-control::placeholder	{
	color: #aaa;
}
.text-muted {
	color: #999 !important
}


.accordion-wordwrap {
	font-size: 3rem;
}
@media (max-width: 767.98px) {
	.accordion-wordwrap {
		font-size: 2rem;
	}
}






@media (max-width: 991.98px) {
	.department-margin-resize-4 {
		margin-left: 0%;
	}
}
@media (min-width: 992px) {
	.department-margin-resize-4 {
		margin-left: 10%;
	}
}


@media (max-width: 991.98px) {
	.department-margin-resize-6 {
		margin-left: 8%;
	}
}
@media (min-width: 992px) {
	.department-margin-resize-6 {
		margin-left: 16%;
	}
}


.department-smallviewport-margin {
	margin-left: 16%;
}
