/*-------------------------------------------------
=  Table of Css

1.Reset
2.General

-------------------------------------------------*/
/*-------------------------------------------------
=  Import Google Fonts */
@import url(https://fonts.googleapis.com/css?family=Asap:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:300,300italic,400,400italic,600,700);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/* =  1.Reset
/*-------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

a:hover, a:active, a:visited, a:focus {
  outline: none;
  text-decoration: none;
}

object, input, input:focus {
  outline: none;
}

*:focus,
*:active,
a:active,
a:focus,
input:focus,
input:active {
  -moz-outline-style: none;
  outline: none;
  outline: 0;
}

/*-------------------------------------------------*/
/* =  2.General
/*-------------------------------------------------*/
body {
  font: 100% "Asap", sans-serif;
  font-family: "Asap", sans-serif;
  color: #2B2B29;
  background-color: white;
  letter-spacing: 0.5px;
}

h1, h2, h3, h4, h5, h6 {
  font: 100% "Asap", sans-serif;
  color: #2B2B29;
  letter-spacing: 0.5px;
}

h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
  color: white;
}

h1.colour, h2.colour, h3.colour, h4.colour, h5.colour, h6.colour {
  color: #b00060;
}

h1.uppercase, h2.uppercase, h3.uppercase, h4.uppercase, h5.uppercase, h6.uppercase {
  text-transform: uppercase;
}

h1.strong, h2.strong, h3.strong, h4.strong, h5.strong, h6.strong {
  font-weight: bold;
}

h1.condensed, h2.condensed, h3.condensed, h4.condensed, h5.condensed, h6.condensed {
  letter-spacing: 0;
}

h1.light, h2.light, h3.light, h4.light, h5.light, h6.light {
  font-family: "Raleway", sans-serif;
  font-weight: 100;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #2B2B29;
  transition: color .4s ease;
}

h1 a.white, h2 a.white, h3 a.white, h4 a.white, h5 a.white, h6 a.white {
  color: white;
  transition: color .4s ease;
}

h1 a.white:hover, h2 a.white:hover, h3 a.white:hover, h4 a.white:hover, h5 a.white:hover, h6 a.white:hover {
  color: #4D4D4D;
  transition: color .4s ease;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #4D4D4D;
  transition: color .4s ease;
}

h1 {
  font-size: 58px;
  line-height: 68px;
  font-weight: 600;
}

h1.home:after {
  content: "";
  background-image: url(../img/logo_slider.png);
  position: absolute;
  height: 38px;
  width: 223px;
  margin-left: 15px;
}

@media screen and (max-width: 1215px) {
  h1.home:after {
    margin-left: 10px;
  }
}

@media screen and (max-width: 991px) {
  h1.home:after {
    top: -5px;
  }
}

h2 {
  font-size: 28px;
  line-height: 38px;
}

h2.big {
  font-size: 32px;
  line-height: 42px;
}

h3 {
  font-size: 24px;
  line-height: 34px;
}

h4 {
  font-size: 22px;
  line-height: 32px;
}

h5 {
  font-size: 20px;
  line-height: 30px;
}

h5.real-separator {
  text-align: center;
  padding: 25px 15px 0 15px;
  font-size: 16px;
  line-height: 25px;
  color: #b00060;
  position: relative;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 445px) {
  h5.real-separator {
    font-size: 14px;
    line-height: 23px;
  }
}

h5.real-separator span {
  padding: 5px 15px;
  background-color: white;
  position: relative;
  z-index: 1;
}

h5.real-separator:before {
  content: "";
  position: absolute;
  top: 34px;
  left: 15px;
  right: 15px;
  height: 5px;
  background-color: #b00060;
}

@media screen and (max-width: 445px) {
  h5.real-separator:before {
    top: 33px;
  }
}

h6 {
  font-size: 18px;
  line-height: 28px;
}

a {
  color: #2B2B29;
  transition: color .4s ease;
}

a:hover {
  text-decoration: none;
  color: #b00060;
  transition: color .4s ease;
}

