/*  Table of Content
============================================================================

1. GENERAL CSS
2. HEADER
3. CONTENT BLOCKS
4. EXTENSIONS
5. CUSTOM STYLES

============================================================================ */


/* 1. GENERAL CSS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@font-face {
    font-family: TrashHand;
    src: url(../font/TrashHand.TTF);
}

body {
  font-family: 'Raleway', sans-serif;
  color: #333333;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
}

/* Mobile */
@media (max-width: 767px) {

  body {
    padding-left: 0!important;
    padding-right: 0!important;
  }

}
a {
  color: #0099ff;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #444;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: none;
}
p {
  margin: 0px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #fff;
  border: #DDDDDD -moz-use-text-color #FFFFFF !important;
}
img {
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/* 2. HEADER
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#fav-containerwrap {
}
#fav-container {
	background-color: #fff;
}
#fav-headerwrap {
	margin-bottom: 0px;
	padding-top: 7px;
  padding-bottom: 0px;
}

/* Mobile */
@media handheld, only screen and (max-width: 768px) {

  #fav-header {
		padding-top: 20px;
  }

}

/* LOGO
---------------------------------------------------------------------------- */

#fav-logo {
  height: 100%;
  margin: 0;
  text-align: left ;
  display:inline;
}
#fav-logo h1 {
  margin: 0;
}
.defaultLogo,
.mediaLogo {
  display: block;
  padding: 0;
  margin: 0;
}
.textLogo {
  color: #111;
  font-size: 40px;
  padding: 10px 0;
  margin: 10px 0;
  line-height: 30px;
}
.slogan {
  color: #777;
  font-size: 14px;
  line-height: 21px;
  padding: 0;
  margin: 0;
}
.showRetinaLogo {
  display: none;
}

/* Mobile */
@media (max-width: 1199px) {

  .row #fav-logo {
    width: 100%;
    padding-top: 0;
  }
  #fav-logo {
    text-align: center;
    width: 100%;
  }

}
@media handheld, only screen and (max-width: 768px) {

  #fav-logo {
    margin-top: 0;
    padding-top: 0;
  }
  #fav-logo.span3 {
    margin-bottom: 0;
  }

}

/* NAVIGATION
---------------------------------------------------------------------------- */

#fav-nav {
  z-index: 100;
  position: relative;
  float: right;
  margin-top: 16px;
  
	background-color: #ebebeb;
	
	height: 40px;
	overflow:hidden;
}
#fav-nav .moduletable {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    left: -50%;
    margin: 0;
    overflow: visible;
    position: relative;
	height: 34px;
}
#fav-nav .moduletable ul.nav.menu {
  float:right;
}
#fav-nav .moduletable ul.nav.menu li,
#fav-nav .moduletable ul.nav.menu li li,
#fav-nav .moduletable ul.nav.menu li li li,
#fav-nav .moduletable ul.nav.menu li li li li {
  line-height: 20px;
  padding-left: 0;
}
#fav-nav .navigation {
}
#fav-nav .navigation li a {
  color: #777;
  padding: 13px 0 13px 2px;
  width: 142px;
  text-align:center;
  border-radius: 0;
  margin: 0;
  font-size: 14px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  /*background-image: url(../images/separatore.png); background-repeat:no-repeat; background-position:top right;*/
}
#fav-nav .navigation li a:before {
  content: none;
}
#fav-nav .navigation .nav-pills > .active > a,
#fav-nav .navigation .nav-pills > li > a:hover {
  background-color: #0099FF;
	color: #fff;
  text-decoration: none;
}
.navigation .nav-pills {
  margin-bottom: 0;
}

/* Subnav */

.navigation ul.nav-child {
  position: absolute;
  left: 10px;
  z-index: 1000;
  display: none;
  min-width: 200px;
  padding: 5px 0;
  margin: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ddd;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.navigation ul.nav > li {
    float: left;
    left: 50%;
    position: relative;
}
.navigation ul.nav > li:hover > .nav-child,
.navigation ul.nav > li > a:focus + .nav-child,
.navigation ul.nav-child li:hover > ul {
  display: block;
}
#fav-nav .nav-pills ul.nav-child li > ul {
  margin: -38px 0 0 190px;
  padding: 0;
}
.navigation ul.nav-child a {
  display: block;
  clear: both;
  color: #333;
  font-size: 14px;
  padding: 3px 20px;
  font-weight: normal;
  line-height: 2em!important;
  white-space: nowrap;
}
#fav-nav .navigation .nav-pills .nav-child {
  padding-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#fav-nav .navigation .nav-pills .nav-child a {
  margin: 0;
  padding: 4px 20px;
  font-size: 14px;
  border-top: none!important;
  border-bottom: 1px solid #ddd;
}
#fav-nav .navigation .nav-pills .nav-child > .active > a,
#fav-nav .navigation .nav-pills .nav-child > li > a:hover  {
  text-decoration: none;
  color: #0099ff;
}
.navigation .nav-child.pull-right {
  right: 0;
  left: auto;
}
.navigation .nav-child .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.navigation .nav-child:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0,0,0,0.2);
  content: '';
}
.navigation .nav-child:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}
.navigation .nav-child li > ul:before {
  top: 10px;
  left: -7px;
  border-left: none;
  border-bottom: 7px solid transparent;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
}
.navigation .nav-child li > ul:after {
  top: 11px;
  left: -6px;
  margin-top: 0;
  border-left: none;
  border-top: 6px solid transparent;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
}

/* Mobile */
@media (min-width: 768px) and (max-width: 1199px) {

	#fav-headerwrap {
		padding-bottom: 0;
		border-bottom: none;
	}
	#fav-nav {
		float: none;
		width: 100%;
		margin-left: 0;
		padding: 0px;
  }
  #fav-nav .moduletable ul.nav.menu {
    float: none;
  }
  #fav-nav .navigation {
    display: table;
    margin: 0 auto;
  }
  #fav-nav .navigation .nav-pills {
    margin-top: 0;
  }

}

@media (min-width: 768px) and (max-width: 979px) {

   #fav-nav .navigation li a {
   }

}
@media (min-width: 768px) {

  #fav-navbar {
    display: none;
  }

}

/* IE */
.lt-ie9 #fav-navbar,
.lt-ie9 #fav-nav {
  display: none;
}
.lt-ie9 #fav-header {
  position: relative;
  z-index: 9999;
}
.lt-ie9 .navigation ul.nav-child {
  padding-top: 0;
}
.lt-ie9 .navigation ul.nav-child a:hover {
  background-color: #fff;
}


