/* FRONTEND CSS
*********************************************/
@font-face {
	font-family: 'IcoMoon';
	src: url('../../../../media/jui/fonts/IcoMoon.eot');
	src: url('../../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../../media/jui/fonts/IcoMoon.ttf') format('truetype'), url('../../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.crea-articolo-press label.hasPopover, .crea-articolo-press label.hasTooltip,
.crea-evento label.hasPopover, .crea-evento label.hasTooltip,
.crea-articolo-notizie-pubbliche label.hasPopover, .crea-articolo-notizie-pubbliche label.hasTooltip {
	display: inline !important;
}

.crea-articolo-press .radio input[type="radio"],
.crea-evento .radio input[type="radio"],
.crea-articolo-notizie-pubbliche .radio input[type="radio"] {
	margin-left: 0;
}

html {
  	overflow-y: scroll;
  	overflow-x: hidden;
}

body {
	background-color: #2E2E2E;
	font-family: 'Open Sans', sans-serif;
  	font-weight: 500;
  	color: #000;
	height: 100%;
	text-align: justify;
	line-height: 1.5em;
}

.mceContentBody {
	background-color: #FFFFFF;
}

.edit.item-page .btn-group {
	margin-top: 5px;
}

[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  height: 14px;
  line-height: 14px;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'IcoMoon';
  font-style: normal;
  speak: none;
}

.icon-calendar:before {
  content: "\43";
}

html, body, .container-fluid {
  height: 100%;
}

h1, .h1, h2, .h2, h3, .h3 {
    	margin-top: 2em;
    	margin-bottom: 1em;
    	text-align: left;
	color: #000;
}

h1, .h1 {
	font-size: 36px;
}

h2, .h2 {
	font-size: 28px;
}

h3, .h3 {
	font-size: 20px;
}

.moduletable h3 {
	font-size: 30px;
	margin-top: 0;
}

p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

a {
	color: #86C2E0;
}

a:active, a:hover {
	color:#646567;
}

li {
    margin-bottom: 1em;
}


.doclink {
	margin-top: 20px;
	display: block;
}

.element-invisible {
	display: none;
}

.btn {
  border-radius: 0;
  background: #86C2E0;
  border: none;
}

.btn-primary:hover, .btn-primary:focus {
  background: #DA5078;
}

.crea-evento label.btn, .crea-articolo-notizie-pubbliche label.btn,
.crea-articolo-press label.btn {
  background: none;
  border: 0;
  padding: 0px 20px;
  margin: 4px 0;
}

.crea-evento .radio input[type="radio"], .crea-articolo-notizie-pubbliche .radio input[type="radio"],
.crea-articolo-press .radio input[type="radio"], {
  margin: 0;
}

div.login-page, div.com_docman {
  border: 1px solid #e8e8e8;
  background: #ffffff;
  border-radius: 0;
  padding: 20px;
  margin: 20px 0;
}

.login-page .controls .btn {
  margin-top: 20px;
}

.login-greeting, .logout-button {
  display: table-cell;
  padding: 0 20px;
}

.well {
	border: none;
	background: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	margin: 0;
}

#before-content {
	margin-bottom: 20px;
}
.actions {
	height: 40px;
	padding-right: 10px;
	display: table-cell;
}

.blog .actions {
	padding: 0 20px;
}

.print-icon, .email-icon, .edit-icon {
	padding: 20px 10px 0 0;
	display: table-cell;
	white-space: nowrap;
	font-size: 10px;
	text-transform: uppercase;
}

div.print-icon img, 
div.email-icon img, 
div.edit-icon img {
	width: 20px;
	height: 20px;
}

.display-table {
	display: table;
}
.display-table-cell {
	display: table-cell;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
select {
    padding-right: 18px;
}
}

.mod-languages select {
    padding-left: 10px;
    margin: 0;
    background: #FFF;
    color: #777;
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    height: 40px;
    width: 135px;
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 0;
}
.mod-languages label {
  position:relative
}

.mod-languages i {

    color: #FFF;
    width: 40px;
    height: 40px;
    background: #e22633;
    right: 0px;
    top: 0px;
    position: absolute;
    pointer-events: none;
    font-size: 18px;
    padding: 12px 14px;
}

#header {
	padding-top: 20px;
	background: url(/images/headers/header_bg.jpg);
    	background-position: center;
   	background-size: cover;
    	background-repeat: no-repeat;
}
.social .col-xs-3 {
	width: 40px;
	height: 40px;
	margin: 0 3px;
}
.social .fa {
	margin-left: -5px;
	margin-top: 8px;
	color: #FFF;
	font-size: 26px;
}

#header .social,
#header .mod-languages,
#header .search {
	padding-bottom: 0px;
}

#header .slogan {
	color: #fff;
	text-transform: uppercase;
	font-size: 34px;
	padding: 20px;
	font-weight: bold;
	text-shadow: 0px 0px 5px #000;
	line-height: 1.2em;
	text-align: left;
}
#header .login a:link,
#header .login a:visited,
#header .login-greeting,
#header .nav-mobile a {
	color: #fff;
	font-weight: bold;
	text-shadow: 0 0 5px #000;
}

