/*	Resets
        ------	*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup,
menu, footer, header, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}
::selection {
    background: #FCE428;
    color: black;
    text-shadow: none;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Open Sans';
    color: #323232;
}
.body-fixed-margin {
    margin-top: 170px;
}
.body-fixed-no-pnl-margin {
    margin-top: 140px;
}

.paragrafo {
    font-size: 14px;
}

#options-bnr {
    position: absolute;
    width: 100%;
    background: black;
    color: white;
    line-height: 40px;
    z-index: 9999;
}
.pnl-position {
    position: absolute;
}
.head-change-padding {
    padding-top: 60px;
}
.more-margin-fixed {
    padding-top: 140px !important;
}
#pre-header-buttons button {
    float: left;
}
#lis-head button, #text-head button {
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: normal;
    background: none;
    border: none;
}
#lis-head button:hover, #text-head button:hover {
    opacity: 0.8;
}
#lis-head button:active, #text-head:active {
    opacity: 0.4;
}
#lis-head button img, #text-head button img {
    width: 20px;
    margin-right: 5px;
    margin-bottom: 5px;
}
#lis-head {
    display: none;
}
#modality-info {
    position: relative;
    height: 40px;
}
#close-head-pnl {
    -webkit-appearance: none;
    -moz-appearance: normal;
    background: none;
    border: none;
    height: 40px;
    cursor: pointer;
}
#close-head-pnl:focus {
    outline: none;
}
#close-head-pnl:hover {
    opacity: 0.8;
}
#close-head-pnl:active {
    opacity: 0.4;
}
#close-head-pnl span {
    cursor: pointer;
}
#head-help-center .glyphicon {
    margin-right: 2px;
    top: 2px;
    cursor: pointer;
}
#go-active-cntrst {
    -webkit-appearance: none;
    border: none;
    width: 70px;
    height: 28px;
    background: #FCE428;
    font-size: 14px;
    color: black;
    line-height: 26px;
    border-radius: 2px;
    margin-top: 6px;
    margin-left: 10px;
}
#go-active-cntrst:hover {
    opacity: 0.8;
}
#go-active-cntrst:active {
    opacity: 0.4;
}
#go-active-cntrstmobile {
    height: 60px;
    background: #FCE428;
    clear: both;
}
#go-active-cntrstmobile button {
    width: 100%;
    height: 60px;
    background: #FCE428;
    border-radius: 0px !important;
    margin-top: 0px;
    font-size: 16px;
    color: black;
    border: none;
}
#select-lang a {
    color: white;
    text-decoration: none;
}
#select-lang .dropdown-menu {
    box-shadow: none;
}
#select-lang .dropdown-menu a {
    color: black;
}
#select-lang .dropdown-toggle {
    background: black;
    color: white;
    border:none;
    border-left: 1px solid white;
    border-radius: 0px;
}
#select-lang .dropdown-menu a:hover {
    background: #50B3FF;
    color: white;
}
#select-lang .btn {
    border-radius: 0px;
}
#select-lang .glyphicon {
    font-size: 10px;
    margin-left: 8px;
}
header {
    position: relative;
}
.fixed-mobile-nav {
    position: fixed !important;
    width: 100% !important;
    z-index: 9999;
    top: 0px;
    background: rgba(255,255,255,0.99);
    padding-top: 20px !important;
    box-shadow: 0px 0px 1px 0px gray;
}
.header-less-margin-top {
    margin-top: 0px !important;
}
.mobile-padding-control {
    padding-top: 20px !important;
}
.fixed-mobile-nav .navbar-default {
    background: transparent!important;
    margin-bottom: 0px !important;
}
.logo-padding {
    padding-top: 30px;
}
#logo img {
    width: 90%
}
header #main-nav {
    background-color: white;
    border: none !important;
    padding-top: 5px;
}
header #main-nav .navbar-nav {
    padding-left: 40px;
}
header .navbar-default {
    background-color: white;
    border: none !important;
}
.navbar-nav>li>a {
    padding: 0px;
}
.main-menu-li {
    font-weight: 700;
    font-size: 14px;
    border: 1px solid #BCBCBC;
    border-radius: 4px;
    margin-right: 5px;
    padding: 6px 10px 6px 10px;
}
.main-menu-li:hover, .active-nav {
    background: none;
    border: 1px solid #50b3ff;
    cursor: pointer;
    box-shadow: 0px 0px 0px 1px #50b3ff;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
#main-nav li a {
    font-size: 13px;
    color: #323232;
    float: left;
    display: block;
    padding-right: 15px;
}
#main-nav li img {
    width: 6px;
    float: right;
    padding-top: 6px;
}
#main-nav .dropdown-menu {
    border-radius: 0px 0px 3px 3px;
    box-shadow: none;
    margin-top: 0px;
    border: 1px solid #BCBCBC;
}
#main-nav .dropdown-menu li a {
    width: 100%;
}
#main-nav .dropdown-menu li a:hover {
    background: #50B3FF;
    color: white;
}
/*.menu-img-rotate {
    -ms-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    margin-top: 3px;
    margin-left: 6px;
    cursor: pointer;
}*/
.no-margin-right {
    margin-right: 0px;
}
#istitutional-nav {
    background-color: white;
    border: none !important;
    margin-bottom: 0px !important;
    min-height: 38px !important;
}
#istitutional-nav li {
    margin-right: 20px;
    font-size: 12px;
    font-weight: 600;
    line-height: 27px;
}
#istitutional-nav li a {
    color: #323232;
    line-height: 28px !important;
}
#istitutional-nav li a:hover {
    color: darkgray;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.active-page a {
    color: #50B3FF !important;
}
#social-nav li {
    width: 30px;
    margin-right: 6px;
}
#social-nav li:hover {
    opacity: 0.7;
}
#social-nav img {
    width: 100%;
}
.no-scroll {
    overflow-x: hidden;
    overflow-y: hidden;
}
#slider {
    position: relative;
}
#foscari-logo {
    position: absolute;
    width: 80px;
    right: 10%;
    bottom: 20px;
    z-index: 999;
}
#foscari-logo img {
    width: 100%;
}
.bx-wrapper {
    margin-top: 20px;
    margin: 0 auto 22px;
}
.bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0px;
    left: -5px;
    background: #fff;
    min-height: 432px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#slider .bx-pager {
    display: none;
}
.bx-default-pager a {
    border-radius: 0px !important;
    margin: 0px !important;
}
.bx-pager-item a:hover {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: padding-top 0.4s ease;
    -moz-transition: padding-top 0.4s ease;
    -ms-transition: padding-top 0.4s ease;
    -o-transition: padding-top 0.4s ease;
    opacity: 1;
}
.bx-pager-item  .active {
    padding-top: 4px;
    padding-bottom: 10px;
    opacity: 1;
}
.bx-wrapper .bx-controls-direction a {
    z-index: 999!important;
}
.v-1-pg-bg {
    background-color: #50B3FF !important;
}
.v-2-pg-bg {
    background-color: #79CF25 !important;
}
.v-3-pg-bg {
    background-color: #ED5D24 !important;
}
.v-4-pg-bg {
    background-color: #BF3ADE !important;
}
#v_slide_main {
    position: relative;
    margin: auto;
    text-align: center;
}
#v_slide_main h1 {
    font-family: 'Open Sans';
    font-size: 38px;
    font-weight: 300;
    line-height: 45px;
    margin-bottom: 10px;
}
#v_slide_main p {
    width: 45%;
    margin: auto;
    color: #9B9B9B;
    font-size: 20px;
    padding-top: 0px;
}
#v_slide_main figure img {
    width: 180px;
    margin: auto;
    margin-bottom: 20px;
}
#slide-left-icon {
    position: absolute;
    top: 28%;
    left: 50%;
    margin-left: -350px;
}
#slide-right-icon {
    position: absolute;
    top: 28%;
    right: 50%;
    margin-right: -370px;
}
#slide-left-icon img, #slide-right-icon img{
    width: 45px;
    float: left;
    margin-right: 20px;
    opacity: 0.45;
}
.product-big-logo {
    margin: auto;
}
.product-big-logo img {
    width: 100%;
}
#tour-big-logo {
    width: 220px;
    margin-top: 0px;
    margin-bottom: 20px;
}
#live-big-logo {
    width: 230px;
    margin-top: 0px;
    margin-bottom: 20px;
}
#translate-big-logo {
    width: 250px;
    margin-top: 40px;
    margin-bottom: 35px;
}
.home-slide h2 {
    font-size: 36px;
    font-weight: 400;
    text-align: center;
}
.home-slide h2 span {
    display: block;
    font-size: 28px;
    font-weight: 300;
    padding-top: 5px;
}
.home-slide p {
    width: 60%;
    margin: auto;
    padding-bottom: 20px;
    padding-top: 10px;
    font-size: 22px;
    color: #9B9B9B;
    text-align: center;
}
#three-box {
    width: 100%;
    background: #F6F6F6;
}
#three-box #translate-box a {
    margin-top: 58px;
}
#boxes-title h2 {
    text-align: center;
    font-weight: 300;
    padding-top: 40px;
    font-size: 32px;
    color: #323232;
}
#boxes-title p {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #50B3FF;
    padding-top: 8px;
    padding-left: 40px;
    padding-right: 40px;
}
.box {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.box-container {
    margin: auto;
    background: #FFFFFF;
    box-shadow: 0px 2px 1px 0px #D4D4D4;
    border-radius: 3px;
}
.box figure {
    width: 150px;
    margin: auto;
    padding-top: 40px;
}
.box figure img {
    width: 100%;
}
.box h3 {
    font-size: 24px;
    margin-top: 20px;
    font-weight: 600;
}
.box p {
    padding: 10px 20px 20px 20px;
    color: #666666;
    font-weight: 500;
}
.box-button {
    display: block;
    background: #50B3FF;
    border-radius: 3px;
    color: white;
    width: 60%;
    margin: auto;
    height: 40px;
    font-weight: 600;
    line-height: 40px;
    font-size: 14px;
    margin-top: 20px;
}
.box-button:hover {
    background: none;
    color: #50B3FF;
    border: 2px solid #50B3FF;
    transition:  all 0.4s ease;
    text-decoration: none;
    line-height: 36px;
    box-shadow: none;
}
#tour-box h3 span {
    color: #79CD51;
}
#live-box h3 span {
    color: #FF6E00;
}
body[lang=it] #live-box a {
    margin-top: 38px;
}
body[lang=en] #live-box a {
    margin-top: 58px;
}
#translate-box h3 span {
    color: #BF3ADE;
}
body[lang=it] #translate-box a {
    margin-top: 35px;
}
body[lang=en] #translate-box a {
    margin-top: 32px;
}
#big-blockquote {
    position: relative;
    width: 100%;
    background: #50B3FF;
    overflow: hidden;
}
#big-blockquote .container {
    position: relative;
}
#big-blockquote blockquote {
    font-family: Georgia, "Times New Roman", Serif;
    font-size: 32px;
    font-weight: 400;
    font-style: italic;
    color: white;
    text-align: center;
    padding: 60px 60px 90px 60px;
}
#big-blockquote cite {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -87px;
    bottom: 50px;
    font-size: 18px;
    font-weight: 600;
    color: rgba(255,255,255,0.7);
}
.sx-hand {
    position: absolute;
    top: -4px;
    left: 0px;
    width: 200px;
    opacity: 0.7;
}
.dx-hand {
    position: absolute;
    top: -4px;
    right: 0px;
    width: 200px;
    opacity: 0.7;
}
#partners {
    position: relative;
    width: 100%;
    height: 285px;
    background: #F6F6F6;
}
#partners-container {
    background: white;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 16px;
    padding-left: 0px;
    padding-right: 0px;
    box-shadow: 0px 2px 1px 0px #D4D4D4;
    border-radius: 4px;
}
#partners h4 {
    display: block;
    width: 370px;
    height: 30px;
    margin: auto;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 400;
    text-align: right;
    /* text-transform: uppercase; */
    color: #323232;
    line-height: 28px;
    background-image: url('../img_2x/ui/icons/symbol.png');
    background-repeat: no-repeat;
    background-size: 25px;
}
.support-box a:hover {
    text-decoration: none;
}
.support-box a:hover figure {
    opacity: 0.7;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.support-box img {
    width: 100%;
}
.support-box figcaption {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #50B3FF;
    padding-top: 10px;
}
.support-box figcaption span {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #323232;
}
#regione-veneto img {
    display: block;
    width: 300px;
    margin: auto;
    padding-top: 40px;
}
#regione-veneto figcaption {
    padding-top: 33px;
}
#ens img{
    display: block;
    width: 100px;
    margin: auto;
}
#uci {
    margin-right:25%
}
#uci img{
    display: block;
    width: 100px;
    margin: auto;
    padding-top: 20px;
}
#uci figcaption {
    padding-top: 15px;
}
footer {
    width: 100%;
    background: #323232;
    padding-bottom: 20px;
}
#footer-form {
    position: relative;
    width: 100%;
    height: 80px;
    background: white;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 3px;
}
footer input[type="text"] {
    width: 80%;
    height: 75px;
    float: left;
    background: white;
    border: none;
    font-size: 22px;
    font-weight: 600;
    padding-left: 20px;
    color: #50B3FF;
    margin-top: 2px;
    margin-left: 2px;
    margin-right: 12px
}
footer input::-webkit-input-placeholder { /* WebKit browsers */
    color: #CCC;
}
footer input:focus {
    outline: none;
}
footer input:focus::-webkit-input-placeholder {
    color:transparent;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
footer input:focus:-moz-placeholder {
    color:transparent;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.input-outline {
    box-shadow: 0px 0px 1px 3px #50B3FF;
    transition: all 0.2s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
#footer-form-send {
    width: 18%;
    height: 80%;
    float: left;
    margin-top: 8px;
    background: #50B3FF;
    border: none;
    color: white;
    font-size: 24px;
    font-weight: 400;
    background-image: url('../img_2x/ui/icons/input-arrow.png');
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 2px;
    color: transparent;
}
#footer-form-send:hover {
    background: none;
    background-image: none;
    color: #50B3FF;
    border: 2px solid #50B3FF;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
#footer-logo {
    width: 60%;
    padding-top: 8px;
}
#footer-logo img {
    width: 100%;
}
#footer-social {
    margin-top: 30px;
}
footer ul li {
    list-style: none;
    float: left;
    color: white;
    line-height: 26px;
    font-weight: 600;
}
#footer-social li {
    width: 30px;
    margin-right: 10px;
}
#footer-social li:hover {
    opacity: 0.7;
}
#footer-social li img {
    width: 100%;
}
#footer-g-info a {
    color: #50B3FF;
    text-decoration: none;
}
#footer-service li, #footer-other-link li {
    width: 100%;
}
#footer-service li a, #footer-other-link a {
    color: white;
}
#footer-service li a:hover, #footer-other-link a:hover {
    color: #50B3FF;
    text-decoration: none;
}
#copyright-li {
    font-weight: 400;
    margin-top: 25px;
}
#proudly-venice {
    font-weight: 400;
    font-style: italic;
    color: #50B3FF;
}
.button {
    display: block;
    width: 195px;
    height: 40px;
    margin: auto;
    margin-top: 20px;
    padding: 10px 10px 32px 10px;
    border: 2px solid #50B3FF;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 600;
    color: white;
    background: #50B3FF;
    text-align: center;
    text-decoration: none;
}
.button:hover {
    color: #50B3FF;
    background: none;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.slide-button {
    width: 150px;
    height: 45px;
    line-height: 42px;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 0px 20px 10px 20px;
}

/* Product Pages */

.inner-page {
    position: relative;
    width: 100%;
    background: white;
    color: #323232;
}
.inner-page h1 {
    text-align: center;
    font-size: 48px;
    font-weight: 300;
    margin-top: 20px;
}
#tour-page {
    overflow: hidden;
}
#tour-page .button {
    border: 2px solid #79CD51;
    background: #79CD51;
}
#tour-page .button:hover {
    color: #79CD51;
    background: none;
}
#tour-page #first-p {
    min-height: 510px;
}
body[lang=it] #tour-page #second-p {
    min-height: 190px;
}
body[lang=en] #tour-page #second-p {
    min-height: 170px;
}
#live-page {
    overflow: hidden;
}
#live-page .button {
    border: 2px solid #FF6E00;
    background: #FF6E00;
}
#live-page .button:hover {
    color: #FF6E00;
    background: none;
}
#live-page .userinterpreter-info figure {
    width: 150px;
    margin: auto;
    margin-top: 20px;
}
#live-page .userinterpreter-info img {
    width: 100%;
}
#live-page .box-userinterpreter h3 {
    margin-bottom: 20px;
}
#live-page .userinterpreter-info p {
    padding: 0px;
    padding-top: 20px!important;
    column-count: 1 !important;
    -webkit-column-count: 1!important;
    -moz-column-count: 1!important;
    column-gap: 0px!important;
    -webkit-column-gap: 0px!important;
    -moz-column-gap: 0px!important;
}
body[lang=it] #live-page #first-p {
    min-height: 310px;
}
body[lang=en] #live-page #first-p  {
    min-height: 310px;
}
#live-page #second-p {
    min-height: 310px;
}
.contact-button {
    display: block;
    width: 180px;
    height: 50px;
    margin: auto;
    margin-top: 40px;
    font-size: 16px;
    color: white;
    line-height: 46px;
    text-align: center;
    background: #50B3FF;
    border: 2px solid #50B3FF;
    border-radius: 3px;
}
.contact-button:hover {
    color: #50B3FF !important;
    background: transparent;
    text-decoration: none !important;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.inner-page h2 {
    font-size: 26px;
    color: #9B9B9B;
    text-align: center;
    line-height: 32px;
    font-weight: 400;
    width: 90%;
    margin: auto;
    margin-top: 10px;
}
.inner-page h3 {
    font-size: 24px;
    color: #50b3ff;
    text-align: center;
    font-weight: 600;
    line-height: 32px;
    clear: both;
}
.inner-page blockquote {
    font-size: 28px;
    text-align: center;
    padding-top: 20px;
    line-height: 36px;
    font-family: Georgia, "Times New Roman", Serif;
}
#tour-page blockquote {
    padding-top: 120px;
    padding-bottom: 120px;
    color: white;
    background: #79CD51;
    text-shadow: 0px 1px 8px black;
}
#tour-page blockquote img {
    width: 180px;
    display: block;
    margin: auto;
    padding-bottom: 20px;
}
#tour-page .article-img-bg {
    height: 100px;
    background-image: url('../img_2x/tour/tour-icons-slide.png');
    background-size: 920px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
