html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; border-bottom: 1px solid #fff; margin: 1em 0; padding: 0; float: left; width: 100%;}
input, select { vertical-align: middle; }

body { font:14px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:focus:invalid, textarea:focus:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }

::-moz-selection{ background: #9C9C9C; color:#fff; text-shadow: none; }
::selection { background:#9C9C9C; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #F9782F; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #5f5a5a; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, a:active, a:visited { color: #555; text-decoration: none; }
a:hover { color: #333; text-decoration: none;}

/* Font Face */


@font-face {
    font-family: 'Nexa Heavy';
    src: url('/_fonts/lato-black-webfont.eot');
    src: url('/_fonts/lato-black-webfont.eot?#iefix') format('embedded-opentype'),
    url('/_fonts/lato-black-webfont.woff') format('woff'),
    url('/_fonts/lato-black-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Nexa Bold';
    src: url('/_fonts/lato-bold-webfont.eot');
    src: url('/_fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('/_fonts/lato-bold-webfont.woff') format('woff'),
    url('/_fonts/lato-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Nexa Regular';
    src: url('/_fonts/lato-regular-webfont.eot');
    src: url('/_fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('/_fonts/lato-regular-webfont.woff') format('woff'),
    url('/_fonts/lato-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

/* General */

body {
    background: #f2f2f2;
    font-family: Nexa Regular;
}

strong {
    font-weight: normal;
    font-family: Nexa Bold;
}

.wrapper {
    width: 940px;
    margin: 0 auto;
}

header {
    height: 200px;
}

h1 {
    display: block;
    float: left;
    background: url(img/logo-new.png) no-repeat center top;
    height: 127px;
    width: 229px;
    text-align: center;
    margin: 35px 0 0 -25px;
    font-family: Nexa Bold;
    font-size: 22px;
    font-weight: 300;
    text-indent: -99999px;
    outline: none;
}

h1 a {
    color: #3f3d3d !important;
    display: block;
    height: 38px;
    padding: 110px 0 0 0;
    width: 229px;
}

h1 a:hover {
    color: #3f3d3d !important;
}

#languages {
    float: right;
    margin: 35px 0 0 0;
}

#languages li {
    float: left;
    list-style: none;
    margin: 0 0 0 3px;
}

#languages li a {
    display: block;
    padding: 5px 10px;
    font-family: Nexa Bold;
    color: #7a7a7a;
}

#languages li.active a, #languages li a:hover {
    background: #dddddd;
    border-radius: 4px;
    color: #383636;
}

#languages li.active a {
    font-family: Nexa Heavy;
}

.nav {
    float: right;
    width: 720px;
    border-bottom: 1px solid #d9d9d9;
    margin: 38px 0 0 0;
    font-family: Nexa Bold;
}

.nav li {
    float: left;
    margin: 0 40px 0 0;
}

.nav li a {
    display: block;
    padding: 5px 0;
    color: #7a7a7a;
    font-size: 16px;
}

.nav li.active a, .nav li a:hover {
    border-bottom: 3px solid #9bcf15;
    color: #3f3d3d;
}

.subnav {
    margin: 10px 0 50px 0;
}

.subnav li {
    border-bottom: 1px solid #d9d9d9;
}

.subnav li a {
    display: block;
    padding: 10px 0;
    font-family: Nexa Regular;
}

.subnav li a:hover {
    color: #84af17;
}

.subnav li.active a {
    color: #84af17;
    font-family: Nexa Bold;
}

#footer {
    border-top: 1px solid #D9D9D9;
    padding: 10px 0 50px;
    font-size: 12px;
    font-family: Nexa Regular;
}

.credits {
    float: right;
}

.credits a {
    background: url(img/icon_webkomeet.png) no-repeat left top;
    color: #6d6868;
    font-family: Nexa Bold;
    padding: 8px 0 10px 30px;
}

/* Home */

#welcome {
    background: #e6e4e4;
    border-top: 1px solid #d8d7d7;
    padding: 40px 0 30px 0;
}

#slider {
    float: left;
    width: 430px;
    height: 310px;
    position: relative;
    overflow: hidden;
    margin: 10px 0 0 0;
}

#slides p img {
    border: 5px solid #c5c0c0;
}

