/*
Theme Name: Mercurial
Theme URI: http://themes.sqrt121.com/mercurial/
Description: An awesome theme for creatives!
Author: collision
Author URI: http://themes.sqrt121.com
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.1.0
*/

@import url(css/reset.css);
@import url(css/base.css);
@import url(css/fonts.css);
@import url(css/superfish.css);
@import url(css/shortcodes.css);
@import url(css/slidebox.css);
@import url(css/tnc.css);

/* header tencol*/
.row .tencol {
	width: auto;
	float: left;
}



/*-----------------------------------------------------------------------------------*/
/*	HEADINGS
/*-----------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'novecentowidebold', helvetica, arial;
    text-decoration: none;
    font-weight: normal;
    padding-bottom: 0.5em;
    text-align: left;
    color: #000;
}

h1 {
    word-spacing: normal;
    /*font-size: 72px;*/
    font-size: 3em;
    line-height: 1.1em;
    letter-spacing: -2px;
}

h2 {
    word-spacing: normal;
    /*font-size: 36px;*/
    font-size: 2em;
    line-height: 1.1em;
    letter-spacing: -1px;
}

h3 {
    word-spacing: 0.1em;
    /*font-size: 24px;*/
    font-size: 1.5em;
    line-height: 1.3em;
	color: #767676 !important;
	padding:0;
}

h4 {
    word-spacing: -0.05em;
    font-size: 18px;
    line-height: 24px;
}

h5 {
    word-spacing: -0.05em;
    font-size: 14px;
}

h6 {
    word-spacing: -0.05em;
    font-size: 12px;
}

/*-----------------------------------------------------------------------------------*/
/*	Setup
/*-----------------------------------------------------------------------------------*/
body {
    font-size: 16px;
}

#main {

}

/* static bg image*/
#background {
    position: fixed;
    top: 0;
    left: 0;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

.bgwidth {
    width: 100%;

}

.bgheight {
    height: 100%;

}

input,
textarea {
    font-size: 0.95em;
    outline: 0;
    padding: 5px;

    -webkit-transition: box-shadow 0.25s ease-out;
    -moz-transition: box-shadow 0.25s ease-out;
    transition: box-shadow 0.25s ease-out;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=submit], button[type=submit] {
    /*border: none;*/
    cursor: pointer;
    background: none;
	
}

/* hide port single*/
.single.single-portfolio {
    display: none;
}
p{
	margin-bottom: 18px !important;
} 
/*-----------------------------------------------------------------------------------*/
/*	PRELOADER
/*-----------------------------------------------------------------------------------*/
#coll-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
#coll-preloader .percent{
    position: absolute;
    width: 100%;
    top: 50%;
    font-family: 'novecentowidebold', arial, helvetica;
    font-size: 100px;
    text-align: center;
}
/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/
.header {
    position: fixed;
    width: 100%;
    z-index: 999;
}

.header .logo a {
    display: inline-block;
    padding-top: 13px;

   /* -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;*/
}

.header:hover .logo a {
    /*padding-top: 21px;*/
}

.header:hover .sf-menu a {
    /*padding: 2em 1em;*/
}

.header.duplicate {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 998;
  height: 110px;
}

.header .mainmenu {
    /*float: left;*/
    /*padding: 12px 0;*/
    /*margin: 0 0 0 40px;*/
    position: relative;
    text-align: right;
    margin-bottom: 0px;

    /*font-weight: 600;*/
}