#header .login-greeting {
    padding: 20px;
    text-align: left;
    white-space: nowrap;
}


#header .login a:hover,
#header .login a:active,
#header .nav-mobile a:hover,
#header .nav-mobile a:active {
	color: #333;
	text-shadow: none;
}

#header button {
	background: #86C2E0;
	border: medium none;
	border-radius: 0px;
}

#header .search
{
  margin-bottom: 5px;
  float: right;
}
.linkedin {
	background-color: #1782AF;
}
.facebook {
	background-color: #344BA4;
}
.google {
	background-color: #D34513;
}
.twitter {
	background-color: #41A3F4;
}


#contact-form legend {
    font-size: initial;
}

.noscroll {
	position: fixed;
	overflow-y: scroll;
	width: 100%;
}
.selection {
	background: #7bc6f1;
	color: #fff;
}

.selection a:link,
.selection a:visited,
.selection a:hover,
.selection a:active {
	text-decoration: none;
}

.mobile-close {
    	position: relative;
}
.mobile-close a {
	display: block;
	width: 100%;
	padding: 15px 0px 17px 0px;
	text-align: center;
	background-color: #86C2E0;
	color: white;
	font-size: 17px;
	font-family: 'Oswald', sans-serif;
	z-index: -1;
	-webkit-box-shadow: inset -3px 0px 17px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset -3px 0px 17px 0px rgba(0, 0, 0, 0.15);
	box-shadow: inset -3px 0px 17px 0px rgba(0, 0, 0, 0.15);
}
.mobile-close .nav-triangle {
	position: absolute;
	right: 0px;
	top: 19px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 7.5px 8px 7.5px 0;
	border-color: transparent #ffffff transparent transparent;
}
.mobile-content ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.mobile-content li {
	float: none;
}
.mobile-content li a {
	display: block;
	border-top: 1px solid white;
	border-bottom: 1px solid #e8e8e8;
	line-height: 21px;
	font-size: 15px;
	font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
	color: #1e1e1e;
	padding: 12px 13px 14px 17px;
}
.mobile-content .nav-child a {
	padding: 7px 8px 9px 36px !important;
	line-height: 19px;
	font-size: 13px;
}

.top-mobile-toggle a {
	display: block;
	font-size: 27px;
	line-height: initial;
	color: #FFF;
	-webkit-transition: padding 500ms linear, color 500ms linear;
	-moz-transition: padding 500ms linear, color 500ms linear;
	-o-transition: padding 500ms linear, color 500ms linear;
	-ms-transition: padding 500ms linear, color 500ms linear;
	transition: padding 500ms linear, color 500ms linear;
}

#mobile-nav, .top-mobile-toggle {
	display: none;
}

#mobile-nav.off-canvas-current {
	display: block;
	-webkit-transition: -webkit-transform 500ms ease;
	-moz-transition: -moz-transform 500ms ease;
	-o-transition: -o-transform 500ms ease;
	transition: transform 500ms ease;
}

#main, #logo-menu-placeholder {
  display: table-cell;
  float: none;
  /*padding: 0;*/
}
#top-menu {
  clear: both;
  padding-top: 30px;
}

.nav.menu {
/*  margin-bottom: 50px;*/
}

.col-md-2.no-float, .col-md-10.no-float {
  float: none; /* thanks baxabbit */
  vertical-align: top;
}

#body-wrapper::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0,0,0,0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s,width 0.1s 0.5s,height 0.1s 0.5s;
  transition: opacity 0.5s,width 0.1s 0.5s,height 0.1s 0.5s;
  z-index: 100;
}

.off-canvas-open #body-wrapper::after {
  width: 100%;
  height: 10000px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

#logo {
  margin-top: 10px;
  /* height: 150px; modifica di Natale*/
}

#top-menu li, #footer li, #header .nav li {
  font-weight: bold;
}

#header .nav, #header .breadcrumb {
  background: #FFF;
  text-align: left;
}

.breadcrumb {
	margin-bottom: 0;
	border-radius: 0;
	border-bottom: 1px solid #e8e8e8;
	background: #fff;
}

#header .nav li a {
	color: #646567;
	text-transform: uppercase;
	font-size: 12px;
	border-bottom: 4px solid #FFF;
}

#header .nav li a:active,
#header .nav li a:hover,
#header .nav li.active a {
        color: #e22633;
        background-color: #ffffff;
        border-bottom: 4px solid #e22633;
}


#footer li {
	float: left;
}
#copyright li {
	float: left;
	position: relative;
}

#top-menu li {
	font-size: 14px;
}
#top-menu li.active > a, #top-menu li > a:hover {
	text-decoration: none;
	background-color: #86C2E0;
	color: #FFFFFF;
}

#top-menu li.active > a {
	background: #86C2E0;
}

