html{
     height:100%;    
}
body {
    height:100%;    
    background-color: #ffffff !important;
    /*max-width: 1000px;*/
    
    min-width:300px;
    margin: 0 auto !important;   
    float: none !important;  
    /*text-align: center;  /* IE hack to center the content div--you'll need to override it in the content div */

}


#content-wrapper {
    min-height: 100%;
    /* Equal to height of footer */
    margin-bottom: -200px;
    background-color: #ffffff;
    
    /*display: inline-block;*/
    /* for ie6/7: */
    /**display: inline;
    zoom: 1;*/
    /*text-align: center;*/
}

.push {
    height: 200px;
}

.clear {
    clear: both;
}

.primary {
    float: left;    
}

.content {
    /*float: left;*/
    max-width: 1000px;
    /* This is the key line that centers the middle column--it's buggy in certain versions of IE though. */
	margin: 0 auto; 
    /* Override IE hack */
	text-align: left;    
}

.secondary {
    float: right; 
   
}



/**************************
        Page Header
**************************/
/*.page-header {
  *zoom: 1;
}
.page-header:before, 
.page-header:after {
  content: '';
  display: table;
}
.page-header:after {
  clear: both;
}*/

#top-container {
    width:100%;
    padding-left: 5px;
    padding-right: 5px;
}

.header-left-box {
    float:left;
    width:300px;    
    min-width:300px;
    text-align:left; 
    padding:10px 20px 10px 20px;      
}


.header-right-box {
    float:right;
    width:250px;
    min-width:250px; 
    text-align:left; 
    padding:10px 20px 10px 20px;    
}

.languages{
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 0.7em;
    line-height: 1.5em; 
    font-weight: bold;
    color: #cd1719;
    padding-bottom: 5px;    
}

.languages a { 
    color: #cd1719;
    text-decoration:none;    
}
.languages a:hover { 
    /*color: #cd1719;*/
    text-decoration:underline;
}


.search {    
    width: 85%;
    float:left;
} 

.search input {
    background-color: #e3e3e3;
    border: 1px solid #e3e3e3; 
    color: #999999;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 0.8em;    
    font-weight: normal;
    padding: 3px 3px;
    height: 16px;
    width: 210px;
    border-radius: 20px;
    -moz-border-radius: 20px ;
    -webkit-border-radius: 20px;
    -webkit-appearance: none;
} 

.search-button-box {
    float:right;
}

.phone{
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 1.0em;
    line-height: 1.5em; 
    font-weight: bold;
    color: #595958;
    padding-top: 5px;    
}

.phone img {
    vertical-align:middle;
}

/**************************
        Menu
**************************/
#nav-container {
    margin: 0;
    padding: 0px;
    background-color: #595958;
    width:100%;
    height: 50px;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color:#cd1719;   
    
}
#menu {/*seredina*/
/*    display: table;
    margin-right: auto;
    margin-left: auto;    */
}

#menu ul {
    margin: 0;
    padding: 0;   
    
}

#menu .main-menu {
    display: none;
}

#tm:checked + .main-menu {
    display: block;
}

#menu input[type="checkbox"], 
#menu ul span.drop-icon {
    display: none;
}

#menu li, 
#toggle-menu, 
#menu .sub-menu {    
    border-style: solid;
    border-color: rgba(0, 0, 0, .05);   
    /* border-color: red;*/  
    z-index: 3000;    
}

#menu li{
    border-width: 0 0 1px; 
} 
#toggle-menu {
    border-width: 0 0 1px;  
}

#menu .sub-menu {   /*sub menu border*/
    background-color: #444444;
    border-width: 1px 1px 1px 1px;
    margin: 0 1em;
}

#menu .sub-menu li:last-child {
    border-width: 0;
}

#menu li, 
#toggle-menu, 
#menu a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.1em; 
    font-weight: normal;
    text-decoration: none;
    position: relative;
    display: block;
    color: #ffffff;
    background-color: #595958;    
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .125);
}