a:focus {
  color: #c16c9a;
}

a.btn {
  padding: 0;
  padding-right: 30px;
  padding-left: 30px;
  height: 55px;
  line-height: 53px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Asap", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  overflow: hidden;
  outline: none;
  border: 1px solid #2B2B29;
  border-radius: 0;
  font-weight: bold;
  color: #2B2B29;
  position: relative;
  text-decoration: none !important;
  transition: all .4s ease;
}

a.btn.small {
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

a.btn.upload:before {
  display: none;
  font-family: "Ionicons";
  content: "\f40a";
  margin-right: 5px;
}

a.btn.upload:hover:before {
  display: block;
  font-size: 22px;
}

a.btn:hover {
  background-color: #b00060;
  color: white !important;
  border-color: transparent;
  transition: all .4s ease;
}

a.btn-alt {
  padding: 0;
  padding-right: 30px;
  padding-left: 30px;
  height: 55px;
  line-height: 53px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "Asap", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  overflow: hidden;
  outline: none;
  border-radius: 0;
  font-weight: 100;
  color: white;
  position: relative;
  text-decoration: none !important;
  transition: all .4s ease;
  background-color: #b00060;
}

a.btn-alt:hover {
  background-color: #5D0339;
  color: white !important;
  transition: all .4s ease;
}

a.btn-alt.search {
  padding-left: 15px;
  padding-right: 15px;
}

a.btn-alt.search:before {
  display: none;
  font-family: "Ionicons";
  content: "\f4a5";
}

a.btn-alt.search:hover:before {
  display: block;
  font-size: 22px;
}

a.btn-alt.tel {
  padding-left: 15px;
  padding-right: 15px;
}

a.btn-alt.tel:before {
  display: none;
  font-family: "Ionicons";
  content: "\f2d2";
}

a.btn-alt.tel:hover:before {
  display: block;
  font-size: 22px;
}

a.btn-alt.contact {
  padding-left: 15px;
  padding-right: 15px;
}

a.btn-alt.contact:before {
  display: none;
  font-family: "Ionicons";
  content: "\f3fc";
}

a.btn-alt.contact:hover:before {
  display: block;
  font-size: 26px;
}

a.btn-alt.info {
  padding-left: 15px;
  padding-right: 15px;
}

a.btn-alt.info:before {
  display: none;
  font-family: "Ionicons";
  content: "\f44b";
}

a.btn-alt.info:hover:before {
  display: block;
  font-size: 35px;
}

a.btn-alt.share {
  padding-left: 15px;
  padding-right: 15px;
}

a.btn-alt.share:before {
  display: none;
  font-family: "Ionicons";
  content: "\f3ac";
}

a.btn-alt.share:hover:before {
  display: block;
  font-size: 22px;
}

a.btn-alt.small {
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

a.btn-alt.small-text {
  letter-spacing: 0;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width: 991px) and (max-width: 1250px) {
  a.btn-alt.small-text {
    letter-spacing: -0.5px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 12px;
  }
}

@media screen and (max-width: 650px) {
  a.btn-alt.small-text {
    letter-spacing: -0.5px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 550px) {
  a.btn-alt.small-text {
    font-size: 12px !important;
  }
}

a.btn-alt.xs {
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  padding-left: 15px;
  padding-right: 15px;
}

a.btn-alt.logo {
  padding-left: 72px;
}

a.btn-alt.logo:before {
  content: "";
  background-image: url(/assets/img/icon_vuoi_vendere_btn.png);
  position: absolute;
  width: 36px;
  height: 28px;
  left: 30px;
  top: 10px;
}

@media screen and (max-width: 650px) {
  a.btn-alt.logo:before {
    top: 5px;
  }
}

@media screen and (max-width: 353px) {
  a.btn-alt.logo:before {
    left: 20px;
  }
}

@media screen and (max-width: 650px) {
  a.btn-alt.logo {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

@media screen and (max-width: 353px) {
  a.btn-alt.logo {
    padding-right: 25px;
    padding-left: 62px;
  }
}

a.btn-alt.logo span.desktop {
  display: block;
}

@media screen and (max-width: 550px) {
  a.btn-alt.logo span.desktop {
    display: none;
  }
}

a.btn-alt.logo span.mobile {
  display: none;
}

@media screen and (max-width: 550px) {
  a.btn-alt.logo span.mobile {
    display: block;
  }
}

a.btn-alt i {
  margin-right: 10px;
}

a.btn-alt.facebook {
  background-color: #3B5998;
  width: 100%;
  font-size: 14px;
}

a.btn-alt.facebook:hover {
  background-color: #2e4777;
}

a.btn-alt.google {
  background-color: #D73D32;
  width: 100%;
  font-size: 14px;
}

a.btn-alt.google:hover {
  background-color: #992c24;
}

a.btn-simple {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "Asap", sans-serif;
  display: inline-block;
  overflow: hidden;
  outline: none;
  border-radius: 0;
  font-weight: 100;
  color: #b00060;
  position: relative;
  transition: all .4s ease;
}

a.btn-simple:hover {
  text-decoration: underline;
  transition: all .4s ease;
}

a.btn-simple.small {
  height: 35px;
  line-height: 35px;
}

a.btn-simple i {
  margin-right: 10px;
}

a.btn-simple.block {
  display: block;
}

a.more-info {
  color: #b00060;
  position: relative;
  padding-right: 20px;
}

a.more-info:after {
  content: "\f123";
  font-family: "Ionicons";
  position: absolute;
  top: -8px;
  right: 0;
}

a.more-info.closed:after {
  content: "\f126";
}

button.btn-alt {
  padding: 0;
  padding-right: 30px;
  padding-left: 30px;
  height: 55px;
  line-height: 53px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "Asap", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  overflow: hidden;
  outline: none;
  border-radius: 0;
  font-weight: 100;
  color: white;
  position: relative;
  text-decoration: none !important;
  transition: all .4s ease;
  background-color: #b00060;
  border: none;
}

button.btn-alt:hover {
  background-color: #2B2B29;
  color: white !important;
  transition: all .4s ease;
}

button.btn-alt.small {
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

p {
  font-family: "Raleway", sans-serif;
  font-weight: 100;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0.5px;
  color: #4D4D4D;
}

p b, p strong {
  font-weight: 700;
}

p a {
  color: #b00060;
  transition: color .4s ease;
  font-weight: bold;
}

p a b:hover, p a strong:hover {
  color: #4D4D4D;
  transition: color .4s ease;
}

p a:hover {
  color: #4D4D4D;
  transition: color .4s ease;
}

p.big {
  font-size: 20px;
  line-height: 30px;
}

p.white {
  color: white;
}

p.italic {
  font-style: italic;
}

img {
  outline: none;
  max-width: 100%;
  display: block;
}

img.center {
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  img.responsive {
    margin: 0 auto 25px auto;
  }
}

img.img-full-width {
  width: 100%;
  height: auto;
}

.strong, .bold {
  font-weight: bold;
}

ul.list-style {
  font-family: "Raleway", sans-serif;
  font-weight: 100;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #4D4D4D;
  padding-left: 15px;
  list-style: square;
}

ul.list-style li {
  margin-bottom: 5px;
}

.nav-tabs {
  border-bottom: transparent;
}

.nav-tabs > li a {
  padding: 12px 25px;
  font-size: 20px;
  line-height: 30px;
  color: white;
  background-color: #b00060;
  border-radius: 0;
  min-width: 200px;
  text-align: center;
  margin-right: 0;
  transition: all .4s ease;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}

.nav-tabs > li a:hover {
  border: 1px solid transparent;
  background-color: #5D0339;
  transition: all .4s ease;
}

@media screen and (max-width: 991px) {
  .nav-tabs > li a {
    padding: 10px 15px;
    min-width: 50px;
  }
}

.nav-tabs > li.active a {
  border: none;
  border-left: 1px rgba(0, 0, 0, 0.2) solid;
  border-right: 1px rgba(0, 0, 0, 0.2) solid;
  border-top: 1px rgba(0, 0, 0, 0.08) solid;
  border-bottom: 1px #efefef solid;
  border-radius: 0;
  background-color: #efefef;
  color: #b00060;
  transition: all .4s ease;
  box-shadow: -2px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus {
  border-right: 1px rgba(0, 0, 0, 0.2) solid;
  border-left: 1px rgba(0, 0, 0, 0.2) solid;
  border-top: 1px rgba(0, 0, 0, 0.08) solid;
  border-bottom: 1px #efefef solid;
  color: #b00060;
  background-color: #efefef;
  transition: all .4s ease;
}

.nav-tabs > li.active.last-tab a {
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.tab-content {
  border-left: 1px rgba(0, 0, 0, 0.2) solid;
  border-right: 1px rgba(0, 0, 0, 0.2) solid;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 transparent, 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  background-color: #efefef;
  padding: 3px 25px 25px 25px;
  position: relative;
  z-index: 1;
}

.tab-content .tab-inside .nav-tabs {
  border-bottom: transparent;
}

.tab-content .tab-inside .nav-tabs > li a {
  background-color: transparent;
  color: #b00060;
  text-align: left;
  min-width: 100px;
  padding: 12px 25px 0 0;
  border: none !important;
  box-shadow: none;
  font-size: 16px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
}

.tab-content .tab-inside .nav-tabs > li a:hover {
  border: none !important;
}

.tab-content .tab-inside .nav-tabs > li.active a {
  border: none !important;
  font-weight: bold;
}

.tab-content .tab-inside .tab-content {
  padding: 10px 0 0 0;
  box-shadow: none;
  border-left: none;
  border-right: none;
  height: auto !important;
}

.padding-lg {
  padding: 100px 0 !important;
}

.padding-top-lg {
  padding: 100px 0 50px 0 !important;
}

.padding-bottom-lg {
  padding: 50px 0 100px 0 !important;
}

.padding-onlytop-lg {
  padding-top: 100px !important;
}

.padding-md {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

@media screen and (max-width: 480px) {
  .padding-md {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}

.padding-onlytop-md {
  padding-top: 50px !important;
}

.padding-onlybottom-md {
  padding-bottom: 50px !important;
}

.padding-sm {
  padding: 25px 0 !important;
}

.padding-onlytop-sm {
  padding-top: 25px !important;
}

.padding-onlybottom-sm {
  padding-bottom: 25px !important;
}

.padding-xs {
  padding: 10px 0 !important;
}

.padding-onlybottom-xs {
  padding-bottom: 10px !important;
}

.padding-left-null {
  padding-left: 0 !important;
}

.padding-right-null {
  padding-right: 0 !important;
}

.padding-leftright-null {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media screen and (max-width: 550px) {
  .padding-550-leftright-null {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 480px) {
  .padding-xs-right-null {
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 480px) {
  .padding-xs-left-null {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 480px) {
  .padding-xs-leftright-null {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 991px) {
  .padding-sm-left-null {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 991px) {
  .padding-sm-right-null {
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 991px) {
  .padding-sm-leftright-null {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.colour-background {
  background-color: #b00060;
}

.colour-dark-background {
  background-color: #5D0339;
}

.light-background {
  background-color: #F8F8F8;
}

.color {
  color: #b00060;
}

.empty-space-lg {
  height: 200px;
  width: 100%;
  position: relative;
}

.empty-space-md {
  height: 100px;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .empty-space-md {
    height: 35px;
  }
}

@media screen and (max-width: 991px) {
  .empty-space-md {
    display: none;
  }
}

.empty-space-sm {
  height: 50px;
  width: 100%;
  position: relative;
}

.empty-space-xs {
  height: 25px;
  width: 100%;
  position: relative;
}

.no-scroll {
  overflow: hidden;
}

/*-------------------------------------------------*/
/* =  3.Main Setting
/*-------------------------------------------------*/