#top-menu li.active .nav-child {
	display: block;
}

#top-menu li a {
	color: #86C2E0;
	padding-left: 40px;
}

#top-menu, #footer {
	text-transform: uppercase;
	text-align: left;
}

#top-menu > .nav .nav-child {
	display: none;
	list-style: none;
	padding: 0;
}

#top-menu > .nav .nav-child  li {
	width: 100%;
}

#top-menu > .nav .nav-child  li a {
	padding: 10px;
	height: auto;
	display: block;
	line-height: 15px;
	padding-left: 80px;
	font-size: 12px;
}

.nav-child>li>a:hover, .nav-child>li>a:focus {
	text-decoration: none;
	background-color: #eee;
}

#logo-menu-placeholder {
	background-color: #FFFFFF;
	padding: 0;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	transition: all 500ms linear;
	border-right: 1px solid #e8e8e8;
	
/*grafica natale - togliere il background riga 481
	background-color: #FFFFFF;
	background-image: url(/images/template/natale/xmas_menu.jpg);
	background-repeat: no-repeat;*/
}

#before-content .moduletable,
#after-content .moduletable {
	background-color: #fff;
	padding: 20px;
	margin: 20px;
	border: 1px solid #e8e8e8;
}


.sp-tweet {
	text-align: left;
}

#content #com-calendar {
	background: #fff;
	padding: 20px;
	border: 1px solid #e8e8e8;
}

#top-menu .mod-calendar {
	background: #fff;
	margin: 40px 10px;
	border: 1px solid #ccc;
}
#top-menu .fc-view-container {
	padding: 20px;
}

#top-menu .fc-toolbar {
	padding: 20px 10px;
	background: #004489;
}

#top-menu .fc-center h2 {
	padding-top: 6px;
	color: #fff;
}

#top-menu .mod-calendar .fc-icon {
	color: #fff;
}

#col-right .moduletable h3,
#col-right .mod-calendar,
#col-right .event-filter > div,
#sp-tweet-id127,
#sp-tweet-id131,
#sp-tweet-id142,
#sp-tweet-id143 {
	padding: 20px;
	background: #fff;
	margin: 0px;
}

#col-right .moduletable h3,
#col-right .mod-calendar,
#col-right .event-filter > div,
#sp-tweet-id127,
#sp-tweet-id131,
#sp-tweet-id142,
#sp-tweet-id143,
#col-right .module_content,
#col-right .mod-ohanah,
#col-right .custom {
	border: 1px solid #e8e8e8;
}

#col-right .event-filter .btn,
#col-right .event-filter select,
#col-right .event-filter input {
	width: 100%;
}

#col-right .event-filter .control-label {
	background: #d0d0d0;
	width: 100%;
	color: #fff;
	text-align: center;
	font-weight: normal;
	padding: 5px;
	margin: 0;
}

#col-right .event-filter .control-group {
	margin-bottom: 20px;
}

#col-right .event-filter select {
	border: 1px solid #d0d0d0;
}

#sp-tweet-id127,
#sp-tweet-id131,
#sp-tweet-id142,
#sp-tweet-id143,
#col-right .module_content {
	border-top: none;
}

#col-right .moduletable h3 {
	border-bottom: none;
}

#col-right .module_content,
#col-right .mod-ohanah,
#col-right .custom {
	padding: 20px;
	background: #fff;
	text-align: left;
}

#col-right .moduletable {
	margin-bottom: 20px;
}

#col-right .first_moduletable {
	margin: 0;
	padding: 0;
}

#col-right .sp-tweet {
	font-size: 12px;
}

#col-right .auto,
#col-right .treno,
#col-right .aereo {
    background: #fff;
    padding: 20px;
    border: 1px solid #e8e8e8;
}

.indicazione-titolo {
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
}

.indicazioni-da {
    font-weight: bold;
    padding-top: 10px;
}

#before-content .menu-icon,
#after-content .menu-icon {
	padding: 0;
	border: none;
	background: transparent;
	margin: 0 8px;
}

#before-content .member_search {
	padding: 20px 0;
	margin-left: 15px;
	margin-bottom: 0;
}

#before-content .news,
#before-content .partners,
#before-content .events,
#before-content .discount {
	background: #fff;
        border: 1px solid #e8e8e8;
}

#before-content .news a:link,
#before-content .news a:visited {
	width: 100%;
	height: 150px;
	padding-top: 90px;
	background: #fff url(/images/template/icons/news.png) no-repeat center 20px;
	color: #889495;
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

#before-content .news a:hover,
#before-centent .news a:active {
	padding-top: 90px;
        background: #fff url(/images/template/icons/news_hover.png) no-repeat center 20px;
        color: #e22633;
}

#before-content .partners a:link,
#before-content .partners a:visited {
        width: 100%;
        height: 150px;
        padding-top: 90px;
        background: #fff url(/images/template/icons/RICERCA-AZIENDE-ASSOCIATE.png) no-repeat center 20px;
        color: #889495;
        display: block;
        text-align: center;
        text-transform: uppercase;
	text-decoration: none;
}

