body {
    box-sizing: border-box!important;
    letter-spacing: 0.4px;
}

#four li, #three li {
    background-color: rgba(255,255,255,0.8);
}

#four li:hover, #three li:hover{
    background-color: rgb(217,219,223);
}

/* PARAGRAFI  */
p {
    font-family: 'Encode Sans';
    font-style: normal;
    font-size: 24px;
}

/* REGOLE GENERALI  */

a {
  text-decoration: none;
  color: #8b8f92;
}

h1, h2, h3, h4, h5, li {
    /*word-break: break-all;*/
}

body {
    padding: 0px;
    margin: 0px;
    
}

h1 {
    font-size: 42px;
    color: #272729;
    font-family: 'Encode Sans';
    font-weight: 600;
    font-style: normal;
}

h2 {
    font-size: 30px;
    color: #272729;
    font-family: 'Encode Sans';
    font-weight: 600;
    font-style: normal;
}

h3 {
    font-size: 24px;
    color: #8b8f92;
    font-family: 'Encode Sans';
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
}

h4 {
    font-size: 18px;
    color: #8b8f92;
    font-family: 'Encode Sans';
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
}

.light {
    font-size: 20px;
    line-height: 24pt;
    font-family: 'Encode Sans';
}

.medium-24 {
    font-size: 24px;
    line-height: 27pt;
    font-family: 'Encode Sans Medium';
}

#two, #three, #four, #five, #six, #seven, footer .section_text {
    padding-left: 38px;
    padding-right: 38px;
}
/* MENU  */

.menu {
    border-bottom: 1px solid #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#515151+1,0e0e0e+100 */
    background: rgb(33,33,35); /* Old browsers */
    background: -moz-linear-gradient(180deg, rgb(22,22,23) 0%,rgb(33,33,35) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(180deg, rgb(22,22,23) 0%,rgb(33,33,35) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(180deg, rgb(22,22,23) 0%,rgb(33,33,35) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(22,22,23)', endColorstr='rgb(33,33,35)',GradientType=180 ); /* IE6-9 */
    background: linear-gradient(180deg, rgb(22,22,23) 0%,rgb(33,33,35) 100%);
    padding-right: 50px;
    padding-left: 50px;
    font-size: 12px;
    overflow: hidden;

}

#mobile-menu {
    
    padding: 0px;
    margin: 0px;
    display: none;
    box-sizing: border-box;
}

#mobile-menu ul {
    list-style-type: none;
    padding: 0px 0px 20px!important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

#mobile-menu ul li {
    margin-bottom: 0px;
    font-family: 'Encode Sans', sans-serif;

}


#mobile-menu ul li:hover {
    background-color: transparent;
    
    /*
    box-sizing: border-box;
    color: fff;
    */
}

#mobile-menu ul li a:hover {
}


#mobile-menu a {
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0px;
    font-family: 'Encode Sans Medium';
    font-style: normal;
    color: #919296;
    line-height: 25px;
    box-sizing: border-box;
    width: 100%;
    display: block;
    margin: 0px 0px 0px 0px;
}

#mobile-menu a:hover {
    color: white;
    border-bottom: 3px solid transparent;
}
.menu a{
    margin: 0px 20px 0px 0px;
    padding: 25px 0px 22px;
    font-family: 'Encode Sans Medium';
    font-style: normal;
    color: #919296;
    text-transform: uppercase;
    float: left;
    line-height: 102px;
    border-bottom: 3px solid transparent;
    font-size: 12px;
}

.menu a:hover {
    border-bottom: 3px solid white;
    box-sizing: border-box;
    color: fff;
}

#logo {
    margin-top: 25px;
    margin-bottom: 25px;
    float: left
}




/* SLIDE  */

.slider {
    background-color: #444444;
    height: 600px;
    position: relative;
}

.slider div.slide {
    height: 100%;
    display: none;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: 100% 100%;
}

.slider div.current {
    display: block;
}


#slide-one {
    background: url(img/banner_1.jpg) 100% 50%;

}

#slide-1-heading {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Encode Sans Extrabold';
    font-style: normal;
    font-size: 90px;
    margin: 0px !important;
    line-height: 88px;
    text-shadow: 0px 3px 13px rgba(0,0,0,0.35);
}

