/* -------------------------------------------------------------
	© IceTheme 2013
---------------------------------------------------------------- */


/* Bootstrap Reset
---------------------------------------------------------------- */
body {
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height:24px}
	
p.ice-headline,	
h1, h2, h3, h4, h5, h6 {
	font-family:"Nobile", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#555}	

a:link { color:#235631}
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 {
	background:#C8AA19; /*ic C1C619*/
	border:none;
	color:#fff !important;
	border-radius:0;
	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 .button:hover {
		text-decoration:none;
		color:#fff;
		background-color:#959813;}
		
		
				
		

.tooltip {
	font-size:15px;}
	
	.tooltip-inner {
		background:#A65709}
		
	.tooltip.bottom .tooltip-arrow {
		border-bottom-color:#A65709}
		
			
			
			
	
/* Embed Fonts 
------------------------------------------------------------- */
@font-face {
    font-family: 'JournalRegular';
    src: url('fonts/journal-webfont.eot');
    src: url('fonts/journal-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/journal-webfont.woff') format('woff'),
         url('fonts/journal-webfont.ttf') format('truetype'),
         url('fonts/journal-webfont.svg#JournalRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* typography 
------------------------------------------------------------- */

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: 40px 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 {
	background-color:#3E930F;
	color:#fff;
	color:rgba(255,255,255,.7);
	font-size:12px}
	
	
	/* Top Menu */
	#topmenu {
		float:right;
		margin:12px 0 0 25px;}
		
		#topmenu .menu {}
		
			#topmenu .menu li {
				float:left;
				margin:0 10px;}
			
				#topmenu .menu li a {
					color:#FFF;}
					
					#topmenu .menu li a:focus,
					#topmenu .menu li a:hover {
						background:none;
						text-decoration:underline;
						color:#FFF;}
		
		
	/* Social Icons */
	#social_icons {}
	
		#social_icons h3{
			font-family:"JournalRegular", Arial, Helvetica, sans-serif;
			font-size:32px;
			color:#fff;}

		#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 {
					background-image:url(../images/social_icons.png);
					background-repeat:no-repeat;
					background-position:center;
					width:38px;
					height:38px;
					margin-right:2px;
					opacity:1;
					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:hover {
						transform:rotate(359deg);
						-moz-transform:rotate(359deg);
						-ms-transform:rotate(359deg);
						-o-transform: rotate(359deg);
						-webkit-transform:rotate(359deg);}
					
						
						#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:-37px 0; }
							
							#social_icons ul li.social_youtube a {
							background-position:-76px 0; }

							#social_icons ul li.social_google a {
							background-position:-113px 0; }
							
							#social_icons ul li.social_linkedin a {
							background-position:-151px 0; }
														
							#social_icons ul li.social_rss_feed a {
							background-position:-190px 0; }
							
							
					#social_icons .tooltip.in { opacity:1}	




/* Header
------------------------------------------------------------- */
#header {
	height:70px;
	background-repeat:repeat-x;
	background-color:#7AB317;
	background-image:url(../images/header_shadow.png);
	background-position:bottom}	
	
	#header.header_fixed {
		position:fixed;
		opacity:0.85;
		width:100%;
		height:50px;
		z-index:888;
		background-image:none;
		-webkit-transition:opacity .4s ease-out;
		-moz-transition:opacity .4s ease-out;
		-o-transition:opacity .4s ease-out; 
		transition:opacity .4s ease-out;}
		
		#header.header_fixed .icemegamenu > ul > li.active > a.iceMenuTitle span.icemega_title:after {
			display:none;}
			
		#header.header_fixed .icemegamenu > ul > li a.iceMenuTitle > span.icemega_title {
			padding-top:15px;
			padding-bottom:15px;}
			
		#header.header_fixed ul.icesubMenu { top:70px;}
			#header.header_fixed #icemegamenu > li:hover > ul.icesubMenu  { top:50px;}
		
		#header.header_fixed ul.icesubMenu.sub_level_2,
		#header.header_fixed ul.icesubMenu.sub_level_3,
		#header.header_fixed ul.icesubMenu.sub_level_4
		 { top:0;}
			
		#header.header_fixed #logo {
			margin-top:0;
			margin-bottom:0;}
			
		#header.header_fixed:hover {
			opacity:1}
		
	#logo {
		margin:10px 0;
		float:left;}
		
		#logo p {
			margin:0}
		
		/* IceMegamenu */
		#header .icemegamenu {
			float:right;
			position:relative;}
	

