/*---------------------------------------------------------------- 
  Copyright:
  Copyright (C) 2008 - 2011 IceTheme. All Rights Reserved
  
  License:
  Copyrighted Commercial Software 
  
  Author:
  IceTheme - http://wwww.icetheme.com
  
---------------------------------------------------------------- */


/* ---------------------- joomla.css --------------------------
This CSS file contains all the stylesheets that are needed
by Joomla Core elements like components (content, contact,
user, etc), or by modules (login, breadcrumbs, etc).

/* Note 
--------
Also remember you dont need to worry about the size of this 
CSS file when you see all this comments. The IceSpeed plugin 
that we provide inside the template package will strip all 
of this comments plus it will comprees all the CSS in you
site. For more information on how to use IceSpeed please view 
the Installation Guide in PDF inside the template package.
---------------------------------------------------------------- */

@import url(../fonts/stylesheet.css);


/* Joomla Content
------------------
Below you will find all the CSS codes that are needed to style 
the Joomla Section, Category, Article and other 
elements related to those parts like the pagination, readmore etc
---------------------------------------------------------------- */

/* The content description is used on the begging of each section
or catgory to display the page title and the page description */
.contentdescription {margin-bottom:2.75em
	}


/* Blog Structure (Leadings, Rows, Columns etc)
This is used to correctly separete the content into
rows and columns in blogs and blog featured content */		
.cols-2,
.cols-3,
.cols-4 {
	clear:both;
	margin:0 -1.5% }
	
		
	.cols-2 .column-1,
	.cols-2 .column-2 {
		width:47%;
		position:relative;
		margin:0 1.5%;
		float:left }	
	
	.cols-3 .column-1,
	.cols-3 .column-2,
	.cols-3 .column-3 {
		position:relative;
		width:30.33%;
		margin:0 1.5%;
		float:left }	
		
	.cols-4 .column-1,
	.cols-4 .column-2,
	.cols-4 .column-3,
	.cols-4 .column-4 {
		position:relative;
		width:22%;
		margin:0 1.5%;
		float:left }	

.leading,
.items-row	{
	padding-bottom:1.2em !important;
	border-bottom:1px solid #eee !important;
	margin-bottom:1.5em !important;}
	.items-row:last-child {
		padding-bottom:1em !important;
		border-bottom:none !important;
		margin-bottom:0 !important;}
		
			