#slide-1-heading-2 {
    margin: 0px !important;
    color: #b3b5b9;
    text-transform: uppercase;
    font-family: 'Encode Sans Extrabold';
    font-style: normal;
    font-size: 58px;
    line-height: 56px;
    text-shadow: 0px 3px 13px rgba(0,0,0,0.35);
}

#slide-two {
    background: url(img/banner_2.jpg) 100% 50%;

}

#slide-2-heading {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Encode Sans Extrabold';
    font-style: normal;
    font-size: 90px;
    margin: 0px !important;
    line-height: 88px;
    text-shadow: 0px 3px 13px rgba(0,0,0,0.35);
}

#slide-2-heading-2 {
    margin: 0px !important;
    color: #b3b5b9;
    text-transform: uppercase;
    font-family: 'Encode Sans Extrabold';
    font-style: normal;
    font-size: 58px;
    line-height: 56px;
    text-shadow: 0px 3px 13px rgba(0,0,0,0.35);
}

#slide-three {
    background: url(img/banner_3.jpg) 100% 50%;

}

#slide-3-heading {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Encode Sans Extrabold';
    font-style: normal;
    font-size: 90px;
    margin: 0px !important;
    line-height: 88px;
    text-shadow: 0px 3px 13px rgba(0,0,0,0.35);
}

#slide-3-heading-2 {
    margin-top: 0px !important;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Encode Sans Extrabold';
    font-style: normal;
    font-size: 72px;
    margin: 0px !important;
    line-height: 70px;
    text-shadow: 0px 3px 13px rgba(0,0,0,0.35);
}

#slide-3-heading-3 {
    margin: 0px !important;
    color: #b3b5b9;
    text-transform: uppercase;
    font-family: 'Encode Sans Extrabold';
    font-size: 58px;
    line-height: 56px;
    text-shadow: 0px 3px 13px rgba(0,0,0,0.35);
}

#slide-four {
    background: url(img/banner_4.jpg) 100% 50%;

}

#slide-4-heading {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Encode Sans Extrabold';
    font-size: 90px;
    margin: 0px !important;
    line-height: 88px;
    text-shadow: 0px 3px 13px rgba(0,0,0,0.35);
}

#slide-4-heading-2 {
    margin-top: 0px !important;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Encode Sans Extrabold';
    font-size: 72px;
    margin: 0px !important;
    line-height: 70px;
    text-shadow: 0px 3px 13px rgba(0,0,0,0.35);
}

#slide-4-heading-3 {
    margin: 0px !important;
    color: #b3b5b9;
    text-transform: uppercase;
    font-family: 'Encode Sans Extrabold';
    font-size: 58px;
    line-height: 56px;
    text-shadow: 0px 3px 13px rgba(0,0,0,0.35);
}

#slide-five {
    background: url(img/banner_5.jpg) 100% 50%;

}

#slide-5-heading {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Encode Sans Extrabold';
    font-size: 90px;
    margin: 0px !important;
    line-height: 88px;
    text-shadow: 0px 3px 13px rgba(0,0,0,0.35);
}

#slide-5-heading-2 {
    margin-top: 0px !important;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Encode Sans Extrabold';
    font-size: 72px;
    margin: 0px !important;
    line-height: 70px;
    text-shadow: 0px 3px 13px rgba(0,0,0,0.35);
}

#slide-5-heading-3 {
    margin: 0px !important;
    color: #b3b5b9;
    text-transform: uppercase;
    font-family: 'Encode Sans Extrabold';
    font-size: 58px;
    line-height: 56px;
    text-shadow: 0px 3px 13px rgba(0,0,0,0.35);
}

.bullet {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.bullet ul {
    margin-top: 20px;
    margin-left: -60px;
    padding-left: 50%;
    overflow: hidden;
    
}

#auto {
    padding-top: 90px;
}

#mezzispeciali {
    padding-top: 90px;
}

.bullet li {
    float: left;
    display: inline-block;
    width: 30px;
    cursor: pointer;
}

.bullet li:hover {
    background-color: transparent;
}


/* SEZIONI */

.section {
    min-height: 500px;
    background-position: center;
    background-size: cover !important;
}


