#main {
	background-color: #dcd4c1;
}
/* =============================================================================
 * liststyle
 * ========================================================================== */
.ce_text_extented ul {
	padding-left: 15px;
}
.ce_text_extented li { 
	list-style-type: square;
	list-style-position: outside;
}
.color-darkgray p {
	color: rgb(86,86,85) !important;
}
/* =============================================================================
 * revolutionslider
 * ========================================================================== */
.ce_revolutionslider_text {
	background: rgba(220,212,193,0.7)!important;
	padding-left:5px;
	padding-right: 5px;
	line-height: 50px;
}
.ce_revolutionslider_text.bg {
	line-height: 25px;
}
.ce_text_extented.lh-1 p {
    line-height: 1.1;
}
/* =============================================================================
 * submenu
 * ========================================================================== */
.submenu_v3 {
    border: 8px solid #8e897d;
}
/* =============================================================================
 * tables
 * ========================================================================== */
.ce_table table td {
    border-top: 0;
    border-bottom: solid 1px #565655;
}
/* =============================================================================
 * smart phones  (s / small screens)
 * ========================================================================== */

.mm-listview {
    font-size: 17px!important;
    line-height: 30px!important;
}
/* =============================================================================
 * footer
 * ========================================================================== */
.totop {
	display:none;
}

.leaflet-container a {
   color: #a80b02;
}

@media screen and (min-width: 768px) and (max-width: 1100px){

.header.original .logo {
    width: 230px!important;
	}
}