/* Page Heading 
that you may enable through the menu item */	
h1.page_heading {
	color:#333;}
			
			
/* Category Blog / Featured Blog */
.blog-featured,
.blog { }

	.blog-featured .items-leading,
	.blog .items-leading {
		margin-top:0; }
	
		.blog-featured .items-leading .leading,
		.blog .items-leading .leading {
			position:relative;
			border-bottom:1px dotted #ccc;
			padding-bottom:.5em;
			margin-bottom:1.5em }
			
			.blog-featured .items-leading .leading:last-child,
			.blog .items-leading .leading:last-child {
				border-bottom:none;
				margin-bottom:0}
	
		.blog-featured .items-leading h2,
		.blog .items-leading h2 {
			font-size:1.75em;
			margin-bottom:6px;
			position:relative;}
			
			.blog-featured .cols-2 h2,
			.blog .cols-2 h2 {
				line-height:1.5em;
				font-size:1.4em;}
				
				.blog-featured .cols-3 h2,
				.blog .cols-3 h2 {
					font-size:1.35em;}
			
			
			
		.blog-featured img, 
		.blog img{
			float:left;
			margin:5px 10px 10px 0} 
			
			

/* Category List */
.category-list { }

	.category-list .display-limit {
		float:right;
		margin-bottom:12px;}
	

	.category-list .cat-items {
		margin-bottom:30px} 
		
	.category-list .cat-children {
		overflow:hidden}
		
		.category-list .cat-children h3 {
			margin-bottom:8px;
			padding-bottom:3px;
			border-bottom:1px dotted rgba(255,255,255,.3);}
			
			.category-list .cat-children ul {
			list-style-type:none;
			padding:0;
			margin:0;}
			
			.category-list .cat-children ul li span.item-title {
				font-size:1.4em;
				display:block;
				margin-bottom:3px;}
			
			.category-list .cat-children .category-desc img {
				float:left;
				padding:5px;
				background:rgba(255,255,255,.05);
				border:1px solid rgba(255,255,255,.08); 
				margin:7px 15px 15px 0;} 



/* This is used by Joomla Core to output a table format
on pages like the category list etc */
/* This is used by Joomla Core to output a table format */
.cat-items table.category { 
	clear:both;
	width: 100%;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0;
	text-shadow: 0 1px 0 #fff;
	background: #eee;
	border:1px solid #cdcdcd;
	border-bottom:none;
	box-shadow:0px 0px 10px #ccc;}
	
	.cat-items table.category td {
	  padding: 5px 10px;
	  border-bottom: 1px solid #cdcdcd;

	   box-shadow: 0 1px 0 #fff;}

	  .cat-items table.category  tr {
		transition:all .5s ease;}
		
		.cat-items table.category tr.cat-list-row1 {
			background:#E3E3E3}

		.cat-items  table.category tr:hover {
			  background:#fff}
	
	.cat-items table.category thead th {
		font-size:1.5em;
		text-align:left;
		padding:7px 10px;
		font-weight:normal;
		background:#292929;
		color:#fff;
		text-shadow:1px 1px 1px #000;
	}
		.cat-items table.category thead th a {
			color:#fff!important}


				
			
/* Archived Articles */
div.archive ul#archive-items {
	list-style-type:none;
	margin:0 0 15px;
	padding:0}
	


/* list of All Categories */
div.categories-list {
	overflow:hidden;}
	
	div.categories-list ul { 
		list-style-type:none;
		margin:0 0 15px;
		padding:0;}
		
		div.categories-list ul span.item-title {
			font-size:1.4em;
			display:block;
			margin-bottom:3px;}
			
			div.categories-list ul li {}
		
		div.categories-list ul .category-desc img {
			float:left;
			margin:5px 10px 10px 0} 
			
		div.categories-list  dl.article-count {
			margin-bottom:3em; }
		
			div.categories-list  dl.article-count dt {
				display:inline; }
			
			div.categories-list  dl.article-count dd {
				display:inline; margin-left:2px;}
				
		 

/* Article Page */
.item-page {
	position:relative; 
	}
	
	.item a{
	text-decoration:underline;}

	.item-page h2 {
		line-height:1.35em;
		font-size:2.5em;}


	.item-page img {
		float:none;
		margin:5px 10px 10px 0;}




/* Buttonheading 
is used to render the CSS for the icons like print, email */
ul.actions {
	float:right;
	margin:0;
	padding:0;
	
	list-style-type:none;}
	ul.actions li {
		float:left;
		padding:0;}
		ul.actions li img {
			background:none;
			padding:0;
			border:none;
			margin:0 0 0 4px;	
			transition:all .4s ease-out;}
			ul.actions li a:hover img {}
			
			
		
		
/* The code below is used to render the published date, 
last updated date and the author name on each category,
section or article */	
dl.article-info {
		overflow: hidden;
		margin-top:.2em;
		margin-bottom:1em;}
	
	dl.article-info dt.article-info-term {
		display:none}
	
	dl.article-info dd {
		float:left;
		font-family:Verdana, Geneva, sans-serif;
		color:#999;
		font-size:.9em;
		margin-left:0;
		padding:0;
		font-style:italic;
		margin-right:1.75em;}
		
		
			
	

/*  -- Voting -- 
Now in Joomla 1.6 the voting system is built into the core*/
span.content_rating {
	color:#666;
	margin-bottom:-18px;
	display:block;}
	
	span.content_rating img {
		padding:0;
		float:none;
		background:none;
		border:none;
		margin:0 0 -3px 2px } 
	
div.content_vote {
	padding-bottom:10px;
	color:#666;
	display:block;}
	
	div.content_vote input {
		margin-bottom:-2px}
	
	div.content_vote input.button {
		margin-bottom:0;
		margin-left:10px;}	
	

/* -- Pagenav -- 
used below each article to navigate from one artcile to another */
ul.pagenav {
	display:block;
	list-style-type:none;
	padding:4px 0 0;
	margin:10px 0 0;
	border-top:1px solid #eee;}	 
	ul.pagenav li {
		display:inline}
		
	ul.pagenav li.pagenav-prev {
		float:left;
		margin-bottom:5px}
	
	ul.pagenav li.pagenav-next {
		float:right;
		margin-bottom:5px} 
			


/* Items More */
div.items-more {
	clear:both;
	position:relative;
	overflow:hidden;
	border-top:1px solid #eee;
	padding-top:15px}




/* Readmore
The readmore code is used to make readmore links for each article
on the Section and Category view
Check forms.css to change the styles */
p.readmore {
	clear:both;
	margin-bottom:1em}
		
	p.readmore a {
	display: inline-block;
	padding: 2px 10px;
	background: #eee;
	color: #222;
	text-decoration: none;
	border: 1px solid #eee;
	transition: all .3s ease-out;
	font-family: 'SF UI Display';
	font-size: 13px;
	background-position: 95% 35%;}
		
		p.readmore a:hover {
			padding-right:30px;
			background:#eee url(../images/readmore.png) no-repeat 95% 35% ;}
				
		p.readmore a:focus {
}	
	

/* Pagination makes a unested list of links on the end of each 
cateogry/section but it may be used by other extensions as well
for the same reason, so be careful as this other extensions 
may use their own code to display the pagination */
div.pagination {
	position:relative;
	overflow:hidden;
	padding-top:15px}

div.pagination ul {	
	clear:both;	
	list-style-type:none; 
	margin:0 auto .75em; 
	padding:0;
	text-align:center;}	
	
	div.pagination ul li {
		display:inline;}
		 
		  div.pagination ul li span.pagenav,
		  div.pagination ul li a.pagenav {
			  display:inline-block;
			  margin:0 3px;
			  background:#fff;
			  color:#555;
			  border-radius:3px;
			  padding:1px 8px 2px;
			  border:1px solid #ccc; }
			  
			  
		 div.pagination ul li a.pagenav {
			background:#eee;
			text-shadow:none;
			color:#555;
			border-color:#ccc}
			
			 div.pagination ul li a.pagenav:hover {
				 background:#222;
				 border-color:#222;
				 color:#fff;
				 text-decoration:none;}
		 
	div.pagination p.counter { 
		margin:0 auto 10px; 
		text-align:center; 
		color:#666} 




/* Sliders and Tabs 
are used by Joomla to output the content throught tabs or sliders
for examplet this is used on the contact us page but also it may
be used by other external components to output their content.  */
/* Sliders */
.pane-sliders {
	border: 1px solid #cdcdcd;
	border-bottom:none;}

	.pane-sliders div.pane1 { }
	
	.pane-sliders div.panel:last-child  {
		border-bottom: 1px solid #cdcdcd;}
	
	.pane-sliders div.panel h3.pane-toggler,
	.pane-sliders div.panel h3.pane-toggler-down {
		background:#eee;
		border-bottom: 1px solid #cdcdcd;
		box-shadow: 0 1px 0 #fff;
		margin-top:1px;
		font-size:1.3em;}
		.pane-sliders div.panel h3.pane-toggler a,
		.pane-sliders div.panel h3.pane-toggler-down a { 
			display:block;
			color:#666;
			text-shadow:1px 1px 1px #fff; 
			padding:4px 10px;
			text-decoration:none;}
			.pane-sliders div.panel h3.pane-toggler a:hover,
			.pane-sliders div.panel h3.pane-toggler-down a:hover,
			.pane-sliders div.panel h3.pane-toggler-down a {
				color:#111} 
				
	
		.pane-sliders div.panel h3.pane-toggler-down {
			border-bottom:none;
			background:#eee;}
			

	.pane-sliders div.panel div.pane-down {
		padding:20px 10px!important;}


/* Tabs */
dl.tabs {
	float: left;
	margin: 0;
	z-index: 50;
	clear:both;
	width:100%;
	border-bottom: 1px solid #cdcdcd;}

	dl.tabs dt {
		padding:0;
		float: left;
		border-left: 1px solid #cdcdcd;
		border-right: 1px solid #cdcdcd;
		border-top: 1px solid #cdcdcd;
		margin-right: 5px;
		font-size:.8em;
		background: #eee; }
		dl.tabs dt a {
			color:#666;
			display:block;
			float:left;
			padding: 4px 10px 3px;
			text-decoration:none;
			text-shadow:1px 1px 1px #fff; }
			dl.tabs dt a:hover,
			dl.tabs dt.open a {
				color:#111;}
		
		dl.tabs dt.open {
			background: #fff;
			margin-bottom:-1px;
			padding-bottom:1px;
			border-bottom-color:#fff;
			z-index: 100;}


		div.current {
			clear: both;
			border: 1px solid #cdcdcd;
			border-top:none;
			padding: 15px 10px;
			max-width: 500px;}

		div.current dd {
			padding: 0;
			margin: 0;}
			




/* Contact Us
Some fixes use on the com_contact component */
div.contact { }

	div.contact h2 {
		margin-bottom:7px; }
		
		
div.contact-form { }

	div.contact-form  p.form-required { font-weight:bold; }
	
	div.contact-form div.contact-email div {
		padding:0 0 14px}
		
		div.contact-form label {
			width:10px;
			text-align:right;
			padding-right:10px}
			
				div.contact-form label#jform_contact_email_copy-lbl {
					padding-left:14px}
					
	
	div.contact-form dt {
		float:left;
		clear:both;}
		
		div.contact-form dt, 
		div.contact-form dd {
			padding-top:.5em;
			padding-bottom:.5em}
	
	div.contact-form button {
		margin-top:25px}
	
		
	div.contact img { float:left; margin:0 10px 10px 0}
	
	div.contact div.contact-image img {float:right; margin:0 0 10px 10px}
	
	
	

/* com_users
used on the Registration, Proflie or login pages  */
div.registration,
div.login,
div.profile-edit,
div.edit,
div.profile { }

	div.registration dt,
	div.login dt,
	div.profile-edit dt,
	div.edit dt,
	div.profile dt,
	div.registration dd,
	div.login dd,
	div.profile-edit dd,
	div.edit dd,
	div.profile dd  {
		display:inline-block;
		float:left }

	div.registration dt,
	div.login dt,
	div.profile-edit dt,
	div.edit dt,
	div.profile dt  {
		clear:both;
		width:160px;
		text-align:right;
		margin-bottom:1.5em;}
		
		div.registration dt label,
		div.login dt label,
		div.profile-edit dt label,
		div.edit dt label  {
			width:auto;}
		
		div.registration dt span.spacer { text-align:left; display:block; color:#999}

		div.profile-edit span.optional { font-size:.9em; color:#999; font-weight:normal; }
		
		
		

	div.edit { }
	
		div.edit #editor-xtd-buttons { padding:0}
		
		div.edit .button2-left { margin:15px 10px 0 0}


	div.edit .form-note {
		background:rgba(0,0,0,.3);
		clear:both;
		display:block;
		margin:20px -1.4em -41px;
		padding:10px}
		div.edit .form-note p {
			margin-bottom:0}
			
	div.edit img {
		float: right;
		margin: 3px 0 0 5px;}





/* category module */
ul.category-module {
	padding:0;
	margin:0;
	list-style-type:none}
	
	ul.category-module li {
		padding:0}
	
		ul.category-module li h4 {
			font-size:1.2em;}
		
		ul.category-module li span.mod-articles-category-date,
		ul.category-module li span.mod-articles-category-writtenby { 
			color:#999; 
			font-family:Arial, Helvetica, sans-serif; }
			
		ul.category-module li span.mod-articles-category-writtenby  {
			padding-right:18px;}	




/* com newsfeeds */
div.newsfeed {}

	div.newsfeed {}


	div.newsfeed div.feed-items {
		margin-top:30px}
		
		div.newsfeed div.feed-items img {
			float:left;
			margin:5px 10px 10px 0}
	
/* mod feed */
div.feed {}
	
	div.feed ul {
		list-style-type:none;
		padding:0;
		margin:0}
		
		div.feed ul li h4.feed-link {
			font-size:1.3em;
			padding-bottom:5px}

 
/* mod_latestnews and mod_mostread */
ul.latestnews,
ul.mostreadmod { margin:.5em 0 0; padding-right:0; padding-left:1.5em; }

ul.latestnews li,
ul.mostreadmod  li { color:#999; margin-bottom:.7em}


/* mod_login */
form#login-form {
	padding-top:.75em;
	margin-top:0;}
	
	form#login-form div.pretext {
		margin-bottom:5px}
	form#login-form div.posttext {
		margin-top:10px}
	
	form#login-form fieldset {
		border:none;
		padding:0;
		margin:0 0 12px}
	
		form#login-form fieldset label {
			display:none;}
	
		form#login-form fieldset p {
			margin-bottom:1em;}

		form#login-form p .inputbox {
			width:90%;}
		
			form#login-form p .inputbox:hover,
			form#login-form p .inputbox:focus {;} 
			
			
	
		form#login-form input.button {}	 
	
	form#login-form p#form-login-remember {
		padding:.25em .25em 0 0;
		float:right;}
		form#login-form p#form-login-remember label {
			display:inline;}
		form#login-form p#form-login-remember .inputbox {
			width:auto}		
		
	form#login-form ul {
		clear:both;
		padding:0 0 0 .5em;
		list-style-type:none;
		margin:0}
		form#login-form ul li {
			padding:.1em 0}
		
		
	form#login-form p {
	margin:0 0 15px; }

	form#login-form button{ 
		margin: 0 0 0 10px}
		
	form#login-form p.form-login-register a {
		font-size:1.3em;
		display:block;
		background:#eee;
		border:1px solid #DEDEDE;
		box-shadow:inset -1px -1px 0 #fff, inset 1px 1px 0 #fff;
		text-align:center;
		margin:20px 12px 25px;
		color:#777!important;
		text-shadow:1px 1px 1px #fff;
		padding:5px 0;}	
		
		form#login-form p.form-login-register a:hover {
			color:#333!important;}
	
		
			
/* mod_search
---------------*/
#search {
	float:right;
	margin:10px 150px 0 0;
	padding:0;
	position:relative;
	left:0px;
}
	
	#search label { display:none;}
	
#search .inputbox {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #999999;
	float: left;
	margin-top: 5px;
	padding: 5px 8px;
	border-radius: 5px;
 border:1px solid #a1a1a1;
 box-shadow: inset 1px 1px 1px #aaaaa8;
	 font-family: "SF UI Display"
}
		
		#search .inputbox:hover {
			border-color:#A6A6A6;} 
		
		#search .inputbox:focus {
			color:#666}
	
	
	#search select#category_id  {
		padding:4px 4px 4px 5px}

#search .button {
	background: url("../images/butt.png") no-repeat scroll 0 0 transparent;
	height: 32px;
	margin-top: 0px;
	float:left;
	box-shadow: none;
		border: none;
}
		
		#search .button:hover {
			 }

			  
	
	
	
