/* CSS Document */

/*body{
	background:#000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}*/
#flashzone {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
#htmlzone {
    position: fixed;
    left: 0px;
    bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    float: left;
    background-image: url("back-toolbar.jpg");
    background-repeat: repeat-x;
    width: 100%;
    height: 25px;
    z-index: 99999999999999;
    display: block;
    /*overflow: hidden;*/
}

@media only screen and (orientation:landscape) and (max-device-width:1023px) {
    #htmlzone,
    .reference {
        /*display:none;*/
    }
}
@media only screen and (orientation:portrait) and (max-device-width:800px) {
    #htmlzone,
    .reference {
        /*display:none;*/
    }
}

#globelife {
    position: fixed;
    float: left;
    width: 40%;
    margin-top: 4px;
    margin-left: 15px;
    bottom: 0px !important;
    z-index: 9999999999 !important;
    height: 25px;
    overflow: hidden;
}
#globelife a {
    text-decoration: none!important;
    color: #dfdfdf!important;
    font-size: 10px!important;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif!important;

}
#globelife a:hover {
    text-decoration: none;
    color: #FFCC00;
}
#text {
    position: relative;
    float: left;
    width: 30%;
    margin-top: 8px;
}
#links {
    position: relative;
    float: right;
    margin-right: 10%;
    /*width:30%;*/
    margin-top: 8px;
    font-size: 10px;
    font-family: sans-serif;
}

@media screen and (max-width: 450px) {
    #links {
        display: none !important;
    }
    #globelife {
        display: none !important;
    }
}

#links a {
    text-decoration: none;
    color: #666666;
}
#links a:hover {
    text-decoration: none;
    color: #FFCC00;
}
a.info {
    position: relative;
    PADDING-RIGHT: 3px;
    PADDING-LEFT: 1px;
    z-index: 24;
    text-decoration: none
}
a.info:hover {
    z-index: 25;
}
a.info span {
    display: none;
}
a.info:hover span {
    PADDING-top: 60px;
    PADDING-bottom: 10px;
    PADDING-left: 10px;
    PADDING-right: 10px;
    display: block;
    position: absolute;
    bottom: 12px;
    left: 0px;
    height: 300px;
    width: 500px;
    border: 1px solid #fff;
    text-align: justify;
    background: url("../../images/globelife-hair-box.jpg") no-repeat;
    background-color: #333;
    overflow-y: scroll;
}

/* area relativa al lexicon */

#lexicon {
    position: absolute;
    visibility: hidden;
    width: 400px;
    height: 300px;
    /*margin-left: 300px;*/
    top: -320px;
    background-color: #333333;
    border: 1px solid #000;
    padding: 10px;
    z-index: 100;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #ccc;
    overflow-y: auto;
    left: 35%;
}
.pages {
    color: #333333;
}
.contact {
    font-family: Verdana;
    font-size: 10px;
    color: #cccccc;
}
a.posta {
    font-family: Verdana;
    font-size: 11px;
    color: #FFFFFF;
    background-color: #FF0000;
    padding: 4px;
    margin: 0 20px;
}
a.posta:hover {
    color: #000000;
    background-color: #FFFFFF;
    transition: .5s linear all;
}
a#mail span.contact:hover {
    background-color: rgba(218, 122, 43, 0)!important;
    color: #ff0000!important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5)!important;
    font-size: 10px!important;
    transition: .5s linear all;
    -webkit-transition: .5s linear all;
    -moz-transition: .5s linear all;
}
/*
#linkToSite {
    position: fixed!important;
    width: 100px!important;
    height: 130px!important;
    top: 50%!important;
    transform: translateY(-50%);
    padding: 0!important;
    left: 0!important;
    background-color: rgba(155, 0, 0, 1)!important;
    z-index: 99999999!important;
    box-shadow: 5px 3px 10px #000;
}
*/