#toggle-menu {    
    background-color: #cd1719;/* "Navigation" red*/
    
}

#toggle-menu, 
#menu a {    
    padding: 1em 2.0em;
}

#menu a {    
    transition: all .125s ease-in-out;
    -webkit-transition: all .125s ease-in-out;
}

#menu a:hover {
    background-color: #e2e2e2;
    color: #ffffff;
}

#menu .sub-menu {
    display: none;
}

#menu input[type="checkbox"]:checked + .sub-menu {
    display: block;
}

#menu .sub-menu a:hover {
    background-color: #e2e2e2;
    color: #ffffff;
}

#toggle-menu .drop-icon, 
#menu li label.drop-icon {
    position: absolute;
    right: 0;
    top: 0;
}

#menu label.drop-icon, #toggle-menu span.drop-icon {
    padding: 1em;
    font-size: 1em;
    text-align: center;
    background-color: rgba(0, 0, 0, .125);
    text-shadow: 0 0 0 transparent;
    color: rgba(255, 255, 255, .75);
}

@media only screen and (min-width: 1000px) {
    #menu .main-menu {
        display: block;        
    }

    #toggle-menu, 
    #menu label.drop-icon {
        display: none;
    }

    #menu ul span.drop-icon {
        display: inline-block;
    }

    #menu li {
        float: left;
        border-width: 0 1px 0 0;
    }

    #menu .sub-menu li {
        float: none;    
    }

    #menu .sub-menu {
        border-width: 1;
        margin: 0;
        position: absolute;
        top: 100%;
        left: 0;
        width: 20em;
        z-index: 3000;    
    }

    #menu .sub-menu, 
    #menu input[type="checkbox"]:checked + .sub-menu {
        display: none;
    }

    #menu .sub-menu li {
        border-width: 0 0 1px;
    }

    #menu .sub-menu .sub-menu {
        top: 0;
        left: 100%;
    }

    #menu .sub-menu .drop-icon {
        position: absolute;
        top: 0;
        right: 0;
        padding: 1em;
    }

    #menu li:hover > input[type="checkbox"] + .sub-menu {
        display: block;
    }
}

.menu-img {
    float:left; 
    margin-left: -20px;    
    padding-right: 10px;  
}


/**************************
        Banner
**************************/
#banner {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    width:100%;
    height: 255px; 
    background-image: url("banner-main-2-4200px.jpg");    
    background-repeat:no-repeat;
    background-position: center;
}
/*#banner-img {
    height: auto; 
    width: auto; 
    max-width: 1000px;
    display: block;

}*/
#banner-product {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    width:100%;
    height: 150px; 
    background-image: url("banner-product.png");    
    background-repeat:no-repeat;
    border-style: solid ;
    border-width: 0px 0px 0px 0px;
    border-color: #e2e2e2;
}
#banner-news {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    width:100%;
    height: 150px; 
    background-image: url("banner-news.png");    
    background-repeat:no-repeat;
    border-style: solid ;
    border-width: 0px 0px 0px 0px;
    border-color: #e2e2e2;
}


/**************************
        Carousel
**************************/
.img-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.img-control
{   
    display: inline-block;
    vertical-align: middle;
}

.carousel-text{
    min-width:150px;
    overflow: hidden;    
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px;   
    font-weight: normal;
    color: #ffffff;
    line-height: 1.3em; 
}
.carousel-text a{
    color: #ffffff;    
    text-decoration: none;    
}

