.topcta {
	margin-top: 27px;
}

.clicktoplay {
		position: absolute;
		right: -46px;
		top: 13px;
		height: 23px;
		width: 140px;
		background-color: var(--jtcafe-color-primary);
		color: #fff;
		transform: rotate(45deg) scale(1) skew(1deg) translate(0);
		text-align: center;
		font: bold 11px Arial;
		line-height: 23px;
		border: 1px solid #000;
		box-shadow: 1px 1px 7px rgba(0,0,0,.58);
		z-index: 1;
	}
	
	div.clicktoplay::after {
		content: "VR 360°";
	}
	
	form#contatto-start_page input, form#contatto-start_page textarea, form#contact-start_page input, form#contact-start_page textarea {
	border: 2px solid #cecece!important;
}

:root {
	--background-section: #f1f1f1;
	--border-section: #d3d3d3;
}

a.blank[target="_blank"]:after {
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	content: "\f35d";
	margin-left: 7px;
	margin-right: 7px;
}

a.blank[target="_blank"]:hover:after {
	color: var(--primary);
}

img.hero-home {
	width: 100%;
	height: auto;
}

.headline_home {
	font-family: var(--header-font-family)!important;
	font-weight: var(--jtcafe-font-weight-light);
	color: #4b4b4b;
}

ul.mod-list li a, .page-header h1 a, .page-header h2 a, .page-header h3 a, .page-header h4 a {
	color: var(--body-color);
	text-decoration: none;
}

ul.mod-list li a:hover, .page-header h1 a:hover, .page-header h2 a:hover, .page-header h3 a:hover, .page-header h4 a:hover {
	color: var(--jtcafe-color-link);
	text-decoration: none;
}

section.portfolio, section.sectionfull {
	padding: 30px 0;
}



.item-pagefull div.page-header h1 {
	text-align: center;
}

section.portfolio:nth-child(even) {
	background-color: var(--background-section);
	border-bottom: 1px solid var(--border-section);
	border-top: 1px solid var(--border-section);
}

.space_background {
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
}

.color-primary {
	color: var(--jtcafe-color-primary);
}

#page .h1nocol div.page-header h1 {
	text-align: center;
}

/* @group Animazioni */

    .card picture, .hover-opacity {
        opacity: 1;
		transition: opacity 0.3s ease;
	}
	.card:hover picture {
        opacity: 0.8;
    }
    .hover-opacity:hover {
        opacity: 0.5;
    }

@keyframes fadeIn {
from {
	opacity: 0;
}

to {
	opacity: 1;
}
}

.fadeIn {
	animation: fadeIn 1s ease-in-out; /* Usa 'fadeIn' invece di 'fade-in' */
}
@keyframes zoomIn {
0% {
	transform: scale(1);
}

100% {
	transform: scale(1.05);
}
}

.zoom {
    animation: zoomIn 10s ease-out forwards;
}

/* @end */

/* @group Carousel */

.carousel-caption {
	max-width: 1140px;
	text-align: center;
	top: 50%;
	padding: 0;
	margin-right: auto;
	margin-left: auto;

}

.carousel-caption img.carlogo {
  object-fit: contain;
  max-width: 100px;
  margin-top: -60px;
}

@media (min-width: 480px) {
  .carousel-caption img.carlogo {
    max-width: 150px;
    margin-top: -70px;
  }
}

@media (min-width: 576px) {
  .carousel-caption img.carlogo {
    max-width: 180px;
    margin-top: -80px;
  }
}

@media (min-width: 768px) {
  .carousel-caption img.carlogo {
    max-width: 180px;
    margin-top: -60px;
  }
}

@media (min-width: 992px) {
  .carousel-caption img.carlogo {
            max-width: 272px;
        margin-top: -100px;
  }
}

@media (min-width: 1200px) {
  .carousel-caption img.carlogo {
    max-width: 345px;
    margin-top: -130px;
  }
}

@media (min-width: 1400px) {
  .carousel-caption img.carlogo {
    max-width: 415px;
    margin-top: -180px;
  }
}




/* @end */

/* @group Gridgallery */
.gallery_thumb {
    position:relative
}
div.gridgallery span.gglight {
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis
}
div.gridgallery a img {
    padding: 1px;
    margin: 0;
}

