/* Drupal 6 Framework - Created by Andre Griffin
------------------------------------------------
[Table of contents]

 0.Reset
 1.Global
 2.Layout
 3.Main
 4.Sidebars
 5.Header
 6.Navigation
 7.Nodes
 8.Comments
 9.Blocks
10.Footer
11.CSS Support

Font sizes: 16px base font with 24px line-height
------------------------------------------------
       font-size / line-height / margin-top
------------------------------------------------
40px = 2.5em     / 1.2         / 0.6em
32px = 2em       / 1.5         / 0.75em
24px = 1.5em     / 1           / 1em
20px = 1.25em    / 1.2         / 1.2em
16px = 1em       / 1..5        / 1.5em
14px = 0.875em   / 1.7143      / 1.7143em
13px = 0.8125em  / 1.8462      / 1.8462em
12px = 0.75em    / 2           / 2em
10px = 0.625em   / 2.4         / 2.4em

Equation for font sizing: 
  Desired px ÷ Default (or parent) px = em size
------------------------------------------------*/

/**
 * 0.RESET 
 */

@import "reset.css";

/**
 * 1.GLOBAL
 */

body {
  /*background: #101625;*/
  background: #000;
  color: #fff;
  font-family: "verdana";
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "verdana";
  font-style: normal;
  font-weight: normal;
}

h1, .h1 {
  font-size: 2em;
  line-height: 1.5;
  margin-top: 0.75em;
}

h2, .h2 {
  font-size: 1.5em;
  line-height: 1;
  margin-top: 1em;
}

h3, .h3 {
  font-size: 1.25em;
  line-height: 1.2;
  margin-top: 1.2em;
}

h4, h5, h6, .h4, .h5, .h6 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 1.5em;
}

p {
  font-size: 1em;
  line-height: 1.5;
  margin: 0 0 1.5em 0;
}

a { color: #fff; text-decoration: none; }

a:visited { color: #fff; }

a:hover, a:active, li a.active  { color: #fff; }

a:focus { outline: thin dotted; }

a:hover, a:active { outline: 0; }

/* apply common styling after reset.css */

li ul, li ol {  margin: 0; }
ul, ol {  margin: 0 1.5em 1.5em 0;  padding-left: 1.5em; }
ul {  list-style-type: disc; }
ol {  list-style-type: decimal; }
dl {  margin: 0 0 1.5em 0; }
dl dt {  font-weight: bold; }
dd {  margin-left: 1.5em; }
hr {  background: #666;  border: none;  clear: both;  float: none;  height: 1px;  margin: 0 0 1.4375em;  width: 100%; }
fieldset {  border: 1px solid #ccc;  margin: 0 0 1.4375em;  padding: 1.5em; }
table {  margin-bottom: 1.5em;  width: 100%; }
th, tr, td {  vertical-align: middle; }
th { padding-right: 1em; }
.sticky-header th, .sticky-table th {  border-bottom: 3px solid #ccc;  padding-right: 1em;  text-align: left; }

/**
 * 2.LAYOUT
 */

#container {
  margin: 0 auto;
  padding: 0 10px;
  width: 940px;
}

/**
 * 3.MAIN
 */

/* 1 column: global values*/

#main,
#sidebar-left {

  margin: 0;

    border-radius: 5px 5px 5px 5px;
	  background-image: url("images/sfondo.png");
  background-repeat: repeat;
}
.profile {
    clear: both;
    margin: 1em 0;
    padding: 0 10px 10px;
}

/* 3 columns */

body.two-sidebars #main {
  float: left;
  margin: 0 0 0 240px;
  padding: 0;
  width: 460px;
}

/* 2 columns: sidebar-left */

body.sidebar-left #main {
  float: right;
  margin: 0;
  padding: 0;
  width: 700px;
  padding:10px;
  background-image: url("images/sfondo.png");
  background-repeat: repeat;
  min-height: 400px;
}
body.sidebar-left #main .content-up-left,
body.sidebar-left #main .content-up-right,
body.sidebar-left #main .content-down-left,
body.sidebar-left #main .content-down-right {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
}
body.sidebar-left #main .content-down-left,
body.sidebar-left #main .content-down-right {
    position: relative;
    top: 10px;
}