/**************************
        Content main
**************************/
.main-content {
    margin: 0;
    padding-bottom: 200px;
    width:100%;    
}
.main-content-left {
    float:left; 
    width:31%;
    min-width:300px;
    text-align:justify; 
    padding:10px;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 0.9em;
    line-height: 1.5em; 
    font-weight: normal;
    color: #595958;
}
.main-content-center {    
    width:31%;
    float:left; 
    min-width:300px;
    text-align:justify; 
    padding:10px;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 0.9em;
    line-height: 1.5em; 
    font-weight: normal;
    color: #595958;    
}
#main-content-right {    
    width:33.3%;
    float:left; 
    min-width:300px;
    text-align:left;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 0.9em;
    line-height: 1.2em; 
    font-weight: normal;
    color: #595958;
    border-style: solid ;
    border-width: 2px;
    border-color: #e2e2e2;
}
#main-news {
    background-color: #e2e2e2;
    padding: 7px;    
}
#main-news a{
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 0.8em;   
    font-weight: normal;
    color: #595958;
    text-decoration: none;
}
#main-news a:hover{    
    /*    color: #cd1719;*/
    text-decoration: underline;
}
#main-news h2{    
    font-size: 14px;    
    font-weight: bold;
    color: #cd1719;
}
#main-news h3{    
    font-size: 12px;
    font-weight: bold;
    color: #cd1719;
}

#main-references {
    background-color: #ffffff;
    padding: 7px;
}
#main-references img{    
    float: left;
    margin-right: 3px;
    width: 100px;
}

#main-references a{
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 0.8em;   
    font-weight: normal;
    font-style: italic;
    color: #595958;
    text-decoration: none;
}
#main-references a:hover{ 
    text-decoration: underline;
}
#main-references h2{    
    font-size: 14px;    
    font-weight: bold;
    color: #cd1719;
}
#main-references h3{    
    font-size: 0.8em;
    font-weight: bold;
    color: #cd1719;
}


/**************************
        Menu-left
**************************/
#content-left {    
    margin: 0;
    padding:0; 
    min-width:225px;   
    max-width:250px;
    float:left;    
}

#menu-left {    
    margin: 0;
    padding: 20px 0px 20px 0px; 
    min-width:225px;   
    max-width:250px;        
/*    background-color: #e2e2e2;*/   
    background-image: url("bg-nav-menu.png");
    background-repeat: repeat-x;
    height: 600px;
    
}
#menu-left a{
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 0.8em;
    line-height: 2.5em; 
    font-weight: normal;
    color: #595958;
    text-decoration: none;
}
.menu-left-img {
    float:left; 
    padding-left: 10px;    
    padding-right: 10px;  
}
@media screen and (max-width: 1000px) {
    #menu-left {
        display: none !important;
    }
    #accessories-expand-button, .accessories-header, .accessories  {
        display: none !important;
    }
}

/**************************
       Product Category
**************************/
#category-content {    
    background-color: #ffffff;
    padding: 10px;    
    width:auto;
    float:left; 
    min-width:300px;
    max-width:700px;   
}

#category-content h2{ 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 16px;    
    font-weight: bold;
    color: #cd1719;
}

.category-product {
    /*    float:left; */
    display: inline-block;
    padding: 5px;
/*    width:48%;   */
    width:340px;
    min-width:275px;   
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px;
    line-height: 1.5em; 
    font-weight: normal;   
    color: #595958;
    text-align: left;
    vertical-align: top;    
}
.category-product a{
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px;
    line-height: 1.5em; 
    font-weight: normal;   
    color: #595958;
    text-decoration: none;
}
.category-product a:hover{
    text-decoration: none;
}
.category-product-img{    
    float: left;
    margin: 15px;
    max-width: 150px;
    max-height:220px;   
}
.category-product h4{    
    font-size: 14px;
    font-weight: bold;
    color: #cd1719;
}
.category-product h4 a{  
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 14px;
    font-weight: bold;
    color: #cd1719;
    text-decoration: none;    
}
.category-product h4 a:hover{
    text-decoration: none;
}
.category-group {
    min-width:275px;
    background-color: #cd1719; 
/*    #e2e2e2; */
    border: none;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
/*    color: #595958;*/
    padding: 5px 15px;
    text-align: left;
    display: inline-block;
    margin: 5px 10px 0px 10px;    
}
.category-group-separator {
    padding: 0;
    margin: 0px 10px 10px 10px;
    width:100%;  
/*    border-style: solid ;
    border-width: 2px 0 0 0;
    border-color: #e2e2e2; */
}