.gallerybottom div.gridgallery {
    background-color:transparent
}

div.gridgallery {
    display: block !important;
    float: left;
    padding: 0;
    width: 100%;
    color:#fff
}

div.gridgallery span.gglight {
    width: 100%;
    text-align: center;
    font-size: .8rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    padding:0 6px
}
/* @end */

/* @group Right menu Group */

.mod-finder {
	margin-bottom: 10px;
	margin-top: 70px;
}

.rightmenu h6, .blog_menu h6 {
	color: var(--jtcafe-color-primary);
	font-family: var(--font-sans-serif) !important;
	margin-bottom: 10px;
	margin-top: 30px;
	padding-bottom: 5px;
}

.rightmenu ul, .blog_menu ul {
	padding: 0;
	margin: 0 0 30px;
}

.rightmenu ul li {
	position: relative;
	border-bottom: 1px solid var(--main-menu-bg-sub-level-color);
}

.rightmenu ul li, .blog_menu ul li {
	border-top: 1px solid #d8d8d8;
}

.rightmenu ul li a {
	text-align: left;
	transition: 0.2s;
	font: 14px var(--main-menu-font-family-sub-level);
	color: var(--main-menu-text-sub-level-color);
	padding: 10px 10px 10px 15px;
	vertical-align: center;
}

.blog_menu ul li a {
	font: 12px/150% var(--main-menu-font-family-sub-level);
	color: var(--main-menu-text-sub-level-color);
	padding: 7px 0;
	display: block;
}

.rightmenu ul li.current.active a::before {
	content: "";
	position: absolute;
	top: 0;
	left: -1px;
	width: 3px;
	height: 100%;
	background-color: var(--main-menu-color);
	transform: scaleY(1);
}

.rightmenu ul li a:hover, .rightmenu ul li.active a {
	color: var(--main-menu-color)!important;
	background-color: var(--main-menu-bg-sub-level-color-hover);
}

.pop_tags a {
	font: bold 11px Arial, Helvetica, Geneva, sans-serif;
}

/* @group Anim Right border */

.rightmenu ul li a::before {
	content: "";
	position: absolute;
	top: 0;
	left: -1px;
	width: 3px;
	height: 100%;
	background-color: var(--main-menu-color);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}

.rightmenu ul li a:hover::before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

/* @end */

/* @end */

/* @group Footer Group */

footer.footer {
	background-color: var(--jtcafe-bg-footer);
	margin-top: 70px;
	color: var(--jtcafe-bg-color);
}

.socialshare {
	border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}

div.lorem small {
	color: rgba(255, 255, 255, 0.3);
	font-size: 10px;
}

ul.footer-contact {
	font-size: 15px;
}

ul.footer-contact li i.fas {
	color: white;
}

ul.footer-contact a:link, ul.footer-contact a:visited {
	color: var(--jtcafe-bg-color);
}

ul.footer-contact a:hover, ul.footer-contact a:active {
	color: white;
}

ul.nav.justify-content-center.justify-content-lg-end li.nav-item a {
	padding-bottom: 0;
	padding-top: 0;
	margin-top: 5px;
}

/* @end */

