
#whatsapp {
    position: fixed;
    bottom: 0px;
    right: 10px;
    background: url(../images/whatsapp_icon.png) no-repeat ;
    background-position: 0px 0px;
    width: 65px;
    height: 65px;
	box-sizing: border-box;
    cursor: pointer;
    z-index: 99999;
    background-size: cover;
}

/* Editor Content  */
.cms_content h1 { font-weight: bold; }
.cms_content h2 { font-weight: bold; }
.cms_content h3 { font-weight: bold; }
.cms_content h4 { font-weight: bold; }
.cms_content h5 { font-weight: bold; }
.cms_content h6 { font-weight: bold; }

.cms_content { }
.cms_content p { margin: 0; line-height: 2em;  }
.cms_content img { max-width: 100%; height: auto !important; }
.cms_content table,
.cms_content iframe { max-width: 100%; }
.cms_content dl, 
.cms_content ol, 
.cms_content ul { margin-bottom: 0; padding-left: 20px; }
.cms_content table { border-collapse: collapse; }
/* .cms_content tbody, 
.cms_content td, 
.cms_content tfoot, 
.cms_content th, 
.cms_content thead, 
.cms_content tr { border-width: inherit; } */
.cms_content table.mScroll { overflow-x: scroll; max-width: 100%; display: block; }
.cms_content table.hideLast tr:last-child { display: none; font-size: 0; }
/* .cms_content table.hideLast tr:last-child { padding: 0; height: 0px; }
.cms_content table.hideLast tr:last-child td { padding: 0; height: 0px; font-size: 0; } */
.cms_content ol, 
.cms_content ol li { list-style-type: decimal; line-height: 2em;  }
.cms_content ul, 
.cms_content ul li { list-style-type: inherit; line-height: 2em;  }

.cms_content a { color:#5e322e; }
.cms_content a:hover { color: #a47c7a; }

.cms_content td { line-height: 2em; }
@media screen and (max-width: 1025px){
    .cms_content table.padRowH { display: block; position: relative; }
    .cms_content table.padRowH > tbody, 
    .cms_content table.padRowH > tbody > tr { display: block; width: 100%; }
    .cms_content table.padRowH > tbody > tr > td { display: block; width: 100% !important; margin-bottom: 1px; position: relative; }
    .cms_content table.noRow > tbody > tr > td { xwidth: initial !important; display: table-cell; }
}

@media screen and (max-width: 769px){
    .cms_content table.padRowV { display: block; position: relative; }
    .cms_content table.padRowV > tbody, 
    .cms_content table.padRowV > tbody > tr { display: block; width: 100%; }
    .cms_content table.padRowV > tbody > tr > td { display: block; width: 100% !important; margin-bottom: 1px; position: relative; }
    .cms_content table.noRow > tbody > tr > td { xwidth: initial !important; display: table-cell; }
}

@media screen and (max-width: 520px){
    .cms_content table.mRow { display: block; position: relative; }
    .cms_content table.mRow > tbody, 
    .cms_content table.mRow > tbody > tr { display: block; width: 100%; }
    .cms_content table.mRow > tbody > tr > td { display: block; width: 100% !important; margin-bottom: 1px; position: relative; }
    .cms_content table.noRow > tbody > tr > td { xwidth: initial !important; display: table-cell; }
}

.sidemenu li a { padding-right: 20px; }
.sidemenu li i.btnSubMenu { position: absolute; right: 20px; cursor: pointer; color: #d6c2e1;  }


