#newsletterModal {
	max-width: 500px;
	width: calc(100% - 10px);
	height: 330px;
	border: 1px solid #64a7d4;
	background-color: white;
	position: fixed;
	right: 5px;
	padding: 25px;
	text-align: center;
	bottom: 5px;
	transition: all 1s linear;
	transform: translateY(110%);
	opacity: 0;
	z-index: 99999;
}
#newsletterModal .close {
    position: absolute;
    right: 15px;
    top: 15px;	
}
#newsletterModal.show {
	opacity: 1;
	transform: translateY(0);
}
#newsletterModal h4 {
	margin-top: 30px;
	margin-bottom: 5px;
}
#newsletterModal h5 {
	margin-bottom: 20px;
	font-size: 18px;
}
#newsletterModal .btn-newsletter {
	color: #fff;
	background-color: #64a7d4;
	border-color: #64a7d4;
	width: 300px;
}
#newsletterModal .btn-newsletter:hover, #newsletterModal .btn-newsletter:focus {
	background-color: #3b759c;
	border-color: #3b759c;
}
#newsletterModal .btn-link-newsletter {
	background-color: transparent;
	border: 0;
	text-decoration: underline;
	font-size: 14px;
	color: #555;
	margin-top: 35px;
}
#newsletterModal .btn-link-newsletter:hover, #newsletterModal .btn-link-newsletter:focus {
	color: #222;
}

.social-list-mobile li.list-inline-item a {
	line-height: 28px;
    width: 26px;
    height: 26px;
    font-size: 16px;
}
.social-list-mobile li.list-inline-item a:hover, .social-list-mobile li.list-inline-item a:focus {
    opacity: 1;
}
.social-list-mobile li.list-inline-item + li.list-inline-item {
    margin-left: 3px;
}	
#header .col-meta .navbar-toggler {
    padding: 0;
	z-index: 999;
}

@media (min-width: 992.1px) {
	ul.list-inline.social-list.mb-0 {
		margin-top: 29px;
	}
}
