﻿#logo img { max-height: 50px;}

.mm-hlogo img { max-width: none;}
.richtext hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
    border-top: 1px dotted #d3d3d3;
    word-wrap: break-word;
    word-break: normal;
}
.row > [class*=col-] {
    float: left;
}
.col-33 {
    width: 33.333%;
}
.col-100 {
    width: 100%;
}
.module_container {
    margin: 0 auto;

}
.pageEditor .row.gutter {
    margin: 0 -20px;
}
.module.yy .form_item {
    margin-bottom: 30px;
}
.module.yy .form_content {
        padding: 14px 25px;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    transition: all ease-in-out .2s;
}
.module.yy .form_content.focus{ border-color:#585858;}
.module.yy .form_content .form_content_item {
    width: 100%;
    max-width: 100%;
    outline: 0;
    resize: none;
	    font-size: 15px;
    font-weight: bold;
}
.pageEditor .row.gutter > [class*=col-] {
    box-sizing: border-box;
    padding: 0 20px;
}

.module.yyform .module_container .more.white {
    border-color: #232323;
}
.module.yyform .form_submit {
    cursor: pointer;
    border-radius: 0;
}
.module_container .more {
    padding: 8px 50px;
    background: transparent;
    border: #ddd 1px solid;
    transition: all ease-out .3s;
    text-decoration: none;
    color: #232323;
    display: inline-block !important;
}
.module_container .more.white:hover {
    background: #07529f;
    border-color: #07529f;
    color: #fff;
}