/* com_search
---------------*/
form#searchForm {}

	form#searchForm div.searchintro {
		padding:.4em 1em;
		border:1px solid #fff;
		margin-bottom: 1.5em;
		color:rgba(255,255,255,.5);
		background:#131304;
		border:1px solid #33330D;
		box-shadow: 0 0 10px rgba(0,0,0,.75);}
		form#searchForm div.searchintro p {
			margin:0}
	
		
	form#searchForm .ordering-box {
		padding-top:15px}

	form#searchForm label {
		width:auto; padding-right:10px;}
		
	form#searchForm .form-limit { float:left; padding-top:20px}
	
	form#searchForm .counter { float:right; padding-top:25px}
	
		
	dl.search-results {
		clear:both;}
		
	dl.search-results .result-title { padding-top:25px; font-size:1.3em;}
	
	dl.search-results dd { margin-left:0}
		

	
	
/* mod_breadcrumbs
used to make the default joomla breadcrumbs so that your users may easily 
find their way to the site structure. Reccomended for site with lots of 
content and menu items.
----------------------*/	
.breadcrumbs {
	font-family: 'SF UI Display';
	clear:both;
	position:relative;
	overflow:hidden;
	margin:-8px 0 8px 0;}

	.breadcrumbs ol {
		list-style-type:none;
		float:left;
		font-size:1.1em;
		color:#222;
		width:100%;
		margin:0;	
		padding:2px 0;}
		.breadcrumbs ol li { 
			float:left;
			background:url(../images/breadcrumbs_arrow.png) no-repeat 96% 48%;
			padding:0 34px 0 0}
			.breadcrumbs ol li a {
				display:block;
				margin:0;
				color:#222;}
				.breadcrumbs ol li a:hover {}

		.breadcrumbs ol li.lastitem {
			background:none;
			padding:0}


		.breadcrumbs ol li:first-child a {
			background:url(../images/breadcrumbs_home.png) no-repeat center right;
			height:18px;
			width:18px;
			margin-top:-2px;
			opacity:.7;
			margin-left:0;
			text-indent:-9999em;
			transition:all .4s ease-out;}
			.breadcrumbs ol li:first-child a:hover {
				opacity:1;}


/* -- Lnnguage Switcher --
Now in Joomla 1.6 we have by default the language switcher option
and we use the code below to docorate the module */
#language {
	float:right;
	padding:5px 4px 0 14px;}
	
	#language ul {
		padding:0;
		margin:0;
		list-style-type:none;}
		#language ul li {
			display:inline;
			padding:0 0 0 4px;
			margin:0;}	
			
			#language ul li a {
				opacity:.4;
				transition: all .3s ease-out;}	
			
			#language ul li a:hover {
				opacity:1;
				transform:translate(0, -1px) scale(1.2);}	

	
				#language ul li img {
					margin:0;
					float:none}
					
					#language ul li.lang-active a {
						opacity:1}

			
