.container {
	max-width: 1170px!important;
}
.roboto {
	font-family: 'Roboto', sans-serif;
}
.text-444 {
	color: #444;
}
.bg-head {
	background-color: #ee4643;
}
.f-125 {
	font-size: 1.125rem;
}
a, a:hover, a:visited, a:active, a:focus {
	color: #ee4643;
}
.navbar-nav .active .nav-link {
	color: #ee4643;
}
.sd-content ul {
	margin-bottom: 0!important;
}
.sd-content ul li {
	margin-bottom: 0;
}
.alm-btn-wrap {
	text-align: center;
}
p.share-customize-link {
	display: none;
}
.entry-content h2 {
	margin-bottom: 1.25rem;
	padding-top: 0.5rem;
}
.entry-content img {
	max-width: 100%;
	height: auto;
}
img.size-full, figure.wp-caption {
    width: 100%!important;
    height: auto;
}
.entry-content iframe {
    max-width: 100%;
    width: 100%;
    height: calc(100vw / 2);
}
.page-link {
	color: #dc3545;
}
.page-item.active .page-link {
    background-color: #dc3545;
    border-color: #dc3545;
}
.page-link:hover {
    color: #dc3545;
    border-color: #dc3545;
}
.page-link:focus {
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225,83,97,.5);
}

.alm-btn-wrap {
	width: 100%;
	margin: 0 auto;
	padding: 1rem 0;
}
span.breadcrumb_last {
    display: none;
}
.bg-fb, .bg-tw, .bg-tg, .bg-vb, .bg-whats, .bg-ok, .bg-vk {
	width: 2rem;
	height: 2rem;
}
.bg-fb {
	background-color: #3b5998;
}
.bg-vk {
	background-color: #45668e;
}
.bg-tw {
	background-color: #1da1f2;
}
.bg-ok {
	background-color: #ed812b;
}
.bg-vb {
	background-color: #834995;
}
.bg-whats {
	background-color: #25d366;
}
.bg-tg {
	background-color: #0088cc;
}
.bg-fb:hover, .bg-tw:hover, .bg-tg:hover, .bg-vb:hover, .bg-whats:hover, .bg-ok:hover, .bg-vk:hover {
	opacity: 0.85
}
@media (min-width: 576px) {
	.alm-btn-wrap {
		width: 100%;
	}
}
@media (min-width: 768px) {
	.alm-btn-wrap {
		width: 33%;
	}
}

@media (min-width: 992px) {
	#secondary {
		max-width: 360px;
	}
.entry-content iframe {
    max-width: 100%;
    width: 100%;
    height: calc(100vw / 5);
}
}

@media (min-width: 1200px) {
	.ads600 {
		width: 300px;
		height: 600px;
	}
}

@media (min-width: 1400px) {

}