/* -------------------------------------------------------------
	© IceTheme 2013
---------------------------------------------------------------- */


/* Bootstrap Reset
---------------------------------------------------------------- */
body {
	font-family:Arial, Helvetica, sans-serif;
	background:#E3E4E6;
	line-height:24px;
	overflow-x:hidden;}
	
p.ice-headline,	
h1, h2, h3, h4, h5, h6 {
	
	/*font-family:"Open Sans", Arial, Helvetica, sans-serif;*/
	font-weight: normal;}	

a:link { color:#0066A2}
a:visited { color:#571586; text-decoration:underline;}


body .btn { color:#333}
	
.btn-primary,
.btn-inverse { color:#fff!important;}

  
p {
	margin-bottom:18px}

hr {
	clear: both;
	border:none;
	border-top:1px dashed #ccc;}

body .button {
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
-ms-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
box-shadow: 0 1px 0 rgba(0,0,0,0.05);
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .2s;
-moz-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
background-color: #fff;
border: 1px solid rgba(0,0,0,0.17);
color: #737373;
cursor: pointer;
display: inline-block;
font-family: "Roboto",sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 500;
height: 30px;
line-height: 28px;
min-width: 40px;
padding: 0 13px;
position: relative;
text-align: center;
text-decoration: none;
white-space: nowrap;
vertical-align: middle;
}
	
	body .button:hover {
-moz-box-shadow: 0 1px 0 0 rgba(0,0,0,0.27);
-ms-box-shadow: 0 1px 0 0 rgba(0,0,0,0.27);
-webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,0.27);
box-shadow: 0 1px 0 0 rgba(0,0,0,0.27);
border: 1px solid rgba(0,0,0,0.27);
color: #333;
cursor: pointer;}	
		
		body .button.othercolor {
			background:#009BFF;}
			
		  body .button.othercolor:hover {
				background: #34AFFF;}
		

.tooltip {
	font-size:16px;}
	


/* typography 
------------------------------------------------------------- */
  
@font-face {
font-family: 'Walkway_Bold';
src: url('fonts/Walkway_Bold-webfont.eot');
src: url('fonts/Walkway_Bold-webfont.eot?#iefix') format('embedded-opentype'),
	 url('fonts/Walkway_Bold-webfont.woff') format('woff'),
	 url('fonts/Walkway_Bold-webfont.ttf') format('truetype'),
	 url('fonts/Walkway_Bold-webfont.svg#WalkwayBoldRegular') format('svg');
font-weight: normal;
font-style: normal;
}



p.ice-headline {
	font-size: 3em;
	text-align: center;}

p.ice-subheadline {
	font-size: 1.1em;
	text-align: center;
	margin-top: -3px;
	margin-bottom: 18px;
	color: #888;}	

span.notice-typo {
	color: #888;}

ul.ice-check li, 
ul.ice-arrow li, 
ul.ice-cross li,
ul.ice-light li, 
ul.ice-star li, 
ul.ice-note li,
ul.ice-check2 li,
ul.ice-help li,
ul.ice-info li {
	list-style-type:none;
	background-repeat: no-repeat; 
	background-position: center left;
	padding: 4px 0 3px 28px}
	
	ul.ice-check li {
		background-image:url(../images/typo_check.png);}
	ul.ice-arrow li { 
		background-image:url(../images/typo_arrow.png);}
	ul.ice-cross li { 
		background-image:url(../images/typo_cross.png);}
	ul.ice-light li { 
		background-image:url(../images/typo_light.png);}
	ul.ice-star li { 
		background-image:url(../images/typo_star.png);}
	ul.ice-note li { 
		background-image:url(../images/typo_note.png);}	
	ul.ice-check2 li { 
		background-image:url(../images/typo_check2.png);}
	ul.ice-help li { 
		background-image:url(../images/typo_help.png);}
	ul.ice-info li { 
		background-image:url(../images/typo_info.png);}



 blockquote {
	border:none;
	text-align:left;
	position:relative;
	margin: 55px 85px;
	padding:0;
	font-size: 20px;
	line-height: 34px;
	font-family:"Coming Soon",Courier, monospace;}
	
	 blockquote p {
		 margin-bottom: 0;
		font-size:inherit;
		font-weight: inherit;
		line-height: inherit;}
	

	
	blockquote:before {
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#ccc;
		content:open-quote;
		font-size: 100px;
		position: absolute;
		top: 25px;
		left: -70px;}
						
	blockquote:after {
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#ccc;
		content:close-quote;
		font-size: 100px;
		position: absolute;
		bottom: -35px;
		right: -70px;}	


	
.highlight {
	font-style: italic;
	color: #444;
	background: #FFC;
	padding: 0 .15em!important;
	font-weight: normal!important;}

.dropcap {
	color: #555;
	display: block;
	float: left;
	font: 6em/75% Georgia,"Times New Roman",Times,serif;
	padding: 5px 12px 0 0;}

pre {
	border-radius:0;
	padding-left: 32px;
	border: 1px solid #9A9A9A;
	border-left: 4px solid #33353A;
	background: #FFFEF4;}

.IceBlockTextLeft {
	float: left;
	text-align: left;
	display: block;
	font-size: 1.25em;
	font-style: italic;
	line-height: 1.7em;
	padding: 30px;
	width: 38%;}

.IceBlockTextRight {
	float: right;
	text-align: right;
	display: block;
	font-size: 1.25em;
	font-style: italic;
	line-height: 1.7em;
	padding: 30px;
	width: 38%;}
	
	
.ice-block1 {
	padding: 10px;
	border: 1px dashed #999;}
	
.ice-block2 {
	padding: 10px;
	background: #fff;
	border: 1px dotted #999;}	

.ice-block3 {
	padding: 10px;
	background: #FFFEF4;
	border: 1px solid #EAE8CC;}	
		
.ice-block4 {
	padding: 10px;
	background: #222;
	color: #ccc;
	border: 1px solid #222;}
	
.ice-block5 {
	padding: 10px;
	background: #eee;
	border: 1px solid #ccc;}	

.ice-block6 {
	padding: 10px;
	background: #CF8080;
	color: #fff;
	border: 1px solid #CF8080;}


div.success, p.success, 
div.notice, 
p.notice, 
div.error, p.error {
	padding: .6em 1em 0.6em 3.4em;
	border: 1px solid #fff;
	margin-bottom: 2em;}
	
	div.notice, p.notice {
		color: #514721;
		background: #FFF6BF url(../images/typo_note.png) no-repeat 10px center;
		border: 1px solid #FFDE24;}

	div.success, p.success {
		color: #264409;
		background: #E6EFC2 url(../images/typo_success.png) no-repeat 10px center;
		border: 1px solid #CEE086;}
		
	div.error, p.error {
		color: #8A1F11;
		background: #FBE3E4 url(../images/typo_error.png) no-repeat 10px center;
		border: 1px solid #F5B7B8;}




/*------------------------------------------------------------- */


/* Top Bar */
#topbar {
	height:92px;
	position: absolute;
    margin: 0 auto;
    width: 100%;
	top:0;
	}

.owl-carousel-main-header .owl-text, #topbar {	
background: -moz-linear-gradient(left, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.1) 20%, rgba(255,255,255,0.1) 80%, rgba(255,255,255,0.0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.0) 0%,rgba(255,255,255,0.1) 20%,rgba(255,255,255,0.1) 80%,rgba(255,255,255,0.0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0.0) 0%,rgba(255,255,255,0.1) 20%,rgba(255,255,255,0.1) 80%,rgba(255,255,255,0.0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40ffffff', endColorstr='#40ffffff',GradientType=1 ); /* IE6-9 */
}
	
#topbar:after {
    width: 100%;
    height: 1px;
    position: absolute;
    content: "";
    background: -moz-linear-gradient(left, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.5) 20%, rgba(255,255,255,0.5) 80%, rgba(255,255,255,0.1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.5) 20%,rgba(255,255,255,0.5) 80%,rgba(255,255,255,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.5) 20%,rgba(255,255,255,0.5) 80%,rgba(255,255,255,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#80ffffff',GradientType=1 ); /* IE6-9 */
	bottom:0;
  }    				

/* IceMegamenu */
.icemegamenu { 
	float:left;
    margin:0 12px 0 0;}	



/* Header */
#header {
	background-color:#131323;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	background-position:center top;
	min-height: 92px;}

	
	
	#logo {
		float:left;
		margin:10px 0 0}
		
		#logo p { margin-bottom:0}


/* Content */
#content {
	clear:both;
	margin-top:50px}
	
	#content #columns {margin-bottom:60px; position:relative;}

	section#content .inside {}
		
			section#content #middlecol .inside { min-height: 400px; padding-left:0; padding-right:0}
	
	#content #content_inner { float:right; width: 700px; background-color:#fff; box-shadow: 2px 2px 2px gray; overflow:visible;}

		#content #content_inner #middlecol { margin:0 15px;}
		
		
		


/* Sidebar */
#sidebar {
	float:left;
	margin:0;
	width:240px;
	min-height: 500px}
	  

/* Promo */
#promo {
	position:relative;
	overflow:hidden;
	background-color:#CBCFD0;
	background-image: url(../images/texture_shadow.png) , url(../images/bg_texture.jpg);
	background-repeat:repeat-x ,repeat-x;
	background-position: top , bottom;
	padding: 0}




/* Bottom */
#bottom {
	padding: 0 0 45px;}
		
		
		
/* IceCarousel */
#icecarousel {
    margin-top: 92px;
	position:relative;
	padding:0;
	/*min-height:370px;*/
	clear:both;
	
}




/* IceSlider - 
mod_jshopping_latest_products ,
mod_jshopping_tophits_products,
mod_jshopping_top_rating, 
mod_jshopping_bestseller_products  */

#slider {
	min-height:470px;}

.slider_heading {
	margin: 40px 15px 20px 15px;}
	
	.slider_heading h3{
		font-size:32px;
		color:#333333;}
	
#slider ul.slides { 
	margin:0; 
	padding:0;}

	/* #slider ul.slides li {
		float:left;
		width:292.5px}*/
	
		#slider .item_container {
			border-radius:4px;
			box-shadow: 2px 2px 2px gray;
			overflow:hidden;
			height:320px;
			margin:2px 2px 2px;
			text-align:center;
			font-family:"Open Sans",arial,serif;
			background-color:#FFF;
			position:relative}
		
		#slider .item_container_effect {
			visibility:hidden;
			-webkit-transition:background 15s ease-out;
			-moz-transition:background .15s ease-out;
			-o-transition:background .15s ease-out; 
			transition:background .15s ease-out;}
				
			#slider .item_container:hover > .item_container_effect {
				border-radius:15px;
				position: relative;
				background:rgba(255,255,255,.9);
				border-radius:15px;
				height:320px;
				margin:-350px 0 0;
				visibility:visible}
					
			#slider .item_image {
				min-height:200px;
				-webkit-transition:all .3s ease-out;
				-moz-transition:all .3s ease-out;
				-o-transition:all .3s ease-out; 
				transition:all .3s ease-out;}
				
				#slider .item_name a {
					min-height:60px;
					padding:0px 10px;
					display:block;
					visibility:visible;
					font-size:16px;
					line-height:24px;
					color:#333333;
					-webkit-transition:all .15s ease-out;
					-moz-transition:all .5s ease-out;
					-o-transition:all .5s ease-out; 
					transition:all .5s ease-out;}
		
			#slider .item_price {
				color:#950000;
				font-size:24px;
				margin:10px 0 60px 0;}
				
			
			
			
				#slider .item_container_effect .item_container_link {
					display:inline-block;
					margin-top:200px;
					opacity:0;
					-webkit-transition:all .3s ease-out;
					-moz-transition:all .3s ease-out;
					-o-transition:all .3s ease-out; 
					transition:all .3s ease-out;}

				
				#slider .item_container:hover > .item_container_effect .item_container_link {
					opacity:1;
					margin-top:140px;}
				
				
				#slider .item_container:hover > .item_image {
					transform: scale(1.2);
					-ms-transform: scale(1.2); /* IE 9 */
					-webkit-transform: scale(1.2); /* Safari and Chrome */
					-o-transform: scale(1.2); /* Opera */
					-moz-transform: scale(1.2); /* Firefox */}
							
				
				
				
							
		
