@charset "UTF-8";

/*
	Helios by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
	WP-Helios by Adtension
*/

body {
    overflow-x: hidden;
}

#logo img, #home_logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    width: 288px;
    /* -webkit-filter: drop-shadow(0 5px 5px #000); */
    /* filter: drop-shadow(0 5px 5px #000); */
}

.carousel article {
    width: 14em !important;
}

.adcampaign div {
    float: left;
}

.post_thumbnail {
    width: 288px;
    height: 288px;
    overflow: hidden;
    float: right;
    margin-left: 4em;
    margin-bottom: 2em;
}

.carousel .post_thumbnail {
    margin: -1em;
    margin-bottom: 1em;
    margin-top: 0;
}

.post_thumbnail img {
    min-height: 288px;
    width: 100%;
}

header>p {
    font-size: 1em !important;
    /*-webkit-filter: drop-shadow(0 2px 2px #000); */
    /*filter: drop-shadow(0 2px 2px #000); */
    /*font-weight: bold; */
}

#banner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.wrapper {
    padding: 1em;
}

h2.widget-title {
    font-size: 1.25em;
    margin-bottom: .75em;
}

footer {
    text-align: center !important;
}

section, article {
    margin-bottom: 0;
}

.copyright {
    text-align: center;
    color: rgba(128,128,128,0.75);
    font-size: .8em;
    cursor: default;
    background-color: #fff;
    height: 150px;
    padding-top: 5em;
}

.home .container {
    padding-top: 3em;
}

.byline {
    display: none;
}

#comments {
    margin-top: 3em;
}

div.container hr:first-child {
    display: none;
}

.carousel {
    background-color: #ccc !important;
}

.carousel article {
    display: inline-table !important;
}

.carousel article p {
    min-height: 5em;
}

.widget ul li {
    padding-top: 1em;
}

.textwidget img {
    margin-right: 6%;
    margin-bottom: 6%;
}

#footer {
    background: #000 !important;
}

#footer .icon.circled {
    color: #fff !important;
}

ul.icons {
    background: rgba(255,255,255,0.15) !important;
}

ol, ul {
    list-style: disc;
    padding-left: 20px;
}

li.menu-item {
    list-style: none;
}

.carousel .forward:before, .carousel .backward:before {
    background-color: rgba(70,67,66,0.5) !important;
}

hr {
    clear: both;
}

.container iframe {
    width: 100%;
    min-height: 480px;
}

#nav>ul, #header header {
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.75);
}

#header h1 a {
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.75);
}

/*********************************************************************************/
/* breadcrumbs                                                                   */
/*********************************************************************************/

#breadcrumbs {
    margin-bottom: 3em;
}

/********************banner*************************************************************/
/* posts_nav_link                                                                */
/*********************************************************************************/

.navigation {
    clear: both;
}

.navigation p {
    text-align: center;
}

.navigation .alignleft {
    float: left;
}

.navigation .alignright {
    float: right;
}

/*********************************************************************************/
/* Contactmap                                                                    */
/*********************************************************************************/

#contactmap {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #fff;
}

#contactmap a {
    width: 100%;
    height: 150px;
    display: block;
    position: absolute;
    z-index: 102;
    border-bottom: none;
    cursor: pointer;
}

#mapoverlay {
    height: 150px;
    width: 100%;
    position: absolute;
    z-index: 101;
    box-shadow: inset 0 16px 9px -7px rgba(0,0,0,0.4);
}

#map {
    height: 150px;
    width: 100%;
    position: relative;
    z-index: 100;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: bottom;
    background-size: 100%;
}

/* snow */

canvas.snow {
    position: fixed;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9999;
}
