/*
Theme Name: DRAKA RESPONSIVE
Theme URI: http://www.beta3.it/
Description:
Author: Giancarlo Lavenuta
Version: 1.0

Text Domain: BETA 3
*/

@charset "utf-8";
/* CSS Document */

/*== RESET ==*/

@-webkit-viewport{width:device-width}@-moz-viewport{width:device-width}@-ms-viewport{width:device-width}@-o-viewport{width:device-width}@viewport{width:device-width}html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*== General ==*/

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

::-moz-selection {
    background: #009EE2;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #009EE2;
    color: #fff;
    text-shadow: none;
}

:focus {
    outline-color: transparent;
    outline-style: none;
}

body, input, textarea {
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-size: 12px;
    line-height: 140%;
    background: #f3f3f3;
    color: #444;
    text-rendering: optimizelegibility;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-tap-highlight-color: rgba(0,0,0,0);
    -moz-text-size-adjust: none;
    -moz-font-smoothing: antialiased;
    -ms-tap-highlight-color: rgba(0,0,0,0);
    -ms-text-size-adjust: none;
    -ms-font-smoothing: antialiased;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

/* PRELOADER */
#preloader {
	background: #f3f3f3;
	background-image: url('images/loading.gif');
	background-position: center;
	background-repeat: no-repeat;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 9999;
}

#preloader img {
	margin: auto;
	text-align: center;
	overflow: hidden;
}
/* PRELOADER */

h1,h2,h3,h4,h5,h6 {
	color: #555555;
    font-family: 'PT Sans Narrow', sans-serif;
}