@media only screen and (max-width: 768px) {
	
    .header .logo {
        text-align: center;
        margin-bottom: 10px;
    }

    .header .mainmenu {
        display: none;
    }
	
	/* mod cookies */
	#cookie-law-info-bar{
		background:#000!important;*/
		display: block!important;
		color: rgb(255, 255, 255)!important;
		font-family: Arial, Helvetica, sans-serif!important;
		border-bottom-width: 4px!important;
		border-bottom-style: solid!important;
		border-bottom-color: rgb(0, 0, 0)!important;
		/*position: fixed!important;*/
		/* background-color: rgb(68, 68, 68); */
		min-height: 50px!important;
	}
	
	div#cookietext {
	  /* float: left; */
	  width: 100%!important;
	  text-align: center!important;
	  float: left!important;
	  font-size: 10px!important;
	  margin-bottom: 8px!important;
	}
	
	  
	
	div#acceptbutton {
	  width: 50%!important;
	  float: left!important;
	  /* border: 1px solid; */
	  display: inline!important;
	}
	.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited {
	  font-size: 11px!important;
	  font-weight: bold!important;
	  line-height: 1!important;
	  text-shadow: 0;
	}
	div#infoagg {
	  /* float: left; */
	  width: 50%!important;
	  float: right!important;
	  text-align: left!important;
	  display: inline!important;
	}
	
	table.header_repeat {
	  float: left;
	  width: 100%;
	  height: 48px;
	  background: url("./images/bg_header_repeat.png") repeat-x;
	  position: absolute;
	  top: 50px;
	  left: 0;
	}
}

div#cookietext {
  /* float: left; */
  width: 57%;
  text-align: right;
 
  display: inline!important;
}
div#acceptbutton {
  width: 10%;
  /* float: left; */
  /* border: 1px solid; */
  display: inline;
}
div#infoagg {
  /* float: left; */
  /* width: 10%; */
  /* float: right; */
  text-align: left;
  display: inline;
}

.header .responsive.menu {
    /*width: 100%;*/
    width: 280px;
    display: none;
    text-align: center;
}

.header .responsive.menu select {
    padding: 10px;
    font-weight: bold;
    width: 280px;
    height: 40px;
    margin: 25px 0 20px 0;
	float: left;
}

@media only screen and (max-width: 768px) {
    .header .responsive.menu {
        display: block;
    }
}

/*-----------------------------------------------------------------------------------*/
/*	SECTION
/*-----------------------------------------------------------------------------------*/
.page-container {
    position: relative;
    overflow: hidden;
}
/*
.page-background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}*/
/*
.page-background .bgimage {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}*/

.page-background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.page-background .bgimage {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    z-index: -2;
}

.page-title .text {
    font-family: 'novecentowidebold', helvetica, arial;
    font-size: 60px;
    text-transform: uppercase;
    text-align: center;
    line-height: 0.83em;
    letter-spacing: -0.09em;
    margin-bottom: 50px;

}

div.wrapper.container {
    padding-top: 12%;
    padding-bottom: 18%;
	/*padding-top: 100px;
    padding-bottom: 150px;*/
}

div.wrapper.container div.row.hidden {
    position: absolute;
    visibility: hidden;
}

/*-----------------------------------------------------------------------------------*/
/*	ALL PAGES
/*-----------------------------------------------------------------------------------*/
.common.wrapper {
    padding-top: 120px;
}
.container_global_post {
    margin: 0 auto;
    width: 91%;
}
.common.title .text {
    font-family: 'novecentowidelightregular', helvetica, arial;
    font-size: 70px;
    text-transform: uppercase;
    text-align: center;
    line-height: 0.83em;
    letter-spacing: -0.03em;
    /*margin-bottom: 50px;*/
}
@media only screen and (max-width: 768px) {
    .common.title .text {
        font-size: 40px;

    }
}

.common.title .first-word {
    font-family: 'novecentowidebold', helvetica, arial;
	
}
/*-----------------------------------------------------------------------------------*/
/*	Archives
/*-----------------------------------------------------------------------------------*/

.page-template-template-archives-php #main .content {
   margin-top: 50px;
}

.page-template-template-archives-php #main .row {
    margin-bottom: 50px;
}

.page-template-template-archives-php #main li {
    background-position: 0px 4px;
    background-repeat: no-repeat;
    padding-left: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*	BLOG
