body {
    color: #434343;
    cursor: default;
    font-family: Arial,"Helvetica Neue","Helvetica",Helvetica,sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
	background: #c2c2c4;
	padding:0;
	margin:0;
}

a:link, a:visited, a:active {
    color: #434343;
}

a:hover{
    text-decoration-color: currentcolor;
    text-decoration-line: underline;
    text-decoration-style: solid;
    color: #aa321e;
}

h2 {

}

h3 {
    font-size: 24px;
    color: #aa321e;
}
h2 {
    color: #aa321e;
    font-size: 30px;
    line-height: 32px;
    text-transform: none;
}
img { border:0; }

.logo{
    margin: 15px 0 0;
    display: inline-block;
}
.language_switch, .language_switch:hover{
    color: #AAA!important;
    text-decoration: none;
}
.language_switch span{
    display: inline-block;
    height: 17px;
    margin-right: 4px;
    width: 17px;
    opacity: 0.4;
    color: #AAAFB1;
}
.language_switch img{
    max-width: 100%;
    position: relative;
    top: -2px;
}
@media (max-width: 992px){
    .logo{
        max-width: 100px;
    }
    .logo img{
        max-width: 100%;
    }
    .language_switch{
        margin: 25px 0 0;
        display: inline-block;
    }
}

.btn-primary, .btn-primary:focus, .btn-primary:visited{
    background-color: #AA321E;
    background-image: -moz-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.25));
    background-image: -webkit-gradient(top, linear, 0% 0%, 0% 100%, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.25)));
    background-image: -webkit-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.25));
    background-image: -o-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.25));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
    border-color: #7F2516;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color:#FFF!important;
    -webkit-border-radius: 0.625em;
    border-radius: 0.625em;
    text-align: center;
    font-size: 15px;
    padding: 10px 17px !important;
    margin: 0px;
    position: static;
    text-decoration: none !important;
}
.btn-primary.disabled:hover, .btn-primary:hover{
    background-color: #AA321E;
    background-image: -moz-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.25));
    background-image: -webkit-gradient(top, linear, 0% 0%, 0% 100%, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.25)));
    background-image: -webkit-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.25));
    background-image: -o-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.25));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
    border-color: #7F2516;
}
.btn-primary.enabled{
    opacity: 1;
}
.btn-primary, .btn-primary:focus, .btn-primary:visited, .btn-primary:active{
    background-color: #AA321E!important;
    border-color: #7F2516!important;
}

.wrapper{
	width:960px;
	background:#FFF;
	margin:0 auto;
    max-width: 100%;
}

.container{
    background: #fff;
    max-width: 960px;
    position: relative;
}

.container--footer {
    padding-top: 2em;
    padding-bottom: 2em;
}
.submitButton{
    cursor: pointer!important;
}
.submitButton[disabled="disabled"]{
    cursor: not-allowed!important;
}
.form-group label{
    font-weight: normal;
}
.form-group input[type="checkbox"]{
    position: relative;
    top: 2px;
    margin-right: 5px;
}

@media (min-width: 992px){
    .language_switch{
        top: 20px;
        position: relative;
    }
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label, .form-group.has-error label{
    color: #dc8214;
}
.form-control{
    border-radius: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
}
.form-control:focus{
    border-color: rgba(75, 90, 95, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) inset;
}
.has-error .form-control {
    border-color: #dc8214;
    border-width: 2px;
    color: #dc8214;
}
.has-error .form-control:focus{
    border-color: #dc8214;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) inset;
}
.special-note{
    line-height: 20px;
}
#main .box div.odd{
    background-color: #d1d1d3;
}
#main .box div.even{
    background-color: #e7e7e8;  
}
#main .box >div{
    border-bottom: 1px solid #fff;
    padding: 12px 8px;
}
#main .box >div a{
    text-decoration: underline;
}