/* 2 columns: sidebar-right */

body.sidebar-right #main {
  float: left;
  margin: 0;
  padding: 0;
  width: 700px;
min-height: 572px;
  background-image: url("images/sfondo.png");
	background-repeat: repeat;
  
}

.content-up-left {
    background-image: url("images/box-home-up-left.png");
    background-position: 0 top;
    background-repeat: no-repeat;
	    height: 10px;
    width: 10px;
	float: left;
}
.front .content-up-left {
    background-image: url("images/new-box-home-up-left.png");
    background-position: 0 top;
    background-repeat: no-repeat;
	    height: 22px;
    width: 22px;
	float: left;
}
.front #sidebar-right .content-up-slide-right{
    background-image: url("images/new-box-home-up-right.png")!important;
    background-position: -25px top!important;
    background-repeat: no-repeat!important;
	    float: right;
    height: 22px;
    position: relative;
    top: 8px;
    width: 22px;
    z-index: 100;
}
.front #sidebar-right .content-down-slide-right{
    background-image: url("images/new-box-home-down-right.png") !important;
    background-position: -25px top !important;
    background-repeat: no-repeat !important;
    float: right;
    height: 22px;
    margin-bottom: -8px;
    margin-right: -10px;
    position: relative;
    top: -8px;
    width: 22px;
    z-index: 100;
}

.content-up-right {
    background-image: url("images/box-home-up-right.png");
    background-position: 0 top;
    background-repeat: no-repeat;
	height: 10px;
    width: 10px;
	float: right;
}
.content-down-right {
    background-image: url("images/box-home-down-right.png");
    background-position: 0 top;
    background-repeat: no-repeat;
	height: 10px;
    width: 10px;
	float: right;
}
.content-down-left {
    background-image: url("images/new-box-home-down-left.png");
    background-repeat: no-repeat;
    clear: both;
    float: left;
    height: 22px;
    margin-top: 24px;
	*margin-top: 69px;
    width: 22px;
}
#sidebar-left .content-up-left,
#sidebar-left .content-down-left {
margin-left: -6px;
}

ul.menu {

    padding-left: 6px !important;

}
/**
 * 4.SIDEBARS
 */

/* 3 columns: sidebar-left */

body.two-sidebars #sidebar-left {
  float: left;
  margin: 0 0 0 -700px;
  padding: 0;
  width: 220px;
}

/* 3 columns: sidebar-right */

body.two-sidebars #sidebar-right {
  float: right;
  margin: 0;
  padding: 0;
  width: 220px;
}

/* 2 columns: sidebar-left */

body.sidebar-left #sidebar-left {
    float: left;
    margin: 0;
    padding: 0 0 0 5px;
    width: 210px;
}

/* 2 columns: sidebar-right */

body.sidebar-right #sidebar-right {
  float: right;
  margin: 0;
  padding: 0;
  width: 220px;
  margin-top:-8px;
}

/**
 * 5.HEADER
 */

#header {
  margin: 0;
  padding: 1em 0 0;
  position: relative;
}

#header #logo {
  float: left;
  margin: 0 1em 1.5em 0;
}

#header #site-name-slogan {
  float: left;
  margin: 0 0 1.5em;
}

#header #site-name {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

#header #site-name a:hover {
  text-decoration: none;
}

#header #site-slogan {
  margin: 0;
}

#search-theme-form {
  float: right;
  margin: .7em 0 0;
}

/* hides "Search this site:" label from search forms */

div#edit-search-theme-form-1-wrapper label, 
div#edit-search-block-form-1-wrapper label {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/**
 * 6.NAVIGATION
 */

#navigation {
  clear: both;
  margin: 0;
  padding: 0;
}

#navigation ul#main-menu {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
}

#navigation ul#main-menu li {
  float: left;
  margin: 0;
  padding: 0;
}

#navigation ul#main-menu li a {
  display: block;
  padding: 0 2em 0 0;
}