/* joomshooping categories  */	
#categories {
	margin-bottom:40px;}
	
	
	#categories h3.mod-title {
		font-family: "Walkway_Bold",arial,serif;
		font-size: 48px;
		line-height:54px;
		margin:0;
		text-align: center;}
		#categories h3.mod-title span{
			float: left;
			font-family: "Open Sans",arial,serif;
			font-size: 18px;
			color:#777;
			text-align: center;
			margin-bottom:40px;
			width: 100%;
			line-height: 24px;}
		

	
	#categories .joomshooping_categories {
		/*margin-left:-30px;*/
		text-align:center;}
		
		
		#categories .joomshooping_categories_item {
			display:block;
			position:relative;
			/*float:left;*/
			margin-bottom:20px;
			margin-left:30px;
			width:212px;
			height:300px;
			    margin: auto;
			display: inline-block;
			padding: 0 5px 20px 5px;
			
			}
		
			#categories .joomshooping_categories_title {
				width:180px;
				z-index:1;
				margin-top:107px;
				padding:100px 15px 4px;
				position:relative;
				display:block;
				border-radius:15px;
				text-align:center;
				background-color:#CDD0D1;
				box-shadow: 1px 1px 2px gray;
				min-height: 80px;
				}

				#categories .joomshooping_categories_title h3 {
					font-size:20px;
					line-height:30px;}
					
					#categories .joomshooping_categories_title h3 a {
						color:#333333}
					
						#categories .joomshooping_categories_title h3 a:hover {
							text-decoration:none;
							color:#0066A2;}	
	


		#categories .icecircle-item {
			width: 100%;
			height: 100%;
			border-radius: 50%;
			position:absolute;
			cursor: default}

			#categories .icecircle-wrap, 
			#categories .icecircle-inner{
				position: absolute;
				width: 210px;
				height: 210px;
				border-radius: 50%;
				z-index:2;
				box-shadow: 1px 1px 2px gray;}

			#categories .icecircle-wrap {
				background-color:#FFF;}

				#categories .icecircle-inner > div {
					display: block;
					position: absolute;
					width: 100%;
					height: 100%;
					border-radius: 50%;
					background-position: center center;
					-webkit-backface-visibility: hidden}

				#categories .icecircle-inner .icecircle-inner-front {
					text-align:center;
					-webkit-transition: all 0.2s ease-out;
					-moz-transition: all 0.2s ease-in-out;
					-o-transition: all 0.2s ease-in-out;
					-ms-transition: all 0.2s ease-in-out;
					transition: all 0.2s ease-in-out;}
				
				#categories .icecircle-inner .icecircle-inner-front img {
					margin-top: 24px;
					height: 160px; }

						#categories .icecircle-inner .icecircle-inner-back {
							opacity: 0;
							background: #898ca9;
							pointer-events: none;
							-webkit-transform: scale(1.5);
							-moz-transform: scale(1.5);
							-o-transform: scale(1.5);
							-ms-transform: scale(1.5);
							transform: scale(1.5);
							-webkit-transition: all 0.2s ease-out .1s;
							-moz-transition: all 0.2s ease-in-out 0.1s;
							-o-transition: all 0.2s ease-in-out 0.1s;
							-ms-transition: all 0.2s ease-in-out 0.1s;
							transition: all 0.2s ease-in-out .1s;}
		
						#categories .icecircle-item .icecircle-inner-back:before {    
							background:rgba(255,255,255,.4);
							content: "*";
							position: absolute;
							display: block;
							width:138px;
							height: 1px;
							text-indent: -999999px;
							top: 106px;
							left:20px;
							z-index: 9}
							
						#categories .icecircle-item .icecircle-inner-back:after {
							background:rgba(255,255,255,.4);
							content: "*";
							position: absolute;
							display: block;
							width: 1px;
							height: 114px;
							left: 52px;
							text-indent: -999999px;
							top: 16px;
							z-index: 9}
	
						#categories .icecircle-item:hover .icecircle-inner-front {
							-webkit-transform: scale(0);
							-moz-transform: scale(0);
							-o-transform: scale(0);
							-ms-transform: scale(0);
							transform: scale(0);
							opacity:0} 
						
						#categories .icecircle-item:hover .icecircle-inner-back {
							-webkit-transform: scale(1);
							-moz-transform: scale(1);
							-o-transform: scale(1);
							-ms-transform: scale(1);
							transform: scale(1);
							opacity: 1;
							pointer-events: auto;}
		
						#categories .icecircle-inner-back h3 {
							text-align:center;
							margin-top:35px}
						
						#categories .icecircle-inner-back span {
							font-family:"Open Sans", Arial, Helvetica, sans-serif;
							color:#FFF;
							font-size:24px;
							line-height:8px}
						
						#categories .icecircle-inner-back span p { font-size:16px; text-align:center;}
						
						#categories .icecircle-inner-back p { text-align:center;}
	
						#categories .btn-cat { margin-top:55px;}