/**************************
       Product
**************************/
#content-left {    
    margin: 0;
    padding:0; 
    min-width:225px;   
    max-width:250px;
    float:left;
/*    border-style: solid ;
    border-width: 0px 2px 0px 2px;
    border-color: #e2e2e2;*/
}

.product-wrapper {
    background-color: #ffffff;
    padding: 20px;
    width:auto;    
    min-width:300px;
    max-width:700px;
    float: left;
}

.product-wrapper h2{ 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 16px;    
    font-weight: bold;
    color: #cd1719;
}
.product-wrapper h3{    
    font-size: 16px;
    font-weight: bold;
    color: #595958;
}
.product-img{    
    float: left;
    margin: 15px;
    max-width: 300px;

    /*    position: fixed;*/
    /*    top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;*/
    /*    z-index: -1;*/

}
.product-short-decs {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 0.9em;
    line-height: 1.5em; 
    font-weight: normal;
    font-style: normal;
    color: #595958;
    text-align: justify;
    min-width: 300px;
    float: left;
    
}
.product {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 0.9em;
    line-height: 1.5em; 
    font-weight: normal;
    font-style: normal;
    color: #595958;
    text-align: justify;
}
.product a{
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 0.9em;
    line-height: 1.5em; 
    font-weight: normal;
    font-style: normal;
    color: #cd1719;
    text-decoration: none;
}
.product a:hover{    
    /*    color: #cd1719;*/
    text-decoration: none;
}

.product h4{    
    font-size: 0.8em;
    font-weight: bold;
    color: #cd1719;
}

.product-button a{
    font-family: Arial, Helvetica, sans-serif; 
    background-color: #595958; 
    border: none;
    color: white;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 5px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.product-button a:hover {
    background-color: #e2e2e2;
    color: white;
}

/**************************
       Product->Zubehoer
**************************/
.accessories-header{
    margin-top: 5px;    
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px;
    line-height: 2.5em; 
    font-weight: bold;
    color: #cd1719;
    background-color: #e2e2e2;
    text-align: center;    
}

.accessories {    
    width:33.3%;    
    min-width:225px;   
    max-width:250px;
    border-style: solid ;
    border-width: 0px 0px 2px 0px;
    border-color: #e2e2e2;
}
.accessories-img {    
    float:left; 
    padding-left: 5px;    
    padding-right: 5px; 
    width: 50px;
}
.accessories-desc {
    width: auto;
    max-width: 185px;
    margin: 10px;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px;
    line-height: 1.2em; 
    font-weight: normal;
    color: #595958;
    text-align:left;
}
.accessories-desc a{
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px;   
    font-weight: normal;
    color: #595958;
    text-decoration: none;
}
.accessories-desc a:hover{ 
    text-decoration: underline;
}

/* expandable*/
#accessories-expand-button{
    height: 30px;
    cursor: pointer;
    background-color: #e2e2e2; 
    background-position: center;    
    background-image: url(expand.png);  
    background-repeat: no-repeat;
}



/**************************
       News/Referenzen
**************************/

.news-wrapper {
    background-color: #ffffff;
    padding: 20px;
    width:auto;
    float:left; 
    min-width:300px;
    max-width:700px;   
}
.news-wrapper h1{ 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 24px;    
    font-weight: bold;
    color: #000000;
}

.news-wrapper h2{ 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 16px;    
    font-weight: bold;
    color: #cd1719;
}

.news {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 0.9em;
    line-height: 1.5em; 
    font-weight: normal;
    font-style: normal;
    color: #595958;
    text-align: left;
    overflow: hidden;
}
.news h2{    
    font-size: 18px;
    font-weight: bold;
    color: #cd1719;
}