/* Content
------------------------------------------------------------- */
#content {
	clear:both;
	padding-top:10px;
	margin-bottom:60px;
	background-image:url(../images/background_effect.png);
	background-repeat:repeat-x;
	background-position:top}
		
	#content #middlecol { 
		float:left;
		position:relative;}
		
		section#content #middlecol .inside {
			min-height: 400px;}
	
	

	/* Sidebar */
	#sidebar {
		float:right;
		position:relative;
		min-height: 500px}
		
		/* Search Mod + Social  */
		#sidebar .sidebar_top {
			background-color:#D4A134;
			padding:10px;
			margin-bottom:30px;}
			
			#sidebar .sidebar_top_inner {
				border-width:1px;
				border-style:solid;
				border-color:#D8AB49;
				background-color:#C7871A;
				text-align:center;}
					
				#social_icons {
					margin:0 0 20px;}
		
/* Promo 
------------------------------------------------------------- */
#promo {}
	
/* Banner */
#banner {
	text-align:center;
	margin:0 0 30px;}
	
	#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;}
				
				#banner .banneritem a img { max-width:100%;}

/* Footer
------------------------------------------------------------- */
#footer {
	clear: both;
	position:relative;
	padding:0}
	
	#footer .contact_box .moduletable {
		margin:0 20px;}
		
	#footer .contact_box .moduletable h3.mod-title {
		text-align:center;
		border-bottom:1px;
		border-bottom-style:dashed;
		border-bottom-color:#AFC18D;
		padding-bottom:10px;
		color:#667350;}
	
	#footer .contact_box {
		background-color:#EDF2E1;
		color:#73786c;
		margin:45px 0;
		min-height:300px;
		border:1px solid;
		border-color:#d8dbd0}
	
		#footer .contact_box ul {margin:0; padding:0; list-style:none;}
		
			#footer .contact_box ul li {
				padding:15px 0 12px 55px;
				line-height: 24px;
				margin-bottom:10px;
				vertical-align:center;
				background-repeat:no-repeat;
				background-position:center left;}
				
				li.address {background:url(../images/addresess.png)}
				li.phone {background:url(../images/phone.png)}
				li.email {background:url(../images/email.png)}


		
		
/* Footer Menu */
#footer_menu { 
	margin:70px 0 45px;}

	#footer_menu .footer_menu .footermenu_module {
		display:block;
		background-color:#DDECC5;
		background-image:url(../images/right_arrow_footer.png);
		background-repeat:no-repeat;
		background-position:top right;
		height:40px;
		margin:0 0 30px}
		
		#footer_menu .footer_menu:last-child .footermenu_module {
			margin-bottom:0}
		
		#footer_menu .footer_menu .footermenu_module:before {
			content:"";
			display:block;
			background-color:#79B317;
			width:2000px;
			margin-left:-2000px;
			height:40px;
			position:absolute;}
			
			#footer_menu .footer_menu .footermenu_module .footermenu_title {
				background-color:#79B317;
				position:relative;
				padding:1px 10px;
				margin-right:15px;
				float:left;}
				
				#footer_menu .footer_menu .footermenu_module .footermenu_title:after {
					display:block;
					content:"";
					width:15px;
					background-image:url(../images/arrow_menu_title.png);
					background-repeat:no-repeat;
					background-position: top right;
					height:40px;
					position:absolute;
					right:-15px;
					top:0;}

				#footer_menu .footer_menu .footermenu_module .footermenu_title h3.mod-title {
					font-size:14px;
					text-shadow: 1px 1px 1px rgba(0,0,0,.3);
					line-height:18px;
					color:#FFF;}
					
			#footer_menu .footer_menu .footermenu_module .footermenu_content {
				margin-left:30px;
				padding:0}
				
				#footer_menu .footer_menu .footermenu_module .footermenu_content ul.nav {
					overflow:hidden}
					
					#footer_menu .footer_menu .footermenu_module .footermenu_content ul.nav li {
						float:left;}
						
						#footer_menu .footer_menu .footermenu_module .footermenu_content ul.nav li a {
							font-size:13px;
							line-height:40px;
							height:40px;
							padding:0 5px;
							float:left;
							color:#7d8c62;}
							
							#footer_menu .footer_menu .footermenu_module .footermenu_content ul.nav li a:hover,
							#footer_menu .footer_menu .footermenu_module .footermenu_content ul.nav li a:focus {
								background:none;
								text-decoration:underline;}
		
						
	/* Different style after every normal style  */
	#footer_menu .footer_menu:nth-child(even) .footermenu_module {
		background-color:#F1E1C5;
		background-image:url(../images/right_arrow_footer.png);
		background-repeat:no-repeat;
		background-position:top right;}
		
		#footer_menu .footer_menu:nth-child(even) .footermenu_module .footermenu_content ul.nav li a{
			color:#8c7d62;}
	
				#footer_menu .footer_menu:nth-child(even) .footermenu_module .footermenu_title{
					background-color:#C98819}
					
					#footer_menu .footer_menu:nth-child(even) .footermenu_module:before {
						background-color:#C98819}
					
						#footer_menu .footer_menu:nth-child(even) .footermenu_module .footermenu_title:after {
							background-image:url(../images/arrow_menu_title.png);
							background-repeat:no-repeat;
							background-position:bottom right;}
		
	
	
	
	
	
