/*
Theme Name: Haxa
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: haxa
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 Haxa is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10 Header
11.0 Content
12.0 Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
section {
	padding-top:85px;
}

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #a6a6a6;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color:#525252;
}

p {
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 2px solid #fdaf43;
	padding:5px 10px;
	font-weight:bold;
	color:#fdaf43;
	text-transform:uppercase;
	background:#fff;
	cursor:pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {

}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"]{
	color: #666;
	border: 2px solid #d1d1d1;
	margin-bottom:30px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #666;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
textarea:hover {
	color: #111;
	border: 2px solid #b4b4b4;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 10px;
	width: 100%;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 10px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
	border: 2px solid #d1d1d1;
	margin-bottom:20px;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #9f9f9f;
}

/* a:visited {
	color: #fcb040;
} */

a:hover,
a:focus,
a:active {
	color: #fcb040;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/


/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/


/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.left {
	float:left;
	}
.right {
	float:right;
	}
.center {
	text-align:center;
	}
.p80 {
	padding-top:80px;
	}
/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/


/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

/*--------------------------------------------------------------
10 Header
--------------------------------------------------------------*/
#header {
	position:fixed;
	background:#fff;
	width:100%;
	z-index:99999;
	padding:10px 0;
	}
.logo-fix img {
	padding-right:15px;
	}
.logo-fix a {
	color:#484848;
	text-decoration:none;
	font-size:23px;
	font-size:2.3rem;
	}
.navbar-collapse{
	padding-top:20px;
	}
/*--------------------------------------------------------------
11 Content
--------------------------------------------------------------*/
.section-info {
	margin-bottom:80px;
	text-align:center;
}
h1.section-title {
	font-size:48px;
	font-size: 4.8rem;
	font-weight:bold;
	background:url("assets/images/sectiontitle.png") no-repeat scroll bottom center;
	padding-bottom:35px;
	margin-bottom:25px;
	}
.black{
	background:#000;
	position:relative;
	}
.blacktop {
    height: 165px;
    width: 100%;
		position:absolute;
		z-index:999;
		top:0;
		background:url("assets/images/mapbgtop.png") no-repeat scroll top center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	}
.blackcontent {
	padding:256px 0 165px;
	color:#fff;
	position:relative;
	z-index:9;
	}
.blackcontent h1{
	font-size:50px;
	font-size: 5.0rem;
	color:#fff;
	font-weight:bold;
	margin-top:10px;
	}
.blackbottom {
    height: 165px;
    width: 100%;
		position:absolute;
		z-index:999;
		bottom:0;
		background:url("assets/images/mapbgbottom.png") no-repeat scroll top center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	}
/*---about--*/
.home_slide-wrap{
	position:relative;
	/* background:url("assets/images/homeslider.png") no-repeat center center;  */
	background:#000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	margin-bottom:80px;
	}
#about .black{
	/* background:url("assets/images/feature_slide.png") no-repeat center center;  */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	}
.home_slide {
	width: 100%;
	height: auto;
	padding: 250px 0;
	position: relative;
	color:#fff;
	text-align: center;
	margin: 0 auto;
}
.home_slide .slides li {
	display: none;
	max-height: 250px;
}
.slide-item {
	margin: 0 auto;
	padding: 0 5%;
	text-align:center;
}
.slide-item img{
	border:5px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width:110px;
	}
.slide-item h1{
    background: url("assets/images/sectiontitle.png") no-repeat scroll center bottom;
    font-size: 48px;
		font-size: 4.8rem;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 35px;
		color:#fff;
		text-transform:uppercase;
}
.slide-item h2{
    background: url("assets/images/slideh2.png") no-repeat scroll center bottom;
    font-size: 45px;
		font-size: 4.5rem;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 35px;
		color:#fff;
		line-height:50px;
		text-transform:uppercase;
}
.slide-item h3{
    background: url("assets/images/slideh2.png") no-repeat scroll center bottom;
    font-size: 24px;
		font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 35px;
		color:#fff;
		line-height:50px;
		text-transform:uppercase;
}
.slide-item p.author{
	font-weight:bold;
	font-style:inherit;
	text-transform:uppercase;
	}