@media screen and (max-width:450px) {
    #linkToSite {
        width: 60px!important;
        height: 70px!important;
        top: 90%!important;
    }
/*
    p.siteLink {
        font-size: 10px!important;
        line-height: 10px!important;
        margin-top: 31px!important;
        margin: 0px;
    }
*/
    .linkToSiteInner {
        position: relative !important;
        top: 0% !important;
        width: auto !important;
        height: auto !important;
        margin-top: 0px !important;
        left: 0 !important;
    }
}

.linkToSiteInner {
    position: absolute !important;
    top: 50% !important;
    width: 96% !important;
    height: 100px !important;
    margin-top: -50px !important;
    left: 10% !important;
}
/*
.siteLink {
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif, Tahoma!important;
    text-shadow: 3px 3px 4px #000 !important;
    color: white!important;
    margin-top: 19px!important;
    font-size: 16px!important;
    line-height: 20px!important;
    text-align: left!important;
}
*/

/*top hairstylist logo*/

.wrapper_top {
    position: fixed;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 80px;
    padding: 5px;
    background-color: #000000;
    box-shadow: 0px 0px 3px rgba(0,0,0,1);
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
    -moz-transition: .3s linear all;
    border: 1px solid rgba(255,255,255,.6);
    z-index:  999999999999 !important;
}
.logo_tophairstylist {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    background-image: url(top-hairstylists-small.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
@media (max-width:450px){
    .wrapper_top {
        display: none;
    }
}


/*clicca guadagna*/

.cg {
    position: fixed;
    top: 0;
    width: 290px;
    height: 80px;
    background: darkslategray;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif!important;
    font-size: 0.9rem;
    color: white!important
}
.cg__notLogged {
    width: 250px;
}
.cg a {
    color: #edb059!important;
}
.cg-col {
    float: left;
    /*display: inline-block;*/
}
.cg-balance, .cg-logo {
    width: 80px;
    height: 80px;
    background: #edb059;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    text-align: center;
}
.cg-logo {
    width: 100px;
    background: #3e3e3e;
    padding: 5px;
}
.cg-logo img {
    width: 100%;
}

.cg-balance > p, .cg-mobile_balance {
    margin: 0 auto;
    font-size: 1.4rem;
    color: black;
}
.cg-myAccount {
    float: left;
    width: 130px;
    background: #3e3e3e;
    height: 66px;
    text-align: center;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}
span.cg-myAccount_welcome {
    margin: 0 auto;
    color: white!important
}

.cg-myAccount__login, .cg-myAccount__iscriviti {
    width: 55px;
    background: #edb059;
    cursor: pointer;
    transition: all .3s;
    font-size: 11px;
}
.cg-myAccount__iscriviti {
    background: #4c4c4c;
}
.cg-myAccount__iscriviti:hover {
    box-shadow: inset 0px 0px 10px #000;
}
.cg-myAccount__login:hover {
    box-shadow: inset 0px 0px 10px #a77a3c;
}
.cg-myAccount__login span, .cg-myAccount_link span, .cg-myAccount__iscriviti span {
    margin: 0 auto;
}
.cg-myAccount_link {
    transition: all .3s;
    -ms-transition: all .3s;
    position: absolute;
    width: 100%;
    height: 66px;
    bottom: -66px;
    left: 0;
    background: #353535;
    display: flex;
    align-items: center;
}
.cg-myAccount:hover .cg-myAccount_link, .cg-myAccount_welcome:hover .cg-myAccount_link {
    bottom: 0;
}
.u-floatLeft {
    float: left;
}
.u-border-right {
    border-right: 1px dotted darkgray;
}
.cg-btn {
    width: 40px;
    background: #353535;
    height: 66px;
    text-align: center;
    display: flex;
    align-items: center;
    transition: all .3s;
    box-sizing: border-box;
}
.cg-btn:hover {
    padding: 5px;
    box-shadow: inset 0 0 5px #000;
}
.cg-btn a {
    width: 100%;
    height: 40%;
}
.cg-btn_icon {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    align-items: center;
    display: flex;
}
.cg-btn__info em {
    display: block;
    margin: 0 auto;
}
.cg-btn__arrowRight {
    background-image: url(../../images/Arrow-right.svg);
}
.cg-btn__logout {
    background-image: url(../../images/logout-white.svg);
}
.cg-progresBar {
    width: 100%;
    background: rgb(75, 75, 75);
    height: 14px;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.74);
}
.cg-progresBar_bar {
    height: 100%;
    width: 0%;
    background: #edb059;
    box-shadow: inset 0px 0px 10px #a77a3c;
    transition: all .3s;
}
.cg.cg__notLogged .cg-myAccount, .cg.cg__notLogged .cg-btn {
    height: 80px;
}
.cg-loginForm {
    transition: all .3s;
    position: fixed;
    top: -100%;
    width: 250px;
    background: #3b3b3b;
    padding: 10px;
    box-sizing: border-box;
}
.cg-loginForm__visible {
    top: 80px;
}
.cg-loginForm_close {
    padding: 4px;
    border: 1px solid;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 8px;
    cursor: pointer;
}
.cg-loginForm input {
    box-sizing: border-box;
    width: 100%;
    border: 0;
    padding: 5px;
    border-radius: 3px;
    color: #d7d7d7 !important;
    background-color: #212121;
}
.blockInput label {
    display: block;
    margin: 10px 0px;
}
.cg-submit {
    margin-top: 10px;
    padding: 10px;
    border: 0px;
    border-radius: 3px;
    width: 100%;
    font-weight: bold;
    background: #edb059;
    font-size: 1.1rem;
    transition: all .3s;
    cursor: pointer;
}
.cg-submit:hover {
    background: #212121;
    color: #edb059!important;
}
.cg-mobile {
    display: none;
}

@media (max-width:768px){
    .cg-mobile {
        position: fixed;
        width: 70px;
        height: 70px;
        background: #edb059;
        bottom: 10px;
        right: 10px;
        border-radius: 35px;
        display: flex;
        align-items: center;
        text-align: center;
        filter: drop-shadow(0px 0px 5px #000);
    }
    .cg-mobile img {
        width: 80%;
    }
    #htmlzone {
        z-index: 2147483622000!important;
        background: transparent!important;
    }
    #htmlzone #links {
        display: none;
    }
    #htmlzone #globelife {
        width: 100%;
        text-align: center;
        display: none;
    }
    .cg {
        top: auto !important;
        bottom: -100%;
        z-index: 1000000000000000;
        transition: .5s linear all;
        -webkit-transition: .5s linear all;
        -moz-transition: .5s linear all;
    }
    .cg__visible {
        bottom: 0 !important;
        z-index: 1000000000000000 !important;
        transition: .5s linear all;
        -webkit-transition: .5s linear all;
        -moz-transition: .5s linear all;
    }
    .cg-loginForm {
        width: 100%;
        box-shadow: 0px 0px 30px 20px #000;
    }
    .cg-loginForm__visible {
        top: 0;
    }
    .cg .ui-input-text.ui-shadow-inset.ui-corner-all.ui-btn-shadow.ui-body-c {
        border: 0px;
        border-radius: 5px;
    }
    .cg .ui-submit.ui-btn.ui-btn-up-c.ui-shadow.ui-btn-corner-all {
        margin-top: 10px;
        border: 0px;
        border-radius: 3px;
        width: 100%;
        font-weight: bold;
        background: #edb059;
        font-size: 1.1rem;
        transition: all .3s;
        cursor: pointer;
        text-shadow: none;
    }
    .cg .ui-submit.ui-btn.ui-btn-up-c.ui-shadow.ui-btn-corner-all:hover {
        background: #212121;
        color: #edb059!important;
    }
}