
div.vc_newsletters_subscription_fixed {
    width: 95%;
    position: relative;
    z-index: 999;
    flex-direction: column;
    align-items: center;
    padding: 0;
    border: 2px solid #68ac2f;
    padding: 5px 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 8%);
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.10);
    display: flex;
    margin: 25px auto 15px auto;
}

div.vc_newsletters_subscription_fixed br {
    display: none;
}
.vc_newsletters_subscription_fixed.success {
    background-color: #fff;
    min-height: 110px;
    padding-top: 30px;
    font-size: 21px;
    font-weight: 600;
    color: #68ac2f;
}
.vc_newsletters_subscription_fixed.error {
    float:left;
    width:100%;
    text-align:center;
    /*background-color: lightgray;*/
    /*min-height: 120px;*/
}
.vc_newsletters_subscription_fixed img.vc_newsletters_subscription {
    float: left;
    clear: left;
    width: auto;
    height: 50px;
    margin-right: 0;
}
.vc_newsletters_subscription_fixed name.vc_newsletters_subscription {
    font-weight: bold;
    font-size: 17px;
    line-height: 22px;
    width: calc(100% - 70px);
    float: left;
    display:none;
}
.vc_newsletters_subscription_fixed description.vc_newsletters_subscription {
    font-size: 15px;
    line-height: 17px;
    width: calc(100% - 70px);
    float: left;
}
.vc_newsletters_subscription_fixed .vc_newsletters_subscription.email.input {
    min-width: calc(100% - 70px);
    font-size: 14px;
    padding: 2px 10px;
    color: #808080;
    border-radius: 0px !important;
    border: 1px solid #ccc;
    background: transparent;
}
.vc_newsletters_subscription_fixed.email.error {
    color: #000;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    margin-top: 3px;
}

.vc_newsletters_subscription_fixed.message {
    text-align: center;
    float: left;
    clear: left;
    width: 100%;
    color: #68ac2f;
    padding: 11px 0 5px 0;
    font-weight: 600;
    font-size: 19.5px;
    order: 1;
}

.vc_newsletters_subscription_fixed.submessage {
    float: left;
    clear: left;
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    order: 2;
    color: #212121;
}

.vc_newsletters_subscription_fixed.list {
    float: left;
    clear: left;
    width: 100%;
    padding: 0 15px;
    display: block;
    order: 3;
    margin: 10px 0;
}

.vc_newsletters_subscription_fixed.list tbody {
    float: left;
    clear: left;
    width: 100%;
    /*display: flex;
    flex-direction: row;*/
}

.vc_newsletters_subscription_fixed.list input {
    margin-right: 10px;
}

.vc_newsletters_subscription_fixed .vc_newsletters_subscription.newsletter {
    float: left;
    clear: left;
    padding: 5px 0px 0 0;
    margin: 0;

    /* display: flex; */
    /* text-align: center; */
    /* flex-direction: row; */
    /* align-items: center; */
    /* flex-wrap: wrap; */
}

.vc_newsletters_subscription_fixed.list tr {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 0px;
}

button.close {
    /* align-self: flex-end; */
    right: 10px;
    top: 15px;
    position: absolute;
    color: #212121;
    text-shadow: none !important;
    opacity: 0.5;
    font-weight: 900;
    font-size: 14px;
}

.vc_newsletters_subscription_fixed.campo_form_text {
    float: left;
    clear: left;
    width: 100%;
    text-align: center;
    padding: 0px 50px 20px 50px;
    order: 4;
}

.vc_newsletters_subscription_fixed.campo_form_text label {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    margin-right: 10px;
    color: #212121;
}

.vc_newsletters_subscription_fixed .button-container {
    float: left;
    clear: left;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    order: 5;
}


.vc_newsletters_subscription_fixed .vc_newsletters_subscription.button {
    float: left;
    clear: left;
    width: auto;
    margin: 0px 0 10px 0;
    padding: 4px 25px;
    text-transform: uppercase;
    background: #68ac2f;
    border: 1px solid #68ac2f;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    order:5;
}

.vc_newsletters_subscription_fixed .vc_newsletters_subscription.button.second {
    opacity: 0.8;
}

.vc_newsletters_subscription_fixed .vc_newsletters_subscription.button:hover {
    background: #fff;
    color: #68ac2f;
    opacity:1;
}
/*---vc_tag_button_article*/
.vc_tag_button_article {
    /*width: 100%;
    float: left;
    clear: left;
    padding: 10px 30px;
    border: 2px solid #ccc;
    height: 90px;*/
    width: 100%;
    float: left;
    clear: left;
    padding: 10px 30px;
    border: 2px solid #ccc;
    height: auto;
    min-height: 100px;
    display: flex;
    align-items: center;
}

.vc_tag_button_article.vc_first {
    background-image: url(/images/GR-ball.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 55px;
}

.vc_tag_button_article.vc_second {
    background-image: url(/images/GR-logo-small.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 55px;
}

.vc_tag_button_article .occhiello {
    padding: 0px 0px 0px 20px;
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    line-height: 1.3em;
    font-weight: normal;
    font-size: 1em;
    /* background: #68ac2f; */
}
.vc_tag_button_article .box {
    padding: 0 0 0 50px;
    margin: 0;
    text-align: center;
    float: left;
    width: 100%;
    /* display: table; */
    font-weight: normal;
    font-size: 0px;
}
.vc_tag_button_article .box p {
    text-transform:uppercase;
    float:left;
    clear: left;
    width: 100%;
}
.vc_tag_button_article .box p a {
    display: inline-table;
    text-decoration: none;
    text-transform: uppercase;
    /* color: #9a9a9a; */
    font-weight: 600;
    font-size: 23px;
    line-height: 27px;
    float: left;
    clear: left;
    width: 100%;
    /* margin-right: 30px; */
    display:none;
}
.vc_tag_button_article.vc_first .box p a:first-child,
.vc_tag_button_article.vc_second .box p a:nth-child(2) {
    display:block;
}

.vc_tag_button_article .box p a:hover {
    text-decoration:underline;
}

.vc_tag_button_article .box p a:after {
    content: "\e649";
    font-family: "themify" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #68ac2f;
    font-size: 25px;
    line-height: 30px;
    float: right;
    /* padding-right: 10px; */
}

.vc_textedit_title_box {
    margin: 0 0 25px 0;
    padding: 0;
    float: left;
    clear: left;
    width: 100%;
    font-size: 1em;
    line-height: 1.35em;
    z-index: 9;
    color: #fff;
    font-weight: 600;
    border-bottom: 2px solid #68ac2f;
}

.vc_textedit_title_box .text {
    float: left;
    background: #68ac2f;
    padding: 0px 10px;
}
.vc_textedit_title_box.vc_black {
    border-bottom: 2px solid #000;
}
.vc_textedit_title_box.vc_black .text {
    background: #000;
}

.vc_textedit_title_box .text a {
    color:inherit;
}

.vc_textedit_title_box .key_text_edit {
    background:#dcdcdc;
    min-height:30px;
    width:100%;
    float:left;
    clear:left;
}
.vc_article_multimedia {
    float: left;
    clear: left;
    width: 100%;
}
.vc_article_multimedia .multimedia {
    margin: 0;
    float: left;
    clear: left;
    width: 100%;
    border-bottom: 1px solid #EDEDED;
}
.vc_article_multimedia.vc_live_match .multimedia {
    border-bottom: 0px solid #EDEDED;
}
.vc_article_multimedia .multimedia.audio img {
    width: 100%;
    float: left;
    clear: left;
}
.vc_article_multimedia .multimedia.audio .vc_flowplayer {
    width: 100% !important;
    float: left;
    clear: left;
    padding: 0 !important;
}
.vc_article_multimedia .foto_articolo .didascalia {
    position: relative;
    float: left;
    clear: left;
    width: 100%;
    background-color: #f1f1f1;
    padding: 10px;
    color: #212121;
    font-size: 0.8em;
    font-weight: normal;
    font-style: italic;
}
/*.vc_article_multimedia .foto_articolo .didascalia:before {
    content: "\f03e";
    font-family: FontAwesome;
    font-weight: 100;
    margin-right: 10px;
    font-size: 11px;
}*/
.vc_article_multimedia .foto_articolo {
    float: left;
    clear: left;
    width: 100%;
    position: relative;
}
.vc_article_multimedia .foto_articolo img {
    margin: 0 auto;
    width: 100%;
    float: left;
    clear: left;
    height: auto;
}
/*body.background .vc_article_multimedia .foto_articolo img {
    width: auto;
    height: 100%;
}*/
.vc_article_multimedia_2_column .foto_articolo img {
    position: relative;
}
/*gallery content*/
.vc_article_multimedia .multimedia.gallery {
    margin: 0;
	position:relative;
}
.vc_article_multimedia .multimedia.gallery .bx-wrapper,
.vc_article_multimedia .multimedia.gallery .bx-wrapper .bx-window,
.vc_article_multimedia .multimedia.gallery .bx-wrapper .bx-viewport {
    margin:0px;
    padding:0px;
    width:100%;
    float:left;
    clear:left;
    position:relative;
}
.vc_article_multimedia .multimedia.gallery .bx-wrapper .bx-viewport {
    background: #d8d8d8;
}
.vc_article_multimedia .multimedia.gallery ul.galleria_espanso {
    width:100%;
    float:left;
    clear:left;
}
.vc_article_multimedia .multimedia.gallery ul.galleria_espanso li {
    padding:0px;
    width:100%;
    position:relative;
    text-align:center;
}
.vc_article_multimedia .multimedia.gallery ul.galleria_espanso li img {
    margin: 0 auto;
    padding: 0px;
    height: auto;
    float: none;
    clear: left;
    width: auto;
    max-height: 600px;
    display: table;
}
.vc_article_multimedia .multimedia.gallery ul.galleria_espanso li .bx-caption {
    padding: 10px 0px;
    width: 100%;
    float: left;
    font-size: .78em;
    line-height: 1em;
    text-align: center;
    z-index: 1;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    background: #fff;
}
.vc_article_multimedia .multimedia.gallery ul.galleria_espanso li .bx-caption .vc_title {
    font-weight: bold;
    padding: 0 0 5px 0;
    display: inline-block;
}

/*video content*/
.vc_article_multimedia .multimedia.video {
    margin: 0;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%;
    float: left;
    clear: left;
    min-height: 420px;
}
.vc_article_multimedia .multimedia.video img {
    text-align: center;
    width: 100%;
    height: auto;
    max-height: 370px;
    overflow: hidden;
}
.vc_article_multimedia .multimedia.video iframe {
    max-width: 100%;
    width:100%;
    float: left;
    clear: left;
    height:auto;
    min-height: 420px;
}
.vc_article_multimedia_full .multimedia.video iframe,
.vc_article_multimedia_full .multimedia.video object,
.vc_article_multimedia_full .multimedia.video embed { /*Only for layout RMC - Article Full*/
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.vc_article_multimedia_2_column .multimedia.video iframe { /*Only for layout RMC - Article 2 column*/
    width: 100%;
}
.vc_article_multimedia_2_column .multimedia.video a { /*Only for layout RMC - Article 2 column*/
    width: 100% !important;
}
.vc_article_multimedia .multimedia.video video {
    width:100% !important;
    height:auto !important;
}
.vc_article_multimedia .multimedia.video #player_mobile{
    width:100% !important;
    /*height:auto !important;*/
    height:100% !important;
	padding-bottom: 56.25%; /* 16:9 */
	z-index: 111;
}
.vc_article_multimedia .multimedia.video #player_mobile_html5_api{
    width:100% !important;
    height:100% !important;
    /*height: auto !important;*/
}
.vc_article_multimedia .multimedia.video #content-player-video {
    width: 100% !important;
    height: auto !important;
    /*height: 100%;*/
    position: relative;
}
/*flowplayer video*/
.vc_article_multimedia .multimedia.video #content-player-video.flowplayer {
    height: 0 !important;
    padding-top: 56.25%;
}
.vc_article_multimedia .multimedia.video #content-player-video.flowplayer .fp-ratio {
    padding-top: 0 !important;
}
.vc_article_multimedia .multimedia.video #content-player-video.flowplayer .fp-player {
    height: 0;
    padding-top: 56.25%;
}
.vc_article_multimedia .multimedia.video .twitter-tweet {
    margin: 0 auto;
}


