body {
        padding-top: 20px;
        padding-bottom: 60px;
        background-color: #F6D5B4;
      }

      /* Custom container */
.main-container {
        margin: 0 auto;
  /*      max-width: 1000px; */
}



/* HEADER */
.header-container {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	background-color: #ececec;
	border: 1px solid #c5c5c5;
	border-radius: 4px;
	height: 104px;
    margin-bottom: 4px;
    padding 20px;
}

.header-left{
    float: left;
    font-weight: 500;
    font-size: 18px;
    margin-left: 25px;
    margin-top: 26px;
    font-variant: small-caps;
    letter-spacing: 3px; 
}

.header-spacer{
    width: 900px;
    background-color: #17FFAE;
    height: 2px;
    margin-top: 50px;
    margin-left: 20px;
    position: absolute;
}

.header-logo {
    float:right;
    margin-top: 28px;
    margin-right: 20px;
}

/* BODY */
.body-container {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	background-color: #ececec;
	border: 1px solid #c5c5c5;
	border-radius: 4px;
    padding-bottom: 10px;
    padding-top: 20px;
    margin-bottom: 4px;
} 


/* FOOTER */
.footer-container {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	background-color: #ececec;
	border: 1px solid #c5c5c5;
	border-radius: 4px;
    padding: 20px;
    margin-bottom: 4px;
} 

.language-en {
    float : right;
    background: url(img/gb.png) no-repeat;
    background-color: transparent; 
    background-repeat: no-repeat; 
    background-position: 0px 4px;  
    border: none;          
    cursor: pointer;       
    height: 16px;           
    margin-left: 26px;     
    vertical-align: middle; 
    overflow:visible;

}
/* ELEMENTS */
img.nice-image {
	border: solid 1px #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 1px 1px 5px #666;
	-webkit-box-shadow: 1px 1px 5px #666;
    box-shadow: 1px 1px 5px #666;
    margin-bottom: 10px;
}
img.space-top {
    margin-top:10px;
}
a.a-inline {
    color: #000000;
    font-weight: bold;
}

p.nomargin {
    margin: 0;
}

ul.nomargin {
    margin: 0 0 0 25px;
}

h3.none {
    line-height:normal;
    margin: 0 0 10px 0;
    font-weight: 500;
    font-variant: small-caps;
    letter-spacing: 3px; 
}

.ra-header-btn {
    line-height:normal;
    font-weight: 500;
    font-variant: small-caps;
    letter-spacing: 3px;
    font-size: 24.5px;
    border-left: 1px solid black;
    text-align: center;
}

.ra-header-btn-first {
    border-left: 0;

}

a {
    color:black;
}
a:hover {
    color:#17FFAE;
    text-decoration: none;
}

div.footer-container ul.inline {
    margin-bottom:0px;
}

.btn-ra {
    background-color: transparent;
    background-image: none;
    border-color: #17FFAE #17FFAE hsl(186, 57%, 35%);
    color: #000 !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.39);
    -webkit-font-smoothing: antialiased;
    font-weight: 500;
    font-size: 18px;
    font-variant: small-caps;
    letter-spacing: 3px; 
}
