/*
Meu Mirto Website
/* 
---------------------------------------------
font 
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/


/* Column layout*/
.grid,
[class*="grid"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.column {
    -webkit-box-flex: 0;        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 1em;
    padding-left: 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.column-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100%/12)*1);
            flex: 0 0 calc((100%/12)*1);
}

.column-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100%/12)*2);
            flex: 0 0 calc((100%/12)*2);
}

.column-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100%/12)*3);
            flex: 0 0 calc((100%/12)*3);
}

.column-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100%/12)*4);
            flex: 0 0 calc((100%/12)*4);
}

.column-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100%/12)*5);
            flex: 0 0 calc((100%/12)*5);
}

.column-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100%/12)*6);
            flex: 0 0 calc((100%/12)*6);
}

.column-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100%/12)*7);
            flex: 0 0 calc((100%/12)*7);
}

.column-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100%/12)*8);
            flex: 0 0 calc((100%/12)*8);
}

.column-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100%/12)*9);
            flex: 0 0 calc((100%/12)*9);
}

.column-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100%/12)*10);
            flex: 0 0 calc((100%/12)*10);
}

.column-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100%/12)*11);
            flex: 0 0 calc((100%/12)*11);
}

.column-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}

.column-offset-1 {
    margin-left: calc((100%/12)*1);
}

.column-offset-2 {
    margin-left: calc((100%/12)*2);
}

.column-offset-3 {
    margin-left: calc((100%/12)*3);
}

.column-offset-4 {
    margin-left: calc((100%/12)*4);
}

.column-offset-5 {
    margin-left: calc((100%/12)*5);
}

.column-offset-6 {
    margin-left: calc((100%/12)*6);
}

.column-offset-7 {
    margin-left: calc((100%/12)*7);
}

.column-offset-8 {
    margin-left: calc((100%/12)*8);
}

.column-offset-9 {
    margin-left: calc((100%/12)*9);
}

.column-offset-10 {
    margin-left: calc((100%/12)*10);
}

.column-offset-11 {
    margin-left: calc((100%/12)*11);
}

.column-offset-12 {
    margin-left: calc((100%/12)*12);
}

/*start programming*/
.chisiamo{
  background-color: #b08daa;
}

.image-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

h3 {
  font-size: 3em;
}




.site-logo-img {
  max-width: 17em;
  margin-left: 12em;
  margin-top: 0.83em;
}


.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: rgba(64, 42, 57, 0.2);
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/

::selection {
  background: #b08daa;
  color: #fff;
}

::-moz-selection {
  background: #b08daa;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.section-heading {
  text-align: center;
  margin-top: 140px;
  margin-bottom: 80px;
}

.section-heading h2 {
  font-size: 28px;
  font-weight: 800;
  color: #232d39;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-heading h2 em {
  font-style: normal;
  color: #ed563b;
}

.section-heading img {
  margin: 20px auto;
}

.dark-bg h2 {
  color: #fff;
}

.dark-bg p {
  color: #fff;
}

.main-button a {
  display: inline-block;
  font-size: 15px;
  padding: 1.2px 20px 30px;
  background-color: #b08daa;;
  color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .3s;
  line-height: 20px;
}




.main-button a:hover {
  background-color: #ff9be9;
  color: white;
}


.secondary-button a {
  display: inline-block;
  padding: 15px 25px;
  font-size: 14.5px;
  background-color: #b08daa;;
  color: #fff;
  text-align: center;
  font-weight: 450;
  text-transform: uppercase;
  transition: all .3s;

}




.secondary-button a:hover {
  background-color: #ff9be9;
  color: white;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/



.header-area {
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 80px;
  background: rgba(250,250,250,0.1);
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  position:sticky;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 80px;
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #7a7a7a;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
  color: #fff;
}



.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #ffffff!important;
  opacity: 1;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #b08daa!important;
  opacity: 1;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.hamburger{
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #b08daa;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #ffffff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #ffffff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

.header-area.header-sticky .nav li a.active {
  color: #ed563b;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 953px){
  .site-logo-img{
    margin-left: 2em;
  }
}

@media (max-width: 784px){
  .site-logo-img{
    margin-left: 0.7em;
  }
}


@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #ed563b!important;
    opacity: 1;
  }
  .header-area {
    background-color: rgba(88, 83, 86, 0.1);
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }

  .site-logo-img{
    margin-left: -5em;
    width: 15em;
    height: 2.5em;
    margin-top: 1.17em;
  }
  
  .header-area .menu-trigger {
    display: block !important;
  }


  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }

  .header-area.header-sticky .nav {
    margin-top: 1px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #232d39 !important;
  }

  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #ed563b!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}








@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.main-banner {
  position: relative;
}