h1 {font-size: 22px;font-family: 'PT Sans Narrow', sans-serif;color:#777;text-transform:uppercase;}
h2 {font-size: 20px;margin-bottom: 15px;}
h3 {color: #575757;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
}
h4 {color: #575757;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 17px;
    font-weight: 300;
	margin: 10px 0;
}
h5 {font-size: 15px;font-family: 'PT Sans Narrow', sans-serif;font-weight:300;color:#575757;}

p {
	line-height: 18px;
	margin: 0 0 15px 0;
	text-align: justify;
}

b, strong {
    font-weight: 600;
}

a, a:link, a:active, a:visited {
    color: #575757;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

a:hover {
    color: #575757;
    text-decoration: none;
}

.hide {
    display: none
}

.fix {
    clear: both
}

.back {
	display: block;
	clear: both;
	margin: 10px 0;
}

.top-widget {
	position: absolute;
	right: 0;
}

ul.qtrans_language_chooser {
	list-style-type: none;
}

ul.qtrans_language_chooser > li {
	display: table-cell;
	float: left;
	margin: 5px 1px;
}

ul.qtrans_language_chooser > li.active > a {
	background: #444;
}

ul.qtrans_language_chooser > li > a {
	color: #fff;
	padding: 2px 5px;
}

ul.qtrans_language_chooser > li > a:hover {
	background: #444;
	color: #fff;
}

.social-resp {
	display: none;
}

.social {
	float: right;
	margin-top: 180px;
	margin-right: 15px ;
	height: 30px;
}

.social a {
	margin-left: 15px;
	float: left;
}

.facebook {
	height: 30px;
	width: 30px;
	background-image: url('images/facebook.png');
	background-repeat: no-repeat;
	background-position: bottom;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}

.facebook:hover {
	background-position: top;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}

.youtube {
	height: 30px;
	width: 30px;
	background-image: url('images/youtube.png');
	background-repeat: no-repeat;
	background-position: bottom;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}

.youtube:hover {
	background-position: top;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}

.instagram {
	height: 30px;
	width: 30px;
	background-image: url('images/instagram.png');
	background-repeat: no-repeat;
	background-position: bottom;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}

.instagram:hover {
	background-position: top;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}

.twitter {
	height: 30px;
	width: 30px;
	background-image: url('images/twitter.png');
	background-repeat: no-repeat;
	background-position: bottom;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}

.twitter:hover {
	background-position: top;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}

.gplus {
	height: 30px;
	width: 30px;
	background-image: url('images/gplus.png');
	background-repeat: no-repeat;
	background-position: bottom;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}

.gplus:hover {
	background-position: top;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}

.linkedin {
	height: 30px;
	width: 30px;
	background-image: url('images/linkedin.png');
	background-repeat: no-repeat;
	background-position: bottom;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}

.linkedin:hover {
	background-position: top;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}

.button, button, .wpcf7-submit {
    height: 30px;
    line-height: 30px;
    border: none !important;
    float: left;
    background: #575757;
    color: #fff !important;
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-size: 13px;
    cursor: pointer;
    padding: 0 10px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.button:hover, button:hover, .wpcf7-submit:hover {
    background: #000
}

.active {
	color: #000!important;
}

.indietro {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 11px;
	float: left;
	margin-top: 20px;
	margin-left: 15px;
	text-transform: uppercase;
}

.cleared {
  	float: none;
  	clear: both;
  	margin: 15px 0 0 0;
  	padding: 0;
  	border: none;
  	font-size: 1px;
}

.chronodata {
	/*position: absolute;
	background-color: #575757;
	color: #fff;
	padding: 6px;
	margin-top: 25px;
	margin-left: -15px;
	font-size: 11px;
	z-index: 9;*/
	margin-bottom: 5px;
}

.chronodata-press {
	color: #972525;
	margin: 10px 0;
	font-size: 13px;
}

.chronodata-press {
	color: #575757;
	margin: 10px 0;
	font-size: 13px;
}

.super-container {
	width: 100%;
	margin: 0 auto;
	background-color: #f3f3f3;
}


.super-top {
	width: 100%;
	height: 235px;
	background-color: #333;
	display: table;
}

div.top {
    width: 960px;
    margin: 0 auto;
}

div.main {
    width: 960px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    z-index: 2;
}

.container {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	display: table;

/*	background-color: #fff;
	background-image: url('images/bg-page.png');
	background-repeat: repeat-y;*/
}

.contenuto {
	/*padding: 15px 0 15px 15px;*/
	padding: 15px 15px 15px 0;
	border-right: 1px solid #e6e6e6;
}

.contenuto h3 {
	margin-bottom: 20px;
}

.pagina {
	width: 685px;
	min-height: 200px;
	padding: 0;
	float: left;
	margin: 0 0 20px 0;
/*	background-color: #ff0000;*/
}

.banner {
	margin-left: -20px;
}

#header {
    width: 960px;
    margin: 0 auto;
    padding: 0;
    clear: both;
    display: block;
    height: 235px;
    position: relative;
}

#header > div.top > .menu {
	float: left;
}

#header > div.top > .menu ul {
	list-style-position: inside;
	list-style-type: none;
	padding: 0px;
	margin: 0;
}

#header > div.top > .menu > ul > li {
  	margin: 0;
 	border: 0;
 	display: table-cell;
 	float: left;
  	position: relative;
  	z-index: 10;
  	text-align: left;
}

#header > div.top > .menu > ul > li > a, #header > div.top > .menu > ul > li > span {
	width: 120px;
	text-align: center;
	color: #fff;
	padding: 190px 0px 29px 0px;
	margin: 0;
	text-decoration: none;
	font-size: 14px;
	font-weight: 300;
	display: block;
	text-transform: uppercase;
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: normal;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;

}

#header > div.top > .menu > ul > li > a:hover,
#header > div.top > .menu > ul > li > span:hover,
#header > div.top > .menu > ul > li.current_page_item > a,
#header > div.top > .menu > ul > li.current_page_item > span,
#header > div.top > .menu > ul > li.current_page_ancestor > a,
#header > div.top > .menu > ul > li.current_page_ancestor > span {
    color: #fff;
    background-image: url('images/opacity.png');
    cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#header > div.top > .menu > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #575757;
    display: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#header > div.top > .menu > ul > li > ul > li {
    border-top: 1px solid #444;
}