.slide-item p.hello {
    background: url("assets/images/sectiontitle.png") no-repeat scroll center bottom;
    font-size: 16px;
		font-size: 1.6rem;
    font-style: italic;
    margin-bottom: 0px;
    padding-bottom: 35px;
		color:#fff;
	}
.slide-item p {
	font-size: 16px;
	font-size: 1.6rem;
	font-style: italic;
	}
.portfolio_slide .flex-direction-nav a ,
.home_slide .flex-direction-nav a ,
.services_slide .flex-direction-nav a,
.twitter_slide .flex-direction-nav a {
	opacity: 1!important;
	}
.home_slide .flex-direction-nav a:before,
.services_slide .flex-direction-nav a:before,
.twitter_slide .flex-direction-nav a:before  {
	font-family: "FontAwesome";
	font-size: 30px;
	font-size: 3.0rem;
	display: inline-block;
	color:#fff;
	font-weight:normal;
	}
.portfolio_slide .flex-direction-nav a:before{
	font-family: "FontAwesome";
	font-size: 30px;
	font-size: 3.0rem;
	display: inline-block;
	color:#000;
	font-weight:normal;
}
.portfolio_slide {
	position:relative;
	}
.portfolio_slide .flex-direction-nav a.flex-next:before,
.home_slide .flex-direction-nav a.flex-next:before,
.services_slide .flex-direction-nav a.flex-next:before,
.twitter_slide .flex-direction-nav a.flex-next:before  {
	content: '\f105';
	}
.portfolio_slide .flex-direction-nav a.flex-prev:before,
.home_slide .flex-direction-nav a.flex-prev:before,
.services_slide .flex-direction-nav a.flex-prev:before,
.twitter_slide .flex-direction-nav a.flex-prev:before  {
	content: '\f104';
	}
.imac {
	margin-bottom:80px;
	}
.feature ul {
	margin:0;
	padding:0;
}
.feature ul li{
	display:block;
	margin:0 0 80px 0;
	padding:0;
	list-style-type:none;
	}
.feature ul li:last-child{
	margin:0;
	}
.feature ul li .hex-wrap{
	float:left;
	width: 7.32em;
	margin-right:15px;
	}
.feature ul li h4.title {
	margin-bottom:10px;
	}
/* feature_slide */
.feature_slide-wrap {
	position: relative;
	overflow: hidden;
	text-align:center;
}

.feature_slide-wrap {
	position: relative;
	max-height: 257px;
}

.feature_slider {
	color: #fff;
	text-align: center;
	padding: 0 0 25px;
}

.feature_slider .slides li {
	position: relative;
	margin: 0;
	display: none;
}

/*---team--*/
#team .black{
	/* background:url("assets/images/team_slide.png") no-repeat center center;  */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	}
.team-item .hex:hover:before,
.team-item .hex:hover:after ,
.team-item .hex:hover {
	background:#e5d5be;
	}
.team-item .hex:hover img{
	opacity: 0.7;
	}
.team-item h4.title {
	margin-bottom:0;
	}
.team-item small {
	margin-bottom:20px;
	}
.team-social {
	margin:0;
	padding:0;
	}
.team-social li{
	padding: 0 5px;
	margin:0;
	list-style-type:none;
	display:inline-block;
	}
.team-social li i{
	font-size:20px;
	}
/*---services--*/
#services .black{
	/* background:url("assets/images/services_slide.png") no-repeat center center; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	}
#services .black.twitter{
	/* background:url("assets/images/twitter_slide.png") no-repeat center center;  */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	}
.twitter_slide,
.services_slide{
	position:relative;
	}
.center h4.title {
	margin-top:30px;
	}
.skill {
	text-align:center;
	}
h1.skill-title {
	font-size:42px;
	font-size: 4.2rem;
	font-weight:bold;
	background:url("assets/images/skillh1.png") no-repeat scroll top center;
	padding-top:25px;
	margin-bottom:25px;
	margin-top:80px;
	}
.twitter-item {
	padding:0 20%;
	font-weight:bold;
	}
.twitter-item .hex-wrap{
	margin-top:5px;
	}
.twitter-item a{
	color:#04aefc;
	text-decoration:none;
	}