#live-page .article-img-bg {
    height: 80px;
    background-image: url('../img_2x/live/live-icons-slide.png');
    background-size: 620px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
#live-page blockquote img {
    width: 180px;
    display: block;
    margin: auto;
    padding-bottom: 20px;
}
.separating-line {
    width: 100%;
    height: 1px;
    margin-top: 40px;
    margin-bottom: 40px;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIgc3RvcC1vcGFjaXR5PSIwLjAxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYWFhYWFhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTYlIiBzdG9wLWNvbG9yPSIjYWFhYWFhIiBzdG9wLW9wYWNpdHk9IjAuODgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIgc3RvcC1vcGFjaXR5PSIwLjAxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(left,  rgba(170,170,170,0.01) 0%, rgba(170,170,170,0.9) 45%, rgba(170,170,170,1) 50%, rgba(170,170,170,0.88) 56%, rgba(170,170,170,0.01) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(170,170,170,0.01)), color-stop(45%,rgba(170,170,170,0.9)), color-stop(50%,rgba(170,170,170,1)), color-stop(56%,rgba(170,170,170,0.88)), color-stop(100%,rgba(170,170,170,0.01))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(170,170,170,0.01) 0%,rgba(170,170,170,0.9) 45%,rgba(170,170,170,1) 50%,rgba(170,170,170,0.88) 56%,rgba(170,170,170,0.01) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(170,170,170,0.01) 0%,rgba(170,170,170,0.9) 45%,rgba(170,170,170,1) 50%,rgba(170,170,170,0.88) 56%,rgba(170,170,170,0.01) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(170,170,170,0.01) 0%,rgba(170,170,170,0.9) 45%,rgba(170,170,170,1) 50%,rgba(170,170,170,0.88) 56%,rgba(170,170,170,0.01) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(170,170,170,0.01) 0%,rgba(170,170,170,0.9) 45%,rgba(170,170,170,1) 50%,rgba(170,170,170,0.88) 56%,rgba(170,170,170,0.01) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03aaaaaa', endColorstr='#03aaaaaa',GradientType=1 ); /* IE6-8 */
}
.main-product-banner {
    position: relative;
    width: 100%;
    height: 470px;
    overflow: hidden;
}
#tour-page .main-product-banner #tour-screen-1 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 820px;
}
#tour-page .main-product-banner #tour-screen-2 {
    position: absolute;
    left: 850px;
    bottom: 0px;
    width: 210px;
}
#live-page .main-product-banner #live-screen-1 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 820px;
}
#live-page .main-product-banner #live-screen-2 {
    position: absolute;
    left: 850px;
    bottom: 0px;
    width: 450px;
}
#translate-page .main-product-banner #translate-screen-1 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 820px;
}
#translate-page .main-product-banner #translate-screen-2 {
    position: absolute;
    left: 850px;
    bottom: 0px;
    width: 210px;
}
#tour-page .main-product-banner  {
    position: relative;
    background-color: #79CD51;
    background-image: url('../img_2x/tour/tour-main-bg.jpg');
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
#live-page .main-product-banner {
    background: #FF6E00;
    background-image: url('../img_2x/live/live-main-bg.jpg');
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
#about-page .main-product-banner {
    position: relative;
    width: 100%;
    background-color: #50B3FF;
    background-image: url('../img_2x/about/about-bg.png');
    background-size: cover;
    background-position: center center;
}
#about-page #foscari-logo {
    position: absolute;
    width: 80px;
    right: 10%;
    top: 310px;
}
#about-page .main-product-banner img {
    position: absolute;
    width: 340px;
    top: 50%;
    margin-top: -70px;
    left: 50%;
    margin-left: -170px;
}
.main-product-banner figcaption {
    font-size: 24px;
    text-align: center;
    color: white;
    padding-top: 55px;
    text-shadow: 0px 1px 20px rgba(0,0,0,0.5);
}
#live-page .main-product-banner figcaption {
    text-shadow: none !important;
}
#about-page .main-product-banner figcaption {
    text-shadow: none;
}
.video-container {
    position: relative;
}
#live-page video {
    margin-top: 40px;
}
#live-video {
    position: relative;
    width: 100%;
}
#live-page .video {
    position: absolute;
    width: 920px;
    height: 518px;
    top:40px;
    left: 91px;
    cursor: pointer;
    z-index: -9;
}
#live-page .hide-video {
    background: rgba(0,0,0,0.8);
    background-image: url('../img_2x/ui/icons/play-video-hover.png');
    background-image: url('../img_2x/ui/icons/play-video.png');
    background-position: center center;
    background-size: 140px;
    background-repeat: no-repeat;
    z-index: 999;
}
#live-page .hide-video:hover {
    background-image: url('../img_2x/ui/icons/play-video-hover.png');
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.product-description {
    position: relative;
    font-size: 1.3em;
    font-weight: 400;
    text-align: justify;
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-gap: 40px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    clear: both;
    text-align: justify;
}
.product-description span {
    display: block;
    padding-bottom: 1.4em;
}
.product-description strong {
    color: #4a4a4a;
}
#live-page .product-description {
    padding-bottom: 40px;
}
.product-article-figure {
    width: 100%;
    height: 350px;
    background: #50B3FF;
}
.last-description {
    padding-bottom: 0px;
}
#tour-page blockquote {
    background-image: url('../img_2x/tour/tour-blockquote-bg.jpg');
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 30px;
}
#live-page blockquote {
    background: #FF6E00;
    color: white;
    padding-top: 80px;
    padding-bottom: 80px;
    line-height: 42px;
    margin-bottom: 40px;
    margin-top: 40px;
}
#live-page blockquote cite {
    font-size: 20px;
    font-style: italic;
}
#translate-page .button {
    background: #BF3ADE;
    border: 2px solid #BF3ADE;
}
#translate-page .button:hover {
    color: #BF3ADE;
    background: none;
}
#translate-page .main-product-banner {
    background-image: url('../img_2x/translate/translate-main-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.share-section {
    position: relative;
    width: 100%;
    height: 190px;
    margin-bottom: 30px;
    background: white;
}
#live-share, #translate-share, #about-share {
    height: 100px;
}
.share-section h4 {
    font-size: 18px;
    font-weight: 600;
    color: darkgray;
    text-align: center;
}
.share-section .download-box {
    width: 340px;
    height: 55px;
    margin: auto;
    margin-bottom: 40px;
}
.share-section .download-box li {
    position: relative;
}
.share-section #download-tour {
    width: 512px;
}
.share-section ul li img:hover {
    opacity: 0.6;
    cursor: pointer;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
}
.share-section .download-box li {
    float: left;
    list-style: none;
    margin-right: 20px;
}
.share-section .download-box li img {
    width: 150px;
}
.share-section .pre-footer-share {
    width: 115px;
    margin: auto;
    padding-top: 20px;
}
.share-section .pre-footer-share li {
    float: left;
    list-style: none;
    text-align: center;
}
.share-section .pre-footer-share li img {
    width: 50px;
    margin-right: 6px;
}
.full-center-figure {
    margin-top: 40px;
}
.full-center-figure  img {
    width: 100%;
}

