﻿/* edit profile */
img.avatar  {
    opacity:.5;
    -moz-opacity:.5;
}
img.avatar:hover  {
    opacity:1;
    -moz-opacity:1;
}
/* blocco commenti */
#bloccocommenti {
    max-width: 474px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;

}

#bloccocommenti .comment-list {
    list-style: outside none none;
    margin: 0 0 48px;
}

#bloccocommenti .comment-list > li:first-child > article {
    border-top: 0 none;
}
#bloccocommenti .comment-list article {
    margin-bottom: 36px;
    padding-top: 36px;
}

#bloccocommenti .comment-author, .comment-content, .comment-metadata {
    padding-left: 105px;
}
#bloccocommenti .comment-author {
    position: relative;
    font-size: 14px;
    line-height: 1.71429;
}
#bloccocommenti .comment-author .avatar {
    opacity:1;
    -moz-opacity:1;
    height: 100px;
    width: 100px;
    top: 2px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    left: 0;
    padding: 2px;
    position: absolute;
}
#bloccocommenti .comment-metadata {
    text-transform: uppercase;
}

/* blocco ultimi commenti */
#bloccoultimicommenti {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
}

#bloccoultimicommenti .comment-list {
    list-style: outside none none;
    margin: 0px;
    padding: 0px;
}

#bloccoultimicommenti .comment-list > li:first-child > article {
    border-top: 0 none;
}
#bloccoultimicommenti .comment-list article {
}

#bloccoultimicommenti .comment-author, .comment-content, .comment-metadata {
    padding-left: 105px;
}
#bloccoultimicommenti .comment-author {
    position: relative;
    font-size: 14px;
    line-height: 1.71429;
}
#bloccoultimicommenti .comment-author .avatar {
    opacity:1;
    -moz-opacity:1;
    height: 100px;
    width: 100px;
    top: 2px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    left: 0;
    padding: 2px;
    position: absolute;
}
#bloccoultimicommenti .comment-metadata {
    text-transform: uppercase;
}

/* blocco richiesta contatti */
#richiestacontatti .row {
    margin-bottom: 5px;
}

#richiestacontatti .text-danger {
    background-color: #ff0000;
    color: #fff;
    font-weight:bold;
    display: block;
}

#logoutForm {
    margin:0px;
}

.gmaps, .gmapsstreet, .gmapsedit {
    height: 300px;
    width: 100%;
}

.posts { position: relative; }
.posts .entry-content { margin-top: 30px; }

@media (max-width: 767px) {
    .posts .entry-meta li i {
        display: none;
    }

    .posts.post-grid .entry-meta li i,
    .posts .entry-meta li:last-child i {
        display: inline-block;
    }
}

input[type=checkbox].error {
    outline: 2px solid #e42c3e;
}


/* jssocials */
.jssocials-shares {
  margin: 0.2em 0; }

.jssocials-shares * {
  box-sizing: border-box; }

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0; }

.jssocials-share:last-child {
  margin-right: 0; }

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em; }

img.jssocials-share-logo {
  width: auto;
  height: 1em; }

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1; }
.jssocials-share-link.jssocials-share-link-count {
  padding-top: .2em; }
.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
    display: block;
    font-size: .6em;
    margin: 0 -.5em -.8em -.5em; }
.jssocials-share-link.jssocials-share-no-count {
padding-top: .5em; }
.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
    height: 1em; }

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle; }

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default; }
  .jssocials-share-count-box.jssocials-share-no-count {
    display: none; }

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle; }
/* jssocials fine */

/*ribbon*/
.ribbon {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 198;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#FF0000 0%, #6B0801 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #6B0801;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #6B0801;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #6B0801;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #6B0801;
}

