/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}


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

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #7b7b7b;
    background-color: #f9f9f9;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

ul, ol, li {
    list-style: none;
}

a {
    color: #7b7b7b;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    text-decoration: none;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.container {
    width: 1200px;
}

.head-line {
    height: 10px;
    background: #006bc5;
    /* Old browsers */
    background: -moz-linear-gradient(left, #006bc5 0%, #0095aa 77%, #00a89e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #006bc5 0%, #0095aa 77%, #00a89e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #006bc5 0%, #0095aa 77%, #00a89e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006bc5', endColorstr='#00a89e', GradientType=1);
    /* IE6-9 */
    margin-bottom: 10px;
}

.header {
    height: 132px;
    position: relative;
}

.header .logo {
    height: 106px;
    width: 265px;
    padding-top: 26px;
}

.header .tel {
    padding-top: 40px;
}

.header .nav li {
    display: inline-block;

}

.header .nav ul {
    padding: 56px 0 0 40px;
    margin: 0;
}

.header .nav li a {
    display: block;
    color: #222222;
    padding: 5px 35px;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid transparent;
}

.header .nav li a:hover {
    text-decoration: none;
    border: 2px solid #586B90;
    transition-duration: 0.5s;
}

.footer {
    height: 200px;
    background: #dfdfdf;
}

.footer .bg {
    background: url("../img/ft-bg.png") no-repeat center center;
}

.footer .container {
    height: 200px;
}

.h-banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    height: 600px;
}

.h-banner .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.h-banner .bd ul {
    width: 100% !important;
    height: 600px;
    padding: 0;
    margin: 0
}

.h-banner .bd li {
    width: 100% !important;
    height: 600px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    cursor: pointer
}

.h-banner .hd {
    display: none;
    padding: 0;
    margin: 0;
    text-align: center;
    z-index: 1;
    height: 40px;
    line-height: 40px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0;
}

.h-banner .hd li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    overflow: hidden;
    *display: inline;
    *margin: 15px 5px;
    line-height: 9999px;
    background: rgba(255, 255, 255, .4);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.h-banner .hd li.on {
    background: #fff;
}

.h-banner .bd li a {
    display: block;
    width: 100%;
    height: 100%
}

.h-banner .bd li a:hover {
    text-decoration: none
}

.h-banner .btn {
    text-decoration: none;
    position: absolute;
    top: 50%;
    width: 60px;
    height: 80px;
    margin-top: -40px;
    display: block;
    z-index: 1;
    font-family: "simsun";
    color: #fff;
    font-size: 90px;
    line-height: 80px;
    text-align: center
}

.h-banner .prev {
    left: 2%;
}

.h-banner .next {
    right: 2%
}

.about {
    margin-top: 50px;
}

.about .about-text {
    width: 470px;
}

.about .about-text h1 {
    font-size: 30px;
    font-weight: 600;
    color: #777777;
    margin: 0;
    line-height: 30px;
    position: relative;
    padding-left: 20px;
}

.about .about-text h1:after {
    position: absolute;
    left: 0;
    top: 2px;
    height: 24px;
    width: 8px;
    background: #006bc5;
    display: block;
    content: ''
}

.about .about-text .content {
    color: #777777;
    font-size: 16px;
    line-height: 24px;
}

.about .about-text .content p {
    margin-top: 20px;
    margin-bottom: 0;
}

.about .about-img {
    width: 686px;
}

.products {
    margin-top: 50px;
}

.product-list .product-image {
    height: 310px;
    opacity: 1;
    margin-bottom: 15px;
}

.product-list .w535 {
    width: 535px;
}

.product-list .w650 {
    width: 650px;
}

.product-list .product-image img {
    height: 310px;
}

.overflow-hidden {
    overflow: hidden;
}

.h-100 {
    height: 100% !important;
}

.position-relative {
    position: relative !important;
}

.product-list .product-image .icon-oferta {
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 2px;
    top: 0px;
    bottom: 0px;
    position: absolute;
    width: 100%;
    transition: all 0.8s;
}