/* Footer */
#footer {
	position:relative;
	background-color:#cdd0d1;
	background-image:url(../images/footer_pattern.png);
	background-position:top;
	background-repeat:repeat-x;
	padding:80px 0 0;}
	
	#footer #footermods { padding-bottom:18px}

div.about-us ul {
	list-style:none;}

/* Copyright */
#copyright_area {
	position:relative;
	font-size:.9em;
	padding:20px 0;
	text-align:center}
	
	/* Copyright Text */
	#footer p#copyright {
		display:inline;
		color:#777;
		padding:7px 10px 0 0;}
		
	
	/* Copyright Nav */	
	#copyrightmenu {
		display:inline;}
		
		#copyrightmenu ul {
			list-style-type:none;
			margin:0;
			display:inline;
			padding: 7px 0 0;}
			
			#copyrightmenu ul li {
				display:inline;}
				
				#copyrightmenu ul li a {
					color:#777;
					display:inline;
					padding-right:20px;}
					#copyrightmenu ul li a:hover {
						background:none;
						color:#111;
						text-decoration:underline}
		


		/* Go to Top link */
		.scrollup {
			width: 45px;
			height: 45px;
			text-indent: -9999px;
			opacity: 1;
			border-radius:50%;
			position: fixed;
			bottom: 20px;
			z-index:9;
			right: 15px;
			display: none;
			background:#B5B8BA url(../images/icon_top.png) no-repeat center center;
			-webkit-transition:all .2s ease-out;
			-moz-transition:all .2s ease-out;
			-o-transition:all .2s ease-out; 
			transition:all .2s ease-out;}
			
			
			.scrollup:hover {
				background-color:#9FA2A6;}
			
			
				/* Social Icons */
			#social_icons {
				text-align:center;
				padding-bottom:6px;}
			
			#social_icons:hover li{
				opacity:0.2;}
			
			
			#social_icons  ul {
				padding:0;
				margin:0}
				
				#social_icons  ul li {
					transition-property: opacity; 
					transition-duration: 500ms;
					list-style-type:none;
					display:inline-block;
					padding:0;
					margin:0}
					
				#social_icons  ul li a strong { 
				opacity:0;
				transition-property: opacity, top; 
				transition-duration: 300ms;}
					
					#social_icons ul li a {
						background-image:url(../images/social_icons.png);
						background-repeat:no-repeat;
						background-position:center;
						
						width:45px;
						height:45px;
						margin:0 2px;
						display: block!important;
						border-bottom:none;
						-webkit-transition:all .25s ease-out;
						-moz-transition:all .25s ease-out;
						-o-transition:all .25s ease-out; 
						transition:all .25s ease-out; }
						
							
							#social_icons ul li a span { display:none; }	
							
								#social_icons ul li.social_facebook a {
								background-position:0 0; }
								
								#social_icons ul li.social_twitter a {
								background-position:-55px 0; }
								
								#social_icons ul li.social_youtube a {
								background-position:-109px 0; }
								
									#social_icons li:hover{
										opacity:1; }
							
			
			
			#newsletter input#name.input_mail{
				float:left;
				width:150px;
				height:24px;
				border-radius:10px 0 0 10px;
				margin-right:-1px;
				padding-left:12px;
				border:none;
				font-family:Arial, Helvetica, sans-serif;}
				
				#newsletter input#name.input_mail:focus {
					border:none;
					box-shadow:0 0 14px #A6ACAD}
			
			#newsletter input.button.button_subscribe{
				margin-top:-44px;
				border:1px solid #fff;
				border-radius:0 10px 10px 0;
				background-color:#BABDBE;
				height:32px;}
				
				#newsletter input.button.button_subscribe:hover{
					background-color:#A6A9AB;}
				
							
							