#before-content .partners a:hover,
#before-content .partners a:active {
        padding-top: 90px;
        background: #fff url(/images/template/icons/RICERCA-AZIENDE-ASSOCIATE_hover.png) no-repeat center 20px;
        color: #e22633;
}

#before-content .events a:link,
#before-content .events a:visited {
        width: 100%;
        height: 150px;
        padding-top: 90px;
        background: #fff url(/images/template/icons/eventi-e-fiere.png) no-repeat center 20px;
        color: #889495;
        display: block;
        text-align: center;
        text-transform: uppercase;
	text-decoration: none;
}

#before-content .events a:hover,
#before-content .events a:active {
        padding-top: 90px;
        background: #fff url(/images/template/icons/eventi-e-fiere_hover.png) no-repeat center 20px;
        color: #e22633;
}

#before-content .discount a:link,
#before-content .discount a:visited {
        width: 100%;
        height: 150px;
        padding-top: 90px;
        background: #fff url(/images/template/icons/convenzioni.png) no-repeat center 20px;
        color: #889495;
        display: block;
        text-align: center;
        text-transform: uppercase;
	text-decoration: none;
}

#before-content .discount a:hover,
#before-content .discount a:active {
        padding-top: 90px;
        background: #fff url(/images/template/icons/convenzioni_hover.png) no-repeat center 20px;
        color: #e22633;
}

#content .items-leading,
#content .item,
#content .event {
        background-color: #fff;
        border: 1px solid #e8e8e8;
	margin-bottom: 20px;
}

#content .item-content-block {
	display: table-cell;
	width: 100%;
}

#content .blog .item {
	display: table;
	width: 100%;
}

.event-list .item-image {
	margin-bottom: 20px;
}

.event-list .pagination {
	display: none;
}

.event-info__location__legend {
	display: none;
}

.event-info__date,
.event-info__location {
	padding: 5px 0 5px 30px;
}

.event-info__date {
	background: url(/images/template/icons/calendar.png) no-repeat;
}

.event-info__location {
	background: url(/images/template/icons/locator.png) no-repeat;
}

#content .item-title a:link,
#content .item-title a:visited {
	color: #000000;
}

#content .item-title a:hover,
#content .item-title a:active {
        color: #86C2E0;
}

#content .content {
	padding: 10px 20px;
}

#content .event {
	padding: 20px;
	margin-bottom: 20px;
}

#content .event_title {
	padding: 0;
	margin: 0 0 20px 0;
}

.fixed-height {
    	height: 290px;
}

#col-right .item-image {
	width: 100%;
	margin: 0 0 20px 0;
	background: #fff;
}

.item-image img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	max-height: 220px;
	padding: 15px 0px;
	object-fit: contain;
}

#main {
	background-color: #F2F2F2;
}

.home .blog-featured {
	float: left;
}

.blog-featured .item-image, .blog .item-image {
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.blog-featured .item-image, .blog .item-image {
	background-color: #000000;
}

.blog-featured img, .blog img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
}

.convenzioni .content .blog img {
	width: 100%;
	height: 100px;
	object-fit: contain;
	overflow: hidden;
	margin-bottom: 10px;
}

.article-info-term {
	display: none;
}

.blog-featured .date, .blog .date {
	display: table-cell;
	margin: 0;
	padding: 5px;
	padding-right: 20px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	background: #86C2E0 url(/images/template/icons/news_element.png) no-repeat right;
	vertical-align: middle;
	min-width: 130px;
}

.blog .month-year {
	margin: auto;
	display: table;
}

.blog-featured .date .day, .blog .date .day {
	font-size: 30px;
	line-height: 1em;
}

.blog-featured .date .month, .blog .date .month,
.blog-featured .date .year, .blog .date .year {
	font-size: 12px;
	displaY: table-cell;
	padding: 0 2px;
}

.blog-featured .item-title, .blog .item-title {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 20px 20px 0 20px;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.blog .article-info {
	margin-left: 20px;
	color: #9E9E9E;
}

.blog-featured .item-title a:hover, blog .item-title a:hover{
	text-decoration: none;
}

.blog-featured .content, .blog .content {
	padding: 10px 0px;
	margin-top: 3px;
	text-align: left;
	font-weight: 500;
	width: 100%;
}

.blog-featured dl, .blog dl {
	margin: 0;
}

.blog-featured .content p {
	margin-bottom: 0;
}

.pagination {
	background: #fff;
	border: 1px solid #e8e8e8;
	width: 100%;
	padding: 20px;
	border-radius: 0;
	text-align: center;
}

.pagination ul {
	list-style: none;
	display: table;
	margin: auto;
	padding: 0;
}

.pagination li,
#content .koowa .pagination .pagination-list li {
	list-style: none;
	display: table-cell;
	padding: 0 10px !important;
}

.pagination li.active a {
	background-color: #e22633;
	color: #fff;
	padding: 0 5px;
}