/* Navbar for mobile view
---------------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 767px) {

  #fav-nav {
    display: none;
  }

  /* Navbar */

  #fav-navbar .moduletable {
    margin: 0;
    padding: 7px 0 0;
  }
  #fav-navbar .navbar {
    margin-bottom: 0;
  }
  #fav-navbar .navbar-inner {
    padding: 0;
  }
  #fav-navbar a.btn.btn-navbar {
    margin-bottom: 0;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)
  }

  /* Navbar collapse */

  #fav-navbar-collapse .moduletable ul li,
  #fav-navbar-collapse ul {
    background: none;
    float: none;
    padding: 0;
    margin: 0;
  }
  #fav-navbar-collapse li a {
    padding-left: 14px;
  }
  #fav-navbar-collapse li li a {
    padding-left: 28px;
  }
  #fav-navbar-collapse li li li a {
    padding-left: 42px;
  }
  #fav-navbar-collapse li li li li a {
    padding-left: 56px;
  }
  #fav-navbar-collapse li li li li li a {
    padding-left: 70px;
  }
  #fav-navbar-collapse a {
    display: block;
    padding: 4px 14px 2px;
    font-size: 14px;
    line-height: 2em;
    font-weight: normal;
    text-decoration: none;
    margin: 0;
  }
  #fav-navbar-collapse a:before {
    font-family: 'Raleway', sans-serif;
    content: "\f105";
    padding-left: 10px;
    padding-top: 0;
    float: right;
    font-size: 15px;
    line-height: 2em;
    font-weight: normal;
  }
  .navbar-inverse .nav .active > a,
  .navbar .nav .active > a,
  .navbar-inverse .nav .active > a:hover,
  .navbar .nav .active > a:hover,
  .navbar-inverse .nav .active > a:focus,
  .navbar .nav .active > a:focus {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  /* Navbar Light */

  div.navbar #fav-navbar-collapse li a:hover,
  div.navbar #fav-navbar-collapse li li a:hover,
  div.navbar #fav-navbar-collapse li li li a:hover,
  div.navbar #fav-navbar-collapse li li li li a:hover,
  div.navbar #fav-navbar-collapse li a:focus,
  div.navbar #fav-navbar-collapse li li a:focus,
  div.navbar #fav-navbar-collapse li li li a:focus,
  div.navbar #fav-navbar-collapse li li li li a:focus,
  div.navbar #fav-navbar-collapse li[class^="item-"].current.active,
  div.navbar #fav-navbar-collapse li[class*=" item-"].current.active,
  div.navbar #fav-navbar-collapse li li[class^="item-"].current.active,
  div.navbar #fav-navbar-collapse li li[class*=" item-"].current.active,
  div.navbar #fav-navbar-collapse li li li[class^="item-"].current.active,
  div.navbar #fav-navbar-collapse li li li[class*=" item-"].current.active,
  div.navbar #fav-navbar-collapse li li li li[class^="item-"].current.active,
  div.navbar #fav-navbar-collapse li li li li[class*=" item-"].current.active {
    background-color: #eee!important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  div.navbar #fav-navbar-collapse li li:hover,
  div.navbar #fav-navbar-collapse li li li:hover,
  div.navbar #fav-navbar-collapse li li li li:hover {
    background: none;
  }
  div.navbar #fav-navbar-collapse li {
    border-top: 1px solid #ddd;
  }
  div.navbar #fav-navbar-collapse a {
    color: #444;
  }
  div.navbar #fav-navbar-collapse a:before {
    color: #aaa;
  }
  div.navbar #fav-navbar-collapse li a:hover:before,
  div.navbar #fav-navbar-collapse li[class^="item-"].current.active a:before,
  div.navbar #fav-navbar-collapse li[class*=" item-"].current.active a:before,
  div.navbar #fav-navbar-collapse li li[class^="item-"].current.active a:before,
  div.navbar #fav-navbar-collapse li li[class*=" item-"].current.active a:before,
  div.navbar #fav-navbar-collapse li li li[class^="item-"].current.active a:before,
  div.navbar #fav-navbar-collapse li li li[class*=" item-"].current.active a:before,
  div.navbar #fav-navbar-collapse li li li li[class^="item-"].current.active a:before,
  div.navbar #fav-navbar-collapse li li li li[class*=" item-"].current.active a:before {
    color: #777;
  }
  div.navbar #fav-navbar-collapse li[class^="item-"].current.active.deeper.parent ul,
  div.navbar #fav-navbar-collapse li[class*=" item-"].current.active.deeper.parent ul {
      color: #333;
      background-color: #fff;
  }
  div.navbar #fav-navbar-collapse li[class^="item-"].current.active.deeper.parent ul a:before,
  div.navbar #fav-navbar-collapse li[class*=" item-"].current.active.deeper.parent ul a:before {
      color: #aaa;
  }
  div.navbar #fav-navbar-collapse li[class^="item-"].current.active.deeper.parent ul a:hover:before,
  div.navbar #fav-navbar-collapse li[class*=" item-"].current.active.deeper.parent ul a:hover:before {
      color: #444;
  }
  .navbar .btn-navbar .icon-bar {
    background-color: #444;
    -webkit-box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
  }

  /* Navbar Inverse */

  div.navbar.navbar-inverse #fav-navbar-collapse li a:hover,
  div.navbar.navbar-inverse #fav-navbar-collapse li li a:hover,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li a:hover,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li li a:hover,
  div.navbar.navbar-inverse #fav-navbar-collapse li a:focus,
  div.navbar.navbar-inverse #fav-navbar-collapse li li:focus,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li:focus,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li li:focus,
  div.navbar.navbar-inverse #fav-navbar-collapse li[class^="item-"].current.active,
  div.navbar.navbar-inverse #fav-navbar-collapse li[class*=" item-"].current.active,
  div.navbar.navbar-inverse #fav-navbar-collapse li li[class^="item-"].current.active,
  div.navbar.navbar-inverse #fav-navbar-collapse li li[class*=" item-"].current.active,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li[class^="item-"].current.active,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li[class*=" item-"].current.active,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li li[class^="item-"].current.active,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li li[class*=" item-"].current.active {
    background-color: #333!important;
  }
  div.navbar.navbar-inverse #fav-navbar-collapse li li:hover,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li:hover,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li li:hover {
    background: none;
  }
  div.navbar.navbar-inverse #fav-navbar-collapse li {
    border-top: 1px solid #222;
  }
  div.navbar.navbar-inverse #fav-navbar-collapse a {
    color: #fff;
  }
  div.navbar.navbar-inverse #fav-navbar-collapse a:before {
    color: #777;
  }
  div.navbar.navbar-inverse #fav-navbar-collapse li a:hover:before,
  div.navbar.navbar-inverse #fav-navbar-collapse li[class^="item-"].current.active a:before,
  div.navbar.navbar-inverse #fav-navbar-collapse li[class*=" item-"].current.active a:before,
  div.navbar.navbar-inverse #fav-navbar-collapse li li[class^="item-"].current.active a:before,
  div.navbar.navbar-inverse #fav-navbar-collapse li li[class*=" item-"].current.active a:before,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li[class^="item-"].current.active a:before,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li[class*=" item-"].current.active a:before,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li li[class^="item-"].current.active a:before,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li li[class*=" item-"].current.active a:before {
    color: #fff;
  }
  div.navbar.navbar-inverse #fav-navbar-collapse li[class^="item-"].current.active.deeper.parent ul,
  div.navbar.navbar-inverse #fav-navbar-collapse li[class*=" item-"].current.active.deeper.parent ul {
    color: #fff;
    background-color: #111;
  }
  div.navbar.navbar-inverse #fav-navbar-collapse li[class^="item-"].current.active.deeper.parent ul a:before,
  div.navbar.navbar-inverse #fav-navbar-collapse li[class*=" item-"].current.active.deeper.parent ul a:before {
    color: #777;
  }
  div.navbar.navbar-inverse #fav-navbar-collapse li[class^="item-"].current.active.deeper.parent ul a:hover:before,
  div.navbar.navbar-inverse #fav-navbar-collapse li[class*=" item-"].current.active.deeper.parent ul a:hover:before {
    color: #fff;
  }
  div.navbar.navbar-inverse .btn-navbar .icon-bar {
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  }
  #fav-navbar.navbar.navbar-inverse a.btn.btn-navbar {
    border-color: #040404 #040404 #000;
  }

}


/* 3. CONTENT BLOCKS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#fav-slide,
#fav-intro,
#fav-showcase,
#fav-promo,
#fav-top,
#fav-maintop,
#fav-bottom,
#fav-user,
#fav-footer {
  padding-top: 0px;
  padding-bottom: 0px;
}
/* Mobile */
@media handheld, only screen and (max-width: 767px) {

  #fav-slide,
  #fav-intro,
  #fav-showcase,
  #fav-promo,
  #fav-top,
  #fav-maintop,
  #fav-bottom,
  #fav-user,
  #fav-footer {
    padding-top: 0;
    padding-bottom: 0;
  }

}