/* ToolTips 
the default Joomla tooltips CSS code. You may find this on the registration page,
login etc but also it may be used by other external Component/Modules */
.tip-wrap {
	width:auto!important;
	z-index:9999}
	
.tip {
	padding:.4em .8em .8em;
	border:1px solid rgba(255,255,255,.7);
	margin-bottom: 2em;
	font-weight:normal;
	color: #555;
	border-radius:5px;

	box-shadow: 0 0 12px rgba(0,0,0,.5);
	background-attachment: fixed;
}

.tip:hover {

	background-attachment: fixed;
}

	.tip .tip-title {
		font-weight:normal;
		text-shadow:1px 1px 1px rgba(255,255,255,1);
		padding-bottom:6px;
		font-size:1.4em}
 
 




/* System Messages 
This is used by Joomla to output errors, notices or other messages
but also it may be used by other external Component/Modules.
Also note that the decoration for this CSS is as well on this file
media/system/css/system.css
be careuful when editing this code
----------------------*/
dl#system-message {}
	
	
	dl#system-message dd {}
		
		
	dt.error,
	dd.error {}

	#system-message dd ul {
		background-position:4px 45%;
		margin-right:0}
		
		#system-message dd.warning ul,
		#system-message dd.error ul {}
		
	dt.notice,
	dd.notice {}
		



