.collection-row .icon {
    float: right;
}

.collection-row .glyphicon {
    margin-left: 5px;
    margin-right: 0px;
}

.empty-glyph-space {
    float: right;
    width: 19px;
    height: 19px;
}

/* ==========================================================================
popupbox contact
========================================================================== */
.js-modal-close {
    padding: 10px 30px;
    background-color: #AEB9CD;
    color: white;
}

.js-modal-close:hover {
    color: white;
    opacity: 0.6;
    text-decoration: none;
}

.modal-box {
    top: 50%;
    margin-left: -150px;
    margin-top: -105px;
    left: 50%;
    display: none;
    position: fixed;
    z-index: 1000;
    width: 300px;
    height: 210px;
    background: white;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
}

.mheader {
    background-color: #AEB9CD;
}

.mheader h3 {
    color: #fff;
    font-family: "Raleway", cursive;
    font-weight: 300;
    font-size: 30px;
    margin-top: -2%;
    text-shadow: 2px 2px 5px #000;
}

.modal-box .mheader,
.modal-box .modal-header {
    padding: 1.25em 1.5em;
    border-bottom: 1px solid #ddd;
}

.modal-box .mheader h3,
.modal-box .mheader h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 {
    margin: 0;
}

.modal-box .modal-body {
    padding: 2em 1.5em;
}

.modal-box footer,
.modal-box .modal-footer {
    padding: 1em;
    border-top: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02);
    text-align: right;
}

.modal-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) !important;
}

a.close {
    line-height: 1;
    font-size: 1.5em;
    position: absolute;
    top: 5%;
    right: 2%;
    text-decoration: none;
    color: #bbb;
}

a.close:hover {
    color: #222;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    transition: color 1s ease;
}

/* ==========================================================================
General
========================================================================== */
#content {
    background-color: #DADFE8;
}

.container {
    z-index: 0;
    font-family: Raleway;
}

a:focus {
    outline: thin dotted;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

.area1 {
    background-color: #F6F7F9;
    width: 100%;
}

.area2 {
    background-color: #B1BBCE;
    width: 100%;
}

.area3 {
    background-color: #DADFE8;
    width: 100%;
}

/* ==========================================================================
Containers
========================================================================== */

.page_container {
    padding: 25px 0 25px 0;
    background-color: #DADFE8;
}

.page_container h1 {
    margin-bottom: 20px;
    color: #24374b;
    font-weight: 400;
    font-size: 22px;
}

.page_container p {
    color: #778899;
}

.page_image_container {
    top: 25px;
    height: 300px !important;
    border: solid 2px white;
    display: block;
    color: #fff;
    font-size: 55px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 0 auto 50px;
}

.cultivation_container {
    height: 200px !important;
}

.redirection_container {
    height: 240px !important
}

#portfolio {
    background-color: #fff;
}


/* ==========================================================================
Navigation
========================================================================== */

.navigation {}

.navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.navigation li {
    display: inline;
}

section.navigation h1 {
    font-weight: 400;
    font-size: 20px;

}

section.navigation {
    padding: 11px;
    background-color: #7E8EAB;
    margin-top: -3px;
}

section.navigation a {
    font-size: 17px;
    color: white;
    margin: 0% 1.5%;

}

section.navigation a:hover,
section.navigation a:focus {
    color: #AEB9CD;
    text-decoration: none;
}

section.navigation a:hover i,
section.navigation a:focus i {
    color: white;
}

/* ==========================================================================
categories
========================================================================== */

.categories {
    background-color: transparent;
    z-index: -1;
    height: 50px;

}

.categories .active {
    background-color: #33502e;
}

.categories ul {
    list-style-type: none;
    padding: 0px;
}



.categories ul li:hover {
    border: none;
    color: #789;
    -webkit-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
    text-decoration: none !important;
}

.categories li {
    display: inline-block;
    margin-top: 8px;
    float: left;
}