div#fav-intro1,
div#fav-intro2 { margin: 0 auto 5px!important; }

div#fav-introwrap.container-fluid .row-fluid [class*="span"] { 
    width: 50%;
min-width: 420px;	}
	
@media (max-width: 990px) {

div#fav-introwrap.container-fluid .row-fluid [class*="span"] { 
	float:none;}
}

@media (max-width: 640px) {

div#fav-introwrap.container-fluid .row-fluid [class*="span"] { 
    width: 50%;
min-width: 320px;	}
}
	
/* SLIDE
---------------------------------------------------------------------------- */

#fav-slide .moduletable li,
#fav-slide div[class^="moduletable-"] li,
#fav-slide div[class*=" moduletable-"] li {
  background: none;
}
#fav-slide .moduletable li ul,
#fav-slide div[class^="moduletable-"] li ul,
#fav-slide div[class*=" moduletable-"] li ul {
  margin-bottom: 14px;
}

/* Mobile */
@media (max-width: 767px) {

  #fav-slide .moduletable li ul,
  #fav-slide div[class^="moduletable-"] li ul,
  #fav-slide div[class*=" moduletable-"] li ul {
    margin-bottom: 0;
  }

}

/* BREADCRUMBS
---------------------------------------------------------------------------- */

#fav-breadcrumbs .moduletable,
#fav-breadcrumbs div[class^="moduletable-"],
#fav-breadcrumbs div[class*=" moduletable-"] {
  font-size: 0.9em;
  margin: 5px 0px 2px;
}
#fav-breadcrumbs .moduletable img,
#fav-breadcrumbs div[class^="moduletable-"] img,
#fav-breadcrumbs div[class*=" moduletable-"] img {
  display: none;
}

/* Mobile */
@media handheld, only screen and (max-width: 767px) {

  #fav-breadcrumbs .moduletable,
  #fav-breadcrumbs div[class^="moduletable-"],
  #fav-breadcrumbs div[class*=" moduletable-"] {
    margin-top: 10px;
    margin-bottom: 0;
  }

}

/* TOP
---------------------------------------------------------------------------- */

#fav-topwrap {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 14px;
	margin-bottom: 18px;
}


/* MAIN
---------------------------------------------------------------------------- */

#fav-messagewrap .row-fluid [class*="span"] {
  min-height:0;
}
#system-message {
  margin-top: 10px;
}
#fav-mainwrap .row-fluid [class*="span"] {
  min-height: 10px;
}

/* COPYRIGHT
---------------------------------------------------------------------------- */

#fav-copyrightwrap {
	border-top: 1px solid #ddd;
	margin-top: 2px;
}
#fav-copyright ul.nav.menu {
  float: right;
  margin: 10px 0;
}
#fav-copyright ul.nav.menu li {
  float: left;
  list-style:none;
  background: none;
  line-height: 21px;
}
#fav-copyright ul.nav.menu li a {
  display: block;
  color: #333333;
  margin-left: 21px;
}
#fav-copyright ul.nav.menu li.active a,
#fav-copyright ul.nav.menu li a:hover,
#fav-copyright ul.nav.menu li:hover a {
  color: #0099FF;
  text-decoration:none;
}
#fav-showcopyright {
	margin:10px 0 0 0;}

#fav-showcopyright p {
  padding: 0;
  line-height: 21px;
  font-size: 14px;
}
/* Mobile */
@media (max-width: 768px) {

  #fav-copyright .moduletable ul.nav.menu {
    margin: 0 auto;
    display: table;
  }
  #fav-copyright ul.nav.menu {
    float: none;
  }
  #fav-copyright ul.nav.menu li a {
    margin: 0 21px 0 0;
  }
  #fav-showcopyright {
    text-align: center;
  }

}
@media (max-width: 480px) {

  #fav-copyright ul.nav.menu li {
    float: none;
    text-align: center;
    padding: 4px;
  }
  #fav-copyright ul.nav.menu li a {
    margin: 0;
  }

}

/* BACKTOP
---------------------------------------------------------------------------- */

a.backtop i {
  background-color: #777;
  color: #FFFFFF;
  font-size: 2em;
  padding-right: 0;
  padding: 0.3em 0.5em;
  display: block;
	border-radius: 4px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.backtop i:hover {
  opacity: 0.8;
}
#fav-backtotop {
  position: fixed;
  bottom: 3em;
  right: 3em;
  width: 55px;
}
#fav-backtotop .backtop {
  float: right;
}

@media (max-width: 1199px) {

  #fav-backtotop {
    position: relative;
    bottom: 0;
    right: 0;
    margin-bottom: 36px;
    float: right;
  }

}

/* Mobile */
@media (min-width: 768px) {

  #fav-backtotop-mobile {
    display: none;
  }

}
@media handheld, only screen and (max-width: 767px) {

  #fav-backtotop {
    display: none;
  }
  #fav-backtotop-mobile {
    text-align: center;
    margin-bottom: 10px;
  }

}

/* IE */
.lt-ie9 #fav-backtotop {
  padding-bottom: 1em;
}
.lt-ie9 #fav-backtotop-mobile {
  display: none;
}

/* MOBILE PARAMETERS
---------------------------------------------------------------------------- */

@media (max-width: 480px) {
  #fav-main img,
  .moduletable .custom img,
  div[class^="moduletable-"] div[class^="custom-"] img,
  div[class*=" moduletable-"] div[class*=" custom-"] img,
  .img-left,
  .img-right {
    display: inline-block ;
  }

  #fav-advertwrap,
  #fav-intro1, #fav-intro2, #fav-intro3, #fav-intro4,
  #fav-slide1, #fav-slide2,
  #fav-showcase1, #fav-showcase2, #fav-showcase3, #fav-showcase4,
  #fav-promo1, #fav-promo2, #fav-promo3,
  #fav-top1, #fav-top2, #fav-top3, #fav-top4,
  #fav-maintop1, #fav-maintop2, #fav-maintop3,
  #fav-sidebar1, #fav-sidebar2,
  #fav-mainbottom1, #fav-mainbottom2, #fav-mainbottom3,
  #fav-bottom1, #fav-bottom2, #fav-bottom3, #fav-bottom4,
  #fav-user1, #fav-user2, #fav-user3,
  #fav-footer1, #fav-footer2, #fav-footer3, #fav-footer4,
  #fav-copyright1, #fav-copyright2,
  #fav-debug {
    display: block ;
  }
}


/* 4. EXTENSIONS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* FAVSLIDER
---------------------------------------------------------------------------- */

.favdemo .fav-control-nav {
	bottom: 14px!important;
}
.favdemo div[id^="slider-"].favslider,
.favdemo div[id*=" slider-"].favslider {
	margin-bottom: 10px!important;
}
div[id^="slider-"].favslider,
div[id*=" slider-"].favslider {
  position: relative;
}
.favslider .fav-next,
.favslider .fav-prev {
  opacity: 1;
}
.favslider:hover .fav-next:hover,
.favslider:hover .fav-prev:hover {
  opacity: 0.8;
}
.favslider .fav-prev,
.favslider:hover .fav-prev {
	left: 5px!important;
}
.favslider .fav-next,
.favslider:hover .fav-next {
	right: 5px!important;
}
#fav-caption {
  left: 0;
  right: 0;
	margin: 0 auto;
  top: 36%;
  bottom: auto;
  width: 60%;
	padding: 21px;
	text-shadow: none;
  background-color: rgba(255, 255, 255, 0.7);
	cursor: pointer;
}
#fav-caption h3 {
  font-size: 36px;
	color: #333;
	margin: 6px 0 4px;
	padding: 0;
	line-height: 1.2em;
  text-transform: uppercase;
	text-align:center;
	font-weight: 300;
	border: none;
}
#fav-caption p {
	color: #333;
	text-align:center;
}