.twitter-item a:hover{
	color:#fcb040;
}
.twitter-item  span{
	clear:both;
	font-size:12px;
	font-size:1.2rem;
	font-style:italic;
	font-weight:normal;
	display:block;
}
.twitter-item h3{
    background: url("assets/images/twitterh3.png") no-repeat scroll center bottom;
    font-size: 24px;
		font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 35px;
		color:#fff;
		line-height:50px;
		text-transform:uppercase;
}
/*--kills--*/
.circle {
    width: 150px;
    margin: 6px 6px 0;
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 1.2;
}

.circle canvas {
    vertical-align: top;
}

.circle strong {
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
		color:#fcb040;
}

.circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
		color:#fcb040;
}

.circle span {
    display: block;
    color: #aaa;
    margin-top: 12px;
}
/*--Portfolio--*/
.filters {
	text-align:center;
	margin-bottom:50px;
	}
.isotope {
	text-align:center;
	height:auto!important;
	padding-bottom:10px;
	}
.element-item {
	display:inline-block;
}
/*---blog--*/
#blog .black{
	/* background:url("assets/images/client.png") no-repeat center center; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	}
.client {
	text-align:center;
	}
.blog-item {
	border:1px solid #ededed;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	overflow:hidden;
	}
.blog-item-content {
	padding: 0 30px 30px 30px;
	}
.blog-item-content a{
	color:#fcb040;
	text-decoration:none;
	}
.blog-item .hex-wrap {
    top:-50px;
	}
/*---contact--*/
#contact {
	margin-bottom:0;
	}
h4.title{
	font-size: 20px;
	font-size: 2rem;
	font-weight:bold;
	color:#525252;
	margin-bottom:20px;
	text-transform:uppercase;
	}
h4.title a	{
	color:#525252;
	text-decoration:none;
	}
h4.title a:hover {
	color:#fcb040;
	}
#contact-info {
	color:#737373;
	}
.title-info{
	font-size:16px;
	font-size: 1.6rem;
	color:#545454;
	font-weight:bold;
	}
#contact-info p {
	margin-bottom:0.5em;
	}
#contact_responsive{
	margin-top: 15px;
}

#map {
	position:relative;
	width: 100%;
}
#mapbgtop {
    height: 165px;
    width: 100%;
		position:absolute;
		z-index:999;
		top:0;
		background:url("assets/images/mapbgtop.png") no-repeat scroll top center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
		}
#mapbgbottom {
    height: 165px;
    width: 100%;
		position:absolute;
		z-index:999;
		bottom:0;
		background:url("assets/images/mapbgbottom.png") no-repeat scroll bottom center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		}
#map iframe {
    height: 650px;
    width: 100%!important;
		position:relative;
		z-index:9;
}
/*--------------------------------------------------------------
12.0 Footer
--------------------------------------------------------------*/
#footer {
	padding: 35px 0 70px 0;
	}
/*----- Copyright---------------------------------------------*/
.copyright i {
	color:#f7341f;
	padding:0 5px;
}
/*-----footer-social------------------------------------------*/
.footer-social ul {
	margin:0;
	padding:0;
	}
.footer-social ul li {
	padding: 0 5px;
	margin:0;
	list-style-type:none;
	display:inline-block;
	}
.footer-social ul li a{
	display:block;
	background:#feb336;
	border-radius:50%;
	height: 25px;
	line-height: 25px;
	text-align: center;
	width: 25px;
	}
.footer-social ul li a:hover {
	background:#dedede;
	}
.footer-social ul li a i {
	color:#fff;
	}
/*-----------------------------------------------------------------------------*/
.hex-wrap{
	position:relative;
	text-align:left;
}
.hex i{
	color:#fff;
	position:absolute;
	top:30%;
	left:15%;
	z-index:9999;
	-webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
	}
.hex img{
	position:absolute;
	top:20%;
	left:0;
	z-index:9999;
	width:160px;
	-webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
	}
.large i {
	font-size:90px;
	text-align: center;
	width: 90px;
	}
.medium i{
  font-size: 70px;
	text-align: center;
	width: 70px;
	}
.small i{
  font-size: 40px;
	text-align: center;
	width: 40px;
	}