#two {
    background: rgb(255,255,241); /* Old browsers */
    background: -moz-linear-gradient(180deg, rgb(255,255,255) 56%,rgb(233,235,241) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(180deg, rgb(255,255,255) 56%,rgb(233,235,241) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(180deg, rgb(255,255,255) 56%,rgb(233,235,241) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(255,255,255)', endColorstr='rgb(233,235,241)',GradientType=180 ); /* IE6-9 */
    background: linear-gradient(180deg, rgb(255,255,255) 56%,rgb(233,235,241) 100%);
}

#two h2 {
    font-family: 'Encode Sans Semibold';
    font-size: 42px;
    color: rgb(39,39,41);
    margin: 0px 0px 40px;
}

#two p.one {
    margin: 0px 0px 30px;
    font-family: 'Encode Sans';
    font-size: 20px;
}

#two p.two {
    margin: 0px 0px 50px;
    font-family: 'Encode Sans Medium';
    font-size: 24px;
}

#two h3 {
    font-family: 'Encode Sans Semibold';
    font-size: 30px;
    color: rgb(39,39,41);
    text-transform: unset;
    margin: 0px 0px 20px;
}

#seven {
    background: rgb(255,255,241); /* Old browsers */
    background: -moz-linear-gradient(180deg, rgb(255,255,255) 56%,rgb(233,235,241) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(180deg, rgb(255,255,255) 56%,rgb(233,235,241) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(180deg, rgb(255,255,255) 56%,rgb(233,235,241) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(255,255,255)', endColorstr='rgb(233,235,241)',GradientType=180 ); /* IE6-9 */
    background: linear-gradient(180deg, rgb(255,255,255) 56%,rgb(233,235,241) 100%);
}

#seven h2 {
    font-family: 'Encode Sans Semibold';
    font-size: 42px;
    color: rgb(39,39,41);
    margin: 0px 0px 40px;
}

#seven p.one {
    margin: 0px 0px 30px;
    font-family: 'Encode Sans';
    font-size: 20px;
}

#seven p.two {
    margin: 0 0 0 0;
    font-family: 'Encode Sans Medium';
    font-size: 24px;
}

#seven h3 {
    font-family: 'Encode Sans Semibold';
    font-size: 30px;
    color: rgb(39,39,41);
    text-transform: unset;
    margin: 0px 0px 20px;
}

#three {
    background: url(img/bg-car-right.jpg);
    background-position: bottom;
    background-size:650px!important;
    background-repeat: no-repeat;
    background-position-x: right;
    border-bottom: 2px solid #76777c;

}

#noleggio {
    padding-top: 140px;
}

#three h2, #four h2 {
    font-size: 42px;
    color: #000;
    font-family: 'Encode Sans Semibold';
    margin: 0px 0px 20px;
    
}

#three p, #four p {
    font-family: 'Encode Sans Medium';
    margin: 0px 0px 30px;
}

#three h3, #four h3{
    font-size: 30px;
    color: #272729;
    font-family: 'Encode Sans Semibold';
    text-transform: unset;
    margin: 0px 0px 80px;
}

#three h4, #four h4 {
    font-size: 20px;
    color: #8b8f92;
    font-family: 'Encode Sans Semibold';
    text-transform: uppercase;
    margin-bottom: 24px;
}

#four {
    background: url(img/bg-car-left.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-position-x: left;
    margin-top: 0px;
    padding-top: 100px;
    border-bottom: 2px solid #76777c;
    background-size:650px!important;
}

#five {
    
    padding-bottom: 100px;
    background: rgb(31,32,34); /* Old browsers */
    background: -moz-linear-gradient(180deg, rgb(39,40,43) 0%,rgb(31,32,34) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(180deg, rgb(39,40,43) 0%,rgb(31,32,34) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(180deg, rgb(39,40,43) 0%,rgb(31,32,34) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(39,40,43)', endColorstr='rgb(31,32,34)',GradientType=180 ); /* IE6-9 */
    background: linear-gradient(180deg, rgb(39,40,43) 0%,rgb(31,32,34) 100%);
}

#servizi {
    padding-top: 140px;
}

#five h2 {
    font-size: 42px;
    color: #fff;
    font-family: 'Encode Sans Semibold';
    text-transform: unset;
    margin: 0px 0px 40px;
    }

