/* * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}*/

body {
    font-family : calibri, times new roman, arial;
    color: #FFFFFF;
    background-color: #1f1f1f;
    font-size: 13px;
}

/* =========== common divs =========== */
#container {
    background-color: #1f1f1f;
}

#content {
    margin: auto;
    width: 980px;
    padding-bottom: 10px;
    min-height: 530px;
    height: auto;
}

#footer {
    background-color : #000000;
    height: 35px;
    padding-top: 10px;
    /* text */
    color : #FFFFFF;
    text-align: center;
    font-size: 10px;
}

#header {
    background-color: #0E1010;
    height: 220px;
    /* text */
    color: #ffffff;
    font-size: 60px;
    text-align : center;
    margin-top: -50px;
}

#header img {
    width: 120px;
}

#header p {
    display: inline-block;
    vertical-align: middle;
}

#menu {
    background-color: #434343;
    height: auto;
    min-height: 30px;
    /* text */
    color: #ffffff;
}

.content {
    width: 710px;
    display: inline-block;
    margin-left: 10px;
}

/* =========== /common divs ============ */



/* =========== general =========== */
a {
    text-decoration: none;
    color: #ff9c00;
}

.backHome {
    color: #FFFFFF;
}

.backHome img {
    width: 10px;
}

.bigForm input {
    margin-top: 7px;
}

.content{
    opacity: 0;
}

.elementErrorDisplay {
    border-style: solid;
    border-width : 2px;
    border-color: #E74524;
}

.errorMess {
    font-size: 11px;
    color : #E74524;
    text-align: center;
}

form input[type=submit] {
    color : #FFFFFF;
    background: none;
    border-style: none;
    cursor: pointer;
    background-image: url(../images/menuArrowRight.png);
    background-position : left;
    background-size: 9px;
    background-repeat: no-repeat;
    text-indent: 5px;
}

form input[type=submit]:hover
{
    text-decoration : underline;
}

h2 {
    font-size: 14px;
}

h3 {
    font-size: 12px;
    display: inline;
}

.helpMess {
    font-size: 11px;
}

.infoMess{
    font-size: 11px;
}

input {
    font-family : calibri, times new roman, arial;
    font-size: 12px;
}

.okMess {
    font-size: 10px;
    color : #14c818;
    text-align: center;
}

.subtitle {
    font-size: 0.8em;
    color: #BDBDBD;
}

.title {
    font-size: 1.5em;
    text-align: center;
}
/* ========== /general ========== */



/* ========== social ========== */
.social {
    width: 70px;
    margin-top: 20px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
}

.social a +a {
    margin-top: 15px;
    display: block;
}

/* ========== /social ========== */