/*controls slider*/
.vc_article_multimedia .multimedia .bx-controls .bx-pager {
    float: left;
    position: absolute;
    left: 15px;
    top: 10px;
    color: #fff;
    display:none;
}
.vc_article_multimedia .multimedia .bx-controls .bx-controls-direction {
    margin:0px;
    padding:0px;
    width:100%;
    height:100%;
    float:left;
    clear:left;
}
.vc_article_multimedia .multimedia .bx-controls .bx-controls-direction .bx-prev {
    margin:0px 5px;
    padding:0px;
    width:25%;
    height:100%;
    float:left;
    text-indent:-9999px;
    outline:0;
    position:absolute;
    top:0px;
    left:-5px;
}
.vc_article_multimedia .multimedia .bx-controls .bx-controls-direction .bx-next {
    margin:0px;
    padding:0px;
    width:25%;
    height:100%;
    float:left;
    text-indent:-9999px;
    outline:0;
    position:absolute;
    top:0px;
    right:0px;
}
.vc_article_multimedia .multimedia .bx-controls .bx-controls-direction .bx-prev:after,
.vc_article_multimedia .multimedia .bx-controls .bx-controls-direction .bx-next:after {
    content: " ";
    font-size: 0px;
    bottom: calc(50% - 20px);
    width: 30px;
    height: 40px;
    position: absolute;
}
.vc_article_multimedia .multimedia .bx-controls .bx-controls-direction .bx-prev:after {
    background: url(../images/RMC_arrow_left.png) no-repeat center center;
    background-color: rgba(0,0,0,0.5);
    background-size: 8px;
    left: 0px;
}
.vc_article_multimedia .multimedia .bx-controls .bx-controls-direction .bx-next:after {
    background: url(../images/RMC_arrow_right.png) no-repeat center center;
    background-color: rgba(0,0,0,0.5);
    background-size: 8px;
    right: 0px;
}

/*---player audio---*/


.vc_article_multimedia .multimedia.audio .player-container {
    float:left;
    clear:left;
    width:100%;
    background-color: transparent !important;
    text-align: center;
    display: flex;
    justify-content: center;
}
.vc_article_multimedia .multimedia.audio .player-container .mejs__mediaelement {
    width: 160px;
}

.vc_article_multimedia .multimedia.audio .player-container .program-container {
    float: right;
    width: auto;
    margin:0;
}
.vc_article_multimedia .multimedia.audio .player-container .program-container .program-img {
    float: left;
    clear: left;
    width: 100%;
    height:100px;
}
.vc_article_multimedia .multimedia.audio .player-container .program-container .program-img img {
    width: 179px;
    height:100px;
    position: relative;
}
.vc_article_multimedia .multimedia.audio .player-container .program-time {
    width: auto;
    display: table;
    font-weight: 300;
    font-size: 0.875em;
    color: #001021;
    line-height: 1.429;
    text-align: left;
    margin: 0 0 5px 0;
    display:none;
}
.vc_article_multimedia .multimedia.audio .player-container .program-name {
    font-size: 27px;
    color: #000000;
    letter-spacing: -0.2px;
    line-height: 1em;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
    display: table;
    width: auto;
    margin: 0 0 3px 0;
    display:none;
}
.vc_article_multimedia .multimedia.audio .player-container .program-dj {
    font-size: 0.875em;
    color: #001021;
    line-height: 1.571em;
    text-align: left;
    width: auto;
    display: table;
    display:none;
}
.vc_article_multimedia .multimedia.audio .player-container .meta-infos {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -120px;
    width: calc(100% - 219px);
    float: right;
    text-align: right;
    display:none;
}
.vc_article_multimedia .multimedia.audio .player-container .meta-infos:before {
    font-family: "Source Serif Pro", serif;
    content: "On air:";
    font-size: 17px;
    line-height:22px;
    text-align: right;
    text-transform: uppercase;
    font-weight: bold;
    width: auto;
}

.vc_article_multimedia .multimedia.audio .player-container .meta-infos img {
    float: left;
    width: 60px;
    display: none;
}
.vc_article_multimedia .multimedia.audio .player-container .meta-infos .textual {
    float: right;
    text-align: right;
    width: 100%;
    margin: 15px 0 0 0;
    padding: 0 10px 0 0;
    border-right: 1px solid #000;
}
.vc_article_multimedia .multimedia.audio .player-container .meta-infos .textual .label {
    display:none;
}
.vc_article_multimedia .multimedia.audio .player-container .meta-infos .textual div {
    clear: left;
    width: 100% !important;
    text-align:right;
    font-size: inherit;
    padding: 0;
    border-bottom: 0px;
}
.vc_article_multimedia .multimedia.audio .player-container .meta-infos .textual .title .value {
    width: auto;
    padding: 0;
    text-align: right;
    display: inline-block;
}
.vc_article_multimedia .multimedia.audio .player-container .meta-infos .textual .title span.value:first-letter {
    text-transform: uppercase;
}
.vc_article_multimedia .multimedia.audio .player-container .meta-infos .textual .artist {
    margin:0;
}
.vc_article_multimedia .multimedia.audio .player-container .meta-infos .textual .artist .value {
    width: auto;
    padding: 0;
    font-weight: bold;
}
.vc_article_multimedia .multimedia.audio .player-container .meta-infos .textual .artist span.value:first-letter {
    text-transform: uppercase;
}
.vc_article_multimedia .multimedia.audio .player-container .meta-infos .textual .album,
.vc_article_multimedia .multimedia.audio .player-container .meta-infos .textual .year,
.vc_article_multimedia .multimedia.audio .player-container .meta-infos .textual .label,
.vc_article_multimedia .multimedia.audio .player-container .meta-infos .textual .value {
    color: #000;
    padding:0 !important;
    width:100% !important;
    font-size: 17px;
    line-height: 22px;
    font-family: "Source Sans Pro", sans-serif;
    text-align: right;
}

.vc_article_multimedia .multimedia.audio .player-container .meta-infos .textual .album,
.vc_article_multimedia .multimedia.audio .player-container .meta-infos .textual .year{
    display:none;
}

.vc_article_multimedia .multimedia.audio .mejs__container {
    float: left;
    clear: left;
    background: transparent !important;
    margin: 20px 0;
    width: 100% !important;
    height: 40px !important;
}
.vc_article_multimedia .multimedia.audio .mejs__container .mejs__controls {
    padding: 0;
    height: 40px !important;
    background: transparent !important;
    width: 100% !important;
    display: flex;
}
.vc_article_multimedia .multimedia.audio .mejs__container .mejs__controls .mejs__playpause-button{
    width: 40px !important;
    height:40px !important;
    order: -1;
}
.vc_article_multimedia .multimedia.audio .mejs__container .mejs__controls .mejs__playpause-button button{
    width: 40px;
    height:40px;
}
.vc_article_multimedia .multimedia.audio .mejs__container .mejs__controls div{
}

.vc_article_multimedia .multimedia.audio .mejs__controls .mejs__button button{
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    margin: 0 !important;
    padding: 0;
    position: absolute;
    height: 40px !important;
    width: 40px !important;
    border: 0;
    background: transparent !important;
    z-index: 2;   
}
.vc_article_multimedia .multimedia.audio .mejs__button.mejs__playpause-button.mejs__play:after {
    background-image: url(../../images/RMC-icon_play.png);
    background-size: 40px 40px;
    display: inline-block;
    width: 40px; 
    height: 40px;
    content:"";
    position: absolute;
    top: 0;
    border:0px;
}