.page-header,
.filters {
   	padding: 20px;
    	margin: 0 0 20px 0;
	background-color: #fff;
	border: 1px solid #e8e8e8;
}

.page-header h1 {
	margin:0;
	padding: 0;
	text-transform: uppercase;
	font-size: 24px;
}

.blog .page-header, .item-page .page-header {
	display: block;
}

.home .page-header h1 {
	font-size: 30px;
}

.item-page .item-image {
	width: 30%;
	margin-right: 20px;
}
.item-page .item-image img {
	width: 100%;
}

.item-page,
#content #searchForm,
#content .search-results {
	background-color: #fff;
	border: 1px solid #e8e8e8;
	padding: 20px;
	margin: 0;
}

.with-col-right .item-page, 
#content .with-col-right #searchForm, 
#content .with-col-right .search-results  {

	margin: 0;
}

#content #searchForm {
	text-align: center;
}

#searchForm .btn.hasTooltip {
    color: #fff;
}

#searchForm .phrases label,
#searchForm .only label{
	padding: 0 0 10px 20px;
	display: inline-block;
	margin-right: 20px;
}

#searchForm legend {
        background: #d0d0d0;
        width: 100%;
        color: #fff;
        text-align: center;
        font-weight: normal;
        padding: 5px;
        margin: 0;
	font-size: 14px;
}
#searchForm .btn-toolbar {
	margin: auto;
	display: inline-block;
	margin-bottom: 20px;
}

.item-page .page-header {
        border: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: table-cell;
}

.page-header h2 {
	margin-top: 0;
}

.blog-featured, .blog {
	float: left;
	width: 100%;
	text-align: left;
}

.ccms_form_element input {
	border: none !important;
}
.chronoform a {
	color: #FFF;
}

form#contact-form .control-label {
	text-align: left;
}

#footer {
	background: #2E2E2E;
	padding-bottom: 50px;
}

#footer-wrapper {
	padding: 10px 0;
}

#footer, #footer li a {
	color: #FFF;
}

#footer li a {
	font-size: 11px;
}

#footer li a:hover, 
#footer li a:focus {
	background-color: transparent;
	color: #aaa;
}
#footer .nav-child li {
	float: none;
}
#footer .nav-child li a {
	font-size: 10px;
	line-height: 10px;
	padding: 0 0 0 30px;
}

#footer .moduletable.logo {
	margin-right: 30px;
}

#copyright {
	background: #46494a;
	text-transform: uppercase;
	font-size: 10px;
	padding-bottom: 60px;
}
#copyright, #copyright a {
	color: #FFF;
}
#copyright-wrapper {
	padding: 10px 0;
}

#copyright .nav>li>a {
	padding: 0 0 0 30px;
	line-height: normal;
}

.nav.menu-copyright>li>a:hover, 
.nav.menu-copyright>li>a:focus {
	background: transparent;
	text-decoration: underline;
}

.item-introtext {
	background-color: #eeeeee;
	padding: 10px;
	margin-bottom: 20px;
}

#content .blog-featured.grid img,
.icon-images img,
.fit_all img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
}

.fit_all {
	line-height: 0;
	padding: 0;
	margin: 0;
}

.info { 
	padding:50px; 
	margin: 0;
}

.full_size #main,
.full_size #col-right {
	padding: 0;
	margin: 0;
}

.full_size #content {
	padding: 0;
	margin: 0 -50px;
}

.only_large {
	display: none;
}

.icon-images p {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	margin: 0;
	bottom: 5%;
	color: #fff;
	font-size: 30px;
	width: 100%;
	text-shadow: 0 0 5px #000;
}

#col-right,
#content-left,
#content.no-col-right {
	margin-bottom: 20px;
	margin-top: 20px;
}

#content-left .page-header {
	margin-top: 0;
}


#col-right h1 {
	color: #e22633;
	margin: 0;
	font-size: 20px;
}

#col-right h2 {
	color: #e22633;
	margin: 0;
	font-size: 16px;
}

#col-right p {
	margin-top: 2em;
}
#col-right .description,
#col-right .image {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}

#col-right .item-image {
        border: 1px solid #e8e8e8;
}


#col-right .description {
        padding-right: 20px;
}

.login-orizzontale ul {
	margin-top: 10px;
	margin-bottom: 0;
	padding-left: 0;
}
.login-orizzontale ul li{
	float: left;
	list-style: none;
	margin-left: 10px;
}
.login-orizzontale .btn {
	height: 40px;
}

.readmore {
	text-align: right;
	margin: 0 10px 10px 10px;
	clear: right;
}

.event .readmore {
	margin: 0;
}

a.btn:link,
a.btn:visited {
    background: #d0d0d0;
    color: #fff;
}

a.btn:active,
a.btn:hover {
    background: #e22633;
}


ul.tags {
	list-style: outside none none;
	padding: 0px;
	text-align: right;
}

ul.tags li {
    display: inline-block;
}

