html,
body {
	width: 100%;
	height: 100%;
	background-color: #f4f3f3;
	overflow: hidden;
	text-align: justify;
}

.display {
	display: block;
}

a.title {
	font-size: 15px;
	line-height: 44px;
	font-weight: bold;
}

ul#slide-out li {
	position: relative;
}

.overcolor {
	background-color: rgba(0, 0, 0, 0.05);
}

.overcolor::before {
	content: "";
	position: absolute;
	left: 0;
	width: 5px;
	height: 100%;
	background-color: rgba(0, 71, 157, 1);
}

ul#slide-out li .hovers {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 0;
	width: 5px;
	height: 0;
	transition: 0.5s all cubic-bezier(.46, 1, .23, 1.52);
}

ul#slide-out li:hover .hovers {
	width: 5px;
	height: 48px;
	/* background-color: #2196f3; */
	background-color: rgba(0, 71, 157, 1);
}

.collapsible-header {
	font-size: 16px;
}

li {
	color: rgba(0, 0, 0, 0.6);
	font-weight: 500;
}

li a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.collapsible-body ul li {
	border-bottom: 1px dashed #f4f3f3;
}

.head {
	position: fixed;
	top: 0;
}

#fixeder li span {
	color: #FFFFFF;
	margin-right: 10px;
}

.homes {
	width: 30px !important;
	background-color: transparent;
	box-shadow: none;
	margin-left: 15px;
	border-radius: 0;
}

.homes:hover {
	background-color: transparent;
	box-shadow: none;
}

#fixbtn>a.cas {
	background: url('../img/car.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 90% auto;
}

.homes>i {
	background: url('../img/home.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 90% auto;
}

.collaps-address {
	padding: 0 !important;
}

.collaps-address a {
	font-size: 16px;
	background-color: rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, 0.6);
	padding: 0 16px;
}

.top {
	position: relative;
	height: 44px;
	width: 100%;
	z-index: -1;
}

.content {
	position: relative;
	width: 100%;
	height: calc(100% - 55px);
	padding: 2px 0 0 0;
}

.content iframe {
	width: 100%;
	min-height: 100%;
}

#fixeder .type {
	width: 120px;
	border-radius: 50px;
	background-color: rgba(0, 71, 157, 1);
}

#fixeder .type i {
	text-align: left;
	margin-left: 15px;
	width: 30px;
	float: left;
}

#fixeder .type span {
	margin-right: 20px;
	width: 50px;
	float: right;
}

#fixeder .home {
	width: 45px;
	height: 45px;
	line-height: 45px;
	background-color: rgba(0, 71, 157, 1);
}

.fixed-action-btn.horizontal ul li {
	margin-right: 5px;
}

#fixeder .home i {
	line-height: 46px;
}

nav {
	height: 44px;
	line-height: 44px;
}

nav .button-collapse {
	height: 44px;
}

nav .button-collapse i {
	height: 44px;
	line-height: 44px;
}


.btn-floating.btn-large {
	width: 45px;
	height: 45px;
}

.cas {
	border: 1px solid rgba(0, 71, 157, 0.7) !important;
	background-color: rgba(0, 71, 157, 0.5) !important;
}

.cas:hover {
	border: 1px solid rgba(0, 71, 157, 0.75) !important;
	background-color: rgba(0, 71, 157, 0.5) !important;
}

.casi {
	color: rgba(255, 255, 255, 1) !important;
}

.cas span {
	color: rgba(255, 255, 255, 1) !important;
	font-weight: bolder !important;
}

li.tag {
	margin: 4px 5px 0 0 !important;
}

li.searchtag {
	margin-right: -10px !important;
}

.side-nav {
	width: 290px !important;
}

.collapsible {
	border: none !important;
}

#slide-out li:nth-child(1) {
	line-height: 30px !important;
}

@media screen and (min-width: 600px) {
	.top {
		height: 44px;
	}

	.content {
		height: calc(100% - 64px);
	}

	nav .nav-wrapper i,
	nav a.button-collapse i {
		height: 44px;
		line-height: 44px;
	}
}
