#mc5 a,
#mc5 a:link,
#mc5 a:active,
#mc5 a:visited {
    color: #0033b3;
    text-decoration: none;
    transition: 0.2s all easy-in-out;
    -webkit-transition: 0.2s all easy-in-out;
    -moz-transition: 0.2s all easy-in-out;
    -ms-transition: 0.2s all easy-in-out;
}

#mc5 a:hover {
    color: #0033b3;
    text-decoration: none;
}

/* opsStyle.css?v2 */
/* @font-face {
    font-family: "lato";
    src: url('//www.flazio.com/componenti/font/Lato-Regular.woff') format('woff');
    font-style: normal;
}

@font-face {
    font-family: 'lato';
    src: url('//www.flazio.com/componenti/font/Lato-Light.woff') format('woff');
    font-weight: 100;
}

@font-face {
    font-family: 'lato';
    src: url('//www.flazio.com/componenti/font/Lato-Regular.woff') format('woff');
    font-weight: 300;
}

@font-face {
    font-family: 'lato';
    src: url('//www.flazio.com/componenti/font/Lato-Bold.woff') format('woff');
    font-weight: 600;
} */

/* @font-face {
    font-family: 'FontAwesome';
    src: url('//www.flazio.com/componenti/font/fontawesome-webfont.woff') format('woff');
} */

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa.fa-fw {
    width: 1.4em;
    text-align: center;
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-envelope-o:before {
    content: "\f003";
}

.opsSocialBar .fa-heart:before {
    content: "\f004";
}

.opsSocialBar .fa-heart-o:before {
    content: "\f08a";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-comment:before {
    content: "\f075 ";
}

.fa-comments:before {
    content: "\f086";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-user:before {
    content: "\f007";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-heart:before {
    content: "\f004";
}

.fa-search:before {
    content: "\f002";
}

.opsCol-6 {
    width: 50%;
    float: left;
}

.opsCol-4 {
    width: 33.333333%;
    float: left;
}

.opsCol-8 {
    width: 66.666667%;
    float: left;
}

/*
body.opsNoSocial {
    top: 0px !important;
}
*/
.opsCenteredV {
    position: absolute;
    margin: auto;
    top: 0px;
    bottom: 0px;
}

.opsSocialBar {
    position: fixed;
    top: 0px;
    right: 0px;
    width: auto;
    height: auto;
    z-index: 9999;
    padding: .5em;
    box-sizing: border-box;
}

.opsTooltipBlu {
    width: 11em;
    z-index: 9999;
    font-size: 0.9em;
    background: #4a90e2;
    text-align: center;
    padding: .5em 1em;
    border-radius: 3px;
    font-family: lato;
    font-weight: 600;
    box-shadow: 0px 6px 12px -6px rgba(0,0,0,0.50);
    color: white;
    user-select: none;
    cursor: default;
}

.opsTooltipBlu:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background: #4a90e2;
}

.opsTooltipBlu.opsAddInNetwork:after {
    right: -5px;
    top: 10px;
}

.opsTooltipBlu.opsAddInNetwork {
    right: 11em;
    top: .5em;
    position: fixed;
}

.opsPullRight {
    float: right !important;
}

.opsPullLeft {
    float: left !important;
}

.opsBtnBlu {
    padding: .5em 1em;
    border-radius: 3px;
    border: none;
    font-size: 1em;
    color: white;
    background: #4A90E2;
    cursor: pointer;
}

.opsBtnBlu:hover {
    background: #2377d7;
}

.opsBtnWhite {
    padding: .5em 1em;
    border-radius: 3px;
    font-size: 1em;
    color: #4A90E2;
    background: #ffffff;
    border: 1px solid #4A90E2;
    cursor: pointer;
}

.opsBtnWhite:hover {
    background: #4A90E2;
    color: white;
}

.opsBtnFb {
    padding: .5em 1em;
    border-radius: 3px;
    border: none;
    font-size: 1em;
    color: white;
    background: #6984b3;
    cursor: pointer;
}

.opsBtnFb:before {
    content: "";
    content: "\f230";
    font-family: FontAwesome;
    font-size: 1.4em;
    vertical-align: -2px;
    margin-right: .5em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.opsOr:before,
.opsOr:after {
    width: calc(50% - 40px);
    height: 1px;
    background: #bbd;
    position: absolute;
    content: "";
    top: 9px;
}

.opsOr:before {
    right: 0px;
}

.opsOr:after {
    left: 0px;
}

.opsOr {
    text-align: center;
    position: relative;
    display: block;
    margin: 2em auto;
    background: #fff;
    z-index: 4;
    color: #778899;
    font-size: .8em;
}

.opsBlock {
    width: 100%;
}

.opsLinkBlu {
    border: none;
    background: none;
    color: #4A90E2;
    cursor: pointer;
    font-size: 1em;
}

.opsLinkBlu:hover {
    color: #2377d7;
    text-decoration: underline;
}

.opsTCenter {
    text-align: center;
}

.opsTRight {
    text-align: right;
}

.opsRoundDot.opsHide {
    visibility: hidden;
    display: none !important;
}

.opsRoundDot i.fa {
    line-height: 32px;
}

.opsDisabled {
    pointer-events: none;
    opacity: 0.8;
}

.opsNoselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.opsRoundDot {
    position: relative;
    background: #eaebec;
    background-size: cover;
    min-width: 32px;
    height: 32px;
    display: inline-block !important;
    cursor: pointer;
    color: white;
    text-align: center;
    float: left;
    box-shadow: 0 1px 2px rgba(0,0,0,.3), inset 0 1px 0 0 rgba(255,255,255,.3);
}

.opsRoundDot:hover {
}

.opsRoundDot:nth-child(odd) {
    border-radius: 3px;
    margin-right: 8px;
}

.opsRoundDot:nth-child(even) {
    border-radius: 3px;
    margin-right: 1em;
}

.opsRoundDot:nth-child(4) {
    margin-right: 0em;
}

.opsRoundDot.opsNotify {
    color: #323842;
    line-height: 32px;
    float: left;
}

.opsSocialBar .opsFollow {
    padding: 0 .5em;
}

.opsSocialBar .opsFollow .fa {
    float: left;
    margin-right: .5em;
}

.opsSocialBar .opsFollow span {
    float: left;
    color: #323842;
    line-height: 32px;
    font-size: .8em;
    font-weight: 600;
}

.opsRoundDot.opsFollow .fa {
    color: #323842;
    line-height: 32px;
}

.opsRoundDot.opsFollow .fa.fa-heart {
    display: none;
}

.opsRoundDot.opsFollow.opsBtnActive .fa.fa-heart {
    display: block;
    color: red;
}

.opsRoundDot.opsFollow .fa.fa-heart-o {
    display: block;
}

.opsRoundDot.opsFollow.opsBtnActive .fa.fa-heart-o {
    display: none;
}

.opsBtnActive i.fa {
    -webkit-animation: 1s bounceIn;
    animation: 1s bounceIn;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.opsRoundDot .opsNumber {
    display: none;
    position: absolute;
    z-index: 2;
    top: -5px;
    left: -5px;
    padding: 1px 4px;
    background: #4A90E2;
    border-radius: 3px;
    font-family: lato;
    font-size: 11px;
    color: #FFFFFF;
    line-height: 14px;
    box-shadow: 0px 0px 0px 1px #2377d7, inset 0px 1px 0px 0px rgba(255,255,255,0.3);
}

/* divisore social bar*/
/*.opsUser:after{
    content: "";
    position: absolute;
    right: -15px;
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, 0.10);
}*/
.opsSocialBar hr {
    position: relative;
    display: inline-block;
    width: 1px;
    height: 32px;
    margin: 8px;
    background: rgba(0, 0, 0, 0.10);
    border: none;
    float: left;
}

/* Buble Box */
.opsBubble {
    position: fixed;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 2px 4px 30px grey;
    display: none;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
    border-radius: 6px;
    font-family: "lato";
    -webkit-font-smoothing: subpixel-antialiased;
    z-index: 9999;
    right: 8px;
    top: 44px;
    color: #323842;
}

.opsBubble.opsArrowTop:before,
.opsBubble.opsArrowBottomRight:before {
    width: 10px;
    height: 10px;
    background: white;
    content: "";
    position: absolute;
    transform: rotate(45deg);
}

.opsBubble.opsArrowTop:before {
    top: -5px;
    left: 50%;
    margin-left: -5px;
    border-top-left-radius: 3px;
    box-shadow: -1px -1px #ccc;
}

.opsBubble.opsArrowBottomRight:before {
    bottom: -5px;
    border-bottom-left-radius: 3px;
    box-shadow: 1px 1px #ccc;
    right: 24px;
}

.opsBubble .opsHeader {
    border-bottom: 1px solid #f1f3f5;
}

.opsBubble .opsHeader .fa-arrow-left {
    display: block !important;
}

.opsBubble p {
    margin: 0px;
}

.opsBubble hr {
    border: none;
    height: 1px;
    background: #f1f3f5;
    margin: 1em 0px;
}

.opsBubble .label {
    font-size: 12px;
    color: lightslategray;
    display: block;
    margin: 0px;
    margin-top: 1em;
}

.opsBubble.opsFollowBox {
    background: rgb(231, 242, 255);
    border: 1px solid rgba(73,143,226,0.20);
    border-radius: 3px;
    color: #2377d7;
    text-align: center;
    line-height: 1.428em;
    width: 210px;
}

.opsBubble.opsDomainBox {
}

.opsBubble.opsUserBox {
}

.opsBubble.opsUserBox .opsLinkBlu {
    padding: 0px;
    font-size: .9em;
}

.opsBubble.opsUserBox .opsUserImage {
    width: 5em;
    height: 5em;
    border-radius: 5em;
    box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.15);
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-shadow: 0px 0px 0px 0px white, 0px 0px 0px 0px rgba(102,175,233,.6);
    transition: all .3s;
    margin-top: -.5em;
}

.opsBubble.opsUserBox .opsUserImage:hover {
    box-shadow: 0px 0px 0px 2px white, 0px 0px 0px 4px rgba(102,175,233,.6) !important;
}

.opsBubble.opsUserBox .opsUserImage > div {
    width: 100%;
    height: 100%;
    padding: .5em;
    box-sizing: border-box;
    text-align: center;
    color: #ffffff;
    padding-top: 1em;
    background: rgba(0,0,0,0.50);
    position: absolute;
    display: none;
    animation: .75s fadeIn;
    border-radius: 3em;
}

.opsBubble.opsUserBox .opsUserImage:hover > div {
    display: block !important;
}

.opsBubble.opsUserBox .opsNUser {
    font-size: 1.2em;
    font-weight: 600;
}

.opsBubble.opsUserBox .opsNDominio {
    color: #708090;
}

.opsBubble.opsUserBox .opsBody p {
    line-height: 1.428em;
}

.opsBubble.opsNotifyBox {
    right: 25px;
    padding: 0px;
    width: 22em;
}

/*.opsBubble:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    background: white;
    top: -3px;
    left: 12px;
    z-index: -1;
    box-shadow: -1px -1px rgba(0,0,0,0.50);
}*/
/*  BUBBLE NOTIFY*/
.opsNotifyBox .opsTitle {
    font-weight: 600;
    display: inline-block;
}

.opsNotifyBox .opsViewAll.opsLinkBlu {
    float: right;
    font-weight: 300;
}

.opsNotifyBox ul {
    padding: 0px;
    margin: 0px;
    max-height: 50vh;
    overflow: auto;
}

.opsNotifyBox li {
    color: #323842;
    background-color: #fff;
    list-style: none;
    padding: .5em 1em;
    text-align: left;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

.opsNotifyBox li:last-child {
    border-bottom: none;
}

.opsNotifyBox li:hover {
    background-color: #F6F7F9 !important;
    color: #222222;
}

.opsNotifyBox li.opsNoSeen {
    background-color: #ecf0f7;
    color: #323842;
}

.opsListNotify .opsLinkBlu.opsExplore {
    float: none;
    margin: .5em auto;
    display: block;
    width: 100%;
}

.opsListNotify .opsSms {
    display: inline-block;
    width: 100%;
    font-size: 1em;
    padding: 0px .5em;
    padding-left: 3em;
    box-sizing: border-box;
    position: relative;
    word-break: break-word;
}

.opsListNotify span.opsTime {
    color: #708090;
    display: block;
    font-size: .9em;
    margin-top: 2px;
}

.opsNotifyBox .opsNoNotify {
    padding: 1em;
}

/* MODAL */
.opsModal {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9999999;
    font-family: lato;
    color: #323842;
    -webkit-font-smoothing: subpixel-antialiased;
}

.opsModal .opsTable {
    display: table;
    width: 100%;
    height: 100%;
}

.opsModal table.opsTable {
    height: initial;
}

.opsModal .opsTableCell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.opsTable .opsBoxModal {
    position: static;
    margin: auto;
    width: inherit;
    display: inline-block;
    text-align: left;
    max-width: 960px;
}

.opsBoxModal .opsMenu {
    display: inline-block;
    font-size: .9em;
}

.opsBoxModal .opsMenu ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    box-sizing: border-box;
    margin-right: 5em;
}

.opsBoxModal .opsMenu li {
    display: inline-block;
    list-style: none;
    padding: .5em 1em;
    cursor: pointer;
    font-weight: 300;
    color: #778899;
    position: relative;
    border-right: 1px solid #ecf0f7;
}

.opsBoxModal .opsMenu li:last-child {
    border-right: none;
}

.opsBoxModal .opsMenu li:hover {
    color: #2377d7;
}

.opsBoxModal .opsMenu li.active {
    color: #2377d7;
}

.opsBoxModal .opsMenu li.active:before {
    content: "";
    position: absolute;
    background: #ecf0f7;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    bottom: -1.5em;
    left: 50%;
    margin-left: -5px;
}

.opsModal hr {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0 0 0;
    margin: 0px;
}

.opsBoxModal {
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.50);
    border-radius: 6px;
    box-sizing: border-box;
    width: 360px;
    height: auto;
    margin-left: -180px;
    margin-top: -165px;
    left: 50%;
    top: 50%;
    overflow: hidden;
}

.opsBoxModal .opsFooter {
    font-size: 14px;
}

.opsHeader {
    font-weight: 600;
    font-size: 1em;
    padding: 1em;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.opsHeader span {
    margin-right: 2em;
}

.opsClose {
    background: url(//www.flazio.com/images/chiudi.png) no-repeat center;
    background-size: 10px;
    width: 1.2em;
    height: 1.2em;
    right: 1em;
    top: 1em;
    cursor: pointer;
    position: absolute;
}

.opsClose:before {
    width: 2em;
    height: 2em;
    position: absolute;
    content: "";
    z-index: 0;
    top: -0.5em;
    left: -0.5em;
}

.opsBody {
    box-sizing: border-box;
}

.opsModalLogin .opsBody,
.opsModalSignup .opsBody,
.opsModalRecovery .opsBody {
    padding: 2em 3em;
    position: relative;
}

.opsModalLogin .opsBody input,
.opsModalSignup .opsBody input,
.opsModalRecovery .opsBody input {
    padding-left: 3em;
    -webkit-user-select: text;
    height: 44px;
}

.opsModalLogin .opsBody button,
.opsModalSignup .opsBody button {
    height: 44px;
}

.opsModalLogin .opsBody .form-group,
.opsModalSignup .opsBody .form-group,
.opsModalRecovery .opsBody .form-group {
    margin: 0px;
    position: relative;
    margin-bottom: .5em;
}

.opsModalLogin .opsBody .form-group label,
.opsModalSignup .opsBody .form-group label,
.opsModalRecovery .opsBody .form-group label {
    display: block;
    height: 44px;
    position: absolute;
}

.opsModalLogin .opsBody .form-group label span,
.opsModalSignup .opsBody .form-group label span,
.opsModalRecovery .opsBody .form-group label span {
    display: none;
}

.opsModalLogin .opsBody .form-group label i,
.opsModalSignup .opsBody .form-group label i,
.opsModalRecovery .opsBody .form-group label i {
    position: absolute;
    top: 16px;
    left: 0px;
    width: 3em;
    text-align: center;
    color: #323842;
}

.opsBody .form-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #778899;
}

.opsBody .form-group input:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    visibility: hidden;
}

.opsBody .form-group input::-moz-placeholder { /* Firefox 19+ */
    color: #778899;
}

.opsBody .form-group input:focus::-moz-placeholder { /* Firefox 19+ */
    visibility: hidden;
}

.opsBody .form-group input::-ms-input-placeholder { /* IE 10+ */
    color: #778899;
}

.opsBody .form-group input:focus::-moz-placeholder { /* Firefox 19+ */
    visibility: hidden;
}

.opsBody .form-group.has-error {
    color: #a94442;
}

.opsBody .form-group.has-error input {
    border: 1px solid #a94442;
}

.opsBody:before,
.opsHeader:before {
    display: table;
    content: " ";
}

.opsBody:after,
.opsHeader:after {
    clear: both;
    display: table;
    content: " ";
}

.opsBody fieldset {
    border: none;
    padding: 0;
    margin: 0px;
    margin-bottom: 1em;
}

.opsFooter {
    height: auto;
    display: inline-block;
    width: 100%;
    padding: 1em;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    position: relative;
}

.opsBoxModal .opsFooter button {
    float: none;
    margin-top: 0px;
    margin-left: .5em;
}

.opsBoxModal .opsError {
    color: red;
    margin-bottom: 1em;
    font-size: .9em;
}

.opsModal .opsLinkBlu {
    padding: .5em 1em;
    font-size: 1em;
}

.opsSharer,
.opsSharer2 {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 4px;
    right: -34px;
    color: #323842;
    background: #ffffff;
    font-size: 1em;
    box-shadow: 0px 5px 12px -6px black;
    text-align: center;
    cursor: pointer;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* display: none !important; */
    border-bottom-left-radius: 12px;
    z-index: 9999;
    border-radius: 100px;
    box-shadow: 0px 6px 12px -6px rgba(0,0,0,0.50), 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.opsSharer i.fa,
.opsSharer2 i.fa {
    line-height: 30px;
    animation: 1s tada;
    -webkit-animation: 1s tada;
    background: -webkit-linear-gradient(#3498db, #0073b6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.opsLoaderBox {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    background: rgba(246, 247, 249, 0.95);
    top: 0px;
    left: 0px;
    display: none;
}

.opsLoader {
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-radius: 100%;
    margin: auto;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 0px;
    right: 0px;
}

.opsShareBar .opsLoader {
    width: 16px;
    height: 16px;
    position: static;
    margin: 0 auto;
    border-left: 2px solid rgba(0, 174, 239, .15);
    border-right: 2px solid rgba(0, 174, 239, .15);
    border-bottom: 2px solid rgba(0, 174, 239, .15);
    border-top: 2px solid rgba(0, 174, 239, .8);
    color: transparent;
}

.opsBoxModal .opsLoader {
    width: 32px;
    height: 32px;
    border-left: 4px solid rgba(0, 174, 239, .15);
    border-right: 4px solid rgba(0, 174, 239, .15);
    border-bottom: 4px solid rgba(0, 174, 239, .15);
    border-top: 4px solid rgba(0, 174, 239, .8);
    color: transparent;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.opsShareBar {
    position: absolute;
    display: none;
    font-family: lato;
    transform: translateX(-21px) translateY(16px);
    background: white;
    border-radius: 5px;
    padding: 6px 4px;
    box-shadow: 2px 4px 30px grey;
    display: none;
    background: #FFFFFF;
    box-shadow: 0px 6px 12px -6px rgba(0,0,0,0.50), 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    font-family: lato;
    z-index: 9999;
    transform: translate(-22px,-20px);
    overflow: hidden;
    width: 125px;
    height: auto;
    box-sizing: border-box;
    -webkit-animation: .3s ease-in-out expandshare;
}

@-webkit-keyframes expandshare {
    0% {
        border-radius: 100px;
        width: 30px;
        height: 30px;
    }

    50% {
        border-radius: 6px;
    }

    100% {
        width: 125px;
        height: auto;
        border-radius: 6px;
    }
}

.opsShareBar .opsBtnShare {
    background: #FFFFFF;
    padding: 0.3em;
    font-size: 1em;
    cursor: pointer;
    -webkit-user-select: none;
    position: relative;
    width: auto;
    height: 17px;
    font-size: .8em;
    -webkit-animation: .5s  fadeIn;
    animation: .5s  fadeIn;
}

.opsShareBar .opsBtnShare:hover {
    background: #f1f3f5;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.opsShareBar .opsBtnShare i.fa {
    margin-right: 4px;
}

.opsBtnShare.opsNShare {
    border-top: 1px solid #ccc;
    margin-top: 4px;
}

.opsShareBar .opsBtnShare span.opsNumber {
    cursor: pointer;
    -webkit-user-select: none;
    position: relative;
    width: auto;
    padding: 1px 6px;
    background: #4A90E2;
    border-radius: 6px;
    font-family: lato;
    font-size: 11px;
    color: #FFFFFF;
    line-height: 12px;
    position: absolute;
    right: 0px;
    top: 5px;
}

.opsShareBar .opsBtnShare.opsLiked .opsNumber {
    background: red;
}

.opsBoxComments {
    display: none;
    position: absolute;
    height: auto;
    width: 260px;
    background: #FFFFFF;
    box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.50);
    border-radius: 6px;
    font-family: lato;
    transform: translate(110px,10px) scale(1);
    transform-origin: top left;
    z-index: 9999;
}

.opsBoxComments span.opsTitle {
    font-size: 0.9em;
}

.opsBoxComments input.opsCommentsText {
    width: 100%;
    box-sizing: border-box;
    border: none;
    outline: none;
    padding: 1em;
}

.opsBoxComments .opsFooter {
    padding: 0px;
}

.opsBoxComments .opsLoading {
    background: #f6f7f9;
    text-align: center;
    padding: 1em;
}

.opsBoxComments ul {
    padding: 12px;
    list-style: none;
    margin: 0px;
    max-height: 440px;
    overflow-y: auto;
    overflow-x: hidden;
}

.opsBoxComments li {
    position: relative;
    padding: 5px 0px 10px 0px;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    font-size: .8em;
}

.opsBoxComments li:hover .opsRemove {
    display: block;
}

.opsBoxComments li .opsRemove {
    cursor: pointer;
    display: none;
    color: #778899;
    position: absolute;
    top: 10px;
    right: -1em;
    text-align: center;
    display: block;
    padding: 1em;
}

.opsBoxComments li .opsRemove:hover {
    color: #323842;
}

.opsBoxComments li .opsRemove i.fa {
    vertical-align: 2px;
}

.opsUserImage {
    width: 30px;
    height: 30px;
    background-size: cover;
    background-color: #f1f3f5;
}

.opsBoxComments .opsUserImage,
.opsChatBox .opsUserImage,
.opsListNotify .opsUserImage {
    width: 2em;
    height: 2em;
    background-size: cover;
    float: left;
    margin-right: 4px;
    border-radius: .2em;
    position: absolute;
}

.opsBoxComments .opsHeader {
    padding: .5em 1em;
}

.opsBoxComments .opsClose {
    position: static;
    float: right;
}

.opsBoxComments a.opsUserName {
    color: #4a90e2;
    text-decoration: none;
}

.opsBoxComments a.opsUserName:hover {
    text-decoration: underline;
}

.opsBoxComments .opsSms {
    display: inline-block;
    max-width: 100%;
    padding: 0px .5em;
    box-sizing: border-box;
    position: relative;
    word-break: break-word;
    padding-left: 3em;
}

.opsChatBox .opsChatSms {
    display: inline-block;
    max-width: 204px;
    width: 100%;
    background: #f1f3f5;
    border-radius: 4px 4px 4px 0px;
    padding: .5em 1em;
    box-sizing: border-box;
    position: relative;
    word-break: break-word;
}

.opsChatBox .opsChatSms:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: -6px;
    transform: rotate(-45deg);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f1f3f5;
}

.opsBoxComments .opsSms span {
    display: inline-block;
}

.opsBoxComments span.opsText {
    width: 100%;
}

.opsBoxComments span.opsTime {
    font-size: 10px;
    color: #778899;
    margin-left: .5em;
}

.opsBoxComments .opsListNoComments {
    padding: 2em;
    background: #f1f3f5;
    line-height: 1.428em;
    font-size: .8em;
    text-align: center;
}

/*form base*/
.opsBody .form-group {
    margin-bottom: 1em;
}

.opsBody .form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0.5em;
    font-weight: 700;
    font-size: 0.9em;
    margin-top: auto;
    position: relative;
}

.opsBody .form-hidden {
    position: absolute;
    width: calc(100% - 2em);
    opacity: 0;
    top: 0px;
}

.opsBody .form-group-hide {
    height: 34px;
    line-height: 34px;
    font-size: 1.2em;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}

.opsBody .form-control { /*classe da associare alle input text*/
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.opsBody .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

/*contenitore chatbox*/
.opsWrapperChat {
    position: fixed;
    bottom: 0px;
    width: auto;
    z-index: 9999;
    right: 0px;
}

.opsWrapperChat .opsTableCell {
    display: table-cell;
    vertical-align: bottom;
}

/* CHAT BOX*/
.opsChatBox {
    width: 300px;
    height: 333px;
    position: relative;

    /*    right: 50px;*/
    bottom: 0px;
    background: #FFFFFF;
    box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.50);
    border-radius: 6px 6px 0px 0px;
    font-family: lato;
    font-size: .8em;
    display: none;
    z-index: 9999;
    transition: all .3s;
    float: right;
    margin-right: 8px;
}

.opsChatBox input {
    width: 100%;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-size: 1em;
}

.opsChatBox .opsChatSms {
    max-width: 230px;
    width: auto;
}

.opsChatBox .opsTitle,
.opsChatBox .opsTyping {
    float: left;
}

.opsChatBox .opsListSms {
    width: 100%;
    height: 250px;
    overflow: auto;
}

.opsChatBox .opsListSms .opsUserName {
    font-weight: bold;
}

.opsChatBox .opsListSms .opsMe {
    padding: 10px;
    text-aling: right;
}

.opsMe:before {
    display: table;
    content: " ";
}

.opsMe:after {
    clear: both;
    display: table;
    content: " ";
}

.opsChatBox .opsListSms .opsMe .opsUserImage {
    float: right;
    margin-left: 4px;
    margin-right: 0px;
}

.opsChatBox .opsMe .opsChatSms {
    text-align: right;
    float: right;
}

.opsChatBox .opsMe .opsChatSms:after {
    right: -5px;
    left: auto;
    transform: rotate(-90deg);
}

.opsChatBox .opsListSms .opsNotMe {
    padding: 10px;
}

.opsChatBox.opsResized {
    transform: translateY(300px) ;
    transform-origin: right;
    cursor: pointer;
    width: 120px;
}

.opsChatBox.opsResized .opsClose {
    display: none;
}

.opsChatBox .opsCaretUp {
    display: none;
}

.opsChatBox.opsResized .opsCaretUp {
    display: block;
    position: absolute;
    top: 8px;
    right: 8px;
    color: #3498db;
}

/*chat attiva*/
.opsStatChat {
    width: 220px;
    height: auto;

    /*    position: fixed;
        bottom: 0px;
        right: 8px;*/
    margin-right: 8px;
    z-index: 99999;
    background: #fff;
    box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.50);
    border-radius: 6px 6px 0px 0px;
    font-size: .8em;
    font-family: "lato";
    -webkit-font-smoothing: subpixel-antialiased;
    display: none;
}

.opsStatChat p {
    margin: 1em 0;
}

.opsStatChat hr {
    height: 1px;
    background: #ccc;
    border: none;
}

.opsStatChat .opsHeader {
    background: #4a90e2;
    color: white;
    border-radius: 6px 6px 0px 0px;
    border-bottom: 0;
}

.opsStatChat .opsClose {
    text-align: center;
    background: none;
    width: inherit;
    position: static;
    display: inherit;
    box-sizing: border-box;
    font-size: 14px;
    height: inherit;
}

.opsStatChat .opsBody {
    padding: 8px 16px;
}

.opsStatChat .opsEmptyChat {
    margin: -8px -16px;
    background: #f1f3f5;
    padding: 8px 16px;
}

.opsStatChat span.opsNumber {
    font-size: 1.1em;
    font-weight: 600;
}

.opsStatChat .opsContentUserImage {
    display: inline-block;
}

.opsStatChat p.opsNFollower {
    font-size: .8em;
    display: inline-block;
    margin: 0px;
    margin-top: 4px;
    vertical-align: 11px;
    margin-right: .5em;
}

.opsStatChat .opsUserImage {
    width: 30px;
    height: 30px;
    background-size: cover;
    float: left;
    margin-right: 4px;
    margin-top: 8px;
    border-radius: 100px;
    background-color: #f1f3f5;
    background-image: url(//www.flatwork.it/userImage/0.jpg);
    position: relative;
}

.opsStatChat .opsUserImage.opsFollower:before {
    content: "\f004";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    color: red;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.opsStatChat .opsUserImage:hover:after {
    content: attr(data-name);
    width: auto;
    max-width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    left: 50%;
    transform: translateX(-50%);
    height: 1.2em;
    top: -32px;
    background: #fff;
    padding: .5em 1em;
    font-size: 12px;
    position: absolute;
    border-radius: 3px;
    border: 1px solid #ccc;
    text-align: center;
}

/*BACHECA*/
.opsModalPost .opsPost {
    background: #fff;
    border: 1px solid #eaebec;
    margin-bottom: 2px;
    padding: 0.5em;
    border-radius: 3px;
    cursor: pointer;
    display: table;
}

.opsModalPost .opsPost:before {
    display: table;
    content: " ";
}

.opsModalPost .opsPost:after {
    clear: both;
    display: table;
    content: " ";
}

.opsModalPost .opsBody ul {
    background: #f1f3f5;
    margin: 0px;
    padding: 1em;
    max-height: 80vh;
    overflow: auto;
}

.opsModalPost .opsUserImage {
    width: 52px;
    height: 52px;
    float: left;
    margin-right: .5em;
    border-radius: 3px;
    box-shadow: inset 0 0 1px rgba(0,0,0,0.50);
    background-size: cover;
}

.opsModalPost .opsContent {
    font-size: .9em;
    width: 100%;
    max-width: 264px;
    display: table-cell;
    vertical-align: middle;
}

.opsModalPost.opsTime {
    font-size: 0.7em;
    color: #778899;
    line-height: 1.428em;
}

.opsModalPost .opsPost:hover {
    background: #fff;

    /* opacity: 1; */
}

.opsModalPost .opsBoxModal {
    width: 420px;
}

.opsModalPost .opsTime {
    display: block;
    font-size: .8em;
    color: #778899;
}

.opsModalPost .opsFooter {
    display: none;
}

.opsModal.opsModalShare .opsBody {
    padding: 1em 2em;
}

.opsModal.opsModalShare p {
    margin: 1em 0px;
    line-height: 1.428em;
}

/*Modal Esplora*/
.opsModalExplore .opsHeader {
    border-bottom: 1px solid #f1f3f5;
}

.opsModalExplore .opsBody {
    padding: 1em;
    overflow: auto;
    overflow-x: hidden;
    max-height: 80vh;
    min-height: 200px;
    box-sizing: border-box;
    background: #ecf0f7;
    position: relative;
}

.opsModalExplore .opsBody.opsYourNetwork {
    height: 80vh;
    width: 960px;
}

.opsModalExplore .opsBody.opsYourNetwork .opsBarraRicerca {
    background: #fff;
    box-shadow: 0px 3px 6px -4px #323842;
    position: absolute;
    border-radius: 3px;
    display: inline-block;
}

.opsModalExplore .opsBody.opsYourNetwork  .opsBarraRicerca input {
    width: 120px;
    padding: 0 1em;
    font-size: 1em;
    margin: 0px;
    border: none;
    border-radius: 3px 0px 0px 3px;
    display: inline-block;
    height: 2.5em;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(102, 175, 233, 0);
    transition: width ease-in-out .3s;
}

.opsModalExplore .opsBody.opsYourNetwork  .opsBarraRicerca input:focus {
    width: 320px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(102, 175, 233, .4);
}

.opsModalExplore .opsBody.opsYourNetwork  .opsBarraRicerca i.fa.fa-search {
    padding: 0 1em;
    float: right;
    box-sizing: border-box;
    color: #708090;
    height: 2.5em;
    line-height: 2.5em;
    cursor: pointer;
}

.opsModalExplore .opsUserImage {
    width: 64px;
    height: 64px;
    border-radius: 3px;
    cursor: pointer;
    float: left;
}

/*.opsModalExplore .opsUserImage:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0px;
    left: 0px;
}*/
.opsModalExplore .opsYourFollowers .opsUserImage:after {
    content: initial;
}

.opsModalExplore p.opsNUser a {
    text-decoration: none;
    color: #323842;
}

/*
.opsModalExplore .opsGoTo {
    margin-top: .5em;
    width: 100%;
    box-sizing: border-box;
    background: white;
    color: #2377d7;
    width: 100%;
    border-radius: 0px;
}*/
.opsModalExplore .opsBoxUser button.opsGoTo:hover {
    background: #2377d7;
    color: white;
}

.opsModalExplore .opsFollowing .opsBoxUser button.opsGoTo,
.opsModalExplore .opsFollowing .opsBoxUser:hover button.opsGoTo {
    display: block;
    position: static;
}

.opsModalExplore .opsBoxUser {
    float: left;
    position: relative;
    width: 232px;
    width: calc(960px / 4 - 1.75em);
    min-width: 200px;
    box-sizing: border-box;
    text-align: center;
    background: white;
    margin: .5em;
    border-radius: 3px;
    transition: all .6s;
    padding: 0.5em;
    box-shadow: 0px 2px 4px -2px #bbd;
}

.opsCog,
.opsBack {
    position: absolute;
    z-index: 2;
    display: list-item;
    list-style: none;
    right: 0px;
    top: 0px;
    padding: .5em;
    cursor: pointer;
    color: #ccc;
    font-size: 1em;
    width: 1em;
    text-align: center;
}

.opsCog:hover,
.opsBack:hover {
    color: #2377d7;
}

.opsBubble .opsBack {
    left: 0px ;
    right: inherit;
    margin-top: -.5em;
    float: left;
    position: relative;
}

ul.opsDropDown {
    position: absolute;
    z-index: 1;
    font-size: 0.8em;

    /* width: inherit; */
    background: #fff;
    padding: 0px;
    border-radius: 3px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border: 1px solid rgba(0,0,0,.15);
    padding: 5px 0;
    margin: 2px 0 0;
    display: none;
    animation: .3s fadeInUp;
}

.opsBody.opsFollowing .opsBoxUser ul.opsDropDown {
    top: 2.5em;
    right: -30px;
}

ul.opsDropDown:after {
    width: 10px;
    height: 10px;
    position: absolute;
    background: white;
    box-shadow: -1px -1px #ccc;
    border-top-left-radius: 3px;
    content: "";
    top: -5px;
    z-index: -1;
    transform: rotate(45deg);
}

ul.opsDropDown li {
    list-style: none;
    font-size: .9em;
    padding: .5em 0;
}

ul.opsDropDown li > a:hover {
    background: #ecf0f7;
}

ul.opsDropDown li > a {
    color: #323842;
    padding: .5em 1em;
    text-decoration: none;
}

.opsUserExplore .opsCog,
.opsYourFollowers .opsCog,
.opsUserExplore .opsDropDown,
.opsYourFollowers .opsDropDown {
    display: none;
}

.opsModalExplore   p.opsNDominio {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #778899;
    cursor: pointer;
    font-size: .9em;
    cursor: pointer;
    display: none;
}

.opsModalExplore p.opsNUser {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    box-sizing: border-box;
    font-weight: 600;
}

.opsModalExplore .opsSms {
    display: inline-block;
    width: 132px;
    width: calc(100% - 64px - .5em);
    box-sizing: border-box;
    position: relative;
    text-align: left;
    font-size: .8em;
    padding-left: 1em;
    height: 100%;
    min-height: 64px;
    line-height: 1.428em;
}

.opsModalExplore .opsBoxModal .opsBoxUser .opsSms button.opsGoTo {
    font-size: .9em;
    padding: .5em 1em;
    margin-top: .5em;
}

.opsModalExplore .opsFooter {
    display: none;
}

.opsModalExplore .fa.fa-heart {
    color: red;
    font-size: .8em;
    vertical-align: .1em;
}

.opsModalExplore span.opsNFollowers {
    font-weight: 900;
}

/*animazioni*/
@-webkit-keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.opsActivateChat {
    font-size: 1em;
    position: fixed;
    color: white;
    display: none;
    z-index: 9997;
    cursor: pointer;
    width: auto;
    height: auto;
    bottom: 0px;
    background: #3498db;
    padding: .5em 1em;
    font-family: "Lato";
    border-radius: 6px 6px 0px 0px;
    right: 8px;
}

.opsActivateChat i.fa {
    margin-right: .5em;
}

.opsActive span.opsActive {
    display: none;
}

.opsActive span.opsDisactive {
    display: inline-block;
}

span.opsActive {
    display: inline-block;
}

span.opsDisactive {
    display: none;
}

@keyframes opsdots {
    0% {
        box-shadow: 6px 0px 0px -4px, 12px 0px 0px -4px;
    }

    25% {
        box-shadow: 6px 0px 0px 0px, 12px 0px 0px -4px;
    }

    50% {
        box-shadow: 6px 0px 0px 0px, 12px 0px 0px 0px;
    }

    100% {
        box-shadow: 6px 0px 0px 0px, 12px 0px 0px 0px;
    }
}

@-webkit-keyframes opsdots {
    0% {
        box-shadow: 6px 0px 0px -4px, 12px 0px 0px -4px;
    }

    25% {
        box-shadow: 6px 0px 0px 0px, 12px 0px 0px -4px;
    }

    50% {
        box-shadow: 6px 0px 0px 0px, 12px 0px 0px 0px;
    }

    100% {
        box-shadow: 6px 0px 0px 0px, 12px 0px 0px 0px;
    }
}

/*Modifica profilo */
.opsModalProfilo .opsBody {
    padding: 1em;
    background: #ecf0f7;
}

.opsModalProfilo .opsHeader {
    border: none;
}

.opsModalProfilo  .opsBody fieldset {
    border: none;
    padding: 0;
    margin: 0px;
    border-bottom: 1px solid #f1f3f5;
    margin-bottom: 1em;
}

.opsBoxWhite {
    background: #fff;
    border-radius: 3px;
    padding: 2em;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.opsModalProfilo .opsFooter {
    background: #ecf0f7;
    border: none;
    text-align: right;
}

.opsModalProfilo .opsProfileImage {
    margin-bottom: 2em;
}

.opsModalProfilo .opsTable {
    font-size: 14px;
    border-spacing: 0;
    border-collapse: collapse;
}

.opsModalProfilo .opsTable td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.opsModalProfilo .opsTable td:first-child {
    font-weight: 600;
    font-size: .9em;
}

.opsModalProfilo textarea {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #ccc;
    background: #f1f3f5;
    resize: vertical;
    max-height: 30vh;
}

.opsModalProfilo .opsUserImage {
    width: 64px;
    height: 64px;
    border-radius: 64px;
    display: block;
    margin: 1em auto;
    background-image: url(//www.flazio.com/ops/userImage/0.jpg);
    box-shadow: 0px 0px 0px 0px white, 0px 0px 0px 0px rgba(102,175,233,.6);
    transition: box-shadow ease-in-out .3s;
    cursor: pointer;
}

.opsModalProfilo .opsUserImage:hover {
    box-shadow: 0px 0px 0px 2px white, 0px 0px 0px 4px rgba(102,175,233,.6);
}

.opsModalProfilo .opsProfileImage  .opsDeleteImage {
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
}

.opsModalProfilo .form-group input,
.opsModalProfilo .form-group select {
    width: calc(100% - 16px);
}

.opsShowMobile {
    display: none !important;
}

.opsShowDesktop {
    display: block;
}

/*responsive*/
@media all and (min-width:415px) and (max-width:1024px) {
    .opsBubble {
        font-size: 12px;
    }
}

@media all and (min-width:1025px) and (max-width:1600px) {
    .opsBubble {
        font-size: 13px;
    }
}

@media all and (min-width:1601px) {
    .opsBubble {
        font-size: 14px;
    }
}

/*mobile*/
@media all and (min-width:320px) and (max-width:414px) {
    /*body, #website {
        top: 1.5em !important;
    }
    */
    .opsSocial {
        top: 2.5em !important;
    }

    .opsShowMobile {
        display: block !important;
    }

    .opsShowDesktop {
        display: none !important;
    }

    .opsCol-6 {
        width: 100% !important;
    }

    .opsSocialBar,
    .opsBubble {
        z-index: 9998;
        width: 100%;
        font-family: lato;
        position: absolute;
    }

    .opsSocialBar {
        top: -45px;
    }

    .opsBubble {
        top: 25px;
    }

    .opsSocialBar button {
        background: #0073b6;
    }

    .opsSocialBar button.opsBtnExplore {
        float: left;
        margin-right: 1em;
    }

    .opsSocialBar .opsRoundDot {
    }

    .opsSocialBar .opsRoundDot.opsNotify,
    .opsSocialBar .opsRoundDot.opsFollow {
    }

    .opsSocialBar .opsRoundDot i.fa {
    }

    .opsBubble.opsFollowBox {
        width: 90%;
        margin: 0 5%;
    }

    .opsSocialBar .opsRoundDot.opsFollow .fa.fa-heart {
    }

    .opsRoundDot:nth-child(even) {
    }

    .opsRoundDot:nth-child(odd) {
        margin-right: 1em;
    }

    .opsSocialBar .opsRoundDot.opsNotify {
        float: right;
        border-radius: 3px;
        box-sizing: border-box;
        width: auto;
        padding: 0px 8px;
        margin-right: 0px;
    }

    .opsBubble.opsNotifyBox:after {
        content: "";
        position: absolute;
        background: #ffffff;
        width: 10px;
        height: 10px;
        top: -5px;
        right: 22px;
        transform: rotate(45deg);
        border-radius: 3px 0 0 0;
    }

    .opsSocialBar .opsRoundDot .opsNumber {
    }

    .opsRoundDot.opsUser {
        float: right;
        border-radius: 3px;
        margin-right: 1em;
    }

    /*modal*/
    .opsBoxModal {
        height: 100vh;
        width: 100vw !important;
        border-radius: 0px;
    }

    .opsBoxModal .opsBody {
        box-sizing: border-box;
    }

    .opsBoxModal .opsFooter {
        text-align: center;
    }

    .opsBoxModal .opsFooter button {
        margin-left: 0px !important;
        margin-right: 1em;
    }

    .opsBoxModal .opsFooter span {
        margin-bottom: 1em;
        display: inline-block;
    }

    .opsModalPost .opsBoxModal {
        margin-top: 0px;
        top: 0%;
        left: 0px;
        margin-left: 0px;
    }

    .opsBoxModal .opsMenu {
        margin-top: 1em;
    }

    .opsBoxModal .opsMenu ul {
        padding: 0px;
    }

    .opsBoxModal .opsMenu li {
        margin-right: 0px !important;
    }

    .opsBubble {
        max-width: 100% !important;
        border-radius: 0px;
    }

    .opsModalPost .opsBody {
        padding: 0px;
    }

    /*bacheca*/
    .opsModalPost .opsBody ul {
        max-height: 88vh;
        overflow-x: auto;
        box-sizing: border-box;
        padding: 0.5em;
    }

    /*modifica profilo**/
    .opsModalProfilo .opsBoxModal .opsBody {
        height: calc(100vh - 122px);
        overflow-x: auto;
        border-top: 6px solid #ecf0f7;
    }

    /*esplora*/
    .opsModal.opsModalExplore .opsBoxModal .opsBody {
        height: 100%;
        overflow: auto;
        padding: 1em;
        max-height: calc(100vh - 95px);
    }

    .opsModal.opsModalExplore .opsBoxModal .opsBoxUser {
        padding-bottom: 1em;
        box-sizing: border-box;
        width: 100%;
        text-align: left;
        margin: 0px;
        margin-bottom: 0.4em;
        padding: .5em;
    }

    .opsModal.opsModalExplore .opsUserImage {
        float: left;
        width: 2em;
        height: 2em;
        margin: 0px;
        margin-right: 1em;
    }

    .opsModalExplore .opsFollowing .opsUserImage:after {
        content: initial;
    }

    .opsModalExplore .opsSms {
        display: inline-block;
        width: 80%;
        float: left;
    }

    .opsModalExplore p.opsNUser {
        font-size: .8em;
        display: inline-block;
        max-width: 70%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: .5em 0em;
    }

    .opsModalExplore .opsFollowing p.opsNUser {
        padding: 0px;
    }

    .opsModalExplore .opsBoxUser:hover button.opsGoTo {
        color: #2377d7 !important;
        background: #fff !important;
    }

    .opsModalExplore .opsUserExplore button,
    .opsModalExplore .opsYourFollowers button {
        width: initial;
        padding: 0px;
        float: right;
    }

    .opsModalExplore .opsFollowing button {
        width: initial;
        border-radius: 3px;
    }

    .opsModalExplore .opsBody.opsYourNetwork {
        height: 80vh;
        width: 960px;
    }

    .opsModalExplore .opsBody.opsYourNetwork iframe {
        border: none;
        width: 100%;
        height: 100%;
        background-color: #fff;
    }
}

.opsModal .opsBtnBlu {
}

.opsModal.opsModalProfilo .opsPswProfile {
    width: 100%;
    height: 32px;
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    outline: none;
    padding-left: 10px;
}

.opsModal.opsModalProfilo .opsPswProfile:focus {
    background: #fff;
    border: 1px solid #ccc;
}

.opsModal.opsModalProfilo .opsPswProfile.opsInputError {
    border-color: red;
    background-color: hsla(0, 100%, 95%, 1);
}

.opsModal.opsModalProfilo .opsTdPassword {
    vertical-align: middle !important;
    line-height: 23px;
    font-size: 18px;
}

.opsModal.opsModalProfilo .opsBtnBlu.opsChangePassword {
    float: right;
    font-size: 12px;
    padding: 3px 8px;
    outline: none;
}

.opsModal.opsModalProfilo .opsBtnWhite.opsCancelChangePassword,
.opsModal.opsModalProfilo .opsBtnBlu.opsConfirmChangePassword {
    font-size: 13px;
    padding: 6px 0px;
    outline: none;
    width: 80px;
}

.opsModal.opsModalProfilo .opsBtnBlu.opsConfirmChangePassword {
    float: right;
}

.opsModal.opsModalProfilo .opsBtnWhite.opsCancelChangePassword {
    float: left;
}

.opsModal.opsModalProfilo .showHidePassword {
    display: none;
}

/*NEW LOGIN*/
.modalOps [class*="col-"] {
    display: inline-block;
    float: left;
    margin: 15px 30px;
    padding: 0;
    box-sizing: content-box;
}

.modalOps .col-1 {
    width: calc(8.33333333% - 60px);
}

.modalOps .col-2 {
    width: calc(16.6666667% - 60px);
}

.modalOps .col-3 {
    width: calc(25% - 60px);
}

.modalOps .col-4 {
    width: calc(33.3333333% - 60px);
}

.modalOps .col-5 {
    width: calc(41.66666667% - 60px);
}

.modalOps .col-6 {
    width: calc(50% - 60px);
}

.modalOps .col-7 {
    width: calc(58.33333333% - 60px);
}

.modalOps .col-8 {
    width: calc(66.66666667% - 60px);
}

.modalOps .col-9 {
    width: calc(75% - 60px);
}

.modalOps .col-10 {
    width: calc(83.33333333% - 60px);
}

.modalOps .col-11 {
    width: calc(91.66666667% - 60px);
}

.modalOps .col-12 {
    width: calc(100% - 60px);
}

/*MODAL base style*/
.modalOps {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 42px 100px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.65);
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100000;
    font-family: 'Helvetica','Open Sans', 'Arial', sans-serif;
}

.modalOps .modalEscB {
    display: inline-block;
    position: absolute;
    width: 36px;
    height: 36px;
    top: 14px;
    right: 10px;
    background: url(//www.flazio.com/ops/images/close_1.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.modalOps > div {
    display: table;
    width: 100%;
    height: 100%;
}

.modalOps > div > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.modalOps .modalOpsContent {
    display: inline-block;
    width: 100%;
    text-align: left;
    background: white;
    overflow: hidden;
    box-sizing: border-box;
    min-height: inherit;
    padding: 46px 0;
    max-width: 720px;
    position: relative;
}

.modalOps.modalSignIn.wGuestOption .modalOpsContent {
    max-width: 1260px;
}

.modalOps .modalOpsContent p.modal-title {
    font-size: 1.3em;
    font-weight: bold;
    margin: 42px 0 16px 0;
}

.modalOps .modalOpsContent .input-group {
    display: inline-block;
    width: 100%;
    margin-bottom: 24px;
}

.modalOps .modalOpsContent .input-group label {
    font-weight: 700;
    font-size: .8em;
    margin: 0 0 8px 0;
    margin-top: 0;
    width: 100%;
    display: block;
    color: #545454;
    padding: 0;
    line-height: 1.4;
}

.modalOps .modalOpsContent .input-group input,
.modalOps .modalOpsContent .input-group select,
.modalOps .modalOpsContent .input-group textarea {
    border: 1px solid #e5e5e5;
    outline: none;
    height: 42px;
    font-size: .8em;
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
    border-radius: 0;
    background-color: white;
}

.modalOps .modalOpsContent .input-group textarea {
    padding: 12px;
    height: 100px;
    resize: none;
}

.modalOps .modalOpsContent .input-group input:focus,
.modalOps .modalOpsContent .input-group select:focus,
.modalOps .modalOpsContent .input-group textarea:focus {
    border-color: #545454;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}

/*fake checks*/
.modalOps .modalOpsContent .form-line {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 24px;
}

.modalOps .modalOpsContent .form-line input[type="checkbox"],
.modalOps .modalOpsContent .form-line input[type="radio"] {
    margin: 0;
    width: 18px;
    height: 18px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    cursor: pointer;
}

.modalOps .modalOpsContent .form-line .checkbox,
.modalOps .modalOpsContent .form-line .radio {
    margin: 0;
    width: 14px;
    height: 14px;
    border: 2px solid #dfdfdf;
    border-radius: 2px;
    background: white;
    transition: .2s;
    position: relative;
    display: inline-block;
    float: left;
}

.modalOps .modalOpsContent .form-line .radio {
    border-radius: 50%;
    margin-right: 12px;
}

.modalOps .modalOpsContent .form-line .checkbox:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: .2s;
    transform: scale(0);
    transform-origin: center;
    background-image: url('//www.flazio.com/ops/images/checkbox.svg');
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: center;
}

.modalOps .modalOpsContent .form-line .radio:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 3px;
    left: 3px;
    background-color: #222;
    transition: .2s;
    transform: scale(0);
    transform-origin: center;
    border-radius: 50%;
}

.modalOps .modalOpsContent .form-line.selected .checkbox:after,
.modalOps .modalOpsContent .form-line.selected .radio:after {
    transform: scale(1);
    transition: .4s;
}

.modalOps .modalOpsContent .form-line.selected .checkbox,
.modalOps .modalOpsContent .form-line.selected .radio {
    border-color: #222;
    transition: .2s;
}

.modalOps .modalOpsContent .form-line label,
.modalOps .modalOpsContent .input-group .form-line label {
    display: inline-block;
    float: left;
    width: auto;
    margin: 0;
    line-height: 19px;
}

.modalOps form {
    margin: 0;
}

.modalOps.modalTermsTxt {
    background: rgba(0,0,0,0.1);
}

.modalOps.modalTermsTxt .modalOpsContent {
    max-width: 520px;
    box-shadow: 0px 0px 42px rgba(0,0,0,0.1);
    padding: 0 42px 42px 42px;
}

/*MODAL SIGNIN*/
.modalOps.modalSignIn .modalOpsContent .containerBoxSignin {
    display: table;
    width: 100%;
    padding: 24px 0;
    box-sizing: border-box;
}

.modalOps.modalSignIn.wGuestOption .modalOpsContent .containerBoxSignin {
    padding: 52px 42px;
}

.modalOps.modalSignIn .modalOpsContent .containerBoxSignin .boxSignin {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0 46px;
    box-sizing: border-box;
}

.modalOps.modalSignIn .modalOpsContent .containerBoxSignin .boxSignin.boxGuest {
    display: none;
}

/* FROM BOOKING OR ECOMMERCE */
.modalOps.modalSignIn.wGuestOption .modalOpsContent .containerBoxSignin .boxSignin.boxGuest {
    display: table-cell;
}

.modalOps.modalSignIn.wGuestOption .modalOpsContent .containerBoxSignin .boxSignin {
    display: table-cell;
    width: 40%;
    text-align: center;
    padding: 0 46px;
    vertical-align: middle;
}

.modalOps.modalSignIn.wGuestOption .modalOpsContent .containerBoxSignin .boxSignin:nth-child(1) {
    border-right: 1px solid #e5e5e5;
    width: 50%;
    padding-right: calc(10% + 46px);
}

.modalOps.modalSignIn .modalOpsContent .modal-title {
    margin: 0;
}

.modalOps.modalSignIn .modalOpsContent .containerBoxSignin .boxSignin .input-group label {
    text-align: left;
}

.modalOps.modalSignIn .modalOpsContent .containerBoxSignin .boxSignin .modal-subtitle {
    color: #545454;
    font-size: .9em;
    margin: 12px 0 42px 0;
}

.modalOps.modalSignIn .modalOpsContent .containerBoxSignin .boxSignin .modal-subtitle span {
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    padding-left: 4px;
}

.modalOps.modalSignIn .modalOpsContent .containerBoxSignin .boxSignin .modal-subtitle span:hover {
    color: black;
}

.modalOps.modalSignIn .modalOpsContent .containerBoxSignin .boxSignin .modal-title span {
    font-weight: bold;
    color: #ccc;
    cursor: pointer;
    padding: 0 6px;
    display: inline-block;
}

.modalOps.modalSignIn .modalOpsContent .containerBoxSignin .boxSignin:nth-child(1) .modal-title {
    color: #ccc;
}

.modalOps.modalSignIn .modalOpsContent .containerBoxSignin .boxSignin .modal-title span:hover,
.modalOps.modalSignIn .modalOpsContent .containerBoxSignin .boxSignin .modal-title span.activeLink {
    color: black;
}

.modalOps.modalSignIn .modalOpsContent .containerBoxSignin .boxSignin .input-group .form-line label {
    padding-left: 12px;
    display: inline-block;
    float: left;
    width: calc(100% - 50px);
    font-weight: normal;
}

.modalOps.modalSignIn .modalOpsContent .containerBoxSignin .boxSignin .input-group .form-line label span {
    font-weight: normal;
    cursor: pointer;
}

.modalOps.modalSignIn .modalOpsContent .containerBoxSignin .boxSignin .input-group .form-line label span:hover {
    text-decoration: underline;
}

.modalOps.modalSignIn .modalOpsContent .containerBoxSignin .boxSignin .input-group .form-line {
    margin-top: 16px;
    margin-bottom: 0;
}

.modalOps.modalSignIn .modalOpsContent .btnSignIn,
.modalOps.modalSignIn .modalOpsContent .btnSignUp,
.modalOps.modalSignIn .modalOpsContent .btnGuestProceed,
.modalOps.modalRecovery .modalOpsContent .btnRecovery {
    cursor: pointer;
    outline: none;
    display: inline-block;
    font-size: .8em;
    font-weight: bold;
    color: white;
    background: #222;
    padding: 16px 42px;
    border: none;
    margin-top: 24px;
}

/*MODAL MY ACCOUNT*/
.modalOps.modalMyAccount .modalOpsContent.modalMyAccountContent {
    max-width: 1360px;
    padding: 0 62px 62px 62px;
    min-height: 100%;
}

.modalOps.modalMyAccount .modalOpsContent.modalMyAccountContent p.modal-title {
    font-size: 1.7em;
    margin: 62px 0 76px 0;
}

.modalMyAccount .colMyAccountNav,
.modalMyAccount .tabMyAccount,
.modalMyAccount .colMyAccountMobileNav {
    display: inline-block;
    float: left;
    font-size: 16px;
}

.modalMyAccount .colMyAccountNav {
    width: 30%;
}

.modalMyAccount .colMyAccountMobileNav {
    display: none;
}

.modalMyAccount .tabMyAccount {
    width: 70%;
    display: none;
}

.modalMyAccount .colMyAccountNav ul,
.modalMyAccount .colMyAccountMobileNav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.modalMyAccount .colMyAccountNav ul li,
.modalMyAccount .colMyAccountMobileNav ul li {
    line-height: 1;
    padding: 10px 0;
    font-weight: bold;
    font-size: .8em;
    color: #505050;
    opacity: .7;
    cursor: pointer;
    text-transform: uppercase;
}

.modalMyAccount .colMyAccountNav ul li.current,
.modalMyAccount .colMyAccountMobileNav ul li.current {
    color: black;
    opacity: 1;
}

.modalMyAccount .colMyAccountNav ul li:hover {
    opacity: 1;
}

.modalMyAccount .tabMyAccount .tab-content .box-content {
    margin-bottom: 46px;
}

.modalMyAccount .tabMyAccount[data-tab="Booking"] .tab-content .box-content,
.modalMyAccount .tabMyAccount[data-tab="Orders"] .tab-content .box-content {
    display: inline-block;
    width: 100%;
    margin-bottom: 72px;
}

.modalMyAccount .tabMyAccount .tab-content .box-content:last-child {
    margin-bottom: 0 !important;
}

.modalMyAccount .tabMyAccount p {
    margin: 0;
    font-weight: lighter;
    color: #545454;
    line-height: 1.3;
}

.modalMyAccount .tabMyAccount p.box-empty-title {
    font-size: 1em;
    font-weight: lighter;
    font-style: italic;
    color: #777;
}

.modalMyAccount .tabMyAccount .box-content p.box-empty-title {
    font-size: .9em;
    display: none;
    clear: both;
    margin-top: 12px;
    float: left;
}

.modalMyAccount .tabMyAccount span.link {
    display: inline-block;
    font-style: normal;
    color: black;
    font-weight: normal;
    cursor: pointer;
}

.modalMyAccount .tabMyAccount span.link:hover {
    text-decoration: underline;
}

.modalMyAccount .tabMyAccount span.link.btnEditContent {
    padding: 12px 0;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: bold;
    float: right;
}

.modalMyAccount .tabMyAccount .tab-content p.box-title {
    font-weight: bold;
    display: inline-block;
    float: left;
    width: calc(100% - 100px);
    margin-bottom: 32px;
    font-size: 1.4em;
    color: black;
}

.modalMyAccount .tabMyAccount[data-tab="Booking"] .tab-content p.box-title,
.modalMyAccount .tabMyAccount[data-tab="Orders"] .tab-content p.box-title,
.modalMyAccount .tabMyAccount[data-tab="Dashboard"] .tab-content p.box-title {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1.2em;
}

.modalMyAccount .tabMyAccount[data-tab="Dashboard"] .tab-content p.box-title {
    margin-top: 32px;
}

.modalMyAccount .tabMyAccount .tab-content .box-content .form {
    margin-bottom: 42px;
    display: inline-block;
    width: calc(100% + 60px);
    margin-left: -30px;
}

.modalMyAccount .tabMyAccount .tab-content .box-content .form .input-group {
    margin-bottom: 6px;
}

.modalMyAccount .tabMyAccount .tab-content .box-content .input-group label {
    text-transform: uppercase;
    font-size: .7em;
}

.modalMyAccount .tabMyAccount .tab-content .box-content .form.disabledForm .input-group label {
    font-weight: normal;
}

.modalMyAccount .tabMyAccount .tab-content .box-content .input-group span.labelSmall {
    font-weight: lighter;
    font-size: .8em;
    color: #545454;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}

.modalMyAccount .tabMyAccount .myaccountBtn {
    cursor: pointer;
    outline: none;
    display: inline-block;
    font-size: .8em;
    font-weight: bold;
    color: white;
    background: #222;
    padding: 12px 42px;
    border: 2px solid #222;
    margin-top: 24px;
    margin-right: 30px;
}

.modalMyAccount .tabMyAccount .myaccountBtn.btnSaveChanges,
.modalMyAccount .tabMyAccount .myaccountBtn.btnSaveAllChanges {
    float: right;
    display: none;
}

.modalMyAccount .tabMyAccount[data-tab="Accountdetails"] .myaccountBtn {
    margin-right: 60px;
}

.modalMyAccount .tabMyAccount[data-tab="Accountdetails"] .form.disabledForm .myaccountBtn {
    display: none;
}

.modalMyAccount .tabMyAccount .myaccountBtn.outline {
    color: #222;
    background: white;
}

.modalMyAccount .tabMyAccount[data-tab="Accountdetails"] input[type="password"].opsInputError {
    border-color: red;
    background: #f9efef;
}

.modalMyAccount .tabMyAccount[data-tab="Accountdetails"] .opsTdMail {
    font-size: .9em;
    line-height: 42px;
    font-weight: bold;
}

/*MY ACCOUNT BOOKING*/
.modalMyAccount .tabMyAccount .boxReservationData {
    display: inline-block;
    width: 100%;
    margin: 24px 0 0 0;
    padding: 24px;
    box-sizing: border-box;
    position: relative;
    font-size: 14px;
    border-radius: 4px;
    box-shadow: -1px 2px 12px rgba(0,0,0,0.1);
    overflow: hidden;
    cursor: pointer;
}

.modalMyAccount .tabMyAccount .boxReservationData .boxResumeInfo {
    display: inline-block;
    width: 50%;
}

.modalMyAccount .tabMyAccount .boxReservationData.openedRow .boxResumeInfo {
    width: 42%;
}

.modalMyAccount .tabMyAccount .boxReservationData .boxResumeInfo .boxBookingDetails {
    display: none;
}

.modalMyAccount .tabMyAccount .boxReservationData.openedRow .boxBookingDetails {
    display: block;
}

.modalMyAccount .tabMyAccount .boxReservationData .boxResumeInfo div {
    line-height: 1.3;
    padding: 6px 0;
    display: inline-block;
    width: 100%;
}

.modalMyAccount .tabMyAccount .boxReservationData .boxResumeInfo p {
    margin: 24px 0 16px 0;
    font-weight: bold;
    color: #333;
    font-size: .8em;
}

.modalMyAccount .tabMyAccount .boxReservationData > div.displayImageBooked {
    width: calc(50% - 72px);
    height: 100%;
    background-image: url(//www.flazio.com/ops/images/booking3.jpeg);
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.modalMyAccount .tabMyAccount .boxReservationData.openedRow > div.displayImageBooked {
    width: calc(58% - 72px);
}

.modalMyAccount .tabMyAccount .boxReservationData .displayRoomType {
    font-size: 1em;
    font-weight: 700;
    color: #545454;
}

.modalMyAccount .tabMyAccount .boxReservationData .displayRoomName {
    font-size: 1.3em;
    font-weight: 700;
}

.modalMyAccount .tabMyAccount .boxReservationData .displayRoomGuests {
    font-size: 1em;
    font-weight: bold;
    padding-left: 20px !important;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDYwLjggNDYwLjgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ2MC44IDQ2MC44OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiPjxnPjxnPgoJPGc+CgkJPGc+CgkJCTxwYXRoIGQ9Ik0yMzAuNDMyLDIzOS4yODJjNjUuODI5LDAsMTE5LjY0MS01My44MTIsMTE5LjY0MS0xMTkuNjQxQzM1MC4wNzMsNTMuODEyLDI5Ni4yNjEsMCwyMzAuNDMyLDAgICAgIFMxMTAuNzkyLDUzLjgxMiwxMTAuNzkyLDExOS42NDFTMTY0LjYwNCwyMzkuMjgyLDIzMC40MzIsMjM5LjI4MnoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6IzAwMDAwMCI+PC9wYXRoPgoJCQk8cGF0aCBkPSJNNDM1Ljc1NSwzMzQuODljLTMuMTM1LTcuODM3LTcuMzE0LTE1LjE1MS0xMi4wMTYtMjEuOTQzYy0yNC4wMzMtMzUuNTI3LTYxLjEyNi01OS4wMzctMTAyLjkyMi02NC43ODQgICAgIGMtNS4yMjQtMC41MjItMTAuOTcxLDAuNTIyLTE1LjE1MSwzLjY1N2MtMjEuOTQzLDE2LjE5Ni00OC4wNjUsMjQuNTU1LTc1LjIzMywyNC41NTVzLTUzLjI5LTguMzU5LTc1LjIzMy0yNC41NTUgICAgIGMtNC4xOC0zLjEzNS05LjkyNy00LjcwMi0xNS4xNTEtMy42NTdjLTQxLjc5Niw1Ljc0Ny03OS40MTIsMjkuMjU3LTEwMi45MjIsNjQuNzg0Yy00LjcwMiw2Ljc5Mi04Ljg4MiwxNC42MjktMTIuMDE2LDIxLjk0MyAgICAgYy0xLjU2NywzLjEzNS0xLjA0NSw2Ljc5MiwwLjUyMiw5LjkyN2M0LjE4LDcuMzE0LDkuNDA0LDE0LjYyOSwxNC4xMDYsMjAuODk4YzcuMzE0LDkuOTI3LDE1LjE1MSwxOC44MDgsMjQuMDMzLDI3LjE2NyAgICAgYzcuMzE0LDcuMzE0LDE1LjY3MywxNC4xMDYsMjQuMDMzLDIwLjg5OGM0MS4yNzMsMzAuODI1LDkwLjkwNiw0Ny4wMiwxNDIuMTA2LDQ3LjAyczEwMC44MzMtMTYuMTk2LDE0Mi4xMDYtNDcuMDIgICAgIGM4LjM1OS02LjI2OSwxNi43MTgtMTMuNTg0LDI0LjAzMy0yMC44OThjOC4zNTktOC4zNTksMTYuNzE4LTE3LjI0MSwyNC4wMzMtMjcuMTY3YzUuMjI0LTYuNzkyLDkuOTI3LTEzLjU4NCwxNC4xMDYtMjAuODk4ICAgICBDNDM2LjgsMzQxLjY4Miw0MzcuMzIyLDMzOC4wMjQsNDM1Ljc1NSwzMzQuODl6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiMwMDAwMDAiPjwvcGF0aD4KCQk8L2c+Cgk8L2c+CjwvZz48L2c+IDwvc3ZnPg==);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: left center;
}

.modalMyAccount .tabMyAccount .boxReservationData .displayRoomServices span {
    font-size: .9em;
    padding-right: 32px;
    position: relative;
    font-weight: bold;
    float: left;
}

.modalMyAccount .tabMyAccount .boxReservationData .displayRoomServices span:after {
    content: 'â€¢';
    position: absolute;
    height: 100%;
    width: 32px;
    right: 0;
    top: 0;
    text-align: center;
}

.modalMyAccount .tabMyAccount .boxReservationData .displayRoomServices span:last-child {
    padding-right: 0;
}

.modalMyAccount .tabMyAccount .boxReservationData .displayRoomServices span:last-child:after {
    display: none;
}

.modalMyAccount .tabMyAccount .boxReservationData .boxResumeInfo > div.displayRoomChekinout {
    display: inline-block;
    width: 100%;
}

.modalMyAccount .tabMyAccount .boxReservationData .boxResumeInfo > div.displayRoomChekinout > div {
    display: inline-block;
    float: left;
    padding-right: 46px;
    position: relative;
    padding-top: 12px;
}

.modalMyAccount .tabMyAccount .boxReservationData .boxResumeInfo > div.displayRoomChekinout > div span {
    font-size: .9em;
    padding-right: 12px;
}

.modalMyAccount .tabMyAccount .boxReservationData .boxResumeInfo > div.displayRoomChekinout > div span:last-child {
    font-weight: bold;
    padding: 0;
}

.modalMyAccount .tabMyAccount .boxReservationData .boxResumeInfo div.displayRoomAdditionalServices > div {
    padding-bottom: 12px;
}

.modalMyAccount .tabMyAccount .boxReservationData .boxResumeInfo div.displayRoomAdditionalServices > div span {
    font-size: .9em;
    padding-right: 16px;
    font-weight: bold;
}

.modalMyAccount .tabMyAccount .boxReservationData .boxResumeInfo div.displayRoomAdditionalServices > div span:nth-child(2) {
    font-weight: normal;
}

.modalMyAccount .tabMyAccount .boxReservationData .boxResumeInfo div.displayRoomAdditionalServices > div span:last-child,
.modalMyAccount .tabMyAccount .boxReservationData .boxResumeInfo div.displayRoomAdditionalServices > div span b {
    font-weight: bold;
}

.modalMyAccount .tabMyAccount .boxReservationData .boxResumeInfo div.displayRoomPrice {
    font-size: .9em;
}

.modalMyAccount .tabMyAccount .boxReservationData .boxResumeInfo div.displayRoomPrice span {
    font-weight: bold;
    padding-left: 10px;
}

.modalMyAccount .tabMyAccount .boxReservationData .boxResumeInfo div.displayRoomPrice > div {
    padding: 12px 0 4px 0;
}

.modalMyAccount .tabMyAccount .boxReservationData .boxResumeInfo div.btnMoreDetails,
.modalMyAccount .tabMyAccount .boxReservationData .boxResumeInfo div.showLessDetail {
    cursor: pointer;
    display: inline-block;
    font-size: .7em;
    font-weight: bold;
    color: black;
    text-decoration: underline;
    margin: 12px 0;
    text-transform: uppercase;
}

.modalMyAccount .tabMyAccount .boxReservationData .boxResumeInfo div.showLessDetail {
    margin: 24px 0 0 0;
}

.modalMyAccount .tabMyAccount .boxReservationData.openedRow .boxResumeInfo div.btnMoreDetails {
    display: none;
}

/*MY ACCOUNT DOWNLOADS*/
.modalMyAccount .tabMyAccount .myaccountDownloadRow,
.modalMyAccount .tabMyAccount .myaccountOrderRow {
    display: inline-block;
    width: 100%;
    margin-top: 24px;
    padding: 24px;

    /* border: 1px solid #e5e5e5; */
    box-shadow: -1px 2px 12px rgba(0,0,0,0.1);
    box-sizing: border-box;
}

.modalMyAccount .tabMyAccount .myaccountDownloadRow .fileType,
.modalMyAccount .tabMyAccount .myaccountDownloadRow .fileOrigin,
.modalMyAccount .tabMyAccount .myaccountDownloadRow .fileDate {
    display: inline-block;
    width: calc(35% - 92px);
    float: left;
    font-size: 13px;
    line-height: 40px;
    color: #545454;
    font-weight: lighter;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 12px;
    box-sizing: border-box;
}

.modalMyAccount .tabMyAccount .myaccountDownloadRow .myaccountBtn,
.modalMyAccount .tabMyAccount .myaccountOrderRow .myaccountBtn {
    float: right;
    margin-top: 0;
    margin-right: 24px;
    width: 120px;
    padding: 10px 0;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
}

.modalMyAccount .tabMyAccount .myaccountDownloadRow .myaccountBtn.btnDownloadFile {
    margin-right: 0;
}

.modalMyAccount .tabMyAccount .myaccountDownloadRow .fileDate {
    width: calc(30% - 92px);
}

.modalMyAccount .tabMyAccount .myaccountDownloadRow .fileType {
    font-weight: bold;
    color: black;
}

/*MY ACCOUNT DOWNLOADS*/
.modalMyAccount .tabMyAccount .myaccountOrderRow > div:not(.btnOrderDetails) {
    display: inline-block;
    width: calc(25% - 42px);
    float: left;
    font-size: 13px;
    line-height: 40px;
    color: #545454;
    font-weight: lighter;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 12px;
    box-sizing: border-box;
    color: #777;
    font-weight: lighter;
}

.modalMyAccount .tabMyAccount .myaccountOrderRow > div span {
    font-weight: bold;
    color: black;
}

.modalMyAccount .tabMyAccount .myaccountOrderRow .myaccountBtn {
    width: 160px;
    margin-right: 0;
}

.modalMyAccount .tabMyAccount .myaccountOrderRow > div.boxOrderDetails {
    width: calc(100% + 48px);
    padding: 46px 0 0 0;
    font-size: 15px;
    margin-left: -24px;
    display: none;
}

.modalMyAccount .tabMyAccount .myaccountOrderRow.openedRow > div.boxOrderDetails {
    display: block;
}

.modalMyAccount .tabMyAccount .myaccountOrderRow > div.boxOrderDetails .input-group label {
    font-size: .8em;
    color: black;
}

.modalMyAccount .tabMyAccount .myaccountOrderRow > div.boxOrderDetails .input-group > div {
    line-height: 1.4;
    padding: 8px 0 0 0;
    font-size: .9em;
    font-weight: lighter;
    color: black;
}

.modalMyAccount .tabMyAccount .myaccountOrderRow > div.boxOrderDetails .itemRow {
    padding: 0 12px !important;
    box-sizing: border-box !important;
}

.modalMyAccount .tabMyAccount .myaccountOrderRow > div.boxOrderDetails .itemRow > div {
    display: inline-block;
    float: left;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: black;
    font-weight: bold;
    font-size: .9em;
    width: calc(100% - 300px);
}

.modalMyAccount .tabMyAccount .myaccountOrderRow > div.boxOrderDetails .itemRow > div.itemImage {
    width: 56px;
    height: 36px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 24px;
}

.modalMyAccount .tabMyAccount .myaccountOrderRow > div.boxOrderDetails .itemRow > div:nth-child(3) {
    width: 220px;
    text-align: right;
}

.modalMyAccount .tabMyAccount .myaccountOrderRow > div.boxOrderDetails .itemRow > div.itemNote,
.modalMyAccount .tabMyAccount .myaccountOrderRow > div.boxOrderDetails .itemRow > div.itemFile {
    width: 100%;
    margin-top: 12px;
    line-height: 1.3;
}

.modalMyAccount .tabMyAccount .myaccountOrderRow > div.boxOrderDetails .itemRow > div.itemNote span,
.modalMyAccount .tabMyAccount .myaccountOrderRow > div.boxOrderDetails .itemRow > div.itemFile span {
    font-weight: normal;
    color: #545454;
    display: inline-block;
}

.modalMyAccount .tabMyAccount .myaccountOrderRow > div.boxOrderDetails .cartInfoRow {
    border-top: 1px solid #e9e9e9;
    color: black;
    font-weight: bold;
    font-size: .9em;
    margin-top: 0;
    padding-top: 15px;
    padding: 15px 12px 0 12px;
    box-sizing: border-box;
}

.modalMyAccount .tabMyAccount .myaccountOrderRow > div.boxOrderDetails .cartInfoRow > div {
    display: inline-block;
    float: left;
}

.modalMyAccount .tabMyAccount .myaccountOrderRow > div.boxOrderDetails .cartInfoRow > div {
    display: inline-block;
    float: left;
    width: 70%;
}

.modalMyAccount .tabMyAccount .myaccountOrderRow > div.boxOrderDetails .cartInfoRow > div:last-child {
    text-align: right;
    width: 30%;
}

/*PROFILE IMAGE*/
.modalMyAccount .tabMyAccount .tab-content .box-content .form .input-group .myaccountProfileImage {
    margin: 16px 0;
    display: inline-block;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.modalMyAccount .tabMyAccount .tab-content .box-content .form .input-group .myaccountProfileImage:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 200px;
    background: rgba(0,0,0,0.4);
    z-index: 0;
}

.modalMyAccount .tabMyAccount .tab-content .box-content .form .input-group .myaccountProfileImage .myaccountBtn {
    float: none;
    padding: 0 12px;
    height: 36px;
    width: 70%;
    box-sizing: border-box;
    line-height: 36px;
    position: absolute;
    border: none;
    top: calc(50% - 18px);
    left: 15%;
    margin: 0;
    text-align: center;
    font-weight: normal;
    display: block;
}

.modalMyAccount .tabMyAccount .tab-content .box-content .form.disabledForm .input-group .myaccountProfileImage .myaccountBtn,
.modalMyAccount .tabMyAccount .tab-content .box-content .form.disabledForm .input-group .myaccountProfileImage:before {
    display: none;
}

/*MODAL RECOVERY and MODAL PROFILE INFO*/
.modalRecovery .modalOpsContent,
.modalProfileInfo .modalOpsContent {
    max-width: 600px;
}

.modalRecovery .modalOpsContent .containerBoxRecovery,
.modalProfileInfo .modalOpsContent .containerBoxInfo {
    padding: 0 46px;
}

.modalRecovery.recoverySent .modalOpsContent .containerBoxRecovery,
.modalProfileInfo .modalOpsContent .containerBoxInfo {
    text-align: center;
}

.modalRecovery .modalOpsContent .containerBoxRecovery p.modal-title {
    margin: 12px 0 0 0;
}

.modalRecovery.recoverySent .modalOpsContent .containerBoxRecovery p.modal-title,
.modalProfileInfo .modalOpsContent .containerBoxInfo p.modal-title {
    margin: 32px 0 0 0;
}

.modalRecovery .modalOpsContent .containerBoxRecovery p.modal-subtitle,
.modalProfileInfo .modalOpsContent .containerBoxInfo p.modal-subtitle {
    font-weight: lighter;
    color: #545454;
    margin: 12px 0 42px 0;
}

.modalRecovery .modalOpsContent .containerBoxRecovery img {
    display: none;
    width: 72px;
    margin-bottom: 24px;
}

.modalRecovery.recoverySent .modalOpsContent .containerBoxRecovery p.modal-title span[data-sub="recovery"],
.modalRecovery.recoverySent .modalOpsContent .containerBoxRecovery p.modal-subtitle[data-sub="recovery"],
.modalRecovery.recoverySent .modalOpsContent .containerBoxRecovery div[data-form="recovery"] {
    display: none !important;
}

.modalRecovery.recoverySent .modalOpsContent .containerBoxRecovery p.modal-title span[data-sub="recoverydone"],
.modalRecovery.recoverySent .modalOpsContent .containerBoxRecovery p.modal-subtitle[data-sub="recoverydone"] {
    display: block !important;
    text-align: center;
}

.modalRecovery.recoverySent .modalOpsContent .containerBoxRecovery img {
    display: inline-block;
}

.modalProfileInfo .modalOpsContent .containerBoxInfo .myaccountProfileImage {
    margin: 12px 0 62px 0;
    display: inline-block;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    box-shadow: 1px 3px 12px rgba(0,0,0,0.3);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.modalProfileInfo .modalOpsContent .containerBoxInfo .btnGuestNext,
.modalProfileInfo .modalOpsContent .containerBoxInfo .btnLoggedNext {
    cursor: pointer;
    outline: none;
    display: inline-block;
    font-size: .8em;
    font-weight: bold;
    color: white;
    background: #222;
    padding: 12px 42px;
    border: 2px solid #222;
    margin: 0 24px 20px 24px;
}

.modalProfileInfo .modalOpsContent .containerBoxInfo .btnGuestNext {
    background: white;
    border-color: white;
    color: #777;
    padding: 12px 24px;
}

/*DELETE ACCOUNT*/
.modalOps.modalDeleteAccount .modalOpsContent {
    padding: 42px;
    max-width: 560px;
}

.modalOps.modalDeleteAccount .modalOpsContent p.modal-title {
    margin: 0;
    color: red;
}

.modalOps.modalDeleteAccount .modalOpsContent p.modal-subtitle {
    color: #545454;
    font-size: 15px;
    line-height: 1.3;
    margin: 24px 0 46px 0;
}

.modalOps.modalDeleteAccount .modalOpsContent .myaccountBtn {
    display: inline-block;
    width: auto;
    height: auto;
    top: unset;
    right: unset;
    font-size: 14px;
    padding: 12px 0;
    float: left;
}

.modalOps.modalDeleteAccount .modalOpsContent .myaccountBtn.btnDeleteAccountOps {
    float: right;
    padding: 12px 42px;
    color: white;
    cursor: pointer;
}

.modalOps .opsError {
    color: red;
    font-weight: bold;
    text-align: left;
    font-size: .8em;
}

/*MEDIA*/
@media screen and (max-width: 1240px) {
    .modalOps {
        padding: 0;
        overflow: hidden;
    }

    .modalOps.modalSignIn.wGuestOption .modalOpsContent .containerBoxSignin,
    .modalOps.modalSignIn .modalOpsContent .containerBoxSignin {
        padding: 32px 24px;
    }

    .modalOps.modalSignIn .modalOpsContent .containerBoxSignin .boxSignin,
    .modalOps.modalSignIn.wGuestOption .modalOpsContent .containerBoxSignin .boxSignin,
    .modalOps.modalSignIn.wGuestOption .modalOpsContent .containerBoxSignin .boxSignin:nth-child(1) {
        padding: 0;
    }

    .modalOps.modalSignIn.wGuestOption .modalOpsContent .containerBoxSignin .boxSignin:nth-child(1) {
        border-right: none;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 46px;
        margin-bottom: 46px;
    }

    .modalOps.modalSignIn.wGuestOption .modalOpsContent .containerBoxSignin .boxSignin {
        display: inline-block !important;
        width: 100% !important;
    }

    .modalOps.modalTermsTxt .modalOpsContent {
        padding: 0 24px 24px 24px;
    }

    .modalOps.modalTermsTxt .modalOpsContent > div {
        font-size: 13px;
    }

    .modalOps.modalMyAccount .modalOpsContent.modalMyAccountContent {
        padding: 0 24px 32px 24px;
        border-radius: 0;
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .modalOps.modalMyAccount .modalOpsContent.modalMyAccountContent p.modal-title {
        font-size: 1.1em;
        margin: 24px 0 46px 0;
    }

    .modalMyAccount .tabMyAccount p {
        font-size: .8em;
    }

    .modalMyAccount .colMyAccountNav,
    .modalMyAccount .tabMyAccount {
        width: 100%;
    }

    .modalMyAccount .tabMyAccount span.link {
        padding: 3px 0;
    }

    .modalMyAccount .colMyAccountNav {
        display: none;
    }

    .modalMyAccount .colMyAccountMobileNav {
        margin-bottom: 42px;
        overflow: hidden;
        height: 32px;
        padding-top: 32px;
        position: relative;
        width: 100%;
        box-sizing: border-box;
        background-image: url(//www.flazio.com/ops/images/arrowdown.svg);
        background-repeat: no-repeat;
        background-size: 12px;
        background-position: right top 9px;
        transition: .2s;
        display: block;
    }

    .modalMyAccount .colMyAccountMobileNav.openedNav {
        height: 200px;
        background-image: url(//www.flazio.com/ops/images/arrowup.svg);
    }

    .modalMyAccount .colMyAccountMobileNav ul {
        width: 100%;
    }

    .modalMyAccount .colMyAccountMobileNav ul li {
        font-size: .7em;
        width: 100%;
    }

    .modalMyAccount .colMyAccountMobileNav ul li.current {
        position: absolute;
        top: 0;
        left: 0;
    }

    .modalMyAccount .tabMyAccount .myaccountOrderRow > div,
    .modalMyAccount .tabMyAccount .myaccountDownloadRow > div {
        width: 100% !important;
    }

    .modalMyAccount .tabMyAccount .myaccountOrderRow.openedRow > div.boxOrderDetails .col-6 {
        width: calc(100% - 60px) !important;
    }

    .modalMyAccount .tabMyAccount .myaccountOrderRow .myaccountBtn {
        margin: 20px 0 6px;
        font-size: 12px;
        border-width: 1px;
    }

    .modalMyAccount .tabMyAccount .boxReservationData {
        height: 426px;
    }

    .modalMyAccount .tabMyAccount .boxReservationData.openedRow {
        height: auto;
    }

    .modalMyAccount .tabMyAccount .boxReservationData > div.displayImageBooked {
        position: relative;
        margin-left: -24px;
        margin-top: -24px;
        width: calc(100% + 48px) !important;
        margin-bottom: 24px;
        height: 160px;
    }

    .modalMyAccount .tabMyAccount .boxReservationData .boxResumeInfo {
        display: inline-block;
        width: 100% !important;
    }

    .modalMyAccount .tabMyAccount .myaccountOrderRow > div.boxOrderDetails .itemRow {
        padding: 0 !important;
    }

    .modalMyAccount .tabMyAccount .myaccountOrderRow > div.boxOrderDetails .cartInfoRow {
        padding: 15px 0 0 0 !important;
    }

    .modalMyAccount .tabMyAccount .myaccountOrderRow > div.boxOrderDetails .itemRow > div {
        overflow: visible;
        white-space: initial;
        text-overflow: ellipsis;
        line-height: 1.3;
        width: 100% !important;
    }

    .modalMyAccount .tabMyAccount .myaccountOrderRow > div.boxOrderDetails {
        width: calc(100% + 48px) !important;
    }

    .modalMyAccount .tabMyAccount .myaccountOrderRow > div.boxOrderDetails > .col-6 {
        width: calc(100% - 60px);
    }

    .modalMyAccount .tabMyAccount .myaccountOrderRow > div.boxOrderDetails .itemRow > div.itemImage {
        width: 56px !important;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .modalMyAccount .tabMyAccount .myaccountOrderRow > div.boxOrderDetails .itemRow.itemRowHead {
        display: none !important;
    }

    .modalMyAccount .tabMyAccount .myaccountOrderRow > div.boxOrderDetails .itemRow > div:nth-child(3) {
        text-align: left;
        margin: 12px 0 6px 0;
    }

    .modalMyAccount .tabMyAccount .myaccountOrderRow > div.boxOrderDetails .cartInfoRow > div {
        white-space: initial;
        line-height: 1.3;
    }

    .modalMyAccount .tabMyAccount .tab-content p.box-title {
        margin-bottom: 24px;
        font-size: 1em !important;
        font-size: .8em;
    }

    .modalMyAccount .tabMyAccount span.link.btnEditContent {
        padding: 4px 0;
        font-size: .7em;
    }

    .modalMyAccount .tabMyAccount .box-content p.box-empty-title {
        font-size: .8em;
    }

    .modalMyAccount .tabMyAccount .tab-content .box-content .form [class*="col-"] {
        width: calc(100% - 60px);
    }

    .modalMyAccount .tabMyAccount .myaccountBtn {
        padding: 10px 32px;
        margin-top: 20px;
        font-size: .7em;
    }

    .modalMyAccount .tabMyAccount .myaccountDownloadRow .myaccountBtn {
        margin: 20px 0 0 0;
    }

    .modalMyAccount .tabMyAccount .myaccountOrderRow > div:not(.btnOrderDetails) {
        font-size: 12px;
    }

    .modalMyAccount .tabMyAccount .myaccountOrderRow > div.boxOrderDetails .input-group > div,
    .modalMyAccount .tabMyAccount .myaccountOrderRow > div.boxOrderDetails .input-group > div span {
        font-weight: lighter;
    }

    .modalMyAccount .tabMyAccount .tab-content .box-content .form .input-group .myaccountProfileImage {
        margin-bottom: 0;
        width: 120px;
        height: 120px;
    }

    .modalMyAccount .tabMyAccount .tab-content .box-content .form .input-group .myaccountProfileImage .myaccountBtn {
        padding: 0px 6px;
        width: 84%;
        left: 8%;
        font-weight: bold;
        font-size: 10px;
    }
}

@media screen and (max-width: 460px) {
    .modalOps {
        padding: 0;
        overflow-x: hidden;
        overflow-y: hidden;
    }
}

/*LOADER*/
.modalOpsloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.45);
    z-index: 100001;
    display: none;
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
    display: none;
}

.modalOpsloader > div {
    display: table;
    width: 100%;
    height: 100%;
}

.modalOpsloader > div > div {
    display: table-cell;
    vertical-align: middle;
}

.modalOpsloader > div > div > .fl-spinner {
    width: 3em;
    height: 3em;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
}

.modalOpsloader > div > div > .fl-spinner:before {
    border-radius: 50%;
    content: '';
    width: 48px;
    height: 48px;
    display: inline-block;
    box-sizing: border-box;
    border-top: solid .25em rgba(0,0,0,0.1);
    border-right: solid .25em  rgba(0,0,0,0.1);
    border-bottom: solid .25em rgba(0,0,0,0.1);
    border-left: solid .25em rgba(0,0,0,0.1);
    position: absolute;
    top: 0;
    left: 0;
}

.modalOpsloader > div > div > .fl-spinner:after {
    border-radius: 50%;
    content: '';
    width: 48px;
    height: 48px;
    display: inline-block;
    box-sizing: border-box;
    border-top: solid .25em #545454;
    border-right: solid .25em transparent;
    border-bottom: solid .25em transparent;
    border-left: solid .25em transparent;
    position: absolute;
    top: 0;
    left: 0;
    animation: fl-round-animate 1s ease-in-out infinite;
}

@keyframes fl-round-animate{
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* https://www.flazio.com/css/ombre_componenti.css?version=224-90g&__ca=1569328546 */
.comp_ombrasemplice {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 4px 12px -6px;
    z-index: -1;
}

.comp_ombradestra,
.comp_ombradestrasinistra,
.comp_ombrasinistra,
.comp_ombrataglio {
    position: absolute;
    bottom: -20px;
    left: 0;
    height: 20px;
    width: 100%;
    overflow: hidden;
}

.comp_ombradestra:after,
.comp_ombradestrasinistra:after,
.comp_ombradestrasinistra:before,
.comp_ombrasinistra:before {
    bottom: 30px;
    width: calc(50% - 10px);
    max-width: 300px;
    box-shadow: 0 15px 10px;
    position: absolute;
    height: 20px;
    content: "";
    z-index: -1;
}

.comp_ombradestrasinistra:before {
    left: 10px;
    transform: rotate(-3deg);
}

.comp_ombradestrasinistra:after {
    right: 10px;
    transform: rotate(3deg);
}

.comp_ombrasinistra:before {
    left: 10px;
    transform: rotate(-3deg);
}

.comp_ombradestra:after {
    right: 10px;
    transform: rotate(3deg);
}

.comp_ombrataglio:before {
    content: "";
    position: absolute;
    z-index: -1;
    box-shadow: 0 0 20px;
    height: 20px;
    bottom: 20px;
    left: 15px;
    right: 15px;
    border-radius: 100px/10px;
}

.comp_effettoglossy,
.comp_ombraannullata,
.comp_ombrainterna,
.comp_ombralunga {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.comp_ombralunga {
    bottom: 0;
    box-shadow: 1px 1px,2px 2px,3px 3px,4px 4px,5px 5px,6px 6px,7px 7px,8px 8px,9px 9px,10px 10px,11px 11px,12px 12px,13px 13px,14px 14px,15px 15px,16px 16px,17px 17px,18px 18px,19px 19px,20px 20px,21px 21px,22px 22px,23px 23px,24px 24px,25px 25px,26px 26px,27px 27px,28px 28px,29px 29px,30px 30px,31px 31px,32px 32px,33px 33px,34px 34px,35px 35px,36px 36px,37px 37px,38px 38px,39px 39px,40px 40px,41px 41px,42px 42px,43px 43px,44px 44px,45px 45px,46px 46px,47px 47px,48px 48px,49px 49px,50px 50px,51px 51px,52px 52px,53px 53px,54px 54px,55px 55px,56px 56px,57px 57px,58px 58px,59px 59px,60px 60px;
}

.comp_ombrainterna {
    bottom: 0;
    box-shadow: inset 0 0 10px;
}

.comp_effettoglossy {
    bottom: 0;
    box-shadow: 0 1px 4px,inset 0 0 40px;
}

.comp_doppiotaglio:after,
.comp_doppiotaglio:before {
    content: "";
    position: absolute;
    z-index: -1;
    box-shadow: 0 0 20px;
    top: 0;
    bottom: 0;
    left: 20px;
    right: 20px;
    border-radius: 100px/10px;
}

.comp_doppiotaglio:after {
    right: 10px;
    left: auto;
    transform: skew(8deg) rotate(3deg);
}

.comp_doppiotaglioverticale:after,
.comp_doppiotaglioverticale:before {
    content: "";
    position: absolute;
    z-index: -1;
    box-shadow: 0 0 20px;
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 0;
    border-radius: 100px/10px;
}

.comp_doppiotaglioverticale:after {
    right: 10px;
    left: auto;
    transform: skew(8deg) rotate(3deg);
}

.comp_ombraannullata {
    bottom: 0;
    box-shadow: 0 4px 12px -6px;
    left: 0;
    border-radius: inherit;
}

.comp_ombraannullata:after,
.comp_ombraannullata:before {
    display: none!important;
}

.shadow_tendina {
    width: 230px;
    height: 134px;
    transform: scale(.3);
    transform-origin: top left;
    background: #1287cb;
    color: rgba(0,0,0,.4);
    position: absolute;
    margin-bottom: 50px;
}

.shadow_tendina.active {
    background: #0ea7ff;
}

/* https://www.flazio.com/componenti/scrittori/immaginesingola/hoverimage.css?version=224-90g&__ca=1569328546 */
.hoverimage_opacityIn img {
    opacity: .5;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.hoverimage_opacityIn:hover img,
.hoverimage_opacityOut img {
    opacity: 1;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.hoverimage_opacityOut:hover img {
    opacity: .5;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.hoverimage_zoomIn img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.hoverimage_zoomIn:hover img,
.hoverimage_zoomOut img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.hoverimage_zoomOut:hover img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.hoverimage_rotateZoomIn img {
    transform: scale(1) rotate(0);
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.hoverimage_rotateZoomIn:hover img,
.hoverimage_rotateZoomOut img {
    transform: scale(1.3) rotate(15deg);
    -webkit-transform: scale(1.3) rotate(15deg);
    -moz-transform: scale(1.3) rotate(15deg);
    -ms-transform: scale(1.3) rotate(15deg);
    -o-transform: scale(1.3) rotate(15deg);
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.hoverimage_rotateZoomOut:hover img {
    transform: scale(1) rotate(0);
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.hoverimage_greyscaleIn img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.hoverimage_greyscaleIn:hover img,
.hoverimage_greyscaleOut img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.hoverimage_greyscaleOut:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.hoverimage_blurIn img {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    -o-filter: blur(0);
    filter: blur(0);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.hoverimage_blurIn:hover img,
.hoverimage_blurOut img {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(2px);
    filter: blur(2px);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.hoverimage_blurOut:hover img {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    -o-filter: blur(0);
    filter: blur(0);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.hoverimage_blurGreyscaleIn img {
    -webkit-filter: blur(0) grayscale(0);
    -moz-filter: blur(0) grayscale(0);
    -ms-filter: blur(0) grayscale(0);
    -o-filter: blur(0) grayscale(0);
    filter: blur(0) grayscale(0);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.hoverimage_blurGreyscaleIn:hover img,
.hoverimage_blurGreyscaleOut img {
    -webkit-filter: blur(2px) grayscale(100%);
    -moz-filter: blur(2px) grayscale(100%);
    -ms-filter: blur(2px) grayscale(100%);
    -o-filter: blur(2px) grayscale(100%);
    filter: blur(2px) grayscale(100%);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.hoverimage_blurGreyscaleOut:hover img {
    -webkit-filter: blur(0) grayscale(0);
    -moz-filter: blur(0) grayscale(0);
    -ms-filter: blur(0) grayscale(0);
    -o-filter: blur(0) grayscale(0);
    filter: blur(0) grayscale(0);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

/* https://www.flazio.com/css/ombre_componenti.css */
.comp_ombrasemplice {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 4px 12px -6px;
    z-index: -1;
}

.comp_ombradestra,
.comp_ombradestrasinistra,
.comp_ombrasinistra,
.comp_ombrataglio {
    position: absolute;
    bottom: -20px;
    left: 0;
    height: 20px;
    width: 100%;
    overflow: hidden;
}

.comp_ombradestra:after,
.comp_ombradestrasinistra:after,
.comp_ombradestrasinistra:before,
.comp_ombrasinistra:before {
    bottom: 30px;
    width: calc(50% - 10px);
    max-width: 300px;
    box-shadow: 0 15px 10px;
    position: absolute;
    height: 20px;
    content: "";
    z-index: -1;
}

.comp_ombradestrasinistra:before {
    left: 10px;
    transform: rotate(-3deg);
}

.comp_ombradestrasinistra:after {
    right: 10px;
    transform: rotate(3deg);
}

.comp_ombrasinistra:before {
    left: 10px;
    transform: rotate(-3deg);
}

.comp_ombradestra:after {
    right: 10px;
    transform: rotate(3deg);
}

.comp_ombrataglio:before {
    content: "";
    position: absolute;
    z-index: -1;
    box-shadow: 0 0 20px;
    height: 20px;
    bottom: 20px;
    left: 15px;
    right: 15px;
    border-radius: 100px/10px;
}

.comp_effettoglossy,
.comp_ombraannullata,
.comp_ombrainterna,
.comp_ombralunga {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.comp_ombralunga {
    bottom: 0;
    box-shadow: 1px 1px,2px 2px,3px 3px,4px 4px,5px 5px,6px 6px,7px 7px,8px 8px,9px 9px,10px 10px,11px 11px,12px 12px,13px 13px,14px 14px,15px 15px,16px 16px,17px 17px,18px 18px,19px 19px,20px 20px,21px 21px,22px 22px,23px 23px,24px 24px,25px 25px,26px 26px,27px 27px,28px 28px,29px 29px,30px 30px,31px 31px,32px 32px,33px 33px,34px 34px,35px 35px,36px 36px,37px 37px,38px 38px,39px 39px,40px 40px,41px 41px,42px 42px,43px 43px,44px 44px,45px 45px,46px 46px,47px 47px,48px 48px,49px 49px,50px 50px,51px 51px,52px 52px,53px 53px,54px 54px,55px 55px,56px 56px,57px 57px,58px 58px,59px 59px,60px 60px;
}

.comp_ombrainterna {
    bottom: 0;
    box-shadow: inset 0 0 10px;
}

.comp_effettoglossy {
    bottom: 0;
    box-shadow: 0 1px 4px,inset 0 0 40px;
}

.comp_doppiotaglio:after,
.comp_doppiotaglio:before {
    content: "";
    position: absolute;
    z-index: -1;
    box-shadow: 0 0 20px;
    top: 0;
    bottom: 0;
    left: 20px;
    right: 20px;
    border-radius: 100px/10px;
}

.comp_doppiotaglio:after {
    right: 10px;
    left: auto;
    transform: skew(8deg) rotate(3deg);
}

.comp_doppiotaglioverticale:after,
.comp_doppiotaglioverticale:before {
    content: "";
    position: absolute;
    z-index: -1;
    box-shadow: 0 0 20px;
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 0;
    border-radius: 100px/10px;
}

.comp_doppiotaglioverticale:after {
    right: 10px;
    left: auto;
    transform: skew(8deg) rotate(3deg);
}

.comp_ombraannullata {
    bottom: 0;
    box-shadow: 0 4px 12px -6px;
    left: 0;
    border-radius: inherit;
}

.comp_ombraannullata:after,
.comp_ombraannullata:before {
    display: none!important;
}

.shadow_tendina {
    width: 230px;
    height: 134px;
    transform: scale(.3);
    transform-origin: top left;
    background: #1287cb;
    color: rgba(0,0,0,.4);
    position: absolute;
    margin-bottom: 50px;
}

.shadow_tendina.active {
    background: #0ea7ff;
}

/* https://www.flazio.com/componenti/lettori/socialbar/stili/base.css?version=224-90g&__ca=1569328546 */
@font-face {
    font-family: 'social-icons';
    src: url('fonts/social-icons.eot');
    src: url('fonts/social-icons.eot#iefix') format('embedded-opentype'),
           url('fonts/social-icons.woff') format('woff'),
           url('fonts/social-icons.ttf') format('truetype'),
           url('fonts/social-icons.svg#social-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.socialbar {
    list-style: none;
    position: absolute;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    font-size: 18px;
}

.socialbar li {
    font-family: "social-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: block;
    float: left;
    text-decoration: inherit;
    width: 1.1em;
    height: 1.1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 120%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0.3em;
    cursor: pointer;
}

.socialbar li:fist-child {
    margin-left: 0 !important;
}

.socialbar li:last-child {
    margin-right: 0 !important;
}

/* https://www.flazio.com/componenti/lettori/socialbar/stili/anim-1.css?version=224-90g&__ca=1569328546 */
.socialbar.anim-1 li {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
    font-size: 100%;
}

.socialbar.anim-1 li:hover {
    opacity: 0.6;
}

.socialbar.anim-1 li.icon-gplus {
    background-color: #dd4b39;
}

.socialbar.anim-1 li.icon-facebook {
    background-color: #3b5998;
}

.socialbar.anim-1 li.icon-twitter {
    background-color: #00aced;
}

.socialbar.anim-1 li.icon-pinterest {
    background-color: #cb2027;
}

.socialbar.anim-1 li.icon-linkedin {
    background-color: #007bb6;
}

.socialbar.anim-1 li.icon-vimeo {
    background-color: #aad450;
}

.socialbar.anim-1 li.icon-youtube {
    background-color: #bb0000;
}

.socialbar.anim-1 li.icon-tumblr {
    background-color: #32506d;
}

.socialbar.anim-1 li.icon-skype {
    background-color: #12a5f4;
}

.socialbar.anim-1 li.icon-email {
    background-color: #444444;
}

.socialbar.anim-1 li.icon-stumbleupon {
    background-color: #EB4924;
}

.socialbar.anim-1 li.icon-delicious {
    background-color: #2A96FF;
}

.socialbar.anim-1 li.icon-fivehundredpx {
    background-color: #0099E5;
}

.socialbar.anim-1 li.icon-foursquare {
    background-color: #EF4B78;
}

.socialbar.anim-1 li.icon-android {
    background-color: #97C03D;
}

.socialbar.anim-1 li.icon-instapaper {
    background-color: #000000;
}

.socialbar.anim-1 li.icon-flickr {
    background-color: #0062DD;
}

.socialbar.anim-1 li.icon-evernote {
    background-color: #2DBE60;
}

.socialbar.anim-1 li.icon-dribbble {
    background-color: #EA4C89;
}

.socialbar.anim-1 li.icon-appstore {
    background-color: #F1F1F1;
}

.socialbar.anim-1 li.icon-soundcloud {
    background-color: #FF8102;
}

.socialbar.anim-1 li.icon-instagram {
    background-color: #AF7D5C;
}

.socialbar.anim-1 li.icon-digg {
    background-color: #006094;
}

.socialbar.anim-1 li.icon-tripadvisor {
    background-color: #589442;
}

/* https://www.flazio.com/componenti/lettori/immagine/style.css?version=224-90g&__ca=1569328546 */
.immagineSlideShow .playerImgTool {
    z-index: 12;
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #f1f3f5;
}

.immagineSlideShow .playerImgTool.left {
    right: calc(100% - 180px);
}

.immagineSlideShow .playerImgTool.right {
    right: 20px;
}

.immagineSlideShow .playerImgTool.center {
    right: calc(50% - 80px);
}

.immagineSlideShow .playerImgTool.shadow {
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.immagineSlideShow .playerImgTool.roundcorner {
    border-radius: 6px;
}

.immagineSlideShow .playerImgTool .playerBtn {
    display: inline-block;
    width: 40px;
    height: 32px;
    border-right: none;
    float: left;
    cursor: pointer;
    z-index: 3;
}

.immagineSlideShow .playerImgTool .playerBtn:hover,
.immagineSlideShow .playerImgTool .playerBtn.selected {
    background-color: rgba(0,0,0,0.05);
}

.immagineSlideShow .playerImgTool .playerBtn svg {
    width: 20px;
    height: 20px;
    margin: 6px 10px;
}

.immagineSlideShow .playerImgTool .playerBtn svg path,
.immagineSlideShow .playerImgTool .playerBtn svg polygon,
.immagineSlideShow .playerImgTool .playerBtn svg rect,
.immagineSlideShow .playerImgTool .playerBtn svg circle {
    fill: #606060;
}

.immagineSlideShow .playerImgTool.roundcorner .playerBtn:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.immagineSlideShow .playerImgTool.roundcorner .playerBtn:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.immagineSlideShow .playerImgTool .playerBtn .playImg {
    display: none;
}

.immagineSlideShow .playerImgTool .playerBtn.play .playImg {
    display: none;
}

.immagineSlideShow .playerImgTool .playerBtn.play .pauseImg {
    display: block;
}

.immagineSlideShow .playerImgTool .playerBtn.pause .playImg {
    display: block;
}

.immagineSlideShow .playerImgTool .playerBtn.pause .pauseImg {
    display: none;
}

.immagineSlideShow .playerImgTool .dropdown-list-images {
    position: absolute;
    left: 0;
    bottom: 32px;
    width: 160px;
    height: 0;
    background: #f1f3f5;
    overflow: hidden;
    transition: .2s;
    z-index: 1;
}

.immagineSlideShow .playerImgTool .dropdown-list-images.open {
    height: 148px;
    transition: .2s;
    overflow-x: hidden;
    overflow-y: auto;
}

.immagineSlideShow .playerImgTool .dropdown-list-images ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 148px;
}

.immagineSlideShow .playerImgTool .dropdown-list-images ul li {
    line-height: 1;
    font-size: 13px;
    font-weight: lighter;
    color: #606060;
    padding: 12px 10px 12px 46px;
    background-size: 26px !important;
    background-position: center left 10px;
    background-repeat: no-repeat !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.immagineSlideShow .playerImgTool .dropdown-list-images ul li:hover,
.immagineSlideShow .playerImgTool .dropdown-list-images ul li.selected {
    background-color: rgba(0,0,0,0.05);
}

.immagineSlideShow.hide .playerImgTool {
    display: none !important;
}