/* Menus
------------------------------
List of CSS codes that can not be categorized above but they may
be need by Joomla to operate normally. This codes may be used 
rarely but we reccomend to keep them and to be careful when you
try to change them
---------------------------------------------------------------- */

/* MainMenu 
Only the wrapper part is here the rest of the codes that
generates the mainmenu can be found on 
templates/this_template/html/mod_iceemegamenu/css/default_icemegamenu.css  
---------------*/
#nav-wrapper {
	background: #11111133 no-repeat;
	clear:both;
	width:1040px;
	margin:0 auto 30px;
	margin-top:217px;
	height:54px;}


		
/* TopMenu 
---------------*/
#topmenu {
	float:left;
	margin:4px 17px 0;
	}
	
	#topmenu ul.menu { 
		margin:0;
		padding:0;
		}
		#topmenu ul.menu li {
			display:inline;
			float:left;
			padding:0 1.1em 0 0;
			border-right:1px dotted #555;
			margin:0 0 0 1.1em;
			list-style-type:none;
			}
			#topmenu ul.menu li a {
				color:#ccc;
				text-decoration:none;}
				#topmenu ul.menu li.active a,
				#topmenu ul.menu li a:hover {
					text-decoration:none;
					color:#fff;}
			
			#topmenu ul.menu li a img {
				float:none;
				margin:0px 8px -4px 0}
				
			#topmenu ul.menu li:last-child {
				border:none;
				padding-right:0;}
			


