@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');

body {
    font-size: 15px;
    line-height: 24px;
    color: #0d0d0d;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight:400;
}

hr {
    background-color: #0d0d0d;
    height: 4px;
    border: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    font-family: inherit;
    font-weight:400;
    color: #0d0d0d;
    margin: 0;
    padding: 0 0 15px 0;
    text-transform: uppercase;
}

.h1,
h1 {
    line-height:30px;
    font-size: 28px;
}

.h2,
h2 {
    font-size: 24px;
}

.h3,
h3 {
    font-size: 20px;
}

.h4,
h4 {
    font-size: 18px;
}

.h5,
h5 {
    font-size: 16px;
}

p {
    font-family: inherit;
    font-size: 16px;
    /*line-height: 24px;*/
    margin-bottom: 15px;
}

a {
    color: #0d0d0d;
    text-decoration: underline;
    text-transform: uppercase;
}

a:hover,
a:focus {
    text-decoration: underline;
    color: #0d0d0d;
}

b,
strong{
    font-weight: 700;
}

img{
    max-width: 100%;
    height: auto;
}

ol {
    margin: 0 0 0 20px;
    padding: 0;
}

ul li {
    padding-left: 1.1em;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

li {
    position: relative;
}

ul li:before {
    content: "\f111 ";
    font-family: 'FontAwesome';
    font-size: 9px;
    display: inline-block;
    margin-left: -1.7em;
    margin-top: -2.6em;
    width: 1.6em;
    color:#0d0d0d;
    position:relative;
    top: -1px;
}

.clear{
    clear: both;
}

/* Buttons */
.btn-avant{
    border-radius: 0;
    font-size: 18px;
    height: 50px;
    padding: 13px 15px;
    background: #0d0d0d;
    color: #ffffff;
    transition:all 0.3s ease;
}

.btn-avant:hover,
.btn-avant:focus{
    background: #000000;
    color: #ffffff;
}

/* Text styles */


/* Background + editor */
.bg-footer{
    background: #0d0d0d;
}

.bg-footer *{
    color: #bfbfbf;
}

.bg-footer a{
    text-transform: none;
}

.bg-footer a:hover,
.bg-footer a:focus{
    color: #bfbfbf;
    text-decoration: none;
}

.bg-grey{
    background: #eeede9;
}

/*custom dropdown menu */


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100% !important;
    right: auto;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/*custom instagram feed */
.insta-profile-img 
{
    border-radius: 100%;
    width: 50px;
    float: left;
    margin-right: 15px;
}
.insta-profile
{
    margin-left:45px;
}

.insta-text 
{
    font-size: 12px;
}

.insta-text h4
{
    font-weight: bold;
    padding: 0;
}

.insta-text p
{
    font-weight: bold;
    font-size: 12px;
}

.insta-main
{
    margin-bottom: 10px;
}


.insta-main a:hover
{
    text-decoration: none;
}

.insta-img
{
    display: inline-block;
    width: 275px;
    height: 275px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/*custom twitter feed */
.tweet-box
{
    color: white;
    float: left;
    width: 30%;
    margin-right: 40px;
    margin-top: 20px
}

.twitter-wrapper
{
    background-color: black;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 60px;
    margin-right: 0;
}
.tweet-info
{
    color:white;
    font-size: 10pt;
    font-family: helveticaNeue;
}

.profile-pic
{
    margin-right: 10px;
    vertical-align: top;
    border: 1px solid #838383;
    float: left;
}

.tweet-text
{
    line-height: 110%;
    margin:0;
}

.orange-text
{
    color: #ffc200;
    margin:0;
}

.grey-text
{
    color: gray;
}

.tweet-content
{
    width: 75%;
    display: inline-block;
}

.tweet-content a:hover
{
    text-decoration: none;
}

/**Recentie*/

.recentie-wrapper
{
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    max-height: 275px;
    max-width: 330px;
    padding: 20px;
    padding-bottom: 40px;
}

.beoordeling-link
{
    color: #ffc200;
    font-size: 11pt;
}

.beoordeling-link:hover
{
    color: #ffc200;
}

.beoordeling-link:focus
{
    outline:none;
    color: #ffc200;
}

.cijfer
{
    font-size: 37px;
}

.stars
{
    background-image: url('../img/empty_star.png');
    width : 115px;
    height: 22px;
    position: absolute;
    z-index: 1;
    padding-bottom: 22px;
}

.stars-filled
{
    background-image: url('../img/star.png');
    position: relative;
    top: 0;
    left: 0;
    height: 22px;
    z-index: 2;
}

.title
{
    margin:0;
    font-size: 14pt;
    font-weight: bold;
    margin-bottom: 5px;
}

.aantal-beoordelingen
{
    margin-top: 30px;
    margin-bottom: 0;
}

.loader-text
{
    color: black;
    position: relative;
    top: 30%;
    left: 39%;
}
