* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #eeefef;
    color: #444;
}

body header {
    /*margin-top: 15px;*/
    line-height: 120px;
}

body nav {
    background: linear-gradient(#ff2e1a, #ca1807);
    border-bottom: 1px #000 solid;
}

body nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body nav ul > li {
    float: left;
    border-right: 1px #d01200 solid;
    border-left: 1px #fb3623 solid;
}

body nav ul > li:last-child {
    border-right: none;
}

body nav ul > li:first-child {
    border-left: none;
}

body nav ul li a {
    display: block;
    line-height: 39px;
    text-transform: uppercase;
    padding: 0 25px;
    color: #eee;
}

body nav ul li.active a, body nav ul li a:hover, body nav ul li a:focus {
    background: url('bg-menu.png') repeat-x;
    color: #2c2c2c;
    text-decoration: none;
}

header .fa-phone, header .fa-envelope-o {
    color: #ff2e1a;
    vertical-align: middle;
}

.top-belt {
    background: url('/images/color-belt.jpg') center center no-repeat; 
    background-size: cover; 
    height: 200px;
}

h1, .h1 {
    color: #ff2e1a;
    font-size: 30px;
}

h2 {
    color: #333;
    display: inline-block;
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
}

.content strong {
    font-weight: normal;
}

.content h3 {
    margin: 0 0 10px;
}

.container {
    margin: 0 auto;
    max-width: 1282px;
}

.content {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    padding-top: 10px; 
    min-height: 300px;
}

span.phone, span.email {
    font-size: 16px;
    vertical-align: middle;
    color: #555;
}

span.email {
    padding-left: 10px;
}

span.phone {
    padding-left: 10px;
    padding-right: 50px;
}

.slider {
    background: url('slider1.jpg') no-repeat center;
    height: 490px;
}

section {
    margin-top: 20px;
}

.panel-company, .panel-products {
    padding: 20px;
}

.panel-company {
    position: relative;
    background-color: #cfcfcf;
    z-index: 999;
    height: 330px;
}

.panel-company-shadow {
    background-color: #a8a8a8;
    z-index: 10;
    position: absolute;
    width: 100%;
    left: 0;
    top: 20px;
    height: 325px;
}

h2 .fa {
    padding-right: 8px;
    color: #000;
}

.button {
    line-height: 32px;
    background: linear-gradient(#ff2e1a, #ca1807);
    width: 123px;
    color: #eee;
    text-align: center;
    display: block;
    cursor: pointer;
    font-family: "Open Sans",sans-serif; 
    font-weight: normal;
}

.button:hover, .button:focus, .button:active {
    background: linear-gradient(#ca1807, #ff2e1a);
    text-decoration: none;
    color: #eee;
}

#slider.scroll-img ul {
  width: 1920px;
}

.scroll-img ul li {
    display: inline-block;
    padding: 10px 0 10px 10px;    
}

.scroll-img {
    font-size: 0;
    height: 225px;
    overflow: hidden;
    width: 1560px;
    margin: 0 auto;
}

.wrapper-slider {
    background-color: #e5e5e5;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    padding-bottom: 11px;
}

.gallery .button {
    margin: 10px 20px 0;
    float: right;
}

footer {
    background-color: #2f2f2f;
    margin-top: 75px;
    min-height: 280px;
    position: relative;
    color: #d8d8d8;
}

footer .fa {
    color: #ff2e1a;
    vertical-align: middle;
}

footer span {
    vertical-align: middle;
}

footer a {
    color: #d8d8d8;
}

footer a:hover {
    text-decoration: none;
    color: #fff;
}

footer .main-info div:first-child {
    padding-bottom: 8px;
}

footer .main-info span, footer .representative-info span, footer .sales-info span, footer .technical-info span {
    font-size: 17px;
}

footer .representative-info .fa, footer .sales-info .fa, footer .technical-info .fa {
    padding-right: 5px;
}

.technical-info div {
    padding-left: 60px;
}

.representative-info div {
    padding-left: 25px;
}

.footer-bottom {
    background-color: #ff2e1a;
    padding: 25px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.up-wrapper {
    width: 100px;
    height: 100px;
    background-color: #eeefef;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: -50px;
}

.up {
    width: 50px;
    height: 50px;
    background: linear-gradient(#ff2e1a, #ca1807);
    position: absolute;
    border-radius: 50%;
    left: 25px;
    top: 25px;
    cursor: pointer;
}

.up .fa {
    color: #f0f0f0;
    position: absolute;
    left: 16px;
    top: 10px;
}

.vertical-middle {
    vertical-align: middle;
}

.hr {
    width: 100%;
    height: 2px;
    background: linear-gradient(#ff2e1a, #ca1807);
    margin: 14px 0;
}

.slide {
    height: 490px;
    width: 100%;
}

.site-pricelist .panel-heading {
    font-weight: bold;
    text-transform: uppercase;
}

.site-pricelist .table td, .site-pricelist .table th {
    border-top: none;
    border-right: 1px solid #ddd;
    text-align: center;
}

.site-pricelist .table th {
    border-bottom: 1px solid #ddd;
}

.site-pricelist .table td:nth-child(3), .site-pricelist .table td:nth-child(4) {
    vertical-align: middle;
}

.site-pricelist .table td:nth-child(3) {
    color: #ff2e1a;    
}

.site-pricelist img {
    display: block;
    margin: 0 auto;
}
.site-products img {
    width: 150px;
}
.site-products .product-item {
    margin-bottom: 15px;
}
.site-products a {
    color: #ff2e1a;
    transition: all 0.7s ease;
}
.site-products a:hover {
    text-shadow: 0 0 1px #ca1807;
    text-decoration: none;
}
.site-products .hr {
    height: 1px;
}
.qr-image {
    text-align: center;
}
.qr-image img {
    height: 120px;
}

.more {
    display: none;
    margin-top: 12px;
}

.product-item ul {
    list-style: square;
    margin: 10px 30px;    
}

.site-gallery img {
    display: inline-block;
    padding: 10px;
    background-color: #fff;
    border: 1px #ccc solid;
    margin: 5px;
}

.site-palette img {
    margin: 8px;
}

.palette-thumb {
    float: left;
    text-align: center;
    position: relative;
}
.palette-name {
    font-size: 10px;
    color: #000;
    line-height: 6px;
    padding-bottom: 15px;
}
.palette-box {
    border: 1px #000 solid;
    overflow: hidden;
}