/**
 * @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.
-----------------------------------------------------------------------------------*/

#cookieHinweis {position: top; bottom: 0; left: 0; right: 0; background: #fff; padding: 20px; font-size: 14px; font-family: verdana;color:#000;}
#cookieHinweis a.button {cursor: pointer; background: #ccc; padding: 8px 20px; margin-left: 10px; border-radius: 5px; font-weight: bold; float: right;}
#cookieHinweis a.button:hover {background-color: #aaa;}
#cookieHinweis p.cookiemessage {display: block; padding: 0; margin: 0;}
#cookieHinweis a:hover {color: #333;}

p a:hover {
    color: #fff; 
}


li.item-112 a, li.item-187 a {
    margin-top: 15px; 
}

#footer {
	line-height: 30px;
	font-size: 11px;
	background-color: #e6e6e6;
	padding: 0px 0;
}

#footer ul.nav li {
	float: left;
	line-height: 0px;
	padding: 0 12px;
}


#to-top-bar a#totop {
    margin-top:15px;  
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 19px;
    display: block;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 1);
    border-bottom: 0;
    -webkit-transition: background .2s, border .2s, color .2s;
    -moz-transition: background .2s, border .2s, color .2s;
    transition: background .2s, border .2s, color .2s;
}
#to-top-bar a {
    color: #fff; 
}
#to-top-bar a:hover#totop {
    background-color: #d22c2c; 
}

#to-top-bar {
    background-image: url("/images/getmain_footer.png");background-repeat:no-repeat;height:272px;
}
@media (max-width: 960px) {
  div.row-fluid {
    background-image:none;
  }
}

.row-fluid {background-image: url("/images/getmain_logo2_bg.png");background-repeat:no-repeat;}
.st-site-wrap {
	border-left: 10px solid #d22c2c;border-right: 10px solid #d22c2c;
}
#mainbody { background-color: #000000; padding-top: 0;} 
#header { background-color: #000000; }
#st-menu { background-color: #000000;}
.item-112 a, .item-187 a { font-size: 13px; text-decoration: underline; margin-left: 0px; }
#footer p { color: #fff; float: right; }
#footer { background-color: #d22c2c; line-height:20px; }
#footer ul.nav li a { color: #fff; }
#to-top-bar { background-color: #bcd1e4; }

@media (min-width: 300px) {
  .row-fluid p {
    width: 60%; float: right;
  }
}
#st-menu .nav.menu > li > a {
    color: #ffffff;
    }
#st-mobile-toggle:hover .icon-bar, #st-mobile-toggle:focus .icon-bar, #st-mobile-toggle:active .icon-bar {
    background-color: #bcd1e4;
}
#st-mobile-toggle .icon-bar {
    width: 50px;
    height: 6px;
    display: block;
    background-color: #fff;
}
#st-mobile-wrap .nav.menu li > a:hover, #st-mobile-wrap .nav.menu li.active > a, #st-mobile-wrap .nav.menu li.parent:hover > a, #st-mobile-wrap .nav.menu li.active.parent > a, #st-mobile-wrap .nav.menu li > span.separator:hover, #st-mobile-wrap .nav.menu li.active > span.separator, #st-mobile-wrap .nav.menu li.alias-parent-active > a, #st-mobile-wrap .nav.menu li.parent:hover > span.separator, #st-mobile-wrap .nav.menu li.active.parent > span.separator {
    color: #fff;
    background-color: #d22c2c;
}


#component-area {
    margin: 0;
    }
#st-body-wrap {
    padding: 0px 0 60px 0;
}
[class^="icon-"], [class*=" icon-"] {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 0;
    -webkit-transition: background .2s, border .2s, color .2s;
    -moz-transition: background .2s, border .2s, color .2s;
    transition: background .2s, border .2s, color .2s;
}
.icon-align-justify {
    background-color: #fff;    
}