@import url(http://fonts.googleapis.com/css?family=Nunito:400,300,700);
/* Configurations */
html,
body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  /*font-family: inherit;*/
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol,
ul {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
* {
  outline: none;
}
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: 0;
}
a {
  text-decoration: none;
}
a:hover,
a:active {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/* RSLIDES */
.rslides {
  position: relative;
  list-style: none !important;
  overflow: hidden;
  /*width: 100%;*/
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  margin: 0 !important;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
ul.rslides_tabs {
  position: absolute;
  right: 3.25%;
  bottom: 6.25%;
  z-index: 99999;
}
ul.rslides_tabs li {
  float: left;
  margin-left: 2.5px;
}
ul.rslides_tabs li a {
  display: block;
  width: 25px;
  height: 25px;
  background-position: 0 0;
  text-indent: -9999px;
}
ul.rslides_tabs li.rslides_here a {
  background-position: -30px 0;
}
/* ------------------------------- */
/** Carousel **/
.jcarousel {
  position: relative;
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
}
.jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.jcarousel li {
  float: left;
  /*border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;*/
}
.jcarousel img {
  display: block;
  max-width: 100%;
  height: auto !important;
}
/** Carousel Controls **/
.jcarousel-prev,
.jcarousel-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 15px;
  height: 61px;
  text-align: center;
  /*background: #4E443C;*/
  background: url("../images/jcarousel_paginator.png") repeat;
  /*color: #fff;*/
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  /*font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;*/
  text-indent: -99999px;
  z-index: 9999999999999;
}
.jcarousel-prev {
  left: 15px;
}
.jcarousel-next {
  right: 15px;
  background-position: -15px 0;
}
/** Carousel Pagination **/
.jcarousel-pagination {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0;
}
.jcarousel-pagination a {
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  height: 10px;
  width: 10px;
  line-height: 10px;
  background: #fff;
  color: #4E443C;
  border-radius: 10px;
  text-indent: -9999px;
  margin-right: 7px;
  -webkit-box-shadow: 0 0 2px #4E443C;
  -moz-box-shadow: 0 0 2px #4E443C;
  box-shadow: 0 0 2px #4E443C;
}
.jcarousel-pagination a.active {
  background: #4E443C;
  color: #fff;
  opacity: 1;
  -webkit-box-shadow: 0 0 2px #F0EFE7;
  -moz-box-shadow: 0 0 2px #F0EFE7;
  box-shadow: 0 0 2px #F0EFE7;
}
/* font-family: 'Rum Raisin', sans-serif; */
body {
  font-family: 'Nunito', Arial, serif;
  font-weight: 400;
  color: #4b4b4b;
  font-size: 12px;
  /*height: 1500px;*/
}
.clear {
  clear: both;
}
.pageWidth {
  margin: 0 auto;
  max-width: 930px;
  padding: 15px;
  position: relative;
}
#header {
  width: 100%;
  height: 110px;
  background: #d4213e;
  z-index: 9999999;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
#header.sticky {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  height: 60px;
  /*img.logo-small {
        display: inherit;
      }*/
}
#header.sticky img.logo {
  display: none;
}
#header.sticky #navigation {
  margin-top: 7px;
}
#header .logo-small {
  display: none;
}
#header #navigation {
  float: right;
  margin-top: 30px;
}
#header #navigation ul {
  position: relative;
}
#header #navigation ul li {
  float: left;
  text-transform: uppercase;
  font-size: 16px;
  margin-right: 1px;
}
#header #navigation ul li a {
  color: #fff;
  padding: 7px 22px;
}
#header #navigation ul li a:hover {
  color: #d4213e;
  background: #fff;
}
#header #navigation ul li.active a {
  color: #d4213e;
  background: #fff;
}
#header #navigation ul li:hover > ul {
  display: block;
}
#header #navigation ul li.liServices:hover .aServices {
  padding: 7px 22px;
  color: #d4213e;
  background: #fff;
}
#header #navigation ul ul {
  display: none;
  z-index: 9999999;
  /*padding-top: 10px;
        padding-bottom: 10px;*/
  position: absolute;
  top: 25px;
  margin-left: -1px;
  background: #fff;
  border: 1px solid #d4213e;
  border-top: 0;
  /*border-right: 0;*/
}
#header #navigation ul ul li {
  float: none;
  padding: 11px 22px;
}
#header #navigation ul ul li a {
  padding: 0;
  color: #d4213e;
}
#header #navigation ul ul li:hover {
  background: #d4213e;
}
#header #navigation ul ul li:hover a {
  color: #fff;
  background: transparent;
}
#sliderWrap {
  background: url("../images/pattern.png") repeat;
  z-index: 1;
  border-bottom: 3px solid #bab9b9;
}
#sliderWrap #slider {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
#content {
  min-height: 300px;
  background: #fff;
  z-index: 0;
  margin-top: 25px;
}
#content h1 {
  font-size: 32.4px;
  text-transform: uppercase;
  text-align: center;
  background: url("../images/service-decor.png") transparent no-repeat center;
  margin-top: 20px;
  margin-bottom: 20px;
}
#content h1.inset-text {
  /* Shadows are visible under slightly transparent text color */
  color: rgba(203, 202, 202, 0.8);
  text-shadow: 1px 2px 2px #e5e6e6, 0 0 0 #444, 1px 2px 2px #e5e6e6;
}
#content h1.inset-text::-moz-selection {
  background: #5af;
  color: #fff;
  text-shadow: none;
}
#content h1.inset-text::selection {
  background: #5af;
  color: #fff;
  text-shadow: none;
}
#content h1.pageTitle {
  background: none;
  color: #d4213e;
  text-align: left;
}
#content .pageDesc {
  text-align: justify;
  font-size: 14px;
}
.pageDesc fieldset {
    margin-top: 25px;
    border: 1px solid #d4213e;
    padding: 15px;
  }
 .pageDesc legend {
    font-size: 14px;
    font-weight: bold;
  }
  .pageDesc .immobiliare-img {
    float: left;
    padding: 2px;
  }
