/*** editable ***/

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #222222;
}

/* general content areas */

.mz_editable {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #222222;;
}


/* hyperlinks */

a, .mz_editable a {
    color: #2BA8BD;
    text-decoration: none;
}

a:hover, .mz_editable a:hover {
    color: #386577;
}

/* bullet list in editable text */

.mz_editable ul li {
    list-style-type: square;
}

/* headings in editable text */

.mz_editable h1, .mz_editable h1.moze-megatitle {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 2.4rem;
    color: #222222;
    margin-top: 0px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: normal;
    letter-spacing: -0.03em
}
.moze-megatitle {
    font-size: 2.81rem !important;
}
.mz_editable h2, .sidebox h2 {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 1.67rem;
    color: #222222;
    font-weight: normal;
    margin-bottom: 1.21rem;
}
.mz_editable h2:first-child, .sidebox h2 {
    margin-top: 0px;
}
.mz_editable h3 {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 1.34rem;
    color: #222222;
    font-weight: normal;
}

/* special text styles */

.mz_editable .moze-important {
    color: #FFFFFF;
    background-color: #222222;
}

.mz_editable .moze-secondary {
    color: #A0A0A0;;
}

.mz_editable .moze-blockquote {
    font-style: italic;
    margin: 16px 0px 16px 20px;
}

.mz_editable .moze-code {
    font-family: 'Courier New', Courier, monospace;
    line-height: 1.3;
    padding: 5px;
    background-color: #F4F4F4;
    margin: 16px 0px 16px 0px;
}

/* user inserted pictures */

.mz_editable img {

}

/* tables */

.mz_editable table {
    border-spacing: 1px;
    border-collapse: collapse;
}
.mz_editable .moze-th {
    background-color: #F4F4F4;
}
.mz_editable td {
    padding: 7px;
    margin: 0px;
    border: 1px solid #E0E0E0;
}
.mz_editable .moze-th {
    color: #222222;
    font-weight: bold;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 16px;
}

/* image galleries */

ul.moze-gallery li {

}

/* webforms */

.moze-form {
    padding: 0px;
    margin: 10px 0px;
}
.moze-form label {
    color: #222222;
    margin: 0px 0px 4px 0px;
    font-weight: bold;
    font-size: 15px;
}

.moze-form input,
.moze-form select,
.moze-form textarea {
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #CFCFCF;
    padding: 10px;
    margin: 0px 0px 16px 0px;
}

.moze-form .moze-formbutton {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background-color: #2BA8BD;
    margin: 16px 0px 0px 0px;
}

.moze-form .moze-formbutton:hover {
    color: #FFFFFF;
    background-color: #8E9CA2;
}

/* invalid input style */

.moze-form .moze-formerror
{
    border: 1px solid #D63D22;
}

/* blog and articles */

.mz_editable .moze-postdetails,
.mz_editable .moze-postdetails a {
    color: #A0A0A0;
    text-decoration: none;
    margin-top: -12px;
    margin-bottom: 15px;
}
.mz_editable .moze-comment {
    padding: 20px;
    background-color: #F4F4F4;
    border: 1px solid #F4F4F4;
    margin-bottom: 28px;
}
.mz_editable .moze-comment div {
    margin-bottom: 5px;
}
.mz_editable .moze-comment div:last-child {
    margin-bottom: 0px;
}

.moze-button,
.moze-button-large {
    background-color: #2BA8BD;
    font-size: 16px;
}

.moze-button:hover,
.moze-button-large:hover {
    background-color: #8E9CA2;
}

.moze-button-large.btn-white,
.moze-button.btn-alt,
.moze-button-large.btn-alt {
    color: #2BA8BD;
}

.moze-button-large.btn-white:hover,
.moze-button.btn-alt:hover,
.moze-button-large.btn-alt:hover {
    color: #8E9CA2;
}

.moze-button-large.btn-alt-light {
    border-color: #2BA8BD;
}

.moze-button-large.btn-alt-light:hover {
    border-color: #8E9CA2;
}

.moze-button-large, .moze-form .moze-formbutton  {
    font-size: 17px;
}

/* list of recent blog posts */

.mz_recentposts ul {
    padding: 0;
    margin-bottom: 23px;
}
.mz_recentposts ul li {
    margin-bottom: 7px;
    line-height: 1.23;
}
.mz_recentposts ul li span {
    color: #CCCCCC;
    font-size: 14px;
}

.mz_catalog .cat-item-buy .moze-price {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
}