
@font-face {
    font-family: oswald-bold;
    src: url(fonts/Oswald-Bold.ttf);
}
@font-face {
    font-family: oswald-light;
    src: url(fonts/Oswald-Light.ttf);
}
@font-face {
    font-family: 'oswald-regular';
    src: url(fonts/Oswald-Regular.ttf);
}

@font-face {
   font-family: 'oswald-regular';
   src: local('oswald-regular'), url('fonts/Oswald-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Rambla';
    src: url(fonts/Rambla-Regular.ttf);
}


/* Reset default browser CSS. */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align:baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/*Body*/

body {
    text-align: center;
    color: #999;
    font-size: 13px;
    background-color: #fff;
    margin: 0;
    padding: 0;
    font-family: 'Rambla', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
}
.cleaner {
    clear: both;
    padding: 0;
    margin: 0;
}
img {
    border: 0;
}
.link {
    cursor: pointer;
    cursor: hand;
}
h1 {
    font-size: 28px;
    font-weight: 800;
}
h2 {
    font-size: 18px;
    font-weight: 800;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 14px;
}
h5 {
    font-size: 12px;
    margin: 0 auto 10px auto;
    padding: 0;
    color: #444;
    font-weight: 100;
}
h6 {
    font-size: 11px;
    margin: 0 auto 10px auto;
    padding: 0;
    color: #444;
}
h7 {
    font-size: 10px;
}
strong {
    font-weight: 800;
}
em {
    font-style: italic;
}
form {
    margin: 0;
    padding: 0;
}
.content-text {
    margin: 0;
    padding: 0;
    line-height: 18px;
}

/*Google Special Font*/
.title-font{font-family:'Arial';letter-spacing:0px;}
.footer-font{font-family:'Rambla','Arial';}
.special-font{font-family:'oswald-regular','Arial';}
.tenor-font{font-family:'Tenor+Sans','Arial';letter-spacing:0.02em;line-height:18px;}

/*.text-format{font-family:'Arial';letter-spacing:0.02em;line-height:14px;font-size:15px;text-align:left;}
.text-format p{margin-bottom:8px;}*/

.menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
.menu ul li{
	padding:0;
	padding-bottom:3px;
	margin:0;
	margin-bottom: 10px;
}

ul.second-menu{
	list-style-type:none;
	padding:0;
	margin:0;
	margin-left:30px;
}
ul.second-menu li{
	font-family:'Arial';
	font-size:14px;
	list-style-type:none;
	padding:2px;
	margin:0;
	font-weight:100;
}
ul.second-menu li.sel a{
	font-weight:800;
}
ul.second-menu li ul{
	margin-left:30px;
}
ul.second-menu li ul li{
	font-family:'Arial';
	font-size:12px;
	padding:2px;
	margin:0;
	font-weight:100;
}
ul.second-menu li ul li.sel a{
	font-weight:800;
	color:#f0990f;
}

.menu-selected{
	
}

/* menu mappa*/
.map div.nav {
    position:absolute;
    left:0;
    display:none;
    margin:0 0 0 -1px;
    padding:0;
    list-style:none;
    background-color:#ff8;
    border:1px solid #666;
    cursor:default;
    width:90px;
    z-index:10;
}
.map div.nav ul {
    
}
.map div.nav ul li {
    padding:4px;
}
.map div.nav ul li.title {
    padding:1px;
    background-color:#ccc;
}

/*PAGES*/
.page-on{color:#333;font-weight:800;font-size:14px;}
.page-off{color:#666;font-weight:100;font-size:14px;}

/*Form*/
.ftext-content, .fpass-content, .fdate-content{display:inline;margin:0 auto;padding:0px;}
input.ftext, textarea.ftext, input.fpass, input.fdate, select.fselect{font-family:'Rambla',Verdana,Arial,Helvetica,sans-serif;font-size:15px;font-weight:100;letter-spacing:0.02em;margin:0;color:#fff;padding:2px;width:140px;background-color:#3A3A3A;height:22px;
border-radius: 3px;
border: solid 1px grey;
}

select.fselect{padding:3px;}
.fsearch-left{background:url(https://www.studiolegaleenna.it/zTemplate/_img/elements/form/search/search-field-left.png) no-repeat left center;height:25px;float:left;width:270px;}
.fsearch-right{background:transparent url(https://www.studiolegaleenna.it/zTemplate/_img/elements/form/search/search-field-right.png) no-repeat right center;height:25px;width:32px;float:left;cursor:pointer;cursor:hand;}
.fsearch-content{display:inherit;height:25px;margin:0 auto;padding:0;width:302px;}
input.fsearch{font-family:'PT Sans',Verdana,Arial,Helvetica,sans-serif;font-size:14px;border:0;font-weight:100;margin-top:2px;color:#333;width:250px;height:19px;}
.fbutton-content{display:inline;margin:0 auto;padding:0;}
input.fbutton{font-family:'PT Sans',Verdana,Arial,Helvetica,sans-serif;font-size:12px;margin:0;padding:4px;font-weight:bold;cursor:pointer;cursor:hand;color:#444;}
.fsearchbutton{background:url(https://www.studiolegaleenna.it/zTemplate/_img/elements/menu/tasto_cerca.png);float:left;height:24px;width:24px;cursor:pointer;cursor:hand;}
input.ftexterror, input.fpasserror, input.fdateerror, textarea.ftextareaerror {border:2px solid red;}

/*CALENDAR*/
input.datepicker {margin:0;padding:0;color:#fff;background-color:#000;border:1px solid #35bda9;margin-right:1px;vertical-align:bottom;height:22px;width:100px;padding-left:3px;letter-spacing: 0.02em;}
img.ui-datepicker-trigger{vertical-align:top;}

/*Liste*/
.tabellaspan{}
table.tabella {color:#fff;margin:0;}
table td.td_title div.titlec{background:url(https://www.studiolegaleenna.it/zTemplate/_img/elements/buttons.png) repeat-x center top;}
table td.td_title div.titlel{background:url(https://www.studiolegaleenna.it/zTemplate/_img/elements/buttons.png) repeat-x left top;}
table td.td_title div.titler{background:url(https://www.studiolegaleenna.it/zTemplate/_img/elements/buttons.png) repeat-x right top;}
table td.td_title {height:35px;line-height:35px;text-indent:10px;color:#fff;font-weight:bold;}

table tr.tr01 {background-color:#000;opacity:0.8;filter:alpha(opacity=80);}
table tr.tr02 {background-color:#111;opacity:0.8;filter:alpha(opacity=80);}

table tr td.td00, table tr td.td01, table tr td.td02 {
	padding:2px auto 2px 4px;
	//height:30px;
	//line-height:30px;
	//text-indent:10px;
	color:#fff;
	font-weight:bold;
	font-size:14px;
}

td.td01, td.td02 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
}

table td.td_title a {margin:0;padding:0;height:20px;cursor:pointer;cursor: hand;}
table td.td {padding:3px;}
.table_up {/*background-image:url(../_img/elements/table-up.png*/);width:18px;height:9px;}
.table_down {/*background-image:url(../_img/elements/table-down.png*/);width:18px;height:9px;margin-top:2px;}

.pagination{margin-top:15px;margin-bottom:15px;}
.pagination div.page-on{float:left;padding-bottom:5px;margin-left:5px;margin-right:5px;color:#04fbd6;}
.pagination div.page-off{float:left;margin-left:5px;margin-right:5px;color:#70a099;}
.pagination div.page-off a{color:#70a099;}

/*Window Popup*/
.popup-content{width:400px;z-index:4000;text-align:left;font-size:12px;}
.popup-top-right{background: url(https://www.studiolegaleenna.it/zTemplate/_img/elements/popup/popup-top-right.png) no-repeat left center;width:11px;height:29px;float:right;cursor:default;}
.popup-top-center {background: url(https://www.studiolegaleenna.it/zTemplate/_img/elements/popup/popup-top-left.png) no-repeat left center;color:#fff;width:389px;height:29px;float:left;cursor:default;}
.popup-title {font-weight:800;padding-top:6px;margin-left:16px;}
.popup-cnt {padding-top:5px;margin-left:15px;background: url(https://www.studiolegaleenna.it/zTemplate/_img/elements/popup/popup-center-center.png);margin-right:11px;color:#333;padding-bottom:10px;}
.popup-center-right {background: url(https://www.studiolegaleenna.it/zTemplate/_img/elements/popup/popup-center-right.png) repeat-y right center;float:right;}
.popup-center-center {background: url(https://www.studiolegaleenna.it/zTemplate/_img/elements/popup/popup-center-left.png) repeat-y left center;width:400px;}
.popup-bottom-right {background: url(https://www.studiolegaleenna.it/zTemplate/_img/elements/popup/popup-bottom-right.png) no-repeat left center;width:11px;height:7px;float:right;}
.popup-bottom-center {background: url(https://www.studiolegaleenna.it/zTemplate/_img/elements/popup/popup-bottom-left.png) no-repeat left center;width:389px;height:7px;float:left;}
.popup-close {background: url(https://www.studiolegaleenna.it/zTemplate/_img/elements/popup/popup-close.png) no-repeat;width:16px;height:16px;position:absolute;top:-14px;left:-17px;cursor:pointer;cursor:hand;}

/*Autocompleter*/
ul.autocompleter-choices {position:absolute;margin:0;padding:2px;list-style:none;border:1px solid #ddd;border-left-color:#ddd;border-right-color:#ddd;border-bottom-color:#ddd;background-color:#fff;text-align:left;z-index:50;}
ul.autocompleter-choices li {position:relative;margin:0;padding:2px;padding-top:10px;padding-bottom:10px;display:block;float:none !important;cursor:pointer;cursor:hand;font-weight:normal;white-space:nowrap;line-height:1.5em;color:#FAB005;text-indent:4px;}
ul.autocompleter-choices li.autocompleter-selected {background-color:#FDD366;color:#fff;}
ul.autocompleter-choices span.autocompleter-queried {display:inline;float:none;font-weight:bold;margin:0;padding:0;color:#A91007;}
ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {color:#A91007;font-weight:800;}

/*
** ckeditor_style
*/
.cke_editable,
.text-format
{
	/* Font */
	font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
	font-size: 12px;

	/* Text color */
	color: #fff;

	/* Remove the background color to make it transparent */
	background-color: #3A3A3A;

	margin: 10px;
	text-align:left;

	font-size: 13px;
	line-height: 1.6em;
}

.cke_editable blockquote,
.text-format blockquote
{
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
}

.cke_contents_ltr blockquote,
.text-format blockquote
{
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
}

.cke_contents_rtl blockquote,
.text-format blockquote
{
	padding-left: 8px;
	padding-right: 20px;
	border-right-width: 5px;
}

.cke_editable a,
.text-format a
{
	color: #0782C1;
}

.cke_editable ol, .cke_editable ul, .cke_editable dl,
.text-format ol, .text-format ul, .text-format dl
{
	/* IE7: reset rtl list margin. (#7334) */
	*margin-right: 0px;
	/* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
	padding: 0 40px;
}

.cke_editable h1, .cke_editable h2, .cke_editable h3, .cke_editable h4, .cke_editable h5, .cke_editable h6,
.text-format h1, .text-format h2, .text-format h3, .text-format h4, .text-format h5, .text-format h6
{
	font-weight: normal;
	line-height: 1.2em;
}

.cke_editable hr,
.text-format hr
{
	border: 0px;
	border-top: 1px solid #ccc;
}

.cke_editable img.right,
.text-format img.right,
{
    border: 1px solid #ccc;
    float: right;
    margin-left: 15px;
    padding: 5px;
}

.cke_editable img.left,
.text-format img.left
{
    border: 1px solid #ccc;
    float: left;
    margin-right: 15px;
    padding: 5px;
}

.cke_editable img:hover,
.text-format img:hover 
{
	opacity: .9;
	filter: alpha(opacity = 90);
}

.cke_editable pre,
.text-format pre
{
	white-space: pre-wrap; /* CSS 2.1 */
	word-wrap: break-word; /* IE7 */
}

.cke_editable .marker,
.text-format .marker
{
    background-color: Yellow;
}

.image_box {
	height: auto;
	margin-bottom:20px;
}

table tr:last-child .movedown{
	display:none;
}
table tr:nth-child(2) .moveup{
	display:none;
}

.trash{
	background: #F00;
    border-radius: 50%;
    padding: 4px;
}


/******* HELPERS **************/




/**** CSS3 beauty checkbox ****/

body {
	background: #555;
}

/*
h1 {
	color: #eee;
	font: 30px Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-shadow: 0px 1px black;
	text-align: center;
	margin-bottom: 50px;
}
*/

.admincontainer input[type=checkbox] {
	visibility: hidden;
}

/* SLIDE ONE */
.slideOne {
	width: 50px;
	height: 10px;
	background: #333;
	margin: 20px auto;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}

.slideOne label {
	display: block;
	width: 16px;
	height: 16px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;

	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	position: absolute;
	top: -3px;
	left: -3px;

	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.slideOne input[type=checkbox]:checked + label {
	left: 37px;
}

/* SLIDE TWO */
.slideTwo {
	width: 80px;
	height: 30px;
	background: #333;
	margin: 20px auto;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}

.slideTwo:after {
	content: '';
	position: absolute;
	top: 14px;
	left: 14px;
	height: 2px;
	width: 52px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #111;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}

.slideTwo label {
	display: block;
	width: 22px;
	height: 22px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;

	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	position: absolute;
	top: 4px;
	z-index: 1;
	left: 4px;

	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.slideTwo label:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #333;
	left: 6px;
	top: 6px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,1), 0px 1px 0px rgba(255,255,255,0.9);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,1), 0px 1px 0px rgba(255,255,255,0.9);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,1), 0px 1px 0px rgba(255,255,255,0.9);
}

.slideTwo input[type=checkbox]:checked + label {
	left: 54px;
}

.slideTwo input[type=checkbox]:checked + label:after {
	background: #00bf00;
}

/* SLIDE THREE */
.slideThree {
	width: 80px;
	height: 26px;
	background: #333;
	margin: 20px auto;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}

.slideThree:after {
	content: 'OFF';
	font: 12px/26px Arial, sans-serif;
	color: #000;
	position: absolute;
	right: 10px;
	z-index: 0;
	font-weight: bold;
	text-shadow: 1px 1px 0px rgba(255,255,255,.15);
}

.slideThree:before {
	content: 'ON';
	font: 12px/26px Arial, sans-serif;
	color: #00bf00;
	position: absolute;
	left: 10px;
	z-index: 0;
	font-weight: bold;
}

.slideThree label {
	display: block;
	width: 34px;
	height: 20px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;

	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 1;

	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.slideThree input[type=checkbox]:checked + label {
	left: 43px;
}

/* ROUNDED ONE */
.roundedOne {
	width: 28px;
	height: 28px;
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
	/*margin: 20px auto;*/

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	position: relative;
	//float:right;
}

.roundedOne label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	left: 4px;
	top: 4px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.roundedOne label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	background: #00bf00;

	background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: linear-gradient(top, #00bf00 0%, #009400 100%);

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	top: 2px;
	left: 2px;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	transition: all 0.3s ease;
}

.roundedOne label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.roundedOne input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

/* ROUNDED TWO */
.roundedTwo {
	width: 28px;
	height: 28px;
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
	*/margin: 20px auto;*/

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	position: relative;
}

.roundedTwo label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	left: 4px;
	top: 4px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.roundedTwo label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 5px;
	left: 4px;
	border: 3px solid #fcfff4;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all 0.3s ease;
}

.roundedTwo label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.roundedTwo input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

/* SQUARED ONE */
.squaredOne {
	width: 28px;
	height: 28px;
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
	margin: 20px auto;
	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	position: relative;
}

.squaredOne label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 4px;
	top: 4px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.squaredOne label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	background: #00bf00;

	background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: linear-gradient(top, #00bf00 0%, #009400 100%);

	top: 2px;
	left: 2px;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}

.squaredOne label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.squaredOne input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

/* SQUARED TWO */
.squaredTwo {
	width: 28px;
	height: 28px;
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
	margin: 20px auto;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	position: relative;
}

.squaredTwo label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 4px;
	top: 4px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.squaredTwo label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #fcfff4;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.squaredTwo label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.squaredTwo input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}


/* SQUARED THREE */
.squaredThree {
	width: 20px;	
	margin: 20px auto;
	position: relative;
}

.squaredThree label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	border-radius: 4px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);

	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.squaredThree label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #fcfff4;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.squaredThree label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.squaredThree input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

/* SQUARED FOUR */
.squaredFour {
	width: 20px;	
	margin: 20px auto;
	position: relative;
}

.squaredFour label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	border-radius: 4px;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.squaredFour label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.squaredFour label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.5;
}

.squaredFour input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

/****END beauty checkbox****/

/*********htmlBoxLabel*********/

.htmlBoxLabel{
    position: relative;
    border: solid 1px #999;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.htmlBoxLabel-title{
    position: absolute;
    top: -8px;
    left: 5px;
    height: 20px;
    padding-left: 5px;
    padding-right: 8px;
    font-weight: 800;
    color: #666;
    background-color: #f3f3f3;
}
/*********END htmlBoxLabel*********/


/******* END HELPERS **************/

.showcoll{
	position:relative;
	min-height: 40px;
    background: #464646;
    color: #FFF;
    box-sizing: border-box;
    font-size: 20px;
    padding-left: 30px;
    padding-right: 50px;
    padding-top: 11px;	
    padding-bottom: 7px;
	margin-bottom: 5px;
	transition:all 0.2s;
	cursor:pointer;
	//background-repeat:no-repeat;
	//background-image:url(../_img/elements/backg_viewall.png);
	//background-position: 99%;
}
.showcoll:hover{
    background-color: #787777;
}
.collclass{
	    margin-bottom: 5px;
	    display:none;
}

div.veditutti{
    height: 30px;
    font-size: 43px;
    width: 30px;
    border-radius: 50%;
    margin-top: 0px;
    text-align: center;
    background: #000;
    line-height: 28px;
    text-indent: 0px;
    box-sizing: border-box;
    position: relative;
    top: 8px;
	transition:all 0.2s;
	cursor:pointer;
}
div.veditutti:hover{
    background-color: #594747;
}

.doublearrowdown{
	vertical-align: top;
    position: relative;
    right: -13px;
    transition: all 0.3s ease;
}

span.togglemenuitems{
	margin-left:9px;
	font-size:16px;
	background-color:#280C0C;
	color:#fff;
	padding:0 20px 0 20px;
    transition: all 0.3s ease;
}

span.togglemenuitems:hover{
    background-color: #787777;
}

.lines{
    width: 32px;
    height: 32px;
    float: right;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    border-radius: 4px;
	background-image:url(../_img/elements/backg_viewall.png);
	background-repeat:no-repeat;
	background-position: 40% 50%;    
    transition: all 0.2s ease;

}
.showcoll:hover .lines{
	box-shadow: 0px 1px 5px #000 inset;
}

.betitle{
	font-size: 20px;
	color:#000;
}


@media (max-width:640px){


}
