/* -------------------------------------------------------------
	© IceTheme 2013
---------------------------------------------------------------- */



/* 
DO NOT DELETE THIS LINE
Necessary to check if StyleSheet has loaded  */
#dummy-element{width:2px;} 




/*general.css*/
body {
	background-color: #cccdc9;
	background-image:url(../../images/styles/style1/bg_top.jpg);}
	
body.body_effect_bottom {
	 background-image:url(../../images/styles/style1/bg_top.jpg), url(../../images/styles/style1/bg_bottom.jpg);}
		
body .btn.btn-primary,
body .button,
p.readmore a.btn { background-color:#1686B3;}
	body .btn.btn-primary:hover,
	body .button:hover,
	p.readmore a.btn:hover { background-color:#1D91BF;}


#mainmenu {
	background-color:#91b800;
	background: -webkit-linear-gradient(top, #A3C500, #91b800);
	background: -moz-linear-gradient(top, #A3C500, #91b800);
	background: -ms-linear-gradient(top, #A3C500, #91b800);
	background: -o-linear-gradient(top, #A3C500, #91b800);
	background: linear-gradient(top, #A3C500, #91b800);}
	
#services:before { background-color:#a5cfd5;}
#services img { border-color:#7dbad2;}
#services [class*="span"]:hover img { box-shadow: 0 0 30px rgba(125, 186, 210,.8);}
@-webkit-keyframes services_item {
	0%   { box-shadow: none;}
	100% { box-shadow: 0 0 30px rgba(125, 186, 210,.8);}
}
@-moz-keyframes services_item {
	0%   { box-shadow: none;}
	100% { box-shadow: 0 0 30px rgba(125, 186, 210,.8);}
}
@-ms-keyframes services_item {
	0%   { box-shadow: none;}
	100% { box-shadow: 0 0 30px rgba(125, 186, 210,.8);}
}
@-o-keyframes services_item {
	0%   { box-shadow: none;}
	100% { box-shadow: 0 0 30px rgba(125, 186, 210,.8);}
}
@keyframes services_item {
	0%   { box-shadow: none;}
	100% { box-shadow: 0 0 30px rgba(125, 186, 210,.8);}
}

#social { background-color:#E3EFF4;;}
#twitter_mod { background-image:url(../../images/styles/style1/social_twitter.png);}		
#social_icons { background-color:#D1E6EE;}
#social_icons ul li a { background-image:url(../../images/styles/style1/social_icons.png);}

#copyright > div { background-color:#91b800;}

#gotop .scrollup { background-color:rgba(145, 184, 0,.75);}
	
	
	
	
/*default_icemegamenu.css*/
.icemegamenu > ul > li:hover > a.iceMenuTitle { background-color:#82A600}
.icemegamenu > ul > li.active > a.iceMenuTitle {
	background-color:#1686B3;
	background: -webkit-linear-gradient(top, #2799c0, #1686B3);
	background: -moz-linear-gradient(top, #2799c0, #1686B3);
	background: -ms-linear-gradient(top, #2799c0, #1686B3);
	background: -o-linear-gradient(top, #2799c0, #1686B3);
	background: linear-gradient(top, #2799c0, #1686B3);}
	
ul.icesubMenu { background-color:#82A600;}
	
	
	
	
/*joomla.css*/
.search form.form-inline .btn { background-color:#1686B3;} 
	.search form.form-inline .btn:hover { background-color:#1997CA}
	
	
	

/*modules.css*/
#iceslideshow .carousel-caption div.mod-description a { color: #0b5b7b;}
#iceslideshow .carousel-caption div.mod-description a:hover { color:#1f5c8b;}
#iceslideshow .iceslideshow_arrow a:after  { background-image:url(../../images/styles/style1/iceslideshow_arrows.png);} 					
#sidebar .sidebar_module h3.sidebar_module_heading {
	background-color:#91b800;
	background: -webkit-linear-gradient(right, #A5C614, #91b800 25%);
	background: -moz-linear-gradient(right, #A5C614, #91b800 25%);
	background: -ms-linear-gradient(right, #A5C614, #91b800 25%);
	background: -o-linear-gradient(right, #A5C614, #91b800 25%);
	background: linear-gradient(right, #A5C614, #91b800 25%);}

#sidebar .sidebar_module_style1 h3.sidebar_module_heading {
	background-color:#1686b3;
	background: -webkit-linear-gradient(right, #349CC2 5%, #1686b3 25%);
	background: -moz-linear-gradient(right, #349CC2 5%, #1686b3 25%);
	background: -ms-linear-gradient(right, #349CC2 5%, #1686b3 25%);
	background: -o-linear-gradient(right, #349CC2 5%, #1686b3 25%);
	background: linear-gradient(right, #349CC2 5%, #1686b3 25%);}
		
#sidebar .sidebar_module_style2 h3.sidebar_module_heading { 
	background-color:#d96b1b;
	background: -webkit-linear-gradient(right, #E1863B, #d96b1b 25%);
	background: -moz-linear-gradient(right, #E1863B, #d96b1b 25%);
	background: -ms-linear-gradient(right, #E1863B, #d96b1b 25%);
	background: -o-linear-gradient(right, #E1863B, #d96b1b 25%);
	background: linear-gradient(right, #E1863B, #d96b1b 25%);}
	
/*when sidebar is on right*/	
#sidebar.sidebar_right .sidebar_module h3.sidebar_module_heading {
	background-color:#91b800;
	background: -webkit-linear-gradient(left, #A5C614, #91b800 25%);
	background: -moz-linear-gradient(left, #A5C614, #91b800 25%);
	background: -ms-linear-gradient(left, #A5C614, #91b800 25%);
	background: -o-linear-gradient(left, #A5C614, #91b800 25%);
	background: linear-gradient(left, #A5C614, #91b800 25%);}
		
#sidebar.sidebar_right .sidebar_module_style1 h3.sidebar_module_heading {
	background-color:#1686b3;
	background: -webkit-linear-gradient(left, #349CC2 5%, #1686b3 25%);
	background: -moz-linear-gradient(left, #349CC2 5%, #1686b3 25%);
	background: -ms-linear-gradient(left, #349CC2 5%, #1686b3 25%);
	background: -o-linear-gradient(left, #349CC2 5%, #1686b3 25%);
	background: linear-gradient(left, #349CC2 5%, #1686b3 25%);}
	
#sidebar.sidebar_right .sidebar_module_style2 h3.sidebar_module_heading{
	background-color:#d96b1b;
	background: -webkit-linear-gradient(left, #E1863B, #d96b1b 25%);
	background: -moz-linear-gradient(left, #E1863B, #d96b1b 25%);
	background: -ms-linear-gradient(left, #E1863B, #d96b1b 25%);
	background: -o-linear-gradient(left, #E1863B, #d96b1b 25%);
	background: linear-gradient(left, #E1863B, #d96b1b 25%);}
	
#icecarousel:before { background-color:#E3F0F5;}
#icecarousel .flex-direction-nav a { background-color:#cae2eb;}
#icecarousel .flex-direction-nav a:hover { background-color:#A4CEDD;}

#footer_mods { border-top-color:#b7dae7;}

									

 