/*-----------------------------------------------------------------------------------*/
.type-post {
    position: relative;
    margin-bottom: 150px;
}

.entry-assets {
    text-align: center;
    margin-bottom: 30px;
}

.entry-title {

}

.entry-title a {
    display: block;
    text-decoration: none;
}

.entry-title .text {
    padding-bottom: 10px;
    text-align: center;
}

.entry-meta {
    /*font-family: 'novecentowidelightregular', helvetica, arial;*/
    font-size: 12px;
    margin-bottom: 20px;
    text-align: center;
}

.entry-meta.border.thin:after {
    padding-top: 20px;
    border-width: 1px;
}

.entry-meta li {
    display: inline;
}

.entry-meta a {
    text-decoration: none;
}

.more-link {
    position: absolute;
    left: 50%;
    bottom: -45px;
    display: inline-block;
    text-decoration: none;
    font: 16px Arial, Helvetica;
    /*text-transform: uppercase;*/
	color:#767676 !important;
    text-align: center;

    margin-left: -38px;
    padding: 5px 7px;

    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.single-post .type-post .entry-content p:first-child {
    font-size: 1.25em;
    line-height: 1.5em;
}

.blog-navigation {
    margin-top: 30px;
    margin-bottom: 30px;
}

.blog-navigation div.next {
    float: left;
    margin-right: 5px;
}

.blog-navigation div.prev {
    float: left;
}

.blog-nav-item {
    display: inline-block;
    text-decoration: none;
    font: 11px Arial, Helvetica;
    /*text-transform: uppercase;*/

    text-align: center;

    padding: 5px 7px;

    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
	
}
/*-----------------------------------------------------------------------------------*/
/*	Comments
/*-----------------------------------------------------------------------------------*/
ol.comment-list,
ol.ping-list {
    /*padding-bottom: 20px;*/
    list-style: none;
    position: relative;
}

.comments {
    font-size: 13px;
}

.comment-meta {
    float: left;
    width: 130px;
}

.comment-meta ul.extra li {
    line-height: 130%;
}

.comment-meta ul.extra .name {
    font-weight: 600;
}

.comment-meta ul.extra .name .url {
    text-decoration: none;
}

.comment-meta ul.extra small {
    font-size: 11px;
}

.comment-reply-link {
    display: inline-block;
    margin-top: 3px;
    padding: 1px 6px;
    text-decoration: none;

    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.comment-body {
    margin-left: 130px;
    padding-left: 20px;
}

li.comment {
    clear: both;
    padding-top: 50px;
}

li.depth-1:first-child {
    padding: 0;
}

li.comment ul.children {
    margin-left: 12%;
}

.comments .navigation {
    padding: 20px 0px;
}

.comments .navigation .older {
    float: left;
}

.comments .navigation .newer {
    float: right;
}

#respond {
    clear: both;
    margin-bottom: 30px;
}

#respond p {
    margin-bottom: 3px;
}

#respond .title,
#reply-title {
    /*padding-top: 20px;*/

}

#respond input[type=text] {
    width: 240px;

}

#respond label {
    margin-left: 10px;

}

#respond textarea {
    width: 480px;
}

#respond input[type=submit] {
    margin-bottom: 20px;
}

.comment-list #respond textarea {
    width: 100%;
}

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

	
    .comment-meta {
        float: none;
        width: 100%;

    }

    .comment-meta ul.extra {
        margin-bottom: 0px;
    }

    .comment-meta ul.extra li {
        display: inline;
        margin-right: 10px;
    }

    .comment-meta ul.extra .name {
        margin-right: 10px;
    }

    .comment-body {
        margin-top: 20px;
        margin-left: 0px;
        padding-left: 0;
        border-left: none !important;
    }

    #respond input[type=text],
    #contactForm input[type=text] {
        width: 100%;
    }

    #respond textarea {
        width: 100%;
    }
}
/*-----------------------------------------------------------------------------------*/
/*	Footer
/*-----------------------------------------------------------------------------------*/
.footer {
    padding-top: 20px;
    padding-bottom: 40px;

}