#header > div.top > .menu > ul > li > ul > li:first-child {
    border: 0;
}

#header > div.top > .menu > ul > li > ul > li > a {
    display: block;
    padding: 0 20px;
    width: 166px;
    height: 50px;
    line-height: 50px;
    color: #fff;
}

.slide-home {
	width: 960px;
	margin: 0 auto;
	display: table;
	position: relative;
	z-index: 1;
}

.slide-home iframe {
	margin: 0;
	display: block;
}

#mobileMenu {
    display: none;
}

#header > div.top > .menu > ul > li > ul > li > a:hover,
 #header > div.top > .menu > ul > li > ul > li.current_page_item {
    background: #444;
	text-decoration: none;
}

#header > div.top > h1 {
    float: left;
    margin-top: 8px;
}

.logo-content {
	height: 0px;
/*	height: 150px;*/
	width: 960px;
	margin: 0 auto;
}

.logo {
	width: 296px;
	height: 160px;
	margin-left: 350px;
	padding-top: 10px;
/*	background-color: #ff0000;*/
}

/*.logo > a > .big {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
}*/

.logo > a > .mini {
    display: none;
}

.logo > a > .mobile {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
}

.googleMap-content {
	width: 960px;
	display: block;
	height: 360px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

/* #googleMap, #googleMap2 {
	float: left;
	width: 480px;
	height:360px;
} */

#googleMap, #googleMap2 {
	width: 100%;
	height:360px;
}

#page.nosidebar {
    width: 930px;
    padding: 20px 15px;
    display: block;
    min-height: 300px;
}

#page {
    width: 680px;
    padding: 20px 15px;
    display: block;
    float: right;
    min-height: 300px;
    border-left: 1px solid #EAD3E6;
}

#page blockquote {
    font-style: italic;
    color: #a9a9a9;
    background: url('images/quote.png') no-repeat 0 0;
    text-indent: 30px;
    padding-top: 3px;
}

#page h3 {
    color: #575757;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 10px;
    text-align: left;
}

#page ul, #page ol {
}

#page ul > li, #page ol > li {
}

#page p {
    padding-bottom: 12px;
    text-align: justify;
}

#page b, #page strong {
    font-weight: 600;
    color: #575757;
}

.page-content {
	margin: 0;
}

.page-content > ul {
	padding-left: 30px;
	list-style-type: none;
}

.page-content > ul > li:before {
	content:"+";
	position: relative;
	left: -5px;
}

.page-content > h4 {
    color: #ed1c24;
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 130%;
    padding-bottom: 10px;
    margin-bottom: 10px;
}


.contenuto ul {
	list-style-type: decimal;
	padding: 5px 25px;
	margin: 10px 0;
}

.contenuto > ol {
	list-style-type: decimal;
	padding: 5px 25px;
	margin: 0;
}

.contenuto > ul li {
	padding: 2px 0;
	font-size: 12px;
}

.super-box-container {
	width: 960px;
	margin: 0 auto;
}

.box-container {
	width: 990px;
	display: table;
/*	background-color: #ff00ff;*/
}

.box {
	float: left;
	position: relative;
	margin: 20px 23px 20px 0;
	width: 305px;
}

.box-img {
	position: relative;
	background-color: #000;
}

.box-img img {
	display: block;
}

.camera {
	position: absolute;
	z-index: 100;
	bottom: 0;
	right: 0;
	width: 47px;
	height: 26px;
	background-image: url('images/camera.png');
}

.scheda-home {
	position: absolute;
	z-index: 100;
	bottom: 0;
	right: 0;
	width: 47px;
	height: 26px;
	background-image: url('images/scheda.png');
}


/*.titolo-box {
	margin: 5px 0;
	width: 305px;
	color: #575757;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
}*/

