@font-face {
   font-family: 'Rubik';
   font-style: normal;
   font-weight: 400;
   src: local(''),
        url('../fonts/Rubik-VariableFont_wght.ttf') format('ttf'), /* Chrome 26+, Opera 23+, Firefox 39+ */
 }
body {
  min-height: 800px;
  
  background-color: #fff;
  font-family: 'Rubik',sans-serif;  
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
}

.bg-grey {
	background-color: #fcfcfc;
}


.top-logo img {
  padding: 10px 0;
}

.staff {
	padding: 20px 0;
}

.staff h3 {
	color: #007e94;
}

.staff .item img {
    max-width: 250px;
 
} 

.staff .item .image-block{
	position: relative;
  padding: 20px 0;
}

.staff .item .dot {
	background-image: linear-gradient(45deg,rgba(0, 126, 148, 0.2) 0%,#000E4400 45%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 2;
}



.staff .product-title {
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 20px;
}

.staff .product-title a {
	color: #007e94;
}

.staff .product-title a:hover {
	opacity: 0.6;
}

.top-info .nav-item.book-btn {
  padding-top: 30px;
}

.staff  .intro {
  font-size: 12px;
}

.top-right .nav-pills .nav-link {
    display: inline;
  }

.top-right .nav-pills .nav-link span {
  padding: 0 10px;
}

.top-info .nav-link {
	color: #007e94;
	font-size: 0.9rem;
   -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  padding-bottom: 0;
}

.top-info .nav-link:hover {
	filter: alpha(opacity=1);
  opacity: 1;
}

.top-info .nav-link.tel {
  padding: 0;
}

.top-info .btn-primary {
	color: #fff;
	background-color: #007e94;
}

.top-info .btn-primary:hover {
	color: #888;
	border-color: #888;
	background-color: transparent;
}

.top-info .nav-item {
	padding:34px 0;
}

.shop-carousel {
	margin-bottom: 20px;
}

.separator { 
 
}

.news {
  padding-bottom: 20px;
  padding-top: 20px;
  background-color: #fcfcfc;
}

.news .product-title {
  margin-left: -15px;
  margin-right: -15px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 5px 10px;
  filter: alpha(opacity=0.3);
  opacity: 0.5;
   -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.news .product-title:hover, .news .item-inner:hover .product-title{
	filter: alpha(opacity=1);
  opacity: 1;
}

.news .item-inner {
	background-color: #fff;
  padding: 15px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  border-radius: 10px;
  padding-top: 0;
  min-height: 200px;
}

.news .item-inner .intro {
	font-size: 12px;
  min-height: 90px;
}

.news .item-inner:hover {
  box-shadow: none;
}

.news h2 {
	color: #6b744d;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.news .btn-success {
	border-color: #6b744d;
	color: #6b744d;
	background-color: transparent;
}

.shop-carousel .tns-nav {
  text-align: center;
  margin: 10px 0;
}

.shop-carousel .tns-carousel [data-controls] {
	position: absolute;
	top: 50%;
	width: 2.75rem;
	height: 2.75rem;
	margin-top: -1.375rem;
	transition: all .3s ease-in-out;
	border: 1px solid #e3e9ef;
	border-radius: 50%;
	background-color: #fff;
	font-size: .8085rem;
	line-height: 2.625rem;
	text-align: center;
	z-index: 10;
}


.shop-carousel .tns-nav > [aria-controls] {
	width: 9px;
	height: 9px;
	padding: 0;
	margin: 0 5px;
	border-radius: 50%;
	background: #ddd;
	border: 0;
}

.shop-carousel .tns-nav > .tns-nav-active {
	background: #999;
}

.shop-carousel .news-carousel {
  position: relative;
}

.shop-carousel .control {
	list-style: none;
}

.shop-carousel .control li {
	position: absolute;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	width: 2.75rem;
	height: 2.75rem;
	margin-top: -1.375rem;
	transition: all .3s ease-in-out;
	border: 1px solid #e3e9ef;
	border-radius: 50%;
	background-color: #fff;
	font-size: .8085rem;
	line-height: 2.625rem;
	text-align: center;
	color: #000;
}

.shop-carousel .control li:hover {
	color: #555;
}

.shop-carousel .control li.prev {
	left: -35px;
}

.shop-carousel .control li.next {
	right: -35px;
}

.news-carousel .image-block {

  text-align: center;
  margin-bottom: 20px;
}

.shop-carousel .product-title a {
  color: #fff;
  font-weight: 500;
}

.shop-carousel .image_block {
  overflow: hidden;
  position: relative;
}

.shop-carousel .jshop_img {
	
}

.shop-carousel .jshop_img:hover {
  transform: scale(1.2);
}

.shop-carousel .jshop_img {
  transition: transform .2s;

}

.btn-success {
  color: #fff;
  background-color: #222;
  border-color: #222;
}

.btn-success:hover {
  color: #fff;
  background-color: #666;
  border-color: #666;
}

.page {
	min-height: 800px;
	
}

.home-page {
	background: url('../img/bg_cement.jpg') no-repeat bottom right;
	padding: 20px 0;
}
.bg_yellow {
	background: url('../img/bg_yellow.png') no-repeat top right;
}

.bg_black {
	background: url('../img/bg_black.png') no-repeat bottom left;
}

.offcanvas-header a i {
	color: #fff;
}

.overflow-fade {
	overflow-x:hidden;
}

.navbar-toggler {
    border: 0;
    box-shadow: none;
}
.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler span {
    display: block;
    background-color: rgba(0, 126, 148, 1);
    height: 3px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.2s ease-out;
    transform-origin: left center;
}

.home .navbar-toggler span {
    display: block;
    background-color: #fff;
    height: 3px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.2s ease-out;
    transform-origin: left center;
}

.navbar-light .navbar-toggler-icon {
     background-image: none;
}
.navbar-toggler span:nth-child(1) {
    margin-top: 0.3em;
}
.navbar-toggler:not(.opened) span:nth-child(1){
    transform: translate(0%, 0%) rotate(0deg) ;
}
.navbar-toggler:not(.opened) span:nth-child(2) {
    opacity: 1;
}
.navbar-toggler:not(.opened) span:nth-child(3) {
    transform: translate(0%, 0%) rotate(0deg) ;
}
.navbar-toggler span:nth-child(1) {
    transform: translate(15%, -33%) rotate(45deg);
}
.navbar-toggler span:nth-child(2) {
    opacity: 0;
}
.navbar-toggler span:nth-child(3) {
    transform: translate(15%, 33%) rotate(-45deg) ;
}




.btn-book-excursion {
	margin: 20px;
	text-transform: uppercase;

}

.btn.submit {
	
	text-transform: uppercase;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #007e94;
}

.modal-header.alert-notice {
  --bs-alert-color: var(--bs-primary-text);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;

}


.alert-error{
    color: #842029;
    background-color: #f8d7da;
}

.navbar-toggler {
  color: rgba(0, 126, 148, 1);
  border-color:rgba(0, 126, 148, 1);
}

.nav-top {
	padding: 0;
	position: relative;
	z-index: 1030;
	background-color: #007e94;

}


.navbar .nav-item .nav-link {
	color: #fff;

}

.navbar .nav-item .nav-link.active {
  color: #007e94;
	background-color:#fff;  

}

.navbar .nav-item:hover .nav-link{ 
	color: #ccc;  

}

.bd-navbar {
  padding: .75rem 0;
  background-color: transparent;
 
}

#top-nav  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}


.nav-top.home {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: transparent !important;
}

.nav-top.home .nav-item .nav-link {
  color: #fff;
}

.nav-top.home .nav-item .nav-link:hover {
  opacity: 0.7;
}


#home-banner .item {
	text-align: center;
	padding: 20px 0;
}

#home-banner .item .intro .inner {
	  color: #fff;
		text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
		margin-bottom: 40px;
}