.vc_article_multimedia .multimedia.audio .mejs__button.mejs__playpause-button.mejs__pause:after {
    background-image: url(../../images/RMC-icon_pause.png);
    background-size: 40px 40px;
    display: inline-block;
    width: 40px !important; 
    height: 40px;
    content:"";
    position: absolute;
    top: 0;
    border:0px;
}

.vc_article_multimedia .multimedia.audio .mejs__container .mejs__controls .mejs__time {
    padding: 0 6px 0 0;
    color: #4d4d4d;
    font-family: "Source Sans Pro", sans-serif;
    letter-spacing: 0.08px;
    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
    height: auto;
}
.vc_article_multimedia .multimedia.audio .mejs__controls div.mejs__time-rail {
    margin: 0 12px;
    width: 290px !important;
    padding-top: 0;
}
.vc_article_multimedia .multimedia.audio .mejs__controls div.mejs__time-rail .mejs__time-total {
    margin: 19px 0 0 0;
    background: #dbdbdb;
    height: 2px;
}
.vc_article_multimedia .multimedia.audio .mejs__controls div.mejs__time-rail .mejs__time-total .mejs__time-handle-content {
    border-color: hsl(215, 61%, 18%);
    background: hsl(215, 61%, 18%);
    top: -8px;
}
.vc_article_multimedia .multimedia.audio .mejs__container .mejs__controls .mejs__currenttime-container {
    padding: 0 0 0 40px;
}

.vc_article_multimedia .multimedia.audio .mejs__button.mejs__volume-button {
    width: 37px !important;
    height:40px;
    margin-left: 24px !important;
    order: -1;
}

.vc_article_multimedia .multimedia.audio .mejs__button.mejs__volume-button.mejs__mute:after {
    text-align: left;
    color: #fff;
    z-index: 1;
    margin: 9px 0 0 0;
    padding: 0;
    float: left;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    content: url(../images/RMC-icon_mute.png)
}

.vc_article_multimedia .multimedia.audio .mejs__button.mejs__volume-button.mejs__unmute:after {
    text-align: left;
    color: #fff;
    z-index: 1;
    margin: 9px 0 0 0;
    padding: 0;
    float: left;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    content: url(../images/RMC-icon_unmute.png);
}


.vc_article_multimedia .multimedia.audio .mejs__controls a.mejs__horizontal-volume-slider{
    width:62px;
    order: -1;
}
.vc_article_multimedia .multimedia.audio .mejs__controls .mejs__horizontal-volume-slider .mejs__horizontal-volume-total {
    background: #DBDBDB !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    margin-left:0 !important;
    width:62px;
    height:2px !important;
    top: 19px;
}
.vc_article_multimedia .multimedia.audio .mejs__controls .mejs__horizontal-volume-slider .mejs__horizontal-volume-current{
    background: #13294B !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    margin-left:0 !important;
    height:2px !important;
}


@media (max-width:1024px) and (min-width:768px) {

}

.flowplayer{
    overflow:visible !important;
}
/*-- Article Match --*/
.vc_container_article_match{    
    float:left;
    clear:left;
    width:100%;
    margin-bottom:20px;
    border: 1px solid rgb(99, 177, 66);
    display: flex;
    flex-direction: column;
}
.vc_match_details {
    color: #fff;
    float: left;
    width: 100%;
    background: #63b142;
    text-align: center;
    text-transform: uppercase;
    line-height: 13px;
    font-size:16px;
    padding: 4px;
}
.vc_match_details .vc_match_week sup{
    text-transform:lowercase;
    font-size:12px;
}
.vc_match_details .vc_match_date{
    font-size:15px;
}
.vc_container_scores{
    float: left;
    clear: left;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #fff;
    padding: 10px 0;
    margin: 0 auto;
}
.vc_container_team_home {
    float: left;
    clear: left;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    height:80px;
}

.vc_container_team_visitor {
    float: left;
    clear: left;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    height:80px;
}

.vc_container_scores .vc_home,
.vc_container_scores .vc_visitor{
    float: left;
    clear: left;
    width: calc(50% - 15px);
    font-size: 35px;
}

.vc_container_scores .vc_home .vc_team,
.vc_container_scores .vc_visitor .vc_team{
    float: left;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.vc_container_scores .vc_home img{
    margin: 0 0 0 30px;
    max-width: 60px;
    order:2;
}
.vc_container_scores .vc_visitor img{
    margin: 0 30px 0 0;
    max-width: 60px;
}
.vc_container_scores .vc_visitor .vc_team_name{
    order:2;
}
.vc_container_scores .vc_score{
    width: 30%;
    text-align: center;
    font-size: 55px;
    font-weight: bold;
    color: #63b142;
}
.vc_container_scores .vc_home .vc_score {
    margin: 0 50px;
    font-size: 50px;
    color: #68ac2f;
}

.vc_container_scores .vc_visitor .vc_score {
    margin: 0 50px;
    color: #68ac2f;
    font-size: 50px;
}

@media only screen and (max-width: 768px){
    .vc_container_scores .vc_home,
    .vc_container_scores .vc_visitor {
        width: 28%;
    }

    .vc_container_scores .vc_container_timer{
        width:35%;
    }

    .vc_container_scores .vc_home .vc_team,
    .vc_container_scores .vc_visitor .vc_team{
        text-align:center;
    }
    .vc_container_scores .vc_visitor .vc_score{
        margin-right: 20px;
    }
    .vc_container_scores .vc_home img,
    .vc_container_scores .vc_visitor img{
        margin:0;
    }

}
/*---spacer*/
.spacer {
    width:100%;
    height:0px;
    float:left;
    clear:left;
    font-size:0px;
    line-height:0px;
}
.spacer.t_5 {
    margin-top:5px;
}
.spacer.t_10 {
    margin-top:10px;
}
.spacer.t_15 {
    margin-top:15px;
}
.spacer.t_20 {
    margin-top:20px;   
}
.spacer.t_25 {
    margin-top:25px;   
}
.spacer.t_30 {
    margin-top:30px;   
}
.spacer.t_35 {
    margin-top:35px;   
}
.spacer.t_40 {
    margin-top:40px;   
}
.spacer.t_45 {
    margin-top:45px;   
}
.spacer.t_50 {
    margin-top:50px;   
}
.spacer.t_55 {
    margin-top:55px;   
}
.spacer.t_60 {
    margin-top:60px;   
}
.spacer.t_65 {
    margin-top:65px;   
}
.spacer.t_70 {
    margin-top:70px;   
}
.spacer.t_75 {
    margin-top:75px;   
}
.spacer.t_80 {
    margin-top:80px;   
}
.spacer.t_85 {
    margin-top:85px;   
}
.spacer.t_90 {
    margin-top:90px;   
}
.spacer.t_95 {
    margin-top:95px;   
}
.spacer.t_100 {
    margin-top:100px;   
}
/*vc_article_header*/
.vc_article_header {
    margin:0;
    padding:0px;
    float: left;
    clear: none;
    width:100%;
    border-bottom:1px solid #ccc;
}

.vc_article_header.vc_article_text {
    width: 100%;
}
.vc_article_header .titolo_articolo{
    float:left;
    clear:left;
    width:100%;
    margin-bottom: 15px;
}
.vc_article_header .occhiello_articolo {
    float:left;
    clear:left;
    margin-bottom: 10px;
    padding: 1px 10px;
}
.vc_article_header .sottotitolo_articolo {
    float:left;
    clear:left;
    width:100%;
    margin-bottom: 15px;
}
.vc_article_header .sommario_articolo {
    float: left;
    clear: left;
    width: 100%;
    margin-bottom: 15px;
}

.vc_article_header em {
    font-style:italic;
}

/*testo resize*/
.testo_resize {
    margin:0;
    padding:0;
    list-style:none;
    padding: 5px;
    float:left;
    border-left: 2px solid #ccc;
}
.testo_resize li {
    margin: 5px;
    padding: 0 5px;
    float:left;
    /* background:#e8e8e8; */
}
.testo_resize li a {
    color:#999999;
    text-decoration:none;
}
.testo_resize li.small {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    /* padding-top: 10px; */
    /* padding-bottom: 9px; */
}
.testo_resize li.medium {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 19px;
    /* padding-top:7px; 
    padding-bottom:7px;*/
}
.testo_resize li.large {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 24px;
}
.testo_resize .attivo {
    background: #e9e9e9;
}
.testo_resize .attivo a {
    color:#717171;
}

/*vc_icon_service*/
.vc_box_service{
    float: left;
    clear: left;
    width: 100%;
}

.vc_box_service .vc_article_header_service {
    float: left;
    clear: left;
    padding: 13px 20px 0 0;
    width: calc(100% - 112px);
}
.vc_box_service .vc_article_header_service.vc_infinite_scroll {
    width: calc(100% - 242px);
}

.vc_box_service .vc_article_header_service.vc_single_content {
    display:none;
}

.vc_box_service .vc_article_header_service .data_articolo {
    float: left;
    text-transform: uppercase;
}

.vc_box_service .vc_article_header_service .autore_articolo,
.vc_box_service .vc_article_header_service .autore {
    float: right;
    text-transform: uppercase;
}

.vc_box_service .share{
    float:right;
    clear:none;
    text-align:right;
    width:auto;
    padding: 0;
    margin: 0;
    border-left: 1px solid #ccc;
    display: none;
}

.vc_box_service.vc_infinite_scroll .share {
    display: block;
}
.vc_box_service.vc_infinite_scroll .testo_resize {
    display: none !important;
}

.vc_box_service.vc_single_content .share,
.vc_box_service.vc_single_content .testo_resize {
    display: block;
}
.vc_box_service.vc_single_content .testo_resize {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
/*Default*/

.addthis_toolbox a {
    padding: 7px 6px 5px 6px !important;
    margin: 0 !important;
    border-right: 1px solid #ccc;
}

.addthis_toolbox.addthis_32x32_style span {
    background-color: transparent !important;
    line-height: 30px !important;
    height: 30px !important;
    width: 30px !important;
}
.addthis_toolbox.addthis_32x32_style span .at-icon {
    fill:#212121;
    width: 30px !important;
    height: 30px !important;
    text-align: center;
    /*margin: 1px 2px 1px 1px;*/
}
/*twitter*/
.addthis_toolbox.addthis_32x32_style .addthis_button_twitter span {
    border-color: rgb(29, 161, 242);
}
.addthis_toolbox.addthis_32x32_style .addthis_button_twitter span .at-icon path,
.addthis_toolbox.addthis_32x32_style .addthis_button_twitter span .at-icon {
    /*fill:rgb(29, 161, 242);*/
    fill:#212121;
}
/*google*/
.addthis_toolbox.addthis_32x32_style .addthis_button_google_plusone_share span {
    border-color: rgb(220, 78, 65);
}
.addthis_toolbox.addthis_32x32_style .addthis_button_google_plusone_share span .at-icon path,
.addthis_toolbox.addthis_32x32_style .addthis_button_google_plusone_share span .at-icon {
    /*fill:rgb(220, 78, 65);*/
    fill:#212121;
}
/*facebook*/
.addthis_toolbox.addthis_32x32_style .addthis_button_facebook span {
    border-color: rgb(59, 89, 152);
}
.addthis_toolbox.addthis_32x32_style .addthis_button_facebook span .at-icon path,
.addthis_toolbox.addthis_32x32_style .addthis_button_facebook span .at-icon {
    /*fill:rgb(59, 89, 152);*/
    fill:#212121;
}
/*print*/
.addthis_toolbox.addthis_32x32_style .addthis_button_print span {
    border-color: rgb(115, 138, 141);
}
.addthis_toolbox.addthis_32x32_style .addthis_button_print span .at-icon path,
.addthis_toolbox.addthis_32x32_style .addthis_button_print span .at-icon {
    /*fill:rgb(115, 138, 141);*/
    fill:#212121;
}
/*whatapp*/
.addthis_toolbox.addthis_32x32_style .addthis_button_whatsapp span {
    border-color: rgb(77, 194, 71);
}
.addthis_toolbox.addthis_32x32_style .addthis_button_whatsapp span .at-icon path,
.addthis_toolbox.addthis_32x32_style .addthis_button_whatsapp span .at-icon {
    /*fill:rgb(77, 194, 71);*/
    fill:#212121;
}
/*compact*/
.addthis_toolbox.addthis_32x32_style .addthis_button_compact span {
    border-color: rgb(255, 101, 80);
}
.addthis_toolbox.addthis_32x32_style .addthis_button_compact span .at-icon path,
.addthis_toolbox.addthis_32x32_style .addthis_button_compact span .at-icon {
    /*fill: rgb(255, 101, 80);*/
    fill:#212121;
}



/*---Media Queries---*/ 
@media only screen and (max-width : 1200px) {
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 892px) {
}
@media only screen and (max-width : 692px) {
}
@media only screen and (max-width : 667px) {
}
@media only screen and (max-width : 480px) {
}



/*---banner_rectangle_2_300x250*/
.banner_rectangle_2_300x250 {
    padding: 25px 0;
    width:100%;
    float:left;
    clear:left;
    text-align:center;
}
.banner_rectangle_2_300x250 img {
    margin:0 auto;
    padding:0px;
    max-width:100%;
    border:0px;
    display:table;
}
.vc_cont_box_classifiche {
    float: left;
    clear: left;
    width: 100%;
    padding: 20px 15px 30px 15px;
    border: 1px solid #68ac2f;
}

.vc_cont_box_classifiche #category {
    float: left;
    clear: left;
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #68ac2f;
    display: flex;
    justify-content: space-around;
    flex-flow: nowrap;
}

.vc_cont_box_classifiche #category button {
    float: left;
    clear: left;
    width: auto;
    border: 1px solid #ccc;
    background: #fff;
    color: #ccc;
    font-size: 14px;
    text-transform: uppercase;
    padding: 2px 5px;
    margin: 0 0 10px 0;
}
.vc_cont_box_classifiche #category button:hover,
.vc_cont_box_classifiche #category button.active {
    background:#68ac2f;
    border:1px solid #68ac2f;
    color:#fff;
}
.vc_cont_box_classifiche .form-inline {
    float: left;
    clear: left;
    width: 100%;
}
.vc_cont_box_classifiche .form-control {
    border-color: #909090;
    border-radius: 0px;
    float: left;
    color: #909090;
}