/*.titolo-box {
	position: absolute;
	background-color: #575757;
	color: #fff;
	padding: 6px;
	bottom: 20px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 17px;
	font-weight: 300;
	text-transform: uppercase;
	z-index: 100;
}

.titolo-box > a {
	color: #fff;
}*/

.titolo-box {
	/*position: absolute;*/
	/*background-color: #972525;*/
	color: #333;
	padding: 6px 0;
	bottom: 20px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 17px;
	font-weight: 300;
/*	text-transform: uppercase;*/
	z-index: 100;
}

.titolo-box > a {
	color: #333;
}

.descrizione-box {
	margin: 5px 0;
	width: 305px;
	text-align: justify;
}

a h3.casting {
	background: url('images/casting.png') no-repeat left center;
	border-bottom: 1px solid #ddd;
	color: #575757;
	margin: 0 0 10px 0;
	padding: 10px 0;
	display: block;
	height: 40px;
	line-height: 45px;
	font-size: 24px!important;
	padding-left: 50px;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}

a h3.casting:hover{
	color: #000;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}

.top-progetto {
	width: 685px;
	display: table;
	margin-bottom: 20px;
}

.tipo-elenco {
	font-weight: bold;
	float: left;
	margin-right: 10px;
}

.tipo {
	display: table;
	width: 340px;
	border-bottom: 1px solid #e5e5e5;
	padding: 12px 0;
	float: right;
}

.tipo-big {
	display: table;
	line-height: 40px;
	height: 40px;
	width: 350px;
	border-bottom: 1px solid #e5e5e5;
	float: right;
}

.tipo-big h4 {
	float: left;
	margin: 0 10px 0 0;
}

.tipo h4 {
	float: left;
	margin: 0 10px 0 0;
}

.testo-tipo-elenco {
}

.testo-tipo {
	float: right;
	font-weight: bold;
	width: 70%;
	text-align: right;
}

.testo-tipo img {
	padding: 10px 0;
}
.play {
	text-align: center;
	margin-top: 0px;
	width: 30px;
	height: 40px;
	background-image: url('images/play.png');
	background-repeat: no-repeat;
	background-position: center;
	float: right;
}


.play:hover {
	background-image: url('images/play-hover.png');
	background-repeat: no-repeat;
	background-position: center;
}

.last {
	margin-right: 0;
}

.gallery {
	width: 690px;
	margin-left: 15px;
	margin-top: 20px;
/*	background-color: #ff0000;*/
}

.gallery img {
	margin: 10px 22px 10px 0;
}

#ellipsis {
	padding: 0;
	text-align: justify;
}

.titolo {
	margin: 5px 0;
}

.item {
	width: 960px;
	display: table;
	margin: 10px 0;
}

.itemhead h3 {
	margin-bottom: 0px;
}

.img {
	height: 169px;
	width: 169px;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0px;
	border-right: 1px dotted #ddd;
	border-top: 1px dotted #ddd;
}

.progetto {
	margin: 0;
	float: left;
	width: 670px;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
/*	background-color: #ff00ff;*/
}

.img-progetti {
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	background-color: #000;
}

.img-progetti img {
	margin: 0;
	padding: 0;
	display: block;
}

.img-progetti-elenco {
	margin: 0;
	padding: 0;
	background-color: #000;
}

.img-progetti-elenco img {
	margin: 0;
	padding: 0;
	display: block;
}

.progetti-descrizione {
	margin-top: 10px;
	text-align: justify;
	clear: both;
}

.trailer {
	float: left;
	margin: 15px 15px 15px 0;
}

.dettagli-progetto {
	min-height: 440px;
}

.scheda {
	clear: both;
	display: block;
}

.news-home {
	margin: 20px 33px 30px 0;
	float: left;
	width: 200px;
}

.img-news-home {
	padding: 0;
	background-color: #000;
}

.img-news-home img {
	display: block;
}

.news {
	margin: 0 0 30px 0;
	display: table;
	width: 670px;
}

.news-descrizione {
	margin-top: 10px;
	text-align: justify;
}

