.cr-footer {
	margin-top: 30px;
	background: #f2f2f2;
	font-size: 10px;
	color: #000000;
	min-height: 100px;
	padding: 30px 0 30px 0;
}
.cr-footer hr {
	border-color: #e3e3e3;
}
.cr-footer__legalnav {
	margin-top: 10px;
	list-style: none;
}
.cr-footer__legalnav li {
	display: inline-block;
}

.cr-footer__legalnav li+li {
	border-left: 1px solid #e3e3e3;
}

.cr-footer__legalnav li a {
	padding: 10px;
	margin: 10px;
	font-size: 10px;
}	
.cr-footer__socialtitle {
	text-align: center;
	margin-bottom: 3px;
}
.cr-footer__social {
	list-style: none;
	text-align: center;
}
.cr-footer__social li {
	display: inline-block;
}
.cr-footer__social li a {
	padding: 3px;
	margin: 5px;
	font-size: 12px;
}	
.cr-footer__social li a:hover {
	color: #000;
}		
.cr-footer__hotelname {
	font-size: 12px;
	font-weight: bold;
}
.cr-footer .cr-footer__hotelname a {
	color: #000;
}	
.cr-footer__hoteladdress {
	font-size: 11px; font-weight: normal;
}
.cr-footer__hotelcontact a {
	margin: 15px 10px 10px 0;
}	
.cr-footer__bottomline {
	background:#777;
	height: 10px;
}
.cr-footer__copyright {
	font-size: 8px; color: #999;
}
.italic {
	font-style: italic; font-size: 9px;
}

.cr-footer__list {
	font-size: 11px;
}

.cr-footer__list li {
	margin-bottom: 5px;		
}

.cr-footer__title {
	font-weight: bold;
	color: #777777;
	font-size: 11px;
}

.cr-footer__breadcrumbs {
	margin-bottom: 15px;
}	

.cr-footer__hotelsocial .cr-footer__socialtitle {
	margin-top: 10px;
	text-align: left;
	color: #777777;
}
.cr-footer__hotelsocial .cr-footer__social {
	text-align: left;
}

.cr-footer__hotelsocial .cr-footer__social li a {
	margin-left: 0; 
	margin-right: 10px;
}
#breadcrumbs {
	margin-top: 10px;
}
#home {
	display: inline-block;
	width: 15px;
	font-size: 1px; 
	color: #f2f2f2;
	line-height: 20px;
	background-image: url('/wp-content/themes/dt-the7/images/dc-logo.png');
	background-repeat: no-repeat;
	background-size: 11px;
}

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

	#breadcrumbs {
		margin-bottom: 15px;
	}
	.cr-footer__hotelsocial .cr-footer__socialtitle {
		text-align: center;
		margin-top: 10px;
	}		
	.cr-footer__hotelsocial .cr-footer__social {
		margin-bottom: 30px;
		text-align: center;
	}
	.cr-footer__legalnav {
		padding:10px 0;
	}
	.cr-footer__breadcrumbs {
		margin-bottom: 0;
	}	
	.cr-footer__breadcrumbs div[class^="col-"] {
		padding: 0;
	}
	.cr-footer__hotel div[class^="col-"] {
		padding: 0;
	}
	.cr-footer__links div[class^="col-"] {
		padding: 0;
	}
	.cr-footer__dc div[class^="col-"] {
		padding: 0;
	}		
	.cr-footer--xs-center {
		text-align: center; margin-top: 10px;
	}
	.cr-footer a { 
		margin: 10px 0;
	}
	.cr-footer__socialtitle {
		margin-bottom: 15px;
	}
	.cr-footer__social li {
		display: table-cell;
		width: 1%;
	}
	.cr-footer__title {
		cursor: pointer;
		border-bottom: 1px solid #e3e3e3;
		padding: 15px 0;
		margin-bottom: 0; 
	}
	.cr-footer__title.cr-footer__first {
		border-top: 1px solid #e3e3e3;
	}
	.cr-footer__title .pull-right {
		margin-right: 10px;
	}
	.cr-footer__list {
		display: none;
	}
	.cr-footer__list li {
		margin: 15px 0;
	}
	.cr-footer__hotelcontact a {
		margin: 5px 10px;
	}
}