/* Design by VTEM http://www.vtem.net  All Rights Reserved */
@import url("components.css");
@import url("modules.css");
@import url("layouts.css");
@import url("navigation.css");
@import url("forms.css");
@import url("typo.css");
@import url("error.css");
@import url("3rd_party.css");
@import url("responsive.css");
/* #######################  GENERAL SETTINGS ############################ */
body {
	color: #666;
	margin:0;
	padding:0;
	line-height:1.8;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
/*  Global Formatting */


.vt_top{width: 960px;}
h1 {font-size:180%;line-height: 1em;font-weight: 900;}
h2 {font-size:160%;line-height: 1em;font-weight: 900;}
h3 {font-size:140%;line-height: 1em;font-weight: 900;}
h4 {font-size:120%;line-height: 1em;font-weight: 900;}
h5 {font-size:100%;line-height: 1em;font-weight: 900;}
h6 {font-size:80%;line-height: 1em;font-weight: 900;}
a,a:link,a:visited{outline:none;}
a{-moz-transition: color 0.2s linear 0s;}
a:hover{text-decoration:underline;}
img {border: 0 none; margin:2px 10px 2px 2px; padding:0;}
*{margin:0; padding:0}
ul,ol{ margin-left:2em;}
p{ padding-bottom:15px; margin:0px 0px 0px 0px;}
pre, blockquote, h1, h2, h3, h4, h5, h6{
    margin: 0px 0;
    padding: 0px 0px 0px 0px;
}
/* Clears Divs */
.clr{clear: both; height:0px;overflow: hidden;}
/* Clearfix  */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
  /* #######################  END GENERAL SETTINGS ############################ */
/* MENU */
.menu.bielenda{
    background: #639C41 none repeat scroll 0 0;
    min-height: 50px;
    padding: 10px;
}
.menu.bielenda li:hover{
    background-color: #c68fa1 !important;
    font-family: sans-serif;
    border-bottom-right-radius: 18px;
    border-top-left-radius: 18px;
}
.menu.bielenda li{
    background-color: #7fbb77;
    background-image: none;
    display: block;
    font-family: Times New Roman,Times,serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    margin-top: 12px;
    padding: 11px 19px 11px 20px;
    position: relative !important;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    z-index: 200;
	background-color: #9fc56e;
    font-family: sans-serif;
    border-bottom-right-radius: 18px;
    border-top-left-radius: 18px;
}
.menu.bielenda li a{
    background: none !important;
    color: #000!important;
    font-size: 20px;
    line-height: 22px;
    padding: 0px;
}
.menu.bielenda li:hover{
    background-color: #95D69B;
}
.menu.bielenda:hover li a, .menu.bielenda li.active a{
    color: #000;
}
.vt_heading2{
	display:none;
}
@media only screen and (max-width:960px) {
#sssc{
	bottom: 0px!important;
    right: 0px!important;
    position: fixed!important;
    width: 100%!important;
    height: 60px!important;
	z-index: 1000!important;
    background: #fff!important;
    border: 1px solid #000!important;
}
}
