/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/*
.fb_iframe_widget.fb-page{
	position: fixed !important;
    right: -300px;
    top: 360px;
    transition: right .4s;
}
.fb_iframe_widget.fb-page::before{
	content: 'facebook';
    display: inline-table;
    position: relative;
    top: 4px;
    height: 300px;
    padding: 9px;
    color: white;
    writing-mode: tb;
    background: #0098c1;
}
.fb_iframe_widget.fb-page:hover{
	position: fixed !important;
    right: 0;
    top: 360px;
    transition: right .4s;
}*/