body {font-family: sans-serif; margin: 0px;}
div.cartomante {position: relative; width: calc(50% - 18px); height: 134px; float: left; padding: 4px; margin: 4px; border: 1px solid #dddddd; -webkit-transition: all .3s; border-radius: 5px 5px 5px 5px; background-color: #eeeeee;}
div.cartomante.gold{color:#ffd700;background-color:#000}
div.cartomante.onecol {width: calc(100% - 14px);}
div.cartomante:hover {background-color: rgba(199, 74, 131, 0.33); cursor: default;}
div.cartomante.gold .labelnome a{color:#ffd700;text-decoration:none}
/*div.busy.cartomante:hover {border: 1px solid #e36159; background-color: #e36159;}
div.free.cartomante:hover {border: 1px solid #6ab165; background-color: #6ab165;}
div.pause.cartomante:hover {border: 1px solid #ff9900; background-color: #ff9900;}
div.offline.cartomante:hover {border: 1px solid #555555; background-color: #555555;}*/
div.sx {width: 150px; height: 100%; float: left; margin: 0; padding: 0; background-color: #eeeeee;}
div.dx {width: 130px; height: 100%; float:left; margin: 0; padding: 0; background-color: #ffffff;}
div.tag-container {position: absolute; top: 0; left: 0; overflow: hidden; width: 80px; height: 80px; z-index: 1000;}
div.tag {position: absolute; top: 11px; left: -31px; width: 100px; height: 16px; background-color: #ff0000; padding: 8px; color: #fff; text-transform: uppercase; transform: rotate(-45deg); font-size: 14px; text-align: center;}
div.cartomante img.photo, div.cartomante video.photo {width: 134px; height: 134px; float: left; margin: 0; padding: 0; border-radius: 2px;}
div.cartomante img.phone {width: 18px; height: 18px; float: left;}
div.cartomante img.phonea {width: 14px; height: 14px; float: left;margin-right:3px}
div.cornice {background: /*url('img/cornice2.png') no-repeat transparent;*/ width:140px; height: 140px; position: absolute; margin: -4px; zoom: 1.02;}
.labelnome {font-size: 22px; margin: 0px 5px 5px 10px; float:left;}
.labelnome a{}
.under360 .labelnome {font-size: 15px;}
.labelnome span.cart {font-size: 14px; font-style: italic; line-height: 10px;}
.cartcodice {font-weight:200;font-size:14px;margin:5px 0px;float:right;text-align:right;max-width:47px;color:#ff1493}
.gold .cartcodice{color:#fff}
.under360 .cartcodice {font-size: 12px; margin: 3px 0px; max-width: 40px;}
.cartcod {font-weight: 400; font-size: 18px;}
div.rating-inline{height:13px;width:70px}
div.rating-gold{height:13px;width:70px;background:url('img/gold-reviews-70x13.png')no-repeat;}
.under360 div.rating-inline {margin-top: 4px;}
.rating-inline i.rating-star {float: left; height: 15px; width: 14px; background: url('img/rating-stars.png') no-repeat;}
.cartintro {font-size: 12px; line-height: 12px; margin: 53px 2px 2px 144px; width: calc(100% - 144px);}
.cartintro a{color:blue}
.gold .cartintro a{color:#fff}
.nowrap {white-space:nowrap}
.under360 .cartintro {margin: 48px 2px 2px 144px;}
.btncart {position: absolute; width: 128px; text-align: center; bottom: 12px; right: 12px; border-radius: 4px; color: #ffffff; padding: 5px 10px;}
.under360 .btncart {bottom: 10px;}
.btn-busy {border solid 2px #ff0000; background-color: #ff0000; font-size: small;}
.btn-free {border solid 2px #6ab165; background-color: #6ab165;}
.btn-pause {border solid 2px #ff9900; background-color: #ff9900;}
.btn-offline {border solid 2px #666666; background-color: #666666;}
.btn-free:hover {border solid 2px #3fafd4; background-color: #3fafd4;}
@media screen and (max-width: 412px) {.labelnome{font-size:16px;margin: 0px 5px 5px 5px}.cartcodice{font-size:10px;max-width: 42px}.cartcod{font-size:14px}.cartintro{margin: 53px 2px 2px 139px}.btncart{bottom:5px}}
.xmas{position:absolute;top:-24px;left:-19px;width:75px;height:130px;background:url('img/xmas-hat.png')no-repeat;z-index:1001}
.hxmas{height:25px}
.centrablock100{display:block;margin:auto;max-width:100%;height:100%}
video::-webkit-media-controls{visibility:hidden}
video::-webkit-media-controls-enclosure{visibility:visible}
.video-container{position:relative;width:fit-content}
.play-button{position:absolute;top:104px;left:30px;transform:translate(-50%, -50%);z-index:1;background:url('/images/playbtn-48.png') no-repeat;border:none;padding:0;cursor: pointer;width:48px;height:48px}

/* ==========================================================================
   SCRIPT E MODAL DIALOG
   ========================================================================== */
.btnp-free {border solid 2px #32cd32; background-color: #32cd32;}
.btnp-free:hover {border solid 2px #3fafd4; background-color: #3fafd4;}
.btnp-free img {margin: -3px;}
.btnp-recharge {border solid 2px #3fafd4; background-color: #3fafd4;}
.btnp-recharge:hover {border solid 2px #ffcc33; background-color: #ffcc33;}
.btnp-recharge:hover a {color: #3f51b5;}
.btnp-call {text-align: center; border-radius: 4px; padding: 4px;}
.btnp-call a {color: #ffff00; font-size: large; font-weight: 700; text-decoration: none;}
.span-call {margin: 3px 0px 10px 0px; text-align: center; font-size: x-small;}
.span-call img {width: 12px; height: 12px;}
.modal-dialog {
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modal-dialog:target {
    opacity:1;
    pointer-events: auto;
}
.modal-dialog > div {
    width: 210px;
    height: 315px;
    position: relative;
	margin: 0px auto;
    top: 125px;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    /* background: -moz-linear-gradient(#fff, #ccc);
    background: -webkit-linear-gradient(#fff, #ccc);
    background: -o-linear-gradient(#fff, #ccc); */
}
.modal-dialog.h250 > div {
    height: 250px;
}
.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.close:hover {
    background: #e36159;
    color: #fff !important;
}