@import url("menu.css");

@font-face {
    font-family: 'aFuturaOrtoRegular';
    src: url('../fonts/a_futuraorto-regular-webfont.eot');
    src: url('../fonts/a_futuraorto-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/a_futuraorto-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    background: #111;
}

#agenda {
    width: 600px;
    float: right;
}

body {
    overflow-x: hidden;
}

#menu ul.social {
    float: right;
}

#menu ul.social li {
    display: block;
    float: left;
}

#contact {
    float: right;
    margin-top: 80px;
}

#contact .contact-content {
    margin-top: 15px;
    background: #fff;
    width: 328px;
    margin-left: 4px;
    padding: 10px 0;
    border-radius: 5px 0 0 5px;
    margin-bottom: 20px;
}

#contact ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

#contact p, #contact li, #contact h3 {
    color: #000;
    margin-left: 12px !important;
}

#contact a.icon {
    float: left;
    width: 15px;
    height: 15px;
    margin-top: 7px;
    margin-right: 5px;
    text-decoration: none;
}

#contact a {
    text-decoration: underline;
    color: #000;
}

#contact li {
    clear: both;
}

#agenda h3 {
    font-size: 18px;
}

#archive {
    float: right;
    width: 400px;
    margin-top: 100px;
}

#archive .item {
    background: #fff;
    padding: 10px;
    position: relative;
    clear: left;
    margin: 0 0 40px 0;
    height: 120px;
    cursor: pointer;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

#archive .item:hover {
    background: #000;
}

#archive .item:hover p, #archive .item:hover li, #archive .item:hover h2 {
    color: #fff;
}

#archive .item .summary {
    float: left;
}

#archive .item .title {
    float: left;
    padding-left: 90px;
}

#archive .item .highlight {
    position: absolute;
    left: -20px;
    top: -20px;
}

#archive .item .highlight img {
    border: 1px solid #fff;
}

.clear {
    clear: both;
}

.icon {
    font-family: FontAwesome !important;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 30px;
    width: 30px;
    line-height: 90%;
    border-radius: 20%;
    -webkit-transition: background-color 100ms linear;
    color: #000;
    color: #fff;
}

.icon.phone span:before {
    content: '\f095';

}

.icon.mail span:before {
    content: '\f003';
}

h1, h2, h3, h4, nav ul li a {
    font-family: aFuturaOrtoRegular, helvetica;
}

li, p, a, div, td, dl {
    font-family: tahoma, helvetica, arial;
    font-size: 13px;
    line-height: 24px;
}

td {
    vertical-align: top;
}

#content h2 {
    margin: 10px 0;
    font-size: 20px;
}

#content h3 {
    margin: 10px 0;
}

#content p {
    margin: 0 0 10px 0;
}

#overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: url('../images/05.png');
    opacity: 0.3;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    -o-opacity: 0.3;
    z-index: 3;
}

#news-overview.mpb {
    background: none;
}

#news-overview.mpb p, #news-overview.mpb li, #news-overview.mpb h2 {
    color: #fff;
    text-shadow: 1px 1px #000;
}

h1#logo {
    display: block;
    width: 244px;
    height: 106px;
    background: url('../images/logo.png') no-repeat;
    text-indent: -99999px;
    position: fixed;
    z-index: 999;
}

.mc-image.full-size {
    background-size: 100% !important;
    background-position: center center !important;
    transition: background-image 3s;
    -webkit-transform: translate3d(0, 0, 0);
}

#content {
    z-index: 4;
    position: relative;
}

#news.width-68 {
    z-index: 3;
    padding-right: 420px;
}

#news.hidden {
    height: 0;
    overflow: visible;
}

div.expand {
    position: absolute;
    top: -10px;
    left: 50%;
}

div.expand a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 25px;
    width: 25px;
    line-height: 90%;
    background: #000;
    border-radius: 50%;
    -webkit-transition: background-color 100ms linear;
    color: #000;
}

div.expand a span:before {
    content: "\f077";
    color: #fff;
}

div.bx-controls {
    position: absolute;
    top: 40%;
    width: 100%;
    z-index: 999999999;
}

div.bx-controls-direction a {
    position: absolute;
    background: #000;
    border-radius: 50%;
    height: 22px;
    width: 22px;
}

div.bx-controls-direction a:hover {
    text-decoration: none;
}

div.bx-controls-direction a span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 25px;
    width: 25px;
}

div.bx-controls-direction a.bx-prev span:before {
    content: '\f053';
    color: #fff;
}

div.bx-controls-direction a.bx-next {
    margin-right: 0;
}

div.bx-controls-direction a.bx-next span:before {
    content: '\f054';
    color: #fff;
}

#news .expand {
    display: none;
}

#news.hidden .expand {
    display: block;
}

#news {
    transition: height 0.2s ease-in;
    -webkit-transition: height 0.2s ease-in;
    -moz-transition: height 0.2s ease-in;
    -o-transition: height 0.2s ease-in;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-webkit-transition-delay: 0.2s;
    height: 180px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 3;
    box-sizing: border-box;
    background: #000;
    padding: 10px;
    z-index: 99999;
}