.btn-primary {
	  border-color: #007e94;
	  color: #007e94;
	  background-color:transparent;
}


.hero_scroll {
  position: relative;
  top: 30px;
  display: block;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  color: #fff;
  font-size: 50px;
}

.home-page .intro {
	padding: 50px 20px;
	color: #555;
}

.home-page .intro h1 {
	position: relative;
  margin: 0;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 10px;
  padding-bottom: 2px;
  background: #dedd29;
}

.home-page .intro h1::after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  right: -60px;
  border-width: 30px;
  border-color: transparent transparent transparent #dedd29;
  border-style: solid;
 
}

.home-page .intro h1 a {
	color: #222;
	text-transform: uppercase;
}

.home-page .intro .btn {
	text-transform: uppercase;
	background-color: #111;
  color: #fff;
  font-style: normal;
  font-size: 16px;
}


.home-page .intro p {
	line-height: 66px;
	font-size: 25px;
	letter-spacing: 6px;
	font-style: italic;
	font-weight: 600;
	color: #555;
}

.page-left-module {
  min-height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}


.page-left-module .hover-bg {
   background-image: linear-gradient(120deg,rgba(0, 126, 148, 0.3) 50%,#000E4400 36%);
}

.page-left-module .intro {
	padding: 150px 20px;
	color: #fff;
  margin: 50px 0;
	font-weight: 600;
  color: #fff;
  line-height: 49px;
  font-size: 20px;
  letter-spacing: 4px;
  font-weight: 600;
  max-width: 600px;
}

.page-left-module .intro h3 {
	position: relative;
  margin: 0;
  color: #fff;
  font-size: 2.5rem;
  text-transform: uppercase;
}



.page-right-module {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.page-right-module .hover-bg {
   background-image: linear-gradient(120deg,#000E4400 50%,rgba(169,0,142, 0.3) 36%);
}

.page-right-module .intro {
	text-align: right;
	padding: 150px 20px;
	color: #fff;
  margin: 50px 0;
  line-height: 66px;
	font-size: 25px;
	letter-spacing: 6px;
	font-weight: 600;
}

.page-right-module .intro h3 {
	position: relative;
  margin: 0;
  color: #fff;
  font-size: 2.5rem;
  text-transform: uppercase;
}

.box-book {
	background-color: #fdfdfd;
	margin-bottom: 20px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.box-book .inner {
	padding: 15px;
	text-align: center;
}

.box-book  h3 {
	padding: 15px;
	font-size: 20px;
}



.box-book.ncc .btn {
	background-color: #009b90;
	color: #fff;
}

.box-book.taxi .btn {
	background-color: #6ec3bf;
	color: #fff;
}

#col-item {
	padding-top: 20px;
}

.cat-menu {
	background-color: #fdfdfd;
	margin-bottom: 20px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.cat-menu h3 {

	color: #007e94;
	padding: 15px;
	font-size: 20px;
	text-transform: uppercase;
	
}

.cat-menu a {
	color: #000;
}

.cat-menu .nav-link.active {
	background-color: #007e94;
	border-radius: 0;
}

.cat-menu .nav-link.active a {
	color: #fff;
}

.box-preventivo {
	border: 1px solid #ccc;
	padding: 15px;
	margin-bottom: 20px;
	background-color: #fdfdfd;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);

}

.box-preventivo h3 {
	font-size: 18px;
}

.page .title h1{
	min-height: 30px;
	text-transform: uppercase;
  margin: 0;
  color: #fff;
  font-size: 22px;
  padding: 10px;
  margin-bottom: 15px;
}

.page .icon .title h1 {
	text-transform: uppercase;
  margin: 0;
  color: #fff;
  font-size: 22px;
  padding: 10px;
  padding-left: 95px;
  margin-bottom: 15px;
}

.page .title h1 img {
	height: 100px;
	margin-right: 10px;
}

.page .title h1 small {
	text-transform: none;
	font-size: 14px;
}

.page-intro.img .title {
	background-image: linear-gradient(120deg,rgba(0, 126, 148, 0.2) 50%,#000E4400 36%);
}


.page-intro.img .inner {
  padding: 150px 20px;
  color: #fff;
  line-height: 66px;
  font-size: 25px;
  letter-spacing: 6px;
  font-weight: 600;
}

.page-intro {
	padding: 0;
  margin-top: 20px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #007e94;
}

.page-intro.img {
	margin-top: 0px;
}


.page-intro .title.no-icon h1 {
	margin: 0;
	padding: 10px;
}

.page-intro img {
    background-color: #fff;
  float: left;
  height: 80px;
}

.page .full {

}

.page-intro.img .title h1 {
	
}

.article h2 {
  font-size: 22px;
  color: #007e94;
  text-transform: uppercase;
  margin-top: 0px;
  padding: 10px 0;
}

.article ul {
	list-style: none;
}
.article ul li {
	margin-bottom: 10px;
}

.article ul li::before {
  content: "\2022";
  color:#1b5e59;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

.article-list .item {
	text-align: center;
	margin-bottom: 30px;
	padding: 15px;

	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	
	
}

.article-list .item .icon {
	
}

.article-list .item:hover {
	box-shadow: none;
}

.article-list .item h3 {
	text-transform: uppercase;
	padding: 10px;
	min-height: 60px;
	margin-bottom: 0;
	font-size: 20px;
}

.article-list .item h3 a {
	color: #6b744d;
	
}

.article-list .item h3 a:hover {
	opacity: 0.8;
}

.article-list .item .intro {
	padding-bottom: 15px;
}

.article-list .item img {
	width: 150px;
}

.article-list .item img:hover {
	opacity: 0.6;
}

.article-list .item .inner {
	padding: 10px;
	font-size: 14px;
	min-height: 80px;
	overflow: hidden;
	margin-bottom: 15px;
	color: #888;
	
}

.btn-light {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}

.page.services .row.list{
	margin-top: 20px;
}


.page.services .row.list.news {
	background-color: #fff;
}


.gallery #gallery-flters {
  list-style: none;
  margin-bottom: 20px;
}

.gallery #gallery-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.gallery #gallery-flters li:hover,
.gallery #gallery-flters li.filter-active {
  background: #47b2e4;
  color: #fff;
}

.gallery .gallery-item {
  margin-bottom: 30px;
}

.gallery .gallery-item .gallery-img {
  overflow: hidden;
}

.gallery .gallery-item .gallery-img img {
  transition: all 0.6s;
}

.gallery .gallery-item .gallery-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  bottom: 0;
  z-index: 3;
  right: 12px;
  transition: all 0.3s;
  background: rgba(0,0,0, 0.8);
  padding: 10px 15px;
}

.gallery .gallery-item .gallery-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.gallery .gallery-item .gallery-info p {
  color: #f9fcfe;
  font-size: 14px;
  margin-bottom: 0;
}

.gallery .gallery-item .gallery-info .preview-link,
.gallery .gallery-item .gallery-info .details-link {
  color: #fff;
  text-align: center;
  font-size: 18px;
}

.gallery .gallery-item .gallery-info .preview-link:hover,
.gallery .gallery-item .gallery-info .details-link:hover {
  opacity: 0.8;
}

.gallery .gallery-item .gallery-info .details-link {
  right: 10px;
}

.gallery .gallery-item:hover .gallery-img img {
  transform: scale(1.15);
}

.gallery .gallery-item:hover .gallery-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# gallery Details
--------------------------------------------------------------*/
.gallery-details {
  padding-top: 40px;
}

.gallery-details .gallery-details-slider img {
  width: 100%;
}

.gallery-details .gallery-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.gallery-details .gallery-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #47b2e4;
}

.gallery-details .gallery-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #47b2e4;
}

.gallery-details .gallery-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
}