#bg-video {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
}

#bg-video::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
    position: absolute;
    background-color: rgba(35,45,57,0.8);
    top: 0;
    left: 0;
    bottom: 7px;
    width: 100%;
}

.main-banner .caption {
  text-align: center;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.5px;
}

.main-banner .caption h2 {
  margin-top: 30px;
  margin-bottom: 25px;
  font-size: 84px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 em {
  font-style: normal;
  color: #b08daa;
  font-weight: 900;
}





/* MY CODE BRO */

.main-nav{
  margin-top: -63px;
  margin-right: 4em;
}

.nav-parameters{
  margin-top: 1.8px;
}

.main-button-form{
  background-color: #b08daa;
  color: #b08daa;
}

.necessary{
  width: 100%;
  justify-content: space-around;
  background-color: #b08daa;

}

.chisiamo-text{
  margin-left: 1em;
}


.ml10 {
  position: relative;
  font-weight: 500;
  font-size: 3em;
}

.ml10 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml10 .letter {
  display: inline-block;
  line-height: 1em;
  transform-origin: 0 0;
}

.chisiamo-text p{
  margin-top: 2em;
}

.bevisardegna{
  flex-direction: row-reverse;
}

.bevisardegna-text{
  margin-left: 1em;
}

.bevisardegna-text p{
  margin-top: 2em;
}

.amasardegna{
  flex-direction: row-reverse;
}


.img-fit-right{
  max-width: 30em;
  max-height: 37em;
  margin-top: 7em;
  margin-bottom: 7em;
  margin-left: 8em;

}

.img-fit-center{
  max-width: 30em;
  max-height: 37em;
  margin-top: 7em;
  margin-bottom: 7em;

}

.comedegustarlo-image-cl{
  margin-left: 9.3em;
}

.produzione-image-cl2{
  margin-left: 5em;
}

.img-fit-left{
  max-width: 30em;
  max-height: 37em;
  margin-top: 7em;
  margin-bottom: 7em;
  margin-left: -1em;
}

.text-fit{
  margin-top: 12em;
} 

.container{
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}


.container:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/* background: url("assets/images/mirto_arbusto.jpg") no-repeat center; */
	background-size: cover;
	filter: blur(50px);
	z-index: -1;
}
.contact-box{
	max-width: 100%;
	display: grid;
  grid-template-columns: repeat(2, 1fr);
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #fff;
	box-shadow: 0px 0px 19px 5px rgba(0,0,0,0.19);
}

.left{
 	/*background: url("img/mirto_arbusto.jpg") no-repeat center;*/
	background-size: cover;
	height: 100%;
}

.right{
	padding: 25px 40px;
}

h2{
	position: relative;
	padding: 0 0 10px;
	margin-bottom: 10px;
}

h2:after{
	content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 4px;
    width: 50px;
    border-radius: 2px;
    background-color: #b08daa;
}

.field{
	width: 100%;
	border: 2px solid rgba(0, 0, 0, 0);
	outline: none;
	background-color: rgba(230, 230, 230, 0.6);
	padding: 0.5rem 1rem;
	font-size: 1.1rem;
	margin-bottom: 22px;
	transition: .3s;
}

.field:hover{
	background-color: rgba(0, 0, 0, 0.1);
}

textarea{
	min-height: 150px;
}

.btn{
	width: 100%;
	padding: 0.5rem 1rem;
	background-color: #b08daa;
	color: #fff;
	font-size: 1.1rem;
	border: none;
	outline: none;
	cursor: pointer;
	transition: .3s;
}

.btn:hover{
    background-color: #b08daa;
}

.field:focus{
    border: 2px solid #b08daa;
    background-color: #fff;
}

@media screen and (max-width: 880px){
	.contact-box{
		grid-template-columns: 1fr;
	}
	.left{
		height: 200px;
	}
}


/* da qua */

.menu-item {
  display: none;
  background-color: #b08daa;
}

.nav-parameters:hover  .menu-item {
  display: block;
  position: relative;
  height: 100%;
}

.sub-menu{
  position: absolute;
  padding-top: 21px;
}

.menu-item:hover{
  background-color: #ff9be9;
}

/* Site Footer */


/* footer */

.footer-logo{
  height: 3.5em;
  width: 20em;
}


.footer-distributed{
  background-color: rgba(230, 230, 230, 0.6);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding: 55px 50px;
}



.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
  display: inline-block;
  vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
  width: 40%;
}



/* The company logo */

.footer-distributed h3{
  color:  #ffffff;
  margin: 0;
}



.footer-distributed h3 span{
  color:  lightseagreen;
}

/* Footer links */

.footer-distributed .footer-links{
  color:  #65696d;
  margin: 20px 0 12px;
  padding: 0;
}

