/**
 * @package   Visario Joomla! 3.0 Template
 * @version   1.0
 * @author    7Studio Tomasz Herudzinski http://www.7studio.eu
 * @copyright Copyright (C) 2009 - 2012 7Studio Tomasz Herudzinski
 * @license   Commercial - ThemeForest Regular License - http://themeforest.net/licenses/regular_extended
**/

 /* 
 * 
 * IMPORTANT!
 *
 * Please paste here css rules which you would like to override and change.
-----------------------------------------------------------------------------------*/

h2 { margin: 0px !important; }


.seven-testimonials {
  margin: 0px;
  padding:0px;
}

#mainbody {
}

.ContactDetails {
 font-size: 25px;
  margin: 10px 0px 0px 0px !important;
  line-height: 25px;
  padding: 0px;
}

.menu-group {
  padding-bottom: 40px;
}

.menu-group h3 {
  margin: 0px 0px 10px 0px; !important;
  padding: 0px;
}
.menu-group h4 {
  margin: -10px 0px 10px 0px !important;
  padding: 0px;
  color: #79b120;
}
.menu-group ul {
  list-style: none;
}
.menu-group ul ul li {
  margin: 0px 20px !important;
  color: #999999;
}

.random-k2-article {
  display: none;
}

.promotion {
  padding: 10px 0px 20px 0px;
  border-style: solid none;
  border-width: 3px;
  border-color: #79b120;
}

.promotion h3 {
    color: #79b120;
}
.promotion a {
  color: #999999;

}

.funfacts {
  margin; 40px;
  padding: 10px 20px;
  border-style:  none;
  border-color: #79b120;
  border-radius: 10px;
  background-color: #c2dd97;
}

.funfacts h2 {
  color: #FFFFFF;
}
.funfacts h3 {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 120%;
}
.funfacts a {
  color: #999999;

}



.community {
  padding: 20px 0px;
  margin: 10px 0px;
  border-style:  none none solid none;
  border-color: #EAEAEA;
  border-width: 1px;
  text-align: center;
}

.community img {
  padding-bottom: 5px;
}

.community a {
  margin: 20px;
}

.slide-text .subtitle {
  font-size: 18px;
}

/* Header Note: To remove on Dec. 3 */
.notification-box {
    clear: both;
    background-color: #76b401;
    color: #fff;
    padding: 4px;
    text-align: center;
}

.notification-box p {
    margin: 0;
}

@media screen and (min-width: 468px) {
  .search-module input {
    width: 300px;
  }  
}