#navigation ul#secondary-menu {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
}

#navigation ul#secondary-menu li {
  float: left;
  margin: 0;
  padding: 0;
}

#navigation ul#secondary-menu li a {
  display: block;
  padding: 0 2em 0 0;
}

.breadcrumb {
  clear: both;
  padding: 1.5em 0 0;
}

#skip-link {
  position: absolute;
}

/* menus and item lists */

.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5em;
}

.item-list ul li {
  margin: 0;
  padding: 0;
}

ul.links li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0 1em 0 0;
}

/* admin tabs */

.tabs-wrapper {
  border-bottom: 1px solid #333;
  margin: 0 0 1.4375em;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0;
  padding: 0 1em;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

/**
 * 7.NODES
 */

.node {
  margin-bottom: 1.5em;
}

/* tags */

.terms {
  margin: 0 0 1.5em;
}

.terms span {
  font-weight: bold;
}

/* profile */

.profile {
  margin: 1.5em 0;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.profile dd {
  margin-bottom: 1.5em;
}

/**
 * 8.COMMENTS
 */

#comments {
  clear: both;
  margin-top: 1.5em;
}

.comment {
  margin-bottom: 1.5em;
}

.comment .new {
  color: red;
  text-transform: capitalize;
  margin-left: 1em;
}

/**
 * 9.BLOCKS
 */

.block {

  position: relative;
}

/* login block */
#user-login-form {
  padding: 0;
  text-align: left;
}

#user-login-form .form-item {
  margin: 1em 0;
}

#user-login-form .item-list ul li {
  background: none;
  margin: 1em 0;
  padding: 0;
}

/* block configuration links */

section.block div.edit {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  display: none;
  font-size: 9px;
  margin: 0;
  overflow: hidden;
  padding: 2px 0 2px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 40;
}

section.block:hover div.edit {
  display:block;
}

section.block div.edit a {
  color: #999;
  margin-right: 10px;
}

section.block div.edit:hover a {
  color: #000;
}

/* views configuration links */

div.view {
  position: relative;
}

div.view div.views-hide-hover,
div.view:hover div.views-hide,
div.view div.views-admin-links,
div.view div.views-admin-links-hover,
div.view div.views-admin-links:hover {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  font-size: 9px;
  margin-right: 0;
  margin-top: 0;
  padding: 0;
  padding-left: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

div.view div.views-admin-links li a {
  color: #999;
}

/**
 * 10.FOOTER
 */

#footer {
  clear: both;
  padding: 0 0;
  position: relative;
}

#footer a.feed-icon {
  position: absolute;
  right: 0;
  top: 1.6667em;
}

/* support drupal */
#footer #block-system-0 {
  position: absolute;
  right: 25px;
  top: 1.6667em;
}

/**
 * 11.CSS SUPPORT
 */

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user.
 */

.element-hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */

.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/**
 * The .element-focusable class extends the .element-invisible class to allow
 * the element to be focusable when navigated to via the keyboard.
 */

.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
}

/**
 * Markup free clearing.
 *
 * @see http://perishablepress.com/press/2009/12/06/new-clearfix-hack
 */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* IE6 */

* html .clearfix {
  height: 1%;
}

/* IE7 */

*:first-child + html .clearfix {
  min-height: 1%;
}

/* clear floats */
.clear { clear: both; }

/* display block */
.display-block { display: block; }

/* header */
.block-search,
#block-block-8,
.block-locale{
	float:right;
}
#block-views-slideshow_banner-block_1 {
	clear:both;
}
.block-locale h2 {
	display:none;
}

.block-locale ul li {
	display:inline;
}
.block-locale ul li img{
    height: 20px;
    margin-top: 2px;
    padding-right: 20px;
    width: 35px;
}

#search-block-form input.form-submit {
    background-color: transparent;
    background-image: url("images/lente.png");
    background-position: right center;
    background-repeat: no-repeat;
    border: medium none;
    height: 24px;
    text-indent: -9999px;
    width: 25px;
	cursor: pointer;
}