.tags a.label-info:link,
.tags a.label-info:visited {
	background-color: #d0d0d0;
	padding: 5px 10px;
}

.tags a.label-info:active,
.tags a.label-info:hover {
	background-color: #e22633;
}

.list-striped li {
	
}

/* REMOVED MENUS
*********************************************/

.item-185,
.item-187 {
        display: none;
}

/* PARTNERS FILES
*********************************************/


.partner_file .item-page {
    background: none;
    border: none;
    padding: 0px;
}

.partner_file .logo {
	text-align: center;
}
.partner_file .logo img {
	max-width: 200px;
	max-height: 200px;
/*        width: 100%;	*/
}
.partner_file .inner-content,
.partner_file .actions,
.partner_file .cp-tags,
.partner_file .cp-result,
.partner_file .alert {
	padding: 20px;
	background: #fff;
	border: 1px solid #e8e8e8;
	margin-bottom: 20px;
	border-radius: 0;
}

.partner_file .cp-tag {
	padding: 0 10px;
}

.partner_file .actions {
	padding: 10px;
	border: none;
	position: absolute;
	right: 20px;
	z-index: 10;
	margin: 5px;
}

.partner_file .print-icon, 
.partner_file .email-icon, 
.partner_file .edit-icon {
	padding: 0 0 0 10px;
	display: table-cell;
}

.partner_file .tags.inline {
	display: none;
}

.partner_file .inner-content h2,
.partner_file .inner-content h3,
.partner_file h3 {
	margin: 20px 0 30px 0;
}


.partner_file #before-content .moduletable {
    	margin-top: 20px;
}

.partner_file .merceologie {
	text-align: left;
}

.partner-info .cpsearch {
	display: table;
}

.partner-info .inner-content-row {
	display: table-row;
}

.partner-info .label-info,
.partner-info .content-info {
	display: table-cell;
	background: none;
}

.partner-info .chzn-container-multi .chzn-choices {
	border: none;
	width: 100%;
}

.partner-info .label-info {
	padding-right: 20px;
	text-align: right;
}

.merceologie ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.partner_file .carousel-inner > .item > img {
	margin: auto;
}

.partner_file .cpsearch {
	text-align: left;
}

.partner_file  .chzn-container-multi .chzn-choices li.search-field input[type="text"] {
	height: auto;
}

.partner_file .page-header {
	display: none;
}


.partner_file  .btn.btn-primary.btn-medium {
    background: #e22633;
    border-radius: 0;
    border: none;
    width: 100%;
    text-transform: uppercase;
    margin-top: 20px;
}

.partner_file .visible-phone {
	background: #d0d0d0;
	padding: 10px;
	color: #fff;
	margin-top: 10px;
}

.partner_file .chzn-container-multi .chzn-choices {
	border: none;
}

.partner_file  #content .items-row,
.partner_file .alert {
	margin: 0 0 20px 0;
	background: #fff;
	border: 1px solid #e8e8e8;
}

.partner_file  #content #searchForm,
.partner_file .row-eq-height {
	background: none;
	padding: 0;
	margin: 0;
	border: none;
}

#content .partner_file .item {
	border: none;
}

.partner_file  .item .content,
.partner_file  .componentheading {
	display: none;
}

.partner_file  #content .cp-result dl {
	margin: 0;
	padding: 0;
}

.partner_file .chzn-container {
	border: 1px solid #d0d0d0;
}

.partner_file .blog .item-title {
	font-size: 14px;
}

/* TAGS
*********************************************/

.blog_tags {
	float: left;
	margin: 0px 20px;
}

.tag-category ul {
	list-style: none;
	padding: 20px;
	margin: 20px 0;	
	background-color: #fff;
	border: 1px solid #e8e8e8;	
}

.tag-category h3 {
        padding: 0;
        margin: 1em 0;
	font-size: 14px;
}  

ul.tags {
        list-style: outside none none;
        padding: 0px;
        text-align: right;
}

ul.tags li {
    display: inline-block;
}

.tags a.label-info:link,
.tags a.label-info:visited {
        background-color: #d0d0d0;
        padding: 5px 10px;
}

.tags a.label-info:active,
.tags a.label-info:hover {
        background-color: #e22633;
}



/* COLORS
*********************************************/

.red {
	color: #e22633;
}

.bg-red {
	background-color: #e00c1d;
}

.blue {
	color: #2798d1;
}

.bg-blue {
	background-color: #2798d1;
}

.green {
	color: #138c2f;
}

.bg-green {
	background-color: #138c2f;
}



/* Row with equal height columns
*********************************************/

.row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 10px;
}

.inside-full-height {
        height: 100%;
}


/* LAYOUT
*********************************************/
/* Floats */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.ie7 .group {
  zoom: 1;
}

/* Modifica profilo*/
.page.modifica-profilo .control-label {
  text-align: left;
}

.page.modifica-profilo fieldset {
  margin-bottom: 30px;
}

/* MEMBERS*/

