body{
    margin: 0px;
    padding: 0px;
}

.myMainBee{
    position: fixed;
    top: 50%;
    left: 50%;
}
.myMainBee_small{
    width: 60%;
    min-width: 300px;
    max-width: 400px;
}

.myMainBeeLinks{
    position: fixed;
    top: 50%;
    left: 50%;
    list-style: none;
}
.myMainBeeLinks li{
    position: fixed;
    top: 50%;
    left: 50%;
}
.myMainBeeLinks li a{
    color: #666666;
    cursor: pointer;
    display: inline-block;
    font-family: 'Apricity';
    font-size: 1.0em;
    font-weight: normal;
    white-space: nowrap;
}
.myMainBeeLinks li a:hover{
    color: #444444;
    font-weight: bold;
}

/*
----->    HOME SPECIFIC
*/

.honeyCombLeft{
    background-image: url(../images/honeycomb_left.png);
    background-position-x: left;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: 50%;
    bottom: -5%;
    left: -10%;
    position: fixed;
    top: 0;
    width: 60%;
}

.honeyCombRight{
    background-image: url(../images/honeycomb_right.png);
    background-position-x: right;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: 80%;
    bottom: 0px;
    right: 1%;
    position: fixed;
    top: 0;
    width: 35%;
}

.content{
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    position: fixed;
    right: 0px;
    top: 0;
}

.row{
    width: 960px;
}

/*
----->    HEADER
*/

.header{
    background-color: rgba(47, 46, 46, 1);
    border-bottom: 0px solid rgba(160, 160, 159, 1);
    border-top: 0px solid rgba(160, 160, 159, 1);
}
.header ul{
    list-style-type: none;
    margin: 80px 0px 30px 0px;
    padding: 0;
}
.header ul li{
    display: inline-block;
    cursor: pointer;
}
.header ul li a{
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: 'Apricity';
    font-size: 16px;
    font-weight: bold;
    padding: 8px 24px;
    transition: all 0.4s ease 0s;
    white-space: nowrap;
}

.header ul .home:hover{
    background-color: #A0A09F;
}
.header ul .vision:hover{
    background-color: #3DACC3;
}
.header ul .beekeeping:hover{
    background-color: #F0D682;
}
.header ul .polination:hover{
    background-color: #F8B195;
}
.header ul .relocation:hover{
    background-color: #83EFD8;
}
.header ul .gallery:hover{
    background-color: #B596C0;
}
.header ul .contactus:hover{
    background-color: #A0A09F;
}

.pageContent{
    background-color: rgba(255, 255, 255, 0.5);
    margin-bottom: 15vh;
    padding: 20px 10px;
}
.pageContent h1{
    color: #605E5E;
    font-family: 'Apricity';
    font-size: 22px;
    font-weight: 900;
    white-space: nowrap;
}
.pageContent div h2{
    color: #605E5E;
    font-family: 'Apricity';
    font-size: 18px;
    font-weight: 900;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
}
.pageContent div{
    color: #605E5E;
    font-family: 'Apricity';
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    text-align: justify;
    text-justify: inter-word;
}
.pageContent div ul{
    line-height: 25px;
    margin: 0px;
    padding: 0px 50px;
}
.pageContent div ul li{
    color: #605E5E;
    font-family: 'Apricity';
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    text-align: justify;
    text-justify: inter-word;
}

.footer{
    background-color: rgba(47, 46, 46, 1);
    border-bottom: 0px solid rgba(160, 160, 159, 1);
    border-top: 0px solid rgba(160, 160, 159, 1);
    bottom: 0;
    padding: 20px 0px;
    /*position: fixed;*/
    position: static;
    width: 100%;
}
.footer .name{
    color: #83EFD8;
    font-size: 18px;
}
.footer .number{
    color: #F0D682;
    font-size: 18px;
}
.footer .email{
    color: #F8B195;
    font-family: 'Apricity';
    font-size: 18px;
    text-decoration: none;
}

.socialButton{
    float:right;
    cursor:pointer;
}

/* FOUNDATION OVERWRITES */
.title-bar{
    background-color:  rgba(47, 46, 46, 1);
    left: 0;
    height: 40px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 200;
}
.title-bar-title{
    color: #F4F2ED;
    font-family: 'Apricity';
}
.top-bar {
    background-color: rgba(47, 46, 46, 0.9);
    color: #F4F2ED;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 40px;
    width: 40vw;
    z-index: 201;
}
.top-bar .top-bar-left, .top-bar .top-bar-right{
    width: 100%;
}
.top-bar ul{
    background-color: transparent;
    margin: 0;
    padding: 0;
    width: 100%;
}
.top-bar ul li{
    background-color: transparent;
    width: 100%;
}
.top-bar ul li a{
    border-radius: 5px;
    color: #F4F2ED;
}
.top-bar ul .menu-text{
    color: #FFFFFF;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    width: 100%;
}
.top-bar ul .menu-item{
    border-top: 1px solid #111222;
    padding: 0.5rem 1rem;
    text-transform: capitalize;
    width: 100%;
}

