@charset "utf-8";
/*-------------Import fonts ---------------------------------------*/

@font-face {
font-family: 'metalch';
src: url('../../../../fonts/Helvetica-UltraCompressed.eot');
src: url('../../../../fonts/Helvetica-UltraCompressed.otf') format('truetype'),
     url('../../../../fonts/Helvetica-UltraCompressed.woff') format('woff'),
     url('../../../../fonts/Helvetica-UltraCompressed.eot?#iefix') format('embedded-opentype'),
	 url('../../../../fonts/Helvetica-UltraCompressed.ttf') format('truetype'),
     url('../../../../fonts/Helvetica-UltraCompressed.svg#QuadrantaBold') format('svg');
font-weight: normal;
font-style: normal;
}



/*-------------General Style---------------------------------------*/
html{
	overflow-x:hidden !important;
	height:100%;
}
body{
	margin: 0;
	padding: 0;
	font-family: 'FuturaPT-Book';
	font-weight: 400;
	font-size: 12px;
	color: #000;
	background:#000;
	height:100%;
	text-align:center;
}
@-o-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}
.bg-animate {
	position:fixed;
	bottom:10%;
	right:10%;
	width:60%;
	height:60%;
	z-index:-2;
	opacity:0;
	-webkit-transform: translate3d(0,0,0);
}
/*--------------Typography--------------------------------------*/
h1 {
	font-size: 4.46666666667em;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.17em;	
}

h3 {
	font-size: 1em;
}
h4 {
	font-size: 0.9em;
	font-weight: 200;	
}
h5 {
	font-size: 0.8em;
	font-weight: 200;
}
h6 {
	font-size: 0.6em;
	font-weight: 200;
}
p {
	text-align:left;
	font-size:1.6em;
	line-height:24px;
	padding-bottom:10px;
}
blockquote {
	float:left;
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 15px solid #eee;
}
blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#494949;
}
/* ---------Page preload--------------------------------------*/
.loader {
	position:fixed;
	top:50% !important;
	left:50%;
	width:50px;
	height:50px;
	z-index:100;
	font-size:34px;
	line-height:50px;
	color:#ccc;
	padding-right:20px;
	opacity:0.8;
}
.fa-spin{
	-webkit-animation:spin 0.5s infinite linear;
	-moz-animation:spin 0.5s infinite linear;
	-o-animation:spin 0.5s infinite linear;
	animation:spin 0.5s infinite linear
}
@-moz-keyframes spin{
	0%{-moz-transform:rotate(0deg)}
	100%{-moz-transform:rotate(359deg)}
}
@-webkit-keyframes spin{
	0%{-webkit-transform:rotate(0deg)}
	100%{-webkit-transform:rotate(359deg)
}
}
@-o-keyframes spin{
	0%{-o-transform:rotate(0deg)}
	100%{-o-transform:rotate(359deg)
}
}
@keyframes spin{
0%{
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg)
}
100%{-webkit-transform:rotate(359deg);
	transform:rotate(359deg)
}
}
.l-line {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:6px;
	z-index:10000;
	display:none;
	background:#f4f4f4;
}
.l-line span{
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:6px;
	background:#000;
}
/* ---------Content Styles--------------------------------------*/
#main{
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	opacity:0;
}
#wrapper{
	height:100%; 
	margin-left:0;
	vertical-align:top; 
	position: absolute; 
	left:0; 
	top:0; 
	right:0;
	z-index:2;
	width:100%; 
}
.content-holder{
	vertical-align: top;
	position: absolute;
	left:0;
	top: 0;
	right: 0;
	z-index: 2;
	height: 100%;
}
.container{
	max-width: 1024px;
	width:92%;
	margin:0 auto;
	position: relative; 
	z-index:2;
}
.content { 
	width:100%;
	position:relative;
	z-index:2;
	height:100%;
	float:left;
}
.full-height {
	height:100%;
} 
.wrapper-inner {
	float:left;
	width:70%;
	position:relative;

	padding:150px 0;
	z-index:3;
	opacity:0;
}

