#loading_spinner{
	display:    none;
	position:   fixed;
	z-index:    99999999;
	top:        0;
	left:       0;
	height:     100%;
	width:      100%;
	background: transparent
					url('/images/ajax-loader.gif') 
					50% 50% 
					no-repeat;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
	filter: alpha(opacity = 100);
}

html, body{
	height: 100%;
}

body {
	padding-top: 0px;
}

.logo{
	padding: 10px;
	border-radius: 6px;
}

.mandatory{
    color: red;
    font-size: 8pt;
    vertical-align: top;
    margin-left: 2px;
}

@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

.pointer{
	cursor: pointer;
}

.topbar{
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.topbar a{
	color: inherit;
}

.topmenu .navbar-nav>li.last>a{
	margin-right: 0px;
	padding-right: 0px;
}

@media (min-width: 1201px){
	nav.navbar-default .container .topmenu .navbar-nav li a{
		position:relative;
		top: 50px;
	}
}

.navbar-default{
	border-color: transparent;
}

/* Home Page Carousel */

header.carousel, .carousel_bf .no-container{
    /*min-height: 490px;*/
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill, .carousel_bf  .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

section.block{
	margin-top:0px;
	margin-bottom:0px;
}

section.notitle{
	margin-top:0px;
}

section.firstblock{
	margin-top: 0px;
}

section.tab_row_col .rowdata, .tab_row_col .controls .rowdata{
	margin-bottom: 10px;
}

section.tab_row_col .rowdata:last-child, .tab_row_col .controls .rowdata:last-child{
	margin-bottom: 0px;
}

.tab_row_col .controls .rowdata .rowcelledit{
	border: 0px solid #CCC;
}
/*
#myPhotogallery .carousel-inner .active.left { left: -25%; }
#myPhotogallery .carousel-inner .next        { left:  25%; }
#myPhotogallery .carousel-inner .prev		 { left: -25%; }
#myPhotogallery.carousel-control 			 { width:  4%; }
#myPhotogallery.carousel-control.left,.carousel-control.right {margin-left:15px;background-image:none;}
*/

#myPhotogallery .carousel-control.left, .carousel-control.right {
	background-image:none;
}

#myPhotogallery .img-responsive{
	width:100%;
	height:auto;
}

@media (min-width: 992px ) {
	#myPhotogallery .carousel-inner .active.left {
		left: -25%;
	}
	#myPhotogallery .carousel-inner .next {
		left:  25%;
	}
	#myPhotogallery .carousel-inner .prev {
		left: -25%;
	}
}

@media (min-width: 768px) and (max-width: 991px ) {
	#myPhotogallery .carousel-inner .active.left {
		left: -33.3%;
	}
	#myPhotogallery .carousel-inner .next {
		left:  33.3%;
	}
	#myPhotogallery .carousel-inner .prev {
		left: -33.3%;
	}
	#myPhotogallery .active > div:first-child {
		display:block;
	}
	#myPhotogallery .active > div:first-child + div {
		display:block;
	}
	#myPhotogallery .active > div:last-child {
		display:none;
	}
}

@media (max-width: 767px) {
	#myPhotogallery .carousel-inner .active.left {
		left: -100%;
	}
	#myPhotogallery .carousel-inner .next {
		left:  100%;
	}
	#myPhotogallery .carousel-inner .prev {
		left: -100%;
	}
	#myPhotogallery .active > div {
		display:none;
	}
	#myPhotogallery .active > div:first-child {
		display:block;
	}
}

footer{
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 50px;
	border-top-style: solid;
}

/*
.text_image{
	padding-top: 50px;
	padding-bottom: 50px;
}
*/

.vcenter{
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(0) translateY(50%);
	-moz-transform: translateX(0) translateY(50%);
	-ms-transform: translateX(0) translateY(50%);
	-o-transform: translateX(0) translateY(50%);
	transform: translateX(0) translateY(50%);
}

.container-fluid{
	padding-left: 0px;
	padding-right: 0px;
}


.carousel, .image_form{
	border-bottom-style: solid;
}

.nopadding .container-fluid{
	padding: 0 15px;
}

.topbar .row div{
	margin-bottom: 0px;
}

/*
.row div{
	margin-bottom: 10px;
}
*/