@media handheld, only screen and (max-width: 990px) {

	#fav-caption h3 {
  	font-size: 30px;
	}
	
	div.moduletable-home div.custom-home div#slidehome_hype_container { height:330px!important; width: 765px!important;
    margin: 0 auto; }
	
}

@media handheld, only screen and (max-width: 767px) {

	#fav-caption {
  	top: 30%;
	}
	#fav-caption h3 {
  	font-size: 26px;
		margin-bottom: 0;
	}
	
	.fav-direction-nav li .fav-next,
	.favslider:hover .fav-direction-nav li .fav-next,
	.fav-direction-nav li .fav-prev,
	.favslider:hover .fav-direction-nav li .fav-prev {
		top: 50%;
	}
	
	div.moduletable-home div.custom-home div#slidehome_hype_container { 
	height:260px!important; 
	width: 595px !important;
    margin: 0 auto;
	}

}

@media handheld, only screen and (max-width: 600px) {

	#fav-caption {
  	top: 30%;
	}
	#fav-caption h3 {
  	font-size: 24px;
	}
	#fav-caption p {
  	font-size: 16px;
		margin-bottom: 0;
	}
	div.moduletable-home div.custom-home div#slidehome_hype_container { 
	height:175px!important; 
	width: 400px !important;
    margin: 0 auto;
	}
}

@media handheld, only screen and (max-width: 480px) {

	#fav-caption {
  	top: 20%;
		padding: 7px;
	}
	#fav-caption h3 {
  	font-size: 21px;
	}
	#fav-caption p {
  	font-size: 12px;
	}
	
	
	div.moduletable-home div.custom-home div#slidehome_hype_container { max-height:120px!important; 
	width: 290px!important;
    margin: 0 auto;}
	
	 div#fav-container div#loghi.span9 {
	  display: block;
    margin: 10px 0;
    padding: 10px 0;
	}
}

@media handheld, only screen and (max-width: 320px) {

	#fav-caption {
  	top: 10%;
		padding: 7px;
	}
	#fav-caption h3 {
  	font-size: 18px;
	}
	
	div.moduletable-home div.custom-home div#slidehome_hype_container { max-height:140px!important;width: 280!important }
	
	 div#fav-container div#loghi.span9 {
	  display: block;
    margin: 10px 0;
    padding: 10px 0;
	}
}

 /* IE */
.lt-ie9 #fav-caption {
  background-color: #FFFFFF;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=67)";
  filter: alpha(opacity=67);
  padding: 1% 3% 2%;
}


/* FAVGLYPH
---------------------------------------------------------------------------- */

.favdemo .favglyph-icon-center h2 {
	font-weight: 400!important;
}
.favdemo #favglyph .favglyph-icon-center i {
	color: #0099ff;
}
.favdemo .favglyph-icon-left #favglyph,
.favdemo .favglyph-icon-right #favglyph {
	margin-top: 0;
	margin-bottom: 21px;
}
.favdemo .favglyph-icon-left #favglyph-icon,
.favdemo .favglyph-icon-right #favglyph-icon {
	border-color: #0099ff;
}
.favdemo #favglyph .favglyph-icon-left i,
.favdemo #favglyph .favglyph-icon-right i {
	background-color: #0099ff;
}


/* FAVSOCIAL
---------------------------------------------------------------------------- */

.favdemo div[id^="favsocial"] a,
.favdemo div[id*=" favsocial"] a {
	border: 1px solid #ddd;
}
.favdemo ul#favsocial-list {
	display: table;
	margin: 0 auto;
	text-align: center;
}
.favdemo #favsocial {
	margin-top: 3px;
}


/* FAVEFFECTS
---------------------------------------------------------------------------- */

.favdemo #faveffects {
	margin-top: 40px;
}
.favdemo #faveffects i {
	color: #0099ff;
}
.favdemo #faveffects i:hover {
	color: #444!important;
}
.favdemo #faveffects p[id^="faveffects-title"] a,
.favdemo #faveffects p[id*=" faveffects-title"] a {
	font-weight: 300;
}
@media handheld, only screen and (max-width: 990px) {

	.favdemo #faveffects p[id^="faveffects-title"],
	.favdemo #faveffects p[id*=" faveffects-title"] {
		font-size: 16px!important;
	}

}
@media handheld, only screen and (max-width: 767px) {

	.favdemo #faveffects p[id^="faveffects-title"],
	.favdemo #faveffects p[id*=" faveffects-title"] {
		font-size: 14px!important;
	}

}
@media handheld, only screen and (max-width: 480px) {

	.favdemo #faveffects p[id^="faveffects-title"],
	.favdemo #faveffects p[id*=" faveffects-title"] {
		font-size: 21px!important;
	}

}


/* 5. CUSTOM STYLES
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#fav-download p {
  margin: 0;
}
#fav-download #fav-download-message {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.3em;
  float: left;
  padding-top: 15px;
  padding-bottom: 10px;
}
#fav-download #fav-download-btn {
  float: right;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 4px;
}
#fav-download a.btn.btn-primary.btn-large {
	margin-bottom: 9px;
}

/* Mobile */
@media handheld, only screen and (max-width: 1199px) {

 #fav-download #fav-download-message {
    float: none;
    text-align: center;
    padding: 4px 0 21px;
  }
  #fav-download #fav-download-btn {
    float: none;
    font-size: 16px;
    text-align: center;
		bottom: 4px;
		margin-top: 4px;
		position: relative;
  }

}

/* AGGIUNTE */

#fav-nav { width:100%!important; float:left!important; }

#fav-nav .navigation {background-color:#ebebeb;}

.nav-tabs:before, .nav-pills:before, .nav-tabs:after, .nav-pills:after { content:inherit!important;}

#fav-nav .moduletable ul.nav.menu { float:none;}

div#fav-container div#fav-headerwrap.container-fluid div.row-fluid div#fav-header.span12 div#fav-logo.span3 { width:257px; }

div#fav-container div#fav-headerwrap.container-fluid div.row-fluid div#fav-header.span12 div#fav-nav.span9 { margin-left: 0!important; }

div#fav-container div#fav-headerwrap.container-fluid div.row-fluid div#fav-header.span12 div#fav-nav.span9 div.navigation div.moduletable ul.nav.menu.nav-pills {
	/*background-image: url(../images/separatore.png); background-repeat:no-repeat; background-position:top left;*/
	height:40px; 
	padding: 0px;
	}
	
.moduletable-home {}
	
div#fav-container div.cat-children {
	display:none;
	}

div#fav-container div#fav-maincontent { 
	margin-bottom:10px;
	}

body.favbody-amaranto div#fav-containerwrap.clearfix div#fav-container div.separatore {
	border-bottom: 1px dotted #9d9d9d;
    margin: 15px 0;
	}

div#fav-copyright.clearfix div#fav-showcopyright.span3 div.moduletable div.custom p a {
	color:#000000;
	font-size:11px;}

.item, .item-page, div[class^="leading-"], div[class*=" leading-"] {
	border-top: 1px dotted #9d9d9d;
    margin: 15px 0;
}

.items-leading.clearfix div.leading-0 {
	border-top: none!important;
	}
	
div.custom div#link-diritti-lavoro {
	height: 271px;
    padding: 13px 0 0 25px;
    position: absolute;
    width: 424px;
	}
	div.custom div#link-diritti-lavoro span a
	{
	height: 100%;
    width: 100%;
	display:block;
	}

/* CONTATTTI */
div.moduletable-contatti {
	box-shadow: 0 0 2px #cdcdcd;
	-moz-box-shadow: 0 0 2px #cdcdcd;
	-webkit-box-shadow: 0 0 2px #cdcdcd;
    height: 212px;
    padding: 10px;}
	