.gallery-details .gallery-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.gallery-details .gallery-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.gallery-details .gallery-info ul li+li {
  margin-top: 10px;
}

.gallery-details .gallery-description {
  padding-top: 30px;
}

.gallery-details .gallery-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.gallery-details .gallery-description p {
  padding: 0;
}

#col-item.sticky-top {
	top: 20px;
}

#category {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,6b744d+100&1+0,0.4+100 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(107,116,77,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding-top: 20px;
	padding-bottom: 20px;
}

#category h2 {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 15px;

}

#category h2 a {
	color: #6b744d;
}

#category h3 a:hover {
	opacity: 0.8;
}

#home-services {
	padding: 20px 0;
}

#home-services .item-img {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	min-height: 500px;
	margin-bottom: 20px;
}

#home-services .item .intro {
	min-height: 250px;
	line-height: 2;
}

#home-services .item h3 {
	text-transform: uppercase;
}

#home-services .item h3 a {
	color:#1b5e59
}

#module-20 h3 {
	text-align: center;
	text-transform: uppercase;
}

.contact {
	background-color: #EFEFF0;
	margin-bottom: 15px;
}



#footer {
	padding: 20px 0;
  color: #007e94;
  background-color: #fcfcfc;
}

#footer .nav li a {
	color: #007e94;
	padding-left: 0;
	opacity: 0.6;
}

