.dh_logo_img_desktop{
	margin: 5px;
	width: 180px;
}

.dh_logo_img_mobile{
	margin: 5px;
	width: 180px;
}

.dh_partner_logos{	
    margin: 0 31px 23px 0;	
    width: 104px;
    opacity: 0.8;
    filter: alpha(opacity=80);	
}

.dh_partner_padding{
	padding-left: 0 !important;	
}

footer .widget{
    font-size: 14px;
    line-height: 27px;	
}

footer .widget a:hover{
	color:#fff !important;
}

.dh_social_lnk i{
	font-size:17px !important;	
}	

ul.dh_breadcrumbs li{
	list-style:none;
	display:inline-block;
}

ul.dh_breadcrumbs{
	padding-left:0px;
}

.dh_form label{
	text-transform:uppercase;
}

.dh_form label.error{	
    color: red !important;
    float: left;
    margin-bottom: 14px;
    margin-top: -7px;	
}

.dh_form_success_p{
	padding-bottom:0px !important;	
}

#dh_lang_for_datepicker{
	display:none;	
}

.dh_horizontal_spacer_100px{
	height:100px;	
}
.dh_horizontal_spacer_50px{
	height:50px;	
}

.dh_ct_category{
	border-bottom:none !important;
}

.dh_ct_category::after {
    background:none !important;
}

.dh_ct_category i {
    color: #fff !important;
}

.dh_feature_icon{
	margin-right:10px;	
}

.dh_h3_die_residence {
    margin-bottom: 30px !important;
    margin-top: 0 !important;
}

.dh_invisible_form{
	display:none;	
}
.dh_partner_padding a img{
	filter:drop-shadow(1px 2px 7px #fff);
    -webkit-filter: drop-shadow(1px 2px 7px #fff);	
}
.dh_price_table_container{
	padding:20px 5% 0;
}
.dh_price_table_container table{
	width:100%;
}
.dh_price_table_container table tr:nth-child(even){
	background: #f0f0f0;
}
.dh_price_table_container table tr:nth-child(odd){
	background: #f7f7f7;
}
.dh_price_table_container table thead tr{
	background:#e8eddf !important;
	border-top:3px solid #61c1a3;
}
.dh_price_table_container table p{
	line-height:45px !important;
	padding-bottom:0 !important;
	margin:0 !important;
	font-size:15px;
}
.dh_price_infos{
	margin-bottom:60px;	
}
.dh_img_caption{
	margin-top:5px;	
}
.bottom-bar {
	/*
    background: #080808 none repeat scroll 0 0;
	*/
    background-color: #645649;	
    color: rgba(255, 255, 255, 0.7);
}
.dh_logo {
    width: 24px;
}
.dh_logo_container{
	font-size:12px;
    padding-bottom: 10px;
    padding-top: 10px;	
}


table{   
    max-width: 100%;
    width: 100%;
	border-collapse: collapse;
    border-spacing: 0;	
}
table td{
	font-size:16px;
    padding: 10px;
    vertical-align: top;
	width:25%;
	text-align:left;
}

.dh_smaller_container ul {
	line-height: 30px;
	list-style: outside none none;
	text-align: center;
    margin-bottom: 50px;	
}
.dh_smaller_container ul li {
    display: inline-block;
    font-size: 16px;
    height: 45px;
	/*
    padding: 5px 0;
	*/
    text-align: left;
    vertical-align: top;
    width: 228px;
}
.dh_media_section_heading {
	font-family: "Dancing Script",cursive;	
    font-size: 38px !important;
    font-weight: 300 !important;
    letter-spacing: 1px !important;
    line-height: 45px !important;
}



.alert {
	background-color: transparent;
	border: 1px solid;
	padding: calc(2px + 1vw);
	margin-bottom: calc(10px + 2vw);
}
.alert button {
	display:none;
}

.dh_form .error {
    color: #96121d;
    margin-top: 7px;
    margin-bottom: 7px;	
}
.alert-danger {
    background-color: transparent;
    border-color: #96121d;
    color: #96121d;
}
.alert-success {
    background-color: transparent;
    border-color: #339f7d;
    color: #339f7d;
	text-align: center;
}
.alert-success > div {
    margin-top: 15px;
    text-align: center;
}

nav.navbar ul.nav.navbar-nav > li.dropdown > a + ul.lang_menu {
	min-width: 0px !important;
}

nav.navbar ul.nav.navbar-nav > li.dropdown > a + ul.dropdown-menu > li > a.lang_menu {
	min-width: 0px !important;
}  

i.fa-angle-down.fa, .mk-mob-menu-extra {
	padding: 10px;
}

.mk-mobile-navi {
	list-style: none;
	list-style-position: outside;
	margin-top: 10px;
	padding-left: 10px;
}

.mk-mobile-navi li {
	display: inline-block;
	width: 100%;
	overflow: hidden;
}

.mk-mobile-navi a, .mk-mobile-navi i {
	color: #fff;
	font-weight: normal;
	font-size: 1.2em;
    line-height: 1.42857143;
	white-space: nowrap;
	padding: 10px;
}

.mk-mobile-navi i {
	padding: 5px;
}

.mk-mobile-navi .dropdown-menu {
	position: relative;
	margin-left: -10px;
	width: 105%;
}

#mk-cookie-warning {
	padding: 20px;
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 10000;
	background-color: #d1c3af;
	
	font-weight: 600;
    font-size: 1.2em;
}

#mk-cookie-warning div {
	display: inline-block;
}

#mk-cookie-close {
	float: right;
	border-color: black;
    border-style: solid;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 2px;
    border-width: 0.5px;
    cursor: pointer;

}