.top-bar ul li .home:hover{
    background-color: #A0A09F;
}
.top-bar ul li .vision:hover{
    background-color: #3DACC3;
}
.top-bar ul li .beekeeping:hover{
    background-color: #F0D682;
}
.top-bar ul li .polination:hover{
    background-color: #F8B195;
}
.top-bar ul li .relocation:hover{
    background-color: #83EFD8;
}
.top-bar ul li .gallery:hover{
    background-color: #B596C0;
}
.top-bar ul li .contactus:hover{
    background-color: #A0A09F;
}

.dropdown.menu.vertical > li.opens-right > a::after{
    border-color: transparent transparent transparent #8E634A;
}
.is-accordion-submenu-parent a::after{
    border-color: #8E634A transparent transparent transparent;
}

.top-bar-left{
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
}

input[type=button]{
    background-color: #CCCCCC;
    color: #666666;
    cursor: pointer;
    border: 2px solid #CCCCCC;
    display: inline-block;
    font-family: 'Apricity';
    font-size: 0.8vw;
    font-weight: bold;
    padding: 5px;
    transition: color 0.4s ease 0s;
    white-space: nowrap;
}
input[type=button]:hover{
    background-color: #AAAAAA;
    color: #666666;
}
textarea{
    color: #666666;
    resize: none;
}

/* Gallery */
.lightboxgallery-gallery {
    display: block;
    margin: 60px -10px;
}
.lightboxgallery-gallery-item {
    cursor: zoom-in;
    display: block;
    float: left;
    width: 25%;
}

@media only screen and (max-width : 767px) {
    .lightboxgallery-gallery-item {
        width: 33.3333%;
    }
}

@media only screen and (max-width : 479px) {
    .lightboxgallery-gallery-item {
        width: 50%;
    }
}

.lightboxgallery-gallery-item img {
    width: 100%;
}

.lightboxgallery-gallery-item > div {
    position: relative;
    margin: 10px;
}

.lightboxgallery-gallery-item > div:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.3) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.3) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.3) 100%);
    opacity: 0;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
}

.lightboxgallery-gallery-item:hover > div:after {
    opacity: 1;
}

.lightboxgallery-gallery-item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
}

.lightboxgallery-gallery-item:hover .lightboxgallery-gallery-item-content {
    opacity: 1;
}

.lightboxgallery-gallery-item-title {
    display: block;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: 1px;
}


/* Small only */
@media screen and (max-width: 39.9375em) {    
    .row{
        width: 90%;
    }  

    .pageContent div ul li{
        text-align: left;
    }

    .footer{
        background-color: rgba(47, 46, 46, 1);
        border-bottom: 0px solid rgba(160, 160, 159, 1);
        border-top: 0px solid rgba(160, 160, 159, 1);
        padding: 10px 0px;
        position: static;
        width: 100%;
    }
    .footer .name{
        color: #83EFD8;
        font-family: 'Apricity';
        font-size: 10px;
    }
    .footer .number{
        color: #F0D682;
        font-family: 'Apricity';
        font-size: 10px;
    }
    .footer .email{
        color: #F8B195;
        font-family: 'Apricity';
        font-size: 10px;
        text-decoration: none;
    }

    table{
        border-collapse: collapse;
        border-spacing: 0px;
    }
    table td, table th{
        border: 1px solid rgba(47, 46, 46, 1);
    }

    .top-bar {
        background-color: rgba(47, 46, 46, 1);
        color: #F4F2ED;
        height: 100vh;
        left: 0;
        position: fixed;
        top: 40px;
        width: 90vw;
        z-index: 201;
    }
    .top-bar ul .menu-item{
        padding: 0.2rem;
    }

    .myMainBee{
        position: static;
        width: 200px;
    }

    .myMainBeeLinks{
        display: none;
    }

    .lightboxgallery-image-content{
        display: none;
    }

    .lightboxgallery-prev{
        opacity: 1;
    }
    .lightboxgallery-next{
        opacity: 1;
    }
}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only (small) */
@media screen and (min-width: 40em) and (max-width: 50em) {   
    .row{
        width: 90%;
    }  

    .pageContent div ul li{
        text-align: left;
    }

    .footer{
        background-color: rgba(47, 46, 46, 1);
        border-bottom: 0px solid rgba(160, 160, 159, 1);
        border-top: 0px solid rgba(160, 160, 159, 1);
        bottom: 0;
        padding: 10px 0px;
        position: fixed;
        width: 100%;
    }
    .footer .name{
        color: #83EFD8;
        font-family: 'Apricity';
        font-size: 10px;
    }
    .footer .number{
        color: #F0D682;
        font-family: 'Apricity';
        font-size: 10px;
    }
    .footer .email{
        color: #F8B195;
        font-family: 'Apricity';
        font-size: 10px;
        text-decoration: none;
    } 

    table{
        border-collapse: collapse;
        border-spacing: 0px;
    }
    table td, table th{
        border: 1px solid rgba(47, 46, 46, 1);
    }

    .top-bar {
        background-color: rgba(47, 46, 46, 1);
        color: #F4F2ED;
        height: 100vh;
        left: 0;
        position: fixed;
        top: 40px;
        width: 40vw;
        z-index: 201;
    }
    .top-bar ul .menu-item{
        padding: 0.4rem;
    }

    .myMainBee{
        height: 27em;
        margin-left: -12.5em;
        margin-top: -13.5em;
        width: 25em;
    }

    .myMainBeeLinks li a{
        font-size: 0.8em;
    }

    .myMainBeeLinks .vision{
        margin-left: -2.85em;
        margin-top: -9.5em;
    }
    .myMainBeeLinks .beeKeeping{
        margin-left: 6em;
        margin-top: -6em;
    }
    .myMainBeeLinks .cropPollination{
        margin-left: 5.5em;
        margin-top: 4em;
    }
    .myMainBeeLinks .relocation{
        margin-left: -1.75em;
        margin-top: 8em;
    }
    .myMainBeeLinks .gallery{
        margin-left: -11em;
        margin-top: 4em;
    }
    .myMainBeeLinks .contactUs{
        margin-left: -10.5em;
        margin-top: -6em;
    }
}

