@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Lato:400);
@import url(//fonts.googleapis.com/css?family=Lato:100);
@import url(//fonts.googleapis.com/css?family=Lato:300);
@import url(//fonts.googleapis.com/css?family=Lato:700);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font: 300 16px/24px "Lato", sans-serif;
  color: #1A1A1A;
  background: #ffffff;
  min-width: 1327px;
}
@media (max-width: 1199px) {
  body {
    min-width: 0;
  }
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #EB9341;
}
img {
  max-width: 100%;
}
* {
  -webkit-text-size-adjust: none;
}
/* ======= Headers ======= */
h2 {
  font: 700 27px/33px "Lato", sans-serif;
  color: #132C6D;
  /*text-transform: uppercase;*/
}
@media (max-width: 1199px) {
  h2 {
    font-size: 25px;
  }
}
@media (max-width: 979px) {
  h2 {
    font-size: 19px;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 14px;
    line-height: 20px;
  }
}
h3 {
  font: 700 17px/25px "Lato", sans-serif;
  color: #303030;
  text-transform: uppercase;
}
h4 {
  font: 700 17px/32px "Lato", sans-serif;
  color: #303030;
}
@media (max-width: 1199px) {
  h4 {
    font-size: 16px;
  }
}
h5 {
  font: 700 18px/21px "Lato", sans-serif;
  color: #303030;
  text-transform: uppercase;
}
h6 {
  font: 700 18px/33px "Lato", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
.heading1 {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  padding: 12px 18px 14px;
  background: url(../images/gradient3.png) repeat-x center bottom #ffffff;
  margin-bottom: 21px;
}
.heading1.heading1__offset1 {
  margin-bottom: 31px;
}
/* ======= CUSTOM SELECT======= */
:before, :after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.custom-label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 0px 5px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.custom-select-box {
  position: relative;
  /* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
}
.custom-select-box.full-width {
  width: 100%;
}
.custom-select-box.full-width:after {
  right: 0;
}
.custom-select-box:after {
  display: inline-block;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding: 10px 13px;
  width: auto;
  height: 100%;
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  top: 0px;
  pointer-events: none;
}
.custom-select-box:after.pull-left {
  margin-right: .3em;
}
.custom-select-box:after.pull-right {
  margin-left: .3em;
}
.custom-select-box:after:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.custom-select-box:after.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.custom-select-box:after.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.custom-select-box:after input[type="radio"],
.custom-select-box:after input[type="checkbox"] {
  margin-top: 0;
}
.custom-select-box select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #555555;
  font-weight: normal;
}
.custom-select-box select:-moz-placeholder {
  color: #999999;
}
.custom-select-box select::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.custom-select-box select:-ms-input-placeholder {
  color: #999999;
}
.custom-select-box select::-webkit-input-placeholder {
  color: #999999;
}
.custom-select-box select option {
  color: #555555;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .custom-select-box select {
    padding-right: 18px;
  }
}
  

 /* ======= Buttons CARRELLO e altre personalizzazioni======= */
.btn-carrello {
  display: inline-block;
  font: 400 16px/32px "Lato", sans-serif;
  color: #303030;
  text-align: center;
  padding: 2px 18px 5px;
  border-radius: 3px;
  border: 1px solid #e3e3e3;
  background: url(../images/gradient4.png) repeat-x center bottom #ffffff;
}
.btn-carrello strong {
  font-weight: bold;
}

.btn-carrello:hover {
  -webkit-box-shadow: 1px 1px 1px 0px #5b8d1a;
  box-shadow: 1px 1px 1px 0px #5b8d1a;
  background: url(../images/gradient1.png) repeat-x center bottom #8ad329;
  border: 1px solid transparent;
  color: #ffffff;
}
.btn-carrello span {
  position: relative;
  display: block;
  padding-right: 18px;
}
.btn-carrello span:hover:after {
  cursor: pointer;
}
.btn-carrello span:after {
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  line-height: 26px;
  color: #303030;
  content: '\f07a';
  right: 0;
  top: 3px;
}

.btn-preventivo {
  display: inline-block;
  background-color: #F9FF00;
  font: 400 16px/32px "Lato", sans-serif;
  color: #303030;
  text-align: center;
  padding: 2px 18px 5px;
  border-radius: 3px;
  border: 1px solid #e3e3e3;
  background: url(../images/gradient5.png) repeat-x center bottom #ffffff;
}
.btn-preventivo strong {
  font-weight: bold;
}

.btn-preventivo:hover {
  -webkit-box-shadow: 1px 1px 1px 0px #5b8d1a;
  box-shadow: 1px 1px 1px 0px #5b8d1a;
  background: url(../images/gradient1.png) repeat-x center bottom #8ad329;
  border: 1px solid transparent;
  color: #ffffff;
}
.btn-preventivo span {
  position: relative;
  display: block;
  padding-right: 18px;
}
.btn-preventivo span:hover:after {
  cursor: pointer;
}
.btn-preventivo span:after {
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  line-height: 26px;
  color: #303030;
  content: '\f153';
  right: 0;
  top: 3px;
}

/* ======= Buttons ======= */
.btn-default {
  display: inline-block;
  font: 400 16px/32px "Lato", sans-serif;
  color: #303030;
  text-align: center;
  padding: 2px 18px 5px;
  border-radius: 3px;
  border: 1px solid #e3e3e3;
  background: url(../images/gradient4.png) repeat-x center bottom #ffffff;
}
.btn-default:hover {
  -webkit-box-shadow: 1px 1px 1px 0px #5b8d1a;
  box-shadow: 1px 1px 1px 0px #5b8d1a;
  background: url(../images/gradient1.png) repeat-x center bottom #8ad329;
  border: 1px solid transparent;
  color: #ffffff;
}
.btn-default span {
  position: relative;
  display: block;
  padding-right: 18px;
}
.btn-default span:hover:after {
  cursor: pointer;
}
.btn-default span:after {
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  line-height: 28px;
  color: #303030;
  content: '\f054';
  right: 0;
  top: 3px;
}
.btn-big {
	min-width: 180px;
  font: 700 18px/18px "Lato", sans-serif;
  color: #ffffff;
  display: inline-block;
  padding: 15px 10px 9px;
  /*background: url(../images/gradient2.png) repeat-x center bottom #656565;*/
  background-color: #132C6D;
  border-radius: 5px;
  border-top: 1px solid #EDEDED;
  border-left: 1px solid #EDEDED;
}
.btn-big:hover {
  color: #EB9341;
}
.btn-big:hover .plus {
  /*background: #ffffff;*/
  color: #EB9341;
}
.btn-big .plus {
  display: inline-block;
  font: 700 37px/32px "Lato", sans-serif;
  text-align: center;
  height: 35px;
  width: 35px;
  margin-right: 8px;
  margin-top: -9px;
}
.btn-big-green {
  display: inline-block;
  font: 700 18px/32px "Lato", sans-serif;
  text-align: center;
  text-transform: uppercase;
  padding: 7px 22px 9px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 1px 0px #5b8d1a;
  box-shadow: 1px 1px 1px 0px #5b8d1a;
  background: url(../images/gradient1.png) repeat-x center bottom #8ad329;
  border: 1px solid transparent;
  color: #ffffff;
}
.btn-big-green:hover {
  color: #303030;
  border: 1px solid #e3e3e3;
  background: url(../images/gradient3.png) repeat-x center bottom #FFFFFF;
}
.btn-big-green span {
  position: relative;
  display: block;
  padding-right: 22px;
}
.btn-big-green span:hover:after {
  cursor: pointer;
}
.btn-big-green span:after {
  font-family: FontAwesome;
  font-size: 12px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  line-height: 32px;
  color: #303030;
  content: '\f054';
  right: 0;
  top: 1px;
}
/* ======= Wrappers ======= */
.width-wrapper {
  width: 1230px;
  margin: 0 auto;
}
.width-wrapper.width-wrapper__inset1 {
  background: #ffffff;
  position: relative;
}
.width-wrapper.width-wrapper__inset1:after {
  content: '';
  display: block;
  position: absolute;
  right: -27px;
  top: 0;
  width: 27px;
  height: 100%;
  background: url(../images/box-shadow2-right.png) repeat-y center top;
}
.width-wrapper.width-wrapper__inset1:before {
  content: '';
  display: block;
  position: absolute;
  left: -27px;
  top: 0;
  width: 27px;
  height: 100%;
  background: url(../images/box-shadow2-left.png) repeat-y center top;
}
.width-wrapper.width-wrapper__inset2 {
  background: #f7f7f7;
}
.width-wrapper.width-wrapper__inset3 {
  background: #e3e3e3;
}
@media (max-width: 1199px) {
  .width-wrapper {
    width: auto;
    margin: 0;
  }
  .width-wrapper.width-wrapper__inset1:after,
  .width-wrapper.width-wrapper__inset1:before {
    display: none;
  }
}
.border-wrapper1 {
  border-bottom: 1px solid #e3e3e3;
}
@media (max-width: 767px) {
  .border-wrapper1 {
    border-bottom: none;
  }
}
.button-wrapper1 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.wrapper1 {
  padding-top: 60px;
}
.wrapper2 {
  padding: 30px 0 61px;
}
/* Line 266 */
.wrapper-home
{
  padding-top: 30px;
  padding-bottom: 30px;
}
.wrapper3 {
  padding-bottom: 26px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .wrapper3 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.wrapper4 {
  padding: 38px 0 42px;
}
.wrapper5 {
  background: #e3e3e3;
}
.wrapper6 {
  padding-top: 39px;
  padding-bottom: 30px;
}
.wrapper7 {
  padding-bottom: 29px;
}
.wrapper8 {
  padding-top: 58px;
}
@media (max-width: 767px) {
  .wrapper8 {
    padding-top: 0;
  }
}
.wrapper9 {
  padding-top: 61px;
}
@media (max-width: 767px) {
  .wrapper9 {
    padding-top: 0;
  }
}
.wrapper10 {
  padding-bottom: 59px;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  position: relative;
  z-index: 4;
}
#header .info {
  /*padding: 22px 0 16px;*/
  /*background: #303030;*/
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 16px;
  padding-left: 0px;
  background-image: url('../images/scalinata_caltagirone.jpg');
  background-repeat: repeat-x;
}
#header .info .authorization-block {
  margin-top: 7px;
  float: right;
}
@media (max-width: 1199px) {
  #header .info .authorization-block {
    margin-right: 10px;
  }
}
#header .info .authorization-block .create,
#header .info .authorization-block .login {
  font: 700 18px/18px "Lato", sans-serif;
  color: #132C6D;
  display: inline-block;
}
#header .info .authorization-block .create:hover,
#header .info .authorization-block .login:hover {
  color: #EB9341;
}