/* Banner */
#banner {
	text-align:center;
	margin:10px 0 50px;}
	
	#banner .banneritem {}
		
		
		#banner .banneritem a {
			display: block;
			-webkit-transition:all .2s ease-out;
			-moz-transition:all .2s ease-out;
			-o-transition:all .2s ease-out; 
			transition:all .2s ease-out;} 
			
			#banner .banneritem a:hover {
				margin-top: -2px;
				padding-bottom:2px;}



		
		
/* IceCarousel */
.icecarousel {
	margin-bottom:0;}

		.icecarousel .carousel-inner {
			overflow:visible;}
			

		.icecarousel .carousel-caption {
			left: 30px;
			position: absolute;
			background:none;
			top: 80px;
			max-width: 500px;}
				
			.icecarousel .carousel-caption h4 {
				font-family:"Walkway_Bold",arial,serif;
				font-size: 40px;
				line-height: 52px;
				margin: 10px 0 8px;}
	
			.icecarousel .mod-ice-carousel-description p {
				font-family:"Open Sans", Arial, Helvetica, sans-serif;
				font-size:14px;
				line-height:28px;
				margin:0;
				color:#fff!important;
				color:rgba(255,255,255,.7)!important}
			
			.icecarousel .carousel-image img {
				float:right;
				width:auto!important;
				height:auto!important;
				margin: 40px 20px -80px 0;
				z-index: 99;
				position: relative;
				-webkit-border-radius: 15px;
    border-radius: 15px;
				}
					  
		
		
		.carousel-indicators {
			top:auto;
			bottom:18px;}
			
			.carousel-indicators li {
				width:12px;
				height:12px;
				margin:0 3px;
				cursor:pointer;}
				
				.carousel-indicators li:hover { background-color: #fff;}
				
			
				
				body .btn-carousel {
					float:right;
					clear:both;
					margin:60px 280px 0 0;
					background:#283555;
					border:none;
					color:#fff;
					font-size: 16px;
					padding:10px 30px 12px;
					border-radius:5px;
					box-shadow:none;
					text-shadow:none;
					-webkit-transition:all .2s ease-out;
					-moz-transition:all .2s ease-out;
					-o-transition:all .2s ease-out; 
					transition:all .2s ease-out;}
				
					body .btn-carousel:hover {
						text-decoration:none;
						color:#fff;
						background:#3a446a}	

	

	ul.carousel-nav {
		margin:0;
		position:absolute;
		list-style-type:none;
		top: 110px;
		left:0;}		
		
		ul.carousel-nav li {
		margin-bottom:2px;
		line-height:0;}
		
		ul.carousel-nav li:first-child a { border-radius:10px 10px 0 0;}		
		ul.carousel-nav li:last-child a { border-radius:0 0 10px 10px;}	
		
			ul.carousel-nav li a {
			background-color:#221E37;
			display:block;
			width:20px;
			height:48px;
			-webkit-transition:all .1s ease-out;
			-moz-transition:all .1s ease-out;
			-o-transition:all .1s ease-out; 
			transition:all .1s ease-out;}
			
			ul.carousel-nav li a:hover {
				background-color:#443D63}	
		
			ul.carousel-nav li a.active {
				background-color:#443D63;}	
			
					ul.carousel-nav li a span {display:none;}


/* Menus
---------------------------------------------------------------- */


	/* "left" menu */
	.sidebar_module ul.menu {
		padding:0;
		margin:0;
		list-style:none;}
		
		.sidebar_module ul.menu li {
			line-height:34px;}
			
				#sidebar .sidebar_module ul.menu li a {
					background:url(../images/colmenu_point.png) no-repeat center left;
					color:#333;
					padding:0 25px;
					-webkit-transition:all .2s ease-out;
					-moz-transition:all .2s ease-out;
					-o-transition:all .2s ease-out; 
					transition:all .2s ease-out; 
					border-bottom:1px dotted #ccc;}
							
					#sidebar .sidebar_module ul.menu li a:hover {
						background-color:#CFCFCF;
						text-decoration:none;}

					#sidebar .sidebar_module ul.menu li.active a {
						background-color:#DEDEDE;}
				

	/* "footer" menu */
	#footer #footermods ul.menu {
		padding:0;
		margin:0 0 0 20px;
		color:#666;
		list-style:disc}
		
		#footer #footermods ul.menu li {
			line-height: 28px;}
			
				#footer #footermods ul.menu li a {
					color:#666}
					
					#footer #footermods ul.menu li a:hover {
						color:#222;
						text-decoration:underline;
						background:none}
						