.categories button,
input,
select,
textarea {
    padding: 7px;
    border: none;
}

.categorybutton {
    padding: 7px 30px;
    background: #AEB9CD none repeat scroll 0% 0%;
    font-family: raleway;
    font-weight: bold;
    width: 100px;
    color: #FFF;
    font-size: 14px;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, box-shadow 300ms ease-in-out 0s;
    text-decoration: none;
    margin: 0px 5px;
    border-radius: 2rem;
}

.categorybutton:hover,
.newbutton:hover {
    background-color: #fff;
    text-decoration: none;
    -webkit-box-shadow: 0 8px 6px -6px #384E75;
    -moz-box-shadow: 0 8px 6px -6px #384E75;
    box-shadow: 0 8px 6px -6px #384E75;
}

.newbutton {
    padding: 7px 30px;
    background: #bea6bf none repeat scroll 0% 0%;
    font-family: raleway;
    font-weight: bold;
    width: 100px;
    color: #FFF;
    font-size: 14px;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, box-shadow 300ms ease-in-out 0s;
    text-decoration: none;
    margin: 0px 5px;
}

.categorybar {
    padding: 2px 5px;
    background: #FFF none repeat scroll 0% 0%;
    font-family: raleway;
    color: #AEB9CD;
    font-size: 13px;
    transition: color 300ms ease-in-out 0s;
    text-decoration: none;
    -webkit-box-shadow: 0 8px 6px -6px #7E8EAB;
    -moz-box-shadow: 0 8px 6px -6px #7E8EAB;
    box-shadow: 0 8px 6px -6px #7E8EAB;
    margin: 0;
    border-radius: 2rem;

    input {
        border-radius: 2rem;
    }
}

li.categorybar {
    margin: 0px;
}


#buttonnormal {
    font-family: Raleway;
    padding: 5px 10px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    background-color: rgb(126, 142, 171);
    border-radius: 3px;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    border-radius: 2rem;
}

#buttonnormal:hover {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

/* ==========================================================================
? navigation staat boven al ergens? ?
========================================================================== */

.nav-toggle {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 999999;
    padding: 10px 35px 16px 0px;
    cursor: pointer;
}

.nav-toggle:focus {
    outline: none;
}

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
    content: '';
    position: absolute;
    display: block;
    width: 35px;
    height: 5px;
    border-radius: 1px;
    background: #fff;
    cursor: pointer;
}

.nav-toggle span:before {
    top: -10px
}

.nav-toggle span:after {
    bottom: -10px
}

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.nav-toggle.active span {
    background-color: transparent
}

.nav-toggle.active span:before,
.nav-toggle.active span:after {
    top: 0
}

.nav-toggle.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-toggle.active span:after {
    top: 10px;
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}

.navicon {
    position: relative;
    height: 26px;
}

.navicon p {
    margin: 1px 50px 0 0
}

.navicon-fixed {
    position: fixed;
    top: 59px;
    right: 143px;
}

/* ==========================================================================
? HEADER MAYBE ?
========================================================================== */
.hero {
    position: relative;
    padding: 30px 0 30px 0;
    color: #fff;
}

.hero h1 {
    font-weight: 300;
    font-size: 100px;
    margin-top: -2%;
    text-shadow: 2px 2px 5px #000;
}

.hero span {
    text-shadow: 2px 2px 5px #000;
    display: inline-block;
    color: #F9F9F9;
    font-size: 18px;
}

#home {
    width: 100%;
    height: 100%;
}


header i {
    margin-left: 5px;
}

