/*-------------------------------------Body----------------------------------------------*/
@keyframes Body{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
/*-------------------------------------HomePageTitle----------------------------------------------*/
@keyframes HomePageTitle{
	0% {opacity: 0; transform: scale(0,0);}
	100% {opacity: 1; transform: scale(1,1);}
}

@-webkit-keyframes HomePageTitle{
	0% {opacity: 0; -webkit-transform: scale(0,0);}
	100% {opacity: 1; -webkit-transform: scale(1,1);}
}

@-moz-keyframes HomePageTitle{
	0% {opacity: 0; -moz-transform: scale(0,0);}
	100% {opacity: 1; -moz-transform: scale(1,1);}
}
@-ms-keyframes HomePageTitle{
	0% {opacity: 0; -ms-transform: scale(0,0);}
	100% {opacity: 1; -ms-transform: scale(1,1);}
}
@-o-keyframes HomePageTitle{
	0% {opacity: 0; -o-transform: scale(0,0);}
	100% {opacity: 1; -o-transform: scale(1,1);}
}
/*-----------------------------------SlidersText------------------------------------------------*/
@keyframes SlidersText{
	0% {bottom: -75px;}
	100% {bottom: -10px;}
}
/*-----------------------------------Slider1Text------------------------------------------------*/
@keyframes Slider1Text{
	0% {opacity: 0; top: 37%; right: -9%; transform: scale(0,0);}
	100% {opacity: 1; right: 30%; top: 7%; transform: scale(1,1);}
}

@-webkit-keyframes Slider1Text{
	0% {opacity: 0; top: 37%; right: -9%; -webkit-transform: scale(0,0);}
	100% {opacity: 1; right: 33%; top: 7%; -webkit-transform: scale(1,1);}
}

@-moz-keyframes Slider1Text{
	0% {opacity: 0; top: 37%; right: -9%; -moz-transform: scale(0,0);}
	100% {opacity: 1; right: 33%; top: 7%; -moz-transform: scale(1,1);}
}

@-ms-keyframes Slider1Text{
	0% {opacity: 0; top: 37%; right: -9%; -ms-transform: scale(0,0);}
	100% {opacity: 1; right: 33%; top: 7%; -ms-transform: scale(1,1);}
}

@-o-keyframes Slider1Text{
	0% {opacity: 0; top: 37%; right: -9%; -o-transform: scale(0,0);}
	100% {opacity: 1; right: 33%; top: 7%; -o-transform: scale(1,1);}
}
/*-----------------------------------Slider2Text------------------------------------------------*/
@keyframes Slider2Text{
	0% {opacity: 0; left: -30%; top: 100%; transform: scale(0,0);}
	60% {opacity: 0.6; left:0;  top: 0; transform: scale(0.7,0.7);}
	100% {opacity: 1; left: 30%; top: 7%; transform: scale(1,1);}
}

@-webkit-keyframes Slider2Text{
	0% {opacity: 0; left: -30%; top: 100%; -webkit-transform: scale(0,0);}
	60% {opacity: 0.6; left:0;  top: 0; -webkit-transform: scale(0.7,0.7);}
	100% {opacity: 1; left: 30%; top: 7%; -webkit-transform: scale(1,1);}
}

@-moz-keyframes Slider2Text{
	0% {opacity: 0; left: -30%; top: 100%; -moz-transform: scale(0,0);}
	60% {opacity: 0.6; left:0;  top: 0; -moz-transform: scale(0.7,0.7);}
	100% {opacity: 1; left: 30%; top: 7%; -moz-transform: scale(1,1);}
}

@-ms-keyframes Slider2Text{
	0% {opacity: 0; left: -30%; top: 100%; -ms-transform: scale(0,0);}
	60% {opacity: 0.6; left:0;  top: 0; -ms-transform: scale(0.7,0.7);}
	100% {opacity: 1; left: 30%; top: 7%; -ms-transform: scale(1,1);}
}

@-o-keyframes Slider2Text{
	0% {opacity: 0; left: -30%; top: 100%; -o-transform: scale(0,0);}
	60% {opacity: 0.6; left:0;  top: 0; -o-transform: scale(0.7,0.7);}
	100% {opacity: 1; left: 30%; top: 7%; -o-transform: scale(1,1);}
}
/*-----------------------------------ContactWays------------------------------------------------*/
@keyframes ContactWays{
	0% {top: 0;}
	10% {top: 0;}
	20% {top: -100%;}
	80% {top: -100%;}
	90% {top: 0;}
	/*100% {top: 0;}*/
}

/*@-webkit-keyframes ContactWays{
	0% {top: 0;}
	10% {top: 0;}
	20% {top: -100%;}
	80% {top: -100%;}
	90% {top: 0;}
	100% {top: 0;}
}

@-moz-keyframes ContactWays{
	0% {top: 0;}
	10% {top: 0;}
	20% {top: -100%;}
	80% {top: -100%;}
	90% {top: 0;}
	100% {top: 0;}
}

@-ms-keyframes ContactWays{
	0% {top: 0;}
	10% {top: 0;}
	20% {top: -100%;}
	80% {top: -100%;}
	90% {top: 0;}
	100% {top: 0;}
}
@-o-keyframes ContactWays{
	0% {top: 0;}
	10% {top: 0;}
	20% {top: -100%;}
	80% {top: -100%;}
	90% {top: 0;}
	100% {top: 0;}
}*/
/*-----------------------------------FadeInOp------------------------------------------------*/
@keyframes FadeInOut{
	0% {opacity: 1;}
	50% {opacity: 0;}
}

@-webkit-keyframes FadeInOut{
	0% {opacity: 1;}
	50% {opacity: 0;}
}

@-moz-keyframes FadeInOut{
	0% {opacity: 1;}
	50% {opacity: 0;}
}

@-ms-keyframes FadeInOut{
	0% {opacity: 1;}
	50% {opacity: 0;}
}

@-o-keyframes FadeInOut{
	0% {opacity: 1;}
	50% {opacity: 0;}
}