/* Offline Page and Error Page 
---------------------------------------------------------------- */		
body.offline_page {}
	
body.error_page	  {}

	body.offline_page #logo,
	body.error_page #logo {
		float:none;
		margin:0 auto;
		text-align:center;
		height:90px;}
		body.offline_page #logo p,
		body.error_page	#logo p { margin:0}
		
		body.offline_page #logo img,
		body.error_page #logo img { margin-top:8px;}
		

	body.offline_page #content,
	body.error_page #content	{
		width:auto;
		padding:25px;
		background-color:#FFF;
		max-width: 510px;
		margin:45px auto 0;
		float:none}
		
		
		body.offline_page .alert {
			margin-bottom:50px;
			font-size: 18px;
			text-align:center;
			line-height: 30px;}

		
		body.error_page h1 {
			font-size: 28px;
			margin: 0 0 15px;
			border: none;}
			
		
/* Ice Style Switcher
---------------------------------------------------------------- */	
ul#ice-switcher {
	position:fixed;
	top:200px;
	background:#fff;
	border:1px solid #dcdcdc;
	border-left:0;
	border-radius: 0;
	right:0px;
	list-style-type:none;
	padding:5px 5px 0;
	opacity:.3;
	margin:0;
	z-index:99999;
	border-radius:6px 0 0 6px;
	-webkit-transition:all .25s ease-out;
	-moz-transition:all .25s ease-out;
	-o-transition:all .25s ease-out; 
	transition:all .25s ease-out;}
	
	ul#ice-switcher:hover {
		opacity:1;
		padding-right:15px;}
	
	ul#ice-switcher li {
		padding:0;
		margin:0}
		
		ul#ice-switcher li a {
			display:block;
			width:10px;
			height:10px;
			border-radius:10px;
			margin-bottom:7px;
			background:#222; }
			
			ul#ice-switcher li a span { display:none }
		
		
		ul#ice-switcher li.style1 a { background:#364773 }
		ul#ice-switcher li.style2 a { background:#2D5873 }
		ul#ice-switcher li.style3 a { background:#424242 }
		ul#ice-switcher li.style4 a { background:#673973 }
		ul#ice-switcher li.style5 a { background:#73463C }
		ul#ice-switcher li.style6 a { background:#577346 }
		
		
		ul#ice-switcher .tooltip { font-size:14px;}

			
	#overlay {
		display: none;
		position: fixed;
		bottom:0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index:100000;
		background:#000 url(../images/style_loading.gif) no-repeat center;}		
				
		
		
		