header {
    background-image: url(../images/leaf-bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 400px;*/
    height: 315px;
}

.homeslider {
    width: 100%;

}

.aboutslider img {
    max-height: 1%;
    margin-top: 30px;
    border: 9px solid white;
}

/* ==========================================================================
Gallery
========================================================================== */
.gallery_wrap {
    /*border: 7px solid white;*/
    padding: 7px;
}

.thumbnail_gallery ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.thumbnail_gallery ul li {
    float: left;
    min-height: 100%;
    width: 25%;
    background-color: #000;
    list-style: none;
    border: 2px solid #DADFE8;
}

/* ==========================================================================
Gallery Text Hover Effect
========================================================================== */

.thumbnail_gallery figure {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.thumbnail_gallery figure img {
    width: 100%;
    height: 225px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.thumbnail_gallery figure:hover img,
.thumbnail_gallery figure:focus img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.thumbnail_gallery figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25% 0;
    width: 100%;
    height: 320px;
    text-align: left;
    font-family: sans-serif;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.thumbnail_gallery figcaption p {
    font-size: 12px;
}

.thumbnail_gallery figcaption a {
    color: #fff
}

.thumbnail_gallery figcaption a:hover,
.thumbnail_gallery figcaption a:focus {
    color: #F6F7F9;
}

.thumbnail_gallery figure:hover figcaption,
.thumbnail_gallery figure:focus figcaption {
    opacity: 1
}

.thumbnail_gallery {
    opacity: 1
}

.thumbnail_gallery figure.cs-hover figcaption {
    opacity: 1
}

.thumbnail_gallery figcaption i {
    font-size: 35px
}

.thumbnail_gallery figcaption p {
    margin-bottom: 0;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    margin-right: -60px;
}

.thumbnail_gallery figcaption .caption-content {
    font-family: raleway;
    position: absolute;
    top: 55%;
    left: 50%;
    margin-top: 0;
    margin-left: -100px;
    width: 200px;
    -webkit-transform: translate(0px, 15px);
    -ms-transform: translate(0px, 15px);
    transform: translate(0px, 15px);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.thumbnail_gallery figure:hover figcaption .caption-content,
.thumbnail_gallery figure:focus figcaption .caption-content {
    text-decoration: none;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}


/* ==========================================================================
Page Buttons
========================================================================== */

.pagination {
    background-color: #DADFE8;
    width: 100%;
    min-height: 85px;
    text-align: center;
    border-radius: 0 !important;
}

#buttonpagination {
    border-radius: 5rem;
    padding: 15px;
    width: 165px;
    margin: 1% 5%;
    font-size: 20px;
    color: #AEB9CD;
    display: inline-block;
    -webkit-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out;
}

#buttonpagination:hover {
    background-color: #AEB9CD;
    padding: 15px;
    width: 165px;
    margin: 1% 5%;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    -webkit-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out;
    text-decoration: none;
}

/* ==========================================================================
Contact page Buttons
========================================================================== */

.maps iframe {
    border: solid 2px white;
    width: 100%;
    height: 234px;
}

#send_mail {
    border-radius: 3rem;
    background-color: #AEB9CD;
    padding: 10px 30px;
    width: 100%;
    font-size: 20px;
    color: #fff;
    border: none;
    opacity: 1;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}

#send_mail:hover {
    opacity: 0.7;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    text-decoration: none;
}

/* ==========================================================================
Footer
========================================================================== */

footer {
    background-color: #AEB9CD;
    padding: 1% 0% 0.4% 0%;
}

footer p {
    text-align: center;
    color: #fff;
    font-size: 11px;
    float: left;
}

a.footerbutton {
    border-radius: 3px;
    background-color: #fff;
    padding: 6px;
    text-align: center;
    color: #7E8EAB;
    font-size: 12px;
    float: right;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

a.footerbutton:hover {
    color: white;
    text-decoration: none;
    background-color: #7E8EAB;
}

.btn.btn-primary.btn-document {
    margin-bottom: 5px;
    border-radius: 2rem;
}

.btn.btn-primary.btn-developers {
    font-size: 9px;
    padding: 10px;
    margin: 0px;
    border-radius: 2rem;
}

.align-to-bottom {
    @media screen and (min-width: 992px) {
        display: flex;
        align-items: flex-end;

        .page_image_container {
            top: 46px;
        }
    }
}