.news-img{    
    float: left;
    margin: 15px;
    max-width: 300px;
}

.news2 {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 0.9em;
    line-height: 1.5em; 
    font-weight: normal;
    font-style: normal;
    color: #595958;
    text-align: left;
    overflow: hidden;
    min-width:300px;

}

.news2 a{
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 0.9em;
    line-height: 1.5em; 
    font-weight: normal;
    font-style: normal;
    color: #cd1719;
    text-decoration: none;
}
.news2 a:hover{  
    text-decoration: none;
}
.news2 h2{    
    font-size: 18px;
    font-weight: bold;
    color: #cd1719;
}
.news2 h3{    
    font-size: 18px;
    font-weight: bold;
    color: #cd1719;
}
.news2 h4{    
    font-size: 16px;
    font-weight: bold;
    color: #cd1719;
}

.news-button a{
/*    background-color: #595958; */
    background-color: #cd1719; 
    border: none;
    color: white;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 9px;
    margin: 5px 2px;
    margin-top: 10px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.news-button a:hover {
    background-color: #e2e2e2;
    color: white;
}

.separator1 {    
    margin: 0;
    padding: 10px;
    margin-top: 20px;
    width:100%;  
    border-style: solid ;
    border-width: 1px 0 0 0;
    border-color: #e2e2e2; 
}

.reference-wrapper {
    background-color: #ffffff;
    padding: 20px;
    width:auto;
    float:left; 
    min-width:300px;
    max-width:1000px;   
}

.reference {
    float: left; 
    margin: 15px;
}

/**************************
       Static pages
**************************/
.static-pages-wide {    
    width:auto;
    min-width:300px;
    text-align:justify; 
    padding:20px;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 0.9em;
    line-height: 1.5em; 
    font-weight: normal;
    color: #595958;    
}

.static-pages {    
    width:auto;
    float:left; 
    min-width:300px;
    max-width:700px;    
    text-align:justify; 
    padding:20px;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 0.9em;
    line-height: 1.5em; 
    font-weight: normal;
    color: #595958;    
}
.static-pages a{
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 0.9em;
    line-height: 1.5em; 
    font-weight: normal;
    color: #cd1719;
    text-decoration: none;
}
.static-pages-img {
    float:left; 
    padding-left: 10px; 
}

/**************************
        Footer
**************************/
#footer {
    padding: 10px;   
    height: 200px;
    background-color: #595959;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color:#cd1719;   
}
#footer-content {
    max-width: 1000px;    
    margin: 0 auto;   
    text-align: left;
}
.footer-left {
    float:left; 
    width:33%;
    min-width:300px;    
    text-align:center; 
    padding:5px 0px;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 0.9em;
    line-height: 1.5em; 
    font-weight: normal;
    color: #ffffff;
}
.footer-left a { 
    color: #ffffff;
    text-decoration:none;    
}
.footer-left a:hover { 
    /*color: #cd1719;*/
    text-decoration:underline;
}
.footer-center {    
    width:33%;
    float:left; 
    min-width:300px;
    text-align:center; 
    padding:5px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    line-height: 1.5em; 
    font-weight: normal;
    color: #ffffff;
}
.footer-right {    
    width:33%;
    float:left; 
    min-width:300px;   
    text-align:center; 
    padding:5px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    line-height: 1.5em; 
    font-weight: normal;
    color: #ffffff;
}



/**************************
        Yii Styles
**************************/
.site-error .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.site-error .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.site-error .h1{
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

textarea.form-control {
    height: auto;
}
.form-group {
    margin-bottom: 15px;
}

.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
    top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.success-message {
    color: #2b542c;
    background: #dff0d8;
    border-left: 3px solid #2b542c;
    padding: 10px 20px;
    margin: 0 0 15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

form .websitefield{ display:none; }