/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.uk-alert {
    background: none repeat scroll 0 0 #d13e21;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 10px;
}

.uk-button:active, .uk-button.uk-active {
    background-color: #ffffff;
    color: #779f2e !important;
}

.uk-dropdown-navbar {
    background: none repeat scroll 0 0 red !important;
    color: #779f2e;
    margin-top: 0;
}

.uk-close {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    box-sizing: content-box;
    color: inherit;
    display: inline-block;
    line-height: 40px;
    opacity: 0.3;
    padding: 0;
    text-align: center;
    width: 40px;
}

.opening a{
color: #78A02F !important;
}

.opening a:hover{
color: #B50010 !important;
}

.uk-close:after {
    color: red !important;
    content: "";
    display: block;
    font-family: FontAwesome;
    font-size: 40px;
}

.adres {
color: #C90724 !important
}

.bfElemWrap, control-group {
    background-color: #6C9327;
    border-radius: 2px;
    box-shadow: 4px 4px 4px #64891E;
    margin-bottom: 10px;
    padding: 8px;
}


.wk-twitter-single .content {
    font-family: "Times New Roman",Times,serif;
    font-size: 24px;
    width: 90%;
}

hr {
    border: 2px dotted #539531;
    display: block;
    padding: 0;
}

.btn:first-child {
    background: none repeat scroll 0 0 #C80725 !important;
}

textarea {
color:#679C3B;
}

.uk-panel-box h4 {
color:#D10717;
}

.uk-panel-box-secondary h4 {
    background-color: #9cbf61;
    color: #385409;
    padding: 5px;
}


.uk-article h4 {
    background-color: #9cbf61;
    color: #385409;
    padding: 5px;
}

.uk-panel-box-secondary hr {
    border: #A1BF6E dotted 1px;
}

.uk-search-field::-moz-placeholder {
    color: #4C701A !important;
}

uk-article, a{
color:#ffffff !important;
font-weight:bold;
}

.uk-list-line > li:nth-child(n+2) {
    border-top: 2px dashed #7caa58;
    margin-top: 5px;
    padding-top: 5px;
}

.uk-article-title {
    background: url("http://www.dewitvandongen.nl/nieuw/images/bg.jpg") repeat scroll center center rgba(0, 0, 0, 0);
    color: #ffffff;
    font-size: 38px;
    height: 75px;
    line-height: 42px;
    padding-top: 25px;
    text-align: center;
word-break: break-all;
}
.uk-article-title, h3 {

    color: #ffffff;
   
}

.uk-article > *:last-child {
    margin-bottom: 0;
    padding: 20px;
}

.uk-article {
    background: #6e9e3e; /* Old browsers */
background: -moz-linear-gradient(top,  #6e9e3e 31%, #0c7f10 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(31%,#6e9e3e), color-stop(100%,#0c7f10)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #6e9e3e 31%,#0c7f10 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #6e9e3e 31%,#0c7f10 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #6e9e3e 31%,#0c7f10 100%); /* IE10+ */
background: linear-gradient(to bottom,  #6e9e3e 31%,#0c7f10 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e9e3e', endColorstr='#0c7f10',GradientType=0 ); /* IE6-9 */
    box-shadow: 3px 3px 14px 4px #dedede;
    padding: 0px;
color:#ffffff !important;
}


input.uk-search-field {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 14px;
    height: 30px;
    line-height: normal;
    margin: 0;
    padding: 0 30px;
    transition: all 0.2s linear 0s;
    width: 120px;
}
.wk-twitter-single .meta {
    font-size: 14px;
}

.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
    background-color: #49661b;
    color: #ffffff;
    outline: medium none;
}

.fb_border {
    background-color: #ffffff;
    border-right: 1px solid;
    margin-bottom: -20px;
    margin-left: 437px;
    margin-top: -50px;
    overflow: hidden;
    width: 295px !important;
}

wk-twitter, a{
color:#2C3F0C;
}



.tm-headerbar3 {
background: #c90724; /* Old browsers */
background: -moz-linear-gradient(top,  #c90724 0%, #db0808 40%, #b20011 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c90724), color-stop(40%,#db0808), color-stop(100%,#b20011)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c90724 0%,#db0808 40%,#b20011 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c90724 0%,#db0808 40%,#b20011 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c90724 0%,#db0808 40%,#b20011 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c90724 0%,#db0808 40%,#b20011 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c90724', endColorstr='#b20011',GradientType=0 ); /* IE6-9 */
padding:3px 5px;
color:#ffffff !important;
box-shadow:4px 4px 4px #eeeeee;

}

.facebook {
background: #7abcff; /* Old browsers */
background: -moz-linear-gradient(top,  #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
padding:6px 6px;
color:#ffffff !important;
box-shadow:4px 4px 4px #eeeeee;
margin-right:8px;

}

.uk-navbar-nav > li.uk-active > a {
background: #c90724; /* Old browsers */
background: -moz-linear-gradient(top,  #c90724 0%, #db0808 40%, #b20011 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c90724), color-stop(40%,#db0808), color-stop(100%,#b20011)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c90724 0%,#db0808 40%,#b20011 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c90724 0%,#db0808 40%,#b20011 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c90724 0%,#db0808 40%,#b20011 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c90724 0%,#db0808 40%,#b20011 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c90724', endColorstr='#b20011',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 3px 10px -3px #bcbcbc;
    color: #ffffff;
    font-weight: bold;
}

.uk-navbar {
background: #80a242; /* Old browsers */
background: -moz-linear-gradient(top,  #80a242 0%, #78a02e 44%, #6d9e40 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#80a242), color-stop(44%,#78a02e), color-stop(100%,#6d9e40)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #80a242 0%,#78a02e 44%,#6d9e40 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #80a242 0%,#78a02e 44%,#6d9e40 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #80a242 0%,#78a02e 44%,#6d9e40 100%); /* IE10+ */
background: linear-gradient(to bottom,  #80a242 0%,#78a02e 44%,#6d9e40 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80a242', endColorstr='#6d9e40',GradientType=0 ); /* IE6-9 */
}

.wk-slideshow-screen > div {
    background: none repeat scroll 0 0 #D7070D !important;
}

.uk-badge {
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    padding: 4px 8px;
    text-align: center;
    text-transform: none;
    vertical-align: middle;
background:#761717 !important
}

.uk-list-news {
font-size:18px !important;
}

.uk-navbar-nav > li > a {
    box-sizing: border-box;
    color: #ffffff;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    text-decoration: none;
}

body {
    color: #4e631f;
}

.tm-headerbar .uk-panel {
    float: right;
    margin-right: 0;
    max-width: 500px;
}


.wk-slideshow-screen .caption {
    bottom: 15px;
    font-size: 22px;
    font-weight: bold;
    left: 15px;
    line-height: 30px;
    right: 15px;
    text-shadow: 3px 3px 3px #000000;
}

.form-actions {
 background: none !important;
}

.form-actions {
    margin-bottom: -35px;
    margin-top: 0;
    padding: 19px 20px 20px;
}

body {
    background: url("http://www.dewitvandongen.nl/images/dewitvandongen_achtergrond.png") repeat-x scroll center bottom #ffffff;
}

body {
background-image:url("http://www.dewitvandongen.nl/images/dewitvandongen_achtergrond.png");
background-repeat: repeat-x; 
background-position:bottom center;
}


.tm-footer {
margin-bottom:230px;
}