.vc_cont_box_classifiche .form-control:focus {
    outline: none !important;
    box-shadow:none !important;    
}

.vc_cont_box_classifiche .form-control#championship {
    float:left;
    width:195px;
    margin-right:15px;
}

.vc_cont_box_classifiche .form-control#games {
    float:right;
    width:110px;
}

.vc_cont_box_classifiche .btn-primary{
    float:left;
    clear:left;
    width: 250px;
    margin: 30px 37px 0 37px;
    border-radius: 0px;
    background: #909090;
    border-color: #909090;
    font-size: 15px;
    text-transform: uppercase;
}

.vc_cont_box_classifiche .btn-primary:hover{
    background:#212121;
    border-color:#212121;	
}


.vc_ranking {
    float: left;
    clear: left;
    width: 100%;
    margin-top: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    position:relative;
    min-height:100px;
}

.vc_ranking .vc_update {
    float: left;
    /* clear: left; */
    width: 100%;
    font-size: 15px;
    margin: 0 0 15px 0;
    font-weight: normal;
    text-transform: uppercase;
    color: #a7a7a7;
}
.vc_update .vc_update_date,
.vc_update .vc_current_year,
.vc_update .vc_next_year {
    font-weight: 600;
    color: #68ac2f;
}

.vc_ranking h1 {
    float: left;
    clear: left;
    width: 100%;
    font-size: 17px;
    margin: 0 0 15px 0;
    font-weight: 600;
    text-transform: uppercase;
}

.vc_ranking .vc_no_results {
    float: left;
    clear: left;
    width: 100%;
    margin: 30px 0;
    text-align: center;
    font-size: 22px;
    line-height: 26px;
    color: #68ac2f;
    font-weight: 600;
}

.vc_table_ranking {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #ddd;
}


.vc_table_ranking td:nth-child(4),
.vc_table_ranking td:nth-child(5),
.vc_table_ranking td:nth-child(6),
.vc_table_ranking td:nth-child(7),
.vc_table_ranking td:nth-child(8),
.vc_table_ranking td:nth-child(9),
.vc_table_ranking th:nth-child(4),
.vc_table_ranking th:nth-child(5),
.vc_table_ranking th:nth-child(6),
.vc_table_ranking th:nth-child(7),
.vc_table_ranking th:nth-child(8),
.vc_table_ranking th:nth-child(9){
    display:none;
}
.vc_table_ranking td,
.vc_table_ranking th {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}

.vc_table_ranking th {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
  font-size: 16px;
}

.vc_table_ranking thead tr {
    border-bottom: 3px solid #ddd;
    background: #fff;
}

.vc_table_ranking tbody tr:first-child {
    border-bottom: 3px solid #ddd;
    background: #fff;
}

.vc_table_ranking tr{
    background-color: #fff;
}

.vc_table_ranking tr:nth-child(even){
    background-color: #eef5ea;
}

.vc_table_ranking tr:hover {
    /*background-color: #eef5ea;*/
    color:#68ac2f;
}

.vc_table_ranking tbody tr:first-child:hover,
.vc_table_ranking thead tr:hover {
    background: #fff;
    color: #212121;
}

.vc_table_ranking td.name .image {
    float: left;
    clear: left;
    width: auto;
    margin-right: 10px;
}


/*text-align in cell*/

.vc_table_ranking.vc_team_standing,
.vc_table_ranking.vc_team_standing th{
    text-align:center;
}
.vc_table_ranking.vc_team_standing th:first-child,
.vc_table_ranking.vc_team_standing th:nth-child(2),
.vc_table_ranking.vc_team_standing td:first-child,
.vc_table_ranking.vc_team_standing td:nth-child(2){
    text-align:left;
}


.vc_table_ranking.vc_current_day th.vc_update_date,
.vc_table_ranking.vc_next_day th.vc_update_date{
     text-align:center;   
}
.vc_table_ranking.vc_current_day td:nth-child(2),
.vc_table_ranking.vc_next_day td:nth-child(2){
     text-align:center;   
}


/*---vc_article_related*/
.vc_article_related {
    float: left;
    clear: left;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0 0 0 0;
}
.vc_article_related .occhiello_titolo {
    padding: 0px;
    margin: 0;
    float: left;
    clear: left;
    width: 100%;
    position: relative;
    border-bottom: 2px solid #68ac2f;
}
.vc_article_related .occhiello_titolo span.vc_occhiello {
    padding: 0px 10px;
    font-size: 1em;
    line-height: 1.35em;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    float: left;
    clear: left;
    width: auto;
    position: relative;
    background: #68ac2f;
    color: #fff;
}

.vc_article_related .occhiello_titolo a{
    color:inherit;
}

.vc_article_related .cont_anteprima_correlati{
    padding: 0 15px;
    width: 100%;
    float: left;
    clear: left;
    position: relative;
}

.vc_article_related .schermata {
    margin:0px;
    padding:0px;
}
.vc_article_related .schermata .hori_group {
    margin:0px;
    padding:0;
    width:100%;
    float:left;
    clear:left;
}
.vc_article_related .schermata .hori_group .box {
    margin: 0;
    padding: 15px 0;
    width: 100%;
    float: left;
    clear: none;
    border-bottom:1px solid #ccc;
}

.vc_article_related .schermata .hori_group .box .cont {
    margin: 0;
    padding: 0px;
    display: table;
    position: relative;
}

.vc_article_related .schermata .hori_group .box .foto {
    
    margin: 0 0 0 15px;
    padding: 0px;
    float: right;
    position: relative;
    z-index: 8;
    background: #DCDCDC;
    
}
.vc_article_related .schermata .hori_group .box .foto img {
    margin:0px;
    padding:0px;
    border:0px;
    text-decoration:none;
    max-width:100%;
    width:auto;
    float:left;
    clear:left;
    height:inherit;
}