#footer .nav li a:hover {
	opacity: 1;
}

#footer .nav li a.active {
	opacity: 1;

}

#footer .nav li .dropdown-item {
	color: #212529;
	padding: .25rem 1rem;
}

#logo-footer {
	text-align: center;
}

#footer .dati {
	margin-top: 20px;
}


@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } 
}



@media (min-width : 992px) {
.navbar-expand-lg .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}



.navbar-expand-lg .offcanvas .offcanvas-header {
  display: none;
}

.navbar-expand-lg .navbar-nav {
  flex-direction: row;
}

.navbar-expand-lg .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

}
@media (max-width : 992px) {
  .offcanvas {
    width : 80% !important;
    background-color: #007e94;
  }

  .offcanvas-title {
  	color: #fff;
  }

  .offcanvas-body {
  	background-color: #fff;
  }

  .offcanvas-start-lg {
    top          : 0;
    left         : 0;
    border-right : 1px solid rgba(0, 0, 0, .2);
    transform    : translateX(-100%);
  }

  #offcanvasNavbar2 .nav-item .nav-link {
  color: #555;
}

#offcanvasNavbar2 .nav-item .nav-link.active {
  color: #007e94;
}


}



@media all and (min-width: 1600px) {
	#carousel-home .logo-carousel {
		max-width: 500px;
		position: relative; 
		left: 50%;
		top: 15%;
		transform: translateX(-50%);
	}


	#carousel-home .carousel-item {
		min-height: 800px;
	}
}

