body, html {
    font-family: 'Open Sans', sans-serif;
    background: white;
    color: #616161;
    font-size: 16px;
    /*line-height: 26px;*/
}

p {
    line-height: 28px;
}

header {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 2;
    left: 0;
    width: 100%;
    background: white;
}

a, [onclick] {
    cursor: pointer;
}

@media (min-width: 1400px) {
    .container {
        width: 1370px;
    }
}

@media (min-width: 992px) {
    .full-absolute {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

.dimension-handler {
    position: relative;
}

.dimension-handler img {
    position: relative;
    z-index: 1;
    max-width: 100%;
}

.dimension-handler > img {
    width: 100%;
}

.dimension-handler .full-absolute {
    z-index: 2;
}

#logo a {
    text-decoration: none;
    font-size: 24px;
}

#logo .table {
    display: table;
    margin: 0;
}

#logo .cell {
    display: table-cell;
    vertical-align: middle;
}

#logo .logo {
    padding-right: 10px;
}

#logo .cell span {
    display: block;
    line-height: 24px;
}

#logo .web-url {
    color: #7b7b7b;
}

#logo .web-url,
#menu nav a {
    font-size: 16px;
}

#logo a img {
    max-height: 100px;
}

#menu {

}

#menu nav {
    display: table;
    width: 100%;
}

#menu nav a {
    display: table-cell;
    vertical-align: middle;
    color: inherit;
    height: 100px;
    padding: 0 20px;
    font-weight: bold;
    text-decoration: none;
}

#menu nav a.active,
#menu nav a:hover,
#menu nav a:focus {
    color: #9abe38;
}

#menu nav a:nth-last-child(2) {
    padding-right: 40px;
}

#menu #paypal-button {
    padding: 0 40px;
    text-align: center;
    color: #fff;
}

@media (max-width: 1400px) {
    #menu nav a:first-child {
        display: none;
    }
    #menu nav a:nth-last-child(2) {
        padding-right: 20px;
    }

    #menu nav a {
        padding: 0 15px;
    }

    #menu #paypal-button {
        padding: 0 20px;
    }
}

#menu .nav-toggler {
    display: none;
}

#paypal-button,
#paypal-button span,
#paypal-button a,
#three-blocks,
#more-info,
#calendar .dimension-handler,
footer {
    color: white;
}

#paypal-button span,
#three-blocks .title,
#calendar .title,
#calendar .description {
    display: block;
}

.subpage #calendar {
    margin-bottom: 60px;
}

#paypal-button span:after {
    content: "";
    display: table;
    width: 40px;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    margin: 7px auto;
}

#paypal-button,
#more-info {
    background: #9abe38;
}

#content {
    position: relative;
    z-index: 1;
    padding-top: 120px;
}

.mainpage #content {
    padding-top: 100px;
}

#three-blocks .row,
#calendar .row {
    display: table-cell;
    vertical-align: middle;
}

#calendar .row .col-md-3{
    height: 400px;
}

.subpage #calendar .row {
    display: block;
}

#three-blocks .container,
#calendar .container {
    position: relative;
    display: table;
    height: 100%;
}

#three-blocks .icon-center,
#calendar .icon-center {
    display: table;
    width: 100%;
    height: 200px;
}

#three-blocks .icon-center,
#three-blocks p,
#three-blocks .title,
#three-blocks strong,
#calendar .icon-center,
#calendar p,
#calendar .title,
#calendar strong,
#calendar .description {
    text-align: center;
    font-weight: normal;
}

#more-info,
#three-blocks .icon-center,
#three-blocks p,
#three-blocks .title,
#three-blocks strong,
#calendar .icon-center,
#calendar p,
#calendar .title,
#calendar strong {
    font-size: 28px;
}

#three-blocks .title,
#calendar .title,
#calendar .description {
    margin: 0 0 20px 0;
}

#three-blocks .icon-center .icon.centered,
#calendar .icon-center .icon.centered {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#three-blocks .icon-center img,
#calendar .icon-center img {
    display: inline-block;
    vertical-align: middle;
}

#three-blocks strong {
    color: #cb4e6c;
}

#three-blocks .btn,
#calendar .btn {
    display: table;
    margin: 0 auto;
    padding: 10px 50px;
    text-align: center;
    font-size: 16px;
}

#calendar .date {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 200px;
}