/* Blog */

#blog-page {
    position: relative;
    width: 100%;
    background: #F6F6F6;
}
#blog-page h1 {
    margin-top: 20px;
    text-align: center;
}
#blog-page h2 {
    text-align: center;
    width: 40%;
    margin: auto;
    color: #9B9B9B;
    font-size: 20px;
    margin-top: 10px;
}
#post-container {
    position: relative;
    margin-top: 30px;
}
.post {
    border-radius: 3px;
    list-style: none;
    height: 457px;
    margin-bottom: 10px;
}
.post a {
    text-decoration: none;
}
.post-content {
    position: relative;
    width: 100%;
    height: 457px;
    background: white;
    box-shadow: 0px 2px 1px 0px #D4D4D4;
    border-radius: 3px;
}
#post-container .post-content:hover figure img {
    width: 105%;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
#post-container:hover li {
    opacity: 0.2;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
#post-container li:hover {
    opacity: 1;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
#post-container figure {
    position: relative;
    width: 96%;
    margin: auto;
    height: 210px;
    padding-top: 6px;
    margin-bottom: 10px;
    overflow: hidden;
}
#post-container figure figcaption {
    position: absolute;
    width: 70px;
    height: 70px;
    background: #50B3FF;
    color: white;
    font-size: 20px;
    text-align: center;
}
.date-number {
    display: block;
    font-weight: 700;
    padding-top: 12px
}
.date-month{
    display: block;
    clear: both;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
}
#post-container figure img {
    width: 100%;
    display: block;
    clear: both;
}
#post-container h3 {
    color: #50B3FF;
    font-size: 21px;
    font-weight: 600;
    line-height: 26px;
    padding: 0px 20px 0px 20px;
    max-height: 80px;
    overflow: hidden;
}
#post-container p {
    display: block;
    padding: 6px 20px 5px 20px;
    color: #323232;
    text-align: justify;
    max-height: 90px;
    overflow: hidden;
}
#blog-page .button {
    margin-top: 10px;
    width: 310px;
}
#post-options {
    position: relative;
    float: right;
    margin-top: -36px
}
#post-options .dropdown-menu {
    box-shadow: none;
}
#post-options .dropdown-toggle {
    color: #50B3FF;
    border:none;
    border: 1px solid #BCBCBC;
    background: white;
}
#post-options .dropdown-toggle a {
    color: #50B3FF;
}
#post-options .dropdown-toggle:hover {
    color: white;
    background: #50B3FF;
    border: 1px solid #50B3FF;
    opacity: 0.8;
}
#post-options .dropdown-toggle:active {
    box-shadow: none;
    opacity: 1;
}
#post-options .dropdown-toggle:hover a {
    color: white;
    text-decoration: none;
}
#post-options .dropdown-menu {
    border-radius: 0px 0px 3px 3px;
    box-shadow: none;
    margin-top: 0px;
    border: 1px solid #BCBCBC;
}
#post-options .dropdown-menu li a:hover {
    background: #50B3FF;
    color: white;
}