div.moduletable-contatti div.custom-contatti table { margin:0 0 10px 0;}
	
div.moduletable-contatti div.custom-contatti table tbody tr td { height: 80px; }

div.moduletable-contatti div.custom-contatti table tbody tr td img { 
	max-height: 80px;
    max-width: 288px;
    width: auto;
	}
	
/* TITOLO PAGINA */

div.page-header h1 { 
	background-image: url("../images/titolo-pagina.png");
    background-repeat: no-repeat;
    color: #fff;
    font-family: 'TrashHand', 'Shadows Into Light';
    font-size: 31px;
    height: 65px;
    margin: 0;
    text-align: center;
    width: 248px;
}
.page-header { margin:0;}

body.favbody-arancione div.page-header h1 { background-color: #F99D1C; }
body.favbody-rosso div.page-header h1 { background-color: #e64218; }
body.favbody-acqua div.page-header h1, body.favbody-acqua-video div.page-header h1 { background-color: #23859a; }
body.favbody-amaranto div.page-header h1 { background-color: #b81f20; }
body.favbody-mattone div.page-header h1 { background-color: #E0001B; }
body.favbody-mattone div.page-header h1 { background-color: #E0001B; }


/* LOGHI */

div#loghi {
    display: inline;
    margin: 73px 0 0 50px;
    max-width: 375px;
    padding: 0;
	direction:ltr;
	}

div#loghi div.custom p img {
	max-width: 120px;
	margin: 0 10px 3px 0;
	}
	

div#loghi div.custom p {
	margin:0;
	padding:0;
	line-height: normal;}
	
div#loghi div.moduletable { margin:0; }


@media handheld, only screen and (max-width: 990px) {
	div#fav-header.span12 div#loghi.span9 div.navigation div.moduletable div.custom p { }
}

@media handheld, only screen and (max-width: 767px) {
	div#fav-header.span12 div#loghi.span9 div.navigation div.moduletable div.custom p { font-size: 10px;}
}

@media handheld, only screen and (max-width: 600px) {
	div#fav-header.span12 div#loghi.span9 div.navigation div.moduletable div.custom p { font-size: 10px;}
}

@media handheld, only screen and (max-width: 480px) {
	div#fav-header.span12 div#loghi.span9 div.navigation div.moduletable div.custom p { font-size: 10px;}
}

@media handheld, only screen and (max-width: 320px) {
	div#fav-header.span12 div#loghi.span9 div.navigation div.moduletable div.custom p { font-size: 10px;}
}

/* FLAGS */

div#flags {
    float: right;
    max-width: 220px;
    padding: 0;
	height: 21px;
	margin-left: 0!important;
	}
	
div#flags a { font-size: 11px; color: #333; }

div#flags img {
	}

div.mod-languages ul { text-align: right; direction: ltr;}

div#fav-header.span12 div#flags.span9 div.navigation div.moduletable div.mod-languages ul.lang-inline li { margin: 0 2px; }

div#fav-header.span12 div#flags.span9 div.navigation div.moduletable div.mod-languages ul.lang-inline li:first-child + li {}

div#fav-header.span12 div#flags.span9 div.navigation div.moduletable div.mod-languages ul.lang-inline li:first-child + li + li { }

div#fav-header.span12 div#flags.span9 div.navigation div.moduletable div.mod-languages ul.lang-inline li:first-child + li + li +li {  }

div#fav-header.span12 div#flags.span9 div.navigation div.moduletable div.mod-languages ul.lang-inline li:first-child + li + li + li + li { margin: 0 4px 0 0; }



/* PARTNERS */

div#fav-footer.clearfix div.moduletable { margin:0;}

div#partners {
	text-align: justify;
	}

div#partners div#partner {
	width: 100px; /* Declare your value. Can be in relative units. */
	display: inline-block;
	vertical-align: middle;

	/* IE fix. */
	*display: inline;
	zoom: 1;
	text-align: center;
	margin: 0 0 10px 0
	}
div#partners:after {
	content: "";
	width: 100%;
	display: inline-block;
    }
	
div#partners div#partner img {}


/* partecipano */

div#fav-footer.clearfix div.moduletable { margin:0;}

div#partecipano {
	text-align: center;
	}

div#partecipano div#nome {/* Declare your value. Can be in relative units. */
	display: inline-block;
    margin: 0 auto 10px 0;
    text-align: center;
    vertical-align: middle;
    width: 13%;

	/* IE fix. */
	*display: inline;
	zoom: 1;
	}
div#partecipano:after {
	content: "";
	width: 100%;
	display: inline-block;
    }
	
	div#partecipano div#nome img {
    margin: 0px;
    max-height: 43px;
    width: auto;
}

@media handheld, only screen and (max-width: 990px) {
	div#partecipano div#nome {
		width: 24%;
    margin: 0 auto 10px;	}
}

/* BOX */

div.moduletable-box {
	margin:0 auto;
	width: 420px;
	display: block;
	height:auto}

div.moduletable-box div.custom-box p { 
	margin:0;
	}

@media handheld, only screen and (max-width: 990px) and (max-width: 767px) and (max-width: 480px) {

	div.moduletable-box {
    display: block;
    height: auto;
    margin: 0 auto 10px;
    width: 280px;
	}
}

/* PARLIAMO DI e DOMANDE E RISPOSTE */

div.moduletable-parliamodi a { background-image: url("../images/box/parliamo-di.png"); }
body.favbody-cn div.moduletable-parliamodi a { background-image: url("../images/box/parliamo-di-cn.png"); }
body.favbody-es div.moduletable-parliamodi a { background-image: url("../images/box/parliamo-di-es.png"); }
body.favbody-ar div.moduletable-parliamodi a { background-image: url("../images/box/parliamo-di-ar.png"); }
body.favbody-en div.moduletable-parliamodi a { background-image: url("../images/box/parliamo-di-en.png"); }

div.moduletable-parliamodi a {
    background-repeat: no-repeat;
    background-size: 420px auto;
    display: block;
    height: 217px;
    margin: 0 auto;
    overflow: hidden;
    padding: 35px 30px 21px 26px;
    width: 366px;
	color:#333333;
	}
	
	div.moduletable-domanderisposte a span div div ul.latestnews {
	 width: 370px;}
	
div.moduletable-parliamodi span.title {
	font-weight:bold;
	line-height:inherit;
	}
	
div.moduletable-parliamodi p { 
	margin:0; 
	line-height:inherit;
	}
	
div.moduletable-parliamodi div.item.column-1 {
	margin: 0px;
    padding: 0px;
	}

div.moduletable-parliamodi a span div div ul.latestnews li div.item-separator,
div.moduletable-domanderisposte a span div div ul.latestnews li div.item-separator {
	border-bottom: 1px dotted #9d9d9d;
	padding-bottom:6px;
	margin-bottom:6px;
	}
@media handheld, only screen and (max-width: 990px) and (max-width: 767px) and (max-width: 480px) {

div.moduletable-parliamodi a {
    background-size: 280px auto;
    font-size: 0.68em;
    height: 135px;
    line-height: normal;
    padding: 21px 33px 24px 22px;
    width: 241px;
	}
div.moduletable-parliamodi a span div div ul.latestnews li div.item-separator {
	border-bottom: 1px dotted #9d9d9d;
    margin-bottom: 4px;
    padding-bottom: 4px;}
}

/* Diritto e Lavoro */

div.moduletable-diritto {
	background-image: url("../images/box/diritti-lavoro.png");
    background-repeat: no-repeat;
    background-size: 420px auto;
    color: #333333;
    display: block;
    height: 198px;
    margin: 0 auto;
    overflow: hidden;
    padding: 38px 30px 38px 26px;
    width: 366px;
	}
	
