/* ************************* *************************/
/*!
* Copyright (c) 2013 MonizDesign, http://www.monizdesign.com
* Released under MonizDesign license, 
*/
/* ************************* *************************/

/******* Animations
 ************************* *************************/
@-webkit-keyframes 'fadeIn'{ 
	0%{ opacity: 0; }
	100%{ opacity: 1; }
}

/* ***** MOVEMENT GRAPHICLINES
   *********************************** */

.graphicalines1{background-image: url('../../images/graf1.png');-webkit-animation: fadeIn 6s linear 0.5s 10 both;z-index:9;}
.graphicalines2{background-image: url('../../images/graf2.png');-webkit-animation: fadeIn 6s linear 0.8s 10 both;z-index:9;}
.graphicalines3{background-image: url('../../images/graf3.png');-webkit-animation: fadeIn 6s linear 1.1s 10 both;z-index:8;}
.graphicalines4{background-image: url('../../images/graf4.png');-webkit-animation: fadeIn 6s linear 1.4s 10 both;z-index:7;}
.graphicalines5{background-image: url('../../images/graf5.png');-webkit-animation: fadeIn 6s linear 1.7s 10 both;z-index:6;}
.graphicalines6{background-image: url('../../images/graf6.png');-webkit-animation: fadeIn 6s linear 2s 10 both;z-index:5;}
.graphicalines7{background-image: url('../../images/graf7.png');-webkit-animation: fadeIn 6s linear 2.3s 10 both;z-index:4;}
.graphicalines8{background-image: url('../../images/graf8.png');-webkit-animation: fadeIn 6s linear 2.6s 10 both;z-index:3;}
.graphicalines9{background-image: url('../../images/graf9.png');-webkit-animation: fadeIn 6s linear 2.9s 10 both;z-index:2;}
.graphicalines10{background-image: url('../../images/graf10.png');-webkit-animation: fadeIn 6s linear 3.2s 10 both;z-index:1;}
.graphicalines11{background-image: url('../../images/graf11.png');-webkit-animation: fadeIn 6s linear 3.5s 10 both;z-index:0;}
.graphicalines12{background-image: url('../../images/graf12.png');-webkit-animation: fadeIn 6s linear 3.8s 10 both;}
.graphicalines13{background-image: url('../../images/graf13.png');-webkit-animation: fadeIn 6s linear 4.1s 10 both;}
.graphicalines14{background-image: url('../../images/graf14.png');-webkit-animation: fadeIn 0.5s linear 4.1s 1 both;}

