@media(min-width: 1200px) {}

@media (min-width: 1200px) and (max-width: 1680px) {
	header {
		padding: 0 15px 0;
	}

	header.scroll {
		padding: 0 15px 10px;
		height: 7.729vw;
	}

	.contact {
		font-size: 15px;
	}

	.contact .button {
		margin: 10px;
	}

	.button.btn-preventivo {
		padding: 20px;
	}

	.button.btn-preventivo i {
		margin-left: 5px;
	}

	.logo {
		width: 80%;
	}

	#content-main .container {
		max-width: 87.708vw;
	}

	.condizioni-img {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
	}
}

@media(max-width: 1024px) {

	body {
		padding: 0;
		font-size: 17px;
		line-height: 25px;
	}

	/* h1, .entry-title {
		margin-top: 50px;
	} */

	#header-slideshow .glide__arrow--left {
		left: 0.5em;
	}

	#header-slideshow .glide__arrow--right {
		right: 0.5em;
	}

	.ancora {
		padding-top: 0;
	}

	.section-slide {
		top: 0;
	}

	.container-top .logo {
		text-align: center;
		margin: 0 auto;
		padding: 0;
		width: 60%;
	}

	main#site-content {
		padding-bottom: 40px;
	}

	#content-main .section-info mark {
		font-size: 23px;
		line-height: 30px;
		padding-top: 15px;

	}

	#content-main .section-info .btnInvia {
		height: auto;
		font-size: 20px;
		padding: 9px 12px;
		text-align: center;
	}

	#content-main .section-offerte .sottotitolo-offerta {
		font-size: 252px;
		line-height: 34px;
	}

	#content-main .section-info .box-info {
		float: none;
		max-width: 500px;
		padding-left: 0;
		margin: 0 auto;
		border-left: none;
	}

	#content-main .section-info .txt {
		font-size: 15px;
		line-height: 21px;
		padding-bottom: 30px;
		padding-top: 30px;
	}

	#content-main .container {
		max-width: 100%;
	}

	.box-offerta {
		margin-right: 0px;
		padding-top: 8px;
		padding-right: 10px;
		/* background: #2ed0e3; */
	}

	.content-offerta .btnInvia {
		width: 100%;
		font-size: 20px;
		padding: 12px 30px;
		text-align: center;
	}

	.container-form {
		padding: 0 15px 15px;
	}

	.freccia {
		display: none;
	}

	header {
		position: relative;
		padding: 0;
		z-index: 99;
	}

	header.scroll {
		padding: 0;
	}

	header.scroll .logo-container div {
		box-shadow: none;
		padding: 0;
	}

	.container-top {
		background: #fff;
		padding: 0 15px;
	}

	.container-button-menu {
		justify-content: center;
		/* max-height: 50px; */
	}

	.container-button-menu .navbar-toggle {
		order: 2;
		margin-right: 0;
		margin-left: 0;
		margin-top: 0;
		border-radius: 0;
		background: none;
		margin-bottom: 0;
	}

	.navbar-toggle {
		height: auto;
	}

	.navbar-toggle i {
		background: #fff;
		/* padding: 15px 10px; */
		/* width: 45px;
		height: 45px; */
	}

	.navbar-toggle .label-menu {
		position: relative;
		bottom: auto;
		margin-top: 58px;
		color: #fff;
		text-transform: uppercase;
	}

	.navbar-toggle .barra {
		width: 25px;
		margin: 0 auto 5px;
	}

	.container-button-menu .logo {
		order: 1;
		transform: scale(0.8);
	}

	.payoff {
		/* font-size: 30px; */
		width: 100%;
		margin-top: 0;
		top: 30%;
		transform: translateX(-50%);
		font-size: 18px;
	}

	.payoff strong {
		font-size: 40px;
	}

	.payoff span {
		font-size: 16px;
		line-height: 1.3;
		padding: 15px;
	}

	.mobi-buttons .navbar-toggle {
		width: auto;
		height: auto;
		padding: 9px 0;
		/* margin-top: -20px; */
	}

	header .section-slide>.img-responsive {
		max-height: 350px;
		width: auto;
		height: auto;
		max-width: 100%;
		overflow: hidden;
	}

	header img {
		margin: auto;
	}

	.navbar-nav {
		margin: 0px -15px;
	}

	.navbar-collapse {
		max-height: 390px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.adjust {
		min-height: 0;
	}

	header .menu .nav>li>a,
	header .menu .nav>li>a:link {
		text-align: center;
		margin-bottom: 10px;
		padding: 10px 0px;
	}

	header .menu .nav>li>a[data-nome_conversione="Dove siamo"] {
		display: none;
	}

	header .menu a[href="#dove_siamo"] {
		display: none;
	}

	/* per sicurezza ho aggiunto anche questa regola */

	/* mobi buttons */

	.contact.buttons {
		display: none;
	}

	.mobi-buttons {
		display: flex;
		width: 100%;
		padding: 0;
		background: #6a5d4d;
		text-align: center;
		z-index: 1000;
		justify-content: space-between;
	}

	.mobi-buttons .buttons-container {
		padding: 7px 7px 7px 12%;
	}

	.mobi-buttons.fixed {
		position: fixed;
		top: 0;
		left: 0;
		border-bottom: 1px solid #cccccc;
		padding: 0;
	}

	.mobi-buttons .menu-container {
		margin-left: 0;
		/* flex: 0 0 30%; */
		margin-top: 0;
		background: #4d4338;
		width: 60px;
		height: 60px;
	}

	.mobi-buttons .container-button-menu {
		justify-content: center;
	}

	.mobi-buttons .navbar-toggle i {
		background: #4d4338;
	}

	.mobi-buttons .navbar-toggle .barra {
		background: #fff;
	}

	.mobi-buttons .navbar-toggle .label-menu {
		color: #bbb1b2;
	}

	.mobi-buttons a {
		display: inline-block;
		/* width: 70px; */
		/* height: 50px; */
		margin-right: 30px;
		margin-bottom: -6px;
		padding: 5px 0 0;
		font-size: 12px;
		font-weight: 500;
		text-align: center;
		text-decoration: none;
		color: #fff;
		text-transform: capitalize;
	}

	.mobi-buttons a i {
		display: block;
		font-size: 20px;
		margin-bottom: -10px;
	}

	.mobi-buttons a.quote {
		color: #fff;
	}


	.container-menu {
		background: #FFF;
	}

	.main-navigation {
		flex-basis: 100%;
		padding: 7.2vh 4.43vw;
	}

	.main-navigation ul li {
		text-align: center;
	}

	.main-navigation ul li a {
		font-size: 20px;
	}

	.menu-canvas {
		flex-direction: column;
		padding-top: 0;
	}

	.menu-canvas .close {
		float: right;
		color: #c3b5b3;
		text-shadow: none;
		opacity: 1;
		align-self: flex-end;
		margin-right: 0;
		/* padding: 10px 15px 8px; */
		background: #fff;
		width: 60px;
		height: 60px;
		position: relative;
	}

	.menu-canvas .close i {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.arrow-slide {
		font-size: 30px;
		top: 40%;
	}

	.prev-next #prev:hover,
	.prev-next #next:hover {
		animation: none;
	}

	#content-main {
		background: #fff;
		z-index: 2;
		padding-top: 30px;
		margin-top: -21px;
	}

	#content-main .container {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	#content-main:before,
	#content-main:after {
		content: none;
	}

	.prev-next {
		width: 100%;
	}

	.prev-next #prev {
		margin-left: 15px;
	}

	.prev-next #next {
		float: right;
		margin-right: 15px;
	}

	.section-slide-offerta {
		position: relative;
		bottom: auto;
		margin-top: 20px;
	}

	.section-offerte .content-offerta {
		width: 100%;
	}

	.section-offerte .scadenza {
		min-height: 43px;
		background-image: url(../images/background/orologio-small.png);
	}

	.section-offerte .content-offerta .btnInvia {
		font-size: 22px;
		line-height: 22px;
		color: #fff;
		margin-top: 5px;
		margin-bottom: 70px;
		text-align: center;
		background: #917562;
		margin-top: 10px;
		padding: 8px 0;
		height: 47px;
	}

	.section-info {
		margin-top: 40px;
	}

	.textPrivacy a {
		font-size: 12px;
	}

	#site-content .txt {
		column-count: 1;
		column-gap: normal;
		text-align: left;
		line-height: 1.4;
	}

	#mappa {
		display: none;
	}

	footer {
		font-size: 17px;
		line-height: 25px;
		text-align: center;
		padding: 10px 0 30px;
	}

	footer img {
		margin: 0 auto;
	}

	.vb {
		font-size: 19px;
	}

	footer .credits {
		font-size: 13px;
	}

	footer .cliccaqui {
		float: none;
		margin: 20px auto;
	}

	footer .contact {
		float: none;
		min-height: 44px;
		margin: 20px 0;
		text-align: center;
	}

	footer .contact a {
		display: block;
		font-size: 17px;
		padding: 20px 0;
	}

	mark {
		font-size: 30px;
		line-height: 36px;
	}

	.is-table-row [class*="col-"] {
		display: block;
	}

	.cycle-pager {
		text-align: center;
	}

	h1,
	.entry-title {
		font-size: 33px;
		text-align: left;
		margin-bottom: 40px;
	}

	#content-main .section-offerte .sottotitolo-offerta {
		font-size: 23px;
		text-align: left;
		line-height: 1.1;
		margin-bottom: 20px;
	}

	#content-main .section-info mark {
		font-size: 28px;
	}

	.section-slide .cycle-slideshow {
		margin-top: 0;
	}

	#content-main .section-info mark {
		margin: 0;
	}

	#quote .wrapper {
		flex-direction: column;
		padding: 0 15px 40px;
		max-width: 100%;
	}

	.container-form {
		padding: 0 0 15px;
	}

	#quote .wrapper .col-dx {
		margin-left: 0;
	}

	.condizioni {
		font-size: 17px;
		margin: 0 auto;
		padding: 0 20px;
		text-align: left;
	}

	.condizioni h2 {
		font-size: 34px;
	}

	.condizioni ul {
		margin: 20px 0 10px 40px;
	}

	.condizioni ul li {
		margin-bottom: 20px;
		padding-left: 10px;
	}

	.condizioni ul li::before {
		right: auto;
		left: -30px;
	}

	.condizioni::after,
	.condizioni-img {
		display: none;
	}

	.credits div {
		text-align: center !important;
		margin-bottom: 15px;
	}

	.main-navigation a[href="#dove_siamo"] {
		display: none;
	}

	.icon-edt-pen.visibleIcon {
		transform: translateY(-17%) !important;
	}

	#quote .instructions,
	#quoteModal .instructions {
		font-size: 25px;
		line-height: 1.2;
		margin: 0 15px;
	}

	.owl-wrapper {
		margin: 0 auto;
	}

	.owl-stage {
		display: flex;
	}

	#quote .wrapper .col-dx {
		order: 1;
		margin-bottom: 30px;
	}

	#quote .wrapper .col-sx {
		order: 2;
	}

	#quote {
		margin: 0 0 30px;
		padding-top: 70px;
		padding-bottom: 0;
	}

	#quote mark {
		font-size: 47px;
		line-height: 1;
		margin-bottom: 30px;
	}

	#quote .wrapper::before {
		display: none;
	}

	.cta-mobile-wrapper {
		display: flex;

		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 100;
	}

	.cta-mobile-wrapper>* {
		flex: 1 1 100%;
	}

	.cta-mobile {
		display: flex;
		align-items: center;
		justify-content: center;

		background: #b93130;
		padding: 25px 20px;
		text-align: center;
		color: #fff !important;
		text-decoration: none !important;
		text-transform: uppercase;
		font-size: 21px;
		border-top: 1px solid #fff;
	}

	.cta-mobile i {
		vertical-align: middle;
	}

	.cta-mobile--booking {
		background: #b93130;
		font-weight: 700;
	}
}

@media(max-width: 1199px) and (min-width: 768px) {
	.mobi-buttons .buttons-container {
		padding: 7px;
	}
}