.footer .row:first-child {
    position: relative;
}

.footer .text {
    position: relative;
    padding-top: 15px;
    font-size: 12px;
    line-height: 1.5em;
    /*text-transform: uppercase;*/
}

/*-----------------------------------------------------------------------------------*/
/*	404
/*-----------------------------------------------------------------------------------*/
.error404 .entry-content {
    text-align: center;
}


/*-----------------------------------------------------------------------------------*/
/*	MASSIMO
/*-----------------------------------------------------------------------------------*/
.header {
	border-bottom: none !important;
	background: #040201 !important;
	min-height: 110px;
}

.header ul#menu-franco-rossi{
	margin-bottom: 0px !important;
	top: 0px;
}

.header ul#menu-franco-rossi li{
	float: left;
	min-height: 91px;
}

.header ul#menu-franco-rossi li ul li{
	float: left;
	padding-right: 10px
}

.header ul#menu-franco-rossi li a{
	font-size: 17px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: "sansumiregular";
}

.header ul#menu-franco-rossi li ul li a{
	font-size: 13px;
	padding-top: 10px !important;
}

.header ul#menu-franco-rossi li ul li a.current{
	text-decoration: underline;
}

.header #menu_secondario{
	float: right;
	/*width: 30%;*/
	margin: 0px !important;
	padding: 0px !important;
	margin-top: 29px !important;
	
	
}


#mainmenu2{	
	float: right;
	margin: 0px;
	padding: 0px;
	
}

.header #menu_secondario #menu-lingue-e-contatti{
	margin-bottom:10px;
	float:right;
}

.header #menu_secondario .mainmenu2 li{
	float: left;
	text-transform: uppercase;
	font-family: "sansumiregular";
	font-size: 13px;
	margin-right: 8px;
	padding-right: 8px;
	border-right: #767676 solid 1px;
	line-height: 11px;
	/*background: red;*/
}

.header #menu_secondario .mainmenu2 ul li:last-child{
	border: none;
}

section#azienda{
	margin-top: -92px;
}

.sf-menu ul.sub-menu{
	position: absolute !important;
	top: 53px !important;
	width: 650px !important;
	margin-left: 5px;
}

.sub-menu li{
	float: left;
}

table.header_repeat{
	float: left;
	width: 100%;
	height: 48px;
	background: url("./images/bg_header_repeat.png") repeat-x;
	position: absolute;
	top: 0;
	left: 0;
}

table.header_repeat td{
	padding: 0px;
}

table.header_repeat img{
	margin: 0px;
}

.row{
	/*max-width: 960px;*/
	color: #FFF;
}

.row h2{
	text-transform: uppercase;
	font-size: 35px;
	margin-top: 100px;
	float: left;
	clear: right;
	color: #767676;
	font-weight: normal !important;
	padding: 0px;
	margin-left: 30px;
	font-family: "sansumiregular";
}

.row table.article{
	color: #FFF;
	font-size: 13px;
	clear: left;
	float: left;
	margin-top: 80px;
	padding-bottom: 100px;
	width:100%;
}

.row table.article td.tabletrasp{
	background: url("./images/bg_table_article.png") repeat;
	/*min-height: 289px;*/
	padding: 30px;
}

#superb_slideshow_v2_xml{
	width:449px !important;
	height:250px !important;
	border:0 !important;
	margin:0 !important;
	padding:0 !important;
}

#slideshow-wrapper{
margin: auto !important;
}

.row table.article td{
	text-align: left;
	/*min-width: 450px;*/
	vertical-align: top;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}

.row table.article td a img.alignnone {
	margin: 0px;
}
.row table td.tableblack{
	width:450px;
}
#home-page{
	background: url("./images/footer_home.png") repeat-x left bottom;
}