/* Copyright */
#copyright_area {
	position:relative;
	font-size: 13px;
	text-align:center;
	padding:30px 0 10px;
	background-color:#EDF2E1;
	border-top-width:1px;
	border-top-style:dashed;
	border-top-color:#b8bd9c;}
	
	/* Copyright Text */
	#copyright_area p#copyright {
		float:left;
		color:#939987;
		padding: 0 5px 0 0;}
		
	
	/* Copyright Nav */	
	#copyrightmenu {
		float:left}
		
		#copyrightmenu ul {
			list-style-type:none;
			margin:0;
			display:inline;
			padding: 7px 0 0;}
			
			#copyrightmenu ul li {
				display:inline;}
				
				#copyrightmenu ul li a {
					color:#939987;
					display:inline;
					padding-left:20px;}
					#copyrightmenu ul li a:hover {
						background:none;
						color:#222;
						text-decoration:none}
		
.footer_fb {
	float:right;}

/* Go to Top link */
.scrollup {
	width: 45px;
	height: 45px;
	text-indent: -9999px;
	border-radius:50%;
	position: fixed;
	bottom:25px;
	z-index:9;
	opacity:.4;
	right:20px;
	display: none;
	background-color:#9EA88D;
	background-image:url(../images/icon_top.png);
	background-repeat:no-repeat;
	background-position: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 {
			opacity:.8}
		
		
p#icelogo { margin-bottom:0; float:left;}
				
	p#icelogo a {
		width:110px;
		display:block;
		margin:-10px 0 0;
		height:60px;
		opacity:.6;
		-webkit-transition:all .2s ease-out;
		-moz-transition:all .2s ease-out;
		-o-transition:all .2s ease-out; 
		transition:all .2s ease-out;}
		
		p#icelogo a:hover {
			opacity:1}
			

/* Menus
---------------------------------------------------------------- */

	/* Sidebar menu */
	 #sidebar .sidebar_module ul.menu {
		list-style: none;
		padding:0;
		margin:0}
		
		#sidebar .sidebar_module ul.menu li {
			line-height:34px;}
			
			#sidebar .sidebar_module ul.menu li.divider {
				display:none;} 
			
				#sidebar .sidebar_module ul.menu li a {
					color:#666;
					padding:0;
					-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-style:solid;
					border-bottom-width:1px;
					border-bottom-color:#D0E4A3;}
							
						#sidebar .sidebar_module ul.menu li a:hover {
							background-color:#EEF6DF;
							padding-left:10px;
							text-decoration:none;}
	
						#sidebar .sidebar_module ul.menu li.active a {
							padding-left:10px;
							color:#111;
							background-color:#EEF6DF;}						
							

/* Offline Page and Error Page 
---------------------------------------------------------------- */		