.hex {
  position: relative;
  margin: 0 auto;
  border-radius: 1em/.5em;
  transition: opacity .5s;
	-webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.yellow {
	background:#fcb040;
	}
.gray {
	background:#dedede;
	}
.isotope .gray i{
	display:none;
	}
.isotope .gray:Hover i{
	display:block;
	}
.isotope .gray:hover {
	background:#fcb040;
	}
.white {
	background:#ffffff;
	}
.hex.white i {
 color:#fcb040;
}
.large .hex {
  width: 10em;
  height: 17.32em;
}
.medium .hex {
  width: 7.32em;
  height: 12.32em;
}
.small .hex {
  width: 4.32em;
  height: 7.32em;
}
.hex:before, .hex:after {
  position: absolute;
  width: inherit; height: inherit;
  border-radius: inherit;
  background: inherit;
  content: '';
}
.hex:before {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.hex:after {
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
#team .hexagon-mask {
    margin-left: auto;
    margin-right: auto;
}
.hexagon-mask {
    height: 300px;
    overflow: hidden;
    position: relative;
    width: 280px;
    z-index: 1;
}
.hexagon-mask .mask {
    background: url("assets/images/hexagon-mask-full.png") repeat scroll center center transparent;
    display: block;
    height: 500px;
    left:-35%;
    pointer-events: none;
    position: absolute;
    top:-35%;
    transition: transform 300ms ease-out 0s;
    width: 500px;
    z-index: 4;
}
.hexagon-mask .mask-bg {
    background-color: #fcb040;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}
.hexagon-social {
	zoom: 1;
	background: none;
	z-index: 10;
	position: absolute;
	text-align: center;
	display: none;
	padding: 100px;
}
.hexagon-social a:hover i,
.hexagon-social i {
	font-size: 90px;
	color:#fff;
	}
.hexagon-mask:hover .hexagon-social
{
	display: block;
}
.hexagon-mask:hover .mask-bg {
	display:block;
	}
.hexagon-mask:hover .mask {
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
}
/*animated*/
@media only screen and (min-width: 800px){
		.animated {
			-webkit-animation-duration: 1s;
				 -moz-animation-duration: 1s;
					 -o-animation-duration: 1s;
							animation-duration: 1s;
			-webkit-animation-fill-mode: both;
				 -moz-animation-fill-mode: both;
					 -o-animation-fill-mode: both;
							animation-fill-mode: both;
		}
		.hidden{opacity: 0}
		.hidden.visible {opacity: 1}
		.animated.fadeIn {
		-webkit-animation-name: fadeIn;
		-moz-animation-name: fadeIn;
		-o-animation-name: fadeIn;
		animation-name: fadeIn;
		}

		.fadeIn:nth-of-type(1){
			-webkit-animation-delay: 0.1s;
				 -moz-animation-delay: 0.1s;
					-ms-animation-delay: 0.1s;
				-o-animation-delay: 0.1s;
		}

		@-webkit-keyframes fadeIn {
			0% {opacity: 0;}
			100% {opacity: 1;}
		}

		@-moz-keyframes fadeIn {
			0% {opacity: 0;}
			100% {opacity: 1;}
		}

		@-o-keyframes fadeIn {
			0% {opacity: 0;}
			100% {opacity: 1;}
		}

		@keyframes fadeIn {
			0% {opacity: 0;}
			100% {opacity: 1;}
		}
		.hidden{opacity: 0}
		.hidden.visible {opacity: 1}
		.animated {
		-webkit-animation-duration: 1s;
			 -moz-animation-duration: 1s;
				 -o-animation-duration: 1s;
						animation-duration: 1s;
		-webkit-animation-fill-mode: both;
			 -moz-animation-fill-mode: both;
				 -o-animation-fill-mode: both;
						animation-fill-mode: both;
		}
		.animated.fadeIn {
		-webkit-animation-name: fadeIn;
		-moz-animation-name: fadeIn;
		-o-animation-name: fadeIn;
		animation-name: fadeIn;
		}

		.fadeIn:nth-of-type(1){
		-webkit-animation-delay: 0.1s;
		-moz-animation-delay: 0.1s;
		-ms-animation-delay: 0.1s;
		-o-animation-delay: 0.1s;
		}
		.fadeIn:nth-of-type(2){
		-webkit-animation-delay: 0.2s;
		-moz-animation-delay: 0.2s;
		-ms-animation-delay: 0.2s;
		-o-animation-delay: 0.2s;
		}
		.fadeIn:nth-of-type(3){
		-webkit-animation-delay: 0.3s;
		-moz-animation-delay: 0.3s;
		-ms-animation-delay: 0.3s;
		-o-animation-delay: 0.3s;
		}
		.fadeIn:nth-of-type(4){
		-webkit-animation-delay: 0.4s;
		-moz-animation-delay: 0.4s;
		-ms-animation-delay: 0.4s;
		-o-animation-delay: 0.4s;
		}
		.fadeIn:nth-of-type(5){
		-webkit-animation-delay: 0.5s;
		-moz-animation-delay: 0.5s;
		-ms-animation-delay: 0.5s;
		-o-animation-delay: 0.5s;
		}
		.fadeIn:nth-of-type(6){
		-webkit-animation-delay: 0.6s;
		-moz-animation-delay: 0.6s;
		-ms-animation-delay: 0.6s;
		-o-animation-delay: 0.6s;;
		}
		.fadeIn:nth-of-type(7){
		-webkit-animation-delay: 0.7s;
		-moz-animation-delay: 0.7s;
		-ms-animation-delay: 0.7s;
		-o-animation-delay: 0.7s;
		}
		.fadeIn:nth-of-type(8){
		-webkit-animation-delay: 0.8s;
		-moz-animation-delay: 0.8s;
		-ms-animation-delay: 0.8s;
		-o-animation-delay: 0.8s;
		}
		.fadeIn:nth-of-type(9){
		-webkit-animation-delay: 0.9s;
		-moz-animation-delay: 0.9s;
		-ms-animation-delay: 0.9s;
		-o-animation-delay: 0.9s;
		}
		.fadeIn:nth-of-type(10){
		-webkit-animation-delay: 1s;
		-moz-animation-delay: 1s;
		-ms-animation-delay: 1s;
		-o-animation-delay: 1s;
		}
		.fadeIn:nth-of-type(11){
		-webkit-animation-delay: 1.1s;
		-moz-animation-delay: 1.1s;
		-ms-animation-delay: 1.1s;
		-o-animation-delay: 1.1s;
		}
		.fadeIn:nth-of-type(12){
		-webkit-animation-delay: 1.2s;
		-moz-animation-delay: 1.2s;
		-ms-animation-delay: 1.2s;
		-o-animation-delay: 1.2s;
		}
		.fadeIn:nth-of-type(13){
		-webkit-animation-delay: 1.3s;
		-moz-animation-delay: 1.3s;
		-ms-animation-delay: 1.3s;
		-o-animation-delay: 1.3s;
		}
		.fadeIn:nth-of-type(14){
		-webkit-animation-delay: 1.4s;
		-moz-animation-delay: 1.4s;
		-ms-animation-delay: 1.4s;
		-o-animation-delay: 1.4s;
		}
		.fadeIn:nth-of-type(15){
		-webkit-animation-delay: 1.5s;
		-moz-animation-delay: 1.5s;
		-ms-animation-delay: 1.5s;
		-o-animation-delay: 1.5s;
		}

		@-webkit-keyframes fadeIn {
		0% {opacity: 0;}
		100% {opacity: 1;}
		}

		@-moz-keyframes fadeIn {
		0% {opacity: 0;}
		100% {opacity: 1;}
		}

		@-o-keyframes fadeIn {
		0% {opacity: 0;}
		100% {opacity: 1;}
		}

		@keyframes fadeIn {
		0% {opacity: 0;}
		100% {opacity: 1;}
		}

		.animated.bounceInLeft {
		-webkit-animation-name: bounceInLeft;
		-moz-animation-name: bounceInLeft;
		-o-animation-name: bounceInLeft;
		animation-name: bounceInLeft;
		}
		@-webkit-keyframes bounceInLeft {
		0% {
			opacity: 0;
			-webkit-transform: translateX(-2000px);
		}

		60% {
			opacity: 1;
			-webkit-transform: translateX(30px);
		}

		80% {
			-webkit-transform: translateX(-10px);
		}

		100% {
			-webkit-transform: translateX(0);
		}
		}

		@-moz-keyframes bounceInLeft {
		0% {
			opacity: 0;
			-moz-transform: translateX(-2000px);
		}

		60% {
			opacity: 1;
			-moz-transform: translateX(30px);
		}

		80% {
			-moz-transform: translateX(-10px);
		}

		100% {
			-moz-transform: translateX(0);
		}
		}

		@-o-keyframes bounceInLeft {
		0% {
			opacity: 0;
			-o-transform: translateX(-2000px);
		}

		60% {
			opacity: 1;
			-o-transform: translateX(30px);
		}

		80% {
			-o-transform: translateX(-10px);
		}

		100% {
			-o-transform: translateX(0);
		}
		}

		@keyframes bounceInLeft {
		0% {
			opacity: 0;
			transform: translateX(-2000px);
		}

		60% {
			opacity: 1;
			transform: translateX(30px);
		}

		80% {
			transform: translateX(-10px);
		}

		100% {
			transform: translateX(0);
		}
		}
		.animated.bounceInRight {
		-webkit-animation-name: bounceInRight;
		-moz-animation-name: bounceInRight;
		-o-animation-name: bounceInRight;
		animation-name: bounceInRight;
		}
		@-webkit-keyframes bounceInRight {
		0% {
			opacity: 0;
			-webkit-transform: translateX(2000px);
		}

		60% {
			opacity: 1;
			-webkit-transform: translateX(-30px);
		}

		80% {
			-webkit-transform: translateX(10px);
		}

		100% {
			-webkit-transform: translateX(0);
		}
		}

		@-moz-keyframes bounceInRight {
		0% {
			opacity: 0;
			-moz-transform: translateX(2000px);
		}

		60% {
			opacity: 1;
			-moz-transform: translateX(-30px);
		}

		80% {
			-moz-transform: translateX(10px);
		}

		100% {
			-moz-transform: translateX(0);
		}
		}

		@-o-keyframes bounceInRight {
		0% {
			opacity: 0;
			-o-transform: translateX(2000px);
		}

		60% {
			opacity: 1;
			-o-transform: translateX(-30px);
		}

		80% {
			-o-transform: translateX(10px);
		}

		100% {
			-o-transform: translateX(0);
		}
		}

		@keyframes bounceInRight {
		0% {
			opacity: 0;
			transform: translateX(2000px);
		}

		60% {
			opacity: 1;
			transform: translateX(-30px);
		}

		80% {
			transform: translateX(10px);
		}

		100% {
			transform: translateX(0);
		}
		}
		.animated.flipInX {
		-webkit-backface-visibility: visible !important;
		-webkit-animation-name: flipInX;
		-moz-backface-visibility: visible !important;
		-moz-animation-name: flipInX;
		-o-backface-visibility: visible !important;
		-o-animation-name: flipInX;
		backface-visibility: visible !important;
		animation-name: flipInX;
		}
		@-webkit-keyframes flipInX {
			0% {
					-webkit-transform: perspective(400px) rotateX(90deg);
					opacity: 0;
			}

			40% {
					-webkit-transform: perspective(400px) rotateX(-10deg);
			}

			70% {
					-webkit-transform: perspective(400px) rotateX(10deg);
			}

			100% {
					-webkit-transform: perspective(400px) rotateX(0deg);
					opacity: 1;
			}
		}
		@-moz-keyframes flipInX {
			0% {
					-moz-transform: perspective(400px) rotateX(90deg);
					opacity: 0;
			}

			40% {
					-moz-transform: perspective(400px) rotateX(-10deg);
			}

			70% {
					-moz-transform: perspective(400px) rotateX(10deg);
			}

			100% {
					-moz-transform: perspective(400px) rotateX(0deg);
					opacity: 1;
			}
		}
		@-o-keyframes flipInX {
			0% {
					-o-transform: perspective(400px) rotateX(90deg);
					opacity: 0;
			}

			40% {
					-o-transform: perspective(400px) rotateX(-10deg);
			}

			70% {
					-o-transform: perspective(400px) rotateX(10deg);
			}

			100% {
					-o-transform: perspective(400px) rotateX(0deg);
					opacity: 1;
			}
		}
		@keyframes flipInX {
			0% {
					transform: perspective(400px) rotateX(90deg);
					opacity: 0;
			}

			40% {
					transform: perspective(400px) rotateX(-10deg);
			}

			70% {
					transform: perspective(400px) rotateX(10deg);
			}

			100% {
					transform: perspective(400px) rotateX(0deg);
					opacity: 1;
			}
		}
}