.footer .fourcol{
	display:none;
}

.div_immagine_freccia_home{
	clear: left;
    float: left;
    left: 47%;
    position: absolute;
    bottom:30px;
}
.posts  {
    float: left;
	}
.posts .row {
	min-width:0px;
	min-height:0px;
	float:left;
}

.page .posts  {
    width:95%;
	}
#id_row_index {
   
	}
/* GALLERIE FOTO MOUSEOVER*/
#collezione1, #collezione2, #collezione3{
	display: none;
}

/* RASSEGNA STAMPA*/
.comments{
	display:none;
}
body.single-post .category-press .immagine_pre_readmore{
	display:none;
}
body.category .immagine_pre_readmore{
	display:block;
}

body.category-press .alignnone, body.category-eventi .alignnone {
	margin: 0px;
}

body.category-press  .container{
	width: auto !important;
}

/* NEWS */
body.single-post .category-news .immagine_pre_readmore{
	display:none;
}

body.category-news .alignnone {
	margin: 0px;
}

body.category-news  .container{
	width: auto !important;
}
/* elenco news*/

.archive.category .post.type-post.status-publish.format-standard.hentry.category-news .entry-content p{
	color: #767676 !important;
	font: 16px Arial,Helvetica;
}
.archive.category .post.type-post.status-publish.format-standard.hentry.category-news .more-link{
	bottom:0px !important;
	margin-left:-50px;
}
/* dettaglio news*/
.single.single-post .post.type-post.status-publish.format-standard.hentry.category-news{
	margin: auto;
    width: 960px;
}
.single.single-post .post.type-post.status-publish.format-standard.hentry.category-news .entry-content p{
	color: #767676 !important;
	font: 15px Arial,Helvetica;
}
.single.single-post .post.type-post.status-publish.format-standard.hentry.category-news .entry-content a{
	text-decoration:underline;
}
/* dettaglio articoli generico*/
.single-post .posts{
	float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

/* NEWS CATEGORY */

.category-news article{
	position: relative;
	overflow: hidden;
	height: 380px;
	margin-bottom: 5px;
}

.category-news article .category-news.clearfix{
	float:left;
	width:285px;
}

.category-news article .entry-title {
	position: absolute;
	bottom: -104px;
}

.category-news article .more-link {
	display: none;
}

.category-news article .entry-content p{
	margin: 0px !important;
}

.category-news article h3{
	color: #FFF !important;
	font-weight: normal !important;
	font-size: 1em;
	padding: 14px;
	/*width: 257px;*/
	background: url("./images/bg_darker_overlay.png") repeat;
	height: 80px;
}

.category-news .container.clearfix.posts{
	padding-left: 5px;
	padding-right: 5px;
}

.type-post.category-press td{
	vertical-align:top;
}
/* SOCIAL */
#menu_social_header{
	float:right;
	margin-right: 14px;
	clear:right;
}
#menu_social_header .link_icona{
	float:right;
	width:20px;
	height:20px;
	margin-left: 10px;
}
#menu_social_header .link_icona img{
	float:left;
	width:20px;
	height:20px;
}
#menu_social_header #testo_social_header{
	float:left;
	color:#999999;
	font-family:"sansumiregular";
	font-size: 11px;
	text-transform:uppercase;
}


/**************************** MOBILE *********************/
/* immagine orizzontale e verticale mobile */
.mobile_main_portrait #bg_horizontal{
	display: none !important;
	min-height: 100% !important;
	height: 100% !important;
	max-height: 100% !important;
}

.mobile_main_portrait #bg_vertical{
	display: block !important;
}

.mobile_main_landscape #bg_horizontal{
	display: block !important;
	min-height: 100% !important;
	height: auto !important;
}

.mobile_main_landscape #bg_horizontal .bgimage {
    width: auto!important;
}

