*,
*:before,
*:after {
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #555;
}

.container {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1280px;
}

h1, h2, h3 {
    font-family: 'Montserrat', sans-serif;
    color: #F4AD3B;
}
h1 {
    font-size: 30px;
    font-weight: 600;
}
h2 {
    font-size: 22px;
    font-weight: 500;
}
p {
    margin-bottom: 15px;
}
p + p {
    margin-top: 15px;
}
/*p {
    font-weight: inherit;
    margin: 0 0 15px 0;
}*/
em {
    color: inherit;
}
b, strong {
    font-weight: 600;
}
blockquote {
    font-size: inherit;
}
main a,
main a:visited,
main a:hover {
    color: #AA4336;
    text-decoration: none;
    border-bottom: 1px solid;
}

/*
* Header
*/
header {
   min-height: 90px;
}
header .uk-overlay {
    padding: 10px 10px 25px 10px;
}
header .uk-overlay-primary {
    background: rgba(34, 34, 34, 0.2);
    background: linear-gradient(to bottom, rgba(34, 34, 34, 0), rgba(34, 34, 34, 0.3));
}
header .uk-overlay h1 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 12px;
}
@media (min-width: 960px) {
    header .uk-overlay {
        padding: 20px 20px 25px 20px;
    }
    header .uk-overlay h1 {
        font-size: 30px;
    }
}
header a.uk-icon,
header a.uk-icon:visited {
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.3s;
}
header a.uk-icon:hover {
    color: rgba(255, 255, 255, 1);
}

/*
* Header image
*/
header .header-image {
    background-position: center center;
    background-size: 0 0;
    background-repeat: no-repeat;
    position: relative;
}
.uk-slideshow-items .caption,
header .header-image .caption {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ccc;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 80%;
    padding: 2px 6px;
}
@media (min-width: 960px) {
    header .header-image {
        background-size: cover;
        height: 600px;
    }
    header .header-image img {
        display: none;
    }
}

/*
* Navigation: Nav main
*/
nav {
    position: fixed;
    top: 0;
    display: block;
    z-index: 1001;
    width: 100%;
    min-height: 50px;
    background-color: rgba(0, 0, 0, 0.9);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
}

.navbar {
    display: none;
    margin-right: 15px;
}
.navbar.mobile-nav-open {
    display: block;
}

ul.nav-main {
    list-style-type: none;
    margin: 0;
    padding: 0 0 5px 0;
    text-align: right;
}
ul.nav-main a,
ul.nav-main a:visited {
    display: block;
    color: #e5e5e5;
    text-decoration: none;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: color 0.3s; 
}
ul.nav-main a:hover,
ul.nav-main li.active a {
    color: #fff;
    text-decoration: none;
}
ul.nav-main li.active a {
    font-weight: 500;   
}

@media (min-width: 960px) {
    nav {
        background-color: rgba(0, 0, 0, 0.4);
        transition: background-color 0.2s;
    }
    nav.scrolled-down {
        background-color: rgba(0, 0, 0, 0.9);
    }
    .navbar {
        display: block;
        margin-right: 0px;
    }
    ul.nav-main {
        text-align: right;
        padding: 0;
    }
    ul.nav-main li {
        display: inline-block;
        margin-left: 15px;
    }
    ul.nav-main li:first-child {
        margin: 0;
    }
}

/*
* Navigation: Language switcher
*/
ul.languages {
    list-style: none;
    margin: 5px 0 0 0;
    text-align: right;
    color: #fff;
}
ul.languages li {
    display: inline-block;
    margin-left: 4px;
}
ul.languages li a,
ul.languages li a:visited {
    color: #e5e5e5;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    transition: color 0.3s;
}
ul.languages li a:hover,
ul.languages li.active a {
    color: #fff;
}
ul.languages li.active a {
    font-weight: 500;
}
@media (min-width: 960px) {
    nav.scrolled-down ul.languages {
        /*padding-bottom: 5px;*/
    }
}

/*
* Navigation: Mobile menu toggle
*/
.menu-toggle {
    text-align: right;
    margin-right: 15px;
}
.icon-close {
    display: none;
}
@media (min-width: 960px) {
    .menu-toggle {
        display: none;
    }
}

/*
* Main
*/
main .container {
    margin-top: 60px;
}
main .container:nth-child(2) {
    margin-top: 20px;
}
main .container:last-child {
    margin-bottom: 60px;
}

main .uk-grid + .uk-grid {
    margin-top: 60px;
}

/*
* Footer
*/
footer {
    background-color: #F2C77D;
    padding: 80px 0;
}
footer h1,
footer h2,
footer p {
    color: inherit;
}
footer h2 {
    font-size: 22px;
}
footer a,
footer a:visited,
footer a:hover {
    color: inherit;
    text-decoration: underline;
}
footer .logo {
    max-width: 180px;
}
@media (min-width: 960px) {
    footer .uk-grid > div:nth-child(2) {
        text-align: center;
    }
    footer .logo {
        display: block;
        /*margin: 6px auto 0 auto;*/
        margin: 0 auto;
    }
}

