@font-face {
    font-family: 'Klavika-Regular';
    src: url('../fonts/Klavika-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*--- General ---*/
body {
    font-family: Arial, sans-serif;
}

a {
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


img {
    margin: 0;
    padding: 0;
}

/*--- Page Wrapper ---*/
#page-wrapper {
    border-top: 4px solid #777777;
}

/*--- Header ---*/

.home #header {
    background: url("../images/header_home-bg.jpg") no-repeat top center;
}

.news #header {
    background: url("../images/header_news-bg.jpg") no-repeat top center;
}

.about #header {
    background: url("../images/header_about-bg.jpg") no-repeat top center;
}

.work #header {
    background: url("../images/header_work-bg.jpg") no-repeat top center;
}

.references #header {
    background: url("../images/header_references-bg.jpg") no-repeat top center;
}

.mining #header {
    background: url("../images/header_mining-bg.jpg") no-repeat top center;
}

.transport #header {
    background: url("../images/header_transport-bg.jpg") no-repeat top center;
}

.mechanics #header {
    background: url("../images/header_mechanics-bg.jpg") no-repeat top center;
}

.contact #header {
    background: url("../images/header_contact-bg.jpg") no-repeat top center;
}

.newses #header {
    background: url("../images/header_newses-bg.jpg") no-repeat top center;
}

.logo {
    position: absolute;
    top: 15px;
    left: 0
}

.logo img {
    border: none;
}

.home .slider {
    clear: both;
    margin: 0 auto;
    overflow: hidden;
    width: 800px;
    height: 300px;
}

.page .slider {
    width: 800px;
    margin: 0 auto;
}

.page .slider-header {
    padding-top: 105px;
    padding-left: 200px;
}

.news .slider-header {
    padding-top: 105px;
    padding-left: 130px;
}

.mechanics .slider-header {
    padding-top: 90px;
    padding-left: 150px;
}

.about .slider-header {
    padding-top: 100px;
    padding-left: 160px;
}

.slider-header {
    font-family: Klavika-Regular, Arial, Helvetica, sans-serif;
}

.slide .slider-header {
    position: absolute;
}

.slide2 h2 {
    color: #fff;
}

.slide1 .slider-header {
    left: 123px;
    top: 123px;
}

.slide2 .slider-header {
    left: 98px;
    top: 105px;
}

.slide h2 {
    font-size: 20px;
}

.slider-header h1,
.slider-header h2 {
    margin: 0;
}

.slide h2 {
    padding-top: 12px;
}

/* --- Menus ---*/

.menu {
    margin: 0;
}

.menu a {
    text-decoration: none;
}

.menu li {
    float: left;
    list-style-type: none;
}

.main-menu {
    float: right;
    padding-bottom: 20px;
}

.main-menu a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.main-menu a:hover {
    color: #e23620;
}

.main-menu li.active a {
    color: #e23620;
}

.main-menu li a {
    border-left: 1px solid #e23620;
    padding: 0 5px;
}

.main-menu li {
    padding-top: 20px;
}

.main-menu li.first a {
    border: none;
}

.first-menu {
    float: left;
}

.first-menu {
    padding-left: 20px;
}

.first-menu li.active {
    background: url("../images/active_link-bg.png") no-repeat top center;
}

.secondary-menu {
    clear: both;
    height: 85px;
    background: url("../images/second_menu-bg.jpg") no-repeat center;
    text-align: center;
}

.secondary-menu ul {
    height: 50px;
    margin: 0 auto;
    padding: 19px 0;
    position: relative;
    right: 20px;
    width: 720px;
}

.secondary-menu .menu li a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}

.secondary-menu .menu li {
    line-height: 48px;
    padding: 0 50px;
}

.secondary-menu .menu li.active {
    background: url("../images/active_link-bg2.png") no-repeat bottom center;
}

.secondary-menu .menu li:hover {
    background: url("../images/active_link-bg2.png") no-repeat bottom center;
}

.secondary-menu li.link-2 {
    border-left: 1px solid #646262;
    border-right: 1px solid #646262;
}

.lang-switch {
    float: left;
    padding-left: 100px;
}

.lang-switch a {
    font-size: 9px;
    color: #a2a2a3;
}

/*--- Content ---*/

.breadcrumbs {
    display: block;
    color: #a2a2a3;
    font-size: 12px;
    padding: 10px 0;
    width: 100%;
}

.breadcrumbs a {
    color: #a2a2a3;
}

.home #content h2,
.page #content h2 {
    border-bottom: 1px solid #a2a2a3;
    margin: 0;
    padding: 2px 0;
}

