/**
 * @package   HLI Joomla! 3 Template
 * @version   1.0
 * @author    7Studio Tomasz Herudzinski http://www.7studio.eu
 * @copyright Copyright (C) 2009 - 2014 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.
-----------------------------------------------------------------------------------*/

h1 {
    font-size: 32px;
    line-height: 38px;
}
h2 {
    font-size: 26px;
    line-height: 38px;
}
h3 {
    font-size: 22px;
    line-height: 36px;
}

p, ul, ol {
    margin-bottom: 12px;
}

.module-title h3 {
  font-size: 22px;
  font-weight: 600;
}

.module-title h4 {
  margin-bottom: 0px;
  line-height: 18px;
}

#mainbody {
  padding: 10px 0;
}

#banner p {
    font-size: 20px;
    font-weight: bold;
}

.search dt.result-title {
    font-size: 16px;
}
legend {
    font-size: 16px;
}
.highlight {
    font-weight: bold;
}
.counter {
    display: none;
}
.btn-toolbar {
    float: left;
    width: 40%;
}
.searchintro {
    margin-top: 20px;
    float: left;
    width: 40%;
}
.form-limit {
    margin-top: 12px;
    float: left;
    width: 20%;
}
.form-limit label {
    margin-top: 8px;
    float: left;
    width: 50%;
}
.form-limit .select {
    float: left;
    width: 50%;
}

.breadcrumbs {
    font-size: 12px;
    margin-top: 10px;
}

ul.sigProClassic span.sigProCaption {
    font-size: 12px;
    text-transform: uppercase;
}
ul.sigProClassic span.sigProPseudoCaption {
    opacity: 0.6;
    -moz-opacity: 0.6;
}

span.highlight {
    padding: 2px 6px;
    color: #000;
}

.search-results .result-title a {
    font-size: 22px;
}
.search-img-lnk {
    width: 175px;
    height: 135px;
    overflow: hidden;
    margin: 10px 10px 10px 0;
    float: left;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
    border: solid 5px #fff;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
}
.search-img {
    width: 400px;
    height: 300px;
}

.cform .pweb-field {
    float:right !important;
}

.cform .pweb-field .btn {
    background-image: none;
    background-color: #7bb421 !important;
    color: #ffffff;
    padding: 0px 25px;
    line-height: 48px;
    height: 48px;
    box-shadow: none;
    text-shadow: none;
    border: none;
}
.cform .pweb-field .btn:hover {
    color: #ffffff;
}
.cform .pweb-field-container {
  margin-bottom: 10px;
}
.cform input.pweb-input, .cform select {
  line-height: 32px !important;
  height: auto !important;
}

.cform .pweb-label-over label {
  line-height: 32px;
  color: #999 !important;
}

.right_txt ul {
    padding: 25px 0 12px 25px;
}

.right_txt ul li {
    padding: 0 0 0 25px;
    background: url(../images/check_form.png) no-repeat 0px 0px;
    font-size: 16px;
    margin: 0 0 14px;
    line-height: 20px;
}

.decors-logo img {
    max-height: 60px;
}

.top-contact span {
    color: #333;
}

@media (max-width: 960px) {
    .btn-toolbar, .searchintro, .form-limit {
        float: none;
        width: 100%;
    }
    .form-limit label, .form-limit .select {
        float: none;
        width: 100%;
    }
}
@media (max-width: 768px) {
    .top-contact span {
        display: block;
    }
}
