/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/* ============================== CUSTOM CSS ============================== */
/* ----- LATEST NEWS MODULE ----- */
div.jsn-modulecontainer div.jsn-modulecontent ul.latestnews li a {
	display: block;
	line-height: 36px;
	border-bottom: 1px dotted #CCC;
	text-decoration: none;
}
#jsn-usermodules3 div.jsn-modulecontainer div.jsn-modulecontent ul.latestnews li a {
	color: #FFF;
	text-decoration: none;
	border-color: rgba(255,255,255,0.2);
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
#jsn-usermodules3 div.jsn-modulecontainer ul.latestnews li a:hover {
	background-color: rgba(255,255,255,0.2);
}
div[class*=lightbox-] ul.latestnews li a,
#jsn-usermodules3 div[class*=lightbox-] ul.latestnews li a {
	color: rgba(0,0,0,0.6);
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
	border-color: rgba(0,0,0,0.2);
}
div[class*=lightbox-] ul.latestnews li a:hover,
#jsn-usermodules3 div[class*=lightbox-] ul.latestnews li a:hover {
	background-color: rgba(255,255,255,0.4);
}

/* MODULE CHRISTMAS ICONS */
div.typography-article .jsn-christmas-link-icon {
	color: #555;
}

/* =============== DEMO ITEMS =============== */
@media only screen and (max-width: 960px),
(max-device-width: 960px) {
	img.demo-merrychristmas {
		max-width: none;
	}
}
@media only screen and (max-width: 480px), (max-device-width: 480px) {
	div.demo-frontpage-textblock {
		clear: both;
		padding: 20px 0 0 0 !important;
	}
}

/* ----- FRONT PAGE ----- */
div.demo-fp {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin: 20px 0 0;
	padding: 20px 0 40px;
}
h3.demo-fp-title {
	font-size: 2.5em;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	font-family: Oswald;
}

/* ----- SOCIAL CONNECT ----- */
div.social-connect .item {
	display: inline-block;
	margin-right: 5px;
}
div.social-connect .item a {
	display: block;
	width: 32px;
	height: 32px;
	background: url(../images/icon-social.png) no-repeat;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.6;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
div.social-connect .item a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
div.social-connect .fb a {
	background-position: 0 0;
}
div.social-connect .twitter a {
	background-position: -64px 0;
}
div.social-connect .dribbble a {
	background-position: -32px 0;
}
div.social-connect .pinterest a {
	background-position: -96px 0;
}
/* ----- JSN IMAGESHOW ----- */
.jsn-container {
	text-align: left;
}
.jsn-gallery .box_skitter {
	background-color: transparent;
}
.box_skitter .prev_button {
	left: -50px !important;
}
.box_skitter .next_button {
	right: -50px !important;
}
.jsn-gallery .box_skitter .image {
	float: right;
}
.jsn-gallery .container_skitter .label_skitter {
	float: left;
	width: 40% !important;
	max-width: 50%;
	background: none;
	top: 25%;
	left: 50px;
	filter: alpha(opacity=100);
	opacity: 1;
}
.jsn-gallery .container_skitter .label_skitter p {
	display: inline-block;
	padding: 10px;
	margin: 0;
	color: #FFF !important;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
.jsn-gallery .info_slide_dots {
	left: 50px !important;
	background: none !important;
}
.jsn-gallery .box_skitter .info_slide_dots .image_number {
	width: 10px;
	height: 10px;
	background-color: #999 !important;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255,0.8);
}
.jsn-gallery .box_skitter .info_slide_dots .image_number_select {
	background-color: #5a9ece !important;
}












.product{
	border: 0px solid;
	width:150px;
	min-height: 150px;
}


div.product_image {
	border: 0px solid;
	text-align:center;
	width:100%;

}

div.product_image img{
	width:100px;
	height:100px;
	margin: 10px;
}

/*
div.product_name span{
	border: 0px solid;
	text-align:left;
font-size: 13px;
	margin-right: 5px;
	margin-left: 5px;
	display: inline-block;
}
*/

.jsn-article{
	border: 1px dotted rgb(255, 100, 100);
	width:150px;
	min-height: 180px;
}

.jsn-articlecols h2 {
	min-height: 120px;
	border: 0px solid;
	text-align:left;
	font-size: 13px;
	margin-right: 5px;
	margin-left: 5px;
	display: inline-block;
	color: rgb(180, 79, 66);
}



.product_fulltext{
	border: 0px solid;
	width:650px;
	min-height: 650px;
}

.product_top_fulltext {
	display: inline-block;
	margin: 20px;
	text-align: left;
	font-size: 14px;
	width:100%;
}


div.product_image_fulltext {
	border: 0px solid;
	text-align: left;
	width:350px;
	float: left;
	margin-right: 25px;

}

div.product_image_fulltext img{
	width:300px;
/*	height:300px;	*/
	margin: 10px;
}


div.product_price_fulltext {
	border: 0px solid;
	text-align: left;
	width:250px;
	height: 32px;
	min-height: 280px;
	float: left;
}

div.product_jump_fulltext {
	margin-top: 50px;
	min-height: 30px;
}


.product_description_fulltext {
	display: inline-block;
	margin: 20px;
	text-align: left;
	font-size: 14px;
}




.turn {
	width: 32px;
	height: 50px;
/*	-webkit-box-shadow: black 2px 2px 5px;	*/
	-webkit-border-radius: 1em;
	-webkit-transition: all 1s ease-in-out;
	-webkit-transform-origin: 50% 50%;
}

.turn:hover {
	-webkit-transform: translate(50px, 40px) scale(1.8) rotate(1080deg);
}



.turn img { background: red; }

@-webkit-keyframes super-rainbow {
    0%   { background: red; } 
    20%  { background: orange; }
    40%  { background: yellow; }
    60%  { background: green; }
    80%  { background: blue; }
    100% { background: violet; }
}

@-moz-keyframes super-rainbow {
    0%   { background: red; } 
    20%  { background: orange; }
    40%  { background: yellow; }
    60%  { background: green; }
    80%  { background: blue; }
    100% { background: violet; }
}


.turn img {
     background: red;  
     -webkit-animation: super-rainbow 15s infinite alternate linear; 
     -moz-animation: super-rainbow 15s infinite alternate linear; 
}

