/*
    Css Dedicato all Widget di Escort4You
*/
#escort4you-widget-loader {
    position: absolute; 
    z-index: 10; 
    width: 100%; 
    height: 100%;     
    background-color: #fafafa;
}
#escort4you-widget-loader-int {
    position: absolute;
    top: 40%;

}
#escort4you-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+ */
}
#escort4you-widget nav {
    height: 40px;
    padding: 0px 40px;
    box-sizing: border-box;
    position: relative;
}
.e4y-widget-arrows {
    position: absolute;
    top: 0px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    background-color: #214582;
    color: white;
    cursor: pointer;
}
#e4y-widget-arrows-left {
    left: 0px;
    right: auto;
}
#e4y-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);
}
#e4y-widget-nav {
    width: 100%;
    display: block;
    float: left;
    height: 40px;
    position: relative;    
    z-index: 1;
}
#e4y-widget-nav li {
    width: 25%;
    display: block; 
    float: left;
    height: 40px;
    -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);
}
#e4y-widget-nav li a {
    padding: 0px 20px;
    box-sizing: border-box;
    display: block;
    float: left;
    width: 100%;
    height: 40px;    
    line-height: 40px;
    text-align: left;
    color: white;
    font-weight: bold;
    background-color: #f0047f;
}
#e4y-widget-nav li .sel {
    background-color: #214582;
}
.e4y-card {
    width: 33.333333%;
    height: 200px;
}
.e4y-card-placeholder {
    width: 100% !important;
    height: 200px;
    background: -moz-linear-gradient(top, rgba(240,4,127,0) 0%, rgba(240,4,127,0.1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(240,4,127,0) 0%,rgba(240,4,127,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(240,4,127,0) 0%,rgba(240,4,127,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0047f', endColorstr='#1af0047f',GradientType=0 ); /* IE6-9 */
}
.e4y-card-img {
    width: 50%;
    float: left;
    height: 200px;
    background-position: center top;
}
.e4y-card-placeholder .e4y-card-img {
    width: calc(100% / 6);
}
.e4y-card-text {
    width: 50%;
    float: right;
    height: 200px;
    background: -moz-linear-gradient(top, rgba(240,4,127,0) 0%, rgba(240,4,127,0.1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(240,4,127,0) 0%,rgba(240,4,127,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(240,4,127,0) 0%,rgba(240,4,127,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0047f', endColorstr='#1af0047f',GradientType=0 ); /* IE6-9 */
    padding: 10px 10px 45px 10px;
    box-sizing: border-box;
    position: relative;    
    font-size: 12px;
    line-height: 17px;
}
.e4y-card-placeholder .e4y-card-text {
    width: calc(100% * 5 / 6);
    background: transparent;
    filter: none;
}
.e4y-card-lnk {
    display: block;
    float: left;
    width: calc(100% - 20px);
    position: absolute;
    left: 10px;
    height: 25px;
    line-height: 27px;
    font-size: 12px;
    font-weight: 900;
    text-align: center;    
    bottom: 10px;
    border-radius: 10px;
    background-color: #ff8000;
    color: white;
}
.e4y-card-placeholder .e4y-card-lnk {
    max-width: 110px;
}
#escort4you-widget-main {
    overflow: hidden;
    height: 200px;
}
.e4y-category-selector {
    cursor: pointer;
}
@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;
    }
    .e4y-card-lnk:hover {
        background-color: #214582;
        color: white;
    }
}
@media only screen and (min-width:768px) and (max-width:1023px) {
    .e4y-card {
        width: 50%;
    }
    .e4y-card-placeholder .e4y-card-img {
        width: calc(100% / 4);
    }
    .e4y-card-placeholder .e4y-card-text {
        width: calc(100% * 3 / 4);
    }
}
@media only screen and (min-width:320px) and (max-width:767px) {
    .e4y-card {
        width: 100%;
    }
    .e4y-widget-arrows {            
        width: 20px;    
        font-size: 12px;        
    }
    #escort4you-widget nav {    
        padding: 0px 20px;
    }
    #e4y-widget-nav li a {
        padding: 0px 7.5px;
        font-size: 12px;
    }
    .e4y-card-placeholder .e4y-card-img {
        width: calc(100% / 2);
    }
    .e4y-card-placeholder .e4y-card-text {
        width: calc(100% / 2);
    }
}