/* Single Post */

.single-post {
    width: 100%;
    background: #F6F6F6;
}
.single-post article {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    background: white;
    box-shadow: 0px 2px 1px 0px #D4D4D4;
}
.single-post h1 {
    font-size: 32px;
    line-height: 40px;
    text-align: left;
    padding: 20px 10px 0px 10px;
}
.single-post h2 {
    font-family: Georgia, "Times New Roman", Serif;
    font-size: 22px;
    line-height: 28px;
    color: gray;
    padding: 10px 10px 15px 10px;
}
.single-post ul {
    margin-left: 40px;
}
.single-post li {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
}
.post-main-figure {
    position: relative;
    width: 100%;
    max-height: 420px;
    overflow: hidden;
    margin-bottom: 10px;
}
.post-main-figure figcaption {
    position: absolute;
    bottom: 0px;
    width: 100%;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
    font-size: 14px;
    font-weight: 600;
    color: white;
    height: 100px;
    line-height: 100px;
    padding: 20px 0px 0px 20px;
}
.post-main-figure img {
    width: 100%;
}
.single-post p {
    font-size: 16px;
    color: #323232;
    line-height: 26px;
    padding: 10px;
}
.date-single-post {
    position: relative;
    background: white;
    width: 120px;
    height: 120px;
    margin-top: 20px;
    box-shadow: 0px 2px 1px 0px #D4D4D4;
}
.date-single-post span {
    display: block;
    clear: both;
}
.day-single-post {
    background: #50B3FF;
    color: white;
    text-align: center;
    font-weight: 600;
    padding: 5px 0px 5px 0px;
}
.number-single-post {
    font-size: 46px;
    text-align: center;
}
.year-single-post {
    color: gray;
    text-align: center;
    text-transform: capitalize;
}
.single-post aside h3 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 14px;
}
.recomended-post:hover li {
    opacity: 0.6;
}
.recomended-post li {
    list-style: none;
    margin-bottom: 15px;
}
.recomended-post li:hover {
    opacity: 1;
}
.recomended-single figure {
    position: relative;
    width: 90%;
    height: 141px;
    border-left: 6px solid #50B3FF;
    box-shadow: 0px 2px 1px 0px #D4D4D4;
    overflow: hidden;
}
.recomended-single figure img {
    width: 100%;
}
.recomended-single figure figcaption {
    position: absolute;
    bottom:0px;
    width: 100%;
    background: rgba(0,0,0,0.65);
    color: white;
    font-weight: 600;
    text-align: left;
    text-shadow: 0px 2px 10px black;
    line-height: 16px;
    padding: 10px 10px 10px 10px;
}
.recomended-single:hover img {
    width: 108%;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

/* Contatti */
#contacts-page {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
#contacts-page aside {
    position: absolute;
    top: 50%;
    margin-top: -265px;
    left: 0px;
    width: 420px;
    height: 530px;
    background: rgba(255,255,255,0.95);
    border-radius: 4px;
    box-shadow: 0px 2px 1px 0px #D4D4D4;
}
#contacts-page aside a {
    color: #50b3ff;
}
#contacts-page h1 {
    position: relative;
    font-size: 30px;
    padding-top: 20px;
    padding-left: 45px;
    padding-bottom: 7px;
    background-image: url('../img_2x/ui/icons/symbol.png');
    background-size: 24px;
    background-position: 5px 24px;
    background-repeat: no-repeat;
}
#contacts-page h2 {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#contacts-page p {
    padding-top: 10px;
    line-height: 25px;
    margin-bottom: 10px;
}
#contacts-page p span {
    color: #50b3ff;
}
#contacts-page form input, #contacts-page form textarea {
    margin-top: 6px;
    margin-bottom: 6px;
}
#contacts-page iframe {
    width: 100%;
    height: 400px;
}
#contacts-page form input[type="text"], #contacts-page form input[type="email"] {
    -webkit-appearance: none;
    -moz-appearance: normal;
    height: 30px;
    border: 1px solid darkgray;
    border-radius: 2px;
}
#contacts-page form textarea {
    -webkit-appearance: none;
    -moz-appearance: normal;
    height: 100px;
    border-radius: 2px;
    border: 1px solid darkgray;
}
#contacts-page form input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance:normal;
    height: 45px;
    border: none;
    font-size: 18px;
    color: white;
    background: #50b3ff;
    border-radius: 2px;
}
#contacts-page form input[type="submit"]:hover {
    background: none;
    border: 2px solid #50b3ff;
    color: #50b3ff;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
}
#contacts-page form input[type="checkbox"] {
    cursor: pointer;
}
#contacts-page form label {
    font-size: 12px;
    font-weight: 400;
    padding-top: 10px;
    padding-left: 8px;
    cursor: pointer;
}