.footer-distributed .footer-links a{
  display:inline-block;
  line-height: 1.8;
  font-weight:400;
  text-decoration: none;
  color: #65696d;
}

.footer-distributed .footer-company-name{
  color:  #222;
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
  width: 35%;
}

.footer-distributed .footer-center i{
  background-color:  #65696d;
  color: #ffffff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
  font-size: 17px;
  line-height: 38px;
}

.footer-distributed .footer-center p{
  display: inline-block;
  color: #65696d;
  font-weight:400;
  vertical-align: middle;
  margin:0;
}

.footer-distributed .footer-center p span{
  display:block;
  font-weight: normal;
  font-size:14px;
  line-height:2;
}

.footer-distributed .footer-center p a{
  color:  #b08daa;
  text-decoration: none;;
}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #b08daa;;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

/* Footer Right */

.footer-distributed .footer-right{
  width: 20%;
}

.footer-distributed .footer-company-about{
  line-height: 20px;
  color:  #65696d;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

.footer-distributed .footer-company-about p{
  display: block;
  color:  #b08daa;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 20px;
}

.footer-company-about span{
  font-weight: auto;
  font-size: 15px;
}

.footer-distributed .footer-icons{
  margin-top: 25px;
}



/* If you don't want the footer to be responsive, remove these media queries */



@media (max-width: 880px) {

  .footer-distributed{
    font: bold 14px sans-serif;
  }

  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right{
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  .footer-distributed .footer-center i{
    margin-left: 0;
  }

}

/* footer end */

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/


@media (max-width: 992px) {

  .main-banner .caption h2 {
    font-size: 64px;
  }

 

  #features {
    margin-bottom: 110px;
  }
  #features .feature-item {
    margin-bottom: 30px;
  }
  #our-classes .tabs-content {
    margin-left: 0px;
    margin-top: 30px;
  }
  .trainer-item {
    margin-bottom: 30px;
  }
  #contact-us #map {
    margin-bottom: -7px;
  }
  #contact-us .contact-form {
    padding: 30px;
  }
  #contact-us .contact-form #contact {
    padding: 30px;
  }

}

@media (max-width: 668px){
  .main-banner .caption h2{
    font-size: 45px;
    margin-top: -2em;
  }
}

@media (max-width: 450px) {
  .feature-item .right-content a.text-button {
    margin-left: 130px;
  }
}


/* Responsive Central Div */
@media (max-width: 1280px){
  .img-fit-right{
    max-width: 18em;
    max-height: 25em;
    margin-top: 7em;
    margin-bottom: 7em;
    margin-left: 8em;
  }

  
.img-fit-left{
  max-width: 18em;
  max-height: 25em;
  margin-top: 7em;
  margin-bottom: 7em;
  margin-left: -1em;
}

.text-fit{
    margin-top: 6em;
}

.text-fit h3{
  font-size: 2.5em;
}


@media (max-width: 998px){

}
.chisiamo-image-cl{
  display: none;
}
.bevisardegna-image-cl{
  display: none;
}
.comedegustarlo-image-cl{
  display: none;
}
.amasardegnasardegna-image-cl{
  display: none;
}
.produzione-image-cl{
  display: none;
}

.img-fit-right{
  margin-left: -20em;
}

.bevisardegna-text{
  margin-left: -35em;
}

.amasardegna-text{
  margin-left: -40em;
}

@media (max-width: 748px){
  .img-fit-right{
    max-width: 13em;
    max-height: 20em;
    margin-top: 7em;
    margin-bottom: 7em;
    margin-left: -5em;
  }

  
.img-fit-left{
  max-width: 13em;
  max-height: 20em;
  margin-top: 7em;
  margin-bottom: 7em;
  margin-left: -2em;

}

.chisiamo-image-cl2{
  margin-left: -2em;
}

.chisiamo-text p{
  width: 15em;
}

.bevisardegna-text{
  margin-left: 4em;
}

.bevisardegna-image-cl{
  margin-left: 15em;
}
}

@media (max-width: 574px){
  .img-fit-right{
    max-width: 8em;
    max-height: 15em;
    margin-top: 7em;
    margin-bottom: 7em;
    margin-left: -5em;
  }

  
.img-fit-left{
  max-width: 8em;
  max-height: 15em;
  margin-top: 7em;
  margin-bottom: 7em;


}

.text-fit h3{
  font-size: 2em;
}

.text-fit span{
  font-size: 12px;
}

.amasardegna-text{
  width: 20em;
}
.amasardegnasardegna-image-cl{
  margin-left: 2em;
}

.bevisardegna-image-cl2{
  margin-left: -1em;
}
}
}