#content .pageDesc ul {
  margin-top: 15px;
  margin-bottom: 15px;
}
#content .pageDesc ul li {
  padding-left: 15px;
  background: url("../images/bc-separator.png") no-repeat left;
}
#content .pageDesc h2 {
  font-size: 20px;
}
#content .breadcrumbs {
  z-index: 999999999999999999999999999;
  margin-top: -5px;
}
#content .breadcrumbs li {
  float: left;
  background: none;
  padding: 0;
  margin-right: 8px;
  font-size: 11px;
  color: #888;
}
#content .breadcrumbs li a {
  color: #888;
}
#content .breadcrumbs li a:hover {
  color: #d4213e;
  text-decoration: underline;
}
#content .breadcrumbs li.breadcrumbs-separator {
  display: block;
  text-indent: -9999px;
  background: url("../images/bc-separator.png") no-repeat 0 50%;
  width: 7px;
  height: 9px;
}
#content .breadcrumbs li.active {
  font-weight: bold;
  color: #3b1c01;
}
#content #services .servizi {
  /*width: 180px;*/
  width: 225px;
  height: 180px;
  border: 3px solid #fff;
  position: relative;
  float: left;
}
#content #services .servizi:hover {
  border-color: #d4213e;
}
#content #services .servizi:hover h2 {
  color: #d4213e;
}
#content #services .servizi .icon {
  background: url("../images/servizi.png");
  margin: 0 auto;
  margin-top: 25px;
}
#content #services .servizi h2 {
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  font-weight: bold;
  font-size: 14px;
  color: #acabab;
  top: 125px;
}
#content #services .servizi.tradizioni .icon {
  width: 68px;
  height: 80px;
  background-position: 0 0;
}
#content #services .servizi.tradizioni:hover .icon {
  background-position: -78px 0;
}
#content #services .servizi.gestione .icon {
  width: 73px;
  height: 80px;
  background-position: 0 -90px;
}
#content #services .servizi.gestione:hover .icon {
  background-position: -78px -90px;
}
#content #services .servizi.ristrutturazione .icon {
  width: 84px;
  height: 80px;
  background-position: 0 -185px;
}
#content #services .servizi.ristrutturazione:hover .icon {
  background-position: -88px -185px;
}
#content #services .servizi.ungherese .icon {
  width: 79px;
  height: 80px;
  background-position: 0 -275px;
}
#content #services .servizi.ungherese:hover .icon {
  background-position: -90px -275px;
}
#content #services .servizi.turistica .icon {
  width: 80px;
  height: 80px;
  background-position: 0 -373px;
}
#content #services .servizi.turistica:hover .icon {
  background-position: -90px -373px;
}
#content #services .servizi.taxi .icon {
  width: 73px;
  height: 78px;
  background-position: 0 -1385px;
}
#content #services .servizi.taxi:hover .icon {
  background-position: -100px -1385px;
}
#content #services .servizi.assistenza .icon {
  width: 100px;
  height: 80px;
  background-position: 0 -535px;
}
#content #services .servizi.assistenza:hover .icon {
  background-position: -110px -535px;
}
#content #services .servizi.commercialista .icon {
  width: 80px;
  height: 80px;
  background-position: 0 -628px;
}
#content #services .servizi.commercialista:hover .icon {
  background-position: -90px -628px;
}
#content #services .servizi.legale .icon {
  width: 109px;
  height: 80px;
  background-position: 0 -723px;
}
#content #services .servizi.legale:hover .icon {
  background-position: -120px -723px;
}
#content #services .servizi.autoveicoli .icon {
  width: 105px;
  height: 80px;
  background-position: 0 -816px;
}
#content #services .servizi.autoveicoli:hover .icon {
  background-position: -110px -816px;
}
#content #services .servizi.medico .icon {
  width: 80px;
  height: 80px;
  background-position: 0 -914px;
}
#content #services .servizi.medico:hover .icon {
  background-position: -90px -914px;
}
#content #services .servizi.immobiliare .icon {
  width: 60px;
  height: 80px;
  background-position: 0 -1006px;
}
#content #services .servizi.immobiliare:hover .icon {
  background-position: -70px -1006px;
}
#content #services .servizi.eventi .icon {
  width: 72px;
  height: 80px;
  background-position: 0 -1108px;
}
#content #services .servizi.eventi:hover .icon {
  background-position: -80px -1108px;
}
#content #services .servizi.trasloco .icon {
  width: 110px;
  height: 63px;
  background-position: 0 -1206px;
}
#content #services .servizi.trasloco:hover .icon {
  background-position: -125px -1206px;
}
#content #services .servizi.per-aziende .icon {
  width: 92px;
  height: 80px;
  background-position: 0 -1279px;
}
#content #services .servizi.per-aziende:hover .icon {
  background-position: -100px -1279px;
}
#content #services .servizi.assicurazione .icon {
  width: 80px;
  height: 75px;
  background-position: 0 -1487px;
}
#content #services .servizi.assicurazione:hover .icon {
  background-position: -103px -1487px;
}
.footerDecor {
  background: url("../images/footer-decor.png") top repeat-x;
  width: 100%;
  height: 5px;
  margin-top: 15px;
}
#footer {
  width: 100%;
  min-height: 435px;
  background: #a40f27;
}
#footer #footerContent {
  color: #fff;
  font-size: 14px;
  padding-top: 20px;
}
#footer #footerContent #colOne {
  float: left;
  width: 434px;
  border-right: 1px solid #fff;
  padding-right: 30px;
}
#footer #footerContent #colOne h1 {
  color: #eccf10;
  font-size: 18px;
  padding: 20px 0;
}
#footer #footerContent #colOne #contact1 {
  float: left;
  width: 50%;
}
#footer #footerContent #colOne #contact1 p {
  margin-bottom: 3px;
}
#footer #footerContent #colOne #contact1 .office {
  font-weight: bold;
  font-size: 16px;
}
#footer #footerContent #colOne form#footerContact table {
  width: 94%;
}
#footer #footerContent #colOne form#footerContact input {
  border: 0;
  padding: 7px 10px;
  font-family: 'Nunito', Arial, serif;
}
#footer #footerContent #colOne form#footerContact textarea {
  border: 0;
  padding: 7px 10px;
  resize: none;
  font-family: 'Nunito', Arial, serif;
  width: 94.5%;
  height: 90px;
}
#footer #footerContent #colOne form#footerContact input[name="inpName"] {
  width: 89%;
}
#footer #footerContent #colOne form#footerContact input[name="inpEmail"] {
  width: 89%;
}
#footer #footerContent #colOne form#footerContact input[name="inpSubject"] {
  width: 94.5%;
  margin-top: 3px;
  margin-bottom: 3px;
}
#footer #footerContent #colOne form#footerContact input[type="submit"] {
  width: 98%;
  margin-top: 3px;
  background: #eccf10;
  color: #3b1c01;
}
#footer #footerContent #colOne form#footerContact input[type="submit"]:hover {
  background: #3b1c01;
  color: #eccf10;
}
#footer #footerContent #colOne #contact2 {
  margin-top: 18px;
  float: left;
  width: 50%;
}
#footer #footerContent #colOne #contact2 p {
  margin-bottom: 3px;
}
#footer #footerContent #colOne #contact2 .phone {
  font-weight: bold;
}
#footer #footerContent #colOne #contact2 .email {
  font-weight: bold;
}
#footer #footerContent #colOne #contact2 .email a {
  color: #eccf10;
}
#footer #footerContent #colTwo {
  float: left;
  width: 420px;
  padding-left: 45px;
}
#footer #footerContent #colTwo h1 {
  color: #eccf10;
  font-size: 18px;
  padding: 20px 0;
}
#footer #footerContent #colTwo ul li {
  float: left;
  font-size: 15px;
  margin-right: 25px;
}
#footer #footerContent #colTwo ul li a {
  color: #fff;
  opacity: .9;
}
#footer #footerContent #colTwo ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}
#footer #footerContent #colTwo ul#ulServizi li {
  margin-bottom: 20px;
}
#footer #footerContent #colTwo #copyright {
  font-size: 12px;
  margin-top: 18px;
  opacity: .7;
}
.slicknav_menu {
  display: none;
}
/* MediaQuery */
@media screen and (max-width: 980px) {
  #content #services .servizi {
    width: 223px;
  }
  #footer #footerContent {
    /*#colOne {
        float: none;
      }
      #colTwo {
        float: none;
      }*/
  }
  #footer #footerContent #colTwo {
    width: 38%;
  }
  #footer #footerContent #colTwo ul li {
    font-size: 13px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 960px) {
  #content #services .servizi {
    /*width: 296px;*/
    width: 32.5%;
  }
}
@media screen and (max-width: 885px) {
  #header {
    height: 45px;
    /*position: fixed;
    left: 0;
    top: 0;*/
  }
  #header .logo {
    display: none;
  }
  #header .logo-small {
    display: block;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    width: 30%;
    z-index: 9999999999999999999999;
  }
  .js #fullNav {
    display: none;
  }
  .js .slicknav_menu {
    width: 100%;
    right: 0;
    position: absolute;
    /*position: fixed;*/
    top: 1px;
    display: block;
    z-index: 9999999999999999999999;
    background: transparent;
  }
}
@media screen and (max-width: 875px) {
  #footer #footerContent #colOne {
    float: none;
    border-right: 0;
    width: 100%;
    padding-right: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
  }
  #footer #footerContent #colTwo {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #content #services .servizi {
    /*width: 296px;*/
    width: 32%;
  }
}
@media screen and (max-width: 500px) {
  #content #services .servizi {
    /*width: 296px;*/
    width: 48%;
  }
}
@media screen and (max-width: 420px) {
  #content #services .servizi {
    /*width: 296px;*/
    width: 98%;
  }
}
#rssincl-box-1100903 {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
}
.rssincl-itemtitle {
	font-size:18px;
	font-weight:bold;
	padding-top:20px;
	margin-bottom:10px;
	text-transform:uppercase;
	border-bottom: 1px solid #666666;
}
.rssincl-itemtitle a{
	
	color:#d4213e;
	}
	.rssincl-itemtitle a:hover{
	
	color:#000000;
	}