.news h4 {
	margin: 0 0 10px 0!important;
}

.news h4 a, .news h4 a:link {
	color: #575757;
	font-size: 17px!important;
}

.news h4 a:hover {
	color: #000;
	font-size: 15px;
}

.img-news {
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	background-color: #000;
}

.img-news img {
	display: block;
}


.img-news-side {
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
}

.press {
	margin: 20px 0 30px 0;
	display: table;
	width: 680px;
}

.press-descrizione {
}

.img-press {
	float: right;
	margin: 0 15px 0 0;
	padding: 0;
}

.img-press img {
	max-width: 200px;
}

li.current-cat-parent a {
	color: #1d1d1d !important;
}

.casting-list {
	margin: 20px 0 10px 0;
	display: table;
	width: 670px;
	border-bottom: 1px solid #eee;
}

.stato {
	float: right;
	color: #fff;
	font-size: 14px!important;
	padding: 2px 5px;
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
}

.aperto {
	background: #158436;
	padding: 2px 5px;
}

.chiuso {
	background: #575757;
	padding: 2px 5px;
}

#sidebar {
	width: 225px;
	padding: 0 15px 15px 15px;
	margin: 0;
	float: right;
}

#sidebar img {
	margin-bottom: 10px;
}

#sidebar form {
	display: block;
	margin: 0;
}

#sidebar > h3, #sidebar > h4 {
	font-size: 17px;
	color: #909090;
	margin: 15px 0 0 0;
	text-transform: uppercase;
	padding-bottom: 10px;
}

#sidebar h5 {
	font-size: 16px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 300;
	margin-bottom: 10px;
	color: #909090;
	text-transform: uppercase;
}

#sidebar > ul {
	list-style-position: outside;
	list-style-type: none;
	padding: 0px;
	margin: 0 0 25px 0;
}

#sidebar > ul > ul{
	list-style-position: outside;
	list-style-type: none;
	padding: 0px;
	margin: 0 0 25px 0;
}

#sidebar > ul > li {
	padding: 8px 0;
	list-style-type: none;
	border-bottom: 1px solid #e6e6e6;
}

#sidebar > ul > li > ul > li {
	padding: 4px 10px;
	list-style-type: none;
}

/*#footer {
	width: 930px;
    padding: 20px 0;
    color: #fff;
    font-size: 12px;
    margin: 0 auto;
    padding: 15px;
    background: #575757;
    display: table;
}*/

#footer {
	/*background-color: #a064a5;*/
	width: 960px;
	height: 70px;
	line-height: 20px;
	margin: 10px auto 20px auto;
	color: #444;
	padding: 0px;
}

#footer > .left {
	width: 70%;
	float: left;
}

#footer > .right {
	width: 30%;
	float: right;
}

.amra {
	text-align: center;
	margin: 0 auto 20px auto;
}

ul.socialize {
	margin-left: 0 !important;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
	padding-left: 0 !important;
	width: 620px;
}

.socialize li {
	display: inline-block;
	list-style: none;
	line-height: 14px;
	margin-bottom: 10px;

}