/* banner */
div.folded:before, div.folded:after {
    bottom: 26px;
    box-shadow: 0 28px 8px rgba(0,0,0,0.5);
    content: "";
    height: 28px;
    position: absolute;
    width: 48%;
    z-index: -1;
}
div.folded:before {
    left: 2%;
    transform: rotate(-3deg);
}
div.folded:after {
    right: 2%;
    transform: rotate(3deg);
}
div.folded .fold {
    border-width: 1px 1px 2px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5);
    margin: 0;
    padding: 4px 40px;
    position: absolute;
    right: -14px;
    top: 12px;
    z-index: 198;
    background-color: rgba(255, 0, 0, 0.5);
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
}
div.folded .fold:after {
    border-width: 7px;
    border-style: solid;
    border-color: #134 transparent transparent #134;
    bottom: -15px;
    content: "";
    position: absolute;
    right: -1px;
}

div.folded .fold {
    text-align: center;
}
div.folded .fold span  {
    color: #ffffff;
}

div.foldedfull:before, div.foldedfull:after {
    bottom: 26px;
    box-shadow: 0 28px 8px rgba(0,0,0,0.5);
    content: "";
    height: 28px;
    position: absolute;
    width: 98%;
    z-index: -1;
}
div.foldedfull:before {
    left: 2%;
    transform: rotate(-3deg);
}
div.foldedfull:after {
    right: 2%;
    transform: rotate(3deg);
}
div.foldedfull .fold {
    border-width: 1px 1px 2px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5);
    margin: 0;
    padding: 4px 40px;
    position: absolute;
    right: -14px;
    top: 0px;
    z-index: 999;
    background-color: rgba(255, 0, 0, 0.5);
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    width: 80%;
}
div.foldedfull .fold:after {
    border-width: 7px;
    border-style: solid;
    border-color: #134 transparent transparent #134;
    bottom: -15px;
    content: "";
    position: absolute;
    right: -1px;
}

div.foldedfull .fold {
    text-align: center;
}
div.foldedfull .fold span  {
    color: #ffffff;
}

div.foldedleft:before, div.foldedleft:after {
    bottom: 26px;
    box-shadow: 0 28px 8px rgba(0,0,0,0.5);
    content: "";
    height: 28px;
    position: absolute;
    width: 98%;
    z-index: -1;
}
div.foldedleft:before {
    left: 2%;
    transform: rotate(-3deg);
}
div.foldedleft:after {
    right: 2%;
    transform: rotate(3deg);
}
div.foldedleft .fold {
    border-width: 1px 1px 2px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5);
    margin: 0;
    padding: 4px 40px;
    position: absolute;
    left: -14px;
    top: 12px;
    z-index: 999;
    background-color: rgba(255, 0, 0, 0.5);
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    width: 60%;
}
div.foldedleft .fold:after {
    border-width: 7px;
    border-style: solid;
    border-color: #134 #134 transparent transparent ;
    bottom: -15px;
    content: "";
    position: absolute;
    left: -1px;
}

div.foldedleft .fold {
    text-align: center;
}
div.foldedleft .fold span  {
    color: #ffffff;
}

.text-right-overlay {
	position: absolute;
	opacity: 1;
	top: auto;
	bottom: 0;
    text-align: right;
	height: auto;
    width: 100%;
    padding: 10px;
	background-color: rgba(255,255,255,0.6);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    font-size: 16px;
    font-weight: 700;
}

.text-right-overlay h2 {
    margin: 0px;
}

.scheda-classeesergetica {
    background-image: url('/content/images/classeenergetica.png');
    background-position: left center;
    background-repeat: no-repeat;
/*    width: 100px;
    height: 110px;*/
    text-align: center;
    text-shadow: 3px 4px 5px rgba(0, 0, 0, 0.25);
}
.scheda-classeesergetica .testo {
    font-size: 30px;
    font-weight: 600;
}

.scheda-classeesergetica .small {
    font-size: 15px;
}

.ricercaimmobile {
	position: relative;
	padding: 20px;
	background-color: rgba(255,255,255,0.9);
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(255,255,255,0.1);
}

.ombra {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.082);
}

.listaimmobili .entry-content {
    margin-right: 15px;
}

.listaimmobili .entry {
    margin-bottom: 25px;
    padding-bottom: 25px;
}

/* socialsharebox */
.socialsharebox .socialshare {
    float:left;
    width: 60px;
  }