#slides p {
    width: 405px;
    text-align: center;
}

#slider-nav {
    list-style: none outside none;
    margin: 5px 0 0;
    position: absolute;
    top: 280px;
    width: auto;
}

#slider-nav li {
    float: left;
    margin: 5px 2px;
}

#slider-nav a {
    background: url(img/bullets.png) repeat scroll 0 0;
    display: block;
    height: 11px;
    outline: 0 none;
    text-indent: -9999px;
    width: 10px;
}

#slider-nav .activeSlide a {
    background-position: 0 -11px;
}

#intro {
    width: 460px;
    float: left;
    margin: 0 0 0 40px;
}

#intro h2 {
    color: #6b8c17;
    font-family: Nexa Bold;
    font-weight: 200;
    font-size: 22px;
}

#intro p {
    font-family: Nexa Regular;
    color: #424040;
    line-height: 140%;
    margin: 10px 0 0 0;
    font-size: 14px;
}

#intro a {
    text-decoration: underline;
}

#contact-info {
    background: #f7f7f7;
    border-bottom: 1px solid #d8d7d7;
    border-top: 1px solid #d8d7d7;
}

.contact-block {
    width: 313px;
    height: 90px;
    padding: 90px 0 0 0;
    float: left;
    text-align: center;
    font-family: Nexa Regular;
    font-weight: 200;
    font-size: 19px;
    color: #646262;
}

.contact-block a:hover {
    color: #6B8C17;
}

#contact-phone {
    background: url(img/contact_phone.png) no-repeat center 50px;
}

#contact-mail {
    background: url(img/contact_mail.png) no-repeat center 50px;
}

#contact-map {
    background: url(img/contact_map.png) no-repeat center 50px;
}

.smaller {
    font-size: 14px;
}

#services {
    padding: 70px 0;
    text-align: center;
    font-family: Nexa Regular;
}

#services h3 {
    text-transform: uppercase;
    font-family: Nexa Bold;
    margin: 0 0 20px 0;
    font-weight: 200;
    font-size: 16px;
}

#service-detail {
    border-top: 1px solid #d5cfcf;
    border-bottom: 1px solid #d5cfcf;
    padding: 0 0 0 30px;
    margin: 30px 0 0 0;
}

.service-block {
    width: 223px;
    float: left;
    text-align: left;
    padding: 30px 0 30px 80px;
    font-size: 16px;
}

#service1 {
    background: url(img/service1.png) no-repeat left center;
}
#service2 {
    background: url(img/service2.png) no-repeat left center;
}
#service3 {
    background: url(img/service3.png) no-repeat left center;
}

/* Standard Pages */

.content-left {
    width: 180px;
    float: left;
}

.content-left h2 {
    text-transform: uppercase;
    font-family: Nexa Bold;
    font-weight: 200;
    color: #615c5c;
    border-bottom: 2px solid #9bcf15;
    padding: 0 0 5px 0;
    font-size: 17px;
}

.content-right {
    width: 720px;
    float: right;
    padding: 0 0 50px 0;
}

.content-right h3 {
    font-family: Nexa Bold;
    color: #84af17;
    font-size: 18px;
    font-weight: 200;
    margin: 15px 0 10px 0;
    float: left;
    width: 100%;
}

.content-right a {
    text-decoration: underline;
}
.content-right a:hover {
    color: #84AF17;
}

.content-right ul, ol {
    font-family: Nexa Regular;
}

.content-right li {
    margin: 3px 0;
}

.content-right ul li {
    list-style-image: url(img/li.png);
}

.video-js {
    margin: 20px 0 20px 0;
    float: left;
}

.image img {
    border: 1px solid #808080;
}

.photoalbum {
    width: 720px;
    float: left;
    margin: 30px 0 0 0;
}

.album-photo {
    float: left;
    width: 98px;
    height: 98px;
    border: 1px solid #808080;
    margin: 0 24px 24px 0;
}

.album-photo.last {
    margin-right: 0;
}

.content-right .slideshow p {
    width: 720px;
    text-align: center;
}

.text-block {
    width: 720px;
    float: left;
    line-height: 140%;
}
.text-block p {
    width: 720px;
    margin: 10px 0;
    line-height: 170%;
    font-family: Nexa Regular;
}

