@charset "utf-8";
/* CSS Document */

@font-face {
 font-family: 'FontAwesome';
 src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
 src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   CSS RESET
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#clear {
	clear:both;
}
/* Component *******************************/
/* Container */
#container {
	max-width:220px;
	height:auto;
	padding:10px;
	margin:20px auto 0px auto;
}
#container #menu-wrap {
	width:100%;
	height:auto;
	background:#FFF;
	/*	border-bottom:#09F thin solid;
	border-bottom-width:3px;*/
	padding:0px 0px 0px 0px;
	margin:0px 0px 50px 0px;
	text-align:center;
	line-height:13px;
}
#container #menu-wrap .menu-item {
	width: 38px;
	height: 55px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	border-radius: 3px;
}
#container #menu-wrap .menu-item i {
	width:100%;
	padding:7px 0px 5px 0px;
	border-radius:3px;
}
#container #menu-wrap .menu-item i.fa-facebook {
	background:#3B5998;
	color:#FFF;
}
#container #menu-wrap .menu-item i.fa-twitter {
	background:#44CCF6;
	color:#FFF;
}
#container #menu-wrap .menu-item i.fa-youtube {
	background:#CE332D;
	color:#FFF;
}
#container #menu-wrap .menu-item i.fa-linkedin {
	background:#0275B6;
	color:#FFF;
}
#container #menu-wrap .menu-item i.fa-google-plus {
	background:#D13F2D;
	color:#FFF;
}
#container #menu-wrap .menu-item i.fa-dribbble {
	background:#EA4C89;
	color:#FFF;
}
#container #menu-wrap .menu-item i.fa-pinterest-square {
	background:#CB2027;
	color:#FFF;
}
#container #menu-wrap .menu-item i.fa-stack-overflow {
	background:#FEA501;
	color:#FFF;
}
#container #menu-wrap .menu-item i.fa-tumblr {
	background:#274152;
	color:#FFF;
}
#container #menu-wrap .menu-item i.fa-instagram {
	background:#517FA3;
	color:#FFF;
}
#container #menu-wrap .menu-item i.fa-vimeo-square {
	background:#86C9EF;
	color:#FFF;
}
#container #menu-wrap .menu-item span {
	width:32px;
	height:32px;
	position: absolute;
	top: 10px;
	left: 0px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: block;
	color:#445878;
	background:#FFF;
	/*	border:#09F thin solid;
	border-width:2px;*/
	border-radius:50%;
}
#container #menu-wrap .menu-item span:hover {
	top: -29px;
	font-size:20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
span.active {
	top:-20px !important;
	font-size:0px !important;
}
#container #menu-wrap .menu-item a {
	font-size:12px;
	color:#445878;
	text-decoration:none;
}
#container #menu-wrap .menu-item .text {
	text-decoration: none;
	font-size: 0px;
	padding:0px 0px 17px 0px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	width: 100%;
	position: absolute;
	bottom: -27px;
	display: block;
	/*	border-top:#CCC thin solid;
	border-top-width:1px;*/
     background-color: #FFF;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#container #menu-wrap .menu-item:hover > .text {
	bottom: 0;
	font-size:25px;
	padding:0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-align:center;
}
#container #menu-wrap .menu-item .icon {
	width: 32px;
	height: 32px;
	padding:13px 9px 5px 4px;
	font-size:25px;
	text-align:center;
}