#five h3 {
    font-size: 24px;
    font-family: 'Encode Sans Semibold';
     text-transform: uppercase;
    }

.five-p {
    text-align: left; 
    margin-bottom: 80px;
    font-size: 24px;
    font-family: 'Encode Sans Medium';
}
#six {
    padding-top: 140px;
    padding-bottom: 100px;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(180deg, rgb(255,255,255) 56%,rgb(233,235,241) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(180deg, rgb(255,255,255) 56%,rgb(233,235,241) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(180deg, rgb(255,255,255) 56%,rgb(233,235,241) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(255,255,255)', endColorstr='rgb(233,235,241)',GradientType=180 ); /* IE6-9 */
    background: linear-gradient(180deg, rgb(255,255,255) 56%,rgb(233,235,241) 100%);
}

#six h2 {
    font-size: 42px;
    font-family: 'Encode Sans Semibold';
    margin: 0px 0px 40px;
}
#six p {
    font-size: 24px;
    font-family: 'Encode Sans Medium';
    margin: 0px 0px 40px;
}

#six li {
    font-size: 22px;
    font-family: 'Encode Sans';
    text-transform: uppercase;
    color: rgb(181,184,190);
    list-style: none;
    padding-left: 55px;
    line-height: 50px;
    margin-bottom: 30px;
}

#six li:hover {
    background-color: transparent!important;
}

#six li strong{
    font-size: 22px;
    font-family: 'Encode Sans Semibold';
    text-transform: uppercase;
    color: rgb(139,143,146);
}

li.iphone {
    background: url('img/ic_phone.png') 0% 0% no-repeat;
}

li.ifax {
    background: url('img/ic_fax.png') 0% 0% no-repeat;
}

li.ipin {
    background: url('img/ic_pin.png') 0% 0% no-repeat;
}

li.iletter {
    background: url('img/ic_letter.png') 0% 0% no-repeat;
}


#five p, #five h1, #five h2 {
    color: white;
}

.section_text {
    margin: 0 auto;
    padding-top: 0px;
    max-width: 1024px;
    box-sizing: border-box;
}
.menu_text {
    margin: 0 auto;
    max-width: 1024px;
    box-sizing: border-box;
}

.slider .section_text {
    max-width: 1024px;
    box-sizing: border-box;
}




/* BOTTONI */

.slider center {
    position: absolute;
    bottom: 60px;
    left: 0px;
    width: 100%;
    text-align: center;
}

.button_black {
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	border:2px solid rgb(114,116,119);
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:14px;
	padding:15px 30px;
	text-decoration:none;
    box-sizing: border-box;
    font-family: 'Encode Sans Medium';
    background-color: rgb(22,23,23);
}
.button_black:hover {
	background-color: rgb(114,116,119);
    
}
.button_black:active {
    
}


.button_white {
	margin: 0px 0px 60px;
	background-color: rgb(255,255,255);
	border-radius:29px;
	border:2px solid rgb(114,116,119);
	display:inline-block;
	cursor:pointer;
	color:#272729;
	font-size:14px;
	padding:15px 30px;
	text-decoration:none;
    font-family: 'Encode Sans Medium';
}
.button_white:hover {
	
	background-color: rgb(114,116,119);
}
.button_white:active {
	position:relative;
	top:1px;
}

/* LISTE E TABELLE */

li:hover {
  background-color: rgb(217,219,223);
}

#contatti li:hover {
}

.margin-35 li {
  width: 100% !important;
}

.margin-35 .no-dot-inline {
  width: 100% !important;
}

#three ul, #four ul {
    margin-top: 0px;
    margin-bottom: 100px;
}

.items-dark-gray {
    color: rgb(139,143,146);
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 5px;
    border-bottom: 2px solid rgb(217,219,223);
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: 'Encode Sans Semibold';

}

.items-dark-gray a {
    width: 100%;
    display:block;
}

.items-dark-gray a span{
    color: rgb(139,143,146);
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 0px solid #919296;
    padding-top: 2px;
    float: right;
    display: none;
    line-height: 19px;

}

.items-dark-gray:hover a span{
    display: inline-block;
}

.items-dark-gray:first-child {
    
    border-top: 2px solid rgb(217,219,223);
    
}

