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

	put here your custom CSS code to modify the design of IceTheme template
	
	* We strongly reccommend you to not edit other CSS or Less files as in 
	case you will update the template all your changes might be lost.	
	
**********************************************************************************/

body{color:#616161;font-family: Roboto, Arial, sans-serif; line-height:24px;}
#header {
//  background-image: url("/images/banners/awf_banner_background-black.jpg");
  background-image: url("/images/banners/awf_banner_background-color.jpg");
  background-repeat: no-repeat;
}
h1, h2, h3, h4 {
  font-family: 'Roboto Slab', Merriweather, serif;
  text-shadow: 2px 2px 3px #aaa;
}
p{margin-bottom:12px;}
.pull-right {
  float: right;
  margin-left: 8px;
}
.carousel-caption {
  background: rgba(82, 153, 2, 0.5);
}
.pull-left {
  float: left;
  margin-right: 8px;
}
#mainmenu {
  margin: 0 0 45px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
}
#usermenu {
  border-radius: 6px 6px 0 0;
  background-color:#9dd306;
//  background-color:#666;
  text-align: right;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  color: #fff;
//  font-weight: bold;
  padding-right: 8px;
}
#usermenu ul li a {
  color: #fff;
//  font-weight: bold;
}
#header_below_area {
  margin: -30px 0 10px 8px;
}
.icecolumns {
  margin: 10px -2% 0px;
  position: relative;
  overflow: hidden;
}
.blog .items-row .item {
    margin-bottom: 30px;
}
.weather_k1 {
  margin-top: 10px;
  padding: 5px;
//  box-shadow: 0 0 12px rgba(0, 0, 0, 0.04);
}
.jwts_tabberlive .jwts_tabbertab {
  height:auto !important;
  overflow:auto!important;
}
.jwts_tabberactive a {font-weight: bold;}
#content #sidebar .sidebar_module.sidebar_module_style3 .sidebar_module_heading {
  margin-top: 0px;
}
#snow-target {
 /**
  * absolute-positioned example, snow is appended to this element.
  * overflow: hidden is recommended for best effect.
  */
 position: relative;
 background: #445588;
 overflow: hidden;
 _zoom: 1; /* IE 6 display fix */
}
.icemegamenu > ul {
//    background: #666;
}
.zebra tr:nth-child(even) {
  background: #6dcb03;
  color: white;
}