/*
* Quotes
*/
.container + .quote {
    margin-top: 60px;
}
.quote {
    background-color: #F6F6F6;
    padding: 60px 0;
}
.quote + .quote {
    padding-top: 0;
}
main .quote .container {
    margin-top: 0;
    margin-bottom: 0;
}
.quote h2 {
    font-size: 22px;
    font-weight: 500;
    color: #555;
}
.quote .indent p:last-child {
    margin-bottom: 0;
}
@media (min-width: 640px) {
	.quote .indent {
        margin-left: 50px;
    }
}

/*
* Gallery: square image crop
*/
.square-image {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 640px) {
    .square-image {
        overflow: hidden;
        position: relative;
    }
    .square-image:before {
        content: '';
        display: block;
        padding-top: 100%;
    }
    .square-image img {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
}

figure figcaption {
    font-size: 80%;
    color: #888;
}

/* image top edge aligned to text in left column  */
.uk-grid > div + div > figure,
.uk-grid > div + div > img {
    margin-top: 5px;
}

/*
* Videos
*/
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 0;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.TextformatterVideoEmbed {
    margin-top: 0 !important;
    background-color: #efefef;
}

/*
* Form
*/
form > div + div {
    margin-top: 20px;
}
form label {
    display: block;
}
form input[type="text"],
form input[type="email"],
form textarea,
form select {
    width: 100%;
    padding: 9px;
    border: 1px solid #dbdbdb;
    font-family: inherit;
    font-size: inherit;
    outline:none;
    transition: border 0.3s;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset; /* Fix: removes the yellow background for input autofill */
}

form select {
    padding: 8px 9px;
}
form input[type="text"]:focus,
form input[type="text"]:active,
form textarea:focus,
form textarea:active {
    border: 1px solid #a7a7a7 !important;
}
form .uk-checkbox {
    margin-right: 5px;
}

form label {
    cursor: pointer;
}
form .msg {
    color: red;
    font-size: 15px;
}
.hp-comment {
    position: fixed;
    left: -1000px;
    top: -1000px;
}

/*
* Form: ProMailer
*/
#promailer {
    margin-bottom: 20px;
}
#promailer p {
    margin-bottom: 15px;
}

/*
* Buttons
*/
.default-btn,
.default-btn:visited {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    text-decoration: none;
    padding: 9px 18px;
    color: #AA4336;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    transition: border 0.3s;
    cursor: pointer;
    outline: none;
}
.default-btn:hover {
    border: 1px solid #b2b2b2;
}

/*
* Button: donate
*/
.donate {
    text-align: right;
    margin-top: 5px;
}
.donate-btn,
.donate-btn:visited {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-decoration: none;
    padding: 9px 18px;
    color: #555;
    background-color: #fff;
    transition: color 0.3s;
    cursor: pointer;
    outline: none;
    /*box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);*/
}
.donate-btn:hover {
    text-decoration: none;
    color: #000;
}

/*
* Modal
*/
.uk-modal-page,
.uk-modal-page body {
    overflow-y: auto !important; /* Fix: prevents body from shifting */
}
#modal-text h1,
#modal-text h2 {
    margin: 0;
}
.loader {
    background-image: url(loader-icon.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

/*
* Pagination links
*/
.MarkupPager {
    display: block;
}
.MarkupPagerNav {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.MarkupPagerNav li {
	display: inline;
}
.MarkupPagerNav li a,
.MarkupPagerNav li.MarkupPagerNavSeparator {
	display: block;
	float: left;
    margin-right: 4px;
	padding: 4px 11px;
	color: #AA4336;
	background-color: #fff;
    border: 1px solid #e5e5e5;
	font-size: 14px;
    font-weight: 300;
	text-transform: uppercase;
    transition: border 0.3s;
}
.MarkupPagerNav li.MarkupPagerNavOn a,
.MarkupPagerNav li a:hover {
    color: #AA4336;
	background-color: #fff;
    border: 1px solid #b2b2b2;
	text-decoration: none;
}

/*
* News page: archive switch
*/
.archive-switch {
    margin-bottom: 24px;
    padding: 0;
    list-style-type: none;
}
.archive-switch li {
    display: inline-block;
}
.archive-switch li a,
.archive-switch li a:visited {
    text-decoration: none;
    display: block;
    padding: 0px 15px 5px 15px;
    color: #666;
    border-bottom: 2px solid #e5e5e5;
    transition: color 0.3s;
    
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.archive-switch li.active a {
    color: #AA4336;
    border-bottom: 2px solid #AA4336;  
}
.archive-switch li a:hover {
    color: #AA4336;
}

.TextformatterAudioEmbed {
    width: 100%;
}