#news .newsitems {
    overflow: hidden;
    padding: 0 5px 5px 0;
}

#news p {
    max-height: 100px;
    overflow: hidden;
}

#news h2 {
    color: #fff;
    text-transform: uppercase;
    margin: 10px;
}

#news .slide {
    background: #111;
    height: 170px;
    transition: background 0.5s ease;
    border: 1px solid #232323;
}

#news .slide p {
    margin: 0;
}

#news .slide:hover {
    background: #222;
    cursor: pointer;
}

#news .slide .text {
    float: left;
    width: 60%;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

#news .highlight {
    float: right;
    width: 40%;
    padding: 10px 10px 0 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

#news .slide h3 a {
    color: #fff;
    font-size: 12px;
    font-family: aFuturaOrtoRegular;
}

#news .slide p {
    color: #fff;
    font-family: tahoma, helvetica, arial;
    font-size: 12px;
    line-height: 20px;
    color: #777;
}

#news h3 a:hover {
    text-decoration: none;
}

#photoholder img {
    position: fixed;
    width: 100%;
    opacity: 0;
    transition: all 0.7s ease;
    z-index: 2;
}

#photoholder img.active {
    opacity: 1;
}

#content {
    opacity: 1;
    transition: margin 0.3s ease-out;
    -webkit-transition: margin 0.3s ease-out;
    -moz-transition: margin 0.3s ease-out;
    -o-transition: margin 0.3s ease-out;
}

#content.inactive {
    margin-right: -400px;
    transition: margin 0.3s ease-in;
    -webkit-transition: margin 0.3s ease-in;
    -moz-transition: margin 0.3s ease-in;
    -o-transition: margin 0.3s ease-in;
}

.summary {
    padding: 10px;
}

.gallery dl {
    width: 80px !important;
    height: 80px !important;
    float: left;
}

.gallery-item img {
    width: 80px;
    height: 80px;
    border: 1px solid #fff;
}

#band {
    margin: 130px 0 0 0 !important;
}

#agenda div.expand a {
    background: #fff;
}

#agenda div.expand a span:before {
    color: #000;
}

#agenda div.expand a:hover {
    text-decoration: none;
}

#agenda div.expand a:hover span:before {
    color: #ffb400;
}

#news-overview, #band, #agenda {
    margin: 80px 0 0 0;
    width: 420px;
    float: right;
    color: #000;
    z-index: 4;
    background: #fff;
    position: relative;
}

#news-overview .item {
    margin: 10px 0;
    padding: 10px;
}

#content h2 {
    font-size: 20px;
}

#content p {
    font-size: 13px;
    line-height: 24px;
}

#guestbook {
    margin: 60px 20px 20px 20px;
    width: 30%;
    float: right;
    color: #000;
}

#guestbook ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#guestbook ul li {
    background: #fff;
    padding: 10px;
}

#cycle-loader {
    height: 32px;
    left: 50%;
    margin: -8px 0 0 -8px;
    position: absolute;
    top: 50%;
    width: 32px;
    z-index: 999;
}

/*I want to avoid jumpiness as the JS loads, so I initially hide my cycle*/
#maximage {
    display: none; /* Only use this if you fade it in again after the images load */
    position: fixed !important;
}

/*Set my logo in bottom left*/

#arrow_left, #arrow_right {
    bottom: 30px;
    height: 67px;
    position: absolute;
    right: 30px;
    width: 36px;
    z-index: 1000;
}

#arrow_left {
    right: 86px;
}

#arrow_left:hover, #arrow_right:hover {
    bottom: 29px;
}

#arrow_left:active, #arrow_right:active {
    bottom: 28px;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.in-slide-content {
    color: #333;
    float: right;
    font-weight: bold;
    right: 0;
    margin: 20px;
    padding: 20px;
    position: absolute;
    top: 0;
    width: 700px;
    z-index: 9999; /* Show above .gradient */
    text-shadow: 0 1px 0 #fff;
    -webkit-font-smoothing: antialiased;
}

.watermark {
    position: fixed;
    left: 0;
    z-index:99;
    bottom: 0;
    background: #999;
    font-size: 11px;
    color: #333;
    padding: 0 10px;
}

.screen-reader-response, div.wpcf7-validation-errors {
    display: none !important;
}

form {
    padding-right: 20px;
}

form input[type=text], form input[type=email], form textarea {
    padding: 10px;
    outline: none;
    border: 1px solid #ddd;
    width: 100%;
}

form input[type=text]:focus, form input[type=email]:focus, form textarea:focus {
    border: 1px solid #555;
}

button[type=submit], input[type=submit] {
    display: block;
    background: #000;
    color: #fff;
    outline: none;
    padding: 10px;
    float: right;
    border: none;
}

button[type=submit]:hover, input[type=submit]:hover {
    background: #ffb400;
}

form span[role=alert] {
    padding: 5px 0;
    display: block;
    color: #d68c8c;
}

div.wpcf7-mail-sent-ok {
    padding: 10px;
    display: block;
    clear: both;
    overflow: hidden;
}
