#header .logo img {
	max-height: 3.94rem;
}

body.header-fixed.header-animated #header.scrolled .logo img {
	max-height: 2.2rem;
}

.header-dark.header-transparent #header:not(.scrolled){
	background: #fff;
	color: #727373;
}

.header-dark #header:not(.scrolled) a {
	color: #727373 !important;
}

body.header-fixed.header-animated #header.scrolled .external-links-menu a:hover {
	background: #008020;
}

.header-dark #header:not(.scrolled) a:hover {
	background: #008020;
	color: #fff !important;
}

.header-dark #header:not(.scrolled) a.active {
	color: #bc9363 !important
}

#header a:hover {
	color: #fff !important;
	background: #008020;
}

a > img {
	background: #fff;
}

.column {
	text-align: justify;
}

div.first_img,
img[src*='#left'] {
    float: left;
    max-width: 45%;
    margin-right: 15px;
    border: .05rem solid #e7e9ed;
    border-radius: 4px;
    background-color: #fff;
}

img[src*='#right'] {
    float: right;
    max-width: 45%;
    margin-left: 15px;
    border: .05rem solid #e7e9ed;
    border-radius: 4px;
    background-color: #fff;
}

img[src*='#center'] {
    display: block;
    margin: auto;
    max-width: 45%;
    border: .05rem solid #e7e9ed;
    border-radius: 4px;
    background-color: #fff;
}

img[src*='#10'] {
    max-width: 10%
}

img[src*='#15'] {
    max-width: 15%
}

img[src*='#20'] {
    max-width: 20%
}

img[src*='#25'] {
    max-width: 25%
}

img[src*='#30'] {
    max-width: 30%
}

img[src*='#35'] {
    max-width: 35%
}

img[src*='#40'] {
    max-width: 40%
}

img[src*='#45'] {
    max-width: 45%
}

img[src*='#50'] {
    max-width: 50%
}

img[src*='#55'] {
    max-width: 55%
}

img[src*='#60'] {
    max-width: 60%
}

.img-cap {
    margin-top: -25px;
}