.vc_article_related .schermata .hori_group .box .foto .didascalia {
    margin:0px;
    padding:0px;	
    display:none;
}
.vc_article_related .schermata .hori_group .box .titolo {
    margin:0px;
	padding:0px;
    text-align:left;
	width:100%;
	float:left;
    clear:left;
}
.vc_article_related .schermata .hori_group .box .titolo a {
    text-decoration:none;
}
.vc_article_related .schermata .hori_group .box .titolo a:hover {
    text-decoration:underline;
}
.vc_article_related .schermata .hori_group .box .occhiello {
    float: left;
    clear: left;
    width: 100%;
    margin-top: 5px;
    color: #9a9a9a;
    background-color: unset;
    padding:0;
}

/*---banner_rectangle_3_300x250*/
.banner_rectangle_3_300x250 {
    padding: 0 0 25px 0;
    width:100%;
    float:left;
    clear:left;
    text-align:center;
}
.banner_rectangle_3_300x250 img {
    margin:0 auto;
    padding:0px;
    max-width:100%;
    border:0px;
    display:table;
}
body.background {
    position: relative;
}


.vc_box_auto_other_sections .occhiello_titolo {
    float: left;
    clear: left;
    width: 100%;
    position: relative;
    border-bottom:2px solid #68ac2f;
    margin: 0;
    padding: 0px;
    position: absolute;
    top: -12px;
    z-index: 9;
}
.vc_box_auto_other_sections .occhiello_titolo span.vc_occhiello{
    padding: 0px 10px;
    font-size: 1em;
    line-height: 1.35em;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    float: left;
    clear: left;
    width: auto;
    position: relative;
    background:#68ac2f;
    color: #fff;
}



.vc_box_auto_other_sections.anteprima_ipiu_container {
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
    width:100%;
    float:left;
    position:relative;
}
.vc_box_auto_other_sections.anteprima_ipiu_container.vc_first {
    margin-top:0px;
}
.vc_box_auto_other_sections .anteprima_ipiu_menu {
    float: left;
    clear:left;
    width: 100%;
    margin: 0px;
    padding: 0;
    text-align: left;
    display: flex;
    justify-content: space-between;
    /* margin-top: 0px; */
    border-bottom: 1px solid #ccc;
    /*height:24px;*/
}