#col-right .moduletable.gmaps {
  margin-top: 20px;
}

.member-abstract span.label {
  color: #000;
  font-size: 100%;
  padding: 0;
  line-height: 1.5em;
}

#content .members .item {
  border: 0;
  margin-bottom: 0;
  width: 100%;
}

/* Media Queries
*********************************************/
/* Retina */
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
  
}
/* Landscape phones and down */
@media screen and (max-width: 480px) {
	#logo img {
		width: auto;
	}
	
  	.home #before-content, .home .blog-featured {
		padding: 0;
		margin: 0 !important;
	}
	
	.home .blog-featured .item {
		width: 100% !important;
	}
	#header .slogan {
		text-align: center;
	}
	#mobile-nav {
		width: 250px;
	}
	.js-nav #body-wrapper {
		-webkit-transform: translate3d(-70%, 0, 0) scale3d(1, 1, 1) !important;
		-moz-transform: translate3d(-70%, 0, 0) scale3d(1, 1, 1) !important;
		-ms-transform: translate3d(-70%, 0, 0) scale3d(1, 1, 1) !important;
		-o-transform: translate3d(-70%, 0, 0) scale3d(1, 1, 1) !important;
		transform: translate3d(-70%, 0, 0) scale3d(1, 1, 1) !important;
	}
	.home .blog-featured img {
		width: 100%;
		height: auto !important;
	}
	.home .blog-featured .item-image {
		/*height: 200px !important;*/
	}
	#footer ul {
		padding-left: 20px;
	}
	#footer .nav-child {
		display: none;
	}
	#footer li {
		float: none;
	}
	#footer li a {
		padding: 0 10px;
		height: 30px;
		line-height: 35px;
	}
	#top-menu li.active a {
		background: url(/images/template/icons/menu_selezione.png) #fff no-repeat 30px center;
	}
	.blog-featured .date .month, .blog .date .month, .blog-featured .date .year, .blog .date .year {
	    display: inline-block;
	}
	.blog-featured .date, .blog .date {
	    display: table-row;
	    background: #e22633;
	    text-align: center;
	}

	.row-eq-height {
		display: block;
	}

}
/* Landscape phone to portrait tablet */
@media screen and (max-width: 767px) {
	
	.container {
	        width: auto;
	        padding-right: 0;
	        padding-left: 0;
	}	
	
	#mobile-nav {
		width: 250px;
	}
	.js-nav #body-wrapper {
		-webkit-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
		-moz-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
		-ms-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
		-o-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
		transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
	}


	.menu_icon {
		top: 11px;
	}
	.home #before-content, .home .blog-featured {
		padding: 0;
		margin: 0;
	}
	
	.home .blog-featured .item {
		width: 50%;
	}
	.home .blog-featured .item-image {
		height: 140px;
	}
	.home .blog-featured img {
		width: 100%;
	}
	#footer .moduletable {
                float: inherit;
        }
        #footer ul {
                text-align: center;
        }
        #footer li {
            float: none;
            margin-top: 10px;
        }
	.pagination,
	#header .breadcrumb {
                display: none;
        }
	.row-eq-height {
                display: block;
        }
}
/* Landscape phones to desktop */
@media screen and (max-width: 979px) {
	.top-mobile-toggle {
		display: block;
	}
	#top-menu, #logo-menu-placeholder {
		display: none;
	}
	.js-ready #body-wrapper {
		left: 0;
		z-index: 99;
		position: relative;
		overflow: visible;
		background: #FFF;
		-webkit-transition: -webkit-transform 500ms ease;
		-moz-transition: -moz-transform 500ms ease;
		-o-transition: -o-transform 500ms ease;
		transition: transform 500ms ease;
		-webkit-font-smoothing: subpixel-antialiased;
	}
	.off-canvas-right.off-canvas-open #body-wrapper {
		-webkit-transform: translate3d(-250px,0,0);
		transform: translate3d(-250px,0,0);
	}
	body {
		background-color: #f5f5f5;
	}
	#mobile-nav {
		left: auto;
		right: 0;		
		background: #f5f5f5;
		z-index: 1;
		position: absolute;
		overflow: hidden;
		color: white !important;
    	}
    	#header {
/*		background: url(/images/template/natale/xmas_menu.jpg);
		background-repeat: no-repeat;
    		background-color: #ffffff;  grafica Natale*/
	}
    	#main {
    		display: block;
    		float: inherit;
    	}

}

/* Portrait tablet to landscape and desktop */
@media screen and (min-width: 768px) and (max-width: 979px) {		
	#mobile-nav {
		width: 250px;
	}
	.js-nav #body-wrapper {
		-webkit-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
		-moz-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
		-ms-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
		-o-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
		transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
	}
    	.mobile-content li a {
		padding: 12px 13px 14px 17px !important;
	}
	.home #before-content, .home .blog-featured {
		padding: 0;
	}
	
	.home .blog-featured .item {
		width: 50%;
	}
}