#calendar .date > span {
    display: block;
}

#calendar .date .num {
    margin-top: 75px;
    line-height: 55px;
    font-size: 50px;
}

#calendar .date .month {
    line-height: 20px;
    font-size: 18px;
}

#calendar .description {
    opacity: 0.7;
}

#more-info {
    padding: 40px 0;
}

#more-info .btn {
    color: white;
    border-radius: 90px;
    background: #89ad25;
    margin: 0;
    display: block;
    padding: 10px 30px;
    font-size: 18px;
}

#more-info .pull-left span {
    height: 47px;
    line-height: 47px;
}

#social {
    min-height: 500px;
}

#social .container > .row {
    display: table;
    width: 100%;
}

#social .container > .row > div {
    display: table-cell;
    height: 500px;
    vertical-align: middle;
    float: none;
    width: 50%;
    padding: 40px 0;
}

#social h2:after {
    display: table;
    width: 80px;
    height: 4px;
    background: #efefef;
    margin: 10px 0 20px 0;
    content: "";
}

.mainpage main {
    padding: 80px 0;
}

.subpage main {
    padding: 25px 0 80px;
}

footer {
    padding: 40px 0 20px 0;
}

footer h3,
footer .h3 {
    display: block;
    margin: 0 0 20px 0;
    height: 35px;
    line-height: 25px;
    padding: 0 0 10px 0;
}

footer table {
    width: 100%;
}

footer .underline,
.underlined tr,
.underlined tr td {
    border-bottom: 2px solid #d66983;
}

footer table tr td {
    padding: 7px 10px;
}

footer table tr td {
    font-size: 18px;
}

footer .thin {
    width: 1px;
    white-space: nowrap;
    text-align: center;
}

footer .date {
    opacity: .6;
}

footer .fa-facebook {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: white;
    color: #cb4e6c;
    text-align: center;
    border-radius: 90px;
    margin: 0 5px 0 0;
    font-size: 40px;
    text-decoration: none;
}

#copy,
#copy p,
#copy .container,
#copy .row {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

#copy {
    margin-top: 20px;
}

#copy p {
    padding: 10px;
    font-size: 14px;
}

#copy a {
    color: white;
}

.page-header-up,
.page-header,
.page-description,
.page-header h1 {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
    border: none;
}

.page-header-up {
    opacity: 0.5;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 20px;
}

.page-header,
.page-header h1 {
    font-size: 42px;
    margin-bottom: 40px;
}

.page-description {
    max-width: 700px;
    margin: 0 auto;
}

h1, .h1, h2, .h2 {
    font-weight: lighter;
}

.mainpage h2, .mainpage .h2 {
    font-size: 36px;
}

.subpage h2, .subpage .h2 {
    font-size: 26px;
    margin-top: 25px;
    font-weight: normal;
}

.subpage h3, .subpage .h3 {
    font-size: 20px;
    margin: 25px 0 15px 0;
}

h3, .h3 {
    font-size: 25px;
}

.btn-primary.pink,
footer {
    background: #cb4e6c;
    border-color: #b13a56;
}

.btn-primary.pink.active,
.btn-primary.pink:hover,
.btn-primary.pink:focus,
.btn-primary.pink:active {
    background: #b13a56;
    border-color: #b13a56;
}

footer a {
    color: #fff;
}

.downloadTable .icon {
    width: 30px;
}

.downloadTable a {
    color: #006100;
    text-decoration: none;
}

.downloadTable a:hover {
    text-decoration: underline;
}

#slideshow {
    margin: 70px 0 40px;
}

.slideshow {
    height: 350px;
    /*overflow: hidden;*/
}

.slideshow .slideshow-inner {
    height: 100%;
    /*width: 10000px;*/
}

.slideshow .item {
    height: 100%;
    float: left;
    position: relative;
}

.slideshow .item .cover {
    background-color: rgba(0, 0, 0, 0.45);
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.slideshow .item img {
    height: 100%;
    filter: grayscale(75%);
    transition: all 0.3s;
}

.slideshow .item:hover .cover {
    background-color: rgba(0, 0, 0, 0.0);
}

.slideshow .item:hover img {
    filter: none;
}

.slick-track {
    height: 350px;
}

.fotobox {
    width: 310px;
    height: 210px;
    float: left;
    padding: 8px;
    text-align: center;
}