.topmenu .navbar-right li a{
	margin: 10px 10px;
	padding-left: 0px;
	padding-right: 0px;
}

.topmenu .navbar-right li a:hover{
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.topmenu .navbar-right li:last-child a{
	margin-right: 0px;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 0px #ccc;
    -webkit-box-shadow: 0 0 0px #ccc;
    box-shadow: 0 0 0px #ccc;
    border: 0px solid #fff;
    left: 0px;
    background: #fff;/*
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);*/
}

.carousel-control .icon{
	background: rgba(0,0,0,0.5);
	font-size: 40px;
}

.carousel-control .icon:hover{
	background:#000;
}

.carousel-control .icon:before{
	/*padding: 10px;*/
}

.carousel-control .icon{
	width: 45px;
	height: 45px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{
	right: 10px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{
	left: 10px;
}

@media screen and (min-width: 992px){
	.cc_container .cc_message{
		font-size: 0.8em !important;
		text-align: center !important;
	}
}

.form-title{
	font-size: 1.2em;
}

.form-contacts{
	background-color: #EEE;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 45px;
	padding-bottom: 45px;
	margin-bottom: 20px;
	border: 1px solid #999;
}

.form-contacts .form-fields{
	margin-top: 50px;
}

.form-contacts input, .form-contacts textarea{
	font-size: 0.9em;
}

.form-contacts label{
	color: #999;
	font-size: 0.9em;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 22px;
	
}

#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px; /* negative of the offset - height of link element */
    right: 10px; /* padding from the left side of the window */
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 18px; /* height of link element */
    right: 10px; /* padding from the left side of the window */
}

#top-link-block.affix .well{
	background: rgba(0,0,0,0.5);
	border: 0;
	color: #FFF;
	border-radius: 0px;
}

#top-link-block.affix .well:hover{
	background: #000;
}

.fa-nikelino:before {
    font-family: inherit; /* your font family here! */
    font-weight: bold;
    content: 'K';
}

.fa-socialimprese:before {
    font-family: inherit; /* your font family here! */
    font-weight: bold;
    content: 'SI';
}

.socialnetwork a, .socialnetwork i.social-disabled{
	text-decoration: none;
	color: #333;
}

.socialnetwork i{
	margin-right: 10px;
}

.draggable{
	cursor: move;
}

.topbar p{
	margin: 0px;
	padding: 0px;
}

.rowcelledit.hidden{
	display: block !important;
}

.rowcelledit.hidden button:after{
	content: " NASCOSTA";
}

#maps_map{
	height: 400px;
}

.pac-container {
    z-index: 1051 !important;
}

.notvisible{
	background-color: red;
}

.sortable-placeholder{
	background-color: #DDD !important;
	list-style: none;
	height: 50px;
}

.photo-description, .photo-url{
	font-size: 0.7em;
	margin-top: 5px;
}

.photo-url{
	height: auto;
}

.lb-details .lb-number{
	display: none !important;
}

#carousel-form-contacts{
	border: 0px solid #444;
	padding: 10px;
	border-radius: 5px;
	background-color: #AAA;
	font-size: 0.8em;
	margin-top: 30px;
}

#carousel-form-contacts .form-title{
	font-size: 1.7em;
	font-weight: bold;
	padding: 15px;
}

#carousel-form-contacts .carousel-form-contacts .row{
	margin-bottom: 7px;
}

#carousel-form-contacts .checkbox label{
	line-height: 22px;
}

#carousel-form-contacts a{
	color: #000;
}

@media (max-width: 768px){
	.carousel_bf .no-container{
		height: auto;
	}
	
	#carousel-form-contacts{
		border: 1px solid #AAA;
		background-color: inherit;
		margin-bottom: 15px;
	}
}

.navbar-static-top{
	border-bottom: 1px solid #000;
}

footer.admin{
	border: 0px;
	margin-top: 60px;
}

footer a{
	text-decoration: underline;
}

.altre-pagine .form-group{
	margin-bottom: 30px;
}

.mce-content-body {
	padding: 10px;
}

.navbar{
	margin-bottom: 0px;
}

/*
img.zoom:hover {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
    opacity: 0.7;
}
img.zoom {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.bx-wrapper li a span {
    display: block;
    vertical-align: middle;
}

.bx-wrapper li a:hover span {
	display: block;
}
*/