a.bollo-link {
    color: #fff!important;
    display: unset;
}

a.bollo-link:hover {
    text-decoration: underline!Important;
}

#five .items-dark-gray {
    
    border-bottom: 2px solid rgb(61,63,67);
    

}

#five .items-dark-gray:first-child {
    
    border-top: 2px solid rgb(61,63,67);
}

#five li:hover {
  background-color: transparent;
}

.no-dot {
    list-style-type: none;
    padding: 0px;
    font-family: 'Encode Sans', sans-serif;
}

.no-dot-inline {
    list-style-type: none;
    padding: 0px;
    font-family: 'Encode Sans', sans-serif;
    width: 70%;
    margin-right: 38px;
    display: inline-grid;
}

.margin-35 {
    margin-left: 35%;
    padding-left: 0px !important
}

td {
    border-bottom: 2px solid #8b8f92;
    text-transform: uppercase;
    font-size: 17pt;
    font-weight: bold;
    font-family: 'Encode Sans', sans-serif;
    color: #8b8f92;
}

table {
    display: inline;
    margin-right: 30px;
    margin-bottom: 40px;
}

#contatti li{
    
    margin-left: -8px;
    margin-bottom:-10px;
}

#contatti {
    padding-left: 0px;
}

/* FOOTER */

#footer {
    background-color: #161617;
    font-family: 'Encode Sans light';
    text-transform: uppercase;
    font-size: 12px !important;

}

#footer p, span {
    color: #646669;
    font-size: 12px;
    padding-top: 19px;
    line-height: 19pt;
    margin-bottom: 0px !important;
}


#footer {
    padding: 20px 50px 10px;
    
}
#footer p {
    margin: 0px;
    font-size: 12px;
    font-family: 'Encode Sans Light';
    color: rgb(100,102,105);
    text-transform: uppercase;
    background-color: rgb(22,22,23);
    padding-top: 0px;
}


#footer a {
    margin: 0px;
    font-size: 12px;
    font-family: 'Encode Sans Light';
    color: rgb(100,102,105);
    text-transform: uppercase;
    background-color: rgb(22,22,23);
    padding-top: 0px;
}

#footer a:hover {
	text-decoration: underline;
}

p.certification {
	font-family: 'Encode Sans Semibold' !important;
	padding-top: 10px !important;
}

.copyright {
    text-align: right;
    margin-top: 0px;
    padding-top: 0px !important;
    font-size: 10px  !important;
}

#ancor_copyright
{
	font-size: 10px !important;
}

.slider {
    position: relative;
}

.slider .slide {
    position: absolute;
    width: 100%;
}

.slider .section_text {
    padding-top: 45px;
}

.lg-backdrop {
    background-color: rgba(22,22,23,0.98)!important;
}

.lg-toolbar .lg-icon {
    color: #8b8e94!important;
    font-size: 30px!important;
}

#lg-counter {
    color: #8b8e94!important;
    font-size: 18px!important;
    font-family: 'Encode Sans Semibold'!important;

}

#lg-counter span {
    color: #8b8e94!important;
    font-size: 18px!important;
    font-family: 'Encode Sans Semibold'!important;
}
.lg-sub-html  {
    padding-bottom: 50px!important;
    
}

.lg-hide-items .lg-sub-html  {
    opacity: 0;
    }

.lg-sub-html h4 {
    font-family: 'Encode Sans Semibold'!important;
    font-size: 22px!important;
    color: #fff!important;
    letter-spacing: 0.8px!important;
}

.lg-sub-html p {
    font-family: 'Encode Sans'!important;
    font-size: 18px!important;
    color: #8b8e94!important;
    letter-spacing: 0.8px!important;
}

/* COOKIE LAW BANNER */

#cookie-law {
	bottom: 0px;
	background-color: rgba(33,33,33,0.9); 
	text-align: center; 
	position: fixed; 
	width: 100%; 
	z-index: 1000000; 
}

#cookie-law p {
	font-size: 12px;
	color: #ffffff; 
    padding: 8px 20px 20px 20px;
	}


#cookie-law button {
	background-color: transparent;
	border: 2px solid white;
	font-size: 12px;
	padding: 10px 24px;
	color: white;
	font-weight: 700;
	border-radius: 30px;
	margin-top: 16px;
}


