/*
    Css Dedicato all Widget di Escort4You
*/
#escortadvisor-widget-loader {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
}
#escortadvisor-widget-loader-int {
    position: absolute;
    top: 40%;
}
#escortadvisor-banner {
    height: 50px;
    background-color: #F2F2F2;
    border-radius: 3px;
    margin-bottom: 5px;
}
#escortadvisor-banner-logo-cont {
    display: block;
    float: left;
    width: 50%;
    line-height: 50px;
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: 14px;
    font-style: italic;
}
#escortadvisor-banner-text {
    display: block;
    float: right;
    width: 50%;
    line-height: 50px;
    text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
    font-family: 'Open Sans';
    font-style: italic;
    color: black;
    font-size:14px;
    font-weight: 300;
}
#escortadvisor-widget {
    width: 100%;
    min-height: 240px;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

.ea-widget-arrows {
    position: absolute;
/*     bottom: calc(( (100% - 55px) / 2) - 12.5px); */
    bottom: calc(50% - 35px);
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 15px;
    background-color: #f2f2f2;
    color: white;
    cursor: pointer;
    color: #f00f88;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
#ea-widget-arrows-left {
    left: 0px;
    right: auto;
    z-index: 2;
    display: none;
}
#ea-widget-arrows-right {
    left: auto;
    right: 0px;
    z-index: 2;
/*    -webkit-box-shadow: -5px 0px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: -5px 0px 10px 0px rgba(0,0,0,0.25);
    box-shadow: -5px 0px 10px 0px rgba(0,0,0,0.25);*/
}

/* 1024 */
.ea-card {
    width: calc((100% - 25px) / 6);
    margin-right: 5px;
    background-color: #F2F2F2;
    border-radius: 3px;
    padding: 5px;
    box-sizing: border-box;
}
.ea-card:nth-child(6n) {
    margin-right: 0px;
}
.ea-desktop-short .ea-card {
    width: calc((100% - 15px) / 4);
}
.ea-desktop-short .ea-card:nth-child(6n) {
    margin-right: 5px;
}
.ea-desktop-short .ea-card:nth-child(4n) {
    margin-right: 0px;
}
.ea-card-placeholder {
    width: 100% !important;
    height: 200px;
}
.ea-card-img-cont {
    margin-bottom: 5px;
    position: relative;
}
.ea-card-img-cont img {
    width: 100%;
}

.ea-card-text {
    width: 100%;
    position: relative;
}
.ea-card-text p,
.ea-card-text h5 {
    font-size: 12px;
    line-height: 15px;
    font-family: 'Open Sans';
    color: black;
}
.ea-evaluation {
    margin: 5px 0px;
}
.ea-evaluation svg {
    width: 15px;
}
.ea-card-action {
    position: absolute;
    bottom: 0px;
    height: 20px;
    line-height: 22px;
    width: 60px;
    bottom: 10px;
    left: calc(50% - 30px);
    border-radius: 3px;
    display: block;
    float: left;
    background-color: #f00f88;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    color: white;
    letter-spacing: 1px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
#escortadvisor-widget-main {
    overflow-x: hidden;
    margin-top: 5px;
}
.escortadvisor-banner-select {
    width: calc((100% - 5px) / 2);
    display: block;
    padding: 0px 20px 0px 10px;
    box-sizing: border-box;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
}
@media only screen and (min-width:1025px) and (max-width:10000px) {
/*    #e4y-widget-nav li a:hover {
        background-color: #ff8000;
    }
    #e4y-widget-nav li .sel:hover {
        background-color: #214582;
    }
    .e4y-widget-arrows:hover {
        background-color: #214582;
        color: #ff8000;
    }*/
    .ea-card-action:hover {
        background-color: #cc0e7b;
        color: white;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .ea-widget-arrows:hover {
        background-color: #fff;
        color: #f00f88;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
}
@media only screen and (min-width:768px) and (max-width:1023px) {
    .ea-card {
        width: calc((100% - 15px) / 4);
        margin-right: 5px;
        background-color: #F2F2F2;
        border-radius: 3px;
        padding: 5px;
        box-sizing: border-box;
    }
    .ea-card:nth-child(6n) {
        margin-right: 5px;
    }
    .ea-card:nth-child(4n) {
        margin-right: 0px;
    }
    .ea-tablet-short .ea-card {
        width: calc((100% - 10px) / 3);
    }
    .ea-tablet-short .ea-card:nth-child(6n) {
        margin-right: 5px;
    }
    .ea-tablet-short .ea-card:nth-child(3n) {
        margin-right: 0px;
    }
}
@media only screen and (min-width:320px) and (max-width:767px) {
    .ea-card {
        width: calc((100% - 5px) / 2);
        margin-right: 5px;
        background-color: #F2F2F2;
        border-radius: 3px;
        padding: 5px;
        box-sizing: border-box;
    }
    .ea-card:nth-child(odd) {
        margin-right: 5px;
    }
    .ea-card:nth-child(even) {
        margin-right: 0px;
    }
    #escortadvisor-banner {
        height: 75px;
    }
    #escortadvisor-banner-logo-cont {
        width: 100%;
        text-align: center;
        padding-right: 0px;
    }
    #escortadvisor-banner-text {
        display: block;
        float: left;
        width: 100%;
        line-height: 25px;
        padding-left: 0px;
        text-align: center;
    }
}