div.moduletable-diritto div.feed-diritto ul.newsfeed-diritto li h5.feed-link a {
	font-weight:bold;
	color:#333333!important;
	}
	
div.moduletable-diritto div.feed-diritto ul.newsfeed-diritto li h5.feed-link, 
div.moduletable-diritto div.feed-diritto ul.newsfeed-diritto li {
	margin:0;
	padding:0;
	line-height:normal!important;
	}
	
div.moduletable-diritto div.feed-diritto ul.newsfeed-diritto li div.feed-item-description div.feed-description {
	margin:0;
	padding:0;
	}

@media handheld, only screen and (max-width: 990px) and (max-width: 767px) and (max-width: 480px) {

div.moduletable-diritto {
    background-size: 290px auto;
    font-size: 11px;
    height: 142px;
    line-height: normal;
    padding: 24px 9px 24px 18px;
    width: 264px;
	}
div.moduletable-diritto div.feed-diritto ul.newsfeed-diritto li h5.feed-link {
    font-size: 11px;
	}
}

/* DOMANDE E RISPOSTE */


div.moduletable-domanderisposte a { background-image: url("../images/box/domande-risposte.png"); }
body.favbody-ar div.moduletable-domanderisposte a { background-image: url("../images/box/domande-risposte-ar.png"); }
body.favbody-en div.moduletable-domanderisposte a { background-image: url("../images/box/domande-risposte-en.png"); }
body.favbody-es div.moduletable-domanderisposte a { background-image: url("../images/box/domande-risposte-es.png"); }
body.favbody-cn div.moduletable-domanderisposte a { background-image: url("../images/box/domande-risposte-cn.png"); }

div.moduletable-domanderisposte a {
    background-repeat: no-repeat;
    background-size: 420px auto;
    display: block;
    height: 190px;
    margin: 0 auto;
    overflow: hidden;
    padding: 45px 30px 38px 26px;
    width: 366px;
	color:#333333;
	}
	
div.moduletable-domanderisposte span.title {
	font-weight:bold;
	}
	
div.moduletable-domanderisposte p { 
	margin:0; 
	}
	
div.moduletable-domanderisposte div.item.column-1 {
	margin: 0px;
    padding: 0px;
	}

div.moduletable-domanderisposte div.blog-featured-domanderisposte div.items-row.cols-1.row-0 div.span0,
div.moduletable-domanderisposte div.blog-featured-domanderisposte div.items-row.cols-1.row-1 div.span0 {
	border-bottom: 1px dotted #000000;
	padding-bottom:8px;
	margin-bottom:8px;
	}
@media handheld, only screen and (max-width: 990px) and (max-width: 767px) and (max-width: 480px) {

div.moduletable-domanderisposte a {
    background-size: 280px auto;
    font-size: 0.68em;
    height: 145px;
    line-height: normal;
    padding: 25px 35px 14px 22px;
    width: 241px;
	}
div.moduletable-domanderisposte a span div div ul.latestnews li div.item-separator {
	border-bottom: 1px dotted #9d9d9d;
    margin-bottom: 4px;
    padding-bottom: 4px;}

	div.moduletable-domanderisposte a span div div ul.latestnews { width: 235px; }
}

/* FORM */

div#fav-container div.mod_sef-domanda { background-image: url("../images/box/hai-una-domanda.png"); }
div#fav-container div.mod_sef-domanda.cn { background-image: url("../images/box/hai-una-domanda-cn.png"); }
div#fav-container div.mod_sef-domanda.ar { background-image: url("../images/box/hai-una-domanda-ar.png"); }
div#fav-container div.mod_sef-domanda.es { background-image: url("../images/box/hai-una-domanda-es.png"); }
div#fav-container div.mod_sef-domanda.en { background-image: url("../images/box/hai-una-domanda-en.png"); }

div#fav-container div.mod_sef-contatti {
	background-image: url("../images/box/contatti.png");
	}

div#fav-container div.mod_sef-domanda,
div#fav-container div.mod_sef-contatti {
    background-repeat: no-repeat;
    background-size: 420px auto;
    display: block;
    height: 190px;
    margin: 0 auto;
    overflow: hidden;
    padding: 45px 30px 38px 26px;
    width: 366px;
	}
	
@media handheld, only screen and (max-width: 990px) and (max-width: 767px) and (max-width: 480px) {

div#fav-container div.mod_sef-domanda,
div#fav-container div.mod_sef-contatti {
    background-size: 280px auto;
    font-size: 0.75em;
    height: 142px;
    line-height: normal;
    padding: 24px 0px 24px 0px;
    width: 280px;
	}

div.mod_sef-domanda input#mod_simpleemailform_field1_1.mod_sef-domanda_input,
div.mod_sef-domanda.en input#mod_simpleemailform_field1_1.mod_sef-domanda.en_input,
div.mod_sef-domanda.ar input#mod_simpleemailform_field1_1.mod_sef-domanda.ar_input,
div.mod_sef-domanda.es input#mod_simpleemailform_field1_1.mod_sef-domanda.es_input,
div.mod_sef-domanda.cn input#mod_simpleemailform_field1_1.mod_sef-domanda.cn_input,
div.mod_sef-domanda textarea#mod_simpleemailform_field3_1.mod_sef-domanda_input_textarea,
div.mod_sef-domanda.en textarea#mod_simpleemailform_field3_1.mod_sef-domanda.en_input_textarea,
div.mod_sef-domanda.ar textarea#mod_simpleemailform_field3_1.mod_sef-domanda.ar_input_textarea,
div.mod_sef-domanda.es textarea#mod_simpleemailform_field3_1.mod_sef-domanda.es_input_textarea,
div.mod_sef-domanda.cn textarea#mod_simpleemailform_field3_1.mod_sef-domanda.cn_input_textarea,
div.mod_sef-contatti input#mod_simpleemailform_field1_1.mod_sef-contatti_input,
div.mod_sef-contatti.cn input#mod_simpleemailform_field1_1.mod_sef-contatti.cn_input,
div.mod_sef-contatti.sp input#mod_simpleemailform_field1_1.mod_sef-contatti.sp_input,
div.mod_sef-contatti.ar input#mod_simpleemailform_field1_1.mod_sef-contatti.ar_input,
div.mod_sef-contatti.en input#mod_simpleemailform_field1_1.mod_sef-contatti.en_input,
div.mod_sef-contatti textarea#mod_simpleemailform_field3_1.mod_sef-contatti_input_textarea,
div.mod_sef-contatti.en textarea#mod_simpleemailform_field3_1.mod_sef-contatti.en_input_textarea,
div.mod_sef-contatti.cn textarea#mod_simpleemailform_field3_1.mod_sef-contatti.cn_input_textarea,
div.mod_sef-contatti.sp textarea#mod_simpleemailform_field3_1.mod_sef-contatti.sp_input_textarea,
div.mod_sef-contatti.ar textarea#mod_simpleemailform_field3_1.mod_sef-contatti.ar_input_textarea  {
	width: 160px!important;
	font-size:0.85em;
	}
	
div.mod_sef-domanda input#mod_simpleemailform_field1_1.mod_sef-domanda_input,
div.mod_sef-domanda.en input#mod_simpleemailform_field1_1.mod_sef-domanda.en_input,
div.mod_sef-domanda.ar input#mod_simpleemailform_field1_1.mod_sef-domanda.ar_input,
div.mod_sef-domanda.es input#mod_simpleemailform_field1_1.mod_sef-domanda.es_input,
div.mod_sef-domanda.cn input#mod_simpleemailform_field1_1.mod_sef-domanda.cn_input,
div.mod_sef-contatti input#mod_simpleemailform_field1_1.mod_sef-contatti_input,
div.mod_sef-contatti.cn input#mod_simpleemailform_field1_1.mod_sef-contatti.cn_input,
div.mod_sef-contatti.sp input#mod_simpleemailform_field1_1.mod_sef-contatti.sp_input,
div.mod_sef-contatti.ar input#mod_simpleemailform_field1_1.mod_sef-contatti.ar_input,
div.mod_sef-contatti.en input#mod_simpleemailform_field1_1.mod_sef-contatti.en_input{
	height:11px;}	
	
	
