/* Text */
.master-contents,
.bee-dialog {
    color: #6d6d6d;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.9;
}

.master-contents h1,
.master-contents h2,
.master-contents h3,
.master-contents h4,
.master-contents h5,
.master-contents h6 {
    color: #000 !important;
    font-family: 'Lato', sans-serif;
    margin-top: 0;
    margin-bottom: 15px;
}

/* Paragraphs */
.master-contents p {
	font-family: 'Lato', sans-serif;
    margin-bottom: 10px;
}
.master-contents p:last-child {
    margin-bottom: 0;
}

/* Lists */
.master-contents ul,
.master-contents ol { 
    margin-left: 40px;
    margin-bottom: 10px;
}
.master-contents ul:last-child,
.master-contents ol:last-child { 
    margin-bottom: 0;
}
.master-contents ul li,
.master-contents ol li { 
    list-style: initial;
}

/* Blockquotes */
.master-contents blockquote {
    padding-left: 50px;
    position: relative;
    color: #888888 !important;

    font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.9;
    margin: 20px 0 10px;
}
.master-contents blockquote:last-child {
    margin-bottom: 0;
}
.master-contents blockquote::after {
    content: '\f10e';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    font-family: FontAwesome;
    font-size: 25px;
    line-height: 25px;
    color: #888888;
    opacity: .4;
}

/* Buttons */
.master-contents .bt_index {
    display: inline-block;
    width: auto;
    height: auto;
    border-radius: 2px;
    border: none !important;
    padding: 4px 25px;
    font-size: 16px;
}

/* content block */
.master-contents .content-block {
    margin-top: 90px;
}
.master-contents .content-block:first-child {
    margin-top: 0 !important;
}


/* Titoletto 
------------------------------------------------------------ */

.master-contents .content-titoletto h2 {
}


/* Articolo
------------------------------------------------------------ */

.master-contents .content-articolo .inner h3 {
    margin: 0 0 15px;
}

/* Img Highlight */
.master-contents .content-articolo .content-articolo-highlight img {
    margin-bottom: 15px;
}

/* Img Left */
.master-contents .content-articolo .content-articolo-img_l {
    display: block;
}
.master-contents .content-articolo .content-articolo-img_l img {
    float: left;
    margin-right: 15px;
    max-width: 50%;
}

/* Img Right */
.master-contents .content-articolo .content-articolo-img_r {
    display: block;
}
.master-contents .content-articolo .content-articolo-img_r img {
    float: right;
    order: 2;
    margin-left: 15px;
    max-width: 50%;
}


/* File
------------------------------------------------------------ */

.master-contents .content-file a {
    display: block;
    position: relative;
    padding: 8px 20px 8px 50px;
    color: #222;
    background-color: #f5f5f5;
    border-radius: 2px;
}
.master-contents .content-file a + a {
    margin-top: 10px;
}
.master-contents .content-file a .content-icon {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 15px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}
.master-contents .content-file a p {
    margin: 0;
}
html.no-touch .master-contents .content-file a:hover {
    background-color: #eee;
}


/* Unsupported Browser
 * -------------------------------------------------------------------------- */

.unsupported-browser {
    margin: auto;
    max-width: 750px;
    padding: 100px 30px;
}
.unsupported-browser img{
    display: block;
    max-width: 100%;
    margin: auto;
}
.unsupported-browser h4 {
    margin: 30px 0;
    color: #000;
    text-align: center;
}