.full-width-wrap {
	width:100%;
}
.full-width-wrap:before {
	content:'';
	position:absolute;
	right:0;
	width:30%;
	background:#fff;
	top:-70px;
	height:70px;
}
.body-bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background:#000;
	z-index:2;
}
.bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-size: cover;
	background-attachment: scroll  ;
	background-position: center  ;
	background-repeat:repeat;
	background-origin: content-box;
	
}
.full-height-parallax {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:2;
}
.respimg {
	width:100%;
	height:auto;
}
.overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.2;
} 
section {
	float:left;
	width:100%;
	position:relative;
	padding:50px 0;
	border-bottom:0px solid #eee;
}
.parallax-section {
	float:left;
	width:100%;
	padding:250px 0;
	position:relative;
}
.align-text {
	text-align:left;
}
.img-wrap {
	position:absolute;
	top:0;
	right:0;
	width:30%;
	overflow:hidden;
	height:100%;
	z-index:4;
}
.scale-callback {
	float:left;
	width:33.33333%;
	height:25%;
	position:relative;
	z-index:5;
}
.scale-callback:before {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	background:#fff;
	-webkit-transition:all 400ms cubic-bezier(0.215,.61,.355,1); 
	-moz-transition:all 400ms cubic-bezier(0.215,.61,.355,1);
	-o-transition:all 400ms cubic-bezier(0.215,.61,.355,1);
	transition:all 400ms cubic-bezier(0.215,.61,.355,1);
}
.scale-bg5:before{
	width:0;
} 
.no-border {
	border:none !important;
}
.no-padding {
	padding:0 !important;
}
.content-nav {
	float:left;
	width:100%;
	padding:20px 0;
	position:relative;
}
.content-nav ul {
	position:relative;
	left:0;
}
.content-nav li {
	float:left;
	margin-right:10px;
}
.content-nav li a {
	font-size:28px;
}
.content-nav li span {
	line-height:34px;
}
.p-all {
	position:absolute;
	right:0;
	top:30px;
	font-size:18px;
}
.content-nav a {
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.content-nav li a span {
	font-family:'futurastd-bold';
	text-transform:uppercase; 
	padding-right:20px;
	font-size:18px;
	position:relative;
	top:-2px;
}
.content-nav a:hover {
	opacity:0.6;
}
.btn	{
	float:left;
	padding:15px 30px 15px 0;
	line-height:17px;
	letter-spacing:2px;
	font-weight:800;
	font-size:16px;
	color:#000;
	letter-spacing:2px;
	-webkit-appearance: none;
	font-family: 'FuturaPT-Book';
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.btn:hover {
	 color:#666;
}
.btn span {
	float:left;
	margin-right:4px;
}
.btn i {
	float:left;
	margin-top:2px;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.btn:hover i {
	color:#000;
	margin-left:6px;
}
/*------item hover ------------------------------------------------*/
.box-item {
	float:left;
	width:100%;
}
.box-item a {
	float:left;
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
}
.box-item a img {
	position:relative;
	z-index:1;
	-webkit-transition: all 4000ms cubic-bezier(.19,1,.22,1) 0ms;
  	-moz-transition: all 4000ms cubic-bezier(.19,1,.22,1) 0ms;
  	transition: all 4000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.box-item a .overlay {
	opacity:0;
	z-index:2;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.box-item a:hover .overlay {
	opacity:0.3;
}
.box-item a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform:scale(1.05);
	transform: scale(1.05);
}

/*------ Home -------------------------------------------------*/
.b-back {
	position:fixed;
	top:2%;
	right:2%;
	z-index:10;
}
.b-back:hover{
	-webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
	transform: scale(0.9);
	-ms-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-o-transform: scale(0.9);
	-moz-transform: scale(0.9);
}
.fullheight-carousel-holder , .fullheight-carousel {
	 height:100%;
	 background:#fff;
	 width:100%;
	 overflow:hidden;
} 
.fullheight-carousel .item , .carousel-item{
	 width:100%;
	 height:100%;
	 float:left;
	 overflow:hidden;
	 position:relative;
}
.fullheight-carousel .item {
	padding:0px;
}
.media-container {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
.video-mask {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
} 
.fullheight-carousel-holder .customNavigation {
	position:absolute;
	bottom:20px;
	left:50%;
	margin-left:-41px;
	width:82px;
	height:40px;
	z-index:5;
	
}
.fullheight-carousel-holder .customNavigation a {
	width:40px;
	height:40px;
	background:transparent;
	margin-right:1px;
	float:left;
	line-height:40px;
	color:#000;
	cursor:pointer;
	-webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
	display: block;


}

.fullheight-carousel-holder .customNavigation a:hover {
	-webkit-transform: scale(0.9);
	-moz-transform:scale(0.9);
	transform: scale(0.9);
}
.carousel-link-holder {
	position:absolute;
	top:85%;
	width:100%;
	left:0;
	z-index:3;
}
.carousel-link-holder h3 {
	text-transform:uppercase;
	font-size:20px;
}
.carousel-link-holder h3 a {
	color:#fff;
	position:relative;
	font-family: 'Metalch';
	font-size:2.3em;
}
.carousel-link-holder h3 a:before , .carousel-link-holder h3 a:after {
	content:'';
	position:absolute;
	bottom:-10px;
	height:0px;
	background:#fff;
	width:0;
}
.carousel-link-holder h3 a:before {
	left:50%;
}
.carousel-link-holder h3 a:after {
	right:50%;
}
.carousel-link-holder h3 a:hover:before , .carousel-link-holder h3 a:hover:after {
	width:30%;
}
.carousel-decor {
	position:absolute;
	width:100%;
	height:100%;
	z-index:2;
}
.carousel-item .bg , .carousel-item  .overlay , .carousel-link-holder h3 a:before , .carousel-link-holder h3 a:after , .swiper-nav   {
	-webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}
.vis-decor .bg {
	-webkit-transform: scale(1.05);
	-moz-transform:scale(1.05);
	transform: scale(1.05);
}
.vis-decor .overlay {
	opacity:0.7;
}
.swiper-nav-holder {
	position: absolute;
	right:60px;
	bottom:0;
	padding:20px 0;
	line-height: 36px;
}
.swiper-nav  {
	display:inline-block;
	width: 40px;
	color:#fff;
	position:relative;
	z-index: 24;
	font-size:18px;
}
.swiper-nav:hover {
	opacity:0.8;
}
.slide-title-holder {
	position:absolute;
	top:0;
	width:70%;
	height:100%;
	z-index:3;
}
.slide-title {
	float:right;
	right:-5%;
	top:50%;
	position:relative;
	border-left:0px solid #fff;
	padding:0 50px 50px 50px;
}
.slide-title h3{
	position:relative;
	opacity:0;
	top:50px;
}
.swiper-slide .overlay {
	opacity:0.2;
}
.swiper-slide-active   .slide-title h3{
	opacity:1;
	top:0;
	-webkit-transition: 1s 0.5s;
	transition: 1s 0.5s;
}
.slide-title h3 {
	font-size:40px;
	font-family:'futurastd-bold';
	text-transform:uppercase; 
	letter-spacing:2px;
	position:relative;
	float:right;
	text-align:left;
	width:100%;
	margin-bottom:10px;
	color:#fff;	
}
.slide-title h3:hover { 
	opacity:0.8;
}
.slide-title h4 {
	font-size: 14px;
	text-transform:uppercase;
	letter-spacing:2px;
	position:relative;
	margin:6px 0 10px 0;
	float:right;
	width:100%;
	text-align:left;
	color:#fff;
	font-family:'futurastd-bold';
}
.slide-title h3 a  , .slide-title h4 a{
	color:#000;
	font-size:1.3em;
}

.slide-title h4 a {
	float:right;
}
.slide-title h4 a:hover , .slide-title h4 a:hover i {
	color:#fff;
}
.slide-title h4 a {
	padding-right:0;
}  
.single-title h3{
	position:relative;
	opacity:1;
	top:0;
}
.single-title .slide-title {
	position:relative;
 	left:-50px;
}
.title-text {
	position:relative;
	z-index:2;
}

.mob-bg {
	display:none;
}



/*------ css-animation - ------------------------------------------------*/
.transition{
	-webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}
.transition2{
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.transition3{
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.scale-bg2{
	opacity:0;
} 
.fl-l {
	float:left;
}
.bg-animate img{
	opacity:0.1;
	-webkit-animation:loopCircle 30s linear 0s infinite normal;
	-moz-animation:loopCircle 30s linear 0s infinite normal;
	-ms-animation:loopCircle 30s linear 0s infinite normal;
	-o-animation:loopCircle 30s linear 0s infinite normal;
	animation:loopCircle 30s linear 0s infinite normal
}
@-webkit-keyframes loopCircle{
	0%{transform:rotate3d(0,0,1,0deg);
	-webkit-transform:rotate3d(0,0,1,0deg)}
	100%{transform:rotate3d(0,0,1,180deg);
	-webkit-transform:rotate3d(0,0,1,180deg)}
}
@-moz-keyframes loopCircle{
	0%{transform:rotate3d(0,0,1,0deg);
	-webkit-transform:rotate3d(0,0,1,0deg)}
	100%{transform:rotate3d(0,0,1,180deg);
	-webkit-transform:rotate3d(0,0,1,180deg)}
}
@-o-keyframes loopCircle{
	0%{transform:rotate3d(0,0,1,0deg)
	;-webkit-transform:rotate3d(0,0,1,0deg)}
	100%{transform:rotate3d(0,0,1,180deg);
	-webkit-transform:rotate3d(0,0,1,180deg)}
}
@keyframes loopCircle{
	0%{transform:rotate3d(0,0,1,0deg)
	;-webkit-transform:rotate3d(0,0,1,0deg)}
	100%{transform:rotate3d(0,0,1,180deg);
	-webkit-transform:rotate3d(0,0,1,180deg)}
}
/*------  Responsive ------------------------------------------------------*/
@media only screen and  (max-width: 1036px) {
	nav li a {
	
	left:100px;}
	
	.slide-title {
  
	 left: 1%;
}
	
	.info {
    position: relative;
    left: -12%;
}
	
	nav li a:before , nav li a:after {
	content:'';
	position:absolute;
	background:#000;
	top:-4px;
	left:40px;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.box-item a {
	z-index:-5;
}
.mob-bg {
	display:block;
}
.wrapper-inner  , header , footer , .fixed-filter{
	width:100%;
}
.wrapper-inner {
	padding:90px 0;
} 
.inline-facts-holder:before , .show-info , .hide-column  , .img-wrap  , .bg-animate{
	display:none;
}
.inline-facts h6 {
	float: none;
	font-size:16px;
	text-align:center;
}
.num{
	float: none;
	text-align:center;
}
.nav-button-holder  {
	display:block;
}
.nav-holder {
	position:absolute;
	top:60px;
	left:0;
	width:100%;
	background:#fff;
	padding:30px 0;
	display:none;
	height:300px;
	overflow:auto;
}
nav ul li  , nav ul li ul li , nav li ul li > ul    {
	float:left;
	width:100%;
	margin-bottom:10px;
	text-align:left;
	left:0;
	opacity:1;
	right: 0;
}
 nav ul li ul li , nav li ul li > ul li {
	 list-style:circle;
}
nav li ul {
	margin: 0;
	padding-left:20px;
	opacity: 1;
	visibility: hidden;
	position: relative;
	width:100%;
	display:none;
	top:0;
	left: 0;
	z-index: 1;    	
	border-bottom:none;  
}
nav li:hover > ul {
	display: block;
} 
nav li ul li:hover ul  {
	display: block;
}
nav li a.act-link:before , nav li a.act-link:after {
	left:7px;
}
.slide-title-holder {
	width:100%;
}

.slide-title-holder-left{
	width:100%;
}
.slide-title-holder-left {
	position:absolute;
	top:0;
	width:70%;
	height:100%;
	z-index:3;
}


.slide-title {
	top:45%;
	float:none;
	margin: 0 auto;
	border-right:none;
	padding:50px;
}
.slide-title h3 {
	 font-size:22px;
}
.slide-title h4 {
	  font-size:12px
}
.height-emulator  , .to-top{
	display:none;
}
footer {
	position:relative;
	float:left;
}
.page-title {
	padding-bottom:20px;
}
.page-title h2 {
	font-size:30px;	
} 
section {
	padding:30px 0;
}
.gallery-item {
	width:50% !important;
}
.fixed-column {
	float:left;
	position:relative;
	width:100%;
	height:auto;
	right:0;
	left:0;
	top:0;
}
.fixed-column  section {
	padding:110px 0 20px;
	border: none !important;
}
.media-container {
	float:left;
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:auto;
} 
.colum-w {
	padding-top:0 !important
} 
.fw .zoomimage {
	top:150px;
}
}
@media only screen and  (max-width: 756px) {
	nav li a {
	float: left;
	padding: 10px 22px;
	line-height: 1;
	font-size: 14px;
	text-transform: uppercase;
    letter-spacing: .2em;
	color: #000;
	top:0;
	position:relative;
	-webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
	font-weight:600;
	font-family: 'futurastd-bold';
	left:50px;}
.selectMe {
	display:none;
}
.header-inner {
	padding-right:0;
}
.team-holder li {
	float:left;
	width:50%;
}
}
@media only screen and  (max-width: 540px) {
	
	.slide-title {
  
	 left: -10%;
}
	
	.info {
    position: relative;
    left: -10%;
}
	.slide-title h4 {
    font-size: 14px;
    color: #ff0096;
 
}
	nav li a {
	float: left;
	padding: 10px 22px;
	line-height: 1;
	font-size: 14px;
	text-transform: uppercase;
    letter-spacing: .2em;
	color: #000;
	top:0;
	position:relative;
	-webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
	font-weight:600;
	font-family: 'futurastd-bold';
	left:30px;}
	
.num{
	font-size:62px; 
}
.page-title h2 {
	font-size:20px;
}
.resume-head h3 {
	font-size:30px;
} 
.team-holder li {
	float:left;
	width:100%;
	padding:20px 0;
}
.gallery-item {
	width:100%!important;
}
.grid-small-pad  .grid-item-holder , .grid-big-pad  .grid-item-holder{
	padding:20px 0 !important;
}
.gallery-filters {
	margin-top:50px;
}
.gallery-filters  a {
	width:100%;
	text-align:left;
	padding-bottom:10px;
}
.fixed-filter a {
	width: auto !important;
}
.gallery-filters  a:before {
	height:1px;
	width:0; 
}
.gallery-filters  a.gallery-filter-active:before {
	width:40px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.bg {
	background-attachment: scroll !important;
	-webkit-background-size:cover;
	background-position:center;
}
}



.the-arrow {
  width: 64px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.the-arrow.-left {
  position: absolute;
  top: 60%;
  left: 0;
}
.the-arrow.-left > .shaft {
  width: 0;
  background-color: #999;
}
.the-arrow.-left > .shaft:before, .the-arrow.-left > .shaft:after {
  width: 0;
  background-color: #999;
}
.the-arrow.-left > .shaft:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.the-arrow.-left > .shaft:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.the-arrow.-right {
  top: 3px;
}
.the-arrow.-right > .shaft {
  width: 64px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.the-arrow.-right > .shaft:before, .the-arrow.-right > .shaft:after {
  width: 8px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.the-arrow.-right > .shaft:before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.the-arrow.-right > .shaft:after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.the-arrow > .shaft {
  background-color: #999;
  display: block;
  height: 1px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  will-change: transform;
}
.the-arrow > .shaft:before, .the-arrow > .shaft:after {
  background-color: #999;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.the-arrow > .shaft:before {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.the-arrow > .shaft:after {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.animated-arrow {
  display: inline-block;
  color: #999;
  font-size: 1.25em;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.animated-arrow:hover {
  color: #eaeaea;
}
.animated-arrow:hover > .the-arrow.-left > .shaft {
  width: 64px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background-color: #eaeaea;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before, .animated-arrow:hover > .the-arrow.-left > .shaft:after {
  width: 8px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background-color: #eaeaea;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.animated-arrow:hover > .the-arrow.-left > .shaft:after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.animated-arrow:hover > .main {
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft {
  width: 0;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before, .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  width: 0;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.animated-arrow > .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.animated-arrow > .main > .text {
  margin: 0 16px 0 0;
  line-height: 1;
}
.animated-arrow > .main > .the-arrow {
  position: relative;
}