/* About */

#about-page h1 {
    font-size: 38px;
    line-height: 45px;
    text-align: center;
    margin-top: 30px;
}
#about-page .product-description {
    padding-top: 10px;
    padding-bottom: 10px;
}
.about-share {
    height: 110px !important;
}
#team-section {
    height: auto;
    background: white;
    margin-bottom: 20px;
}
#team-section h2 {
    font-size: 32px;
    text-align: center;
    color: #50b3ff;
    margin-bottom: 30px;
}
#team-section h3 {
    text-align: center;
    color: #50b3ff;
    margin-top: 10px;
}
#team-section h3 span {
    display: block;
    color: black;
    font-size: 18px;
    margin-top: 5px;
}
#team-section .team {
    float: left;
    list-style: none;
    margin-bottom: 20px;
    text-align: center;
    min-height: 314px;
}
#team-section .team p {
    font-size: 13px;
    padding: 10px;
}
#team-section .team figure {
    width: 120px;
    height: 120px;
    margin: auto;
    border: 2px solid #50b3ff;
    border-radius: 100%;
    background: lightgray;
    overflow: hidden;
}
#team-section .team figure img {
    width: 100%;
}
/* Press */

#press-page h3 {
    text-align: left;
    padding-top: 5px;
}
#press-page p {
    padding-top: 10px;
    padding-bottom: 10px;
}
#press-page ul {
    margin-top: 40px;
}
#press-page ul li {
    position: relative;
    list-style: none;
}
/*#press-page span {
    display: block;
    font-weight: 600;
}*/
#press-page figure {
    max-height: 140px;
    overflow: hidden;
}
#press-page figure img {
    width: 100%;
}
#press-page a {
    color: #50b3ff;
    display: block;
    margin-bottom: 25px;
}
#press-page .separating-line {
    clear: both;
}

