/*
    Fonts    
*/
@font-face {
    font-family: 'Bradley';
    src: url(../fonts/bradley.ttf);
}


/*
    Header element
 */
.header {}

.header .top {
    height: 300px;
    padding-top: 25px;
    background: url('../img/header-flag-v3.jpg') 0px -180px;
    padding: 10px;
}

.header .top.mini {
    height: 150px;
}

.header .motto a {
    position: relative;
    left: -920px;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.headline {
    font-family: 'Bradley Hand ITC';
    font-size: x-large;
    color: rgb(3, 4, 154);
    background: #f2f2f2;
    border-bottom: 1px solid #CFCFCF;
}

.motto {
    padding: 10px 0px 10px 56%;
}

.motto img {
    height: 40px;
}

.page-moto {
    opacity: 0;
    font-family: Bradley;
    text-align: center;
    font-size: 38px;
    color: #fff;
    padding: 10px;
}

.buton {
    width: 130px;
    margin-left: 35px;
    display: inline-block;
    position: relative;
    top: -17px;
}



/* suprascriere select2 */

.select2-dropdown {
    border: 0!important;    
}

.select2-container--default .select2-selection--single {
    border: 1px solid #D7D9E0!important;
    color: #A5ABC5!important;
    height: 36px!important;
    margin: 0!important;
}

span#select2-locatie-container {
    color: #A5ABC5!important;
    font-size: 13px;
}

span.select2.select2-container.select2-container--default {
    height: 100%!important;
}

.span.select2-selection.select2-selection--single {
    border: 1px solid #D7D9E0!important;
    color: #A5ABC5!important;
    height: 35px!important;
    margin: 0!important;
}

.select2-selection--single .select2-selection__rendered {
    line-height: 34px!important;
}

.menu {
    padding-top: 0px;
    width: 890px;
    left: 50%;
    margin-left: -450px;
    text-align: right;
    position: relative;
}

ul li {
    display: inline-block;
    padding: 10px;
    border-radius: 4px;
    transition: background-color ease-in-out .15s;
}

ul li:hover {
    background: #FBCA04;
}

ul li a {
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

.menu li.li-no-hover:hover {
    background-color: transparent;
}
.menu ul {
    margin: 0;
}
.menu ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans';
}
.post a {
    font-size: 15px;
    color: black;
}
.post {
    background-color: #f8ca00;
    border: none;
    padding: 9px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 4px;
    transition: all 0.5s;
    cursor:pointer;
    margin: 5px;
}

.post:hover {
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

/*
    Searchbox
 */
.search-box {
    background: #fff;
    width: 890px;
    position: relative;    
    margin-left: calc(50% - 460px);
    padding: 30px;
    border-radius: 3px;
    margin-top: 30px;
}

.search-box.hidden {
    display: none;
}
.search-box input[type="text"] {
    background: #fff!important;
    color: #A5ABC5!important;
    border: 1px solid #D7D9E0!important;
    box-shadow: none!important;
    float: none!important;
}
.keyword {
    width: 355px;
    float: left;
    text-align: center;
}
.search-box span {
    font-family: Arial;
    font-size: 11pt;
    color: #03049A;
    display: block;
    margin-bottom: 5px;
}

.locatie {
    width: 313px;
    margin-left: 10px;
    display: inline-block;
}

.keyword input[type="text"] {
    width: 325px;
}

.locatie input[type="text"] {
    width: 280px;
}