/*========== Fishtank Creative - Made by FC branding ==========*/

@font-face {
    font-family: 'ToteCgBernhardtRegular';
    src: url('font/tote-webfont.eot');
    src: url('font/tote/tote-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/tote-webfont.woff') format('woff'),
         url('font/tote-webfont.ttf') format('truetype'),
         url('font/tote-webfont.svg#ToteCgBernhardtRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.circle {
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
	-o-border-radius:11px;
	border-radius:11px;
}

#brand-fc {
	float: right;
	text-align: right;
	position: relative;
	color:#007fb5 !important; /* COLOUR OF THE TEXT CHANGE THIS PER WEBSITE */
	font-family: "ToteCgBernhardtRegular";
    font-weight: 100;
	font-size: 14px;
	width: 100px;
	text-decoration: none;
	bottom:35px;
	/* CSS3 */
	transition:color .5s ease-in-out;
	-moz-transition:color .5s ease-in-out;
	-webkit-transition:color .5s ease-in-out;
	-o-transition:color .5s ease-in-out;
}
#brand-fc:hover { color:#919295 !important; /* COLOUR OF THE TEXT HOVER CHANGE THIS PER WEBSITE */ }

#brand-fc:hover #fc-logo {
	background-position:top right;

	/* CSS3 */
	transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

#brand-fc:hover #sub-circle {
	width:23px;
	height:23px;
	margin:0px;
}

#fc-circle {
	display:inline-block;
	position:relative;
	top:7px;
	left: 3px;
	width:23px;
	height:23px;
	background:#007fb5; /* COLOUR OF THE CIRCLE OFF STATE CHANGE THIS PER WEBSITE */
}

#fc-logo {
	position:absolute;
	z-index:1;
	width:23px;
	height:23px;
	background:url(img/fc.png) top left no-repeat; /* PATH TO THE FC IMAGE CHANGE PER WEBSITE */

	/* CSS3 */
	transition:background-position .2s ease-in-out, -moz-transform .75s;
	-moz-transition:background-position .2s ease-in-out, -moz-transform .75s;
	-webkit-transition:background-position .2s ease-in-out, -webkit-transform .75s;
	-o-transition:background-position .2s ease-in-out, -o-transform .75s;
}

#sub-circle {
	position:absolute;
	z-index:0;
	width:0px;
	height:0px;
	margin:11px 0 0 11px;
	background:#919295;  /* COLOUR OF THE CIRCLE HOVER STATE CHANGE THIS PER WEBSITE */
	border:0px;

	/* CSS3 */
	transition:width .5s ease-in-out, height .5s ease-in-out, margin .5s ease-in-out;
	-moz-transition:width .5s ease-in-out, height .5s ease-in-out, margin .5s ease-in-out;
	-webkit-transition:width .5s ease-in-out, height .5s ease-in-out, margin .5s ease-in-out;
	-o-transition:width .5s ease-in-out, height .5s ease-in-out, margin .5s ease-in-out;
}
/*========== Fishtank Creative - Close ==========*/