/* Medium only (large) */
@media screen and (min-width: 50em) and (max-width: 63.9375em) { 
    .row{
        width: 90%;
    }  

    .pageContent div ul li{
        text-align: left;
    }

    .footer{
        background-color: rgba(47, 46, 46, 1);
        border-bottom: 0px solid rgba(160, 160, 159, 1);
        border-top: 0px solid rgba(160, 160, 159, 1);
        bottom: 0;
        padding: 10px 0px;
        position: fixed;
        width: 100%;
    }
    .footer .name{
        color: #83EFD8;
        font-family: 'Apricity';
        font-size: 10px;
    }
    .footer .number{
        color: #F0D682;
        font-family: 'Apricity';
        font-size: 10px;
    }
    .footer .email{
        color: #F8B195;
        font-family: 'Apricity';
        font-size: 10px;
        text-decoration: none;
    } 

    table{
        border-collapse: collapse;
        border-spacing: 0px;
    }
    table td, table th{
        border: 1px solid rgba(47, 46, 46, 1);
    }

    .top-bar {
        background-color: rgba(47, 46, 46, 1);
        color: #F4F2ED;
        height: 100vh;
        left: 0;
        position: fixed;
        top: 40px;
        width: 50vw;
        z-index: 201;
    }
    .top-bar ul .menu-item{
        padding: 0.4rem;
    }

    .myMainBee{
        height: 27em;
        margin-left: -12.5em;
        margin-top: -13.5em;
        width: 25em;
    }

    .myMainBeeLinks li a{
        font-size: 0.8em;
    }

    .myMainBeeLinks .vision{
        margin-left: -2.85em;
        margin-top: -9.5em;
    }
    .myMainBeeLinks .beeKeeping{
        margin-left: 6em;
        margin-top: -6em;
    }
    .myMainBeeLinks .cropPollination{
        margin-left: 5.5em;
        margin-top: 4em;
    }
    .myMainBeeLinks .relocation{
        margin-left: -1.75em;
        margin-top: 8em;
    }
    .myMainBeeLinks .gallery{
        margin-left: -11em;
        margin-top: 4em;
    }
    .myMainBeeLinks .contactUs{
        margin-left: -10.5em;
        margin-top: -6em;
    }
}

/* Large and up */
@media screen and (min-width: 64em) {

    .myMainBee{
        height: 32em;
        margin-left: -15em;
        margin-top: -16em;
        width: 30em;
    }

    .myMainBeeLinks .vision{
        margin-left: -3.5em;
        margin-top: -11em;
    }
    .myMainBeeLinks .beeKeeping{
        margin-left: 7.5em;
        margin-top: -6em;
    }
    .myMainBeeLinks .cropPollination{
        margin-left: 6.5em;
        margin-top: 5em;
    }
    .myMainBeeLinks .relocation{
        margin-left: -2.25em;
        margin-top: 10em;
    }
    .myMainBeeLinks .gallery{
        margin-left: -13em;
        margin-top: 5em;
    }
    .myMainBeeLinks .contactUs{
        margin-left: -13em;
        margin-top: -6em;
    }
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}
