/******* THEMEOPTIONS ********/

.box {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 10px 5px 0 5px;
}

#blue {
    background-color: #3da4e6;
}

#green {
    background-color: #5ed23a;
}

#red {
    background-color: #e64d3d;
}

#turquoise {
    background-color: #3de6b0;
}


/******* TOOLBAR ********/

#toolbar-clanzilla {
    width: 100%;
    z-index: 5000;
    position: fixed;
    background-color: #000;
    height: 60px;
}

#toolbar-icon {
    float: left;
    padding: 8px 8px 9px;
    border-right: 1px solid #272727;
    display: none;
}

#toolbar-logo {
    float: left;
    padding: 8px 8px 9px;
    border-right: 1px solid #272727;
}

#toolbar-socialmedia {
    float: left;
    border-right: 1px solid #272727;
    height: 60px;
    padding: 10px 10px 0;
}

#toolbar-socialmedia a .fa-stack-2x {
    color: #262626;
    text-decoration: none;
}

#toolbar-socialmedia a:hover .fa-stack-2x,
#toolbar-socialmedia a:focus .fa-stack-2x {
    color: #7dda67;
}

#toolbar-socialmedia a:hover,
#toolbar-socialmedia a:focus {
    text-decoration: none;
}

#toolbar-colorswitch {
    float: left;
    height: 60px;
}

#toolbar-button {
    float: right;
    border-left: 1px solid #272727;
}

.toolbar-text {
    float: left;
    line-height: 60px;
    padding-left: 10px;
    padding-right: 10px;
}

#toolbar-button a {
    display: block;
    background-color: #00b268;
    border-radius: 2px;
    color: #fff;
    text-decoration: none;
    margin: 10px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}

#toolbar-button a:hover,
#toolbar-button a:focus {
    background-color: #7dda67;
}

@media only screen and (max-width: 992px) {
    #toolbar-icon {
        display: block;
    }
    #toolbar-logo,
    .toolbar-text {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    #toolbar-button {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    #toolbar-socialmedia {
        display: none;
    }
}