/* Testimonials Module */
#testimonials .icetestimonials {
	position:relative;
	background-color:#FFF;
	border-radius:10px 10px 10px 10px;
	margin-bottom:65px;
	padding: 0 10px 25px 10px;
	box-shadow: 1px 1px 2px gray;
	}
	 	
		#testimonials blockquote:before { left: -65px;}

		#testimonials .testimonials_quote { 
			float:left; 
			max-width:680px;}
			
		#testimonials .testimonials_img { 
			float:right;
			margin:30px 50px 0 0;
			width:120px;
			height:120px;}
			
		  #testimonials  .testimonials_img:hover{}
				
				#testimonials .testimonials_img img { 
					border:10px solid #E3E4E6; 
					border-radius:100%;
					-webkit-transition:all .25s ease-out;
					-moz-transition:all .25s ease-out;
					-o-transition:all .25s ease-out; 
					transition:all .25s ease-out;} 
					
					#testimonials .testimonials_img img:hover {
						-webkit-transform: rotate(5deg);
						opacity:.75}
				
				
				
				
		
			#testimonials p.author{
				font-family:"Open Sans", Arial;
				font-size:16px;
				margin:0 0 2px 10px;
				padding-top:7px;
				color:#555;
				text-align:center;}
	
			#testimonials .flex-control-nav{
				bottom:6px;}
				
				#testimonials .flex-control-nav li { margin:0 4px;}
					
					#testimonials .flex-control-nav li a { background:#CDD0D1; box-shadow:none; border:1px solid #fff;}
				
					#testimonials .flex-control-nav li a.flex-active { 
						background:#93969A; 
						box-shadow:0 0 2px #111}
	
	

/* Template Styles custom code */
div.ice-template-style {
	margin:0;
	padding:0;}

	div.ice-template-style p {
		float:left;
		width:175px;
		margin:0 0 15px;
		text-align:center;
		position:relative;
		padding:0;}


		div.ice-template-style p:nth-child(5),
		div.ice-template-style p:nth-child(6) {
			margin-bottom:8px}

		
		div.ice-template-style p span {
			display:block;
			color:#fff;
			position:absolute;
			top:40px;
			left:55px;
			background:rgba(0,0,0,.75);
			border:1px solid #fff;
			box-shadow:0 0 12px rgba(0,0,0,.5);
			padding:3px 10px;
			opacity:0;
			font-size:1.4em;
			-webkit-transition:all .3s ease-out;
			-moz-transition:all .3s ease-out;
			-o-transition:all .3s ease-out; 
			transition:all .3s ease-out;}

			div.ice-template-style p:hover span {
				opacity:1}
	
	
			div.ice-template-style img {
				float:none!important;
				margin:0!important}	
		
			#columns-container div.ice-template-style li img {
				width:218px}				
	
	
.b2j div.image_block {
float: left;
border: 1px solid #fafafa;
box-shadow: 1px 1px 4px lightgray;
padding: 5px;
margin-right: 10px;
}

	.info_block {overflow: hidden;min-width: 220px;}
	.b2j_k2_news_loader_overview li {
	background: white;
	box-shadow: 4px 4px 10px darkgray;
	border-radius: 3px;
	margin: 10px 0px 0px 0px;
	padding: 20px;
	}
	.b2j_k2_news_loader_overview ul {
	margin: 30px 0px 0px 0px;
padding: 10px;}
	
	#b2j_k2_news_loader_container_module_255 {
background: white;
box-shadow: 4px 4px 8px gray;
border-radius: 3px;
}

.control_buttons_bottom a {
border: 1px solid lightgray;
display: inline-block;
width: 70px;
box-shadow: 2px 2px 4px darkgray;
margin: 10px;
padding: 5px;
border-radius: 2px;
cursor:pointer;
}

