
@media(min-width: 1200px) {

}

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

	header.scroll {
		padding: 15px 15px 10px;
	}

	.contact {
		font-size: 22px;
	}

	.contact .button {
		margin: 0 5px;
	}

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

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

	.contact .button.btn-preventivo {
		width: 100%;
		font-size: 23px;
	}

	.button.btn-preventivo > div:last-child {
		font-size: 24px;
	}

	.payoff {
		font-size: 68px;
		bottom: 15%;
	}

	#quote .wrapper {
		padding: 50px 30px;
		margin: 0 50px;
	}

	.condizioni {
		right: -75px;
	} 
}

@media (min-width: 1584px) and (max-width: 1680px) {
	.contact .button.btn-preventivo {
		width: 71%;
	}
}

@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: 10px auto;
	}

	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;
	}
	
	.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;
	}

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

	.container-button-menu {
		justify-content: center;
		border: 0;
	}

	header.scroll .container-button-menu {
		margin-top: 0;
	}

	.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;
	}

	.navbar-toggle .barra:nth-child(2),
	.navbar-toggle .barra:nth-child(3) {
		width: 25px;
	}

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

	.payoff {
		font-size: 30px;
		width: 100%;
	}

	.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 */
	
	.mobi-buttons {
		display: flex;
		width: 100%;
		padding: 0;
		background: #fff;
		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: #0bb7be;
		width: 60px;
		height: 60px;
	}

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

	.mobi-buttons .navbar-toggle i {
		background: #0bb7be;
	}

	.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: #0bb7be;
		text-transform: capitalize;
	}
	
	/* .mobi-buttons a.tel {
		background: url('../images/mobile/tel-xs.png') top center no-repeat;
	} */

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

	/* .mobi-buttons a.mail {
		background: url('../images/mobile/mail-xs.png') top center no-repeat;
	}

	.mobi-buttons a.quote {
		background: url('../images/mobile/quote-xs.png') top center no-repeat;
		color: #d6c18d;
	}

	.mobi-buttons a.navigator {
		background: url('../images/mobile/navigator-xs.png') top center no-repeat;
	} */

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


	.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;
	}

	.section-slide .header-banner {
		width: 60%;
		left: auto;
		right: 3%;
		bottom: 40px;
		max-width: 270px;
	}

	#content-main {
		background: #fff;
		text-align: left;
	}

	#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;
	}

	#mappa {
		display: none;
	}

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

	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: 40px;
	}

	#content-main .section-offerte .sottotitolo-offerta {
		font-size: 28px;
		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: 40px 15px;
		margin: 0;
	}

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

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

	#quote mark {
		font-size: 32px;
		margin-bottom: 40px;
	}

	#quote .wrapper .container-fluid {
		flex-direction: column;
	}

	#quote .wrapper .container-fluid > div {
		flex: 0 0 100%;
	}

	.condizioni {
		font-size: 17px;
		margin:0 auto;
		padding: 30px;
		right: auto;
	}

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

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

	.condizioni::before {
		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 75px;
	}

	.owl-wrapper {
		margin: 0 auto;
	}

	.owl-stage{
		display:flex;
	}

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

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

	.cta-mobile {
		display: block;
		background: #efb50a;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 25px 20px;
		text-align: center;
		color: #fff !important;
		text-decoration: none !important;
		text-transform: uppercase;
		z-index: 100;
		font-size: 22px;
		border-top: 1px solid #fff;
	}

	.cta-mobile img {
		vertical-align: middle;
		display: inline-block;
	}
}

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

	.payoff {
		font-size: 50px;
	}

}