div.mod_sef-domanda textarea#mod_simpleemailform_field3_1.mod_sef-domanda_input_textarea,
div.mod_sef-domanda.en textarea#mod_simpleemailform_field3_1.mod_sef-domanda.en_input_textarea,
div.mod_sef-domanda.ar textarea#mod_simpleemailform_field3_1.mod_sef-domanda.ar_input_textarea,
div.mod_sef-domanda.es textarea#mod_simpleemailform_field3_1.mod_sef-domanda.es_input_textarea,
div.mod_sef-domanda.cn textarea#mod_simpleemailform_field3_1.mod_sef-domanda.cn_input_textarea,
div.mod_sef-contatti textarea#mod_simpleemailform_field3_1.mod_sef-contatti_input_textarea,
div.mod_sef-contatti.en textarea#mod_simpleemailform_field3_1.mod_sef-contatti.en_input_textarea,
div.mod_sef-contatti.cn textarea#mod_simpleemailform_field3_1.mod_sef-contatti.cn_input_textarea,
div.mod_sef-contatti.sp textarea#mod_simpleemailform_field3_1.mod_sef-contatti.sp_input_textarea,
div.mod_sef-contatti.ar textarea#mod_simpleemailform_field3_1.mod_sef-contatti.ar_input_textarea
 {
	height: 44px !important;
	}
}
	
div#fav-container table.mod_sef-domanda_table tbody tr.mod_sef-domanda_tr th.mod_sef-domanda_th,
div#fav-container table.mod_sef-domanda.en_table tbody tr.mod_sef-domanda.en_tr th.mod_sef-domanda.en_th,
div#fav-container table.mod_sef-domanda.es_table tbody tr.mod_sef-domanda.es_tr th.mod_sef-domanda.es_th,
div#fav-container table.mod_sef-domanda.ar_table tbody tr.mod_sef-domanda.ar_tr th.mod_sef-domanda.ar_th,
div#fav-container table.mod_sef-domanda.cn_table tbody tr.mod_sef-domanda.cn_tr th.mod_sef-domanda.cn_th,
div#fav-container table.mod_sef-contatti_table tbody tr.mod_sef-contatti_tr th.mod_sef-contatti_th,
div#fav-container table.mod_sef-contatti.en_table tbody tr.mod_sef-contatti.en_tr th.mod_sef-contatti.en_th,
div#fav-container table.mod_sef-contatti.es_table tbody tr.mod_sef-contatti.es_tr th.mod_sef-contatti.es_th,
div#fav-container table.mod_sef-contatti.ar_table tbody tr.mod_sef-contatti.ar_tr th.mod_sef-contatti.ar_th,
div#fav-container table.mod_sef-contatti.cn_table tbody tr.mod_sef-contatti.cn_tr th.mod_sef-contatti.cn_th {
	vertical-align: top;
	}
	
div.mod_sef-domanda input#mod_simpleemailform_submit_1.mod_sef-domanda_input,
div.mod_sef-domanda.en input#mod_simpleemailform_submit_1.mod_sef-domanda.en_input,
div.mod_sef-domanda.ar input#mod_simpleemailform_submit_1.mod_sef-domanda.ar_input,
div.mod_sef-domanda.es input#mod_simpleemailform_submit_1.mod_sef-domanda.es_input,
div.mod_sef-domanda.cn input#mod_simpleemailform_submit_1.mod_sef-domanda.cn_input,
div.mod_sef-contatti input#mod_simpleemailform_submit_1.mod_sef-contatti_input,
div.mod_sef-contatti.en input#mod_simpleemailform_submit_1.mod_sef-contatti.en_input,
div.mod_sef-contatti.ar input#mod_simpleemailform_submit_1.mod_sef-contatti.ar_input,
div.mod_sef-contatti.es input#mod_simpleemailform_submit_1.mod_sef-contatti.es_input,
div.mod_sef-contatti.cn input#mod_simpleemailform_submit_1.mod_sef-contatti.cn_input {
	border-radius: 24px;
    height: 41px;
    border: none;
    background-color: #a09fa0;
    color: #fff;
	}
	
div.mod_sef-domanda input#mod_simpleemailform_submit_1.mod_sef-domanda_input:hover,
div.mod_sef-domanda.en input#mod_simpleemailform_submit_1.mod_sef-domanda.en_input:hover,
div.mod_sef-domanda.ar input#mod_simpleemailform_submit_1.mod_sef-domanda.ar_input:hover,
div.mod_sef-domanda.es input#mod_simpleemailform_submit_1.mod_sef-domanda.es_input:hover,
div.mod_sef-domanda.cn input#mod_simpleemailform_submit_1.mod_sef-domanda.cn_input:hover,
div.mod_sef-contatti input#mod_simpleemailform_submit_1.mod_sef-contatti_input:hover,
div.mod_sef-contatti.en input#mod_simpleemailform_submit_1.mod_sef-contatti.en_input:hover,
div.mod_sef-contatti.ar input#mod_simpleemailform_submit_1.mod_sef-contatti.ar_input:hover,
div.mod_sef-contatti.es input#mod_simpleemailform_submit_1.mod_sef-contatti.es_input:hover,
div.mod_sef-contatti.cn input#mod_simpleemailform_submit_1.mod_sef-contatti.cn_input:hover  {
    background-color: #3b3b3b;
    color: #cdcdcd;
	}
	
div.mod_sef-domanda input#mod_simpleemailform_reset_1.mod_sef-domanda_input,
div.mod_sef-domanda.ar input#mod_simpleemailform_reset_1.mod_sef-domanda.ar_input,
div.mod_sef-domanda.es input#mod_simpleemailform_reset_1.mod_sef-domanda.es_input,
div.mod_sef-domanda.cn input#mod_simpleemailform_reset_1.mod_sef-domanda.cn_input,
div.mod_sef-domanda.en input#mod_simpleemailform_reset_1.mod_sef-domanda.en_input,
div.mod_sef-contatti input#mod_simpleemailform_reset_1.mod_sef-contatti_input,
div.mod_sef-contatti.ar input#mod_simpleemailform_reset_1.mod_sef-contatti.ar_input,
div.mod_sef-contatti.es input#mod_simpleemailform_reset_1.mod_sef-contatti.es_input,
div.mod_sef-contatti.cn input#mod_simpleemailform_reset_1.mod_sef-contatti.cn_input,
div.mod_sef-contatti.en input#mod_simpleemailform_reset_1.mod_sef-contatti.en_input {
	display:none;
	}

div.mod_sef-domanda form#_SimpleEmailForm_1,
div.mod_sef-domanda.en form#_SimpleEmailForm_1,
div.mod_sef-domanda.ar form#_SimpleEmailForm_1,
div.mod_sef-domanda.cn form#_SimpleEmailForm_1,
div.mod_sef-domanda.es form#_SimpleEmailForm_1,
div.mod_sef-contatti form#_SimpleEmailForm_1,
div.mod_sef-contatti.en form#_SimpleEmailForm_1,
div.mod_sef-contatti.ar form#_SimpleEmailForm_1,
div.mod_sef-contatti.cn form#_SimpleEmailForm_1,
div.mod_sef-contatti.es form#_SimpleEmailForm_1 {
	padding: 5px 0 0 22px; 
	}
	
