.wiz-carousel-list:not(.slick-initialized){
    overflow: hidden;
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.wiz-carousel-list:not(.slick-initialized):after{
    content: "";
    clear: both;
    display: table;
}

.wiz-carousel-list:not(.slick-initialized) .wiz-carousel-item{
    display: block;
    float: left;
    width: 33.333333%;
    width: 16.666666%;
    height: 100%;
    margin: 0;
}

.wiz-carousel-list:not(.slick-initialized) .wiz-carousel-item:nth-of-type(1n+4) {
    display: none;
}

.wiz-carousel-list .wiz-carousel-item a{
    position: relative;
}

.wiz-carousel-list .wiz-carousel-item a span.wiz-pop{
    display: none;
}

div.wiz-pop-wrapper{
    position: relative;
}

div.wiz-row:after{
    display: table;
    content: "";
    clear: both;
}

a.wiz-pop{
    display: block;
}

div.wiz-row div[class^="wiz-col"]{
    display: block;
    float: left;
}

div.wiz-row div.wiz-col-4{
    width: 25%;
}

div.wiz-row div.wiz-col-2{
    width: 15.5%;
    border: 2px solid #eee;
    margin: 3px;
    border-radius: 3px;
}

h3.webui-popover-title{
    padding: .8em 1em;
}

.wiz-pop-wrapper
{
    position: relative;
}

.wiz-pop img{
    padding: .25em;
    transition: all .1s ease;
}

/*.wiz-pop:hover img{*/
.wiz-pop:hover{
    box-shadow: 0 0 5px #888;
}

.wiz-speech-bubble{
    filter: drop-shadow(-1px -1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.15));
    margin: 1rem;
    margin-bottom: 1rem;
    margin-bottom: 40px;
    padding: 1.5rem 2rem;
    position: relative;
    font-size: .9rem;
    line-height: 1.2;
    font-weight: 400;
    background: #EEE;
    color: #222;
}

.wiz-speech-bubble::before {
    border: 12.5px solid transparent;
        border-top-color: transparent;
        border-top-style: solid;
        border-top-width: 12.5px;
        border-bottom-color: transparent;
        border-bottom-style: solid;
        border-bottom-width: 12.5px;
    border-top: 12.5px solid #EEE;
        border-top-width: 12.5px;
    border-bottom: 0;
    height: 0;
    width: 0;
    border-top-width: 25px;
    content: '';
    display: block;
    position: absolute;
    left: 3rem;
    bottom: -25px;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(90deg) skew(-25deg) translateY(16.6666666667px);
    transform: rotate(90deg) skew(-25deg) translateY(16.6666666667px);
}

.slick-prev:before, .slick-next:before{
    color: #777;
    font-family: 'FontAwesome';
    font-size: 2.5rem;
}

.slick-prev:hover :before, .slick-next:hover :before{
    color: #222;
}

.slick-prev:before{
    content: '\f053';
}

.slick-next:before{
    content: '\f054';
}

.wiz-carousel-item-info,
.wiz-carousel-item-logo{
    display: block;
    width: 49%;
    float: left;
}

.wiz-carousel-item-info > span{
    display: block;
}

.wiz-carousel-item-info > span.title{
    font-size: 1.1em;
    font-weight: 700;
    color: #444444;
}

.wiz-carousel-item-info > span.name{
    font-style: italic;
     font-size: 0.9em;
     color: #444444;
}

.wiz-file-browser{
    overflow-x: auto;
    max-width: 100%;
}

.wiz-file-browser ul.jqueryFileTree{
    font-size: 14px!important;
    font-family: 'Roboto', sans-serif;
    line-height: 25px!important;
}

.wiz-file-browser > ul.jqueryFileTree > li{
    font-weight: bold;
}

.wiz-file-browser > ul.jqueryFileTree > li ul.jqueryFileTree > li{
    font-weight: normal;
}

div[class^='player-overlay']{
    position: absolute;
    background-color: #02517f;
    color: #FFF;
    text-align: center;
    font-size: 4em;
    line-height: 5.5em;
}
div[class^='player-overlay'] .fa { 
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -0.5em;
}


/** industria ta overwrite **/ 
body .layout_10609 .usg_vwrapper_1,
body .layout_10960 .usg_vwrapper_1{
    padding: 0!important;
}

body .layout_10609 .usg_vwrapper_1 > h2,
body .layout_10960 .usg_vwrapper_1 > h2{
    width: 100%;
}

body .layout_10609 .usg_vwrapper_1 > h2 > a,
body .layout_10960 .usg_vwrapper_1 > h2 > a{
    display: block;
    width: 100%;
    padding: 5rem 8% 1.5rem 8% !important;
}


body .layout_10960 .usg_post_taxonomy_1{
    margin-bottom: -4.5rem;
    margin-left: 8%;
}


@media screen and (max-width: 1200px){
    div.wiz-row div.wiz-col-2{
        width: 32.5%;
    }
}

@media screen and (max-width: 800px){
    div.wiz-row div.wiz-col-2{
        width: 47.5%;
    }
}

@media screen and (max-width: 768px){
    #tidio-chat-iframe{
        bottom: 24.5%!important;
    }
}