.mobile_main_landscape .header.duplicate, 
.mobile_main_landscape .header {
    height: 91px;
    min-height: 91px;
}

.mobile_main_landscape .header.duplicate .responsive.menu select {
    margin-top: 10px;
}

.mobile_main_landscape #bg_vertical{
	display: none !important;
}
/* GENERICO MOBILE */
.mobile_main_portrait .page-content h2{
	font-size:26px;
}
.mobile_main_landscape .page-content h2{
	font-size:26px;
}
.single .mobile_main_landscape,
.category .mobile_main_landscape{
	padding-top:130px !important;
}
.mobile_main_landscape .single.single-post .post.type-post.status-publish.format-standard.hentry.category-news{
	margin-left: 0px !important;
		padding:0 !important;
}
.mobile_main_landscape .twelvecol{
		margin:0 !important;
		padding:0 !important;
}

/* POSIZIONE VERTICALE GENERICA*/
.mobile_main_portrait .tabletrasp{
	float:left;
	width:55%; 
}
.mobile_main_portrait .tableblack{
	display:none;
}
.single .mobile_main_portrait,
.category .mobile_main_portrait{
    padding-top:130px !important;
}

.single.single-post .mobile_main_portrait .post.type-post.status-publish.format-standard.hentry.category-news {
margin: auto;
width: 740px;
}
.mobile_main_portrait .single.single-post .post.type-post.status-publish.format-standard.hentry.category-news{
	margin:0 !important;
	padding:0 !important;
}
.mobile_main_portrait .twelvecol{
	margin-left: 0px !important;
		padding:0 !important;
}


/* POSIZIONE ORIZZONTALE GENERICA*/
.mobile_main_landscape .tabletrasp{
	float:left;
	width:80%;
}
.mobile_main_landscape .tableblack{

	display:none;
}
/* POSIZIONE VERTICALE IPHONE*/
.mobile_main_portrait.iPhone .tabletrasp{
	float:left !important;
	width:70% !important; 
}
.mobile_main_portrait.iPhone .tableblack{

}
.mobile_main_portrait.iPhone .header #menu_secondario{
	display:none;
}
.mobile_main_portrait.iPhone #menu_social_header{
margin-top:-10px !important;
}
.mobile_main_portrait.Android #menu_social_header{
margin-top:-10px !important;
}

/*************/
.mobile_main_portrait .iPhone #bg_horizontal{
	display: none !important;
	min-height: 100% !important;
	height: 100% !important;
	max-height: 100% !important;
}

.mobile_main_portrait .iPhone #bg_vertical{
	display: block !important;
}

.mobile_main_portrait .Android #bg_horizontal{
	display: none !important;
	min-height: 100% !important;
	height: 100% !important;
	max-height: 100% !important;
}
.mobile_main_portrait .iPad #bg_horizontal{
	display: none !important;
	min-height: 100% !important;
	height: 100% !important;
	max-height: 100% !important;
}
.mobile_main_portrait .Android #bg_vertical{
	display: block !important;
}
/*************/
/* POSIZIONE ORIZZONTALE IPHONE*/
.mobile_main_landscape.iPhone .tabletrasp{
	float:left;
	width:80%;
}
.mobile_main_landscape.iPhone .tableblack{
}
.header div.mobile_main_portrait.iPhone,
.header div.mobile_main_landscape.iPhone,
.header div.mobile_main_portrait.Android,
.header div.mobile_main_landscape.Android{
	display:none !important;
}
.mobile_main_landscape.iPhone #menu_social_header{
margin-top:20px !important;
}
.mobile_main_landscape.Android #menu_social_header{
margin-top:20px !important;
}
.mobile_main_portrait.Android .header #menu_secondario{
	display:none;
}

