header .logo a {
    width: 128px;
}
footer .footer-logo a img {
    height: 26px;
    width: 140px;
}
#hero {
    background:url(../images/bg-header.jpg) no-repeat top center;
    /*background:url(../images/wall.jpg);*/
}
.hero-text h1 {
    color:#efecc5;
}
.hero-text h1 > span {
    font: 30px/1.0em 'montserrat-regular', sans-serif;
    color:#efecc5;
}
.hero-text {
    color:#ffffff;
}
.hero-text strong {
    color:#ffffff;
}
#hero .buttons .trial {
    background:#d33f3f;
}
#hero .buttons .trial:hover {
    background:#b52525;
}
.button, .button:visited, button, input[type="submit"], input[type="reset"], input[type="button"] {
    background: #207268;
}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    background: #115a59;
}
ul#nav li a {
    color:#4ea8a0;
}
.align-center {
    text-align: center;
}
#call-to-action {
    background: #115a59;
}
#call-to-action .header-col h1:before {
    content: "\f06b";
    color:#ffffff;
}
#call-to-action p {
    color:#4ea8a0;
}
#call-to-action p span {
    color:#cdeeea;
}
.calendar h5 {
    line-height: 22px;
    margin-bottom: 20px;
    color: #444;
}
.calendar img {
    margin-bottom: 10px;
	border-radius: 16px;
	-webkit-box-shadow: 2px 2px 6px 0 rgba(50,50,50,.2);
    -moz-box-shadow: 2px 2px 6px 0 rgba(50,50,50,.2);
    box-shadow: 2px 2px 6px 0 rgba(50,50,50,.2);
}
#imagelightbox {
	border-radius: 5%;
	-webkit-box-shadow: 0px 0px 20px 0 rgba(50,50,50,1);
    -moz-box-shadow: 0px 0px 20px 0 rgba(50,50,50,1);
    box-shadow: 0px 0px 20px 0 rgba(50,50,50,1);
}
.calendar .button {
    display:block;
}
#imagelightbox-overlay {
	background-color: #fff;
    background-color: rgba( 255, 255, 255, .9 );
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
@media only screen and (max-width: 767px) {
    footer .right-cols .columns {
        float: left;
        padding: 0 30px;
        width: 100% !important;
    }
    #call-to-action .header-col h1:before {
        content: none;
    }
}