div.mod_sef-domanda input#mod_simpleemailform_field1_1.mod_sef-domanda_input,
div.mod_sef-domanda.en input#mod_simpleemailform_field1_1.mod_sef-domanda.en_input,
div.mod_sef-domanda.ar input#mod_simpleemailform_field1_1.mod_sef-domanda.ar_input,
div.mod_sef-domanda.es input#mod_simpleemailform_field1_1.mod_sef-domanda.es_input,
div.mod_sef-domanda.cn input#mod_simpleemailform_field1_1.mod_sef-domanda.cn_input,
div.mod_sef-domanda textarea#mod_simpleemailform_field3_1.mod_sef-domanda_input_textarea,
div.mod_sef-domanda.en textarea#mod_simpleemailform_field3_1.mod_sef-domanda.en_input_textarea,
div.mod_sef-domanda.ar textarea#mod_simpleemailform_field3_1.mod_sef-domanda.ar_input_textarea,
div.mod_sef-domanda.es textarea#mod_simpleemailform_field3_1.mod_sef-domanda.es_input_textarea,
div.mod_sef-domanda.cn textarea#mod_simpleemailform_field3_1.mod_sef-domanda.cn_input_textarea,
div.mod_sef-contatti input#mod_simpleemailform_field1_1.mod_sef-contatti_input,
div.mod_sef-contatti.cn input#mod_simpleemailform_field1_1.mod_sef-contatti.cn_input,
div.mod_sef-contatti.sp input#mod_simpleemailform_field1_1.mod_sef-contatti.sp_input,
div.mod_sef-contatti.ar input#mod_simpleemailform_field1_1.mod_sef-contatti.ar_input,
div.mod_sef-contatti.en input#mod_simpleemailform_field1_1.mod_sef-contatti.en_input,
div.mod_sef-contatti textarea#mod_simpleemailform_field3_1.mod_sef-contatti_input_textarea,
div.mod_sef-contatti.en textarea#mod_simpleemailform_field3_1.mod_sef-contatti.en_input_textarea,
div.mod_sef-contatti.cn textarea#mod_simpleemailform_field3_1.mod_sef-contatti.cn_input_textarea,
div.mod_sef-contatti.sp textarea#mod_simpleemailform_field3_1.mod_sef-contatti.sp_input_textarea,
div.mod_sef-contatti.ar textarea#mod_simpleemailform_field3_1.mod_sef-contatti.ar_input_textarea {
	width: 265px;
    box-shadow: 0px 2px 2px #cdcdcd inset;
    border-radius: 0px;
	}

/* SOCIAL */

[title~="visualscope.com"] { display:none; }

div.timeline-header.customisable-border a.follow-button.profile,
html body div#twitter-widget-0.root.timeline.ltr.empty-timeline.customisable-border.twitter-timeline.not-touch.twitter-timeline-rendered.var-footerless.var-narrow div.timeline-header.customisable-border {
	display:none!important;}

div.moduletable-twitter,
div.moduletable-twitteramal,
div.moduletable-twitteremma,
div.moduletable-twitterkate,
div.moduletable-twitterlola,
div.moduletable-twittermei {
	max-width: 305px;}


div.moduletable-twitter h3,
div.moduletable-twitteramal h3,
div.moduletable-twitteremma h3,
div.moduletable-twitterkate h3,
div.moduletable-twitterlola h3,
div.moduletable-twittermei h3 {
	font-size: 18px;
	background-repeat: no-repeat;
    background-size: auto 35px;
    margin: 0 0 3px!important;
	padding: 0 0 0 75px;
    line-height: 35px;}
	
div.moduletable-twitter h3 {
	background-image: url("../images/twitter.png");
    padding: 0 0 0 45px!important;}
	
div.moduletable-twitterlola h3 {
	background-image: url("../images/faccia1-tw.png");
    }
	
div.moduletable-twitteramal h3 {
	background-image: url("../images/faccia2-tw.png");}

div.moduletable-twitteremma h3 {
	background-image: url("../images/faccia3-tw.png");}
	
div.moduletable-twittermei h3 {
	background-image: url("../images/faccia4-tw.png");}
	
div.moduletable-twitterkate h3 {
	background-image: url("../images/faccia5-tw.png");}
	
div#fav-copyright2.span9 div.moduletable div.custom p {
	text-align:right;
	}
div#fav-copyright2.span9 div.moduletable div.custom p img {
	width: 50px;
    height: auto;
    margin: 5px 0 0 0;
	}

div.moduletable div.mod_pinterest_widget_plus { padding: 0 0 10px; text-align: center; }
	
/* VIDEO LEZIONI */

div.blog-acqua-video a.jcepopup img {
	height: auto;
    width: 245px;
	margin:0 10px 0 0;}
	

/* COOCKIE */

.cc-cookies { font-size:9px!important; font-weight:normal!important; background-color: rgba(0,0,0,0.75)!important; text-shadow: 0 0 0 !important; }

.cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset { display: inline-block!important; padding: 0 4px!important; }

.cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset { margin: 2px 0 0!important; }

 /* PDF */
 
div.icons div.btn-group.pull-right ul.dropdown-menu.actions {
	 background-clip: padding-box;
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 0 #000000;
    display: inherit;
    float: inherit;
    left: 0;
    list-style: outside none none;
    margin: 0!important;
    min-width: 50px;
    padding: 0!important;
    position: inherit;
    top: 100%;
    z-index: 1000;}

div.icons div.btn-group.pull-right a.btn.dropdown-toggle { display:none; }

div.icons div.btn-group.pull-right ul.dropdown-menu.actions li.print-icon a[title~="Stampa"], 
div.icons div.btn-group.pull-right ul.dropdown-menu.actions li.print-icon a[title~="Print"],
div.icons div.btn-group.pull-right ul.dropdown-menu.actions li.print-icon a[title~="Imprimir"],
div.icons div.btn-group.pull-right ul.dropdown-menu.actions li.print-icon a[title~="列印"],
div.icons div.btn-group.pull-right ul.dropdown-menu.actions li.print-icon a[title~="طباعة"]
{ display:none; } 

div.icons { display:block;
  float:right;
  margin:-26px 0 0;
  width:100%;
    /*height: 24px; 
    width: 100%;*/}
	
div.icons div.btn-group.pull-right ul.dropdown-menu > li > a { display:inherit; padding:0!important}

div.icons div.btn-group.pull-right ul.dropdown-menu.actions li.print-icon a span.icon-file { 
background-image: url("../images/pdf-icon-24x24.png");
background-position: 0 0;
background-size: 17px auto;
width:20px;
height:20px;}

div.icons div.btn-group.pull-right ul.dropdown-menu.actions li.print-icon a:hover { opacity: 0.6;}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
	background:none; color: #333333;}
	
/* FEED NEWS */


html.no-js body.favbody-es div#fav-containerwrap.clearfix div#fav-container div#fav-slidewrap.container-fluid div.row-fluid div#fav-slide.clearfix div#fav-slide1.span12 div.moduletable-feed h3 {}

div.moduletable-feed div.srfrContainer ul.srfrList li span.srfrFeedSource { display: none!important; }

div.moduletable-feed div.srfrContainer.-feed img.srfrImage { margin: 0 10px 0 0; float:left; }

div.moduletable-feed div.srfrContainer li { margin:0 0 10px 0; padding:0 0 5px 0;}

div.moduletable-feed h3 { margin:0; padding:0;}

div.moduletable-feed div.srfrContainer h3 {
color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 0;
    margin-top: 0px;
    padding-bottom: 6px; }
	
	div.moduletable-feed div.srfrContainer h3 a {
color: #000; }

div.moduletable-feed div.srfrContainer span.srfrReadMore { display: none!important; }