.bx-wrapper  li a .fa {
    font-size: 2em;
    display: block;
}

.bx-wrapper li{
	overflow: hidden;
    position: relative;
    text-align: center;
    background-color: #fff;
}

.bx-wrapper { margin-top: 20px; margin-bottom: 20px; position: relative; overflow: hidden; }
.bx-wrapper LI { overflow: hidden; position: relative; text-align: center; background-color:#fff; }
.bx-wrapper LI IMG { -moz-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; -webkit-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; margin: 0 auto; }

.bx-wrapper LI A { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; text-align: center; color: white; }
.bx-wrapper LI A SPAN { display: none; vertical-align: middle; }
.bx-wrapper LI A .fa { font-size: 2em; display: block; }

.bx-wrapper LI A.circle { width: 200px; height: 210px; -moz-border-radius: 1000px; -webkit-border-radius: 1000px; border-radius: 1000px; line-height: 210px; text-align: center; }
.bx-wrapper LI:hover IMG { -moz-transform: scale(1.2, 1.2); -ms-transform: scale(1.2, 1.2); -webkit-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2); }
.bx-wrapper LI:hover A { text-decoration: none; background-color: rgba(0, 0, 0, 0.2); z-index: 2; }
.bx-wrapper LI:hover A SPAN { display: block; }

.bx-wrapper .bx-viewport { border-top: solid 5px transparent; border-bottom: solid 5px transparent; }
.bx-wrapper .bx-viewport{ background:none; height: 210px !important;}

.admin header{
	margin-bottom: 30px;
}

.photogallery-photo-edit, .carousel-photo-edit{
	margin-bottom: 25px;
}

#carousel-form-contacts input[type='text'], #carousel-form-contacts textarea{
	/*box-shadow: 2px 2px 1px #888888;*/
	border: 0px;
	border-radius: 0px;
}

.cc_container{
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}

/*
.tooltip > .tooltip-arrow{
	border-bottom-color:#FFF !important;
	border-top-color:#FFF !important;
	
}

.tooltip .tooltip-inner{
	background: #FFF !important;
	color: #222;
	border-color: #222 !important;
	border-width: 0px;
	border-style: solid;
	padding: 10px;
	font-size: 0.9em;
	font-weight: bold;
}
*/

.ui-tooltip, .arrow:after {
	background: #FFF;
	border: 2px solid white;
}

.ui-tooltip {
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #333;
	border-radius: 5px;
	box-shadow: 0 0 7px black;
	font-size: 0.8em;
	font-weight: bold;
}

.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -33px;
	bottom: -18px;
}

.arrow.top {
	top: -16px;
	bottom: auto;
}

.arrow.left {
	left: 50%;
}

.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px black;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.arrow.top:after {
	bottom: -20px;
	top: auto;
}

#sortableMenu2 .blank, #sortableMenu .blank{
	background-color: #333;
	color: #FFF;
}

#sortableMenu .blank, #sortableMenu .blank .btn{
	padding-top: 1px;
	padding-bottom: 1px;
}

#sortableMenu .blank .btn{
	color: #FFF;
}

.block .page-header, .block .page-header h1{
	margin-top: 0px;
}

.privacy .block .page-header h1, .legal .block .page-header h1, .cookie .block .page-header h1, .offline .block .page-header h1{
	margin-top: 20px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #563D7C;
}

.container-fluid .container{
	padding-right: 0px;
}

.captcha{
	background-color: #ffff99;
}

img{
	max-width: 100%;
	height: auto;
}


@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
   .navbar-nav .open .dropdown-menu {
       position: static;
       float: none;
       width: auto;
       margin-top: 0;
       /*background-color: transparent;*/
       border: 0;
       -webkit-box-shadow: none;
       box-shadow: none;
    }
}

button.navbar-toggle{
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}

button.navbar-toggle .icon-bar{
	float: right;
	clear: both;
	margin: auto 0;
}

@media (max-width: 1200px){
	.navbar-collapse.collapse {
		overflow-y: auto !important;
	}
}

.admin .tab_row_coleditor{
	max-height: 500px;
	overflow-y: auto;
}

body.admin{
	color: #000;
}