/* revo-slider */
.revo-slider-emphasis-text {
	font-size: 64px;
	font-weight: 700;
	letter-spacing: -1px;
	font-family: 'Raleway', sans-serif;
	padding: 15px 20px;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}

.revo-slider-desc-text {
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	width: 650px;
	text-align: center;
	line-height: 1.5;
}

.revo-slider-caps-text {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 3px;
	font-family: 'Raleway', sans-serif;
}

#primary-menu ul ul > li.sub-menu > a, #primary-menu ul ul > li.sub-menu:hover > a {
    background-image: none !important;
}

#PopupMessageText {
    max-height: 300px;
    overflow-y: scroll;
}

a.imapLink, .imapLink a {
    color: #000 !important;
}
a.imapLink:hover, .imapLink a:hover  {
    border-bottom: 1px dotted;
}

.emailseen {
    font-weight: normal;
}
.emailunseen {
    font-weight: bold;
}

table.dataTable tbody tr.selected {
    background-color: #b0bed9;
}

.modal-fullscreen-imap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
.modal-fullscreen-imap-dialog {
    position: fixed;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
.modal-fullscreen-imap-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    box-shadow: none;
}
.modal-fullscreen-imap-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    padding: 10px;
    background: #f1f3f5;
}
.modal-fullscreen-imap-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: none;
}

.modal-fullscreen-imap-body {
    height: calc(100% - 80px);
    padding-bottom: 80px;
    position: relative;

}

#categorieprodotti .portfolio-item {
    min-height: 280px;
}
.bloccocategorie .portfolio-item  {
    min-height: 200px;
}
#bloccoprodotti .portfolio-item {
    min-height: 230px;
}

/* isotope sort buttons */

.buttonSort {
    display: inline-block;
    padding: 0.5em 1.0em;
    margin-bottom: 10px;
    background: #EEE;
    border: none;
    border-radius: 7px;
    background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
    color: #222;
    font-family: sans-serif;
    /*font-size: 16px;*/
    cursor: pointer;
}

.buttonSort:hover {
    background-color: #8CF;
    color: #222;
}

.buttonSort:active,
.buttonSort.is-checked {
    background-color: #28F;
}

.buttonSort.is-checked {
    color: white;
}

.buttonSort:active {
    box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */

.buttonSort-group:after {
    content: '';
    display: block;
    clear: both;
}

.buttonSort-group .buttonSort {
    float: left;
    border-radius: 0;
    margin-left: 0;
    margin-right: 1px;
}

.buttonSort-group .buttonSort:first-child {
    border-radius: 0.5em 0 0 0.5em;
}

.buttonSort-group .buttonSort:last-child {
    border-radius: 0 0.5em 0.5em 0;
}


/* colonne tabelle */


table th.col-1 {
    width: 8.33333333333333%;
}

table th.col-2 {
    width: 16.6666666666667%;
}

table th.col-3 {
    width: 25%;
}

table th.col-4 {
    width: 33.3333333333333%;
}

table th.col-5 {
    width: 41.6666666666667%;
}

table th.col-6 {
    width: 50%;
}

table th.col-7 {
    width: 58.3333333333333%;
}

table th.col-8 {
    width: 66.6666666666667%;
}

table th.col-9 {
    width: 75%;
}

table th.col-10 {
    width: 83.3333333333333%;
}

table th.col-11 {
    width: 91.6666666666667%;
}

table th.col-12 {
    width: 100%;
}

/* jssocials */
.jssocials-shares {
    margin: 0.2em 0;
}

    .jssocials-shares * {
        box-sizing: border-box;
    }

.jssocials-share {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

    .jssocials-share:first-child {
        margin-left: 0;
    }

    .jssocials-share:last-child {
        margin-right: 0;
    }

.jssocials-share-logo {
    width: 1em;
    vertical-align: middle;
    font-size: 1.5em;
}

img.jssocials-share-logo {
    width: auto;
    height: 1em;
}

.jssocials-share-link {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 1;
}

    .jssocials-share-link.jssocials-share-link-count {
        padding-top: .2em;
    }

        .jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
            display: block;
            font-size: .6em;
            margin: 0 -.5em -.8em -.5em;
        }

    .jssocials-share-link.jssocials-share-no-count {
        padding-top: .5em;
    }

        .jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
            height: 1em;
        }