.hvr-icon-grow {
    overflow: hidden;
}

.d-block {
    display: block !important;
}

.bg-hover {
    background-color: #172a6199;
    transition-duration: 0.3s;
    height: 100%;
    width: 100%;
}

.hvr-icon-grow .d, .hvr-icon-grow .bg-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    color: white;
    background: linear-gradient(currentColor, currentColor) bottom/0 0.05em no-repeat;
    background-size: 0px 0.05em;
    transition: all 0.8s;
    font-size: smaller;
    text-align: center;
}


.hvr-icon-grow .d, .hvr-icon-grow .bg-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    color: white;
    background: linear-gradient(currentColor, currentColor) bottom/0 0.05em no-repeat;
    background-size: 0px 0.05em;
    transition: all 0.8s;
    font-size: smaller;
    text-align: center;
}

.hvr-icon-grow .d {
    font-size: 16px !important;
}

.hvr-icon-grow .bg-hover {
    background-color: #172a6199;
    transition-duration: 0.3s;
    height: 100%;
    width: 100%;
}

.hvr-icon-grow img {
    transition-duration: 0.4s;
}

.hvr-icon-grow:hover img {
    -webkit-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0);
}

.hvr-icon-grow:hover > .d, .hvr-icon-grow:hover > .bg-hover {
    opacity: 1;
    background-size: 100% .1em;
}

.hvr-icon-grow:hover > .bg-hover {
    opacity: 1;
}

.products .product-more {
    text-align: center;
    margin: 30px 0 30px 0;
}

.products .product-more a {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    background: #a4b4c1;
    padding: 22px 55px;
}

.products .product-more a:hover {
    color: #ffffff;
}

.banner-product {
    width: 100%;
    height: 450px;
    background: url(../img/banner-product.jpg) repeat-x bottom;
    z-index: 1;

}

.banner-about {
    width: 100%;
    height: 450px;
    background: url(../img/about-banner.jpg) repeat-x bottom;
    z-index: 1;

}
.banner-contact {
    width: 100%;
    height: 450px;
    background: url(../img/contact-banner.jpg) repeat-x bottom;
    z-index: 1;
}
.product-main {
    margin-top: 15px;
}

.product-main .product-nav {
    width: 208px;
}
.product-main .product-nav .nav-image {
    height: 51px;
    background: url("../img/product-nav.jpg") no-repeat left center;
    font-size: 18px;
    color: #ffffff;
    line-height: 51px;
    padding-left: 20px;
}
.product-main .product-nav .items {
    width: 208px;
    border: 1px solid #e2e2e2;
    border-top: 0;
    border-bottom: 0;
}

.product-main .product-nav ul {
    margin: 0;
    padding: 0;
}

.product-main .product-nav ul li {
    border-bottom: 1px solid #e2e2e2;
    color: #ffffff;
    font-size: 12px;
    background: #a4b4c1;
    position: relative;
}

.product-main .product-nav ul li a, .product-main .product-nav ul li span {
    padding: 0 20px;
    display: block;
    line-height: 32px;
    cursor: pointer;
    color: #ffffff;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.product-main .product-nav ul li a {
    color: #ffffff;
    text-decoration: none;

}

.product-main .product-nav ul li:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    top: 9px;
    right: 20px;
    background: url("../img/arrow.png") center center no-repeat;
}
.product-main.common-main .product-nav ul li:after {
    background: none;
}

.product-main .product-nav ul li.on {
    border-bottom: 0;
}

.product-main .product-nav ul li.on:after {
    background: url("../img/arrow2.png") center center no-repeat;
}
.product-main.common-main ul li.on:after {
    background: none!important;
}
.product-main .product-nav ul li .sub-nav li {
    background: #ffffff;
}

.product-main .product-nav ul li .sub-nav li a {
    color: #777777;
}

.product-main .product-nav ul li .sub-nav li a:hover {
    text-decoration: underline;
}