.galleria img,
.page .no-col p img {
    padding: 2px;
}

.galleria {
    margin: 10px 0;
}

.page .no-col p {
    text-align: justify;
}

.page .no-col ul {
    margin: 15px 0;
    padding-left: 40px;
}

.home .first.col {
    width: 65%;
    padding-right: 25px;
}

.home .first.col p {
    font-size: 15px;
    text-indent: 20px;
    text-align: justify;
    line-height: 25px;
}

.home .second.col {
    overflow: hidden;
    padding: 5px 0;
    border-top: 10px solid #bbbcbe;
    margin-top: 25px;
    width: 30%;
    text-align: center;
}

.news-box ul {
    margin: 0;
    padding: 0;
}

.news-box li {
    list-style-type: square;
    color: red;
    text-align: left;
    margin: 5px 0 5px 30px;
}

.news-box li a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.news-box li a:hover {
    text-decoration: underline;
}

.news-box {
    font-size: 12px;
}

.news-box .news {
    margin: 0 auto;
    width: 90%;
}

.news-box .news:nth-child(2),
.news-box .news:nth-child(3) {
    border-bottom: 1px solid #bbbcbe;;
}

.news-box p.body {
    font-size: 13px;
    text-align: justify;
    padding-left: 30px;
}

.news-wrapper {
    padding: 35px 0;
}

.news-wrapper img {
    float: left;
    padding: 20px 20px 20px 0;
}

.news-big {
    overflow: hidden;
    border-bottom: 1px solid #a2a2a3;
    padding: 10px 0;
    width: 100%;
}

.news-big h3 a {
    color: #000;
}

.news-big img {
    float: left;
}

.transport .first.col,
.mechanics .first.col,
.mining .first.col {
    width: 65%;
    padding: 30px 0;
}

.transport .second.col,
.mechanics .second.col,
.mining .second.col {
    width: 30%;
    padding-left: 40px;
}

.contact .first.col,
.contact .second.col {
    width: 50%;
}

.col {
    float: left;
    min-height: 200px;
    overflow: hidden;
    line-height: 25px;
}

.fast-contact {
    line-height: 22px;
    background: url("../images/fast_contact_bg.png") no-repeat center;
    width: 243px;
    height: 101px;
    text-transform: uppercase;
    padding: 10px 0;
    margin: 0 auto;
}

.fast-contact,
.fast-contact a {
    color: #fff;
}

.fast-contact a {
    text-decoration: none;
}

.fast-contact a:hover {
    text-decoration: underline;
}

/*--- Footer ---*/
#footer {
    border-top: 7px solid #e8e8e8;
    background: #cfcfd0;
}

#footer .info {
    float: left;
    font-size: 10px;
    line-height: 20px;
    display: block;
    padding-left: 25px;
    margin: 20px 10px;
    height: 20px;
    background: url("../images/logo_small.jpg") no-repeat left;
}

#footer .made {
    float: right;
    line-height: 20px;
    margin: 20px 10px;
    font-size: 10px;
}

#footer .made a {
    color: #000;
    text-decoration: none;
}

#footer .made a:hover {
    text-decoration: underline;
}

/*--- Contact ---*/
.page .contact {
    line-height: 22px;
}

.contact form#contact {
    width: 350px;
    margin: 125px 50px;
}

.contact #contact {
    width: 250px;
    margin: 10px;
}

form#contact > div {
    padding-bottom: 15px;
}

form#contact label {
    float: left;
    font-size: 12px;
    width: 100%;
}

form#contact input {
    height: 25px;
}

#contact textarea,
#contact input {
    background: #fff;
    border: 1px solid #afafaf;
    border-radius: 5px;
    clear: both;
    width: 90%;
}

.contact #contact textarea,
.contact #contact input {
    background: #fff;
    border: 1px solid #afafaf;
    border-radius: 5px;
    clear: both;
    width: 100%;
}

form#contact textarea {
    height: 150px;
    resize: vertical;
    overflow: hidden;
}

form#contact .message {
    float: left;
    width: 270px;
}

.contact form#contact .save {
    padding-top: 23px;
    float: right;
}

form#contact .save button {
    border: none;
    font-weight: bold;
    height: 30px;
    border-radius: 3px;
    color: #fff;
    background: #e23620;
    padding: 5px;
    width: 65px;
    text-transform: uppercase;
}

form#contact .save button:active {
    border: 2px solid #000;
}

#map {
    border-radius: 5px;
    width: 100%;
    height: 400px;
}

.galleria {
    text-align: center;
}

.flash-notice {
    background-color: #C9CACE;
    padding: 8px;
    border-radius: 2px;
}