.text-block img {
    border: 1px solid #808080;
}

.text-block img.left {
    float: left;
    margin: 10px 23px 10px 0;
}
.text-block img.right {
    float: right;
    margin: 10px 0 10px 23px;
}
.text-block img.small {
    width: 150px;
}
.text-block img.medium {
    width: 250px;
}
.text-block img.large {
    width: 350px;
}

p.image {
    width: 720px;
    float: left;
    margin: 10px 0;
}


/* Contact */

#sending, #sent {
    display: none;
    text-align: center;
    color: #a3a1a1;
    font-size: 18px;
    padding: 150px 0 0 0;
}

#sent {
    background: url(img/sent.png) no-repeat center 20px;
}

#sending {
    background: url(img/sending.gif) no-repeat center 20px;
}

.contact-left, .contact-right {
    width: 430px;
    float: left;
    padding: 20px 0 50px 0;
}

.contact-left {
    padding-right: 20px;
}

.contact-right {
    padding-left: 20px;
}

.contact-left h2, .contact-right h2 {
    text-transform: uppercase;
    font-family: Nexa Bold;
    font-size: 20px;
    font-weight: 200;
    text-align: center;
    border-bottom: 1px solid #d8d7d7;
    padding: 30px 0 5px;
    margin: 0 0 30px 0;
}

label {
    float: left;
    width: 100px;
    padding: 8px 0 0 0;
    font-family: Nexa Bold;
}

input, textarea {
    width: 318px;
    float: left;
    border: 1px solid #d8d7d7;
    height: 30px;
    padding: 0 5px;
    border-radius: 4px;
    margin: 0 0 20px 0;
}

textarea {
    height: 150px;
    padding: 5px;
}

input.error, textarea.error {
    border: 1px solid #cd0a0a;
}

#phone {
    margin: 0;
}

.form-reset {
    float: left;
    padding: 0 0 0 100px;
    width: 418px;
}

.form-reset input, .form-reset label {
    width: auto;
    font-family: Nexa Regular;
}

.form-reset label {
    padding: 8px 0 0 5px;
}

#go {
    border: 1px solid #6b8e13;
    width: 328px;
    height: 35px;
    background: #92c01c;
    color: #fff;
    text-shadow: 1px 1px 1px #3c5107;
    box-shadow: inset 0 1px 1px #beee41;
}

#go:hover {
    box-shadow: inset 0 1px 1px #8bb71b;
    background: #668713;
}

.event {
    background: #737472;
    border-radius: 5px;
    margin: 0 0 20px 0;
    color: #fff;
}

.event h3 {
    text-align: center;
    font-family: Nexa Bold;
    font-size: 20px;
    padding: 10px 0 0 0;
}

.event hr {
    margin: 5px 0;
    border-top: 1px solid #5b5c5b;
    border-bottom: 1px solid #8e8f8d;
    height: 0;
}

.event-text {
    padding: 20px;
    float: left;
}

.event .date {
    width: 165px;
    float: left;
    margin: 0 0 0 20px;
    padding: 7px 0 5px 30px;
    background: url(img/event-date.png) no-repeat left 5px;
}

.event .location {
    width: 195px;
    float: left;
    padding: 7px 0 5px 20px;
    background: url(img/event-location.png) no-repeat left 5px;
}

#no-events {
    background: #d9d9d9 url(img/no_fairs.png) no-repeat center 20px;
    border-radius: 4px;
    height: 80px;
    text-align: center;
    padding: 120px 50px 0 50px;
    line-height: 150%;
}

#menu-toggle {
    display: none;
}

#intro-left {
    width: 430px;
    float: left;
}

#slider {
    height: auto;
}

#slider p {
    width: 80%;
    padding: 0 10%;
}

#slider p img {
    width: 100%;
}

#slider-nav {
    float: none;
    position: relative;
    top: auto;
    text-align: center;
}

#slider-nav span {
    font-size: 20px;
    cursor: pointer;
}

#slider-nav .cycle-pager-active {
    color: #6b8c17;
}

.video-content {
    max-width: 450px;
}