/* FooterMenus
---------------*/
#footer ul.menu {
	padding-left:1.25em;
	margin-bottom:.5em}
	
	#footer ul.menu li {
		padding:.25em 0}
		
		#footer ul.menu li a {
			color:#666;
			display:block;
			text-decoration:none;}
			#footer ul.menu li a:hover,
			#footer ul.menu li.current a {
				color:#000;}
		
		
		/* Footer menu with suffix  "footer-connect" used
		on the last menu with the social icons */
		#footer ul#connect {
			padding-left:.5em;
			list-style-type:none;}
			#footer ul#connect li {
				padding-top:7px;
				padding-bottom:7px;}
				#footer ul#connect li a {}
			
				#footer ul#connect li img {
					margin:0 9px -3px 0;
					opacity:.3; 
					transition:opacity .4s ease-out;}
					
					#footer ul#connect li a:hover img {
						opacity:1;}



	
/* Columns Menus
used to display the current menu that is 
also on the dropdown 
-----------------------------------------*/
.col-module-content ul.menu,
.col-module-content ul.menu ul { 
	margin:0;
	padding:0 0 1px;}
	.col-module-content ul.menu li {
		padding:0;
		margin:0;
		list-style-type:none;}
		.col-module-content ul.menu li a {
			color:#666;
			border-bottom:1px dotted #ccc;
			display:block;
			font-family: calibri;
			font-size:1.1em;
			position:relative;
			background:url(../images/menu_point.png) no-repeat center left;
			padding:.35em 10px .35em 17px;}
			.col-module-content ul.menu li a:hover,
			.col-module-content ul.menu li.current a {
				text-decoration:none;
				background-image:url(../images/menu_point_hover.png);
				color:#222;}
				
				.col-module-content ul.menu li.current {
					background:url(../images/menu_current.png) no-repeat center right;
					margin-right:-24px;
					padding-right:24px;}
				
			
		

		.col-module-content ul.menu li.deeper {
			background:none;}
			.col-module-content ul.menu li.deeper span.separator {
				font-size:1.3em;
				color:#555;
				padding:.4em .5em .4em;
				display:block;
				background:#eee;
				margin-top:10px;
				text-shadow:1px 1px 1px #fff}
		
		
		
		.col-module-content ul.menu li li:last-child {
			border:none;}
		
		
		
		
/* Copyright Menu 
---------------*/
#copyrightmenu {
	padding:0;
	float:right}
	
#copyrightmenu ul.menu { 
	margin:15px 40px 0 0;
	padding:0;}
	#copyrightmenu ul.menu li {
		display:inline;
		float:left;
		padding:0 2em 0 0;
		margin:0;
		list-style-type:none;}
		#copyrightmenu ul.menu li a {
			color:#777;}
			#copyrightmenu ul.menu li a:hover {
				color:#000;
				text-decoration:none;}
		
		#copyrightmenu ul.menu li a img {
			float:none;
			margin:0px 8px -4px 0}
			
		#copyrightmenu ul.menu li:last-child {
			border:none;
			padding-right:0;}			


