
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


.wildshark_branding {
    background: white none repeat scroll 0 0;
    float: left;
    padding: 10px;
    width: 100%;
}



.wildshark_branding > img {
    border-right: 1px solid #ccc;
    float: left;
    margin-right: 20px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* FONT OVERRIDE */

.font-style-control .fa {
    color: white;
    display: inline-block;
    font: 30px/1 FontAwesome;
    padding: 10px;
    text-align: center;
    width: 50px;
    transition: all 0.2s ease;
}


.font-style-control  .fa-twitter {
    background: #1da0f2 none repeat scroll 0 0;
}
.font-style-control  .fa-instagram {
    background: grey none repeat scroll 0 0;
}
.font-style-control  .fa-facebook {
    background: #3b5998 none repeat scroll 0 0;
}
.font-style-control  .fa-youtube {
    background: #EE1C1B none repeat scroll 0 0;
}

.font-style-control  .fa-linkedin {
    background: #007AB5 none repeat scroll 0 0;	
}

.font-style-control  .fa-pinterest {
    background: #BD081C none repeat scroll 0 0;	
}



#floating-sidebar {
    left: 0;
    position: fixed;
    top: 35%;
    width: 0;
	z-index:9999999;
}
#floating-sidebar .font-style-control .fa:hover {
    width:60px;
    transition: all 0.2s ease;
}
#floating-sidebar .font-style-control > a {
    display: table;
    height: 100%;
    cursor:pointer;
}
.font-style-control > a {
    cursor: pointer;
}
.font-style-control {
    clear: both;
    display: block;
    margin: 15px 0;
    width:100%;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: .3em;
}
.fa.fa-pull-right {
    margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: .3em;
}
.fa.pull-right {
    margin-left: .3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-pinterest:before {
    content: "\f0d2";
}


#floating-sidebar table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 0;
    margin-bottom: 0;
    width: 100%;
}

#page_post_icons  table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 0;
    margin-bottom: 0;
    width: 0;
}

#page_post_icons td {
    border-top: medium none;
    padding: 0;
	cursor:pointer;
}

#floating-sidebar td {
    border-top: medium none;
    padding: 0;
    float: left;
	cursor:pointer;
}


@media only screen
and (max-width : 500px) {
    #floating-sidebar table {
        table-layout: fixed;
    }

    #floating-sidebar td {
        float: none;
    }

    #floating-sidebar .font-style-control > a {
        display: initial;
    }
    #floating-sidebar {
        bottom: 0;
        left: 0;
        position: fixed;
        top: auto;
        width:100%;
    }

    #floating-sidebar .font-style-control .fa {
        width:100%;
    }
    #floating-sidebar .font-style-control .fa:hover {
        width:100%;
        transition: all 0.2s ease;
    }
    #floating-sidebar .font-style-control > a {
        display: table;
        float: left;
        height: 100%;
        width: 25%;
    }
    #floating-sidebar .font-style-control {
        margin: 0;
        display:table;
    }



}


@media screen and (max-width: 500px){
    #floating-sidebar .font-style-control > a {
        display: initial;
    }

    #floating-sidebar table {
        table-layout: fixed;
    }

    #floating-sidebar td {
        float: none;
    }
    #floating-sidebar {
        bottom: 0;
        left: 0;
        position: fixed;
        top: auto;
        width:100%;
    }

    #floating-sidebar .font-style-control .fa {
        width:100%;
    }
    #floating-sidebar .font-style-control .fa:hover {
        width:100%;
        transition: all 0.2s ease;
    }
    #floating-sidebar .font-style-control > a {
        display: table;
        float: left;
        height: 100%;
        width: 25%;
    }
    #floating-sidebar .font-style-control {
        margin: 0;
    }
}