@media (max-width: 1400px) {

    #three {
        background-position: right -200px bottom;
    }

    #four {
        background-position: -200px bottom;
    }
}

@media (max-width: 1024px) {
        
     .slider .section_text {
        padding-left: 50px;
    }   
}

@media (max-width: 920px) {
    .menu a {
        display: none;
    }

    #mobile-menu {
        display: block;
    }
    .menu, .menu_text {
        width: 100%;
        text-align: center;
        box-sizing: border-box;

    }

    #logo {
        float: none;
    }

    #mobile-menu ul {
        padding: 0px 0px 20px!important;
        display: block;
/*      overflow: hidden;
*/    }
    
    #mobile-menu ul li {

    }
    #six li {
    
        margin-bottom: 0px;
        
    }
}

@media (min-width: 768px) {
  .veil-sm {
    display: none!important;
  }	
}
	 

@media (max-width: 680px) {
    

    .section {
        min-height: 350px;
    }
    .slider {
        background-color: #444444;
        height: 350px;
        position: relative;
    }

    .menu, .menu_text {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }

    #logo {
        float: none;
    }

    .menu a {
        float: none;
    }

    .section_text {
        width: 100%;
    }

    .margin-35 {
      margin-left: 0px !important;
    }

    .margin-35 ul {
      width: 70% !important;
    }

    .no-dot-inline {
      width: 100% !important;
    }

    .menu a {
        display: none;
    }

    #mobile-menu {
        display: block;
    }

    #footer {
        text-align: center!important;
    }

    #copywrite {
        text-align: center!important;
    }

    #three {
        padding-bottom: 400px;
        background-position: left bottom;
    }
    #four {
        padding-bottom: 400px;
        background-position: right bottom;
    }


    .slider .section_text {
        padding-left: 50px;

    }

    #slide-1-heading, #slide-2-heading, #slide-3-heading, #slide-4-heading, #slide-5-heading {
        max-width: 100%;
        font-size: 40px;
        line-height: 45px;
    
    }

    #slide-1-heading-2, #slide-2-heading-2, #slide-3-heading-3, #slide-4-heading-3 {
        max-width: 100%;
        font-size: 32px;
        line-height: 35px;
    }

    #slide-5-heading-3 {
        max-width: 100%;
        font-size: 26px;
        line-height: 30px;
    }    

    #slide-3-heading-2, #slide-4-heading-2, #slide-5-heading-2 {
        max-width: 100%;
        font-size: 25px;
        line-height: 30px;

    }
    #slide-one, #slide-two, #slide-four, #slide-five  {
        background-position: right center;
    }
    
    #slide-four  {
        background-position: 20% center;
    }

    #slide-three  {
        background-position: right -120px center;
    }
    

    #six li, #six li strong {
        font-size: 9px;
        line-height: 45px;
    }

    html {
        overflow-x: hidden;
    }

    li.ipin {
        background: url('img/ic_pin.png') 0% 0% no-repeat;
        background-size: 25px;
    }

    li.iletter {
        background: url('img/ic_letter.png') 0% 0% no-repeat;
        background-size: 25px;
    }

    li.iphone {
    background: url('img/ic_phone.png') 0% 0% no-repeat;
    background-size: 25px;
}

li.ifax {
    background: url('img/ic_fax.png') 0% 0% no-repeat;
    background-size: 25px;
}
#six li, #six li strong {
    font-size: 16px;
    line-height: 25px;
}

#six li {
    
    padding-left: 30px;
    margin-bottom: 10px;
    
}

    #auto {
        padding-top: 60px;
    }

    #noleggio, #servizi, #six {
        padding-top: 100px;
    }

    #contatti {
    }

    #contatti li {
        margin-bottom: 0px;
    }

}

#grigliaimg {
display: block;
width: 100%;
margin: 0;
padding: 0;
background-color: #fffff;
}

#griglia2img {
display: inline-block;
width: 100%;
margin-top: -6px;
margin-bottom: 0;
margin-left: 0;
margin-righ: 0;
padding: 0;
background-color: #fffff;
}

#container {
background: #fffff;
margin:0;
padding: 0;
text-align: center;
}