body.offline_page,
body.error_page {}

	body.offline_page #header,
	body.error_page #header {	
		background-color:#7AB317;
		background-image:url(../images/header_shadow.png);
		background-position:bottom;
		height:70px;
		padding-top:22px;}

		body.offline_page #logo,
		body.error_page #logo {
			top:-36px;
			float:none;
			margin:0 auto;
			text-align:center;}
			
			body.offline_page #logo p,
			body.error_page	#logo p { }
			
			body.offline_page #logo img,
			body.error_page #logo img { }
		

	body.offline_page #content,
	body.error_page #content	{
		width:auto;
		padding:25px;
		background-color:#FFF;
		float:none}
		
			body.offline_page #content .content_inner,
			body.error_page #content .content_inner	{
				max-width:600px;
				padding:20px;
				border-radius:10px;
				border-width:2px;
				border-color:#E7F1D5;
				border-style:solid;
				margin:70px auto; }
		
		
		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;
	width:180px;
	top:30%;
	background:#fff;
	background:rgba(255,255,255,.85);
	border-radius: 0;
	right:-170px;
	list-style-type:none;
	padding:5px 5px 0;
	opacity:.3;
	margin:0;
	z-index:99999;
	-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 {
		right:-20px;
		opacity:1;}
	
	ul#ice-switcher li {
		padding:0;
		margin:0}
		
		ul#ice-switcher li a {
			display:block;
			width:200px;
			font-family:Arial,Helvetica,sans-serif;
			height:30px;
			margin-bottom:5px;
			background:#222;
			color:#FFF;
			color:rgba(255,255,255,.75);
			text-decoration:none;
			-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 li.active a {
				pointer-events: none;
				cursor: default;}
				
			ul#ice-switcher li.active a,
			ul#ice-switcher li a:hover {
				padding-top:20px;
				padding-bottom:20px;}
			
			ul#ice-switcher li a span {
				padding-left:15px;
				line-height: 29px;}
		
		ul#ice-switcher li.style1 a { background:#62B220 }
		ul#ice-switcher li.style2 a { background:#157AA4 }
		ul#ice-switcher li.style3 a { background:#C72219 }
		ul#ice-switcher li.style4 a { background:#C7A919 }
		ul#ice-switcher li.style5 a { background:#333333 }
		ul#ice-switcher li.style6 a { background:#9718BC }
		
		
		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;}		



/* 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:#000000;
			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}				


/* IceShortCodes overwrite */
body .fb_iframe_widget {
	overflow:hidden;
	display:block}
	

	body .icetabs.simple ul.nav {
		background:#E4F0CB;
		border-bottom-width:1px;
		border-bottom-style:solid;
		border-bottom-color:#D0E4A3;}
		
		body .icetabs.simple ul.nav li a {
			color:#9DAD76}
			
			body .icetabs.simple ul.nav li a:hover {
				background:none;
				border-color:transparent;
				color:#687842}
	
			body .icetabs.simple ul.nav li.active a {
				border-color: #D0E4A3;
				border-bottom-color: #fff;
				background: #fff;
				color: #687842;
				margin-top: -5px;
				padding-top: 13px;}
				
				
	
	body .iceaccordion {}
		
		body .iceaccordion .accordion-group {}
			
			body .iceaccordion .accordion-group a.accordion-toggle {}
				
				body .iceaccordion .accordion-group a.accordion-toggle.collapse,	
				body .iceaccordion .accordion-group a.accordion-toggle.collapsed {}
		
		
		
		
	body .btn-info,
	body .btn-success,
	body .btn-warning,
	body .btn-danger,
	body .btn-inverse  { color:#FFF;}

	body.iceshortcode .box.info, 
	body.iceshortcode .box.alert, 
	body.iceshortcode .box.download, 
	body.iceshortcode .box.note {
		width:299px;
		margin-right:20px;
		float:left;}

	body.iceshortcode code {
		width:auto;
		display:block;
		padding:10px 8px;
		overflow-y:hidden;
		overflow-x:scroll;}
		
		body.iceshortcode a.carousel-control { color:#FFF}
		
		

/* Add this Plugin */		
.joomla_add_this {
	opacity:.25;
	-webkit-transition:all .2s ease-out;
	-moz-transition:all .2s ease-out;
	-o-transition:all .2s ease-out; 
	transition:all .2s ease-out;}
	
	.joomla_add_this:hover {
		opacity:1}
		
		
	.joomla_add_this .addthis_button_facebook_like { margin-right:20px;}