.b2j_k2_news_loader_container{text-align:left;}
.header-carousel:active, .header-carousel:link, .header-carousel:visited, .header-carousel:hover, .header-carousel{font-size:30px;color: #ee5f5b;}
.header-carousel:after{
   content: '\a';
   white-space: pre; }
   
   
   
/**
 * IceMegaMenu Extension for Joomla 3.0 By IceTheme
 * 
 * 
 * @copyright	Copyright (C) 2012 IceTheme.com. All rights reserved.
 * @license		GNU General Public License version 2
 * 
 * @Website 	http://www.icetheme.com/Joomla-Extensions/icemegamenu.html
 *
 */
.collapse {
  overflow: visible;}
 
/* clear some styles */
.icemegamenu ul,
.icemegamenu li {
	list-style-type:none;
	padding:0;
	margin:0} 
 
 
/* begin mainmenu */ 
.icemegamenu > ul {
	position: relative;
	margin:0;
	padding:0;
	z-index: 999;
	clear: both;
	height:auto;}
	
	.icemegamenu > ul > li {
		position: relative;
		display: block;
		float:left;
		margin:0 5px 0 0;
		padding:0;
		-webkit-transition: all .25s ease-out;
		-moz-transition: all .25s ease-out;
		-ms-transition: all .25s ease-out;
		-o-transition: all .25s ease-out;
		transition: all .25s ease-out;}
		
		.icemegamenu > ul > li  a.iceMenuTitle {
			position: relative;
			z-index: 9999;
			display: block;
			font-family:"Open Sans" Arial;
			height:65px;
			padding:0;
			font-size: 16px;
			color: #fff;
			text-decoration:none}
			
			.icemegamenu > ul > li  a.iceMenuTitle > span.icemega_title {
				padding:10px 9px 12px;
				margin-top: 25px;
				display: block;
				border-radius:20px;
				-webkit-transition: all 0.2s ease-out; 
				-moz-transition:  all 0.2s ease-out; 
				-o-transition: all 0.2s ease-out; 
				transition: all 0.2s ease-out; }		
		
				
			/* subtitles */
			.icemegamenu > ul > li span.icemega_desc {
				display:none;
				font-size:12px;
				font-family:Verdana, Geneva, sans-serif;
				padding:0;
				line-height:1.25em;
				color:rgba(255,255,255,.6)!important;
				margin-bottom: 0;
				margin-top: -9px;
				margin-left: 20px;
				text-shadow:none!important}

 				/* when dont have subtitle */
				.icemegamenu > ul > li >  a.iceMenuTitle > span.icemega_nosubtitle {}
					
					
				/* when is current and hover */	
				.icemegamenu > ul > li:hover > a.iceMenuTitle span.icemega_title,
				.icemegamenu > ul > li.active > a.iceMenuTitle span.icemega_title {
					background:#4C607A;
					color:#fffc1e;}
					
				
				.icemegamenu > ul > li.active > a.iceMenuTitle {}
						
				

		
		
		
 /* Submenu */
ul.icesubMenu {
    position: absolute;
    z-index: 600;
    padding: 0;
	margin:30px 0 0 30px;
    top: 89px;
	left:0;
    opacity: 0;
    visibility: hidden;
    background: #28354F;
    border: 1px solid rgba(255,255,255,.1);
	border-top:none;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	border-radius:0 0 5px 5px;}
			
		#icemegamenu > li:hover > ul.icesubMenu {
			opacity:1;
			visibility: visible;
			margin:0;}
			
			ul.icesubMenu ul > li {
				position:relative;}
				
				
				ul.icesubMenu > li a.iceMenuTitle {
					height: auto;
					display: block;
					font-size: 14px;
					font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
					padding: 5px 14px 5px 16px;
					margin:0 10px;
					line-height: 25px;
					border-radius: 0;
					background: url(../images/point.png) no-repeat 1px 11px;
					border-bottom: 1px dotted rgba(255, 255, 255, .2)!important;
					-webkit-transition: all .25s ease-out;
					-moz-transition: all .25s ease-out;
					-ms-transition: all .25s ease-out;
					-o-transition: all .25s ease-out;
					transition: all .25s ease-out;}
					
					@media (min-width: 979px) {
					ul.icesubMenu > li ul li:last-child > a.iceMenuTitle {
						border-bottom:none!important}
					}
					
					ul.icesubMenu > li a.iceMenuTitle:hover {
						color:#fffc1e;}
					
					ul.icesubMenu > li a.iceMenuTitle span {
						padding:0!important;
						margin:0!important;}
	 			
				
				 ul.icesubMenu li.active a.iceMenuTitle  { 
					color: #fffc1e }
	 
				/* when is parent */
				ul.icesubMenu li.parent {
					background: url(../images/arrow.png) no-repeat 93% 45%;}
					
						
						.icemegamenu > ul ul li span.icemega_desc {
							display:block;
							margin-top:-5px!important;
							margin-bottom: 5px!important;}
				
				
				
				

 
/* Second Level Dropdown */
ul.sub_level_2,
ul.sub_level_3,
ul.sub_level_4,
ul.sub_level_5 {
	top: -1px;
	left: 250px;
	z-index:99999;
	box-shadow:none;
	border-top: 1px solid rgba(255,255,255,.1);
	margin: 0 0 0 20px;
	border-radius:5px;}
	
	
	ul.icesubMenu ul > li:hover > ul {
		opacity: 1;
		visibility: visible;
		left: 230px;}
	
 
 
 
 
 /* Toggle for responsive */					
.ice-megamenu-toggle {
	 display: none;
	 margin: 0;
}

.ice-megamenu-toggle a {
	background-color:#2C2748;
	background-image: url(../images/menu-button.png);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
	display: block;
	height: 60px;
	width: 60px;
    line-height:40px;
	font-size:18px;
	color:#fff;
	text-align:center;
	opacity:1;
	margin-top:0;
	border-radius:5px;
	-webkit-transition:all .25s ease-out;
	-moz-transition:all .25s ease-out;
	-o-transition:all .25s ease-out; 
	transition:all .25s ease-out;
	color: transparent;
	} 
	
	.ice-megamenu-toggle a:hover {
		background-color:#4F4773;
		text-decoration:none;
		opacity:1}		

}

		
		

 
/* Modules inside dropdown */
.icesubMenu .icemega_cover_module {
    padding: 10px 15px;
	width:auto!important;
	color:#fff;
	color:rgba(255,255,255,.6);
	margin: 10px 10px 0px;}

	.icesubMenu .icemega_cover_module span.iceModuleTile {
		color:#fff;
		font-family:"Walkway_Bold",arial,serif;
		font-size:20px;
		text-shadow: 1px 1px 1px rgba(0,0,0,.3);
		margin-bottom:12px;
		display:block;}

.icesubMenu .icemega_cover_module a {
	color:#F0C237}
	
	
	.icesubMenu .icemega_cover_module .btn { 
		background:rgba(0,0,0,.3); 
		border:none; 
		color:#fff; 
		box-shadow:none;
		border-radius:5px;
		-webkit-transition:all .2s ease-out;
		-moz-transition:all .2s ease-out;
		-o-transition:all .2s ease-out; 
		transition:all .2s ease-out;}
		
		.icesubMenu .icemega_cover_module .btn:hover {
			background:rgba(255,255,255,.2);}
	
		
	.icesubMenu .icemega_cover_module form#login-form { margin:0}
	
	.icesubMenu .icemega_cover_module form#login-form .input-small { width:100%; border:none;  border-radius:0 5px 5px 0; height: 24px;}
		
		.icesubMenu .icemega_cover_module form#login-form .input-small:focus { box-shadow:none;}
	
	.icesubMenu .icemega_cover_module form#login-form .control-group { margin-bottom:12px;}
	
	.icesubMenu .icemega_cover_module form#login-form .input-prepend .add-on {
		border:none; 
		margin:0; 
		background:#D2DAEA; 
		border-radius:5px 0 0 5px;}
		
	.icesubMenu .icemega_cover_module form#login-form ul.unstyled li a { 
		color:#fff}
	
	.ice_righttoleft{
		left:auto!important;
		right:0;
	}
	
	
.vina-cmenu-vertical-jshopping a {
padding: 15px 20px;	}

		
	
	
.ic-section .ic-col {
    display: block;
    float: left;
    margin: 0.16% 0 0.16% 0.32%;
    display: block;
    overflow: hidden;
    text-align: left;
    border: 1px solid #d0d0d0;
    box-shadow: 4px 4px 8px #a0a0a0;
    margin-bottom: 8px;
    padding: 10px;
}

.ic-section .icrounded_eventlist {
	background: #ffffff;
    background: rgba(255,255,255,1);
	color: rgb(51, 51, 51);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    padding: 2px !important;
    font-size: 13px;
}

.ic-section .icrounded_eventlist:nth-child(2n+1) {
    background: #f7f7f7;
    background: rgba(247,247,247,1);
	-moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ic-section .icrounded_eventlist:hover {
    background: #555;
    color: #FFF;
}

.icrounded_eventlist .ic-box-date {
    width: 12%;
    height: 80px;
    padding: 3%;
    padding-top: 25px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    float: left;
    margin: 0.5%;
    border-radius: 10px;
    text-shadow: #000 2px 2px 10px;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    box-sizing: content-box;
}

.icrounded_eventlist .ic-box-date .ic-date {
	line-height: 0 !important;
	font-size: 30px;
}
.icrounded_eventlist .ic-box-date .ic-day {
	line-height: 40px !important;
	font-size: 40px;
	font-weight: bold;
	margin: 0 -6%;
}
.icrounded_eventlist .ic-box-date .ic-month {
	line-height: 24px !important;
	font-size: 24px;
	letter-spacing: 0;
	margin-left: 0;
	font-weight: normal;
}
.icrounded_eventlist .ic-box-date .ic-year {
	line-height: 17px !important;
	font-size: 15px;
	letter-spacing: 2px;
	margin-left: 3px;
	font-weight: bold;
}
.icrounded_eventlist .ic-box-date .ic-time {
	line-height: 15px !important;
	font-size: 13px;
	letter-spacing: 1px;
	margin-left: 3px;
	font-weight: bold;
}
.icrounded_eventlist .ic-box-date .ic-no-image {
	line-height: 13px !important;
	font-size: 8px;
}

.icrounded_eventlist .ic-content {
    width: 78%;
    margin: 1%;
    float: left;
}

.icrounded_eventlist .ic-content .iceventlist-title {
    padding-top: 0px;
    line-height: 24px !important;
    font-size: 22px;
    font-weight: bold;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

.icrounded_eventlist .ic-content .ic-block {
    display: block;
    margin: auto;
}

.mod_jshopping_manufacturers_slider .owl-item,
.mod_jshopping_bestseller_products .owl-item
 {
    border-radius: 4px;
    box-shadow: 2px 2px 2px grey;
    background-color: #FFF;
    text-align: center;
    margin-bottom: 4px;
}
#slider .mod_jshopping_manufacturers_slider .owl-item .item_image,
#categories .mod_jshopping_bestseller_products .owl-item .item_image
 {
    min-height:auto;
    width: 90%;
    margin: 5%;
}
#slider .mod_jshopping_manufacturers_slider .owl-item .item_name {
}
#slider .mod_jshopping_manufacturers_slider .owl-item .item_name a {
    min-height:auto;
}
#slider .mod_jshopping_manufacturers_slider .owl-nav {
/*    display: none;*/
}
#slider .mod_jshopping_manufacturers_slider .owl-dots,
#categories .mod_jshopping_bestseller_products .owl-dots
 {
    display: none;
}

.mod_jshopping_latest_products .flex-direction-nav {
    display: none;
}

.mod_jshopping_latest_products .owl-carousel .owl-item img {
    display: inline;
    width: auto;
}

.catalogs-lang {    border: 1px solid #d7dada;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /* font-size: 12px; */
    /* font-family: arial, helvetica, sans-serif; */
    padding: 10px 6px 10px 6px;
	margin-bottom:5px;
    /* text-decoration: none; */
    /* display: inline-block; */
    /* text-shadow: -1px -1px 0 rgba(0,0,0,0.3); */
    /* font-weight: bold; */
    color: #FFFFFF;
    background-color: #f4f5f5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
    background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);}

.catalogs-lang img
{
	padding: 0 3px 3px 0;
	height: 24px;
}
	
.catalogs-lang .catalogs-lang-flag
{
	height: 60px;
    width: 90px;
    box-shadow: 1px 1px 2px black;
    padding: 0;
    margin: 5px 0 10px 0;
}	

.menu_cart
{
	float:right;
	
}

div.moduleItemExtraFields ul li.alias_Nameofanglers {}


ol li {
	    list-style-type: decimal;
    padding: 1px 0 2px 0px;
    margin-left: 35px;
}

