﻿html {
    font-family: Arial Regular;
}

body {
    color: #464646;
    font-family: Arial Regular !important;
}

label {
    font-weight: normal !important;
}

.main-div {
    margin: 0 auto;
    background-color: transparent;
    width: 960px;
    min-height: 680px;
    display: table;
}

.header-div {
    display: table-row;
    width: 100%;
    height: 180px;
    float: left;
}

.footer-div {
    display: table-row;
    width: 100%;
    float: left;
}

.contact-div {
    position: absolute;
    top: 85px;
    left: 30px;
    display: none;
}

.empty-div {
    height: 120px;
    display: inline-block;
    width: 100%;
}

.bottom-border.big-footer {
    height: 400px;
    background-image: url(../style/image/bottom_lines_big.png);
}

.row-div {
    width: 100%;
    height: 100%;
    position: relative;
}

.column-div {
    display: table-cell;
}

.right-div {
    position: absolute;
    right: 30px;
    top: 80px;
}

.left-div {
    position: absolute;
    left: 30px;
    bottom: 10px;
}

.top-border {
    border-top: 16px solid #464646;
    background-image: url(../style/image/top_lines.png);
    background-position: top;
}

.bottom-border {
    height: 120px;
    border-bottom: 16px solid #464646;
    background-image: url(../style/image/bottom_lines.png);
    background-position: bottom;
}

.img-logo {
    margin: 34px 0 0 0;
    width: 436px;
}

.first-img {
    margin-left: 20px;
}

.second-img {
    margin: 80px 5px 0 0;
}

.third-img {
    margin-left: 75px;
}

.fourth-img {
    margin: 75px 0 0 20px;
}

.text-very-small {
    font-size: 12px;
}

.text-small {
    font-size: 14px;
}

.text-medium {
    font-size: 18px;
}

.text-big {
    font-size: 20px;
}

.text-very-big {
    font-size: 30px;
}

.mail-image {
    background-image: url(../style/image/mail.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 35px;
    height: 22px;
}

.nav-div {
    display: table-row;
    width: 100%;
    height: 90px;
    float: left;
}

.home-div {
    display: table-row;
    width: 100%;
    height: auto;
    float: left;
}

.right-nav {
    position: absolute;
    right: 0;
    top: 25px;
}

.nav-pills > li > a.right-border {
    border-right: 2px solid #464646;
}

.desc-label {
    padding: 0 20px;
}

.title-label {
    margin: 30px 0 0 30px;
    border-bottom: #464646 solid 2px;
}

.title-second-label {
    margin: 0 0 0 30px;
}

.img-container {
    border: #f7f7f7 solid 5px;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.img-inline-div {
    display: inline-block;
    margin: 0 40px;
}

.img-border {
    border: #f7f7f7 solid 5px;
    width: 420px;
    height: 280px;
    float: left;
    margin: 12px 10px;
    text-align: center;
    line-height: 270px;
}

.table-row-div {
    display: table-row;
}

.table-div {
    display: table;
}

.left-flow-div {
    float: left;
}

 label > a.mail-link:hover, label > a.mail-link:focus{
     text-decoration: none;
}