@media screen and (min-width: 768px) {	
  .two_columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    padding-top: 2em;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  
  .login .form-horizontal .control-label {
    text-align: left;
  }
  .login .controls button.btn.btn-primary {
    margin: 10px 0;
  }
}

/* Desktop to large desktop */
@media screen and (min-width: 978px) and (max-width: 1199px) {
  #top-menu li a {
    padding: 20px 20px;
  }

  #top-menu li.active > a {
    background: #fff;
    background-color: #86C2E0;
    text-decoration: none;
  }

  #top-menu > .nav .nav-child li a {
    padding-left: 35px;
  }
}
/* Large desktop */
@media screen and (min-width: 1200px) {

	.moduletable.full_width {
		margin: 0 -50px;
	}
	.only_large {
		display: block;
		height: 700px;
	}
}

/* contatti */
.contact .dl-horizontal dt {
	width: 20px;
	float: left;
}

.contact .dl-horizontal dd {
	margin-left: 30px;
	margin-bottom: 20px;
}

/* bug fixing notizie blog */
.blog-featured .items-row {
	clear: both;
}

/*cookielaw*/

table#cookie {
  width: 100%;
}

table#cookie tr:nth-child(even) {
  background: #dedede;
}

table#cookie td {
  padding: 3px;
  text-align: left;
}

#chronoform_contatti .ccms_form_element input {
    border: 1px solid #d3d3d3 !important;
}

.sticky-module {
    position: fixed;
    left: 0;
    top: 145px;
    width: 30px;
    z-index: 1;
}

.sticky-module span.at4-icon-left.at4-icon {
    margin-top: 5px;
}

/*cerca*/
input#mod-search-searchword, 
input#modlgn-username, 
input#modlgn-passwd {
	padding: 5px 15px;
	border: none;
	font-weight: 500;
	color: #777;
	height: 40px;
	float: left;
	width: 170px;
	border: 1px solid #dddddd;
}

.search .btn.btn-primary, 
.login.login-orizzontale label {
    background: #86C2E0;
    border: 0;
    border-radius: 0;
    font-weight: 700;
    height: 40px;
    width: 40px;
    vertical-align: top;
    color: #FFF;
    position: relative;
    left: -5px;
}

.login.login-orizzontale label {
	font-size: 16px;
	padding: 10px 14px;
}

.login-page .control-label label {
	padding: 5px 0;
}
.login-page .control-label {
	text-align: left;
}

.login .form-horizontal,
.logout .form-horizontal { 
	margin: 20px;
}

.moduletable .search label {
    display: none;
}
.articlegallery img {
    margin: 15px;
    box-shadow: 0px 4px 10px #2c2930;
}

.articlegallery.grid .grid-item {
	display: inline-block;
	margin: 15px;
}


.nav-stacked {
	margin: 20px 0px;
	border: 1px solid #e8e8e8;
	background: #fff;
}

.article-index .nav-tabs > li.active > a,
.article-index .nav-tabs > li > a:hover {
	background: #e8e8e8;
	border: none;
	margin: 0;
	border-radius: 0;
}

.article-index .nav-tabs > li > a {

	border: none;
        margin: 0;
        border-radius: 0;
}

/*Google maps contatti*/
#contact-map {
    background-color: rgba(73, 73, 73, 0.5);
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 0px 5px #000;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    height: 200px;
    margin-top: -100px
}

#contact-map .map-title {
    margin: 10px;
    text-align: center;
    text-transform: uppercase;
}

#contact-map .map-text {
    font-size: 12px;
    text-align: center;
    background-color: rgba(73, 73, 73, 0.5);
    margin: 0 15px 15px;
    padding: 5px;
}

.map-text a {
    color: #fff;
}

.socials .social {
	display: inline-block;
}

.socials .social .fa {
	font-size: 40px;
	padding: 0 10px;
	color: #D0D0D0;
}

.socials .social a .fa-facebook-square {
	color: #3b5998;
}
.socials .social a .fa-twitter-square {
	color: #55acee;
}
.socials .social a .fa-linkedin-square {
	color: #4875B4;
}
.socials .social a .fa-youtube-square {
	color: #FF3333;
}
.socials .social a .fa-google-plus-square {
	color: #C63D2D;
}
.socials .social a .fa-instagram {
	color: #4E433C;
}
.socials .social a .fa-pinterest-square {
	color: #BD081c;
}
.socials .social a .fa-vimeo-square {
	color: #1ab7ea;
}
.socials .social a .fa-slideshare {
	color: #0CA8AA;
}
.search-login .nav-mobile div{
	padding: 10px;
} 

.search-login {
	background: #d0d0d0;

}

.search-login .nav-mobile div:hover{
	background: #e22633;	
}

.search-login .nav-mobile div:hover a{
	color: #FFF;	
}

.pull-right.article-index {
    margin-left: 15px;
}


.createdby,
.category-name {
	visibility: hidden;
}

.createdby span,
.category-name a {
	display: block;
	visibility: visible;
}