.vc_box_auto_other_sections .anteprima_ipiu_menu .voce_menu {
    float: left;
    padding: 0;
    margin: 0;
    text-align: center;
    color: #9a9a9a;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}
.vc_box_auto_other_sections .anteprima_ipiu_menu .attivo {
    color:#212121;
    font-weight:bold;
}
.vc_box_auto_other_sections.anteprima_ipiu_counter_1 {
    margin-top:30px;
}
.vc_box_auto_other_sections .occhiello_titolo {

}
.vc_box_auto_other_sections .occhiello_titolo span{
    float:left;
    clear:left;
    width:100%;
    margin-top:10px;
}
.vc_box_auto_other_sections .schermata {
    margin: 15px 0 0 0;
    padding: 0;
    float: left;
    position: relative;
    width: 100%;
}
.vc_box_auto_other_sections .hori_group {
    float: left;
    clear: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.vc_box_auto_other_sections .schermata .box {
    margin: 0px;
    padding: 0px;
    width: calc(33.3% - 20px);
    float: left;
    clear: left;
    position: relative;
}


.vc_box_auto_other_sections .box .divcont {
    margin: 0px;
    padding: 10px 15px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;}

.vc_box_auto_other_sections .ora_pubblicazione {
    float: left;
    margin-top: 10px;
    color:#898989;
}
.vc_box_auto_other_sections .occhiello {
    float: right;
    padding:0;
    background-color: unset;
    color: #9a9a9a;
}

.vc_box_auto_other_sections .box .occhiello{
    float: left;
    position: absolute;
    top: 55%;
    z-index: 999;
    left: 15px;
    color: #fff;
    padding: 0px 5px;
    background: #68ac2fcc;
    font-size: 12px;
    line-height: 20px;
}
.vc_box_auto_other_sections .cont .schermata .hori_group {
    width: 100%;
    float: left;
    clear: left;
    padding: 0;
}

.vc_box_auto_other_sections .cont .schermata .hori_group .cont_foto {
	margin: 0;
	padding: 0px;
	float: left;
	position: relative;
	/* width: 105px; */
	z-index: 8;
}
.vc_box_auto_other_sections .cont .schermata .hori_group .cont_foto img {
	margin:0px;
	padding:0px;
	/* width:100%; */
	max-width: 100%;
	border:0px;
	text-decoration:none;
	float: right;
	clear:left;
}
.vc_box_auto_other_sections .cont .schermata .hori_group .sezione {
    background: transparent;
    padding: 0;
    text-transform: uppercase;
    display: table;
}
.vc_box_auto_other_sections .cont .schermata .hori_group .titolo {
    float: left;
    clear: left;
    width: 100%;
    text-align: left;
    font-weight: 600;
    line-height: 1.333em;
    font-size:.9em;
}
.vc_box_auto_other_sections .cont .schermata .hori_group .titolo a {
    /* text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 3;
    width: auto;
    max-height: 51px;
    overflow: hidden; */
    color:inherit;
    text-decoration:none;
}

.vc_box_auto_other_sections .cont .schermata .hori_group .box .titolo{
    padding-right: 40px;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2;
    width: auto;
    max-height: 2.666em;
    overflow: hidden;
}
.vc_box_auto_other_sections .cont .schermata .hori_group .box .titolo a {
    color: #fff;
}

.vc_box_auto_other_sections .cont .schermata .hori_group .titolo a:hover {
	text-decoration:underline;
}

.vc_box_auto_other_sections .icona_tipo {
    display: none;
}
/*---banner_rectangle_4_300x250*/
.banner_rectangle_4_300x250 {
    padding: 25px 0;
    width:100%;
    float:left;
    clear:left;
    text-align:center;
}
.banner_rectangle_4_300x250 img {
    margin:0 auto;
    padding:0px;
    max-width:100%;
    border:0px;
    display:table;
}
/*---vc_tags_article*/
.vc_tags_article {
    width: 100%;
    float: left;
    clear: left;
    padding: 20px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.vc_tags_article .occhiello {
    padding: 0px 10px;
    position: relative;
    float: left;
    line-height: 1.2em;
    font-weight: 600;
    font-size: 1em;
    background: #68ac2f;
}
.vc_tags_article .box {
    padding: 2px 0 0 0;
    margin-left: 15px;
    text-align: left;
    float: left;
    width: calc(100% - 90px);
    display: table;
    font-weight: normal;
    font-size: 0px;
}
.vc_tags_article .box p {
    display:inline;
    text-transform:uppercase;
    float:left;
}
.vc_tags_article .box p a {
    display: inline-table;
    text-decoration: none;
    text-transform: uppercase;
    color: #9a9a9a;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    margin-right: 30px;
}

.vc_tags_article .box p a:first-child,
.vc_tags_article .box p a:nth-child(2) {
    display:none;
}

.vc_tags_article.vc_visible .box p a:first-child,
.vc_tags_article.vc_visible .box p a:nth-child(2) {
    display: inline-table;
}

.vc_tags_article .box p a:hover {
    text-decoration:underline;
}

/*---vc_box_newsstand*/
.vc_box_newsstand {
    margin: 0px 0 0 0;
    float: left;
    clear: left;
    width: 100%;
    position: relative;
    padding: 15px 0 0 0;
    border: 1px solid #68ac2f;
}
.vc_box_newsstand .occhiello_titolo span{
    float:left;
    clear:left;
    width:100%;
    margin-top:10px;
}
.vc_box_newsstand .sfoglia_edizione {
    float: right;
    width: 100%;
    margin:0;
    padding:0;
    text-transform:uppercase;
    background: #68ac2f;
}
.vc_box_newsstand .sfoglia_edizione a {
    float:left;
    font-size: 23px;
    line-height: 28px;
    padding: 6px 15px;
    color:#fff;
    text-align: center;
    width: 100%;
    text-decoration:none;
    display:block;
    background: #68ac2f;
    position:relative;
}
.vc_box_newsstand .sfoglia_edizione a:hover {
    text-decoration:underline;
    background:#68ac2f;
    cursor:pointer;
}

.vc_box_newsstand .cont_img {
    margin:0;
    padding:0;
    float: left;
    border: 1px solid #68ac2f;

}
.vc_box_newsstand .cont_img a {
    margin:0;
    padding:0;
    float: left;
}
.vc_box_newsstand .cont_img {
    margin: 0 0 15px 15px;
    display: table;
    z-index: 9;
}
.vc_box_newsstand .cont_img img {
	float:left;
	clear:left;
	max-width:100%;
	text-decoration:none;
}
.vc_box_newsstand .occhiello_titolo {
	margin:0px 0 5px 0;
	padding:0px;
	font-size:18px;
	color:#4b6aa7;	
	width:65px;
	float:right;
	display:none;
}
.vc_box_newsstand .occhiello_titolo a {
	text-decoration:none;
	color:#4b6aa7;
}
.vc_box_newsstand .data {
	margin:0px;
	padding:0px;
	font-size:12px;	
	color:#727272;	
	width:65px;
	float:right;
}
.vc_box_newsstand .data a {
	text-decoration:none;
	color:#727272;
}

.vc_box_newsstand .shop {
    position: relative;
    float: left;
    width: calc(100% - 130px);
}
.vc_box_newsstand .shop a {
    width: 100%;
    float: left;
    margin: 0 auto;
    padding: 10px 15px;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    color: #68ac2f;
    font-size: 30px;
    font-weight: 600;
    line-height: 32px;
}
.vc_box_newsstand .sfoglia_edizione a:hover {
    text-decoration:underline;
    color: #fff;
    cursor:pointer;
}

.vc_box_newsstand .shop a:hover{
    color:#61bb48;
    text-decoration:none;
}

.vc_box_newsstand .shop a:before {
    content: " ";
    background:url("../images/gzz_logo_small.png");
    background-size: 200px;
    background-repeat: no-repeat;
    width: 200px;
    height: 20px;
    float:left;
    margin-bottom: 10px;
}
/*---banner_rectangle_300x250_1*/
.banner_rectangle_1_300x250 {
    padding: 25px 0;
    width:100%;
    float:left;
    clear:left;
    text-align:center;
}
.banner_rectangle_1_300x250 img {
    margin:0 auto;
    padding:0px;
    max-width:100%;
    border:0px;
    display:table;
}
/*---vc_breadcrumbs*/
.vc_breadcrumbs {
    margin: 60px 0 30px 0;
    float: left;
    clear: left;
    position: relative;
    width: 100%;
    border-bottom: 2px solid #a7a7a7;
}
.vc_breadcrumbs ul {
    float: left;
    clear: left;
    width: 100%;
    padding: 0;
    list-style: none;
}
.vc_breadcrumbs ul li {
    float: left;
    margin: 0;
    font-size: 20px;
    line-height: 27px;
    font-weight: normal;
    text-transform: uppercase;
}
.vc_breadcrumbs ul li:first-child {
    display: none;
}
.vc_breadcrumbs ul li a{
    padding: 3px 10px;
    color: #a7a7a7;
}

.vc_breadcrumbs ul li:nth-child(2) a {
    background: #a7a7a7;
    color: #fff;
    font-weight: 600;
}

.vc_breadcrumbs ul li a:link,
.vc_breadcrumbs ul li a:visited {
    text-decoration:none;
}
.vc_breadcrumbs ul li a:hover,
.vc_breadcrumbs ul li a:focus,
.vc_breadcrumbs ul li a:active {
    text-decoration:none;
}
.vc_breadcrumbs ul li.hide {
    display:none;
}
.banner_native_730x300 {
    margin:30px auto 0 auto;
    width:100%;
    float:left;
    clear:left;
}
.banner_native_730x300 img {
    margin:0px;
    padding:0px;
    text-decoration:none;
    border:0px;
}

.banner_ticker_2_990x30 {
    margin:30px auto;
    width:100%;
    float:left;
    clear:left;
    text-align:center;
    z-index: 1;
    position: relative;
}
.banner_ticker_2_990x30 img {
    margin:0px;
    padding:0px;
    text-decoration:none;
    border:0px;
}
/*---vc_comment_btn_toggle*/

.vc_comment_btn_toggle{
    width: 100%;
    float: left;
    clear: left;
    margin-top: 40px;
    cursor: pointer;
    padding: 20px 20px 20px 20px;
    color: #68ac2f;
    background:#e8e8e8;
}
.vc_comment_btn_toggle.vc_infinite_scroll{
    margin-top: 20px;
    padding: 35px 35px 33px 35px;
}

.vc_comment_btn_toggle:hover {
    cursor:pointer;
}
.vc_comment_btn_toggle .vc_comment_text{
    float: left;
    margin: 0;
    font-size: 1em;
    line-height: 1.2em;
    text-transform:uppercase;
    font-weight:600;
    color:#68ac2f;
}
.vc_comment_btn_toggle .vc_comment_text span {
    float:left;
    clear:left;
    width:100%;
    margin-top:10px;
}

.vc_comment_btn_toggle .vc_comment_button{
    float: right;
    font-size: .95em;
    font-weight: normal;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #68ac2f;
    color: #68ac2f;
    padding: 10px 30px;
    width: 360px;
    text-align: center;
}
.vc_comment_btn_toggle .vc_comment_button span.ti-angle-down {
    float: right;
    margin: 5px 0 0 10px;
}
.article_comments_plusfb,
.article_comments_plusfb .fb-comments {
    margin:0px;
    padding:0px;
    width:100%;
    float:left;
    clear:left;    
    background:#fff;
}
.article_comments_plusfb{
    display:none;
    padding: 0 30px 30px 30px;
}
/*---posta_commenti*/
.posta_commenti {
    margin: 40px 0 0 0;
    padding: 0;
    width: 100%;
    float: left;
    clear: left;
    position: relative;
}
.posta_commenti .categoria {
    padding: 0;
    margin-bottom: 15px;
    width: 100%;
    float: left;
    clear: left;
    font-size: 1.222em;
    line-height: 2em;
    font-weight:normal;
    position: relative;
}
.posta_commenti .categoria .commenta {
    margin:0px;
    padding:0px;
}
.posta_commenti .categoria .condividi {
    display:none;
}
.posta_commenti .categoria a,
.posta_commenti .categoria a:hover {
    text-decoration:none;
    color:#212121;
}

.posta_commenti form,
.posta_commenti form .post_commenti_form {
    margin:0px;
    padding:0px;
    width:100%;
    float:left;
    clear:left;
    position:relative;
}
.posta_commenti form {
    padding: 10px 0 5px 0;
}
.posta_commenti form .post_commenti_form textarea {
    margin: 0px 0 10px 0;
    padding: 10px;
    font-size: 0.74em;
    line-height: 1em;
    color: #4d4d4f;
    width: 100%;
    min-width: 100%;
    min-height: 70px;
    resize: none;
    float: left;
    clear: left;
    background: transparent;
    border: 1px #dddddd solid;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
         -o-border-radius: 0;
            border-radius: 0;
}
.posta_commenti form .caratteri {
    margin:0px;
    padding:0px;
    font-size:10px;
    color:#757575;	
    float:left;
}
.posta_commenti form .post_commenti_btn {
    margin:0px;
    padding:0px;
    float:right;
}
.posta_commenti form .post_commenti_btn input {
    margin: 0px;
    padding: 4px 45px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    font-size: 0.836em;
    color: #68ac2f;
    border: 1px solid #68ac2f;
    background: #fff;
    /* border: 0px; */
    cursor: pointer;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
         -o-border-radius: 0;
            border-radius: 0;
}
.posta_commenti form .post_commenti_btn input:hover {
    background:#68ac2f;
    color:#fff;
    cursor:pointer;
}
/*---text_edit_registrazione_utente_commento*/
.text_edit_registrazione_utente_commento {
    margin:0px;
    padding:15px 15px 0 0;
    width:30%;
    float:left;
}
.text_edit_registrazione_utente_commento .text {
    margin:0px;
    padding:15px;
    font-size:0.9em;
    float:left;
    clear:left;
    background:#fff;
}
/*---.commento_login*/ 
.commento_login {
    margin:15px 0 0 0;
    padding:0px;
    width:70%;
    float:left;
}
.commento_login .occhiello_titolo,
.user_logged .occhiello_titolo {
    margin:15px 0 5px 0;
    padding:0px;
    font-size:12px;
    text-transform:uppercase;
    color:#003466;
    width:100%;
    float:left;
    clear:left;
    display:none;
}
.user_logged p {
    margin:0px 5px 0 0;
    padding:0px;
    font-size:12px;
    color:#000;
    float:left;
}
.user_logged p:after {
    content: "|";
    margin-right: 5px;
    float:left;
}
.user_logged p.username:after {
    content:"";
    margin:0px;
}
.user_logged p a {
    color:#000;
    text-decoration:none;
}
.user_logged p a:hover {
    color:#000;
    text-decoration:underline;
}
.commento_login .user_access_orizzontale,
.commento_login .user_access_orizzontale .user_login,
.commento_login .user_access_orizzontale .user_login .user_login_input,
.commento_login .user_access_orizzontale .user_login .user_login_button {
    margin:0px;
    padding:0px;
    font-size:12px;
    color:#000;
    width:100%;
    float:left;
    clear:left;
}
.commento_login .user_access_orizzontale {
    padding:0 15px;
    background:#fff;
}
.commento_login .user_access_orizzontale .user_login .user_login_input {
    width:50%;
    clear:inherit;
}
.commento_login .user_access_orizzontale .user_login_input:nth-child(1) {
    padding-right:7px;
}
.commento_login .user_access_orizzontale .user_login_input:nth-child(2) {
    padding-left:7px;
}
.commento_login .user_access_orizzontale:after {
    content: "Oppure utilizza un social network:";
    margin:0px 0 5px 0;
    padding:10px 0 0 0;
    text-transform:uppercase;
    text-align:center;
    font-size:11px;
    color:#212121;
    width:100%;
    float:left;
    clear:left;
    border-top:1px #212121 solid;
}
.commento_login .user_access_orizzontale .user_login .user_login_input label {
    margin:10px 0 0 0;
    padding:0px;
    color:#212121;
    float:left;
    clear:left;
}
.commento_login .user_access_orizzontale .user_login .user_login_input input {
    margin:5px 0 0 0;
    padding:8px 10px;
    border:1px #ccc solid;
    background:#fff;
    width:100%;
    float:left;
    clear:left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.commento_login .user_access_orizzontale .user_login .user_login_button {
    margin:10px 0;
}
.commento_login .user_access_orizzontale .user_login .user_login_button input {
    margin:0px;
    padding:6px 12px;
    text-transform:uppercase;
    text-align:center;
    font-size:10px;
    color:#fff;	
    background:#5a7c9f;
    border:1px #212121 solid;
}
.commento_login .user_access_orizzontale .user_login .user_login_button input:hover {
    background:#212121;
}
.commento_login .user_access_orizzontale .user_login .ApriPassword {
    margin:0px;
    padding:0px;
    text-transform:uppercase;
    font-size:10px;
    color:#212121;
    width:100%;
    float:left;
    clear:left;
    display:none;
}
.commento_login .user_access_orizzontale .user_login .ApriPassword a {
    color:#212121;
}
.commento_login .registrati {
    margin:0px 0 15px 0;
    padding:0px 15px 15px 15px;
    font-size:13px;
    color:#212121;
    width:100%;
    float:left;
    clear:left;
    background:#fff;
}
.commento_login .registrati a {
    color:#5a7c9f;
    text-decoration:underline;
}
.commento_login .registrati:before {
    content:"Non hai ancora un account?";
    margin:0 5px 0 0;
}
.commento_login .login_facebook,
.commento_login .login_google {
    margin:0px;
    padding:0 15px 10px 15px;
    width:50%;
    float:left;
    background:#fff;
    position:relative;
}
.commento_login .login_facebook input,
.commento_login .login_google input {
    margin:0px;
    padding:0px 10px;
    width:100%;
    height:33px;
    float:left;
    cursor:pointer;
}
.commento_login .login_facebook input {
    background:#5f78ab;
    border:1px #405a91 solid;
}
.commento_login .login_facebook:after {
    content: "Collegati con Facebook";	
    margin:0px;
    padding:0px;
    color:#fff;
    font-size:12px;
    position:absolute;
    bottom:20px;
    left:60px;
}
.commento_login .login_facebook:before {
    content: url(../images/icon_facebook_login_popup.png);
    margin:0px;
    padding:0px;
    width:25px;
    height:32px;
    float:left;
    position:absolute;
    bottom:10px;
    left:25px;
    border-right:1px #405a91 solid;
}
.commento_login .login_google input {
    background:#dd4b39;
    border:1px #bc4031 solid;	
}
.commento_login .login_google:after {
    content: "Collegati con google";
    margin:0px;
    padding:0px;
    color:#fff;
    font-size:12px;
    position:absolute;
    bottom:20px;
    left:60px;
}
.commento_login .login_google:before {
    content: url(../images/icon_google_login_popup.png);
    margin:0px;
    padding:0px;
    width:25px;
    height:32px;
    float:left;
    position:absolute;
    bottom:10px;
    left:25px;
    border-right:1px #bc4031 solid;
}
/*---container_box_commento*/
.container_box_commento {
    margin:15px 0 10px 0;
    padding:0;
    width:99%;
    float:left;
    clear:left;
}
.container_box_commento .occhiello_titolo {
    font-weight: 600;
    font-size: 0.875em;
    text-transform: uppercase;
    color: #212121;
    margin-bottom: 10px;
}
.container_box_commento ul {
    margin:0px;
    padding:0px;
    list-style:none;
    width:100%;
    float:left;
    clear:left;
}
.container_box_commento ul li {
    margin:0px 0 0 0;
    padding:0;
    list-style:none;
    width:100%;
    float:left;
    clear:left;
}
.container_box_commento ul li ul li {
    padding-left:30px;
}
.container_box_commento ul li ul li ul li div {
    padding-left:25px;
}
.container_box_commento ul li ul li ul li ul li div {
    padding-left:45px;
}
.container_box_commento ul li .posta_commenti {
    margin:10px 0;
}
/*---impostazione dei contenuti*/
.container_box_commento ul li div {
    margin:0px 0 10px 0;
    padding:0px 0 10px 0;
    width:99%;
    float:left;
    clear:left;
    border-bottom: 1px #eaeef0 dashed;
}
.container_box_commento ul li div p.testo {
    margin:0px;
    padding:0px 0 10px 0;
    color:#5e5e5e;
    font-size: .8em;
    line-height: 1.25em;
    display:table;
    word-break:break-word;
}
.container_box_commento ul li div .nome,
.container_box_commento ul li div .data {
    margin:0px 5px 7px 0;
    padding:0px;
    font-size: 0.9em;
    color:#212121;
    float:left;
}
.container_box_commento ul li div .autore,
.container_box_commento ul li div .cognome{
    margin:0px 5px 7px 0;
    padding:0px;
    font-size: 0.9em;
    color:#738fc8;
    font-weight:bold;
    float:left;
}
.container_box_commento ul li div .data {
    float:none;
}
.container_box_commento ul li div .rispondi {
    margin:0px;
    padding:0px;
    font-size:11px;
    font-weight:bold;
    color:#212121;
    float:right;
    display:table-row;      
    cursor:pointer;
}
.container_box_commento ul li div .rispondi a {
    text-decoration:none;
    color:#212121;
}
.container_box_commento ul li div .rispondi a:hover {
    text-decoration:underline;
}
.container_box_commento ul li div .rispondi a:before {
    content: "\f112";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin-right:5px;
}
.container_box_commento ul li div .vc_report {
    margin:0px 0 0 10px;
    font-size:11px;
    font-weight:bold;
    color:#212121;
    float:right;
}
.container_box_commento ul li div .vc_report a {
    color:#212121;
    display:block;
    text-decoration:none;
}
.container_box_commento ul li div .vc_report a:before {
    content: "\f024";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin-right:5px;
}
.container_box_commento ul li div .vc_report a:hover {
    text-decoration:underline;
    cursor:pointer;
}
.container_box_commento .vc_report_comment_box,
.container_box_commento .vc_report_comment_box form,
.container_box_commento .vc_report_comment_box .vc_report_comment_textarea,
.container_box_commento .vc_report_comment_box .vc_report_comment_submit {
    margin:0px;
    padding:0px;
    width:100%;
    float:left;
    clear:left;
}
.container_box_commento .vc_report_comment_box {
    margin:10px 0 0 0;
}
.container_box_commento .vc_report_comment_box .vc_report_comment_textarea textarea {
    font-size: 0.74em;
    padding: 15px;
    margin: 0px 0 10px 0;
    max-width: 100%;
    min-height: 100px;
    line-height: 1em;
    width: 100%;
    color: #4d4d4f;
    resize: none;
    float: left;
    clear: left;
    background: transparent;
    border: 2px #DE6507 solid;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
         -o-border-radius: 0;
            border-radius: 0;
}
.container_box_commento .vc_report_comment_box .vc_report_comment_submit {
    margin:10px 0 2px 0;
    text-align: right;
}
.container_box_commento .vc_report_comment_box .vc_report_comment_submit input {
    width: 130px;
    height: 30px;
    color: #fff;
    background: #DE6507;
    cursor: pointer;
    border: 0px #DE6507 solid;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
         -o-border-radius: 0;
            border-radius: 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 0.836em;
    line-height: 0em;
    font-weight: normal;
    margin: 0px;
    padding: 10px 45px;
}
.container_box_commento .vc_report_comment_box .vc_report_comment_submit input:hover {
    background:#DE6507;
    color:#fff;
}
.container_box_commento ul li div div.cont_img {
    margin:0px 15px 0 0;
    padding:0px;
    width:auto;
    float:left;
    border:0px;
}
.container_box_commento ul li div div.cont_img img {
    margin:0px;
    padding:0px;
    float:left;
    border:1px #eaeef0 solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.container_box_commento p.showMore {
    margin:5px 0 0 0;
    padding:0px;
    width:100%;
    font-weight:bold;
    font-size:12px;
    color:#5e5e5e;
    text-align:right;
    float:left;
    clear:left;
    cursor: pointer;
}
.container_box_commento p.showMore:hover {
    text-decoration:underline;
    color:#0f8cc2;    
}
.container_box_commento .posta_commenti {
    margin:0px;
    padding:0px;
}
.container_box_commento .posta_commenti form .post_commenti_form textarea {
    max-width:100%;
    min-width:100%;
    width:100%;
}
.container_box_commento .posta_commenti form .post_commenti_btn {
    float:right;
    width: auto !important;
    border:0px;
}

/*.fb_iframe_widget*/
.fb_iframe_widget span,
.fb_iframe_widget iframe {
    width:100% !important;
}
.vc_social_fixed {
    width: 45px;
    position: absolute;
    top: 40px;
    z-index: 9999;
}
.vc_social_fixed.fixed {
    position: fixed;
    top: 55px;
}
/*Default*/
.vc_social_fixed .addthis_toolbox.addthis_32x32_style span {
    line-height: 42px !important;
    height: 42px !important;
    width: 42px !important;
    background-color: #f1f1f1 !important;

}
.vc_social_fixed .addthis_toolbox.addthis_32x32_style span .at-icon {
    width: 30px !important;
    height: 30px !important;
    text-align: center;
    margin: 5px 5px;
    fill: #212121;
}

.vc_social_fixed .addthis_toolbox a {
    margin-bottom: 5px;
    line-height: initial;
    padding: 0 !important;
    border-right: 0px !important;
}

.vc_social_fixed .addthis_toolbox a.at300b,
.vc_social_fixed .addthis_toolbox a.at300m{
    position: relative;
    margin: 0;
}
/*---vc_box_newsstand*/
.vc_box_newsstand {
    margin: 0px 0 0 0;
    float: left;
    clear: left;
    width: 100%;
    position: relative;
    padding: 15px 0 0 0;
    border: 1px solid #68ac2f;
}
.vc_box_newsstand .occhiello_titolo span{
    float:left;
    clear:left;
    width:100%;
    margin-top:10px;
}
.vc_box_newsstand .sfoglia_edizione {
    float: right;
    width: 100%;
    margin:0;
    padding:0;
    text-transform:uppercase;
    background: #68ac2f;
}
.vc_box_newsstand .sfoglia_edizione a {
    float:left;
    font-size: 23px;
    line-height: 28px;
    padding: 6px 15px;
    color:#fff;
    text-align: center;
    width: 100%;
    text-decoration:none;
    display:block;
    background: #68ac2f;
    position:relative;
}
.vc_box_newsstand .sfoglia_edizione a:hover {
    text-decoration:underline;
    background:#68ac2f;
    cursor:pointer;
}

.vc_box_newsstand .cont_img {
    margin:0;
    padding:0;
    float: left;
    border: 1px solid #68ac2f;

}
.vc_box_newsstand .cont_img a {
    margin:0;
    padding:0;
    float: left;
}
.vc_box_newsstand .cont_img {
    margin: 0 0 15px 15px;
    display: table;
    z-index: 9;
}
.vc_box_newsstand .cont_img img {
	float:left;
	clear:left;
	max-width:100%;
	height:150px;
	text-decoration:none;
}
.vc_box_newsstand .occhiello_titolo {
	margin:0px 0 5px 0;
	padding:0px;
	font-size:18px;
	color:#4b6aa7;	
	width:65px;
	float:right;
	display:none;
}
.vc_box_newsstand .occhiello_titolo a {
	text-decoration:none;
	color:#4b6aa7;
}
.vc_box_newsstand .data {
	margin:0px;
	padding:0px;
	font-size:12px;	
	color:#727272;	
	width:65px;
	float:right;
}
.vc_box_newsstand .data a {
	text-decoration:none;
	color:#727272;
}

.vc_box_newsstand .shop {
    position: relative;
    float: left;
    width: calc(100% - 160px);
}
.vc_box_newsstand .shop a {
    width: 100%;
    float: left;
    margin: 0 auto;
    padding: 10px 15px;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    color: #68ac2f;
    font-size: 30px;
    font-weight: 600;
    line-height: 32px;
}
.vc_box_newsstand .sfoglia_edizione a:hover {
    text-decoration:underline;
    color: #fff;
    cursor:pointer;
}

.vc_box_newsstand .shop a:hover{
    color:#61bb48;
    text-decoration:none;
}

.vc_box_newsstand .shop a:before {
    content: " ";
    background:url("../images/gzz_logo_small.png");
    background-size: 200px;
    background-repeat: no-repeat;
    width: 200px;
    height: 20px;
    float:left;
    margin-bottom: 10px;
}


/*.vc_newsstand{
    margin:0;
    padding:0;
    width: calc(100% - 15px);
    float: right;
    position: relative;
}

.vc_newsstand .sfoglia_edizione,
.vc_newsstand .shop {
    float:left;
    clear:left;
    width:100%;
    margin:0;
    padding:0;
    text-transform:uppercase;
    background: #68ac2f;
}
.vc_newsstand .sfoglia_edizione a,
.vc_newsstand .shop a {
    float:left;
    font-size: 15px;
    line-height: 19px;
    padding: 19px 180px 19px 25px;
    color:#fff;
    text-align:center;
    width: 100%;
    text-decoration:none;
    display:block;
    background:#68ac2f;
    position:relative;
}
.vc_newsstand .sfoglia_edizione a:hover,
.vc_newsstand .shop a:hover {
    text-decoration:underline;
}


.vc_newsstand .sfoglia_edizione a:after{
    content: "";
    height: 1px;
    width: 157px;
    background: #fff;
    float: left;
    clear: left;
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    left: 15px;
}
.vc_newsstand .sfoglia_edizione a:hover, 
.vc_newsstand .shop a:hover {
    background:#68ac2f;
}

.vc_newsstand .cont_img {
    margin:0;
    padding:0;
    float: right;
    height: 130px;
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 7px 0px rgba(2, 2, 2, 0.5);
    -moz-box-shadow:    0px 2px 7px 0px rgba(2, 2, 2, 0.5);
    box-shadow:         0px 2px 7px 0px rgba(2, 2, 2, 0.5);
    margin-right: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.vc_newsstand .cont_img a {
    margin:0;
    padding:0;
    float: right;
}

.vc_newsstand .cont_img img {
    float: right;
    clear: right;
    max-height: 207px;
}*/

.vc_cont_article_body {
    float:left;
    clear:left;
    width:100%;
    margin:30px 0 0 0;
    padding:0 0 30px 0;
    }

.vc_article_body .banner_rectangle_intext_1_300x250,
.vc_article_body .banner_rectangle_intext_2_300x250 {
    float: left;
    clear: none;
    width: 100%;
    margin: 20px 0;
    text-align: center;
}

/*vc_article_body*/
.vc_article_body {
    margin:0px 0 0 0;
    padding:0px;
    /*float: left;*/
    clear: none;
    /*clear: left;
    width: 100%;*/
    display: inline;
}
.vc_article_body .testo_articolo{

    display: inline;
}

.vc_article_body .testo_articolo img {
    margin:0px;
    padding:10px;
    border:0px;
    text-decoration:none;
    float: left;
    display: inline-table;
    max-width: 100%;
    height: auto;
    /*width: inherit;*/
}


.vc_article_body .lettera_risposta {
    margin:0px;
    padding:10px 0 0 0;
    font-size:14px;
    line-height:24px;
    color:#414141;
    width:100%;
    float:left;
    clear:left;
    border-top:1px #118ac0 dotted;
}
.vc_article_body .lettera_risposta:before {
    content: "\270f";
    margin:0 5px 0 0;
    padding:0px;
    font-size:22px;
    color:#118ac0;
    float:left;
}

/*---Sondaggio_box_orizzontal*/
.Sondaggio_box_orizzontal {
    margin:20px 0 0 0;
    padding: 0 15px;
    width:100%;
    float:left;
    clear:left;
    background:#fff;
    border: 1px solid #e9e9e9;
}
.Sondaggio_box_orizzontal .container_response {
    margin:0px;
    padding: 15px 0;
    /* border-top:1px #d2dce1 solid; */
    border-bottom: 1px #e9e9e9 solid;
    width:100%;
    float:left;
    clear:left;
    background:#fff;
}
.Sondaggio_box_orizzontal .container_response:last-child {
    border-bottom: 0px #e9e9e9 solid;
}
.Sondaggio_box_orizzontal .container_response .photo {
    margin:0 0 0 0;
    padding:0px;
    width:30%;
    float:left;
}
.Sondaggio_box_orizzontal .container_response .photo img {
    margin:0px;
    padding:1px;
    width:100%;
    border:1px #d2dce1 solid;
    text-decoration:none;
}
.Sondaggio_box_orizzontal .container_response .response {
    margin: 0px;
    padding: 0px 0 0 20px;
    width: 70%;
    float: left;
    font-size: 16px;
}
.Sondaggio_box_orizzontal .container_response .response p {
    margin:0px;
    padding:0px;
    font-size:16px;
    font-weight:400;
    color:#0d0c0c;
    width:100%;
    float:left;
    cursor:pointer;
}
.Sondaggio_box_orizzontal .container_response .poll_vote_button {
    margin: 0;
    padding: 0px 30px;
    font-size:13px;
    color: #68ac2f;
    font-weight:600;
    text-transform: uppercase;
    border:0px;
    cursor: pointer;
    float: right;
    background: transparent;
    border: 1px solid #68ac2f;
}
.Sondaggio_box_orizzontal .container_response .poll_vote_button:hover {
    color:#fff;
    background:#68ac2f;
    text-decoration:none;
}
.Sondaggio_box_orizzontal .container_response .bar_container {
    margin:5px 0 0 0;
    padding:0px;
    width:80%;
    height:40px;
    float:left;
    position:relative;
}
.Sondaggio_box_orizzontal .container_response .bar_container .bar {
    margin:0;
    padding:0;
    height:30px;
    border: 1px #9dcf9d solid;
    background: #b3e2b3;    
    float:left;
}
.Sondaggio_box_orizzontal .container_response .bar_container .perc_container {
    margin:0px;
    padding:0px;    
    font-size: 14px;
    position: absolute;
    top:5px;
    left:5px;
}

/*---corsivo*/
.Corsivo {
    margin:5px 15px;
    padding:15px 0px;
    position:relative;
}
.Corsivo .ApiceSx {
    margin:0;
    padding:0;
    width:auto !important;
    height:auto !important;
    position:absolute;
    top:0;
    left:0;
}
.Corsivo .ApiceDx {
    margin:0;
    padding:0;
    width:auto !important;
    height:auto !important;
    position:absolute;
    bottom:0;
    right:0;
}
.Corsivo p {
    margin:0;
    padding:20px;
    font-size:16px;
    line-height:20px;
    text-align:left;
    font-weight:400;  
    font-style:italic;
    color:#313133;
}

/*---vc_article_body*/
.vc_article_body .testo_articolo .articlebox {
    margin:10px 0;
    padding:5px 15px;
    display:table;
    background:#f4eadb;
    border-left:4px #edbf7d solid;    
}
.vc_article_body .testo_articolo .articlebox p {
    margin:0px;
    padding:0px;
    font-size:12px;
    color:#a09995;
}
.vc_article_body .testo_articolo .articlebox p a {
    margin:0 5px;
    text-decoration:none !important;
    font-size:14px;
    color:#414141;
} 
.vc_article_body .testo_articolo .articlebox p a:hover {
    text-decoration:underline !important;
}
.vc_article_body iframe {
    margin: 0px;
    padding: 0;
    max-width: 100%;
    width: 100%;
    /*min-height: 425px;*/
    border:1px #ccc solid;
}
.vc_article_body em {
    font-style:italic;
}
.vc_article_body p {
    margin: 0 0 10px;
}



/*to hide first imgs in text*/

.vc_article_body .testo_articolo .fr-fin:first-child,
.vc_article_body .testo_articolo .fr-dib:first-child,
.vc_article_body .testo_articolo .f-img-wrap:first-child,
.vc_article_body .testo_articolo .fr-fil:first-child,
.vc_article_body .testo_articolo .fr-fir:first-child,
.vc_article_body .testo_articolo .fr-dii:first-child {
    /*display:none;*/
}


.vc_article_body .Corsivo:before {
content: " “ ";  
font-size: 50px; 
text-align: left; 
line-height: 42px; 
color: #212121; 
float: left; 
position: absolute;
top: 0;
left: -10px;
font-weight:900

}

.vc_article_body .Corsivo:after {
content: " ” "; 
font-size: 50px; 
text-align: left; 
line-height: 42px; 
color: #212121; 
float: left; 
position: absolute;
bottom: 0;
right: -10px;
font-weight:900

}

.vc_article_body .Corsivo img.ApiceDx,
.vc_article_body .Corsivo img.ApiceSx {
    display:none;
}

/*---Media Queries---*/ 
@media only screen and (max-width : 1200px) {
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 892px) {
}
@media only screen and (max-width : 692px) {
}
@media only screen and (max-width : 667px) {
}
@media only screen and (max-width : 480px) {
}