ul.socialize li {
    background: none repeat scroll 0 0 transparent !important;
    float: left;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

/*== CF7 ==*/
.label {
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	color: #555;
	clear: both;
	float: left;
}

.campo {
	width: 336px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.campo-area {
	width: 680px;
	clear: both;
}

.wpcf7-form {
	width: 104%;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
}

.wpcf7-text {
	border: 1px solid #ccc;
	background: #fff;
	height: 32px;
	width: 325px;
	line-height: 32px;
	padding: 0 4px 0 4px;
	color: #888;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
}

.wpcf7-textarea {
	 width: 670px;
	 border: 1px solid #ccc;
	 background: #fff;
	 padding: 4px;
	 color: #888;
	 font-size: 12px;
	 font-family: 'Open Sans', sans-serif;
	 margin: 0 0 12px 0;
	 resize: none;
}

div.wpcf7-response-output {
	margin: 10px 0!important;
}
/*== CF7 ==*/

/* Pagenavi */
.navigation {
	margin: 20px auto 0 auto;
	text-align: center;
	height: 25px;
	font-size: 13px;
	width: 100%;
	display: inline-block;

}
.meta-normal {
	margin-right: 10px;
}

.navigation a{color:#fff}
.navigation a:hover{color:#fff;text-decoration:none}
.page-numbers a, .page-numbers a:link{background:#777;color:#fff;padding:2px 6px 2px 6px;margin-right:4px;
-moz-transition: all 0.2s linear 0s;
-webkit-transition: all 0.2s linear 0s;
-o-transition: all 0.2s linear 0s;
}
.page-numbers a:hover{background:#575757;color:#fff;}
.currentpage, .currentpage a:hover{background:#575757;color:#fff;padding:2px 6px 2px 6px;
-moz-transition: all 0.2s linear 0s;
-webkit-transition: all 0.2s linear 0s;
-o-transition: all 0.2s linear 0s;
}


/** BxSlider RESET AND LAYOUT
===================================*/

.slide {
	position: relative
}

.frase {
	text-transform: uppercase;
	position: absolute;
	font-size: 22px;
	color: #575757;
	z-index: 999;
	top: 20px;
	left: 20px;
	padding: 20px;
	background: url('images/opacity.png');
}

ul.bxslider {
	list-style-type: none;
}

ul.bxslider li {
	width: 100%!important;
}

ul.bxslider li img {
	width: 100%;
	display: block;
}

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.bx-viewport {
	max-height: 360px!important;
}

/** THEME
===================================*/

.bx-wrapper .bx-pager {
	position: absolute;
	bottom: 10px;
	width: 100%;
	z-index: 999;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url('images/bx_loader.gif') center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #555;
}


.separatore {
	position: absolute;
	left: 49%;
	background-image: url('images/separatore.png');
	background-repeat: no-repeat;
	width: 30px;
	height: 360px;
	z-index: 999;
}

#video {
	text-align: right;
	float: right;
}

.copy {
	text-align: center;
}

table {
    border-collapse: collapse;
    margin: 0 0 20px;
    width: 100%;
}

table td {
    border: 1px solid #ddd;
    padding: 3px 5px;
    vertical-align: middle;
}

table th {
    border: 1px solid #ddd;
    padding: 3px 5px;
    text-align: left;
    font-weight: bold;
}

.cookie ul {
    list-style-type: none!important;
    margin: 5px 20px;
}

.cookie ul li {
    padding: 3px;
    text-align: justify;
}

.cookie p {
	padding: 10px 0;
}

.social-btn {
	display: table;
	clear: both;
	margin: 20px 0;
}

.fb, .tw, .gp {
	padding: 10px 3px;
	display: block;
	float: left;
}

.facebook-btn {
	background: url('images/facebook-btn.png') no-repeat center;
	width: 70px;
	height: 20px;
}

.twitter-btn {
	background: url('images/twitter-btn.png') no-repeat center;
	width: 70px;
	height: 20px;
}

.google-btn {
	background: url('images/google-btn.png') no-repeat center;
	width: 70px;
	height: 20px;
}

/* --  MOSAIC FLOW INIZIO -- */

mosaicflow {
	margin-bottom: 40px;
	margin: 0 auto;
}

.mosaicflow_column {
	float: left;
}

.mosaicflow_item {
	position: relative;
	margin: 4px 2px;
	overflow: hidden!important;
}

.mosaicflow_item img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 1;
	overflow: hidden!important;
	position: relative;
}

.mosaicflow_item img:hover {
	opacity: 0.6;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.mosaicflow_item h3 {
	font-size: 16px;
}

.overhide {
	overflow: hidden;
}

/* --  MOSAIC FLOW FINE -- */

.line {
	width: 100%;
	height: 1px;
	display: table;
	background: #e6e6e6;
	margin-bottom: 20px;
}