.product-main .product-nav ul li .sub-nav li:after {
    background: url("../img/arrow-sub.png") center center no-repeat;
}

.product-main .product-nav ul li .sub-nav li.active {
    background: #eeecec;
}

.product-main .product-nav ul li ul.sub-nav {
    display: none;
}

.product-main .product-nav ul li.on ul.sub-nav {
    display: block;
}

.product-main .product-property {
    width: 977px;
}

.product-main .product-property .property-main {
    padding: 15px;
    border: 1px solid #e2e2e2;
    background: #ffffff;
    border-bottom: 0;
}

.property-main .breadcrumb {
    height: 30px;
    line-height: 30px;
    margin-bottom: 15px;
}

.property-main .breadcrumb span, .property-main .breadcrumb a {
    color: #777777;
    text-decoration: none;
}

.property-main .photos {
    width: 362px;
}

.property-main .details {

    width: 545px;
}

.details h1 {
    margin: 0;
    border-bottom: 1px solid #e2e2e2;
    color: #222222;
    font-size: 20px;
    line-height: 46px;
    font-weight: 400;
}

.colors {
    margin-top: 30px;
}

.colors span {
    display: block;
    margin-bottom: 10px;
}

.colors dl {
    margin: 0;
    padding: 0;
}

.colors dl dd {
    height: 52px;
    width: 52px;
    border: 1px solid #e2e2e2;
    display: inline-block;
    margin: 0 15px 15px 0;
}
.colors dl dd.active {
    border-color: #006bc5;
}
.colors dl dd img {
    width: 50px;
    height: 50px;
    padding: 2px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.table td,
.table th {
}

.table th,
.table td {
    border: 1px solid #e2e2e2 !important;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 12px;
    margin-top: 15px;
}

.table td {
    padding: 16px 15px;
    vertical-align: middle;
    border-top: 1px solid #e2e2e2;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table td.name {
    width: 125px;
    background: #eeecec !important;
    font-weight: bold;
}


/**zoom*/
.jqzoom {
    float: left;
    border: 0;
    position: relative;
    padding: 0;
    cursor: pointer;
    margin: 0;
    display: block
}

.jqzoom img {
    background: url(../img/loader.gif) no-repeat center center
}

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 362px;
    height: 362px;
    background: #fff;
    border: 1px solid #e2e2e2;
    display: none;
    text-align: center;
    overflow: hidden
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    background: #fff;
    opacity: .5;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    filter: alpha(Opacity=50)
}

.spec-preview {
    width: 362px;
    height: 362px;
    border: 1px solid #e2e2e2;
}

.spec-scroll {
    clear: both;
    margin-top: 10px;
    width: 362px
}

.spec-scroll .prev {
    float: left;
    margin-right: 3px;
}

.spec-scroll .next {
    float: right
}

.spec-scroll .prev, .spec-scroll .next {
    display: block;
    text-align: center;
    width: 10px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #ccc;
    background: #ebebeb;
    cursor: pointer;
    text-decoration: none
}

.spec-scroll .items {
    float: left;
    position: relative;
    width: 336px;
    height: 50px;
    overflow: hidden
}

.spec-scroll .items ul {
    position: absolute;
    width: 999999px;
    height: 50px;
    margin: 0;
    padding: 0;
}

.spec-scroll .items ul li {
    float: left;
    width: 56px;
    text-align: center
}

.spec-scroll .items ul li img {
    border: 1px solid #ccc;
    padding: 2px;
    width: 50px;
    height: 50px
}

.spec-scroll .items ul li.active img {
    border: 2px solid #006bc5;
    padding: 1px
}

.w750 {
    width: 750px;
    margin: 0 auto;
}
.about-content {
    color: #777777;
    font-size: 16px;
    line-height: 24px;
}

.about-content p {
    margin-top: 20px;
    margin-bottom: 0;
}
.about-img-box {
    margin: 35px 0;
}
.telphone, .email {
    width: 330px;
    padding: 35px 0 50px 0;
}