.view-slideshow-banner .pager-item  a, .view-slideshow-prodotti .pager-item  a {
    background-image: url("images/pagination.png");
    background-position: 0 0;
    display: block;
    float: left;
    height: 0;
    overflow: hidden;
    padding-top: 18px;
    width: 18px;
}

.view-slideshow-banner .pager-item  a.activeSlide, .view-slideshow-prodotti .pager-item  a.activeSlide {
    background-position: 0 -19px;
}

.view-slideshow-banner .pager-item, .view-slideshow-prodotti .pager-item  {
    float: left;
    list-style: none outside none;
	padding: 0 !important;
}
.view-slideshow-banner .views_slideshow_singleframe_pager, .view-slideshow-prodotti .views_slideshow_singleframe_pager {

    float: right;
    position: relative;
    top: -42px;
    margin-right:10px;
    z-index: 99;
	width:200px;
}

#block-nice_menus-1,
#block-nice_menus-2 {
    background-image: url("images/sfondo_menu.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    clear: both;
    height: 40px;
    margin-top: -15px;
}

#block-nice_menus-1 ul,
#block-nice_menus-2 ul{
padding-left:15px;
width: 100%;
}
#block-nice_menus-1 ul.nice-menu-down li.menuparent,
#block-nice_menus-2 ul.nice-menu-down li.menuparent {
    /*background: transparent;*/

}
#block-nice_menus-1 ul.nice-menu-down li ,
#block-nice_menus-2 ul.nice-menu-down li{
	border: 0 none;
}
#block-nice_menus-1 ul.nice-menu li {
    background-color: transparent;
    height: 40px;
    padding-left: 8px;
    padding-right: 2px;
	border-right: 1px solid #000000;

}
#block-nice_menus-2 ul.nice-menu li {
    background-color: transparent;
    height: 40px;
    padding-left: 4px;
    padding-right: 2px;
	border-right: 1px solid #000000;

}
#block-nice_menus-1 ul.nice-menu li.last,
#block-nice_menus-2 ul.nice-menu li.last {

	border-right: 0px;
}
#block-nice_menus-1 ul.nice-menu li ul  li,
#block-nice_menus-2 ul.nice-menu li ul  li{
    background-image: url("images/sfondo_menu.png");
    background-position: -14px 0;
    background-repeat: no-repeat;
}
#block-nice_menus-1 ul.nice-menu li ul li ,
#block-nice_menus-2 ul.nice-menu li ul li {
    border: 0 none;
    height: 40px;
    margin-bottom: -6px;
    margin-left: -15px;
    margin-top: 5px;
    padding-bottom: 0;
    padding-right: 0;
}
#block-nice_menus-1 ul.nice-menu li ul ,
#block-nice_menus-2 ul.nice-menu li ul{
    border: 0 none;

}
#block-nice_menus-1 ul.nice-menu li ul li a,
#block-nice_menus-2 ul.nice-menu li ul li a{
    color: #000000;
	font-size: 0.9em;
}
#block-nice_menus-1 ul.nice-menu li a,
#block-nice_menus-2 ul.nice-menu li a{
    color: #000000;
    font-family: verdana;
	height: 28px !important;
    padding-top: 7px;
    vertical-align: 27px;
	font-weight:bold;
}
ul#nice-menu-1 li:hover,
ul#nice-menu-1 li.menuparent:hover,
ul#nice-menu-1 li a:hover,
ul#nice-menu-1 li.menuparent a:hover ,
ul#nice-menu-2 li:hover,
ul#nice-menu-2 li.menuparent:hover,
ul#nice-menu-2 li a:hover,
ul#nice-menu-2 li.menuparent a:hover  {
	background-color:#332f2f;
	color:#fff;
	height: 40px;
}

ul#nice-menu-1 li.over a,
ul#nice-menu-2 li.over a
  {

	color:#fff;
}