.mobile_main_landscape.Android .header #menu_secondario{
	display:none;
}
/*************/
.mobile_main_landscape .iPhone #bg_horizontal{
	display: block !important;
	min-height: 100% !important;
	height: 100% !important;
	max-height: 100% !important;
}
.mobile_main_landscape .iPhone #bg_vertical{
	display: none !important;
}
.mobile_main_landscape .Android #bg_horizontal{
	display: block !important;
	min-height: 100% !important;
	height: 100% !important;
	max-height: 100% !important;
}

.mobile_main_landscape .Android #bg_vertical{
	display: none !important;
}
/*************/
/* PAGINA EVENTI MOBILE*/
.page-id-480 .mobile_main_landscape{
	padding-top: 110px !important;
}
.page-id-480 .mobile_main_portrait{
	padding-top: 110px !important;
}
.page-id-480 .mobile_main_landscape.common.wrapper .container{
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
	display:none;
}
.page-id-480 .mobile_main_portrait.common.wrapper .container{
   float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}


article.category-eventi {
  color: #333;
  padding-left: 30px;
}

article.category-eventi .entry-title {
  height: 80px;
  width: 285px;
}

.video-content article,
#wpsl-wrap,
.login {
  color: #333;
}

.video-content .posts {
  width: auto;
}

.container--login .row, .container--register .row {
  max-width: 100%;
}

.login {
  padding: 25px!important;
  width: 600px;
  margin: 0 auto;
  background: #f4f4f4;
  border: 1px solid #ddd;
}

.login input[type=text], .login input[type=password] {
  border: 1px solid #ddd;
  width: 100%;
  padding: 10px;
}

.login input[type=submit], .login button[type=submit] {
  border: 1px solid #0074A2;
  color: #fff;
  background: #2EA2CC;
  padding: 10px;
}

.login textarea {
  margin: 5px 0px;
  width: 100%;
  height: 180px;
  font-size: 12px;
}

.login input[type="checkbox"], .login input[type="checkbox"] + label {
  display: inline-block;
  margin: 0;
  font-size: 12px;
}

.tml-action-links {
  margin-bottom: 0;
}

.forgetmenot input {
  position: relative;
  bottom: 2px;
}

.container--login, .container--register {
  width: 658px!important;
  margin: 0 auto;
  float: none;
}

.login p.message {
  font-size: 13px;
  line-height: 1.2;
}

#cboxOverlay {
  background: #000!important;
}

.user-link {
  float: right;
  margin-right: 15px;
  margin-bottom: 0;
}

.user-link li {
  float: left;
  font-size: 14px;
  line-height: 1.4;
}

.user-link li:after {
  content: '|';
  color: #999;
}

.user-link a {
  padding: 0 5px;
}

.user-link li:last-child:after {
  content: '';
}

#your-profile .form-table td {
  text-align: left;
}

#your-profile .form-table .description {
  line-height: 1;
  display: block;
  margin-top: 5px;
}

.ngg-gallery-thumbnail img {
  height: auto!important;
  width: 200px!important;
}

.ngg-imagebrowser .pic .wdm_image_share a img, .ngg-thumbnail .wdm_gal_share a img, .wdm_share_images .wdm_image_share a img {
  padding: 3px;
  background-color: #ffffff;
  border: 1px solid #A9A9A9;
  width: auto!important;
  height: auto!important;
}

.ngg-gallery-thumbnail .wdm_image_share a {
  float: left;
  margin-right: 0;
}

.ngg-gallery-thumbnail-box{ width:200px; height:200px; padding:5px}
.ngg-gallery-thumbnail-box a{ display:block;width:190px; height:190px; border: 1px solid #A9A9A9; text-align:center; display:table-cell; vertical-align:middle}
.ngg-gallery-thumbnail img { border:none!important; margin:0 auto!important; 
max-height: 180px;
max-width: 180px;
height:auto!important;
width:auto!important;
}

.wdm_image_share a{width:24px; height:24px; border:none; display:inline; border:none}