@media all and (min-width: 992px) {
	#top-nav .navbar .dropdown-menu-end{ right:0; left: auto;  }
	#top-nav .navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
	#top-nav .navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
	#top-nav .navbar .dropdown-menu.fade-up{ top:180%;  }
	#top-nav .navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }

	.autohide{
		  position: fixed;
	    top: 0;
	    right: 0;
	    left: 0;
	    width: 100%;
	    z-index: 1030;
		}

		.scrolled-down{
		  transform:translateY(-100%); transition: all 0.3s ease-in-out;
		}
		.scrolled-up{
		  transform:translateY(0); transition: all 0.3s ease-in-out;
		}

}



@media (max-width: 991.98px){

  .page-left-module {
	  background-position: center right;
	}

	.page-right-module {
	  background-position: center left;
	}

	.top-info .nav-item.book-btn {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
		z-index: 999999;
    padding: 5px;
	}

	.top-info .nav-link {
	  font-size: 0.8rem;
	}

	.top-logo {
		background-color: #fff;
    margin-bottom: 0 !important;
	}

	.top-right {
		padding: 0;
	}

  .top-info .nav-item {
    padding: 10px 0;
  }

  .top-right .nav-pills .nav-link span {
    padding: 0 5px;
  }

  .home-page .intro h1 {
  	font-size:26px;
  	margin-bottom: 20px;
  }

  .home-page .intro h1::after {
  	display: none;
  }

 .home .offcanvas-body .nav-item .nav-link {
  color: #333;
}
 

  .navbar .nav-item .nav-link {
  	padding: .5rem 1rem;
  }
	

  .home-page .intro {
  	  padding: 20px 5px;
  }

	.home-page .intro p {
	  line-height: normal;
	  font-size: 16px;
	  letter-spacing: normal;
	}

	.article-list .item h3, .article-list .item .inner { 
 
    min-height: 0;
  }

  #footer .col-md-3 {
  	margin-bottom: 15px;
  }
}


@media screen and (max-width: 768px) {
		.navbar {
		display: flex;
		flex-wrap: wrap;
		}
		.navbar-brand {
			width: 100%;
			text-align: center;
			padding: 0;
		
		}
		.navbar-toggler {
		  position: absolute;
			right: 20px;
			top: 20px;
		}
}

@media (max-width: 575.98px) { 
  
  #custom-control-related {
  	display: none;
  }

	.nav-top {
    background-color: #fff!important;
  }

  #footer {
  	text-align: center;
  }


	#carousel-home .logo-carousel {
		top: 8%;
		max-width: 250px;
	}

	#carousel-home .carousel-item {
		 min-height: 500px;
	}
   
	#carousel-home .carousel-caption {
		left: 0;
		right: 0;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.3+0,0.8+100 */
		background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
		padding-left: 15px;
		padding-right: 15px;
		bottom: 0;
		padding-bottom: 80px;
  }



}