ul#nice-menu-1  li ul li a:hover,
ul#nice-menu-2  li ul li a:hover {
	 margin-left: -5px!important;
}
/* news */
#block-views-News-block_2 {
	  background-image: url("images/sfondo.png");
    background-repeat: no-repeat;


}
#block-views-slideshow_banner-block_2 {
	
  background-repeat: repeat;
	padding-top:1px;
	margin-top: 8px;
}
#block-views-News-block_2  h2 {
    border-bottom: 2px solid #000000;
    color: #fff;
    font-family: verdana;
    text-align: center;
    padding-top: 10px;
	padding-bottom: 10px;
}
#block-views-News-block_2  .content {

    background-position: top;
    background-repeat: no-repeat;
	padding: 0 10px;

}
#block-views-slideshow_banner-block_2 .content {
	  background-image: url("images/sfondo.png");
    background-position: top;
    background-repeat: no-repeat;
	padding: 0 10px;

}
.jcarousel-skin-tango .jcarousel-container-vertical {
    height: 200px;
    overflow: hidden;
    padding: 0;
    width: 200px;
}
.jcarousel-skin-tango .jcarousel-clip-vertical {

}
.jcarousel-skin-tango .jcarousel-item {
    background: transparent;
	width: 198px;
	height: 40px !important;
    border-bottom: 2px dotted #000000!important;
	border:0px;
    line-height: 16px;

}
.jcarousel-skin-tango {
    text-align: left;
}
li.jcarousel-item  a{
color:#fff;
font-size:0.8em;
}
li.jcarousel-item  a:hover{
text-decoration:underline;
}
a.jcarousel-prev,
a.jcarousel-next {
display: none !important;
}
.jcarousel-skin-tango .jcarousel-container {
    background: transparent;
    border: none;
    border-radius: 0px 0px 0px 0px;
    margin: auto;
}
#block-admin-display-form table td,
#block-admin-display-form table td a{
color:#000;
}
#made-in-italy {
    margin-top: 20px;
    text-align: center;
}
#ibuildings-footer-info {
	font-size: 0.7em;
    text-align: center;
}
.node-199 #page-title,
.node-217  #page-title{
display:none;
}

.node-199 #main .content-hands,
.node-648 #main .content-hands,
.node-217 #main .content-hands {
    background-image: url("/sites/www.butler.it/files/sfondo_content_bis.png");
    background-position: 0 -48px;
    background-repeat: no-repeat;
    height: 502px;
   
    width: 490px;
}
.logged-in #main {


	 background-position: 0 0px;
	/*margin-bottom:-35px!important;*/
}

.primo {
    float: left;
    margin-left: 130px;
    margin-top: 44px;
    text-align: center;
	width: 200px;
}
.primo p{

}
.secondo {
    float: left;
    margin-left: -24px;
    margin-top: 17px;
    width: 160px;
}
.secondo p{

}
.terzo {
    float: left;
    margin-left: -6px;
    margin-top: 11px;
    text-align: center;
    width: 130px;
}
.terzo p{

}
.quarto {
 clear: both;
    float: left;
    margin-left: 79px;
    text-align: center;
    width: 200px;
}
.quarto p{

}
.quinto {
 float: right;
    margin-right: 75px;
    margin-top: -48px;
    text-align: center;
    width: 200px;
}
.quinto p{

}
.sesto {
    clear: both;
    float: right;
    margin-bottom: 27px;
    margin-right: 49px;
    margin-top: -54px;
    text-align: center;
    width: 200px;
}
.sesto p{

}
#main-container {
 /*background-image: url("/sites/all/themes/butler_new/images/sfondo_content_4.png");
    background-position: -104px top;
    background-repeat: repeat-y;
	background-color:#5F5F5F;*/
    margin-top: 15px;


	padding-bottom: 10px;
	border-radius: 5px 5px 5px 5px;
}
.views_slideshow_singleframe_teaser_section {

    
    margin-top: 10px;
}
#views_slideshow_singleframe_slide,
.not-front.views_slideshow_singleframe_slide img {
text-align:center;

}
.not-front .views_slideshow_singleframe_slide img {


}
.views_slideshow_singleframe_slide {
    padding-top: 10px;
text-align:center;
width:100%;
}