/* Servizi */

#services-page {
    position: relative;
    background: #F6F6F6;
    padding-bottom: 30px;
}
#services-page h1 {
    padding-top: 40px;
    padding-left: 60px;
    background-image: url('../img_2x/ui/icons/symbol.png');
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 0px 44px;
    width: 360px;
    height: 100px;
    margin: auto;
}
#services-page h2 {
    margin-bottom: 30px;
}
#services-page h3 {
    color: #323232;
    margin-top: 15px;
}
#services-page strong {
    font-weight: 600;
}
#services-page .box h4 {
    margin-top: 4px !important;
    margin-bottom: 4px;
    line-height: 24px;
}
#services-page .box-container {
    min-height: 410px;
}
#sub-services blockquote {
    font-size: 22px;
    padding-top: 35px;
}
#sub-services blockquote cite {
    display: block;
    font-size: 18px;
    font-style: italic;
    margin-top: 10px;
}
.single-service-figure {
    margin-bottom: 30px;
}
.single-service-figure img {
    width: 55%;
}
.service p {
    text-align: justify;
    margin-bottom: 20px;
}
.box-span-padding {
    display: inline-block;
    margin-bottom: 10px;
}
#sub-services {
    background: #50b3ff;
    height: auto;
}
#sub-services .bx-viewport {
    margin: 0px;
    background: none;
}
#sub-services .bx-wrapper .bx-next {
    background: url(images/controls.png) no-repeat -43px -64px;
}
#sub-services .bx-wrapper .bx-prev {
    background: url(images/controls.png) no-repeat 0 -64px;
}
#sub-services {
    color: white;
    font-size: 32px;
    font-weight: 400;
}
#sub-services li {
    margin-top: 95px;
}
#sub-services figure img {
    width: 175px;
}
#sub-services p {
    margin-top: 47px;
}
.soon-badge {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #79CD51;
    color: white;
    text-align: center;
    top: -20px;
    left: -10px;
    font-size: 12px;
    line-height: 47px;
    border: 2px solid white;
    z-index: 999;
}