/***********************************************************************/

.social-btn {
	text-align: center; 
	padding-top:20px;
	padding-right: 615px;
	text-decoration:none;
	
}

.social-btn  a{
	text-decoration:none;
}

.social-btn a {
	margin: 0 5px;
	text-decoration:none;
}



.contacts {

	padding-top:20px;
	margin-left:340px;
	color: #333;
	font-size: 12pt;
	font-family: 'SF UI Display';
	font-weight: bold;
	text-decoration:none;
}

.contacts img {
	margin-right: 6px;
}

.contacts span {
	margin-right: 66px;
}

.post {
	text-align: right;
	padding-top: 110px;
	padding-right: 25px;
	color: #000;
	font-size: 10pt;
	font-family: DINPro-Medium, 'Trebuchet MS', geneva, Helvetica, sans-serif;
}

.post a {
	margin-left: 10px;
}

.post img{
	margin-right: 0px;
	 float:right;
	 margin: 8px 0 0 10px;
}

.copyright p {
	text-align: center;
	color: #333;
	font-family: 'SF UI Display';
	font-weight: bold;
	font-size: 14px;
}

.copyright a {
	color: #222;
}


a.dot {text-decoration: none; }
a.dot:hover {border-bottom: 0px dashed #000000;}

.iceTip {
	display: block;
	width: 120px;
	height: 120px;
}

.prod_qty .quantity-minus, .prod_qty .quantity-plus{
display:inline-block;
height:20px; 
width:23px;
text-align:center;
line-height:20px;
background:url(/templates/automotive/images/qty.png) 0 0 no-repeat;
border:medium none;
cursor:pointer;
}

.quantity-minus, .quantity-plus{
display:inline-block;
height:20px; 
width:23px;
text-align:center;
line-height:20px;
background:url(/templates/automotive/images/qty.png) 0 0 no-repeat;
border:medium none;
cursor:pointer;
}

.users {
	padding-top: 20px;
	margin-left: 25px;
	margin-bottom: 24px;
	color: #333;
	font-size: 12pt;
	font-family: 'SF UI Display';
	font-weight: bold;
	text-decoration:none;
}

.users img {
	margin-right: 1px;
}

.users span {
	margin-right: 1px;
}

#shadow { position: fixed; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.82); z-index: 99999; display: none; }
#form-message { position: fixed; background-color: #fff; padding: 15px 15px 5px 15px; top: 50%; left: 50%; display: none; z-index: 99999; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: 7px 10px 18px #000; -moz-box-shadow: 7px 10px 18px #000; box-shadow: 7px 10px 18px #000; }
#form-message a.closebtn { position: absolute; display: block; text-decoration: none; cursor: pointer; color: #fff; border: 1px solid #fff; width: 20px; height: 20px; line-height: 20px; top: -10px; right: -10px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; text-align: center; background-color: #000; z-index: 9999999; }
#form-message p { font-size: 20px; font-family: "SF UI Display", Calibri, Arial; font-weight: bold; color: #000; text-shadow: 2px 2px 3px #FFF; text-align: center; }