.jssocials-share-label {
    padding-left: 0.3em;
    vertical-align: middle;
}

.jssocials-share-count-box {
    display: inline-block;
    height: 1.5em;
    padding: 0 0.3em;
    vertical-align: middle;
    cursor: default;
}

    .jssocials-share-count-box.jssocials-share-no-count {
        display: none;
    }

.jssocials-share-count {
    line-height: 1.5em;
    vertical-align: middle;
}

.jssocials-share-twitter .jssocials-share-link {
    background: #00aced;
    border: 1px solid #0099d4;
}

    .jssocials-share-twitter .jssocials-share-link:hover {
        background: #0087ba;
    }

.jssocials-share-facebook .jssocials-share-link {
    background: #3b5998;
    border: 1px solid #344e86;
}

    .jssocials-share-facebook .jssocials-share-link:hover {
        background: #2d4373;
    }

.jssocials-share-googleplus .jssocials-share-link {
    background: #dd4b39;
    border: 1px solid #d73925;
}

    .jssocials-share-googleplus .jssocials-share-link:hover {
        background: #c23321;
    }

.jssocials-share-linkedin .jssocials-share-link {
    background: #007bb6;
    border: 1px solid #006a9d;
}

    .jssocials-share-linkedin .jssocials-share-link:hover {
        background: #005983;
    }

.jssocials-share-pinterest .jssocials-share-link {
    background: #cb2027;
    border: 1px solid #b51d23;
}

    .jssocials-share-pinterest .jssocials-share-link:hover {
        background: #9f191f;
    }

.jssocials-share-email .jssocials-share-link {
    background: #3490F3;
    border: 1px solid #1c83f2;
}

    .jssocials-share-email .jssocials-share-link:hover {
        background: #0e76e6;
    }

.jssocials-share-whatsapp .jssocials-share-link {
    background: #29a628;
    border: 1px solid #249123;
}

    .jssocials-share-whatsapp .jssocials-share-link:hover {
        background: #1f7d1e;
    }

.jssocials-share-line .jssocials-share-link {
    background: #25af00;
    border: 1px solid #209600;
}

    .jssocials-share-line .jssocials-share-link:hover {
        background: #1a7c00;
    }

.jssocials-share-stumbleupon .jssocials-share-link {
    background: #eb4823;
    border: 1px solid #e03a14;
}

    .jssocials-share-stumbleupon .jssocials-share-link:hover {
        background: #c93412;
    }

.jssocials-share-link {
    padding: .5em .6em;
 /*   border-radius: 0.3em;*/
    box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.3), 0 1px 3px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.15);
    color: #fff;
    -webkit-transition: background 200ms ease-in-out;
    transition: background 200ms ease-in-out;
}

    .jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
        color: #fff;
    }

.jssocials-share-count-box {
    position: relative;
    height: 2.5em;
    padding: 0 .3em;
    margin-left: 6px;
    border-radius: 0.3em;
    border: 1px solid #dcdcdc;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

    .jssocials-share-count-box:before {
        content: "";
        position: absolute;
        top: 1em;
        left: -9px;
        display: block;
        width: 0;
        border-style: solid;
        border-width: 6px 6px 0;
        border-color: #dcdcdc transparent;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .jssocials-share-count-box:after {
        content: "";
        position: absolute;
        top: 1em;
        left: -7px;
        display: block;
        width: 0;
        border-style: solid;
        border-width: 5px 5px 0;
        border-color: #fff transparent;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .jssocials-share-count-box .jssocials-share-count {
        line-height: 2.5em;
        color: #444;
        font-size: .9em;
    }
/* jssocials fine */

.opzioni {
    white-space: nowrap;
}

.modal-FileRoxy .modal-body {
    overflow-y: visible !important;
}

.text-justify {
    text-align: justify !important;
    text-justify: inter-ideograph;
}