#header .info .authorization-block .divider {
  display: inline-block;
  width: 2px;
  height: 24px;
  background: #132C6D;
  margin: 0 20px;
}
#header .info .authorization-block .authorization {
  display: inline-block;
  margin-top: 14px;
  margin-right: 44px;
}
#header #stuck_container {
  background: url(../images/gradient3.png) repeat-x center bottom #ffffff;
  position: relative;
}
#header #stuck_container:after {
  background: url(../images/box-shadow1.png) repeat-x center 0;
  width: 100%;
  height: 31px;
  position: absolute;
  content: '';
  bottom: -31px;
  left: 0;
}
@media (max-width: 979px) {
  #header {
    text-align: center;
  }
  #header .info .authorization-block {
    float: none;
    display: block;
    margin-top: 20px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #header .info .authorization-block {
    margin-top: 0px;
  }
  #header .info .authorization-block .authorization {
    margin-right: 0;
  }
  #header .info .authorization-block .add {
    display: block;
    margin-top: 10px;
  }
}
/* ======= Logo ======= */
h1 {
  display: inline-block;
  float: left;
  font: 100 68px/64px "Lato", sans-serif;
  color: #ffffff;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}
h1 a:hover {
  color: #ffffff;
}
h1 i {
  margin-top: -4px;
  margin-right: 11px;
  display: inline-block;
  height: 76px;
  width: 76px;
  border-radius: 200px;
  font-size: 52px !important;
  line-height: 72px !important;
  text-align: center;
  background: url(../images/gradient1.png) repeat-x center bottom #EB9341;
}
h1 strong {
  font-weight: 700;
}
@media (max-width: 1199px) {
  h1 {
    margin-left: 10px;
  }
}
@media (max-width: 979px) {
  h1 {
    float: none;
    margin-left: 0;
  }
}
/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
nav {
  float: none;
}
@media (max-width: 1199px) {
  nav {
    margin-left: 10px;
  }
}
@media (max-width: 979px) {
  nav {
    display: inline-block;
  }
}
/* Main menu styles
========================================================*/
.sf-menu > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  text-align: center;
}
.sf-menu > li:first-child {
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}
.sf-menu > li + li {
  border-right: 1px solid #d7d7d7;
}
.sf-menu > li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0d7";
  color: #000000;
  bottom: 10px;
  left: 50%;
  margin-left: -3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu > li > a {
  text-transform: uppercase;
  font: 700 18px/18px "Lato", sans-serif;
  display: block;
  padding: 19px 30px 27px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #132C6D;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 6px solid transparent;
}
.sf-menu > li > a:hover {
  border-top-color: #EB9341;
  color: #132C6D;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:active {
  background: transparent;
  color: #132C6D;
}
.sf-menu .sfHover > a {
  border-top-color: #EB9341;
}
.sf-menu .sfHover > a:after {
  color: #132C6D;
}
.sf-menu > li.current > a {
  border-top-color: #EB9341;
  color: #132C6D;
}
.sf-menu > li.current > .sf-with-ul:after {
  color: #132C6D;
}
.sf-menu > li.sfHover > a {
  border-top-color: #EB9341;
  color: #132C6D;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  display: none;
  min-width: 194px;
  font: 300 16px/16px "Lato", sans-serif;
  position: absolute;
  top: 70px;
  left: 0;
  background: #333333;
  background: rgba(51, 51, 51, 0.98);
  text-align: left;
  padding: 19px 0;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  position: relative;
  display: block;
}
.sf-menu ul li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0da";
  color: #fefefe;
  bottom: 9px;
  right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu ul li a {
  display: block;
  padding: 9px 5px 10px 28px;
  color: #fefefe;
  text-transform: none;
}
.sf-menu ul li a:hover {
  background: #4b4b4b;
  color: #fefefe;
}
.sf-menu ul > .sfHover > a {
  background: #4b4b4b;
}
.sf-menu ul > .sfHover > a:after {
  color: #fefefe;
}
.sf-menu ul li.sfHover > a {
  background: #4b4b4b;
  color: #fefefe;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -19px;
  left: 194px;
  margin-left: 0;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  nav {
    width: 100%;
    float: none;
  }
  .select-menu {
    border-radius: none;
    display: block;
    text-transform: capitalize;
    float: none;
    color: #aaaaaa;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #ffffff;
    font: 400 22px/28px Lato, sans-serif;
    text-align: left;
    border: 1px solid #c1c1c1;
    padding: 2px 0;
    position: relative;
  }
  .select-menu option {
    text-align: left;
    position: relative;
  }
}
/*Core variables and mixins*/
/* Stuck menu styles
========================================================*/
.isStuck {
  z-index: 999;
  position: fixed;
  -webkit-box-shadow: 0 0 4px 0 #000000;
  box-shadow: 0 0 4px 0 #000000;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
/* ======= Tabs Find a car ======= */
#tabs {
  border-radius: 3px;
  background: #efefef;
  margin-bottom: 30px;
  text-align: left;
  padding-bottom: 16px;
}
#tabs .tabs-list {
  position: relative;
}
#tabs .tabs-list .ui-state-focus {
  outline: medium none !important;
  border: none;
}
#tabs .tabs-list .ui-tabs-active .tab {
  color: #68a617;
  background: #efefef;
}
#tabs .tabs-list li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  outline: medium none !important;
  text-align: center;
  float: left;
}
#tabs .tabs-list li a {
  outline: medium none !important;
}
#tabs .tab {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  font: 700 17px/17px "Lato", sans-serif;
  color: #303030;
  text-transform: uppercase;
  position: relative;
  background: #e3e3e3;
  padding: 16px 1px 17px;
}
#tabs .tab.tab-first:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: #ffffff;
  right: 0;
  top: 0;
}
#tabs .tab:hover {
  color: #68a617;
}
#tabs #tabs-1,
#tabs #tabs-2 {
  padding: 0 10px;
}
/* ======= Banner 1 About ======= */
.banner1 {
  background: #303030;
  padding: 15px 20px 24px;
  border-radius: 3px;
  margin-bottom: 30px;
}
.banner1 h2 {
  color: #ffffff;
  margin-bottom: 10px;
}
/* ======= Post 1 Latest News ======= */
.post1 {
  padding: 16px 20px 28px;
  border: 1px solid #e3e3e3;
}
.post1 h2 {
  margin-bottom: 14px;
}
.post1 img {
  width: 100%;
  margin-bottom: 14px;
}
.post1 time {
  font: 400 14px/21px "Lato", sans-serif;
  color: #68a617;
  text-decoration: underline;
  display: block;
  margin-bottom: 7px;
}
.post1 h3 {
  margin-bottom: 3px;
}
/* ======= Box 1 Latest used cars ======= */
.box1-a {
  text-align: center;
  border: 1px solid #e5e5e5;
  background-color: #FFFFFF ;
  border-bottom-color: #E8E3E3;
  border-bottom-style: solid;
  border-bottom-width: medium;
  border-radius: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.box1-a img {
  border-radius: 3px;
  width: 100%;
}
.box1 {
  text-align: center;
  background-color: #EFEFEF ;
  border-bottom-color: #CED8F6;
  border-bottom-style: solid;
  border-bottom-width: medium;
  border-radius: 3px;
  padding-top: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 25px;
}
.box1:hover {
  border-bottom-color: #EB9341;
}

.box1-b {
  text-align: center;
  background-color: #FFFFFF ;
  border-bottom-color: #E3E2E2;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding-top: 8px;
  padding-bottom: 27px;
  padding-left: 40px;
  padding-right: 40px;
}
.box1 .kit {

}

.box1 h4 {
  margin-bottom: 9px;
}

.box1 img {
  margin-bottom: 0px;
  border-radius: 3px;
  transition: all 0.3s;
  width: 100%;
}

.box1:hover img {
    -moz-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}
.box1 .info {
  font: 300 14px/24px "Lato", sans-serif;
  color: #777777;
  margin-bottom: 4px;
}
.box1 .info .highlighted {
  color: #68a617;
}
.box1 .info .first,
.box1 .info .second {
  display: inline-block;
}
.box1 .info .first {
  float: left;
}
.box1 .info .second {
  float: right;
}
.box1 .info2 .price {
  float: left;
}
.box1 .info2 .price .first,
.box1 .info2 .price .second {
  display: block;
}
.box1 .info2 .price .first {
  font: 300 14px/24px "Lato", sans-serif;
  color: #777777;
}
.box1 .info2 .price .second {
  font: 700 22px/32px "Lato", sans-serif;
  color: #303030;
  margin-top: -4px;
}
.box1 .info2 .btn-default {
  margin-top: 7px;
  float: right;
}
.box1 p {
  margin-bottom: 6px;
  padding-right: 10px;
  color: #181818;
  line-height: 1;
}
.box1.box1__inset1 .btn-default {
  float: left;
}
@media (max-width: 1199px) {
  .box1 .info .first,
  .box1 .info .second {
    display: block;
    float: none;
  }
  .box1 .info2 .price {
    float: none;
  }
  .box1 .info2 .btn-default {
    float: none;
  }
}
@media (max-width: 767px) {
  .box1 {
    margin-bottom: 15px;
  }
  .box1 img {
    width: 100%;
  }
}
/* ======= Box 2 Latest... ======= */
.box2 h5 {
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .box2 {
    margin-bottom: 50px;
  }
}
/* ======= Box 3 We have the right tools ======= */
.box3-a {
  border-radius: 3px;	
  margin-bottom: 30px;
  border: 1px solid #e5e5e5;
  padding: 5px;
}
.box3-a img {
  border-radius: 3px;
  width: 100%;
}
.box3-b {
  border-radius: 3px;	
  margin-bottom: 30px;
  padding: 5px;
}
.box3-b img {
  border-radius: 3px;
  width: 100%;
}
.box3 {
  margin-bottom: 30px;
  border: 1px solid #e5e5e5;
  padding: 17px 20px 20px;
}
.box3 h2 {
  margin-bottom: 7px;
}
.box3 .simple-link {
  margin-top: 6px;
}
.box3.box3__offset1 {
  margin-top: 9px;
}
.box3.box3__offset2 {
  margin-top: 30px;
}
.box3.box3__inset1 {
  padding-bottom: 17px;
}
.box3.box3__inset1 ul {
  width: 33.333333333333336%;
  float: left;
}
.box3.box3__inset2 {
  padding-bottom: 17px;
}
.box3.box3__inset2 ul {
  width: 50%;
  float: left;
}
.box3.box3__inset3 {
  padding-bottom: 27px;
  padding-top: 16px;
}
@media (max-width: 1199px) {
  .box3 h2 {
    font-size: 21px;
  }
  .box3.box3__inset1 ul,
  .box3.box3__inset2 ul {
    width: 100%;
    float: none;
  }
}
/* ======= Post 2 Car reviews ======= */
.post2 {
  margin-bottom: 21px;
  border-bottom-style: dashed;
  border-bottom-color: #BFBFBF;
  border-bottom-width: thin;
}
.post2 strong {
  font-weight: bold;
}
.post2 .codice {
  color: #000000;
  font-weight: 400;
}
.post2 time {
  margin-top: -7px;
  font-weight: 400;
  color: #68a617;
  text-decoration: underline;
  display: block;
  margin-bottom: 5px;
}
.post2 h3 {
  margin-bottom: 3px;
}
.post2 p {
  margin-bottom: 12px;
}
.post2 .simple-link {
  margin-top: -6px;
}
@media (max-width: 767px) {
  .post2 {
    margin-bottom: 50px;
  }
  .post2 img {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* ======= Box 4 Research by name ======= */
.box4 {
  border-radius: 3px;
  background: #efefef;
}
.box4 .heading {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 12px 10px 13px 24px;
  background: #e3e3e3;
}
.box4 .heading h3 {
  color: #132C6D;
}
.box4 .content {
  padding: 25px 10px 26px 10px;
}
.box4 ul {
	text-transform: uppercase;
  	width: 100%;
  	float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
.box4 ul.first {
  padding-left: 14px;
}
.box4 li {
	font-weight: 500;
	line-height: 1.2;
	padding-bottom: 5px;
	padding-top: 5px;
  border-bottom-width: 1px;
  border-bottom-color: #EB9341;
  border-bottom-style: dashed;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .box4 ul {
    float: none;
    width: 100%;
    padding-left: 14px;
  }
  .box4 ul.first {
    padding-left: 14px;
  }
}
@media (max-width: 479px) {
  .box4 ul {
    float: none;
    width: 100%;
    padding-left: 14px;
  }
  .box4 ul.first {
    padding-left: 14px;
  }
}
.box4 .btn-big {
  margin-top: 26px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 700 18px/18px "Lato", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  background: url(../images/gradient1.png) repeat-x center bottom #EB9341;
  border: none;
  padding: 18px 15px 15px;
  -webkit-box-shadow: 1px 1px 1px 0px #5b8d1a;
  box-shadow: 1px 1px 1px 0px #5b8d1a;
}
.box4 .btn-big:hover {
  color: #303030;
}
.box3 .btn-big {
  margin-top: 26px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 700 18px/18px "Lato", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  background: url(../images/gradient1.png) repeat-x center bottom #EB9341;
  border: none;
  padding: 18px 15px 15px;
  -webkit-box-shadow: 1px 1px 1px 0px #5b8d1a;
  box-shadow: 1px 1px 1px 0px #5b8d1a;
}
.box3 .btn-big:hover {
  color: #303030;
}
/* ======= Banner 2 Mazda ======= */
.banner2 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.banner2 .image-wrapper {
  position: relative;
}
.banner2 .image-wrapper .content {
  position: absolute;
  bottom: 12px;
  left: 0;
  padding-right: 20px;
  padding-left: 20px;
}
.banner2 .image-wrapper .content h2 {
  color: #ffffff;
  margin-bottom: 10px;
}
.banner2 .image-wrapper .content p {
  margin-bottom: 12px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .banner2 p {
    display: none;
  }
}
@media (max-width: 767px) {
  .banner2 img {
    width: 100%;
  }
}
/* ======= Box 5 Call toll free ======= */
.box5 {
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  padding: 16px 20px 27px;
}
.box5 h2 {
  margin-bottom: 14px;
}
.box5 img {
  margin-bottom: 13px;
}
.box5 address {
  font: 700 17px/25px "Lato", sans-serif;
  color: #303030;
  display: block;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .box5 img {
    width: 100%;
  }
}
/* ======= Banner 3 Find used cars ======= */
.banner3 {
  padding: 21px 10px 29px 16px;
  margin-bottom: 61px;
  background: url(../images/page3_img1.png) no-repeat center 0;
  background-size: cover;
}
.banner3 h2 {
  color: #ffffff;
  margin-bottom: 9px;
}
.banner3 .lower-heading {
  font: 700 17px/25px "Lato", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  margin-bottom: 4px;
}
.banner3 .heading {
  color: #ffffff;
}
.banner3 .btn-big {
  margin-top: 28px;
}
/* ======= Box 6 Carsell top picks ======= */
.box6 {
  width: 48%;
  margin-bottom: 31px;
}
.box6 .image-wrapper {
  position: relative;
}
.box6 .image-wrapper .content {
  padding-right: 20px;
  position: absolute;
  left: 22px;
  bottom: 19px;
}
.box6 .image-wrapper .content h6 {
  margin-bottom: -1px;
}
.box6.left {
  float: left;
}
.box6.right {
  float: right;
}
@media (max-width: 767px) {
  .box6 {
    width: 100%;
  }
  .box6.left,
  .box6.right {
    float: none;
  }
}
/* ======= Box 7 Guide to sell your car fast ======= */
.box7 {
  border: 1px solid #e3e3e3;
  padding: 16px 19px 35px;
  border-radius: 3px;
  margin-bottom: 30px;
}
.box7 h2 {
  margin-bottom: 14px;
}
.box7 img {
  margin-bottom: 13px;
}
.box7 h3 {
  margin-bottom: 3px;
}
.box7 p {
  margin-bottom: 12px;
}
.box7 .btn-default {
  margin-top: 5px;
  -webkit-box-shadow: 1px 1px 1px 0px #5b8d1a;
  box-shadow: 1px 1px 1px 0px #5b8d1a;
  background: url(../images/gradient1.png) repeat-x center bottom #EB9341;
  border: 1px solid transparent;
  color: #ffffff;
}
.box7 .btn-default:hover {
  border: 1px solid #e3e3e3;
  background: url(../images/gradient4.png) repeat-x center bottom #ffffff;
  color: #303030;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .box7 img {
    width: 100%;
  }
}
/* ======= Box 8 Why Carsell Is The Best Way to Buy a New Car ======= */
.box8 {
  margin-top: 2px;
  margin-bottom: 55px;
}
.box8 h2 {
  margin-bottom: 8px;
}
.box8 h3 {
  margin-bottom: 3px;
}
.box8 p {
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .box8 .list2__inset1 {
    margin-bottom: 30px;
  }
}
/* ======= Box 9 Before you choose ======= */
.box9 {
  background: #303030;
  border-radius: 3px;
}
.box9 .content {
  padding: 18px 20px 14px;
}
.box9 h2 {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .box9 img {
    width: 100%;
  }
}
/* ======= Box 10 Privacy Policy ======= */
.box10 {
  margin-top: 24px;
  margin-bottom: -6px;
}
.box10 h3 {
  margin-bottom: 3px;
}
.box10 .simple-link {
  margin-top: 23px;
  text-decoration: none;
}
.box10 p + p {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .box10 {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
/* ======= Google Map  ======= */
.google-map_contacts iframe {
  width: 100%;
  height: 432px;
}
@media (max-width: 767px) {
  .google-map_contacts iframe {
    height: 200px;
  }
}
/* ======= Address  ======= */
.contacts-address {
  margin-top: 54px;
}
.contacts-address .our-address {
  display: block;
  margin-bottom: 3px;
  font: 700 17px/25px "Lato", sans-serif;
  text-transform: uppercase;
  color: #303030;
}
.contacts-address .wrapper {
  display: block;
}
.contacts-address .wide {
  display: inline-block;
  min-width: 109px;
}
@media (max-width: 1199px) {
  .contacts-address .wide {
    min-width: 75px;
  }
}
/* ======= Simple link ======= */
.simple-link {
  display: inline-block;
  text-decoration: underline;
  color: #68a617;
  font-weight: 400;
}
/* ======= List 1 ======= */
.list1 li {
  position: relative;
  font: 400 15px/21px "Lato", sans-serif;
  color: #777777;
}
.list1 li a:hover {
  color: #EB9341;
}
.list1 li + li {
  margin-top: 12px;
}
/* ======= List 2 ======= */
.list2 li {
  padding-left: 18px;
  position: relative;
  font: 300 14px/24px "Lato", sans-serif;
}
.list2 li:before {
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  color: #68a617;
  line-height: 24px;
  content: '\f138';
  left: 0;
  top: 1px;
}
.list2.list2__inset1 li + li {
  margin-top: 12px;
}
/* ======= Social buttons 1 ======= */
.socials1 li {
  display: inline-block;
  margin-right: 1px;
  margin-bottom: 10px;
}
.socials1 li a i {
  color: #ffffff;
  background: #d61119;
  text-align: center;
  font-size: 14px;
  display: block;
  width: 23px;
  height: 23px;
  line-height: 23px;
  border-radius: 200px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socials1 li a i:hover {
  color: #EB9341;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  background: #f7f7f7;
}
#footer .privacy-block {
  font: 300 14px/33px "Lato", sans-serif;
  color: #484848;
  padding: 7px 0;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #aaaaaa;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #EB9341;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/
.prezzo {
  font: 700 22px/32px "Lato", sans-serif;
  color: #132C6D;
  margin-top: -4px;
}

.pagination {
  margin: 20px 0;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.pagination-centered {
  text-align: center;
}
#wa-sticky {
  position:fixed;
  width: 64px;
  height: 64px;
  bottom:5%;
  left:2%;
  z-index:9999;
}