/*---------------------------------------------------------------
# Package - Joomla Template based on Helix Framework   
# ---------------------------------------------------------------
# Author - JoomShaper http://www.joomshaper.com
# Copyright (C) 2010 - 2012 JoomShaper.com. All Rights Reserved.
# license - PHP files are licensed under  GNU/GPL V2
# license - CSS  - JS - IMAGE files  are Copyrighted material 
# Websites: http://www.joomshaper.com
-----------------------------------------------------------------*/
a.subCategoryMore, div.itemCommentsForm form input#submitCommentButton, a.product-details,input.highlight-button,
a.item-preview, a.item-more, input.button, a.details, a.ns2-readmore,.adminform button,#adminForm button,.button,input[type=submit],input[type=button],
.sp-smart-slider-extreme .nivo-controlNav .nivo-control .sp-smart-slider-item h2,
.sp-smart-slider-extreme .nivo-controlNav .nivo-control .sp-smart-slider-item p
{
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-ms-transition: all 300ms;
	transition: all 300ms;
}

a, a:hover{
	-webkit-transition: color .1s ease-in;
	-moz-transition: color .1s ease-in;
	-o-transition: color .1s ease-in;
	transition: color .1s ease-in;
}

.border,.item-page_portfolio .img-fulltext-right,.ns2-blog img.ns2-image {
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.img-portfolio-wraper {
	-webkit-box-shadow: 0 0 200px #000 inset;
	box-shadow: 0 0 200px #000 inset;
}

div.pagination ul li a,a.spcomments,.adminform button,#adminForm button,.button,input[type=submit],input[type=button],
.border,img.sp_simple_gallery,.item-page_portfolio .img-fulltext-right,
#sp-share img,#sp-search input#mod-search-searchword,
#sp-slides .controllers span,
.module_menu .mod-wrapper li,
.module_menu .mod-wrapper li,a.ns2-readmore,
input[type=text],input[type=password],input[type=submit], input[type=reset], input[type=email],
select,textarea,.inputbox,
#hornav li.menu-item li,
#sublevel li.menu-item li,
.ns2-home img.ns2-image,
.img-portfolio-wraper,
.item_innerDiv,
.item_innerDiv img,
img.img_rounded,
.ns2-scroller img.ns2-image
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.sp-anim-0 {
	-moz-animation:cycle 1s ease-out;	
	-webkit-animation:cycle 1s ease-out;		
}
.sp-anim-1 {
	-moz-animation:cycle 1.2s ease-out;
	-webkit-animation:cycle 1.2s ease-out;		
}
.sp-anim-2 {
	-moz-animation:cycle 1.4s ease-out;
	-webkit-animation:cycle 1.4s ease-out;		
}
.sp-anim-3 {
	-moz-animation:cycle 1.6s ease-out;
	-webkit-animation:cycle 1.6s ease-out;		
}
.sp-anim-4 {
	-moz-animation:cycle 1.8s ease-out;
	-webkit-animation:cycle 1.8s ease-out;		
}

/* ANIMATION */
@-webkit-keyframes cycle {
	0%  { left:-500px; opacity:0;}
	100%  { left:0px; opacity:1;}
}