.privacy-page{
    padding-bottom: 48px;
}
.privacy-page h4 {
    color:#1E4574 ;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    font-size: 20px;
    line-height: 24px;
    font-family: /*"HelveticaNeue", "Helvetica Neue", Helvetica, */Arial, sans-serif;
    font-weight: normal;
    position: relative;
}

.privacy-page h4.open:hover {
    color:#1E4574 !important;
    padding-left: 10px;
}

.privacy-page h4.open {
    color: #3684E3 !important;
}

.privacy-page h4.open:after {
    padding-left: 10px;
    color: #3684E3;
    content:"[+]";
    display: inline-block;
}
.privacy-page h4:after {
    color:#1E4574 ;
    padding-left: 10px;
    content: "[-]";
    display: inline-block;
}
.privacy-page h6 {
    color:#bbb;
    font-weight: bold;
    font-size: 14px;
    top: 0;
}
.share-section.live-share {
    height: auto!important;
    margin-bottom: 0!important;
}
.article-text {
    padding-bottom: 20px;
}
.article-text  .sottotitolo {
    font-size: 16px;
}
.article-text a {
    margin-bottom: 0!important;
}

#risposta {
    background: #50B3FF;
    display: block;
    color: #FFF;
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}

#blog-page #post-options {
    display:none;
}

.bx-wrapper .bx-viewport {
    box-shadow:none!important;
}