@media (max-width: 767px) {
	.reverse div.feature-box-icon {
		margin-right: 10px;
		margin-left: 0;
		float: left;
	}
	
	.reverse .feature-box-info {
		padding-left: 50px;
		margin-bottom: 20px;
	}
	/*}
	@media (max-width: 768px) {*/
	
	div.subherocaption {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font: 20px var(--header-font-family);
		color: white;
		padding: 4% 0;
		margin-right: auto;
		margin-left: auto;
		text-align: center!important;
		text-shadow: 0 0 1px #ffffff;
	}
	
	.space_background {
		background-size: 200%!important;
		box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.3);
	}
	
	.headline_home {
		font-size: 15px;
	}
	
	.right, .left {
		margin: 10px auto 20px;
		display: block;
		float: none;
		width: 100%;
		height: auto;
	}
	
	.navbar-light .navbar-toggler {
		color: rgba(0, 0, 0, 0.55);
		border-color: white;
		padding: 2px;
	}
	
	.navbar-light .navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}
}
@media (min-width: 768px) {
	/* @group Sbutopmenu */
	
	.submenu {
		border-bottom: 1px solid #f0f1ec;
		height: 40px;
		background-color: rgba(0, 0, 0, 0.04);
	}
	
	.submenu ul {
		text-align: center;
		margin: 0;
		padding: 0;
	}
	
	.submenu ul li {
		display: inline-block;
		padding-top: 9px;
	}
	
	.submenu ul li a {
		color: #777777;
		border-right: 1px solid #e3e3e1;
		font-size: 14px;
		padding: 0 15px;
	}
	
	.submenu ul li:last-child a {
		border: none;
	}
	
	.submenu ul li a:hover {
		color: var(--jtcafe-color-link);
		background: none;
	}
	
	.submenu ul li.active {
		color: var(--jtcafe-color-link);
		border-bottom: 2px solid var(--jtcafe-color-link);
		padding-bottom: 5px;
		background-color: rgba(255, 255, 255, 0.52);
	}
	
	/* @end */
	
	.mod-finder .btn-primary {
		padding: 5px 10px;
		min-width: 40px;
	}
	
	.mod-finder input {
		padding: 5px 5px 5px 10px;
		width: 100%;
	}
	
	li.breadcrumb-item.text-truncate {
		max-width: 250px;
	}
	
	.headline_home {
		font-size: 28px;
	}
	
	.right {
		float: right;
		margin-left: 20px;
		margin-bottom: 20px;
		clear: right;
		max-width: 45%;
		height: auto;
	}
	
	.left {
		float: left;
		margin-right: 20px;
		margin-bottom: 20px;
		clear: left;
		max-width: 45%;
		height: auto;
	}
	
	div.breadcrumbar {
		border-bottom: 1px solid var(--border-section);
		background-color: var(--background-section);
		margin-bottom: 20px;
		color: #6c757d;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	
	.mod-breadcrumbs.breadcrumb {
		background-color: transparent;
		font-size: 14px;
	}
	
	.breadcrumb a {
		color: black;
		text-decoration: none;
	}
	
	.breadcrumb a:hover {
		text-decoration: underline!important;
	}
	
	div.subherocaption {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		color: white;
		padding: 3.35% 0;
		font-family: var(--header-font-family);
		font-weight: var(--jtcafe-font-weight-light);
		font-size: 24px;
		text-shadow: 0 0 1px #ffffff;
	}
	
	div.container.relative {
		position: relative;
	}
	
	ul#languages-box {
		font-size: 10px;
		line-height: 10px;
		position: absolute;
		top: -3px;
		right: 22px;
	}
	
	ul#languages-box li a {
		font-size: 10px;
		line-height: 10px;
	}
	
	
	ul.nav.justify-content-center.justify-content-lg-end li.nav-item:last-child a {
		border-left: 1px solid var(--jtcafe-bg-color);
	}
	
	ul.footer-contact li i.fas {
		float: left;
		margin-bottom: 11px;
		margin-top: 4px;
		padding-right: 6px;
	}
}

@media (min-width: 992px) {
	li.breadcrumb-item.text-truncate {
		max-width: 500px;
	}
	
	div.subherocaption {
		font-size: 30px;
	}
}

@media (min-width: 1200px) {
	.submenu {
		height: 46px;
		background-color: rgba(0, 0, 0, 0.04);
	}
	
	.submenu ul li a {
		font-size: 18px;
	}
	
	.submenu ul li.active {
		padding-bottom: 8px;
	}
	
	li.breadcrumb-item.text-truncate {
		max-width: 700px;
	}
	
	div.subherocaption {
		font-size: 36px;
		padding: 40px 0;
	}
}
@media (min-width: 1400px) {
	
}

@media (max-width: 576px) {
	div.subherocaption {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		color: white;
		padding: 4% 0;
		font: bold 14px var(--font-sans-serif);
		margin-right: auto;
		margin-left: auto;
		width: 100%;
		text-align: center!important;
		text-shadow: none;
	}
}

/* @group Logo navbar */

a.navbar-brand {
	background: url(../images/logo-top.svg) center center no-repeat;
	width: 100px;
	height: 50px;
	padding: 0;
	margin: 0;
}

@media (min-width: 768px) {
	a.navbar-brand {
	background: url(../images/logo-top.svg) center center no-repeat;
	width: 120px;
	height: 100px;

	}
}






/* @end */