.views_slideshow_singleframe_slide .views-field-title,
{
	color:#fff;
}
table.sticky-enabled td,
table.sticky-enabled td a,
fieldset table td{
	color:#000;
}
#block-locale-0 li.fr,
#block-locale-0 li.de,
#block-locale-0 li.es {
display:none;
}
ul.nice-menu ul li {
width: 13.5em;
}

li.leaf {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0.2em 0.5em 0 0;
	margin-left: -5px !important;
}
#views_slideshow_singleframe_div_1_0,
.views-field-field-image-fid,
.views_slideshow_singleframe_slide {
  background-color: transparent!important;
}

.field-icon-application-pdf img{
width:165px;
}
.filefield-file a{
    background-image: url("images/application-pdf.png");
    background-repeat: no-repeat;
    display: block;
    height: 79px;
    padding-top: 35px;
    text-indent: -999px;
    width: 165px;
}
.filefield-icon {
display:none;
}
.field-field-video-youtube object {
 border: 4px solid #CCCCCC;
}
ul.menu li a:hover{
    color:#ff8c00;
	
}
.node-type-prodotto #block-views-slideshow_prodotti-block_1 {
    float: right;
    margin-right: 100px;
    /*position:relative;
    margin-right: 252px;
    margin-top: 39px;
    width: 25px;*/
}
.node-type-prodotto  .content .field-field-depliant {
width:200;
height:100px;
padding-top: 46px;
}
.node-type-prodotto  .content .field-field-accessori {
width:200;
height:100px;
padding-top: 0px;
}

.view-slideshow-banner #views_slideshow_singleframe_main_1, .view-slideshow-prodotti #views_slideshow_singleframe_main_1 {
  width:200px;
  margin-top: -12px;
}

.node-type-prodotto .field {
margin-bottom:8px;
}
#block-locale-0  .edit{
	display:none;
}
.node-type-prodotto .field-field-video
{
}
#jwplayer-1 {
    position: absolute;
}
.secondo img {
width:140px;
}
.terzo img {
width:144px;
}
.field-field-video-youtube {
    float: left;
    clear: both;
}

.field-field-video-youtube .field-label {
    display: none;
}
embed {
    height: 0px;
    width: 0px;
}
.view-OfficineNelMondo .views_slideshow_singleframe_main, .view-OfficineNelMondo .views-slideshow-controls-bottom {
	text-align: center;
	margin: auto;
}
#lightbox2-overlay, #lightbox {
  min-width:1024px !important;
  min-height:768px !important;
}
.view-elenco-officine-nel-mondo table thead {
  display: none;
}
.view-elenco-officine-nel-mondo tr.odd, .view-elenco-officine-nel-mondo tr.even {
  background-color: transparent !important;
  border: none !important;
}
.view-elenco-officine-nel-mondo tbody td {
  padding: 4px;
}
.view-elenco-officine-nel-mondo tbody td.views-field-field-officina-immagine-fid {
  text-align: center;
}
.view-elenco-officine-nel-mondo tbody td a {
  font-size: 140%;
  color: #0062A0;
  font-weight: bold;
}
.view-elenco-officine-nel-mondo tbody td p a {
  font-size: 100%;
  font-weight: normal;
}
.view-elenco-officine-nel-mondo table {
  margin-top: 20px;
}

/* videogallery */
.view-video-list .views-view-grid tbody tr td{
  vertical-align: top;
  width: 25%;
  padding-bottom: 40px;
}

.view-video-list .emvideo-thumbnail-replacement span {
  background-image: url(images/emvideo-play.png);
  top: -10px;
}

#block-menu-menu-video-category li.start-collapsed ul,
#block-menu-menu-category-video-en li.start-collapsed ul{
  display: block !important;
}

body.page-videogallery #imageData #numberDisplay,
body.page-taxonomy #imageData #numberDisplay,
{
  display: none !important;
}

body.page-videogallery #imageData #bottomNav,
body.page-taxonomy #imageData #bottomNav{
  height: auto;
  margin-bottom: 0;
}

body.page-videogallery #bottomNavClose,
body.page-taxonomy #bottomNavClose{
  margin-top: 20px;
}