@media only screen and (max-width: 710px) {

    .hide-for-phone {
        display: none;
    }

    .wrapper {
        width: 100%;
    }

    header {
        height: auto;
        padding: 20px 0 0 0;
    }

    h1 {
        margin: 0 auto;
        float: none;
    }

    #languages {
        width: 80%;
        padding: 0 10%;
        margin: 20px 0 0 0;
        float: none;
        text-align: center;
    }

    #languages li {
        float: none;
        display: inline-block;
    }

    #menu-toggle {
        display: block;
        text-align: center;
        background: #dddddd;
        font-family: 'Nexa Heavy';
        padding: 8px;
        margin: 20px 0 0 0;
        font-size: 16px;
    }

    .nav {
        display: none;
        width: 100%;
        float: none;
        margin: 0;
    }

    .nav li {
        float: none;
        display: inline;
        margin: 0;
    }

    .nav li a {
        border-bottom: 3px solid #ccc;
        padding: 8px 0;
        text-align: center;
    }

    .nav li:first-child a {
        border-top: 3px solid #ccc;
    }

    #slider, #intro {
        width: 80%;
        padding: 0 10%;
        float: none;
        margin: 0;
    }

    #intro {
        margin: 20px 0 0 0;
    }

    #intro-left {
        float: none;
        width: 100%;
    }

    .contact-block, .service-block {
        float: none;
        margin: 0 auto;
    }

    .contact-block {
        height: 50px;
        padding: 60px 0 0 0;
    }

    #contact-phone {
        background-position: center 31px;
    }

    #contact-mail {
        background-position: center 31px;
    }

    #contact-map {
        background-position: center 31px;
        margin: 0 auto 20px auto;
    }

    #services .wrapper p {
        width: 80%;
        padding: 0 10%;
    }

    #footer {
        text-align: center;
    }

    .credits {
        float: none;
        margin: 10px 0 0 0;
    }

    #slider {
        text-align: center;
    }

    .content-left {
        width: 100%;
        text-align: center;
        float: none;
    }

    .content-right {
        float: none;
        width: 100%;
    }

    .content-left h2 {
        padding: 10px 0;
    }

    .text-block {
        float: none;
        width: 80%;
        padding: 0 10%;
    }

    .text-block p {
        width: 100%;
        float: none;
    }

    .content-right h3 {
        padding: 0 10%;
        width: 80%;
        float: none;
    }

    .photoalbum {
        width: 80%;
        padding: 0 10%;
        float: none;
    }

    .text-block img.left {
        float: none;
    }

    p.image {
        width: 80%;
        padding: 0 10%;
        float: none;
        text-align: center;
    }

    p.image img {
        width: 100%;
        border: none;
    }

    .contact-left, .contact-right {
        width: 100%;
        float: none;
        padding: 0;
    }

    #no-events {
        width: 80%;
        margin: 0 10%;
        padding: 120px 0 0 0;
    }

    form {
        width: 80%;
        padding: 0 10%;
    }

    label {
        float: none;
    }

    input, textarea {
        float: none;
        width: 98%;
    }

    .form-reset {
        width: auto;
        padding: 0;
        float: none;
    }

    .form-reset label, .form-reset input {
        float: left;
    }

    #go {
        width: 100%;
    }

    .video-content {
        width: 80%;
        margin: 0 auto;
    }
}

@media (min-width: 710px) and (max-width: 940px) {

    .wrapper {
        width: 700px;
    }

    header {
        height: 210px;
    }

    .nav {
        margin: 20px 0 0 0;
        width: 700px;
        text-align: center;
    }

    .nav li {
        margin: 0 12px;
        float: none;
        display: inline-block;
    }

    h1 {
        margin: 10px 0 0 225px;
    }

    #intro {
        width: 100%;
        text-align: center;
        margin: 20px 0 0 0;
    }

    #intro-left {
        padding: 0 135px;
    }

    .contact-block {
        width: 232px;
    }

    .contact-left, .contact-right {
        width: 330px;
    }

    .form-reset {
        padding: 0;
        width: auto;
    }

    .content-right, .text-block, .text-block p, .photoalbum, p.image {
        width: 500px;
    }

    .service-block {
        width: 143px;
    }

}

